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
1494171470
Add plugin to skip command linker By default, our command line linkers always link any inline code based on dvc, cml, ... our tools. If we want to customize them we can always wrap the inline code with a link eg: [`dvc ...`](link) This PR adds a plugin to allow us to have no link at all. For that, we can pass no val...
gharchive/pull-request
2022-12-13T12:46:55
2025-04-01T04:57:08.211375
{ "authors": [ "jorgeorpinel", "rogermparent", "yathomasi" ], "repo": "iterative/gatsby-theme-iterative", "url": "https://github.com/iterative/gatsby-theme-iterative/pull/153", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
1585034175
DVC trees do not update properly after adding a file In this repo https://github.com/iterative/iterative.ai I'm trying to add file this way: https://user-images.githubusercontent.com/3659196/218895696-4487e09d-982b-499d-978c-27cd32f4d34a.mov and it updates both trees properly. But if I do it this way (just a differen...
gharchive/issue
2023-02-15T00:46:15
2025-04-01T04:57:08.215185
{ "authors": [ "mattseddon", "shcheklein" ], "repo": "iterative/vscode-dvc", "url": "https://github.com/iterative/vscode-dvc/issues/3285", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2133416100
Update demo project and latest tested CLI version (3.44.0) We are behind on this + releasing. Closes #5292 Please merge and ship
gharchive/pull-request
2024-02-14T01:55:30
2025-04-01T04:57:08.216316
{ "authors": [ "mattseddon" ], "repo": "iterative/vscode-dvc", "url": "https://github.com/iterative/vscode-dvc/pull/5301", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2125229998
unable to run workflow
gharchive/issue
2024-02-08T13:47:51
2025-04-01T04:57:08.221728
{ "authors": [ "itninjatrainer" ], "repo": "itninjatrainer/eShopOnWeb", "url": "https://github.com/itninjatrainer/eShopOnWeb/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
203313128
IE11 - Message needed when trying to enter invalid login + password on the Portal page Description Use IE11 Surf to: http://portal-tst.artilium-africa.com/ You are redirected to ItsYou.Online Enter log in = "bla" Enter password= "bla" Click Login button Expected result User gets warning message about the invalid cred...
gharchive/issue
2017-01-26T08:11:54
2025-04-01T04:57:08.291370
{ "authors": [ "LeeSmet", "jdelrue" ], "repo": "itsyouonline/identityserver", "url": "https://github.com/itsyouonline/identityserver/issues/417", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
936545004
Doubled escapes in first entry in server.properties The following echo command doubles backslashes, which is not necessary as in the case few lines up with sed: https://github.com/itzg/docker-minecraft-server/blob/c090095e08d29f822ff45d98774bdf7abd6ecec0/start-finalSetupServerProperties#L22 This results in the follow...
gharchive/issue
2021-07-04T21:35:39
2025-04-01T04:57:08.298920
{ "authors": [ "P4sca1", "oldium" ], "repo": "itzg/docker-minecraft-server", "url": "https://github.com/itzg/docker-minecraft-server/issues/949", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
110590930
changes to bootpeers, ending the console configuration option, I fixed an error that I had made when putting together the bootnodes option, and also took the liberty to finally end the console configuration (because no matter what I do here it doesn't work...better to go ahead and put in instructions to run an attach...
gharchive/pull-request
2015-10-09T05:45:31
2025-04-01T04:57:08.306413
{ "authors": [ "VoR0220" ], "repo": "iurimatias/embark-framework", "url": "https://github.com/iurimatias/embark-framework/pull/96", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
356948981
Suggestion - Make amd64 default This is more of a suggestion and not a bug. I just updated to latest 1.62 version and see that I have lost my wkhtmltopdf-amd64 directory from 1.61 version under vendor/h4cc . If you are running Grav in a cloud datacenter most providers will give you an x64 system. Maybe it would be b...
gharchive/issue
2018-09-04T19:41:14
2025-04-01T04:57:08.309725
{ "authors": [ "axza", "christianhals", "iusvar" ], "repo": "iusvar/grav-plugin-snappygrav", "url": "https://github.com/iusvar/grav-plugin-snappygrav/issues/33", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
304164775
drrun.exe shows the output only once, and test cases times out Hi, I am currently trying to run winafl on a sample 32bit program (that I coded for the example) using DynamoRIO. I encountered 2 problems which are probably linked. The first problem occurs when I run the DynamoRIO drrun.exe with the following command li...
gharchive/issue
2018-03-11T14:56:08
2025-04-01T04:57:08.325172
{ "authors": [ "4br3mm0rd", "ivanfratric" ], "repo": "ivanfratric/winafl", "url": "https://github.com/ivanfratric/winafl/issues/90", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
180192627
Cannot load ember-svg-jar with Ember 1.13 According to the README,svg-jar should be compatible with Ember 1.13. UI.writeWarnLine was not added until after Ember 2.2.0-beta1 (https://github.com/ember-cli/ember-cli/commit/139975c9ce169fef62e71b2b54972836f0f6edaa#diff-862010a5cfb735a85ea8db20df2b584fR113), and is used f...
gharchive/issue
2016-09-30T00:06:57
2025-04-01T04:57:08.335167
{ "authors": [ "ivanvotti", "tastycode" ], "repo": "ivanvotti/ember-svg-jar", "url": "https://github.com/ivanvotti/ember-svg-jar/issues/18", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
908318303
invalid mnemonic When i run the code i get the follow error of invalid mnemonic. The mnemonic is the private key, correct? Thanks for any help C:\Users\bruno1\Downloads\pancakeswap-bot-main1\pancakeswap-bot-main>node bot C:\Users\bruno1\Downloads\pancakeswap-bot-main1\pancakeswap-bot-main\node_modules\@ethersproject\...
gharchive/issue
2021-06-01T13:53:02
2025-04-01T04:57:08.338112
{ "authors": [ "bruno77689", "ivekivek" ], "repo": "ivekivek/pancakeswap-bot", "url": "https://github.com/ivekivek/pancakeswap-bot/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2599392931
🛑 antiprocess.net is down In 5fa47a6, antiprocess.net (https://antiprocess.net) was down: HTTP code: 503 Response time: 1149 ms Resolved: antiprocess.net is back up in 8f016ed after 5 minutes.
gharchive/issue
2024-10-19T16:47:05
2025-04-01T04:57:08.355569
{ "authors": [ "ivuorinen" ], "repo": "ivuorinen/uptime", "url": "https://github.com/ivuorinen/uptime/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1799352539
plex-mpv-shim doesn't support --sub-pos=<> setting. I have included sub-pos=95 in my mpv.conf file for plex-mpv-shim but when I play a video from Plex, the subtitles still appear at their default position. I did the same for the regular mpv and it worked as intended. Why isn't plex-mpv-shim working the way defined in...
gharchive/issue
2023-07-11T16:52:54
2025-04-01T04:57:08.368100
{ "authors": [ "githubdotcomuser", "infectiousstupidity", "soredake" ], "repo": "iwalton3/plex-mpv-shim", "url": "https://github.com/iwalton3/plex-mpv-shim/issues/95", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2622978890
🛑 21Eurkon is down In 48251aa, 21Eurkon (https://blog.eurkon.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: 21Eurkon is back up in 64c9977 after 1 hour, 8 minutes.
gharchive/issue
2024-10-30T05:43:42
2025-04-01T04:57:08.370882
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/10375", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2724721574
🛑 21Eurkon is down In b341649, 21Eurkon (https://blog.eurkon.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: 21Eurkon is back up in c0fdf85 after 27 minutes.
gharchive/issue
2024-12-07T16:46:10
2025-04-01T04:57:08.373194
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/11063", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
987823027
🛑 Takagi is down In 1181db7, Takagi (https://lixingyong.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Takagi is back up in 56a0ab1.
gharchive/issue
2021-09-03T14:23:56
2025-04-01T04:57:08.375474
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/204", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1653145756
🛑 05Takagi is down In fa123ac, 05Takagi (https://lixingyong.com) was down: HTTP code: 0 Response time: 0 ms Resolved: 05Takagi is back up in b3765e6.
gharchive/issue
2023-04-04T04:17:41
2025-04-01T04:57:08.377692
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/2565", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1835234536
🛑 28mao is down In 70c2578, 28mao (https://meuicat.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: 28mao is back up in d88a294.
gharchive/issue
2023-08-03T14:57:52
2025-04-01T04:57:08.379928
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/4127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1859504599
🛑 05Takagi is down In 56e5426, 05Takagi (https://lixingyong.com) was down: HTTP code: 0 Response time: 0 ms Resolved: 05Takagi is back up in d5b2544 after 444 days, 2 hours, 8 minutes.
gharchive/issue
2023-08-21T14:29:06
2025-04-01T04:57:08.382379
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/4229", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2116727211
🛑 05Takagi is down In be36f58, 05Takagi (https://lixingyong.com) was down: HTTP code: 0 Response time: 0 ms Resolved: 05Takagi is back up in 155caba after 9 minutes.
gharchive/issue
2024-02-03T23:50:16
2025-04-01T04:57:08.384627
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/5589", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2232689861
🛑 29JACK小桔子的小屋 is down In 45c9248, 29JACK小桔子的小屋 (https://www.jackxjz.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: 29JACK小桔子的小屋 is back up in b03c758 after 30 minutes.
gharchive/issue
2024-04-09T06:22:54
2025-04-01T04:57:08.386945
{ "authors": [ "iwyang" ], "repo": "iwyang/check", "url": "https://github.com/iwyang/check/issues/6900", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1183383576
First line indentation problem The first paragraph after each "section" or "subsection" is not indented properly. I use \usepackage{indentfirst} to indent the beginning of each paragraph. Thanks!
gharchive/issue
2022-03-28T12:42:07
2025-04-01T04:57:08.433937
{ "authors": [ "Zoom1111" ], "repo": "iydon/sustechthesis", "url": "https://github.com/iydon/sustechthesis/issues/28", "license": "LPPL-1.3c", "license_type": "permissive", "license_source": "github-api" }
178058282
"skip" parameter is redundant As of version 4.x, the semantic of "skip" is the same as "filter" Job job = new JobBuilder() .skip(1) .build(); is the same as: Job job = new JobBuilder() .filter(new RecordNumberLowerThanFilter(1)) .build(); A more elegant way is to decorate a RecordReader with "skip" feat...
gharchive/issue
2016-09-20T13:23:29
2025-04-01T04:57:08.498328
{ "authors": [ "benas", "strikerforce777", "vian42" ], "repo": "j-easy/easy-batch", "url": "https://github.com/j-easy/easy-batch/issues/212", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
189134928
Error initiating gophercloud cinder client: No suitable endpoint Hi, I get an error with the command $ sudo service cinder-docker-driver status Nov 14 15:54:18 beats cinder-docker-driver[3752]: time="2016-11-14T15:54:18+01:00" level=info msg="Set InitiatorIFace to: default" Nov 14 15:54:18 beats cinder-docker-driver[...
gharchive/issue
2016-11-14T15:05:31
2025-04-01T04:57:08.510796
{ "authors": [ "j-griffith", "john-griffith", "olivibernard" ], "repo": "j-griffith/cinder-docker-driver", "url": "https://github.com/j-griffith/cinder-docker-driver/issues/3", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
261199641
安卓7.0闪退。 Dear j2rong, 我有看到1.2.670.1670版本的更新日志提到准备对安装7.0提供支持,想请问一下,安卓7.0什么时候可以适配?感谢。 作者大大,可以更新到安卓11适配么?现在的情况是闪退 非常感谢
gharchive/issue
2017-09-28T05:44:40
2025-04-01T04:57:08.514389
{ "authors": [ "15687702323", "lingqingyu" ], "repo": "j2rong/FakeLocation", "url": "https://github.com/j2rong/FakeLocation/issues/61", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1147826762
Revert "Create discoverable repos" Reverts jabicho79/innersource#3 da da
gharchive/pull-request
2022-02-23T09:03:16
2025-04-01T04:57:08.656057
{ "authors": [ "jabicho79" ], "repo": "jabicho79/innersource", "url": "https://github.com/jabicho79/innersource/pull/5", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
524977187
refactor(gitignore): remove DS_Store, fix some .gitignore rules Remove useless files. 😉 appreciate it, thanks 👍
gharchive/pull-request
2019-11-19T12:24:53
2025-04-01T04:57:08.657839
{ "authors": [ "jacc", "webistomin" ], "repo": "jacc/music-box", "url": "https://github.com/jacc/music-box/pull/12", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
713746234
Package.json has a breaking syntax error Details The package.json is corrupted after a merge conflict. There's a comma in the wrong place. This makes the package.json to be invalid and the project cannot be installed or built. What is Expected? package.json should be error free. What is actually happening? Did a q...
gharchive/issue
2020-10-02T16:23:32
2025-04-01T04:57:08.687660
{ "authors": [ "alvaromontoro" ], "repo": "jackdomleo7/Checka11y.css", "url": "https://github.com/jackdomleo7/Checka11y.css/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2186829123
minor pybigtools complaints pybigtools can feels a bit alien as a python module would be nice to have access to things like __version__, __path__ etc etc - e.g. import pybigtools as pybig; print(pybig.__version__) __path__ is already there: __version__ will be there if: https://github.com/jackh726/bigtools/pull/32...
gharchive/issue
2024-03-14T16:49:51
2025-04-01T04:57:08.689798
{ "authors": [ "ghuls", "sergpolly" ], "repo": "jackh726/bigtools", "url": "https://github.com/jackh726/bigtools/issues/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
222132649
Fix minor typo I was using your awesome library, great work :thumbsup: while reading docs, i found this little typo. i don't know that whether i should open a pull request for this trivial issue or leave it as it was but for the peace of my mind i should open a pull request for it anyway :smile: @Sarmad93 Thanks
gharchive/pull-request
2017-04-17T13:29:22
2025-04-01T04:57:08.692203
{ "authors": [ "Sarmad93", "jacklam718" ], "repo": "jacklam718/react-native-popup-dialog", "url": "https://github.com/jacklam718/react-native-popup-dialog/pull/37", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1717802008
How to install? Tried to install directly from git link. no luck You should just be able to git clone https://github.com/jacksonrakena/migadu-cli and then run ./mictl, assuming you're on nix-like operating system. If you're on Windows, you could try using python3 mictl.py or python mictl.py?
gharchive/issue
2023-05-19T20:40:41
2025-04-01T04:57:08.718959
{ "authors": [ "jacksonrakena", "xpnewmedia" ], "repo": "jacksonrakena/migadu-cli", "url": "https://github.com/jacksonrakena/migadu-cli/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
281661982
[indexer] Change macro's IndexVar::def::detail_name to its approximate definition For #define foo 3, Before this commit, detail_name was foo (displayed for textDocument/hover reqeusts). It is now shown as #define foo 3 Some C code is macro heavy and displaying the definition is helpful. https://github.com/openbsd/s...
gharchive/pull-request
2017-12-13T08:24:18
2025-04-01T04:57:08.729273
{ "authors": [ "MaskRay", "jacobdufault" ], "repo": "jacobdufault/cquery", "url": "https://github.com/jacobdufault/cquery/pull/134", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193748946
[Question] How can we stop delete event? Hi, I want to stop the delete functionality triggered by contextmenu. We have a event (Before Delete) but how can we handle it. Regards, wewake4 I'm not aware of any way to do that. The BeforeDelete event is not cancellable. Instead, tell me what you're trying to do and ther...
gharchive/issue
2016-12-06T11:30:55
2025-04-01T04:57:08.735357
{ "authors": [ "jacobslusser", "wewake4" ], "repo": "jacobslusser/ScintillaNET", "url": "https://github.com/jacobslusser/ScintillaNET/issues/291", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1274856315
Transition effect for node/edge reducers? Does sigma support transition effect between states when using reducers? For example in this demo, I want to have a transition effect (smoother color change for example) when a node is hovered. There is no native function to do that, you have to do it by yourself. When a no...
gharchive/issue
2022-06-17T10:23:01
2025-04-01T04:57:08.747249
{ "authors": [ "phuongduyphan", "sim51" ], "repo": "jacomyal/sigma.js", "url": "https://github.com/jacomyal/sigma.js/issues/1255", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
254705331
Several layers of sigma at one time? I want to have two layers of sigma network graph overlapping with each other. Layer1 will be bottom layer and its node can not be dragged. Layer2 will be top layer, and dragNodes plugin is applied. Two layers works fine separately. When I overlapped two layers, I want both layers ...
gharchive/issue
2017-09-01T17:31:56
2025-04-01T04:57:08.748801
{ "authors": [ "3big", "AVermeij" ], "repo": "jacomyal/sigma.js", "url": "https://github.com/jacomyal/sigma.js/issues/897", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
118274638
New Logo! @Bodom78 @rooferz @masterpowers @palpalani @GrahamCampbell @palpalani I'd love to get your feedback on the new logo by @nicolesaidy! :rocket: :+1: Nice love it Love the subtle L and A from the two simple shapes which works really well as do the two colors for Laravel/Angular. Overall I think it's fan...
gharchive/issue
2015-11-22T16:54:51
2025-04-01T04:57:08.761824
{ "authors": [ "Bodom78", "ChadTaljaardt", "GrahamCampbell", "jadjoubran", "jsalhani", "m33ch", "nicolesaidy", "odyright", "palpalani", "radiart", "rooferz", "shiruken1", "unxp" ], "repo": "jadjoubran/laravel5-angular-material-starter", "url": "https://github....
1391340023
🛑 Piped (API) is down In 2f08844, Piped (API) (https://api.yt.jae.fi) was down: HTTP code: 0 Response time: 0 ms Resolved: Piped (API) is back up in 3c2eb27.
gharchive/issue
2022-09-29T18:50:14
2025-04-01T04:57:08.786651
{ "authors": [ "jae1911" ], "repo": "jae1911/status.jae.fi", "url": "https://github.com/jae1911/status.jae.fi/issues/233", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
474312902
[Feature Request] Alias Editor Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] N/A Describe the solution you'd like A clear and concise description of what you want to happen. An alias editor for commands (eith...
gharchive/issue
2019-07-30T00:21:33
2025-04-01T04:57:08.808709
{ "authors": [ "brockbreacher", "jagrosh" ], "repo": "jagrosh/MusicBot", "url": "https://github.com/jagrosh/MusicBot/issues/253", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1058000944
ft: configurable number of search results This pull request... [ ] Fixes a bug [x] Introduces a new feature [ ] Improves an existing feature [ ] Boosts code quality or performance Description This adds a config key, maxssearchresults which defaults to 4. Purpose Sometimes songs are obscure and don't appear in the f...
gharchive/pull-request
2021-11-19T00:31:38
2025-04-01T04:57:08.811340
{ "authors": [ "Mattwmaster58" ], "repo": "jagrosh/MusicBot", "url": "https://github.com/jagrosh/MusicBot/pull/1048", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
420005256
Is there a way to check A records? Hi. Is there a way to check A records? or Only CNAME check? Thanks. Hi there! For subdomain takeovers specifically, it really only makes sense to check for stale CNAME records. I think I understand what you're saying about subdomains pointing to IP addresses they no longer control...
gharchive/issue
2019-03-12T14:05:44
2025-04-01T04:57:08.836136
{ "authors": [ "jakejarvis", "oldesec" ], "repo": "jakejarvis/subtake", "url": "https://github.com/jakejarvis/subtake/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
117870004
404 Edit User Link I have my bonobo git server set up to use active directory and I receive a 404 when I click my username in the top right. The link looks something like "/Account/myusername%40myActiveDirectoryDomain.mydomain.com/edit". Same as #156
gharchive/issue
2015-11-19T17:55:58
2025-04-01T04:57:08.843379
{ "authors": [ "JohnnyFun", "RedX2501" ], "repo": "jakubgarfield/Bonobo-Git-Server", "url": "https://github.com/jakubgarfield/Bonobo-Git-Server/issues/370", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1524581238
DNA exists issue Hi, Thanks for the brilliant tool, trying to dabble by creating 10 artworks. Have 3 layers folders with 3 attributes subfolders in each and a gif file inside the attribute subfolder, so a total of 9 files. The tool works for edition size 1 but for more gives the DNA exists issue. Have tried name all ...
gharchive/issue
2023-01-08T16:32:37
2025-04-01T04:57:08.845412
{ "authors": [ "gentlesz", "jalagar" ], "repo": "jalagar/animated-art-engine", "url": "https://github.com/jalagar/animated-art-engine/issues/173", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
800231943
Prayer Times Incorrect In London First of all, thank you so much for creating such a useful extension, I'm on my laptop a lot and this extension is a good reminder to pray on time. I just wanted to say the prayer times for London is off compared to https://islamchannel.tv/. I was wondering if you could get it more a...
gharchive/issue
2021-02-03T11:18:31
2025-04-01T04:57:08.849289
{ "authors": [ "abduljamac", "jalalmostafa" ], "repo": "jalalmostafa/prayertimes", "url": "https://github.com/jalalmostafa/prayertimes/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2296567827
Choose which ability defense to roll against and/or set DC I was simulating a combat and noticed that it would be really helpful if on the combat card we get when we use a power (example Dazzle) When I select a target and then make my attack with the power that I could select against witch defense stat I'm fighting. ...
gharchive/issue
2024-05-14T23:14:37
2025-04-01T04:57:08.851387
{ "authors": [ "RGK13", "jalensailin" ], "repo": "jalensailin/mvrpg", "url": "https://github.com/jalensailin/mvrpg/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1145128474
Added new theme top-floating I've added a new theme top-floating. This theme makes the alerts slightly transparent and allows them to overlay other content. In my case this has the advantage that mirrors layout will be unaffected if there are one or more alerts. Haha, übrigens witzig, wie uns NINA hier beim Merge...
gharchive/pull-request
2022-02-20T20:41:11
2025-04-01T04:57:08.853017
{ "authors": [ "TheDuffman85", "jalibu" ], "repo": "jalibu/MMM-NINA", "url": "https://github.com/jalibu/MMM-NINA/pull/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1167460692
Fix meteor 2.6 with new mongodb driver keep throw MongoInvalidArgumentError, wrap invalid number to 0; according to new driver code https://github.com/mongodb/node-mongodb-native/blob/b578d89/src/gridfs/download.ts#L428 when start + end is undefined, which will skip the option.start != null block and throw MongoInv...
gharchive/pull-request
2022-03-13T02:41:34
2025-04-01T04:57:08.855238
{ "authors": [ "jalik", "snowwolfjay" ], "repo": "jalik/meteor-jalik-ufs-gridfs", "url": "https://github.com/jalik/meteor-jalik-ufs-gridfs/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1234531830
Add br(map_reader) attribute Motivation Being able to utilize reader adapters easily would greatly improve multiple areas of binrw that could use a bit of improvement: Parsing from decompressed or encrypted content Ensuring a field doesn't read past a specific size Easier "parse until end of section" ability (someth...
gharchive/issue
2022-05-12T22:14:40
2025-04-01T04:57:08.859389
{ "authors": [ "csnover", "jam1garner" ], "repo": "jam1garner/binrw", "url": "https://github.com/jam1garner/binrw/issues/121", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2335293483
support elevenlabs previous_text, next_text https://github.com/jambonz/jambonz-feature-server/issues/773 published in 0.1.8
gharchive/pull-request
2024-06-05T08:53:59
2025-04-01T04:57:08.860504
{ "authors": [ "davehorton", "xquanluu" ], "repo": "jambonz/speech-utils", "url": "https://github.com/jambonz/speech-utils/pull/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2433209990
🛑 Repo1 is down In c1fb486, Repo1 (https://repo1.dso.mil) was down: HTTP code: 0 Response time: 0 ms Resolved: Repo1 is back up in 9324013 after 7 minutes.
gharchive/issue
2024-07-27T03:26:58
2025-04-01T04:57:08.862929
{ "authors": [ "james-martinez" ], "repo": "james-martinez/dso-mil", "url": "https://github.com/james-martinez/dso-mil/issues/1078", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
751703631
Add Group and Click “i'm not robot” Need login to know who you are. but idk how to login this Only phone support login fxxk https://telegram.org/blog/privacy-discussions-web-bots#meet-seamless-web-bots
gharchive/issue
2020-11-26T16:10:10
2025-04-01T04:57:08.865478
{ "authors": [ "8MiYile", "james58899" ], "repo": "james58899/TG-reCAPTCHA", "url": "https://github.com/james58899/TG-reCAPTCHA/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
660684140
Preview embedded in VSCode The final goal would be to integrate Flutter preview inside VSCode. This code editor allows embedded views through a webview, so the preview would be running on Flutter web For having a pleasant experience these are needed: [X] Allow flutter web debug apps to run inside an iframe [#61788] ...
gharchive/issue
2020-07-19T08:12:48
2025-04-01T04:57:08.869818
{ "authors": [ "easazade", "jamesblasco", "maks" ], "repo": "jamesblasco/flutter_preview", "url": "https://github.com/jamesblasco/flutter_preview/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
856527487
Added a marginal effects function How do you run this Tobit model with Python How do you run this Tobit model with Python I'm writing my graduation thesis. I'm looking for advice
gharchive/pull-request
2021-04-13T03:17:15
2025-04-01T04:57:08.873844
{ "authors": [ "1435344007" ], "repo": "jamesdj/tobit", "url": "https://github.com/jamesdj/tobit/pull/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1840516260
Specify the discriminant for enum variants #[repr(u8)] #[derive(Serialize, Deserialize)] pub enum Enum { Variant1(...), Variant3(...) = 2 } Expected result: Enum::Variant3(...) -> [2, ...] Hi there @desm86, as far as I am aware: serde doesn't actually use the discriminant value, even if it is specified like thi...
gharchive/issue
2023-08-08T03:51:58
2025-04-01T04:57:08.895780
{ "authors": [ "desm86", "jamesmunns" ], "repo": "jamesmunns/postcard", "url": "https://github.com/jamesmunns/postcard/issues/109", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
312560076
License? Under what license is this released? MIT license. I've added a LICENSE file.
gharchive/issue
2018-04-09T14:43:17
2025-04-01T04:57:08.916447
{ "authors": [ "Thermi", "jamesridgway" ], "repo": "jamesridgway/bsearch", "url": "https://github.com/jamesridgway/bsearch/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
920786919
fix(object): Takes into account the range of bytes starting with 0 Fixes returning the Range-Content header when requesting a range starting with byte 0 and no end, ie bytes=0- The issue has been reported here: https://github.com/jamhall/s3rver/issues/754 Hey @jamhall , added tests that cover the specific case I've...
gharchive/pull-request
2021-06-14T21:21:04
2025-04-01T04:57:08.924434
{ "authors": [ "kherock", "nicoandra" ], "repo": "jamhall/s3rver", "url": "https://github.com/jamhall/s3rver/pull/753", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1868948986
Chord display components Brought over chord display components from jam-app project https://github.com/jamtools/jam-app/blob/master/src/components/progression_view/progression_view.tsx Next steps are to get the current progression showing in the view To build and run webapp: cd webapp npm i npm run local Then na...
gharchive/pull-request
2023-08-28T04:41:26
2025-04-01T04:57:08.953878
{ "authors": [ "mickmister" ], "repo": "jamtools/jamtools", "url": "https://github.com/jamtools/jamtools/pull/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1364048926
Input validation in the login form Validate that the input is a valid URL https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/url Validation also should include that the given URL corresponds to a valid IdP/WebId, if not then fail without taking the user to a different page.
gharchive/issue
2022-09-07T03:47:42
2025-04-01T04:57:09.030166
{ "authors": [ "angelaraya", "elf-pavlik" ], "repo": "janeirodigital/sai-impl-web", "url": "https://github.com/janeirodigital/sai-impl-web/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1215617296
Update README.md: Getting started Moving the gcc linker option -ldl later. With gcc -ldl demo.c -o demo, I got: /usr/bin/ld: /tmp/ccg6cKgo.o: in function `main': demo.c:(.text+0x30): undefined reference to `dlopen' /usr/bin/ld: demo.c:(.text+0x40): undefined reference to `dlerror' /usr/bin/ld: demo.c:(.text+0x6d): un...
gharchive/pull-request
2022-04-26T08:46:49
2025-04-01T04:57:09.032457
{ "authors": [ "RobbertH", "cgaebel" ], "repo": "janestreet/magic-trace", "url": "https://github.com/janestreet/magic-trace/pull/198", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
626660996
From Mbed OS to FreeRTOS Hi everyone I need your help on a university project. I own a stm-32l475 board, and for the project I'm developing I'm using FreeRTOS. Specifically, I am trying to use the board microphone (MP34DT01) to create a voice-to-text translator. I managed to find this project, but I understand very l...
gharchive/issue
2020-05-28T16:51:31
2025-04-01T04:57:09.039309
{ "authors": [ "cerbero-dj", "janjongboom" ], "repo": "janjongboom/b-l475e-iot01a-audio-mbed", "url": "https://github.com/janjongboom/b-l475e-iot01a-audio-mbed/issues/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2408821651
🛑 Restaurant Piroschka is down In b5191b7, Restaurant Piroschka (https://restaurantpiroschka.com/) was down: HTTP code: 500 Response time: 402 ms Resolved: Restaurant Piroschka is back up in f25c9ea after 1 hour, 32 minutes.
gharchive/issue
2024-07-15T13:59:44
2025-04-01T04:57:09.067914
{ "authors": [ "janparkio" ], "repo": "janparkio/uptime", "url": "https://github.com/janparkio/uptime/issues/1438", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
100448848
valid parameter expansion ${#} marked as an error Problem The following valid script has a parameter expansion which is wrongly flagged as an error #!/usr/bin/env bash an=${#} This results in a BashSupport error expected a valid parameter expansion token. Solution ${#} is a valid parameter expansion and should be re...
gharchive/issue
2015-08-12T01:52:08
2025-04-01T04:57:09.070293
{ "authors": [ "jansorg", "jtmoon79" ], "repo": "jansorg/BashSupport", "url": "https://github.com/jansorg/BashSupport/issues/266", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1814938603
Duration information on the Learning Path cards What do you want to improve? When a learning path is less than 1 hour long, it should show the length instead of 0 What is the current behavior? the duration of learning paths is measured in hours, but if a learning path is less than 1hr say 15 minutes the duration is i...
gharchive/issue
2023-07-20T23:27:23
2025-04-01T04:57:09.118952
{ "authors": [ "Zaperex", "mandibuswell" ], "repo": "janus-idp/backstage-showcase", "url": "https://github.com/janus-idp/backstage-showcase/issues/398", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
300008699
set_state and toggle for digital::OutputPin set_state and toggle with default implementation I personally feel that the get_state methods don't add expressivity to the API. On the contrary, using them makes the code less readable, IMO: if pa0.get_state() { // what do you mean by state? input state? output state? fl...
gharchive/pull-request
2018-02-25T08:31:49
2025-04-01T04:57:09.127402
{ "authors": [ "burrbull", "japaric", "therealprof", "wez" ], "repo": "japaric/embedded-hal", "url": "https://github.com/japaric/embedded-hal/pull/44", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
147517062
use the particle-hal crate TODO [ ] update the README @dynomu: r+ @dynomu: r+ :pushpin: Commit 91f0ba6 has been approved by japaric @dynomu: r- :pushpin: Commit 91f0ba6 has been approved by japaric @dynomu: r+ @dynomu: r- :pushpin: Commit 91f0ba6 has been approved by japaric @dynomu: r+ :hourgl...
gharchive/pull-request
2016-04-11T18:45:21
2025-04-01T04:57:09.131300
{ "authors": [ "dynomu", "japaric" ], "repo": "japaric/photon", "url": "https://github.com/japaric/photon/pull/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
241409092
struct Peripherals should include derived peripherals the last minute fix from #123 removed them from this struct :pushpin: Commit 9d8bff8 has been approved by japaric @homunkulus r+ :hourglass: Testing commit 9d8bff8 with merge 9d8bff8... :sunny: Test successful - status-appveyor, status-travis Approved by: ...
gharchive/pull-request
2017-07-08T00:07:39
2025-04-01T04:57:09.133877
{ "authors": [ "homunkulus", "japaric" ], "repo": "japaric/svd2rust", "url": "https://github.com/japaric/svd2rust/pull/124", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
199759831
Xargo.toml requires std dependency to be a table [dependencies] std = "*" is not a legal Xargo.toml while [dependencies.std] is legal. The error is + "rustc" "--print" "sysroot" + "rustc" "--print" "target-list" error: Xargo.toml: target.i686-pc-windows-gnu.dependencies.std must be a table stack backtrace: 0: ...
gharchive/issue
2017-01-10T08:28:23
2025-04-01T04:57:09.136479
{ "authors": [ "japaric", "oli-obk" ], "repo": "japaric/xargo", "url": "https://github.com/japaric/xargo/issues/114", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
60855367
Add url method Convert a path to a URL with 'file' scheme POSIX: >>> path('/foo/bar/dog.txt').url() 'file:///foo/bar/dog.txt' Windows: >>> path('C:\Python27\README.txt').url() 'file:///C:/Python27/README.txt' Does it handle relative paths? I see that the tests do cover relative paths. However, in my experience,...
gharchive/pull-request
2015-03-12T17:09:21
2025-04-01T04:57:09.147223
{ "authors": [ "jaraco", "msabramo" ], "repo": "jaraco/path.py", "url": "https://github.com/jaraco/path.py/pull/87", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
418778795
don't break tabIndex I use Pell as part of a form. Using 'TAB' to navigate the form fields, I'm first taken through all the buttons I have initialized for my Pell's instance before arriving in the editor with the cursor. title_input (press 'TAB' here) description_input (I expect the cursor to be in the editor and not...
gharchive/issue
2019-03-08T13:05:05
2025-04-01T04:57:09.167985
{ "authors": [ "caroso1222", "jaredreich", "sfusato" ], "repo": "jaredreich/pell", "url": "https://github.com/jaredreich/pell/issues/168", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
464400767
No way to remove code action once active/clicked Once clicking on the code button and activating the action, I haven't found anyway to remove the formatting. Clicking on the button again or pressing enter doesn't work to remove pre tags. This is what I'm doing for a work-around: { name: "startCode",...
gharchive/issue
2019-07-04T21:46:38
2025-04-01T04:57:09.169902
{ "authors": [ "algorys", "chriseickemeyerGH" ], "repo": "jaredreich/pell", "url": "https://github.com/jaredreich/pell/issues/183", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
120826295
Retrieve non-expired Private Key(s) from CardOS Card? Hello there Jaroslav, I am currently starting to dig into card based data signing / signature generation and the PKI infrastructure here is based on Siemens / Atos CardOS and I was wondering how I could retrieve the currently valid, non-expired private key from a ...
gharchive/issue
2015-12-07T17:28:08
2025-04-01T04:57:09.181764
{ "authors": [ "jariq", "jbattermann" ], "repo": "jariq/Pkcs11Interop", "url": "https://github.com/jariq/Pkcs11Interop/issues/20", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2067958369
Wrong image name in k8s-deployment.yaml In k8s-deployment.yaml the image is still set to image: docker.io/stv0g/withings-sync but should be image: ghcr.io/jaroslawhartman/withings-sync:master. Check PR: https://github.com/jaroslawhartman/withings-sync/pull/157
gharchive/issue
2024-01-05T19:58:41
2025-04-01T04:57:09.183508
{ "authors": [ "domste" ], "repo": "jaroslawhartman/withings-sync", "url": "https://github.com/jaroslawhartman/withings-sync/issues/155", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
119039996
support :chinese export(shared view?) and named sort Originally reported on Google Code with ID 211 Rest tools good stuff!! but wish: 1、Want to be able to support chinese export(share view?). 2、Sort by saved name support. Reported by ClarkJhou on 2013-10-15 08:12:51 Closing this due to long inactivity
gharchive/issue
2015-11-26T12:57:46
2025-04-01T04:57:09.185087
{ "authors": [ "jarrodek" ], "repo": "jarrodek/ChromeRestClient", "url": "https://github.com/jarrodek/ChromeRestClient/issues/207", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
185196514
Very Minor Blemish in informational message when no payload returned (head) Your description here Expected outcome What should happen? Informational message should say: This response do not carry a payload. Actual outcome What happened? Informational message says: This response does not carry a payload. Versions App:...
gharchive/issue
2016-10-25T18:26:53
2025-04-01T04:57:09.192020
{ "authors": [ "jaaadrian", "jarrodek" ], "repo": "jarrodek/ChromeRestClient", "url": "https://github.com/jarrodek/ChromeRestClient/issues/824", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
624764101
Fix CVE-2020-11020 This PR fixes CVE-2020-11020 by treating all channels starting by /meta/subscribe as channels with authentication required. released 1.13
gharchive/pull-request
2020-05-26T10:06:52
2025-04-01T04:57:09.197662
{ "authors": [ "FabienChaynes", "jarthod" ], "repo": "jarthod/faye-authentication", "url": "https://github.com/jarthod/faye-authentication/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
96532685
to display ratings and count of people rated app in smart banner I am using jQuery smart banner plugin , it is not able to display ratings and the count of people rated for my app from google play store. Is there any way out to include ratings and count of people who rated app in smart banner?? That's outside the s...
gharchive/issue
2015-07-22T10:36:37
2025-04-01T04:57:09.213506
{ "authors": [ "jdalton", "pramila-Handyhome" ], "repo": "jasny/jquery.smartbanner", "url": "https://github.com/jasny/jquery.smartbanner/issues/94", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2279800494
Feature request: Option to provide device ID to the scan devices API so it can complete as soon as that device has been found. I'm using tinytuya in a home assistant integration to find the IP address (and protocol version) of Tuya devices enumerated initially from the cloud API but utilizing the smart life app to ge...
gharchive/issue
2024-05-05T23:54:19
2025-04-01T04:57:09.229674
{ "authors": [ "AdrianGarside", "jasonacox", "uzlonewolf" ], "repo": "jasonacox/tinytuya", "url": "https://github.com/jasonacox/tinytuya/issues/490", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1326821230
difficult to pinch to zoom, most of the times it starts a pan gesture If you are not super good with your timing placing two fingers on the screen, the view does a panning instead of zooming Same. The gesture detection is buggy. When pinching, it starts panning most of the time instead of zooming.
gharchive/issue
2022-08-03T07:50:49
2025-04-01T04:57:09.258457
{ "authors": [ "dknchris", "soymonitus" ], "repo": "jasudev/Zoomable", "url": "https://github.com/jasudev/Zoomable/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1839292766
jdk.VirtualThreadPinned event occurs frequently. javalin version(s) 5.2.0 Java version/vendor (use: java -version) java 19.0.2 2023-01-17 Java(TM) SE Runtime Environment (build 19.0.2+7-44) Java HotSpot(TM) 64-Bit Server VM (build 19.0.2+7-44, mixed mode, sharing) OS type/version PRETTY_NAME="Ubuntu 20.04 LTS Descrip...
gharchive/issue
2023-08-07T11:51:28
2025-04-01T04:57:09.312652
{ "authors": [ "dzikoysk", "fvasco", "takaaki7", "tipsy" ], "repo": "javalin/javalin", "url": "https://github.com/javalin/javalin/issues/1966", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
198173001
Update Traversable.java fix javadoc typos Current coverage is 97.10% (diff: 100%) Merging #1788 into master will not change coverage @@ master #1788 diff @@ ========================================== Files 87 87 Lines 11208 11208 Methods...
gharchive/pull-request
2016-12-30T17:20:32
2025-04-01T04:57:09.315806
{ "authors": [ "chagmed", "codecov-io", "danieldietrich" ], "repo": "javaslang/javaslang", "url": "https://github.com/javaslang/javaslang/pull/1788", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1293366549
🛑 General Díaz Porlier, 45 is down In d7e2506, General Díaz Porlier, 45 (http://159.65.204.200:7019/) was down: HTTP code: 502 Response time: 346 ms Resolved: General Díaz Porlier, 45 is back up in d7f13a7.
gharchive/issue
2022-07-04T16:26:29
2025-04-01T04:57:09.319676
{ "authors": [ "javisu" ], "repo": "javisu/monitor", "url": "https://github.com/javisu/monitor/issues/2390", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1474727002
🛑 Ofelia Nieto, 57 is down In 93df05b, Ofelia Nieto, 57 (http://159.65.204.200:7022/) was down: HTTP code: 502 Response time: 18770 ms Resolved: Ofelia Nieto, 57 is back up in 833775e.
gharchive/issue
2022-12-04T11:25:44
2025-04-01T04:57:09.322025
{ "authors": [ "javisu" ], "repo": "javisu/monitor", "url": "https://github.com/javisu/monitor/issues/4672", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1811503724
🛑 Poeta Joan Maragall, 16 is down In 004d3f1, Poeta Joan Maragall, 16 (http://159.65.204.200:7055/) was down: HTTP code: 502 Response time: 18705 ms Resolved: Poeta Joan Maragall, 16 is back up in 2f9d7a6.
gharchive/issue
2023-07-19T09:03:29
2025-04-01T04:57:09.324375
{ "authors": [ "javisu" ], "repo": "javisu/monitor", "url": "https://github.com/javisu/monitor/issues/8550", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
257690020
暗色主题上了没呢? 请问暗色主题上了没?怎么开启呢? 有点bug,把他下线了,弄好了,会设置开关让他显示的😂 哦哦 我看着1.4上线了... 1.4修复了issue里面一些比较严重bug,没进行大的功能调整
gharchive/issue
2017-09-14T11:45:47
2025-04-01T04:57:09.334045
{ "authors": [ "jawil", "wang1219" ], "repo": "jawil/GayHub", "url": "https://github.com/jawil/GayHub/issues/10", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
99692151
Pre-rendered Responses This project seems very cool, great job :smile: I'm interested in building something with a React front-end, and a backend using something like JAWS. It seems if all I wanted was a fat static client, I could use JAWS as-is. But it's possible, and in my case, required, that we render initial req...
gharchive/issue
2015-08-07T17:19:47
2025-04-01T04:57:09.353938
{ "authors": [ "Surasakeathan", "ac360", "austinrivas", "devknoll" ], "repo": "jaws-stack/JAWS", "url": "https://github.com/jaws-stack/JAWS/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2652456972
cond error by using Tracer as a condition Description def take_step(acting_state): # TODO when the environment is done, a dummy step should be used to save computation time. # Especially useful for knapsack environment where real number of steps << max number of steps # theoretically possi...
gharchive/issue
2024-11-12T15:00:44
2025-04-01T04:57:09.391014
{ "authors": [ "2300504237", "jakevdp" ], "repo": "jax-ml/jax", "url": "https://github.com/jax-ml/jax/issues/24858", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
295365778
App reload itself after uploading done I'm not really sure what happen to my client app (frontend).. If the resolver in the backend perform await processUpload(...) and succeed the client will reload itself. It's hard to debug what the response from the backend was. Because using Chrome Devtools, the network tab also...
gharchive/issue
2018-02-08T02:40:50
2025-04-01T04:57:09.402490
{ "authors": [ "Altiano", "jaydenseric" ], "repo": "jaydenseric/apollo-upload-server", "url": "https://github.com/jaydenseric/apollo-upload-server/issues/43", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
504552380
localvars 对齐 TODO https://github.com/jayli/vim-easydebugger/commit/ca12901a8f7f31e8f0f5bbfa6386b3d3363da417?diff=unified
gharchive/issue
2019-10-09T10:15:45
2025-04-01T04:57:09.404539
{ "authors": [ "jayli" ], "repo": "jayli/vim-easydebugger", "url": "https://github.com/jayli/vim-easydebugger/issues/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193850508
fix(throttle): use last known arguments for trailing: true call fixes #94 Cc/ @bcowgill @bcowgill the specific test for your use case is this one Published as v0.15.0
gharchive/pull-request
2016-12-06T18:37:19
2025-04-01T04:57:09.405975
{ "authors": [ "jayphelps" ], "repo": "jayphelps/core-decorators.js", "url": "https://github.com/jayphelps/core-decorators.js/pull/96", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
168667340
Coda is a IDE for Web, not a text editor Text Editors / IDE section: Perhaps this is an opinion, but I believe the Coda 2 listing belongs a few lines lower on the list, under the IDE section. (P.S. - thanks for the list, it's pretty good.) thx!
gharchive/issue
2016-08-01T15:01:26
2025-04-01T04:57:09.407165
{ "authors": [ "briandigital", "jaywcjlove" ], "repo": "jaywcjlove/awesome-mac", "url": "https://github.com/jaywcjlove/awesome-mac/issues/87", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
1456116567
[WIP] 请求添加备忘清单: OpenSSL 生成公钥和私钥 生成 RSA 密钥 生成 2048 位 RSA 私钥并保存为 KEY1.pem $ openssl genrsa -out KEY1.pem 2048 生成 4096 位 RSA 私钥,并使用 AES128 加密密钥 $ openssl genrsa -out KEY2.pem -aes128 4096 密钥长度必须置于末尾 如不指定 -out <FILE> 参数则默认输出到 stdout 也支持以下加密算法 -aes128 -aes192 -aes256 -des3 -des 生成 DSA 密钥 生成 DSA 参数文件 $ openssl dsapa...
gharchive/issue
2022-11-19T02:04:31
2025-04-01T04:57:09.423655
{ "authors": [ "jaywcjlove", "mofelee" ], "repo": "jaywcjlove/reference", "url": "https://github.com/jaywcjlove/reference/issues/141", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
510216203
Add a test for FakeRepository.get_hashes() What's the problem this feature will solve? FakeRepository.get_hashes() has no test in tests/test_fake_index.py. Describe the solution you'd like Add a test to tests/test_fake_index.py: def test_get_hashes(from_line, repository): ireq = from_line("django==1.8") as...
gharchive/issue
2019-10-21T19:06:38
2025-04-01T04:57:09.458378
{ "authors": [ "atugushev", "hramezani" ], "repo": "jazzband/pip-tools", "url": "https://github.com/jazzband/pip-tools/issues/960", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2620163860
Parameterize readme.md and readme.txt or make them case insensitive Currently if -f tests are case sensitive. Done in 1.0
gharchive/issue
2024-10-29T05:22:21
2025-04-01T04:57:09.459525
{ "authors": [ "pwtyler" ], "repo": "jazzsequence/action-validate-plugin-version", "url": "https://github.com/jazzsequence/action-validate-plugin-version/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
308260993
Move remaining C linked constants over to libc crate constants Due to a recent pull request, the rest of the netlink constants used in this library should now be in libc. Move these all over to the libc crate and rip out the C dependency. Resolved by b8c8130efa67004ba3d696cb0f453f7d862d3beb
gharchive/issue
2018-03-24T13:08:09
2025-04-01T04:57:09.473745
{ "authors": [ "jbaublitz" ], "repo": "jbaublitz/neli", "url": "https://github.com/jbaublitz/neli/issues/6", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
587885669
issues installing version 0.99.20 I've previously used qiime2R (in a different R version), and found it really useful. I have to re-install it, and I tried following the instructions posted: if (!requireNamespace("devtools", quietly = TRUE)){install.packages("devtools")} devtools::install_github("jbisanz/qiime2R") Bu...
gharchive/issue
2020-03-25T18:01:48
2025-04-01T04:57:09.509282
{ "authors": [ "angepoch", "espasov", "hmaru", "jbisanz" ], "repo": "jbisanz/qiime2R", "url": "https://github.com/jbisanz/qiime2R/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1382420711
Error constructing handler for request of type MediatR.IRequestHandler I have 3 projects, API, Application e Infra.IoC. The settings below work when run by VS Code and Visual Studio. However, when I run inside a docker container, the error occurs: Error constructing handler for request of type MediatR.IRequestHandler...
gharchive/issue
2022-09-22T13:05:05
2025-04-01T04:57:09.513012
{ "authors": [ "KostetskyiYaroslav", "cmssantos" ], "repo": "jbogard/MediatR", "url": "https://github.com/jbogard/MediatR/issues/784", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
700949642
[RHDM-1419] s2i build ignores JVM properties https://issues.redhat.com/browse/RHDM-1419 @spolti @jakubschwan why updating it? @spolti to avoid an override with the 1.6.0 version where the deps are provided by the jdk 1.8, but if isn't an issue we could stay on the same version even with this changes replaced by...
gharchive/pull-request
2020-09-14T09:53:04
2025-04-01T04:57:09.525968
{ "authors": [ "desmax74", "spolti" ], "repo": "jboss-container-images/rhdm-7-openshift-image", "url": "https://github.com/jboss-container-images/rhdm-7-openshift-image/pull/366", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1802288434
fix: move counter to right side What does this PR do and why? Provide a description of what this PR does. Link to any relevant GitHub issues, Notion tasks or Discord discussions. Screenshots or screen recordings If applicable, provide screenshots or screen recordings to demonstrate the changes. Acceptance checklist ...
gharchive/pull-request
2023-07-13T06:30:24
2025-04-01T04:57:09.551786
{ "authors": [ "wraeth-eth" ], "repo": "jbx-protocol/juice-interface", "url": "https://github.com/jbx-protocol/juice-interface/pull/3897", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
115004676
Old allowed IP addresses list. In Przelewy24 newest documentation (https://www.przelewy24.pl/files/cms/2/przelewy24_specyfikacja_3.1.pdf) it clearly states there are more allowed IP addresses than there are defined. My bad, there's new documentation version with only the third IP range.
gharchive/issue
2015-11-04T09:01:50
2025-04-01T04:57:09.565344
{ "authors": [ "sjchmiela" ], "repo": "jcieslar/przelewy24_payment", "url": "https://github.com/jcieslar/przelewy24_payment/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
86280885
Apple Two factor Authentication update So if you're a tech geek like me you've probably already seen the news. 'Apple-Craig' said 5 minutes ago on the #WWDC2015 keynote that Apple have remade their TFA system so that "all devices"(iOS 9 devices I'd guess) support it now. As I have Apple dev access I'll post updates c...
gharchive/issue
2015-06-08T18:23:35
2025-04-01T04:57:09.655533
{ "authors": [ "Carlgo11", "jamcat22" ], "repo": "jdavis/twofactorauth", "url": "https://github.com/jdavis/twofactorauth/issues/1168", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
619106970
fix hexadecimal example https://github.com/jdf/Processing.py-Bugs/issues/296 Maybe I should change it to make clear that in Python mode the hexadecimal notation does not work with color(), only with fill() and stroke() Currently the wording is a bit awkward. Saying something like: "In Python Mode, color() does no...
gharchive/pull-request
2020-05-15T16:46:17
2025-04-01T04:57:09.666477
{ "authors": [ "FeXd", "jdf", "jeremydouglass", "villares" ], "repo": "jdf/processing-py-site", "url": "https://github.com/jdf/processing-py-site/pull/172", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }