id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
186112705 | Immutable API
This is an implementation of moment/moment-rfcs#2, which was written to address #1754. This is obviously a breaking API change that would require a new major version number (e.g. "3.0").
The only major change from the RFC draft's discussion is that moment.updateOffset() and moment.duration()._bubble() ... | gharchive/pull-request | 2016-10-30T02:22:06 | 2025-04-01T04:35:06.526425 | {
"authors": [
"butterflyhug",
"ichernev",
"maggiepint",
"muescha"
],
"repo": "moment/moment",
"url": "https://github.com/moment/moment/pull/3548",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
262276659 | #4024: Fix for year setter on leap years.
This PR addresses issue #4024.
Setting the year from February 29th on leap year to some other date on a non leap year returned March 1st of the other date.
Merged in 36f29b3a3746c7ca3668ede7fda6ad1b6005a2e5
| gharchive/pull-request | 2017-10-03T01:18:22 | 2025-04-01T04:35:06.529269 | {
"authors": [
"Joddsson",
"ichernev"
],
"repo": "moment/moment",
"url": "https://github.com/moment/moment/pull/4199",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1216667999 | chore: Add Dockerfile and publish workflow
momento-proxy Docker image is tested on an EC2 instance and I was able to set a key/value pair.
[root@ip-172-31-53-115 bin]# telnet 0.0.0.0 11211
Trying 0.0.0.0...
Connected to 0.0.0.0.
Escape character is '^]'.
set erika 0 0 3
eri
STORED
Every time a pr is merged to main,... | gharchive/pull-request | 2022-04-27T01:37:33 | 2025-04-01T04:35:06.531540 | {
"authors": [
"poppoerika"
],
"repo": "momentohq/pelikan",
"url": "https://github.com/momentohq/pelikan/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
663280694 | split term: permanent neonatal diabetes mellitus into: generic and type 1
Term to split: permanent neonatal diabetes mellitus
Name for new term:
permanent neonatal diabetes mellitus
permanent neonatal diabetes mellitus 1 https://www.omim.org/entry/606176
List properties that should be moved to new term
See docs for... | gharchive/issue | 2020-07-21T20:15:50 | 2025-04-01T04:35:06.536815 | {
"authors": [
"cmungall"
],
"repo": "monarch-initiative/mondo",
"url": "https://github.com/monarch-initiative/mondo/issues/1803",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1232242616 | Incorrect bbox
Hello and thanks for this nice lib!
I've found a path that gives me different results in the browser and with svg-path-bbox.
svg-path-bbox gives me a width of 302.40999999999997
import svgPathBbox from "svg-path-bbox"
const path =
"M436.79 417.31C435.89 415.01 438.59 410.91 439.69 409.31C439.89 408.9... | gharchive/issue | 2022-05-11T08:55:23 | 2025-04-01T04:35:06.539631 | {
"authors": [
"mondeja",
"testerez"
],
"repo": "mondeja/svg-path-bbox",
"url": "https://github.com/mondeja/svg-path-bbox/issues/91",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2605882966 | Extension stopped working after last update
Hello, this extension seems to have stopped working (both Win & Mac) after the last (0.2.6) update.
I mentioned this in a commit comment, but just in case you might have not seen it, I'm posting it here.
thanks for your quick intervention. I've fixed the issue. Check vers... | gharchive/issue | 2024-10-22T16:03:26 | 2025-04-01T04:35:06.555591 | {
"authors": [
"GiurlaniDev",
"IcyFoxe",
"mondersky",
"xxxxxxbox"
],
"repo": "mondersky/tabscolor-vscode",
"url": "https://github.com/mondersky/tabscolor-vscode/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1620292984 | Play when downloading
https://user-images.githubusercontent.com/51048550/224535799-7ed96b0b-0a48-47c7-adda-363824c7ec5a.mp4
A torrent doesn't fill data from start to finish, so you can't play from start to finish until the download has completed
start to finish
ExoPlayer does not handle incomplete or invalid... | gharchive/issue | 2023-03-12T09:22:39 | 2025-04-01T04:35:06.643530 | {
"authors": [
"Archeix7",
"brentonv",
"moneytoo"
],
"repo": "moneytoo/Player",
"url": "https://github.com/moneytoo/Player/issues/447",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
391981537 | Kill MongoDB instances before running tests and after each test
The tests in this PR will fail until #13 is merged. This PR will be updated to trigger a new build when the tests are able to be passed.
If an existing MongoDB server is running and the tests are ran, then a bunch of errors will occur. In a similar metho... | gharchive/pull-request | 2018-12-18T03:26:18 | 2025-04-01T04:35:06.654555 | {
"authors": [
"addisonElliott"
],
"repo": "mongodb-js/mongodb-topology-manager",
"url": "https://github.com/mongodb-js/mongodb-topology-manager/pull/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
231294266 | Add Projection $elemMatch support.
Projection's $elemMatch:
https://docs.mongodb.com/manual/reference/operator/projection/elemMatch/
isn't supported by Morphia 1.3.2 version.
Yeeah! We need this!
This method already exists in 1.3: org.mongodb.morphia.query.FieldEnd#elemMatch
| gharchive/issue | 2017-05-25T09:54:08 | 2025-04-01T04:35:06.678868 | {
"authors": [
"evanchooly",
"sergey-alekseichenko-axon",
"vknysh-axon"
],
"repo": "mongodb/morphia",
"url": "https://github.com/mongodb/morphia/issues/1171",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
61947784 | Is morphia support mongo3.0?
HI ALL,
I want to use morphia to parse java object to Document(new class in mongo java driver 3.0), or parse Document to java object, how to do it?
I know morphia can to/from use DBObject,but how could do with Document? thanks.
DBObject toDBObject(Object entity)
T fromDBObject(Class<T> e... | gharchive/issue | 2015-03-16T02:35:53 | 2025-04-01T04:35:06.680551 | {
"authors": [
"evanchooly",
"zhaozhiming"
],
"repo": "mongodb/morphia",
"url": "https://github.com/mongodb/morphia/issues/723",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
38562323 | NoMethodError - undefined method `each' for "53d00529486a1bcd28000075":Moped::BSON::ObjectId:
Hi guys I already checked my logic but I don't see anything wrong, so I believe it could be a bug.
My models are:
class Payment
include Mongoid::Document
include Mongoid::Timestamps
include Mongoid::Paranoia
belon... | gharchive/issue | 2014-07-23T19:22:41 | 2025-04-01T04:35:06.699277 | {
"authors": [
"ajsharp",
"andresilveira",
"msaspence"
],
"repo": "mongoid/moped",
"url": "https://github.com/mongoid/moped/issues/301",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
99209391 | fix collection method_missing delegation
I stumbled on this bug by accident when I attempted to call #all on a Pagination::Collection object and got:
undefined method `all' for nil:NilClass
I am not entirely sure this is what you'd want to do, but delegating missing methods to an unset instance variable is probably ... | gharchive/pull-request | 2015-08-05T13:53:34 | 2025-04-01T04:35:06.704669 | {
"authors": [
"iande",
"jnunemaker"
],
"repo": "mongomapper/plucky",
"url": "https://github.com/mongomapper/plucky/pull/42",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
181474471 | collection: name func params same as pymongo3
Rename update_one, update_many, and replace_one function parameters to
be consistent with pymongo3
Update tests to use keyword args when calling these functions
thanks
| gharchive/pull-request | 2016-10-06T17:16:08 | 2025-04-01T04:35:06.705938 | {
"authors": [
"jordan-heemskerk",
"srinivasreddy"
],
"repo": "mongomock/mongomock",
"url": "https://github.com/mongomock/mongomock/pull/271",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1348145904 | ⚠️ Quirk Club Argentina (API endpoint) has degraded performance
In 45424fd, Quirk Club Argentina (API endpoint) (https://us-central1-quirkclub-dev.cloudfunctions.net/api/check/api) experienced degraded performance:
HTTP code: 200
Response time: 8402 ms
Resolved: Quirk Club Argentina (API endpoint) performance has... | gharchive/issue | 2022-08-23T15:32:47 | 2025-04-01T04:35:06.735556 | {
"authors": [
"monitoring-apps"
],
"repo": "monitoring-apps/qc.app",
"url": "https://github.com/monitoring-apps/qc.app/issues/204",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
516440778 | 救命贴续,那个点错了给关了!
第一个能实现就行了,还得麻烦哥们给我写个代码段,在哪个类下面改,对这个ssl认证知识和netty的逻辑不太熟不知道咋改,辛苦了!
@monkeyWie 求指导啊,实在不知道在哪里改!
我试了下发现没这么好实现啊,还是得配合证书一起
这个要改的证书和私钥我有,怎么改,哥们指导一下,辛苦看看啦,救命的事!
@wayddmldbzz 这个需求太奇怪了吧,为什么不安装根证书去做呢
还有个问题,目标服务器如果会检测 host 请求头那么也实现不了
这个没事,公司内部系统不回校验请求头,而且是纯内网调用。
@monkeyWie 主要还是安装根证书去做,但是有的高版本手机会不行,所以为... | gharchive/issue | 2019-11-02T02:21:59 | 2025-04-01T04:35:06.752354 | {
"authors": [
"liming1985",
"monkeyWie",
"wayddmldbzz"
],
"repo": "monkeyWie/proxyee",
"url": "https://github.com/monkeyWie/proxyee/issues/70",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1662382468 | [BUG] SkiaSharp 2.88.0 PackageReference break csproj pack logic
Description
When referencing the SkiaSharp package (2.88.0) in a csproj where NuGet pack is enabled using
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
The following errors are generated
C:\Program Files\dotnet\sdk\6.0.407\Sdks\NuGet.Build.Tasks... | gharchive/issue | 2023-04-11T12:33:33 | 2025-04-01T04:35:06.778337 | {
"authors": [
"Nico-1987",
"SebastianSchumann",
"SimonWeinbergerEnscape",
"asidorowicz"
],
"repo": "mono/SkiaSharp",
"url": "https://github.com/mono/SkiaSharp/issues/2439",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
937147410 | Implement cluster lifecycle management
(originally created by @q3k in T933)
Implementation of the cluster lifecycle part of our lifecycle design doc:
node/cluster state machine
multi-node clusters (replace golden ticket mechanism)
Single-node code is this stack: https://review.monogon.dev/197
The stack is still... | gharchive/issue | 2021-07-05T14:27:50 | 2025-04-01T04:35:06.841271 | {
"authors": [
"leoluk",
"msgctl",
"q3k"
],
"repo": "monogon-dev/monogon",
"url": "https://github.com/monogon-dev/monogon/issues/24",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
177654405 | Broken: get_flash_videos --update
sudo /usr/bin/get_flash_videos --update
Unable to retrieve version data: 404 Not Found
Is this a bug?
The google code site has been removed. The --update feature should be removed, updates should be done using package management or download and install. The --update will not inst... | gharchive/issue | 2016-09-18T14:18:51 | 2025-04-01T04:35:06.846268 | {
"authors": [
"flyingzebras",
"karjonas",
"njtaylor",
"pcwalden"
],
"repo": "monsieurvideo/get-flash-videos",
"url": "https://github.com/monsieurvideo/get-flash-videos/issues/204",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1511522564 | [-100]登陆失效
米游社最近修改了cookie样式,原来的登陆方式似乎不好用了,使用自己的登陆产生的cookie,机器人显示[-100]登陆失效
我获取cookie的方式:在浏览器控制台输入"document.cookie"。
json文件样例如下
{
"account_id": "22******41",
"cookie_token_v2": "v2_LMu2G8p0cvEA8dy-ZNOwu1te******yjZzBniIFH1Di",
"ltmid_v2": "v2_WCmvGJFxwusarpbY2jT*******YE896FLaGX3VxRAw1uzahjN3A",
"mid":... | gharchive/issue | 2022-12-27T07:32:48 | 2025-04-01T04:35:06.859812 | {
"authors": [
"KishibeRohan1979",
"monsterxcn"
],
"repo": "monsterxcn/nonebot-plugin-gsmaterial",
"url": "https://github.com/monsterxcn/nonebot-plugin-gsmaterial/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1973543011 | 编写脚本自动更新喵喵的评分规则
功能请求
需求原因:人力更新可能不及时
预期功能:及时更新喵喵规则
实现方案:编写了py代码
实现代码如下
import asyncio
import aiohttp
import re
import json
from collections import OrderedDict
miao_artis_mark_url = "https://gitee.com/yoimiya-kokomi/miao-plugin/raw/master/resources/meta-gs/artifact/artis-mark.js"
github_url = "https://api.github... | gharchive/issue | 2023-11-02T05:37:07 | 2025-04-01T04:35:06.867142 | {
"authors": [
"forchannot",
"monsterxcn"
],
"repo": "monsterxcn/nonebot-plugin-gspanel",
"url": "https://github.com/monsterxcn/nonebot-plugin-gspanel/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
87433405 | Could you merge upstream v1.4.4
Hi @chytreg
As mentioned on recent calls, we are spinning a v1.1.2 release to add support for SLES12 for a particular customer.
I see that crohr/pkgr is now at v1.4.4 and has added support for both RedHat 7 and SLES12.
Would it be possible to update your fork with those changes?
I have... | gharchive/issue | 2015-06-11T18:07:17 | 2025-04-01T04:35:06.876737 | {
"authors": [
"chytreg",
"sf-mep"
],
"repo": "monterail/pkgr",
"url": "https://github.com/monterail/pkgr/issues/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1899808257 | 🛑 THORN Data Sync Service (China) is down
In 5ae4fd9, THORN Data Sync Service (China) (https://syncpoint.thorn.red/latency) was down:
HTTP code: 0
Response time: 0 ms
Resolved: THORN Data Sync Service (China) is back up in 781fa4e after 8 minutes.
| gharchive/issue | 2023-09-17T14:47:37 | 2025-04-01T04:35:06.912713 | {
"authors": [
"Alecyrus"
],
"repo": "mooncyan/Status",
"url": "https://github.com/mooncyan/Status/issues/227",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
906893214 | different attributes in GRCh37 vs. GRCh38 catalogs
A few more details that might need some clarification:
These 4 loci have different NormalMax values in 37 vs. 38 (and ATN1 also has different PathologicMin):
ATN1 35 34
DMPK 34 37
FMR1 55 65
TBP 40 44
These loci have differing LocusStructure (even though DisplayRU i... | gharchive/issue | 2021-05-30T21:57:43 | 2025-04-01T04:35:06.920467 | {
"authors": [
"bw2",
"dnil"
],
"repo": "moonso/stranger",
"url": "https://github.com/moonso/stranger/issues/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2013578155 | 🛑 plex server is down
In 16e0ddd, plex server ($PLEX_URL/identity) was down:
HTTP code: 0
Response time: 0 ms
Resolved: plex server is back up in d3a1081 after 4 hours, 3 minutes.
| gharchive/issue | 2023-11-28T04:08:49 | 2025-04-01T04:35:06.922701 | {
"authors": [
"mooseburgr"
],
"repo": "mooseburgr/kmj-wtf-upptime",
"url": "https://github.com/mooseburgr/kmj-wtf-upptime/issues/300",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
102435947 | Please make .NET 4 compatible distribution (or allow silent modifications)
The background should be well known.
When including todays single morelinq distribution in a project, you cannot invoke the Zip operator in a code block that has included both the System.Linq and Morelinq namespaces.
You can work around this p... | gharchive/issue | 2015-08-21T18:14:25 | 2025-04-01T04:35:06.951978 | {
"authors": [
"atifaziz",
"fsateler"
],
"repo": "morelinq/MoreLINQ",
"url": "https://github.com/morelinq/MoreLINQ/issues/88",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
507034225 | fetch sets variables to [] if no arguments are present
Testing Morpheus client against my API it appears that if no arguments are passed to fetch then variables in the request body is set to [] instead of {}. This causes issues on some servers.
Tested against: hackage: morpheus-graphql-0.4.0@sha256:73420c02c2807c... | gharchive/issue | 2019-10-15T06:28:43 | 2025-04-01T04:35:06.966752 | {
"authors": [
"nalchevanidze",
"sordina"
],
"repo": "morpheusgraphql/morpheus-graphql",
"url": "https://github.com/morpheusgraphql/morpheus-graphql/issues/272",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2116903228 | 🛑 Bama is down
In 7cd69ce, Bama (https://bama.design) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bama is back up in 9da4b70 after 13 minutes.
| gharchive/issue | 2024-02-04T06:12:14 | 2025-04-01T04:35:07.006712 | {
"authors": [
"mortonpepper"
],
"repo": "mortonpepper/upptime-upptime",
"url": "https://github.com/mortonpepper/upptime-upptime/issues/1298",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2061340498 | 🛑 Bama is down
In efb4f9e, Bama (https://bama.design) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bama is back up in 5b760bb after 6 minutes.
| gharchive/issue | 2024-01-01T05:50:26 | 2025-04-01T04:35:07.009340 | {
"authors": [
"mortonpepper"
],
"repo": "mortonpepper/upptime-upptime",
"url": "https://github.com/mortonpepper/upptime-upptime/issues/381",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1164710264 | Reorganize algorithm docs
Our docs currently have 1) a lot of redundancy, 2) a difficult interface for finding much or most of our API surface area. This creates both confusion for readers and engineering burden for maintainers.
Specific problems/challenges:
We write independent overviews of each algorithm in three ... | gharchive/issue | 2022-03-10T03:34:58 | 2025-04-01T04:35:07.027667 | {
"authors": [
"dblalock",
"mvpatel2000"
],
"repo": "mosaicml/composer",
"url": "https://github.com/mosaicml/composer/issues/713",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2170604611 | No API mode with askgd?
The runapi mode mentioned in the README doesn't seem to be available with the version of askgd that gets installed via go install github.com/mosajjal/askg/cmd/askgd@latest:
jmac@idun:~$ go/bin/askgd runapi
Error: unknown command "runapi" for "askgd"
Run 'askgd --help' for usage.
2024-03-05T23:... | gharchive/issue | 2024-03-06T04:18:40 | 2025-04-01T04:35:07.030619 | {
"authors": [
"jmacdotorg",
"mosajjal"
],
"repo": "mosajjal/askg",
"url": "https://github.com/mosajjal/askg/issues/47",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
87045687 | Fixing build break caused by RepeatingSchedulableJob API change
Doing the needful
I was just getting ready to start the needful
lgtm
| gharchive/pull-request | 2015-06-10T17:29:55 | 2025-04-01T04:35:07.084017 | {
"authors": [
"frankhuster",
"larubbio",
"llavoie"
],
"repo": "motech-implementations/mim",
"url": "https://github.com/motech-implementations/mim/pull/371",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
278491144 | chore(package): update ava to version 0.21.0
Closes #9
This change is
Coverage remained the same at 100.0% when pulling d75691f5f72811b45794be9bf157f7944c31d82a on greenkeeper/ava-0.21.0 into 13f2e1ec48e07b46d18686895af3d4a9d31a6fbf on master.
| gharchive/pull-request | 2017-12-01T14:56:55 | 2025-04-01T04:35:07.095931 | {
"authors": [
"coveralls",
"motss"
],
"repo": "motss/deep.clone",
"url": "https://github.com/motss/deep.clone/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1839372598 | Reto #31 - Perl
Propuesta para Perl.
Comprobaciones
Asegúrate de cumplir los siguientes puntos antes de realizar la "Pull Request":
[X] El título de mi Pull Request sigue este formato: "Reto #[número] - [lenguaje_utilizado]". (Ej: Reto #0 - Kotlin")
[X] El nombre el fichero que se corresponde con el de mi usuario en... | gharchive/pull-request | 2023-08-07T12:40:37 | 2025-04-01T04:35:07.100221 | {
"authors": [
"joaquinferrero"
],
"repo": "mouredev/retos-programacion-2023",
"url": "https://github.com/mouredev/retos-programacion-2023/pull/4515",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2102005291 | Reto #3 - Swift
Describe tus cambios
(Opcional) Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.
Comprobaciones
Asegúrate de cumplir los siguientes puntos antes de realizar la "Pull Request":
[ ] El título de mi Pull Request sigue este ... | gharchive/pull-request | 2024-01-26T10:51:29 | 2025-04-01T04:35:07.106701 | {
"authors": [
"franmu94"
],
"repo": "mouredev/retos-programacion-2023",
"url": "https://github.com/mouredev/retos-programacion-2023/pull/6274",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2501126089 | #12 - Python
Describe tus cambios
(Opcional) Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.
Comprobaciones
Asegúrate de cumplir los siguientes puntos antes de realizar la "Pull Request":
[x] El título de mi Pull Request sigue este for... | gharchive/pull-request | 2024-09-02T14:37:04 | 2025-04-01T04:35:07.113095 | {
"authors": [
"JuanDAW37"
],
"repo": "mouredev/roadmap-retos-programacion",
"url": "https://github.com/mouredev/roadmap-retos-programacion/pull/5900",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1838034516 | huff WETH
Hello,
I would like to ask for some guidance on which Constants should I care about when I am creating the contract?
https://github.com/mouseless-eth/rusty-sando/blob/master/contract/src/sando.huff#L17C67-L17C67
I understand that the SEARCHER is the same key from SEARCHER_PRIVATE_KEY https://github.com/mous... | gharchive/issue | 2023-08-06T04:01:07 | 2025-04-01T04:35:07.120478 | {
"authors": [
"PraveenAlexis",
"imcodingideas"
],
"repo": "mouseless-eth/rusty-sando",
"url": "https://github.com/mouseless-eth/rusty-sando/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2646345509 | Fixes humble backport issues (#3070)
Description
Backport fixes for #3070
@sjahr I'm unsure why a planning scene monitor test failed as I've only touched pilz. Would it be possible to rerun the pipeline in case it's sporadic?
Looks good. Seems to also be needed for the Iron backport PR, by the way!
| gharchive/pull-request | 2024-11-09T17:28:47 | 2025-04-01T04:35:07.126832 | {
"authors": [
"TSNoble",
"sea-bass"
],
"repo": "moveit/moveit2",
"url": "https://github.com/moveit/moveit2/pull/3076",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
198044895 | Stable release
v0.3.1 does not work in node or firefox addon - that error seems to be the same as for https://github.com/mozilla/datomish/issues/122
with master there also seems to be some issues.
Which version should be used for Firefox Addon development?
will report exact error from Firefox Tomorrow morning, need... | gharchive/issue | 2016-12-29T17:55:29 | 2025-04-01T04:35:07.494314 | {
"authors": [
"chrmod",
"rnewman"
],
"repo": "mozilla/datomish",
"url": "https://github.com/mozilla/datomish/issues/145",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
122781118 | Implement mailinglist system
The mailing list system lets us associate names with lists of
recipients. A list of recipients is stored in a text field that allows
for arbitrary mailing list sizes, but also comments to make
managing the list easier.
@mythmon @Osmose This is a very light-weight mailing list thing. It'... | gharchive/pull-request | 2015-12-17T17:16:57 | 2025-04-01T04:35:07.534638 | {
"authors": [
"Osmose",
"mythmon",
"willkg"
],
"repo": "mozilla/fjord",
"url": "https://github.com/mozilla/fjord/pull/721",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
153701730 | [Bug Fix 1269126] Correcting typo: changing seach_fields to search_fields
Made changes to correct typo.
Coverage remained the same at 92.558% when pulling e696bb3acd2b19c669b424a990cc1df1a667d4dd on priyankt68:typo_correction_bug into da827c1199868cf2bd1c5f30ea597366c450cefe on mozilla:master.
Closing this one a... | gharchive/pull-request | 2016-05-09T04:33:08 | 2025-04-01T04:35:07.679673 | {
"authors": [
"coveralls",
"johngian",
"priyankt68"
],
"repo": "mozilla/mozillians",
"url": "https://github.com/mozilla/mozillians/pull/1449",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
103112869 | Cleanup olympia.py initialization module, and remove all noqa tags.
This is on top of #678. I just didn't want to include changes this noisy there if I didn't have to.
This needs a rebase, and #678 to land first, but it's very well documented, awesome!
I'm just not sure why we would need all this code to be in func... | gharchive/pull-request | 2015-08-25T20:44:42 | 2025-04-01T04:35:07.694320 | {
"authors": [
"kmaglione",
"magopian"
],
"repo": "mozilla/olympia",
"url": "https://github.com/mozilla/olympia/pull/681",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1051063838 | pdf.js rename master to main branch
Since some months, GitHub put out a guidance for changing master to main branches. Here you have the detailed overview of the new guidance's from the GitHub team.
Could it be possible to implement this guidance's to the pdf.js repository?
Yes, it could be done but there are certa... | gharchive/issue | 2021-11-11T14:55:39 | 2025-04-01T04:35:07.697572 | {
"authors": [
"anantraghuvanshi",
"tiekom"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/issues/14263",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1631943050 | Only warn about missing --scale-factor CSS-variable for visible textLayers (PR 16162 follow-up)
This is something that I completely overlooked in PR #16162, which in some cases cause the default viewer to incorrectly print warnings.
This can reproduced with the PAGE scrolling-mode, and/or the PresentationMode, and th... | gharchive/pull-request | 2023-03-20T11:47:28 | 2025-04-01T04:35:07.698916 | {
"authors": [
"Snuffleupagus"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/16181",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1919362991 | [Editor] Make a deleted (when it was invisible) editor undoable
When the editor is invisible (because on a non-rendered page) its parent is null. But when we undo its deletion, we need to have a parent to attach it.
/botio integrationtest
| gharchive/pull-request | 2023-09-29T14:21:24 | 2025-04-01T04:35:07.700141 | {
"authors": [
"calixteman"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/17050",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
64512710 | Don't map glyphs to Unicode position 0x0E33, i.e. Thai character SARA AM (bug1046314)
A similar approach as in PR #5705.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1046314.
According to https://dxr.mozilla.org/mozilla-central/source/gfx/harfbuzz/src/hb-ot-shape-complex-thai.cc#270-365, 0x0E33 is treated as a ... | gharchive/pull-request | 2015-03-26T12:24:12 | 2025-04-01T04:35:07.702927 | {
"authors": [
"Snuffleupagus",
"brendandahl"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/5882",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
130171699 | Add support for PageLabels in the viewer (issue 6902, bug 793632)
Please refer to the individual commit messages.
Can be tested using e.g. the following files: http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdf, or http://mirrors.ctan.org/info/lshort/english/lshort.pdf.
Fixes issue #6902 ... | gharchive/pull-request | 2016-01-31T19:23:02 | 2025-04-01T04:35:07.715022 | {
"authors": [
"Snuffleupagus",
"timvandermeij",
"yurydelendik"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/6945",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
206545607 | Replaces RequireJS to SystemJS.
Removes RequireJS dependency since it will be hard to adapt ES6 module transpilers. It will be easier with SystemJS. Questions to resolve:
[x] Central configuration (vs SystemJS.config in multiple places)
[x] Dependency on Promise for legacy browsers (increase bar or move Promise poly... | gharchive/pull-request | 2017-02-09T15:58:25 | 2025-04-01T04:35:07.720277 | {
"authors": [
"Snuffleupagus",
"brendandahl",
"timvandermeij",
"yurydelendik"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/8050",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
135763686 | Use 'TabularInline' for event attendees.
@johngian really quick r?
r+
| gharchive/pull-request | 2016-02-23T15:16:11 | 2025-04-01T04:35:07.735261 | {
"authors": [
"akatsoulas",
"johngian"
],
"repo": "mozilla/remo",
"url": "https://github.com/mozilla/remo/pull/1115",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
185682729 | Content prefetching recipe
It would be nice to have a functioning recipe for content prefetching ala this demo from the Chrome docs (https://googlechrome.github.io/samples/service-worker/prefetch/index.html).
Incidentally, this example seems to work in Chrome, but not Firefox (as of FF 52), but a lot of the Chrome de... | gharchive/issue | 2016-10-27T14:22:01 | 2025-04-01T04:35:07.743771 | {
"authors": [
"delapuente",
"jxn",
"wanderview"
],
"repo": "mozilla/serviceworker-cookbook",
"url": "https://github.com/mozilla/serviceworker-cookbook/issues/260",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
103047489 | Add API to view FxOS Add-ons in the review queue (bug 1196225)
https://bugzilla.mozilla.org/show_bug.cgi?id=1196234
Bonus: also start implementing publish/reject APIs (bug 1196234)
Thanks, docs are fixed now.
r+wc/t
Added CORS and CORS tests
| gharchive/pull-request | 2015-08-25T15:24:12 | 2025-04-01T04:35:07.856638 | {
"authors": [
"diox",
"ngokevin"
],
"repo": "mozilla/zamboni",
"url": "https://github.com/mozilla/zamboni/pull/3298",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
197497366 | Roadmap 2017
This a general roadmap issue for Weave to discuss further plans.
I see at least 2 important missing features:
[x] Inline code #77, #80
[x] Pass variables to documents #78
[ ] Improved examples. Go trough examples and leave only sensible ones. Add a script to run all examples, maybe example gallery simil... | gharchive/issue | 2016-12-25T11:31:02 | 2025-04-01T04:35:07.919459 | {
"authors": [
"ValdarT",
"mpastell"
],
"repo": "mpastell/Weave.jl",
"url": "https://github.com/mpastell/Weave.jl/issues/79",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
347406717 | Add filter for compagnies and contacts, create filter trait
Hi, Thank you for this lib !
I found there are some missing endpoints to filter:
https://developers.freshdesk.com/api/#filter_contacts
https://developers.freshdesk.com/api/#filter_companies
https://developers.freshdesk.com/api/#filter_tickets (was under sea... | gharchive/pull-request | 2018-08-03T13:55:53 | 2025-04-01T04:35:07.925800 | {
"authors": [
"Jewhurst",
"OneHatRepo",
"guyoron",
"homersimpsons"
],
"repo": "mpclarkson/freshdesk-php-sdk",
"url": "https://github.com/mpclarkson/freshdesk-php-sdk/pull/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
602802603 | Some Latex problems still persist
While the latest commit fixed most Latex problems, there are still some issues when Latex is embedded in comments, particularly after Markdown is used to delineate titles etc. Please see the same repository, level 1 in Sup/Inf, for an example. The first line after subtitle is dispaye... | gharchive/issue | 2020-04-19T19:39:38 | 2025-04-01T04:35:07.946253 | {
"authors": [
"mpedramfar",
"stanescuUW"
],
"repo": "mpedramfar/Lean-game-maker",
"url": "https://github.com/mpedramfar/Lean-game-maker/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
394516720 | Customize the progress bar
Is there a way to customize the progress bar which appears while the panorama is loading?
I know that I can do that by changing the pannellum.css file. But it would be great if there is a built-in method to do that.
Altering the CSS is the only way to do it. However, instead of modifying ... | gharchive/issue | 2018-12-28T00:28:15 | 2025-04-01T04:35:07.955839 | {
"authors": [
"DevelopSmith",
"mpetroff"
],
"repo": "mpetroff/pannellum",
"url": "https://github.com/mpetroff/pannellum/issues/700",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
849700244 | Pause/resume and stop downloads
Add option to pause or stop current downloads
stop ongoing downloads is done
| gharchive/issue | 2021-04-03T17:12:26 | 2025-04-01T04:35:07.956631 | {
"authors": [
"mpirescarvalho"
],
"repo": "mpirescarvalho/youtube-downloader",
"url": "https://github.com/mpirescarvalho/youtube-downloader/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1193164716 | Delombok hangs if nested class carries @Builder(toBuilder = true)
Short description
When using the delombok action on a nested class with @Builder(toBuilder = true) annotation, IntelliJ hangs (see below for example project)
Expected behavior
No hangup, delombok should produce code as expected
Version information
IDE... | gharchive/issue | 2022-04-05T13:38:06 | 2025-04-01T04:35:07.964648 | {
"authors": [
"nicoweidner",
"topr"
],
"repo": "mplushnikov/lombok-intellij-plugin",
"url": "https://github.com/mplushnikov/lombok-intellij-plugin/issues/1122",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
449066214 | Would it be possible to use docker ports instead...
I like your solution, but I was wondering if it would be possible to use docker ports instead of relying on your dockerfile, and staying up to data...
eg.
docker run -p 8080:8080 -p 9007:9007 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook -e ZEPPELIN_LOG_DIR='/l... | gharchive/issue | 2019-05-28T05:07:44 | 2025-04-01T04:35:07.967669 | {
"authors": [
"comfytoday"
],
"repo": "mporium/GlueZeppelin",
"url": "https://github.com/mporium/GlueZeppelin/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
235752235 | Localstorage Support
Follow up issues for IndexDB and other types of storage when we get there.
Future Solutions
Proper API for deleting Localstorage by hostname (both of these bugs seem to want to extend the browsingData API)
Pros
Clear localstorage by site rather than all or nothing
Should be easily added to the e... | gharchive/issue | 2017-06-14T03:25:30 | 2025-04-01T04:35:08.164499 | {
"authors": [
"Eagle3386",
"EchoDev",
"HOxQRLGVTr",
"Kagami",
"Pentarctagon",
"Rictusempra",
"Solomon1732",
"Stebalien",
"Thorin-Oakenpants",
"Vincent43",
"anewuser",
"crssi",
"curiosity-seeker",
"grenzor",
"gwarser",
"ihateregs",
"kah0922",
"li... |
957040121 | SmartMatrix style multiplexing of addr and RGB data?
Hi,
I need to find a way to lower the memory footprint of my software which is, so far, based around the SmartMatrix library. I'm just starting adapting your code to the SmartMatrix style of latching out RGB and addr lines on the gpio. (Since I can't easily change ... | gharchive/issue | 2021-07-30T20:27:06 | 2025-04-01T04:35:08.263987 | {
"authors": [
"mrfaptastic",
"twinotter"
],
"repo": "mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA",
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/issues/159",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
270573392 | Use b-table instead table
there is a component b-table in bootstrap-vue ,so it's better to use it instead raw html table tag.
Thanks for this hint. We are moving to b-table in the next release.
v1.0.6
| gharchive/issue | 2017-11-02T08:43:51 | 2025-04-01T04:35:08.288222 | {
"authors": [
"wxs77577",
"xidedix"
],
"repo": "mrholek/CoreUI-Vue",
"url": "https://github.com/mrholek/CoreUI-Vue/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1027922480 | Is there a way to show both path and title in nav bar (read/focus mode)?
Currently we are using "view" mode because that is the only view that contains the list of endpoints / description at a glance. However, the read/focus mode is awesome, with features like filtering, and easier navigation in general.
Is there a w... | gharchive/issue | 2021-10-16T01:56:28 | 2025-04-01T04:35:08.293898 | {
"authors": [
"mrin9",
"sammy-tam"
],
"repo": "mrin9/RapiDoc",
"url": "https://github.com/mrin9/RapiDoc/issues/585",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
140535283 | running as cronjob
Thanks for a great tool. I had 2 questions related to running db-sync as a cronjob via cli:
Is there a way to suppress the output to certain log levels, so that only warnings or errors are printed?
I noticed that when an error occurs, the exit code is still 0. Is it possible to get a non-zero... | gharchive/issue | 2016-03-13T22:14:48 | 2025-04-01T04:35:08.297539 | {
"authors": [
"mrjgreen",
"rbro"
],
"repo": "mrjgreen/db-sync",
"url": "https://github.com/mrjgreen/db-sync/issues/8",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
925897069 | Getting MQTT Error
HI
I have been using this custom component for a while and haven't had any issues, however lately I have noticed that it stops working
The errors in the event log are
[custom_components.blitzortung.mqtt] Failed to connect to MQTT server due to exception: [Errno -3] Try again
I didn't think this use... | gharchive/issue | 2021-06-21T07:05:16 | 2025-04-01T04:35:08.308169 | {
"authors": [
"craigmate",
"mrk-its"
],
"repo": "mrk-its/homeassistant-blitzortung",
"url": "https://github.com/mrk-its/homeassistant-blitzortung/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
136527787 | Mrknow nie działa z windows 10
Witam,
Po zainstalowaniu windows 10 mam problem z MRKNOW, nie działa, nawet ta najnowsza wersja . Specto działa bez problemu, nie wiem o co chodzi.
Posiadam Kodi wersja 16
Pozdrawiam i czekam na jakies info
log?
Ja mam 10 i u mnie działa ...
OK, u mnie wszystko działałao, jak miał... | gharchive/issue | 2016-02-25T22:12:51 | 2025-04-01T04:35:08.343504 | {
"authors": [
"chmurek77",
"marqius2",
"mrknow",
"plumers",
"rysson",
"xxcriticxx",
"zlotychlopak"
],
"repo": "mrknow/filmkodi",
"url": "https://github.com/mrknow/filmkodi/issues/140",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
141150874 | Read Write lock cannot be correctly unlocked
in ReadLock and WriteLock, the unlock method use thread id to determine whether it is owned by this thread. it works fine for a single machine.
However, when it is used in a distributed processing framework such as MapReduce, the Read and Write lock cannot be correctly un... | gharchive/issue | 2016-03-16T02:04:03 | 2025-04-01T04:35:08.353615 | {
"authors": [
"jackygurui",
"milesandnick",
"mrniko"
],
"repo": "mrniko/redisson",
"url": "https://github.com/mrniko/redisson/issues/436",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
162134004 | RMapCache with timeout leaves redisson__idle__set__ behind
If you create a RMapCache with a TTL entry then delete the map, the idle_set is left behind. This should be deleted too.
E.g. On a clean redis instance, this leaves the ZSET redisson__idle__set__{testRMapCacheValues}
final RMapCache<String, String> map ... | gharchive/issue | 2016-06-24T12:10:56 | 2025-04-01T04:35:08.357569 | {
"authors": [
"mrniko",
"neilwightman"
],
"repo": "mrniko/redisson",
"url": "https://github.com/mrniko/redisson/issues/540",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
910640187 | CA Detection Issue (Mi 11 Ultra Global/Europe)
Hi,
I use the Netmonster App since a long time, but now since I have my new phone it does not work properly as it should. My Mi 11 Ultra is on MIUI 12.5.3 Android 11.
At home I have 2CA B1+20 from o2 Germany, but the app does not recognize it like with my old phone prope... | gharchive/issue | 2021-06-03T16:02:45 | 2025-04-01T04:35:08.378266 | {
"authors": [
"Blykam",
"Philippe2705",
"devenhala",
"mroczis"
],
"repo": "mroczis/netmonster-core",
"url": "https://github.com/mroczis/netmonster-core/issues/16",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1510190196 | ReentrancyCheck App crash when using dispatch async queue and callback
WHAT
i am trying to add a callback for getting values via the dispatch queue in Objective C, however when i write the code as mentioned below i get the following error
Thread 2 Crashed:: Dispatch queue: com.apple.root.default-qos
0 RnAppTrial ... | gharchive/issue | 2022-12-24T20:58:02 | 2025-04-01T04:35:08.388772 | {
"authors": [
"mrousavy",
"nitish24p"
],
"repo": "mrousavy/react-native-mmkv",
"url": "https://github.com/mrousavy/react-native-mmkv/issues/492",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1908376210 | Can not use react-native-vision-camera frameProcessor to scan QR codes 🐛
What's happening?
When using react native vision camera frameProcessor property in order to scan QR codes (combined with vision-camera-code-scanner), I get the following android error when navigating to the screen that renders the camera view (... | gharchive/issue | 2023-09-22T07:51:19 | 2025-04-01T04:35:08.416974 | {
"authors": [
"JorgeQuevedoC",
"PranatoshRoy",
"QSuraj",
"arazaq917",
"drastus",
"fvalles",
"hardik-javascript",
"mrousavy",
"nc-hung",
"qamarcloud"
],
"repo": "mrousavy/react-native-vision-camera",
"url": "https://github.com/mrousavy/react-native-vision-camera/issues/18... |
545279945 | Add missing current ruby versions to .travis.yml
Thanks for docile, thought it might be nice to have these along :)
Codecov Report
Merging #40 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #40 +/- ##
==============================... | gharchive/pull-request | 2020-01-04T12:32:37 | 2025-04-01T04:35:08.453956 | {
"authors": [
"PragTob",
"codecov-io",
"ms-ati"
],
"repo": "ms-ati/docile",
"url": "https://github.com/ms-ati/docile/pull/40",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
723826772 | [Port] Support kuka_experimental on Windows
We have had a commercial request for Kuka ROS node on Windows.
https://answers.ros.org/question/363614/build-kuka_experimental-package-on-windows-10-ros1-noetic/
Edit to add link to repo: http://wiki.ros.org/kuka_eki_hw_interface
This package depends on industrial core:
htt... | gharchive/issue | 2020-10-17T18:57:33 | 2025-04-01T04:35:08.469494 | {
"authors": [
"gavanderhoorn",
"ooeygui",
"traversaro"
],
"repo": "ms-iot/ROSOnWindows",
"url": "https://github.com/ms-iot/ROSOnWindows/issues/294",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
425873955 | Set MAC address for LAN7800 of RPI3B+
In mailbox, queries and savesMAC address for LAN. When NDIS interface notification received, sets this MAC address in NetworkAddress in NDIS software key if the flag registry LanPropertyChange is not set.
During system boot, a service thread RpiLanPropertyChange is started and ch... | gharchive/pull-request | 2019-03-27T10:21:00 | 2025-04-01T04:35:08.471838 | {
"authors": [
"henie"
],
"repo": "ms-iot/rpi-iotcore",
"url": "https://github.com/ms-iot/rpi-iotcore/pull/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
602264158 | Adds an option for inline parsing of elements
Why:
In some situations we might was to render Surface code to inline into
other pieces of Surface code
This change addresses the need by:
Adding an optional i to the H sigil that removes the final new line
Note: Not even sure if we want this, but it came up in #71 an... | gharchive/pull-request | 2020-04-17T22:20:23 | 2025-04-01T04:35:08.475453 | {
"authors": [
"msaraiva",
"zamith"
],
"repo": "msaraiva/surface",
"url": "https://github.com/msaraiva/surface/pull/72",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
489581742 | error
AAPT: error: resource attr/colorOnSurface not found
Are you using MaterialComponents theme or AppCompat?
| gharchive/issue | 2019-09-05T07:38:52 | 2025-04-01T04:35:08.476320 | {
"authors": [
"ddthanh198",
"msasikanth"
],
"repo": "msasikanth/ColorSheet",
"url": "https://github.com/msasikanth/ColorSheet/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
496129865 | [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues
Node is issues the warnings listed below.
These are cause by https://github.com/mscdex/node-ftp/blob/master/lib/connection.js#L53
See https://medium.com/@jasnell/node-js-buffer-api-changes-3c21f1048f97 for more information.
(nod... | gharchive/issue | 2019-09-20T03:50:52 | 2025-04-01T04:35:08.479814 | {
"authors": [
"baerrach",
"frosas",
"samjegal",
"tutanra"
],
"repo": "mscdex/node-ftp",
"url": "https://github.com/mscdex/node-ftp/issues/255",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1740438879 | feat: add spring integration
add spring support.
Any interface annotated with OpenAiInterface will automatically have an OpenAi proxy bean registered.
Required configuration properties (api key, base url, etc) are injected via spring properties.
The api call will be done by OpenAiApiClient, which internally uses Spri... | gharchive/pull-request | 2023-06-04T15:40:37 | 2025-04-01T04:35:08.482049 | {
"authors": [
"krrishdholakia",
"mscheong01"
],
"repo": "mscheong01/interfAIce",
"url": "https://github.com/mscheong01/interfAIce/pull/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2162218889 | 🛑 Do53 Roost IPv6 UDP is down
In aced301, Do53 Roost IPv6 UDP (http://107.189.10.142:9204) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Do53 Roost IPv6 UDP is back up in 60a2013 after 36 minutes.
| gharchive/issue | 2024-02-29T22:39:36 | 2025-04-01T04:35:08.485823 | {
"authors": [
"mschirrmeister"
],
"repo": "mschirrmeister/upptime-loopx",
"url": "https://github.com/mschirrmeister/upptime-loopx/issues/1289",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2214599377 | 🛑 Do53 Roost IPv4 TCP is down
In 4e216b0, Do53 Roost IPv4 TCP (http://107.189.10.142:9203) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Do53 Roost IPv4 TCP is back up in 2ea9e16 after 31 minutes.
| gharchive/issue | 2024-03-29T03:51:03 | 2025-04-01T04:35:08.488160 | {
"authors": [
"mschirrmeister"
],
"repo": "mschirrmeister/upptime-loopx",
"url": "https://github.com/mschirrmeister/upptime-loopx/issues/4380",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
392923948 | Publish/Subscribe Eqnuiry
Hello, it is possible 1 consumer listen to more than one queue? If both queue is filled with message and is there any setting to set which queue high priority so that the program always will consume the message from high priority queue?
Document Details
⚠ Do not edit this section. It is req... | gharchive/issue | 2018-12-20T07:33:56 | 2025-04-01T04:35:08.555671 | {
"authors": [
"CWJie91",
"MikeWasson"
],
"repo": "mspnp/architecture-center",
"url": "https://github.com/mspnp/architecture-center/issues/1112",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
377470048 | Fix link
Fixes #915
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
docs/reference-architectures/serverless/web-app.md
:white_check_mark:Succeeded
View
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken lin... | gharchive/pull-request | 2018-11-05T16:10:48 | 2025-04-01T04:35:08.559224 | {
"authors": [
"MikeWasson",
"VSC-Service-Account"
],
"repo": "mspnp/architecture-center",
"url": "https://github.com/mspnp/architecture-center/pull/918",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2586714628 | Load model locally
Hi,
I'm making an app that uses Tauri, and I want to bundle the model with the application (since I want it to be offline). Are there ways to load the model locally?
If I understand correctly, you need to loaf a local model, right?
Well, Tauri uses the system's browser to render the app, so I g... | gharchive/issue | 2024-10-14T18:03:15 | 2025-04-01T04:35:08.566951 | {
"authors": [
"AhmedSawx",
"mehryar100",
"msqr1"
],
"repo": "msqr1/Vosklet",
"url": "https://github.com/msqr1/Vosklet/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
705723667 | winpthreads install from staging broken
installing mingw-w64-i686-libwinpthread-git (8.0.0.6001.98dad1fe-1) breaks dependency 'mingw-w64-i686-libwinpthread-git=8.0.0.5906.c9a21571' required by mingw-w64-i686-winpthreads-git
I guess we should depend on all the build results of a package instead of the one specified.
... | gharchive/issue | 2020-09-21T15:55:08 | 2025-04-01T04:35:08.662308 | {
"authors": [
"lazka"
],
"repo": "msys2/msys2-autobuild",
"url": "https://github.com/msys2/msys2-autobuild/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1708807288 | 🛑 https://detulkarm.edu.ps is down
In 1f03a9f, https://detulkarm.edu.ps (https://detulkarm.edu.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://detulkarm.edu.ps is back up in a772c17.
| gharchive/issue | 2023-05-14T03:52:19 | 2025-04-01T04:35:08.701971 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/12215",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1570344826 | 🛑 https://mtit.pna.ps is down
In 8d3adbd, https://mtit.pna.ps (https://mtit.pna.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://mtit.pna.ps is back up in e7c4b0d.
| gharchive/issue | 2023-02-03T19:36:35 | 2025-04-01T04:35:08.704924 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/197",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1620165472 | 🛑 https://detulkarm.edu.ps is down
In 170ea1b, https://detulkarm.edu.ps (https://detulkarm.edu.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://detulkarm.edu.ps is back up in 7331a71.
| gharchive/issue | 2023-03-11T22:31:26 | 2025-04-01T04:35:08.708209 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/2607",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1630867432 | 🛑 https://palpost.ps is down
In 8cc79f3, https://palpost.ps (https://palpost.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://palpost.ps is back up in 7c4905b.
| gharchive/issue | 2023-03-19T10:05:36 | 2025-04-01T04:35:08.711084 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/3619",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1634421003 | 🛑 https://salfeet.plo.ps is down
In 2009d52, https://salfeet.plo.ps (https://salfeet.plo.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://salfeet.plo.ps is back up in deb9223.
| gharchive/issue | 2023-03-21T17:38:33 | 2025-04-01T04:35:08.714006 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/3967",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1593643672 | 🛑 https://ejrs.moj.pna.ps is down
In 3ed74d8, https://ejrs.moj.pna.ps (https://ejrs.moj.pna.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://ejrs.moj.pna.ps is back up in ecb0f71.
| gharchive/issue | 2023-02-21T15:06:38 | 2025-04-01T04:35:08.716915 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/614",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1689392411 | 🛑 https://reports.mtit.pna.ps is down
In 5b481b2, https://reports.mtit.pna.ps (https://reports.mtit.pna.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://reports.mtit.pna.ps is back up in c6ac439.
| gharchive/issue | 2023-04-29T04:58:09 | 2025-04-01T04:35:08.720068 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/9714",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1719709375 | Stack overflow
I have a relatively small Python program that I tried running pylyzer on. In (and outside) my virtual enviroment I execute pylyzer /path/to/project/main_of_project.py and I get:
cannot open '/path/to/project/source/utils/dependency1.py': [Errno 2] No such file or directory (os error 2)
cannot open '/pa... | gharchive/issue | 2023-05-22T13:34:42 | 2025-04-01T04:35:08.843120 | {
"authors": [
"jp-berg",
"mtshiba"
],
"repo": "mtshiba/pylyzer",
"url": "https://github.com/mtshiba/pylyzer/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
849578989 | Extension issue
Issue Type: Bug
Extension Name: sqltools
Extension Version: 0.23.0
OS Version: Windows_NT x64 10.0.19042
VS Code version: 1.55.0
:warning: We have written the needed data into your clipboard. Please paste! :warning:
Looks like there should have been some data associated with the bug that was copie... | gharchive/issue | 2021-04-03T05:02:41 | 2025-04-01T04:35:08.845232 | {
"authors": [
"davidshq",
"samdruster"
],
"repo": "mtxr/vscode-sqltools",
"url": "https://github.com/mtxr/vscode-sqltools/issues/788",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
351448153 | detect latency
Hi.
I'm sorry to post a question here and not really an issue.
Would be possible to detect latency, like in DataChannel.js method channel.onmessage = function(message, userid, latency) { }?
cheers
Please try this. Then manually call detectLatency for the person who wants to detect latency:
var latenc... | gharchive/issue | 2018-08-17T03:52:59 | 2025-04-01T04:35:08.876011 | {
"authors": [
"gilfuser",
"muaz-khan"
],
"repo": "muaz-khan/RTCMultiConnection",
"url": "https://github.com/muaz-khan/RTCMultiConnection/issues/619",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
278675963 | Connnection to Siganalling Server is failing
https://webrtcweb.com:9559
Error in chrome - ERR_CONNECTION_REFUSED.
@muaz-khan Can you please check if the service is running ?
Fixed.
@muaz-khan Thanks for the prompt fix.
Really great work 👍
| gharchive/issue | 2017-12-02T11:13:07 | 2025-04-01T04:35:08.877828 | {
"authors": [
"jssisodiyaPG",
"muaz-khan"
],
"repo": "muaz-khan/WebRTC-Experiment",
"url": "https://github.com/muaz-khan/WebRTC-Experiment/issues/545",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2429086382 | Removal of data from objects not working as expected
See test 1.3.
https://github.com/muchdogesec/arango_cti_processor/tree/adding-tests/tests#test-13-perform-another-update-to-change-capec-attack-pattern---attck-attack-pattern-relationship-capec-attack
In this test we have
[
{
"_key": "attack-pattern--897a5506... | gharchive/issue | 2024-07-25T05:55:32 | 2025-04-01T04:35:08.899520 | {
"authors": [
"himynamesdave"
],
"repo": "muchdogesec/arango_cti_processor",
"url": "https://github.com/muchdogesec/arango_cti_processor/issues/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1194195325 | [Feature/element] URL bar completely white
Sanity checks (must complete)
[x] I have read and followed the installation instructions in the README
[x] I have not modified the userChrome.css file
[x] I have tested the latest release for my Firefox version, or commit on master/beta branch (beta is for Firefox Beta only... | gharchive/issue | 2022-04-06T07:41:07 | 2025-04-01T04:35:08.925182 | {
"authors": [
"DooNotResuscitate",
"Grogs",
"Lord-Lavios",
"Trident6355",
"fmeyertoens",
"juanpabloalfonzo",
"melodicwang",
"missuo",
"mtzfox",
"paralin",
"privacyguy123",
"quarkquartet",
"thebigsmileXD",
"utilisateurdegithub"
],
"repo": "muckSponge/Materia... |
259808424 | Publish MIDI.js as npm module
Wouldn't be nice to be able to do npm install midi-js?
I had a fork of the repo and I will do it myself as I will need it for a project of mine, I can send a pull request afterwards, unless the owners have a different idea about this.
The module name midi-js is already taken by Microso... | gharchive/issue | 2017-09-22T13:04:32 | 2025-04-01T04:35:08.967286 | {
"authors": [
"amypellegrini",
"hmoffatt",
"mscuthbert"
],
"repo": "mudcube/MIDI.js",
"url": "https://github.com/mudcube/MIDI.js/issues/219",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2401794077 | Run mail tests in CI
In https://github.com/muety/wakapi/commit/a5565b12ea11f0ef62214eb43a60b0b24c37a864 I added integration tests for SMTP mail sending using smtp4dev. Tests are run as part of the standard test suite, but are skipped silently if no smtp4dev endpoint is available. Running the tests requires to bring u... | gharchive/issue | 2024-07-10T21:44:30 | 2025-04-01T04:35:08.978625 | {
"authors": [
"YC",
"muety"
],
"repo": "muety/wakapi",
"url": "https://github.com/muety/wakapi/issues/658",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
413476775 | Segmentation Fault error on windows10
When running the "python main.py", it would produced segmentation fault error.
Hi, sorry I didn't test SEAL on windows system. Can you successfully run other pytorch programs in windows 10, or is it only SEAL that cannot be ran?
Thanks for your reply. The pure PyTorch program... | gharchive/issue | 2019-02-22T16:21:32 | 2025-04-01T04:35:08.983140 | {
"authors": [
"hazelnutsgz",
"muhanzhang"
],
"repo": "muhanzhang/pytorch_DGCNN",
"url": "https://github.com/muhanzhang/pytorch_DGCNN/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
599755189 | OffTopic - Question.
Hi, Guys, I have only one questions, and is, Is possible use Material-UI suite in a React-Native project?
Regards, and I sorry for the OffTopic.
Javier.
Duplicate of #18276
| gharchive/issue | 2020-04-14T17:57:06 | 2025-04-01T04:35:08.984277 | {
"authors": [
"jochercoles",
"oliviertassinari"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/20558",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
118428181 | Switches "value" prop
I used "value" on Checkbox, as in the docs, but it was throwing an error. From looking at the code it seems like it should be "checked" instead of "value".
<Checkbox label="Label" value={this.state.thingIsEnabled} />
Warning: Failed propType: Invalid prop `value` of type `boolean` supplied to ... | gharchive/issue | 2015-11-23T17:17:18 | 2025-04-01T04:35:08.990616 | {
"authors": [
"kmckee",
"oliviertassinari",
"pcompassion",
"rhythnic"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/2250",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.