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 |
|---|---|---|---|---|---|
143306446 | Jakucera/config
Create a config module to store the base_url constant.
:+1:
| gharchive/pull-request | 2016-03-24T17:15:17 | 2025-04-01T06:37:40.903906 | {
"authors": [
"jakucera",
"jdalton"
],
"repo": "WebAppsAndFrameworks/ng-app",
"url": "https://github.com/WebAppsAndFrameworks/ng-app/pull/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
587617365 | Entering a state do not contruct the state class
Using the debugger I noticed that the method $enter is called before the constructor and constructor is never called.
My goal is to add the event listener before entering a state but only in the context of this state.
Hi @MattiaPontonioKineton
That's correct, classe... | gharchive/issue | 2020-03-25T11:08:07 | 2025-04-01T06:37:41.243970 | {
"authors": [
"MattiaPontonioKineton",
"g-zachar",
"mattiapontonio"
],
"repo": "WebPlatformForEmbedded/Lightning",
"url": "https://github.com/WebPlatformForEmbedded/Lightning/issues/139",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2023007141 | Creating script element resulting unexpected opening tag.
I found an issue when creating a script element.,
the script element toSting() result '\x3Cscript />' instead of <script />
And when create a nested element that contains script element will send unexpected result to client i.e
<script type="module" src="index... | gharchive/issue | 2023-12-04T04:35:52 | 2025-04-01T06:37:41.247002 | {
"authors": [
"Srabutdotcom",
"WebReflection"
],
"repo": "WebReflection/linkedom",
"url": "https://github.com/WebReflection/linkedom/issues/251",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1787204513 | [OTHER] Shouldn't the teams page be team?
What would you like to share?
This is not a major issue at all; however, I think it would more consistent and better to name the page "team", as we're mentioning the whole WebXDAO team, not teams (even though we have multiple teams or sub-teams, I don't think that counts).
In... | gharchive/issue | 2023-07-04T05:58:18 | 2025-04-01T06:37:41.251026 | {
"authors": [
"Panquesito7",
"mkubdev"
],
"repo": "WebXDAO/WebXDAO.github.io",
"url": "https://github.com/WebXDAO/WebXDAO.github.io/issues/471",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
201816903 | www - vyhledávání
Ještě ti sem do jednotlivých issue naházím popis, některých "složitějších" funkcí webu. Ono jich moc není :)
Vyhledávání dnes může skončit na třech různých místech:
Uživatel hledá libovolné slovní spojení, které má více než jeden výsledků. Např. http://webarchiv.cz/cs/zdroj/noviny
Zobrazí se mu vý... | gharchive/issue | 2017-01-19T10:16:57 | 2025-04-01T06:37:41.255211 | {
"authors": [
"Visgean",
"kvasnicaj"
],
"repo": "WebarchivCZ/Seeder",
"url": "https://github.com/WebarchivCZ/Seeder/issues/311",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
863994942 | http?
https://github.com/Webhose/webhoseio-python/blob/3c5ff4616a79b44c61df4a5b0191f9212666c915/webhoseio/__init__.py#L17
Shouldn't this use https?
@MaxwellRebo was thinking the exact same thing
https://github.com/Webhose/webhoseio-python/pull/5
| gharchive/issue | 2021-04-21T15:10:24 | 2025-04-01T06:37:41.256833 | {
"authors": [
"MaxwellRebo",
"NescobarAlopLop"
],
"repo": "Webhose/webhoseio-python",
"url": "https://github.com/Webhose/webhoseio-python/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
721930500 | 关于任务之间的依赖关系问题
对于各个任务之间的关系,比如a任务的子任务有b任务和c任务,b任务和c任务拥有相同的子任务d,那么在启动a任务的时候后面的子任务是不是必须等前面的任务执行完以后才会继续还是说触发后同时执行?
对于各个任务之间的关系,比如a任务的子任务有b任务和c任务,b任务和c任务拥有相同的子任务d,那么在启动a任务的时候后面的子任务是不是必须等前面的任务执行完以后才会继续还是说触发后同时执行?
bc任务同时运行,b任务成功后运行d任务,c任务成功后也运行d任务
如果想让d任务执行的时候必须前面的任务都执行完毕后再执行的话,要如何做呢?
如果想让d任务执行的时候必须前面的任务都执行完毕后再执行的话,... | gharchive/issue | 2020-10-15T02:56:36 | 2025-04-01T06:37:41.315902 | {
"authors": [
"LxqGit-blip",
"WeiYe-Jing"
],
"repo": "WeiYe-Jing/datax-web",
"url": "https://github.com/WeiYe-Jing/datax-web/issues/351",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1571393888 | Redis Library changed from Jedis to Lettuce + Reload with plugin managers
Lettuce is a redis library that is better in performance than jedis. Also lettuce has a built-in system for async commands that is very useful. I use a pool of n connections so you are use how many connections you are using and it's easy to deb... | gharchive/pull-request | 2023-02-05T11:32:41 | 2025-04-01T06:37:41.423361 | {
"authors": [
"WiIIiam278",
"alexdev03",
"iVillager"
],
"repo": "WiIIiam278/HuskHomes2",
"url": "https://github.com/WiIIiam278/HuskHomes2/pull/308",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1599332938 | Protocolize packet seemingly failed to decode
Encountered this error:
[23:04:30 ERROR] [Protocolize]: === EXCEPTION CAUGHT IN DECODER ===
[23:04:30 ERROR] [Protocolize]: Protocolize 2.2.5:598
[23:04:30 ERROR] [Protocolize]: Stream Direction: UPSTREAM
[23:04:30 ERROR] [Protocolize]: InboundConnection: [connected playe... | gharchive/issue | 2023-02-24T22:08:01 | 2025-04-01T06:37:41.428520 | {
"authors": [
"Emibergo02",
"WiIIiam278"
],
"repo": "WiIIiam278/Velocitab",
"url": "https://github.com/WiIIiam278/Velocitab/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2270983055 | j'ai du mal a suivre la doc
En plus des exemples de code, inclure des scénarios d'utilisation réelle pour illustrer comment la bibliothèque peut être appliquée dans des projets concrets. Cela aiderait les utilisateurs à visualiser plus facilement l'application de la bibliothèque dans leurs propres projets.
La docu... | gharchive/issue | 2024-04-30T09:33:29 | 2025-04-01T06:37:41.479764 | {
"authors": [
"Freddyede",
"hamed-cell"
],
"repo": "WildCodeSchool-CDA-LYON-02-2024/P2-React-Markdown",
"url": "https://github.com/WildCodeSchool-CDA-LYON-02-2024/P2-React-Markdown/issues/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
157978024 | Always regenerate variables for jdk name and url
This allows us to use this role to install multiple versions of java.
I use this role to provision CI systems that require multiple versions of Java. Attempting to install to different versions of Java resulted in urls that don't exist like:
http://download.oracle.com/... | gharchive/pull-request | 2016-06-01T18:40:14 | 2025-04-01T06:37:41.693251 | {
"authors": [
"Dirrk",
"trevorriles"
],
"repo": "William-Yeh/ansible-oracle-java",
"url": "https://github.com/William-Yeh/ansible-oracle-java/pull/30",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
103635245 | Test tox flush arg seems to be ignored
It seems to assume that pynt supports bools from the command line but it does not.
Really the feature should just be eliminated as it's simply an alias. As opposed to the other commands which either generally allow people to work without having to care whether or not they acti... | gharchive/issue | 2015-08-28T02:37:56 | 2025-04-01T06:37:41.700423 | {
"authors": [
"ivanvenosdel"
],
"repo": "WimpyAnalytics/pynt-of-django",
"url": "https://github.com/WimpyAnalytics/pynt-of-django/issues/16",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
62419272 | UTF-8 as default codepage
I recently had trouble when echoing strings to stdout/stderr on windows systems (over WinRM) that contained non-ascii chars, especially umlauts (occur in latin1) and other utf8 characters: They were always messed up in the winrm response.
I found that the gem defaultly specifies codepage 437... | gharchive/pull-request | 2015-03-17T14:54:14 | 2025-04-01T06:37:41.711700 | {
"authors": [
"MatthiasWinzeler",
"mwrock",
"sneal",
"tmm1"
],
"repo": "WinRb/WinRM",
"url": "https://github.com/WinRb/WinRM/pull/130",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2370375916 | Update jupyter_translate.py
Hello @WittmannF,
Nice library ! I'm suggesting a few changes in the REGEX and a 2-step open scheme for json files to handle with codec.
If you agree, just merge it.
Cheers
Andre
Thanks @andrebelem! I'll take a look. I completely forgot about this project. Great to see it is still workin... | gharchive/pull-request | 2024-06-24T14:16:56 | 2025-04-01T06:37:41.739739 | {
"authors": [
"WittmannF",
"andrebelem"
],
"repo": "WittmannF/jupyter-translate",
"url": "https://github.com/WittmannF/jupyter-translate/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
294116720 | Beginnings of a more general Makefile
This is not ideal yet, but a little better. I guess we may have to bite the bullet and list and filter the src/ files to have a proper library dependency. Then we may want to properly (with soname, major, minor?) build a library, either dynamic or (it is small, after all) stati... | gharchive/pull-request | 2018-02-03T14:53:49 | 2025-04-01T06:37:41.742042 | {
"authors": [
"eddelbuettel",
"evanmiller"
],
"repo": "WizardMac/librdata",
"url": "https://github.com/WizardMac/librdata/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1335722165 | 🛑 Chatbot SILI is down
In 40418c6, Chatbot SILI (https://sili.wjghj.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Chatbot SILI is back up in 8ee2c84.
| gharchive/issue | 2022-08-11T09:48:38 | 2025-04-01T06:37:41.744522 | {
"authors": [
"Dragon-Fish"
],
"repo": "Wjghj-Project/status",
"url": "https://github.com/Wjghj-Project/status/issues/364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
190865095 | Does portalocker support python 3.5.2 win?
Windows 7 x64, python 3.5.2
code from example, 'somefile' exists and writeable
file = open('somefile', 'r+') portalocker.lock(file, portalocker.LOCK_EX)
crashed with message
Process finished with exit code -1073740777 (0xC0000417)
stack overflow/stack exhaustion
on line 33 ... | gharchive/issue | 2016-11-21T23:23:46 | 2025-04-01T06:37:41.767399 | {
"authors": [
"RazerM",
"TWAC",
"WoLpH",
"keenondrums",
"vitidev"
],
"repo": "WoLpH/portalocker",
"url": "https://github.com/WoLpH/portalocker/issues/31",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
244928579 | GPG signatures for source validation
Hi,
you know what to do :)
I will ask try to get the python progressbar2 into [community] of archlinux. Could you please tell me what is compatible and what not with the old/other version? I want to simply replace the package instead of creating another one.
Also correct:
https:... | gharchive/issue | 2017-07-23T18:49:28 | 2025-04-01T06:37:41.769585 | {
"authors": [
"NicoHood",
"WoLpH"
],
"repo": "WoLpH/python-utils",
"url": "https://github.com/WoLpH/python-utils/issues/3",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
165874699 | Adds metric policy
Summary
Addresses #46
👍
| gharchive/pull-request | 2016-07-15T20:49:33 | 2025-04-01T06:37:41.795248 | {
"authors": [
"epintos",
"mdesanti"
],
"repo": "Wolox/codestats",
"url": "https://github.com/Wolox/codestats/pull/64",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2659490369 | Tabs (reusable)
Tab - Make a reusable component for the tab to allow to navigate between sections.
View:
I would split this - one is a hero and one is a title.
The navigation (tabs) is also used on the event container (Upcoming events, Past events)
If the reusable component can already display different titles in... | gharchive/issue | 2024-11-14T17:09:09 | 2025-04-01T06:37:41.802187 | {
"authors": [
"joanaBrit",
"stepsen89"
],
"repo": "Women-Coding-Community/wcc-frontend",
"url": "https://github.com/Women-Coding-Community/wcc-frontend/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
336002370 | Maya2GLTF PBR Material - Environment maps not being exported
Hello!
I am having an issue with the maya PBR material. While applying maps to my car body, I have applied the following texture:
...to the Environment fields outlined below:
I export the object out of maya, but unfortunately, when I import my object into... | gharchive/issue | 2018-06-26T21:45:22 | 2025-04-01T06:37:41.807822 | {
"authors": [
"Chase-Reid",
"Ziriax"
],
"repo": "WonderMediaProductions/Maya2glTF",
"url": "https://github.com/WonderMediaProductions/Maya2glTF/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
165915042 | Add sniff for long conditional end comments.
From the handbook:
Furthermore, if you have a really long block, consider whether it can be broken into two or more shorter blocks or functions. If you consider such a long block unavoidable, please put a short comment at the end so people can tell at glance what that end... | gharchive/issue | 2016-07-16T07:05:08 | 2025-04-01T06:37:41.850060 | {
"authors": [
"GaryJones",
"jrfnl",
"lkraav"
],
"repo": "WordPress-Coding-Standards/WordPress-Coding-Standards",
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/606",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
20885773 | Flag bypassing of Settings API
The only way I can think of to automate checking of this is to look for instances of add_menu_page or add_submenu_page, and for the callback argument, and then to attempt to find that callback function and check to see if it outputs any fields, and if it does, warn that they should use ... | gharchive/issue | 2013-10-11T18:21:38 | 2025-04-01T06:37:41.853706 | {
"authors": [
"GaryJones",
"jrfnl",
"westonruter"
],
"repo": "WordPress-Coding-Standards/WordPress-Coding-Standards",
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/91",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
915840652 | Run ci on main push only
Fixes #96
This PR restricts GitHub actions to run on push only to the main branch to make sure that the linting and testing CI actions are not run twice.
I had used 'master' branch by mistake, and had to rename the branch because of that. Renaming a PR branch closes that PR, apparently.
Signe... | gharchive/pull-request | 2021-06-09T06:37:25 | 2025-04-01T06:37:42.050712 | {
"authors": [
"obulat",
"zackkrida"
],
"repo": "WordPress/openverse-catalog",
"url": "https://github.com/WordPress/openverse-catalog/pull/98",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2027130632 | Add catalog to dependencies to update by Renovate
Description
I noticed the Catalog was missing from these updates, but also why is it limited to development dependencies?
Checklist
[x] My pull request has a descriptive title (not a vague title likeUpdate index.md).
[x] My pull request targets the default br... | gharchive/pull-request | 2023-12-05T21:12:28 | 2025-04-01T06:37:42.056491 | {
"authors": [
"krysal"
],
"repo": "WordPress/openverse",
"url": "https://github.com/WordPress/openverse/pull/3465",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2506093230 | 🛑 Luvo is down
In fe1e31e, Luvo (https://luvo.care/health/check) was down:
HTTP code: 502
Response time: 660 ms
Resolved: Luvo is back up in 5945288 after 12 minutes.
| gharchive/issue | 2024-09-04T19:11:58 | 2025-04-01T06:37:42.246939 | {
"authors": [
"jminiat-wca"
],
"repo": "Wound-Care-Advantage/uptime",
"url": "https://github.com/Wound-Care-Advantage/uptime/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
423752806 | undefined StructType class
Hi,
when we generate php classes for our "roc.wsdl" web service, we end up with a method
\ServiceType\Operation::setSoapHeaderMessage(\StructType\Max2048TextType $message, $nameSpace = 'urn:amc:ci', $mustUnderstand = false, $actor = null) that uses an unknown \StructType\Max2048TextType typ... | gharchive/issue | 2019-03-21T14:18:05 | 2025-04-01T06:37:42.269002 | {
"authors": [
"mikaelcom",
"tbl0605"
],
"repo": "WsdlToPhp/PackageGenerator",
"url": "https://github.com/WsdlToPhp/PackageGenerator/issues/185",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
172847539 | Food Crafting
food crafting for pills can be done with 1oz or the full 160oz
Currently there is no easy way to handle NBT data in forge recipes without some work.
| gharchive/issue | 2016-08-24T01:55:24 | 2025-04-01T06:37:42.274473 | {
"authors": [
"Servovicis",
"Wurmatron"
],
"repo": "Wurmcraft/WurmTweaks",
"url": "https://github.com/Wurmcraft/WurmTweaks/issues/98",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1726101918 | Support other audio types
this should support other common types such as mp4. Ideally this would also support audio types coming from WhatsApp
48fd65b addresses this
| gharchive/issue | 2023-05-25T16:03:09 | 2025-04-01T06:37:42.296034 | {
"authors": [
"Wyrine"
],
"repo": "Wyrine/mp3-cutting",
"url": "https://github.com/Wyrine/mp3-cutting/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1613060752 | buttons (hart en info)
kijk even naar de buttons, bij mij waren ze ovaal (ei vormig) dat hoort denk ik niet zo te zijn?
Opglost door de buttons een standaard height en width te geven te geven
| gharchive/issue | 2023-03-07T09:36:57 | 2025-04-01T06:37:42.296858 | {
"authors": [
"WyroneBlue",
"laibaaac"
],
"repo": "WyroneBlue/rijksmuseum-gallery-app",
"url": "https://github.com/WyroneBlue/rijksmuseum-gallery-app/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
229329291 | TICK-358 longitudinal features lagger
Add a preprocessor to lag exposure features matrices
@MaryanMorel The two commits should have been squashed
https://twitter.com/jamesfublo/status/402407321265274881?ref_src=twsrc^tfw&ref_url=http%3A%2F%2Fjamescooke.info%2Fgit-to-squash-or-not-to-squash.html
Also each commit sho... | gharchive/pull-request | 2017-05-17T12:04:09 | 2025-04-01T06:37:42.303364 | {
"authors": [
"MaryanMorel",
"Mbompr"
],
"repo": "X-DataInitiative/tick",
"url": "https://github.com/X-DataInitiative/tick/pull/19",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2645459312 | Remove unused configs
This will change the lineage, but it is fine.
Pull Request Test Coverage Report for Build 11752164398
Details
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage decreased (-0.02%) to 89.763%
Totals
Change from... | gharchive/pull-request | 2024-11-09T01:36:44 | 2025-04-01T06:37:42.327336 | {
"authors": [
"coveralls",
"dachengx"
],
"repo": "XENONnT/axidence",
"url": "https://github.com/XENONnT/axidence/pull/93",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
203776106 | Should this be put on the App Store?
Extensions for Xcode are still allowed with Apps fromthe AppStoreandcan be enabled in the System Settings.
Would this notbe a viable route for XVim?
P.S. For reference see Swiftify
If possible, I think it's a great idea.
See https://github.com/XVimProject/XVim/issues/964 on wh... | gharchive/issue | 2017-01-28T01:02:23 | 2025-04-01T06:37:42.354736 | {
"authors": [
"ChrisBuchholz",
"Gminfly",
"keith"
],
"repo": "XVimProject/XVim",
"url": "https://github.com/XVimProject/XVim/issues/1041",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
375623410 | Solved
Sorry for opening this issue. Wrong repo... Issue can get removed.
haha, whoops
| gharchive/issue | 2018-10-30T18:05:57 | 2025-04-01T06:37:42.404765 | {
"authors": [
"ChaseFlorell",
"JFMG"
],
"repo": "XamFormsExtended/Xfx.Controls",
"url": "https://github.com/XamFormsExtended/Xfx.Controls/issues/75",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1871758211 | Comparison Report: Shorten help text that is always visible
The section help texts are sometimes quite lengthy. Experienced users won't need that description any longer and might be annoyed by always having to scroll passed the text. What about making the larger part of the text appear on click only, as already done ... | gharchive/issue | 2023-08-29T14:08:15 | 2025-04-01T06:37:42.431720 | {
"authors": [
"jowerner",
"js-xc",
"rschwietzke"
],
"repo": "Xceptance/XLT",
"url": "https://github.com/Xceptance/XLT/issues/416",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
734037950 | WIP: add Esperanto translation of the Code of Conduct
Filing as draft, as I'd like the translation to be proofread by more well-versed Esperanto speakers than I am.
:green_heart: EO: aldonu Esperantan tradukon de la Kondutkodekso
Aldonante kiel malneton, ĉar mi volas, ke Esperantistoj pli spertaj ol mi provlegu la tr... | gharchive/pull-request | 2020-11-01T19:03:10 | 2025-04-01T06:37:42.433118 | {
"authors": [
"Xe",
"das-g"
],
"repo": "Xe/creators-code",
"url": "https://github.com/Xe/creators-code/pull/8",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1213472596 | ActiveMerchantGrid UI improvements
Added horizontal seperators between each merchant. Also added auto-sort on active merchants so the highest voted merchant is always on top, merchants with negative votes are greyed out depending on the number of votes (#37).
Zones are now clickable and open the image in a new tab (... | gharchive/pull-request | 2022-04-23T22:54:57 | 2025-04-01T06:37:42.436034 | {
"authors": [
"Cyco0815",
"Xeio"
],
"repo": "Xeio/WanderLost",
"url": "https://github.com/Xeio/WanderLost/pull/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2080884175 | Allow external http client and add custom request options
Hi,
Thanks for creating this npm module and sharing it with the world!
I've used it and made a few small improvements:
Aligned spacing & formatting (more by accident)
Exported HttpClient and added a clientFactory option for Kindle class. That is very useful w... | gharchive/pull-request | 2024-01-14T20:23:17 | 2025-04-01T06:37:42.445635 | {
"authors": [
"Gitii",
"Xetera"
],
"repo": "Xetera/kindle-api",
"url": "https://github.com/Xetera/kindle-api/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1773766928 | rosdep install problem
我在这一步遇到了找不到包的问题,麻烦作者帮忙看一下
I encountered the problem of not being able to find the package at this step. Could you please help me take a look?
ros2@ubuntu:~/aubo_ros2_ws$ rosdep install --from-paths src --ignore-src --rosdistro foxy -r -y
ERROR: the following packages/stacks could not have their... | gharchive/issue | 2023-06-26T03:28:01 | 2025-04-01T06:37:42.463935 | {
"authors": [
"XieShaosong",
"dashuaip"
],
"repo": "XieShaosong/aubo_robot_ros2",
"url": "https://github.com/XieShaosong/aubo_robot_ros2/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1160582582 | 🛑 Zoltar is down
In 9ea9ace, Zoltar (https://Zoltar-12.tikihed.repl.co) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Zoltar is back up in b6f0bad.
| gharchive/issue | 2022-03-06T11:11:26 | 2025-04-01T06:37:42.466465 | {
"authors": [
"Xiija"
],
"repo": "Xiija/UpMonitor",
"url": "https://github.com/Xiija/UpMonitor/issues/858",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1206319358 | PyTorch Quantization - [VAIQ_WARN]: Node ouptut tensor is not quantized
I'm trying to quantize and export a simple 2 layer MLP, code seen below:
class Feedforward(torch.nn.Module):
def __init__(self, input_size, hidden_size):
super(Feedforward, self).__init__()
self.input_size = input_size
... | gharchive/issue | 2022-04-17T08:48:03 | 2025-04-01T06:37:42.472962 | {
"authors": [
"DouDinai",
"Orchidaceae",
"zl200881"
],
"repo": "Xilinx/Vitis-AI",
"url": "https://github.com/Xilinx/Vitis-AI/issues/761",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1238260023 | Update VART recipes to PetaLinux 2022.1 / honister
Hi, can you estimate until when the recipes and CMake files for 3.4 Honister Yocto and Petalinux 2022.1 can be updated?
Hi @Daniel-O551
VART recipes for PetaLinux 2022.1 will be released in VAI2.5.
| gharchive/issue | 2022-05-17T08:20:51 | 2025-04-01T06:37:42.474290 | {
"authors": [
"Daniel-O551",
"qianglin-xlnx"
],
"repo": "Xilinx/Vitis-AI",
"url": "https://github.com/Xilinx/Vitis-AI/issues/801",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
468307087 | Use BufReader::get_mut to write to a socket
On rustc 1.37.0-nightly (5f9c0448d 2019-06-25) fails with
error[E0596]: cannot borrow data in a `&` reference as mutable
--> /root/.cargo/git/checkouts/conetty-a662beb3b89f3dc0/7acf957/src/tcp_client.rs:54:9
|
54 | s.get_ref().write_all(&(req.fi... | gharchive/pull-request | 2019-07-15T19:55:41 | 2025-04-01T06:37:42.525443 | {
"authors": [
"ArtemGr",
"Xudong-Huang"
],
"repo": "Xudong-Huang/conetty",
"url": "https://github.com/Xudong-Huang/conetty/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
694917648 | meaning of >2px, >3px, >5px
I cannot find the meaning of >2px, >3px, >5px neither from KITTI nor from "Depth Map Prediction from a Single Image
using a Multi-Scale Deep Network". Could you explain where i could find the information?
I guess it is disparity error?
I guess it is disparity error?
What is the groun... | gharchive/issue | 2020-09-07T09:39:17 | 2025-04-01T06:37:42.528107 | {
"authors": [
"JUGGHM",
"kuwt",
"yiranzhong"
],
"repo": "XuelianCheng/LidarStereoNet",
"url": "https://github.com/XuelianCheng/LidarStereoNet/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1144874166 | Wrong macro used for loop condition in paging.cpp:initDirectory()
https://github.com/XyrisOS/xyris/blob/adf3ae0afff96e621f22f5f2c49e58e8d7b59203/Kernel/Memory/paging.cpp#L134
I believe the upper bound for the iterator of this for loop is meant to be ARCH_PAGE_TABLE_ENTRIES. The current code works because the two macr... | gharchive/issue | 2022-02-19T23:45:19 | 2025-04-01T06:37:42.535062 | {
"authors": [
"Kfeavel",
"vannaka"
],
"repo": "XyrisOS/xyris",
"url": "https://github.com/XyrisOS/xyris/issues/386",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1113383509 | Resolve "Replace liballoc with Custom Heap"
Closes #367
Will write some unit tests for this soon. Thanks to @micahswitzer for writing a basic one used for testing (janky-heap-tests).
| gharchive/pull-request | 2022-01-25T03:30:50 | 2025-04-01T06:37:42.536257 | {
"authors": [
"Kfeavel"
],
"repo": "XyrisOS/xyris",
"url": "https://github.com/XyrisOS/xyris/pull/368",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1659565741 | 🛑 MOMO is down
In 64271d5, MOMO (https://www.momoshop.com.tw/main/Main.jsp) was down:
HTTP code: 0
Response time: 0 ms
Resolved: MOMO is back up in ee1110f.
| gharchive/issue | 2023-04-08T16:01:32 | 2025-04-01T06:37:42.538569 | {
"authors": [
"Y1YangLin"
],
"repo": "Y1YangLin/upptime",
"url": "https://github.com/Y1YangLin/upptime/issues/669",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
701573407 | 跨域的接口测试,无法切换环境
版本号
~
什么问题
运行测试集的时候,域名只能选择一个,而测试集中的接口域名可能有多个,无法做到统一切换环境
如何复现此问题
~
什么浏览器
~
什么系统(Linux, Windows, macOS)
这个确实是个痛点!
| gharchive/issue | 2020-09-15T03:18:43 | 2025-04-01T06:37:42.546326 | {
"authors": [
"TTtesting",
"jinhui20073000"
],
"repo": "YMFE/yapi",
"url": "https://github.com/YMFE/yapi/issues/1927",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
312902238 | 改进建议:接口运行自动填写示例参数
每次调试运行接口都要重新输入参数。还是我的使用姿势不对
可以保存为测试用例。。。
我也是强烈地建议。。
每次都要手动再去填一遍,效率比较低。
| gharchive/issue | 2018-04-10T12:33:06 | 2025-04-01T06:37:42.547377 | {
"authors": [
"jszjgqq",
"mahaixue",
"superwg1984"
],
"repo": "YMFE/yapi",
"url": "https://github.com/YMFE/yapi/issues/227",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
12877316 | Streamline API return codes & output it as HTTP header
This is a COPY of Issue 1277: Streamline API return codes & output it as HTTP header, filed on Google Code before the project was moved on Github.
Submitted on 2013-01-11T21:01:11.000Z by ozh...@gmail.com
Status: Accepted
Please review the original issue and es... | gharchive/issue | 2013-04-06T12:52:57 | 2025-04-01T06:37:42.550475 | {
"authors": [
"ozh"
],
"repo": "YOURLS/YOURLS",
"url": "https://github.com/YOURLS/YOURLS/issues/1277",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
288257126 | No redirection when using "www"
Hello;
Our short URLs are not properly redirecting when using "www".
I can access the home page with or without "www" but it returns back to home page if I use "www" with the shortned url.
Thanks for any feedback.
YES! I've been pulling my hair over this. Thanks @codegrrrl for your t... | gharchive/issue | 2018-01-12T21:54:00 | 2025-04-01T06:37:42.562596 | {
"authors": [
"Crisses",
"PopVeKind",
"ayyoovod",
"boumaj123",
"johnaweiss",
"ozh"
],
"repo": "YOURLS/YOURLS",
"url": "https://github.com/YOURLS/YOURLS/issues/2354",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113211394 | SPI機能の実装
konashi-ios-sdkのSPI機能に追従
LGTM
| gharchive/pull-request | 2015-10-25T07:21:29 | 2025-04-01T06:37:42.563684 | {
"authors": [
"0x0c",
"sagiii"
],
"repo": "YUKAI/konashi-js-sdk",
"url": "https://github.com/YUKAI/konashi-js-sdk/pull/14",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2007844574 | package manager not found using create-lunaria
┌ create-lunaria
│
◇ Which @lunariajs package would you like to set up?
│ @lunariajs/core
│
◇ Where should we set up Lunaria?
│ ./lunaria
│
◇ Does your project use TypeScript?
│ Yes
│
◇ Do you wish to install @lunariajs/core and its dependencies?
│ Yes
└ Could ... | gharchive/issue | 2023-11-23T09:55:27 | 2025-04-01T06:37:42.710516 | {
"authors": [
"Yan-Thomas",
"alexanderniebuhr"
],
"repo": "Yan-Thomas/lunaria",
"url": "https://github.com/Yan-Thomas/lunaria/issues/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1335385746 | 模型训练
请问有模型训练的代码吗?
同求
| gharchive/issue | 2022-08-11T02:07:29 | 2025-04-01T06:37:42.716864 | {
"authors": [
"ChenJian7578",
"xiaolv899"
],
"repo": "YaoFANGUK/video-subtitle-generator",
"url": "https://github.com/YaoFANGUK/video-subtitle-generator/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
77254462 | [Build 525] HTML5 player reloads when forcing the flash player
When forcing the flash player, every time you load a video, a couple of seconds of it play in the new player, then it reloads and shows the flash player. This is mildly annoying, but I'm afraid it might be eating up resources that shouldn't even be a conc... | gharchive/issue | 2015-05-17T08:30:04 | 2025-04-01T06:37:42.730444 | {
"authors": [
"Hobbix",
"Pikachuy",
"SuperSajuuk",
"Yonezpt",
"ireun"
],
"repo": "YePpHa/YouTubeCenter",
"url": "https://github.com/YePpHa/YouTubeCenter/issues/1823",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
614040345 | Referencing ElasticSearch query in a json file
Referencing ElasticSearch query in filter would make life really easy. I know that Kibana dashboard could be used but I think, this alternative also foce using ElastAlert .yaml rule file. I think it would be much simpler if we could have some placeholders in our E... | gharchive/issue | 2020-05-07T13:02:11 | 2025-04-01T06:37:42.745594 | {
"authors": [
"hbarisik",
"nsano-rururu"
],
"repo": "Yelp/elastalert",
"url": "https://github.com/Yelp/elastalert/issues/2788",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
209702173 | Adding Exotel sms Alerter support for alerting
This pull request adds sms support for Exotel sms api(https://www.exotel.in). I have tested it and works well in production
@danielpops can you please merge this.
| gharchive/pull-request | 2017-02-23T09:05:41 | 2025-04-01T06:37:42.746796 | {
"authors": [
"ramey"
],
"repo": "Yelp/elastalert",
"url": "https://github.com/Yelp/elastalert/pull/914",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
244025227 | Support for FreeBSD.
All,
I'd like to use this puppet module on FreeBSD but there is not support. Would you be okay to a pull-request that addresses this issue?
Mike D.
I would accept any PR that expands the OS support of this module.
| gharchive/issue | 2017-07-19T12:34:47 | 2025-04-01T06:37:42.749167 | {
"authors": [
"madelaney",
"solarkennedy"
],
"repo": "Yelp/puppet-uchiwa",
"url": "https://github.com/Yelp/puppet-uchiwa/issues/84",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
268821051 | missing link to github from npm
Noticed you're missing a field to link to github from https://www.npmjs.com/package/choo-tts. Can't PR right now, but might be worth fixing. Thanks!
That's because package.json is missing a repository property rihgt? I think it's happening in all my repos :anguished:
Thanks for repor... | gharchive/issue | 2017-10-26T16:08:08 | 2025-04-01T06:37:42.755323 | {
"authors": [
"YerkoPalma",
"yoshuawuyts"
],
"repo": "YerkoPalma/choo-tts",
"url": "https://github.com/YerkoPalma/choo-tts/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2020393840 | [Bug] webdav同步问题
windows端目前关于使用webdav同步数据遇到的问题如下:
1、虽然使用的是坚果云webdav,但网络连接不稳定,很多时候都同步不上;
2、windows导出到本地的json文件为乱码,无法正常查看,也无法正常导入;
3、Windows通过webdav同步的json文件,是正常的,能正常查看。
综上:目前可能没法及时通过webdav同步,数据存在丢失风险(无法同步到云端,本地导出有故障)。
然后有个问题是,坚果云webdav是在国内,这个线路不应该有问题才对,这是我疑惑的地方。也许网络连接线路需要优化。谢谢
你买的谁网站你找他去啊你来UI论坛这里干嘛?
1、网络问题你买的谁网站你... | gharchive/issue | 2023-12-01T08:44:39 | 2025-04-01T06:37:42.813135 | {
"authors": [
"PinkPanther-ny",
"Robinson28years",
"TCOTC",
"Yidadaa",
"jkjoker",
"kitaev-chen",
"reece00"
],
"repo": "Yidadaa/ChatGPT-Next-Web",
"url": "https://github.com/Yidadaa/ChatGPT-Next-Web/issues/3423",
"license": "MIT",
"license_type": "permissive",
"license_source":... |
1643523863 | 能否自定义左侧应用名和应用描述
左侧的应用名是否支持自定义修改?
已解决,谢谢!
请问怎么解决呢,有劳指导一下
在文件app/components/home.tsx中进行修改,找到 function Home(),return的div标签里面有原始的应用名,改成自己的即可
请问怎么解决呢,有劳指导一下
在文件app/components/home.tsx中进行修改,找到 function Home(),return的div标签里面有原始的应用名,改成自己的即可
希望可以自定义应用名称(LOGO)和描述。因为想跟项目更新保持同步,手动修改后就会有冲突。希望可以像其它配置项那样添加环境变量的方式,自定义网站... | gharchive/issue | 2023-03-28T09:11:54 | 2025-04-01T06:37:42.816411 | {
"authors": [
"205637827",
"DarriusL",
"YouCanYouUp741",
"huwan"
],
"repo": "Yidadaa/ChatGPT-Next-Web",
"url": "https://github.com/Yidadaa/ChatGPT-Next-Web/issues/95",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1837944346 | 请问这个代码有对应的参考文献吗
您好,想对照文献学习一下,请问是否有参考文献
可以参考:[1] Waveform Design and Signal Processing Aspects for Fusion of Wireless Communications and Radar Sensing
[2] Performance analysis of joint radar and communication using OFDM and OTFS
| gharchive/issue | 2023-08-05T21:27:48 | 2025-04-01T06:37:42.887618 | {
"authors": [
"YongzhiWu",
"YuetianZhou"
],
"repo": "YongzhiWu/OFDM_ISAC_simulator",
"url": "https://github.com/YongzhiWu/OFDM_ISAC_simulator/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1488509434 | Compiling help: [Did what was told to and still got errors / source/funkin/system/MusicBeatState.hx:89: characters 43-45 : Expected )]
I have everything installed from the original source code for FNF, ran the update.bat and then tried to compile in debug, "Dbeta" and normal compile and all of them gave the below err... | gharchive/issue | 2022-12-10T13:56:18 | 2025-04-01T06:37:42.908544 | {
"authors": [
"Megalonumber0ne",
"YoshiCrafter29"
],
"repo": "YoshiCrafter29/CodenameEngine",
"url": "https://github.com/YoshiCrafter29/CodenameEngine/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
451871136 | README.md: Missing formatting for
This is a drive-by PR to fix an invisible reference to <size> due to missing formatting.
I do not know the answer
| gharchive/pull-request | 2019-06-04T08:46:22 | 2025-04-01T06:37:42.912366 | {
"authors": [
"comicaza",
"tux3"
],
"repo": "YosysHQ/yosys",
"url": "https://github.com/YosysHQ/yosys/pull/1062",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
466816388 | synth_ice40: switch -relut to be always on
As far as I know this switch either does nothing or makes the design faster. People like @smunaut have been using it extensively and it appears robust.
As I mentionned on IRC, wouldn't it be better to ignore the "-relut" option and not remove it ? Just to not break all exi... | gharchive/pull-request | 2019-07-11T10:48:05 | 2025-04-01T06:37:42.919126 | {
"authors": [
"eddiehung",
"janrinze",
"smunaut",
"whitequark"
],
"repo": "YosysHQ/yosys",
"url": "https://github.com/YosysHQ/yosys/pull/1183",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
1084008813 | hocuspocus.dev usage example
Do you know of a usage example of using SyncedStore with hocuspocus.dev as the server?
Hi and welcome @hangtwenty !
This should be similar to how other providers work, as described at https://syncedstore.org/docs/sync-providers.
I haven't tried this yet, but when setting up the store, t... | gharchive/issue | 2021-12-19T04:11:30 | 2025-04-01T06:37:42.922666 | {
"authors": [
"YousefED",
"hangtwenty"
],
"repo": "YousefED/SyncedStore",
"url": "https://github.com/YousefED/SyncedStore/issues/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
643064215 | Training error
Hello, I built PPDM as it is written in Installation.
But when I launch the training I got this:
What might be the problem ?
I'm using AWS g4dn.xlarge machine.
It may be caused by the wrong cuda version. I guess that you use cuda 10,but the dcn only supports cuda 9. I plan to rewrite the repo by cud... | gharchive/issue | 2020-06-22T13:17:40 | 2025-04-01T06:37:42.945299 | {
"authors": [
"Alasile",
"YueLiao",
"ghost",
"volodymyrkepsha"
],
"repo": "YueLiao/PPDM",
"url": "https://github.com/YueLiao/PPDM/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
413718818 | Crash Alert low
[SF - ERROR] SF:lanai/processor/systems/ai_decoder.txt:137: attempt to call global 'CheckAutoMode' (a nil value)
[starfall_processor [2081]] Server Error
SF:lanai/processor/systems/ai_decoder.txt:137: attempt to call global 'CheckAutoMode' (a nil value)
stack traceback:
SF:lanai/processor/systems/ai_d... | gharchive/issue | 2019-02-23T17:44:39 | 2025-04-01T06:37:43.008173 | {
"authors": [
"TheDeadScythe",
"Yuri6037"
],
"repo": "Yuri6037/TSCM_Starfall",
"url": "https://github.com/Yuri6037/TSCM_Starfall/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2114165990 | Support for Persona 3 Reload
Game name: Persona 3 Reload
Game package name: SEGAofAmericaInc.L0cb6b3aea_s751p9cej88mt
wgs.zip
SteamSave.zip
Duplicate of #114.
Please follow that issue.
Also thanks for the saves, they'll help!
| gharchive/issue | 2024-02-02T06:16:21 | 2025-04-01T06:37:43.109672 | {
"authors": [
"Z1ni",
"dr1055"
],
"repo": "Z1ni/XGP-save-extractor",
"url": "https://github.com/Z1ni/XGP-save-extractor/issues/115",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2637300131 | use of closed network connection
Hey,
i recently added your container to the helm chart SQLJames/factorio-server-charts
while the container works as intended it sometimes crashes:
{"level":"info","ts":1730878872.1065865,"caller":"cmd/local.go:115","msg":"Healthcheck server started"}
⇨ http server started on [::]:341... | gharchive/issue | 2024-11-06T07:47:30 | 2025-04-01T06:37:43.138097 | {
"authors": [
"Kariton",
"ZCube",
"samip5"
],
"repo": "ZCube/factorio-port-fixer",
"url": "https://github.com/ZCube/factorio-port-fixer/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1210795250 | 🛑 ZEENKEY CDN is down
In d6f37ae, ZEENKEY CDN (https://zeenkeycdn.ga) was down:
HTTP code: 500
Response time: 247 ms
Resolved: ZEENKEY CDN is back up in 0f223d0.
| gharchive/issue | 2022-04-21T09:56:21 | 2025-04-01T06:37:43.141200 | {
"authors": [
"ZEENKEY"
],
"repo": "ZEENKEY/statuspage",
"url": "https://github.com/ZEENKEY/statuspage/issues/576",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
74417165 | Problème avec mon CustomRoleProvider
Hello I have perhaps not understood the doc but I have declared this in my zfc_rbac.global.php file :
'role_provider_manager' => [
'factories' => [
'role_db_provider' => 'ShishiUser\Factory\RoleProviderFactory',
]
],
'role_provider' => [
'role-db-provider'... | gharchive/issue | 2015-05-08T16:23:38 | 2025-04-01T06:37:43.161600 | {
"authors": [
"Shishi666",
"bakura10",
"danizord"
],
"repo": "ZF-Commons/zfc-rbac",
"url": "https://github.com/ZF-Commons/zfc-rbac/issues/295",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
269456512 | Bug: Unown has no levels in sent JSON
Hi, for battle type gen7randombattle.
I noticed Unown JSON does not have details attribute sent when the request action is sent.
Example websocket data recv from server.
|request|{"active":[{"moves":[{"move":"Mirror Coat","id":"m
...: irrorcoat","pp":32,"maxpp":32,"target":"sc... | gharchive/issue | 2017-10-30T01:18:36 | 2025-04-01T06:37:43.199735 | {
"authors": [
"Zarel",
"sooham"
],
"repo": "Zarel/Pokemon-Showdown",
"url": "https://github.com/Zarel/Pokemon-Showdown/issues/4094",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
418888112 | Refactor Gen 1/Stadium code to eliminate the modifiedStats table
Can you also see if you can eliminate Gen 1's reliance on the modifiedStats table? It probably doesn't need to be separate from storedStats.
Originally posted by @Zarel in https://github.com/Zarel/Pokemon-Showdown/pull/5274#issuecomment-470981380
I'... | gharchive/issue | 2019-03-08T17:41:39 | 2025-04-01T06:37:43.206054 | {
"authors": [
"Marty-D",
"scheibo"
],
"repo": "Zarel/Pokemon-Showdown",
"url": "https://github.com/Zarel/Pokemon-Showdown/issues/5276",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
106421220 | Add -ability tag to Imposter activation
The other option is to modify transformInto in such a way that it broadcasts -transform messages to use the correct [from] parameter, then add a client change to check for it.
Either way will allow Imposter to be properly tracked by the client.
I was going to say the other op... | gharchive/pull-request | 2015-09-14T20:27:44 | 2025-04-01T06:37:43.208113 | {
"authors": [
"Marty-D",
"ascriptmaster"
],
"repo": "Zarel/Pokemon-Showdown",
"url": "https://github.com/Zarel/Pokemon-Showdown/pull/2147",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1620197596 | 🛑 Panel Excelencia is down
In b887ef5, Panel Excelencia (http://excelenciadigital.info:3002/PaneldeValidacion/Login.Aspx) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Panel Excelencia is back up in 65fc7f1.
| gharchive/issue | 2023-03-12T01:19:59 | 2025-04-01T06:37:43.210597 | {
"authors": [
"ZarzueloM"
],
"repo": "ZarzueloM/status",
"url": "https://github.com/ZarzueloM/status/issues/111",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
956053562 | Reject checkpointed blocks that would increase note commitment trees beyond their max sizes
Motivation
This was an implicit consensus rule, now made explicit.
Specifications
Designs
Related Work
Zebra already returns an error in all relevant cases:
the non-finalized state returns an error if a note commitment... | gharchive/issue | 2021-07-29T17:23:06 | 2025-04-01T06:37:43.220717 | {
"authors": [
"dconnolly",
"teor2345"
],
"repo": "ZcashFoundation/zebra",
"url": "https://github.com/ZcashFoundation/zebra/issues/2544",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1048479696 | 🛑 Game Server Proxy (prod) is down
In 5d171d3, Game Server Proxy (prod) (https://proxy.zebr-a.com/api/Version) was down:
HTTP code: 502
Response time: 328 ms
Resolved: Game Server Proxy (prod) is back up in 772dc47.
| gharchive/issue | 2021-11-09T11:12:46 | 2025-04-01T06:37:43.223223 | {
"authors": [
"zlumer"
],
"repo": "Zebrainy/upptime",
"url": "https://github.com/Zebrainy/upptime/issues/214",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
655207250 | log entries are off by one
I am using version 2.2.6 of the adapter with an nuki soft bridge adapter installation.
The entries in nuki-extended.0.smartlocks.<lock>.logs are always missing the last entry.
on('nuki-extended.0.smartlocks.<lock>.logs', () => {
const log = JSON.parse(getState('nuki-extended.0.smartlocks.... | gharchive/issue | 2020-07-11T13:18:53 | 2025-04-01T06:37:43.256834 | {
"authors": [
"Zefau",
"cyptus"
],
"repo": "Zefau/ioBroker.nuki-extended",
"url": "https://github.com/Zefau/ioBroker.nuki-extended/issues/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
268598064 | Airboat sometimes corrupts the view.
Seems to happen when one bumps into stuff with a bigger latency.
This was fixed in Garrys Mod, if it happens again I'll reopn it.
| gharchive/issue | 2017-10-26T01:09:40 | 2025-04-01T06:37:43.264434 | {
"authors": [
"ZehMatt"
],
"repo": "ZehMatt/Lambda",
"url": "https://github.com/ZehMatt/Lambda/issues/71",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1246783767 | 2048 Game
🛠️ Fixes Issue (Number)
#677
I have made a 2048 game using javascript
✅ Check List (Check all the applicable boxes)
[ ✅ ] My code doesn't break any part of the project (Zero Octave-Javascript-Projects).
[ ✅ ] This PR does not contain plagiarized content.
[ ✅ ] My Addition/Changes works properly and matc... | gharchive/pull-request | 2022-05-24T16:05:38 | 2025-04-01T06:37:43.290348 | {
"authors": [
"NOiR-07",
"SAMRIDHISINHA"
],
"repo": "ZeroOctave/ZeroOctave-Javascript-Projects",
"url": "https://github.com/ZeroOctave/ZeroOctave-Javascript-Projects/pull/700",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2073816723 | Rotating Causes Collider to Jitter on Y-Axis on Remote Client
For reasons I'm currently not able to investigate right now. Rotating the player object causes the Collider game object to experience drifting on the Y-Axis. This results from the delayed loop and some constraint behavior or incorrect understanding.
The ... | gharchive/issue | 2024-01-10T08:07:17 | 2025-04-01T06:37:43.330256 | {
"authors": [
"Zexxx"
],
"repo": "Zexxx/Smart-Floor-Collider",
"url": "https://github.com/Zexxx/Smart-Floor-Collider/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
400095780 | 第三章 3.5.1 节 代码清单 3-63
页码与行数
第85页
代码清单 3-63
文本或排版错误
暂无
代码错误
match & x { // 这里应该是 match &*x 才对
//...
}
还可以是
match &x[..] { // 或者是 match x.as_ref() {
// ...
}
match 这块和 rust 编译器版本有关系,2021 edition中对match 人体工程学有很多改进
| gharchive/issue | 2019-01-17T03:30:09 | 2025-04-01T06:37:43.335635 | {
"authors": [
"ZhangHanDong",
"codergege",
"m104ngc4594"
],
"repo": "ZhangHanDong/tao-of-rust-codes",
"url": "https://github.com/ZhangHanDong/tao-of-rust-codes/issues/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1249215021 | msgtype -2007 表情包表情 的解码
https://github.com/ZhangJun2017/QQChatHistoryExporter/issues/4 的方式进行解码
可以看到 key value 已经非常明显了,但是还是需要通过重写 Class 结构 来匹配进行解码,Java 代码无能为力了。
java -jar SerializationDumper-v1.13.jar ACED000573720029636F6D2E74656E63656E742E6D6F62696C6571712E646174612E4D61726B466163654D6573736167650000000000018F4E0200... | gharchive/issue | 2022-05-26T07:38:14 | 2025-04-01T06:37:43.354461 | {
"authors": [
"StephenZeng-Wonder",
"ZhangJun2017",
"demobin8",
"fchunfen",
"lqzhgood"
],
"repo": "ZhangJun2017/QQChatHistoryExporter",
"url": "https://github.com/ZhangJun2017/QQChatHistoryExporter/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-ap... |
116919004 | 添加对HTML和XML的支持
下个版本考虑
添加对XML的支持,对HTML不予支持
| gharchive/issue | 2015-11-14T11:05:58 | 2025-04-01T06:37:43.368173 | {
"authors": [
"ZhaoKaiQiang"
],
"repo": "ZhaoKaiQiang/KLog",
"url": "https://github.com/ZhaoKaiQiang/KLog/issues/1",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1096967066 | 2022-01-09
2022-01-09
function slowestKey(releaseTimes: number[], keysPressed: string): string {
let key = ''
let time = 0
let lastKeyTime = 0
const len = releaseTimes.length
for (let i = 0; i < len; i += 1) {
const tempTime = releaseTimes[i] - lastKeyTime
const char = keysPresse... | gharchive/issue | 2022-01-08T16:01:16 | 2025-04-01T06:37:43.371682 | {
"authors": [
"ISchatz",
"Zheaoli",
"jingkecn",
"jinmu333",
"sishenhei7"
],
"repo": "Zheaoli/do-something-right",
"url": "https://github.com/Zheaoli/do-something-right/issues/110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1820234744 | Code Error.
We have fixed.
| gharchive/issue | 2023-07-25T12:32:50 | 2025-04-01T06:37:43.381870 | {
"authors": [
"LemonQC"
],
"repo": "Zhiquan-Wen/DDG",
"url": "https://github.com/Zhiquan-Wen/DDG/issues/3",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1269411837 | Fix reading Groups token information when compiling for x86_64
The struct we're reading from the buffer is defined as such:
typedef struct _TOKEN_GROUPS {
DWORD GroupCount;
SID_AND_ATTRIBUTES *Groups[];
} TOKEN_GROUPS, *PTOKEN_GROUPS;
which would translate to this in rust:
pub struct _TOKEN_GROUPS {... | gharchive/pull-request | 2022-06-13T13:07:27 | 2025-04-01T06:37:43.505701 | {
"authors": [
"Eijebong",
"ZoeyR"
],
"repo": "ZoeyR/windows-accesstoken",
"url": "https://github.com/ZoeyR/windows-accesstoken/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1397248998 | Added a java program to find the number of unique characters in a string
This java program finds the number of unique characters in a string.
This java program finds the number of unique characters in a string.
@pritika163 kindly move program to Java/Data Structures/String problems
@pritika163 Your PR has been ... | gharchive/pull-request | 2022-10-05T05:22:56 | 2025-04-01T06:37:43.507560 | {
"authors": [
"Zohaib-Sathio",
"pritika163"
],
"repo": "Zohaib-Sathio/Hacktoberfest_22",
"url": "https://github.com/Zohaib-Sathio/Hacktoberfest_22/pull/76",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2476738613 | A Soul's Bane: Confusion Beast Room
The quest helper says to find the correct confusion beast and highlights all of them. The correct confusion beast to attack is always the one with NPC ID 1067.
Fix should be pretty simple: remove this line and update the message above it: https://github.com/Zoinkwiz/quest-helper/bl... | gharchive/issue | 2024-08-21T00:09:38 | 2025-04-01T06:37:43.509793 | {
"authors": [
"Zoinkwiz",
"larsiny"
],
"repo": "Zoinkwiz/quest-helper",
"url": "https://github.com/Zoinkwiz/quest-helper/issues/1710",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
357228672 | SkeletonStray & ZombieHusk
Hi,
I report those two creatures don't gain any payments from the jobs for killing them, i just installed the plugin (which means i have the default jobConfig.yml) I just add the Stray and Husk with same gain from their parents (skeleton and zombie) but when I kill them, there nothing.
... | gharchive/issue | 2018-09-05T13:26:00 | 2025-04-01T06:37:43.603957 | {
"authors": [
"Zrips",
"smmmadden",
"weberlepecheur"
],
"repo": "Zrips/Jobs",
"url": "https://github.com/Zrips/Jobs/issues/230",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
272269734 | phylopandas DataFrame is not really a phylopandas DataFrame
Need to figure out how to make sure all pandas.DataFrame methods return phylopandas.DataFrames when called by phylopandas.
Solved in #9
| gharchive/issue | 2017-11-08T16:49:08 | 2025-04-01T06:37:43.606986 | {
"authors": [
"Zsailer"
],
"repo": "Zsailer/phylopandas",
"url": "https://github.com/Zsailer/phylopandas/issues/7",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1062725803 | Be able to set working directory or use the project path as default working directory
What would you like to be added:
As far as I can tell, horusec assumes that the current directory as the working dir. It would be useful if horusec supports a different working dir or if treats the project path as so.
Actual usage.
... | gharchive/issue | 2021-11-24T18:02:21 | 2025-04-01T06:37:43.620015 | {
"authors": [
"leandrorodrigueszup",
"matheusalcantarazup"
],
"repo": "ZupIT/horusec",
"url": "https://github.com/ZupIT/horusec/issues/815",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1522887938 | Unexpected behavior when constructing vectors from wrong-dtype numpy arrays
In the wiki, it is stated that the vector objects support both construction from iterables and from objects that supports the buffer protocol (such as numpy arrays). It seems that the buffer protocol construction has precedence over the itera... | gharchive/issue | 2023-01-06T17:11:05 | 2025-04-01T06:37:43.645672 | {
"authors": [
"Zuzu-Typ",
"avdstaaij"
],
"repo": "Zuzu-Typ/PyGLM",
"url": "https://github.com/Zuzu-Typ/PyGLM/issues/196",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
538627393 | No documentation
Hi,
this repo I couldn't find any documents about PyALL in this repo.
Where can I find documents describing PyALL in detail?
Hello Sean,
I'm not sure this is what you're looking for at all.
First of all, "PyALL" doesn't exist. There is no such library (at least in the PyPI.
This (PyOpenAL) is a lib... | gharchive/issue | 2019-12-16T20:11:16 | 2025-04-01T06:37:43.648830 | {
"authors": [
"SeanTolstoyevski",
"Zuzu-Typ"
],
"repo": "Zuzu-Typ/PyOpenAL",
"url": "https://github.com/Zuzu-Typ/PyOpenAL/issues/12",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1736622227 | Develop
modified: controller/conexion.php
a
| gharchive/pull-request | 2023-06-01T15:57:05 | 2025-04-01T06:37:43.649629 | {
"authors": [
"Zyanya714"
],
"repo": "Zyanya714/yectia",
"url": "https://github.com/Zyanya714/yectia/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
999692617 | feat: include systems as part of Netlify collections
The about pages for Design System and Application Framework are not part of the Netlify CMS collections, so hoping this will surface them there.
Aaaayyyooo it worked!
| gharchive/pull-request | 2021-09-17T20:20:09 | 2025-04-01T06:37:43.654198 | {
"authors": [
"juliexiong"
],
"repo": "Zywave/booster",
"url": "https://github.com/Zywave/booster/pull/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1063761271 | Discuss ways to merge separately mapped sidewalks and bike lanes
This conversation started at https://github.com/a-b-street/abstreet/discussions/789 (search term "separate" and "multiple OSM ways")
The main question is:
…how will the library figure out if separate ways are geometrically located to the left or right ... | gharchive/issue | 2021-11-25T16:12:58 | 2025-04-01T06:37:43.669644 | {
"authors": [
"BudgieInWA",
"dabreegster",
"enzet",
"tordans"
],
"repo": "a-b-street/osm2lanes",
"url": "https://github.com/a-b-street/osm2lanes/issues/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2393369712 | No locales were configured, but expected at least the default locale
I get the error: No locales were configured, but expected at least the default locale en. Perhaps you need to add it to your a2lix_translation_form.locales bundle configuration?
I'm using Symfony 7 and just set up the translation bundle. Also I did ... | gharchive/issue | 2024-07-06T03:47:44 | 2025-04-01T06:37:43.716650 | {
"authors": [
"Paradonized",
"c-vandendyck-kbr"
],
"repo": "a2lix/TranslationFormBundle",
"url": "https://github.com/a2lix/TranslationFormBundle/issues/394",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
132940391 | Controller 'asSortable', required by directive 'asSortableItem', can't be found!
Hey, I'm getting this error, even though my code is almost exactly the same as in the demo.
View:
<p ng-if="items.length > 0"
as-sortable="dragControlListeners"
ng-model="items"
class="mappa-block">
<span... | gharchive/issue | 2016-02-11T10:46:59 | 2025-04-01T06:37:43.740974 | {
"authors": [
"a5hik",
"anorudes",
"rhclayto"
],
"repo": "a5hik/ng-sortable",
"url": "https://github.com/a5hik/ng-sortable/issues/279",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.