added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T04:32:46.619565
2019-11-16T07:58:38
523811583
{ "authors": [ "drinkmorewaters" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2772", "repo": "Shopify/slate", "url": "https://github.com/Shopify/slate/issues/1073" }
gharchive/issue
Code splitting not working This repo is currently on low maintenance. See README for details https://shopify.github.io/slate/docs/template-and-layout-bundles This seems to not be working Problem Code splitting does not work. Matching liquid and JS files do not generate matching files. Replication steps Run the comman...
2025-04-01T04:32:46.624384
2018-06-13T01:53:54
331813051
{ "authors": [ "t-kelly", "xavianaxw" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2773", "repo": "Shopify/slate", "url": "https://github.com/Shopify/slate/issues/631" }
gharchive/issue
Unexpected character '@' in @font-face. Need additional loaders. Considering an external build tool like Blendid where we have our own app.js and app.css which we want to use in Shopify's Slate. Problem I'm trying to import my app.js and app.css into my scripts/layout/theme.js where I updated my code to include both ...
2025-04-01T04:32:46.734894
2015-10-09T20:01:32
110726901
{ "authors": [ "Shwheelz", "Tritonis" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2774", "repo": "Shwheelz/capital_one", "url": "https://github.com/Shwheelz/capital_one/issues/23" }
gharchive/issue
Hashes with pagination not properly accounted for Need to make an explicit request using Net::HTTP.get_response rather than a method defined by the Ruby wrapper. Will make calling paginated responses more intuitive in the future. New methods added to account for ATM pagination whats goin on in here The devs pa...
2025-04-01T04:32:46.790386
2024-04-14T06:41:24
2242005107
{ "authors": [ "ChrisSchinnerl", "daniel-lucio" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2775", "repo": "SiaFoundation/renterd", "url": "https://github.com/SiaFoundation/renterd/issues/1165" }
gharchive/issue
Add Content-Range support to the PUT api/worker/objects/:key Endpoint Description When doing an API call like this: PUT /api/worker/objects%2F1536-f.txt?bucket=default HTTP/1.1 and passing headers like this: Content-Length: 2477 Content-Type: application/octet-stream Content-Range: bytes 4096-6573/ the renterd API s...
2025-04-01T04:32:46.791462
2024-04-22T12:12:36
2256379820
{ "authors": [ "peterjan" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2776", "repo": "SiaFoundation/renterd", "url": "https://github.com/SiaFoundation/renterd/pull/1186" }
gharchive/pull-request
Keep track of chain indices in a separate table. Add chain index type to easily revert all entities introduced at a certain index by making use of CASCADE deletes Closing - CASCADE deletes don't work
2025-04-01T04:32:46.825054
2022-11-07T07:09:43
1437874684
{ "authors": [ "JoeMatt", "Spidy123222", "lonkelle", "noah978" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2777", "repo": "SideStore/CommunityStore", "url": "https://github.com/SideStore/CommunityStore/iss...
gharchive/issue
Community store won't update list The list to update the store automatically doesn't work after attempt of doing redirecting code. aight, I have to trace what happens after the redirect. It could be something else with the URL changes though. Give me a day, exhausted today. aight, I have to trace what happens af...
2025-04-01T04:32:46.828103
2023-07-03T11:28:33
1785982526
{ "authors": [ "Siderite" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2778", "repo": "Siderite/lichessTools", "url": "https://github.com/Siderite/lichessTools/issues/49" }
gharchive/issue
Import comments in analysis Analysis import is great, but it strips away comments. Find a way to import comments as well. Also, analysis comments don't seem to be sent to study. Can this be solved? Maybe this should be part of https://github.com/Siderite/lichessTools/issues/210 ?
2025-04-01T04:32:46.874398
2015-11-27T11:12:40
119178707
{ "authors": [ "Apercu" ], "license": "WTFPL", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2779", "repo": "Sigsev/Bridge", "url": "https://github.com/Sigsev/Bridge/issues/21" }
gharchive/issue
Toggling help center once prevents you from adding another widget The shouldHelp state value seems to be reseted on the add widget click. https://github.com/Sigsev/Bridge/commit/17952f8a592b5e40ea8bbb0b0a8837acff0e3944
2025-04-01T04:32:46.878030
2021-09-14T11:43:16
995919075
{ "authors": [ "Sija", "bwks" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2780", "repo": "Sija/ipaddress.cr", "url": "https://github.com/Sija/ipaddress.cr/pull/14" }
gharchive/pull-request
Issue 13 wildcard mask Added wildcard_mask method. Resolves #13 I will also update the README @bwks I've merged #15, in which I moved the method into the Prefix32 struct, so you can use it like: ip = IPAddress.new "<IP_ADDRESS>/22" if ip.is_a?(IPAddress::IPv4) ip.prefix.wildcard_mask # => "<IP_ADDRESS>" end Se...
2025-04-01T04:32:46.913239
2015-05-01T08:13:40
72381297
{ "authors": [ "matthiasnoback", "ruudk" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2781", "repo": "SimpleBus/RabbitMQBundleBridge", "url": "https://github.com/SimpleBus/RabbitMQBundleBridge/pull/11" }
gharchive/pull-request
Updated to latest SimpleBus packages See #10 This should be tagged as a new major version. It seems we have been doing the same thing ;) Closing this one now, thanks for reporting!
2025-04-01T04:32:46.972515
2023-11-05T15:02:43
1977826789
{ "authors": [ "A00826925", "FullMetalMaster", "Su5eD" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2782", "repo": "Sinytra/Connector", "url": "https://github.com/Sinytra/Connector/issues/482" }
gharchive/issue
Loading Both forge and fabric version of "Kotlin Language" crashes after beta 21 Mod Name Fabric Language Kotlin Mod Homepage https://modrinth.com/mod/fabric-language-kotlin/changelog Describe the bug In beta 21, im able to load both fabric and forge versions of the api, however from beta 22 onwards, the game crashs ...
2025-04-01T04:32:46.984549
2015-03-09T19:25:55
60396064
{ "authors": [ "SirCmpwn", "fahadash" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2783", "repo": "SirCmpwn/ChatSharp", "url": "https://github.com/SirCmpwn/ChatSharp/pull/22" }
gharchive/pull-request
another whois fix When you whois a user by the nick cased differently than his/her actual nick, the response comes back in the case that is on the server for instance /whois thisisanick will come back as ThisIsANick, thus causing dictionary lookup failure. I am learning github. I couldn't find a way to change 2 fil...
2025-04-01T04:32:46.986277
2016-01-17T18:16:52
127113112
{ "authors": [ "zetok" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2784", "repo": "SirCmpwn/sway", "url": "https://github.com/SirCmpwn/sway/issues/451" }
gharchive/issue
status_command doesn't pass arguments to the command it invokes Or at least it behaves this way. bar { #status_command i3status #status_command mybar #status_command i3blocks -c ~/.i3/i3blocks.conf status_command py3status -c ~/.i3/py3status.conf font pango:Ubuntu Mono, DejaVu Sans Mo...
2025-04-01T04:32:46.990834
2017-09-29T13:58:57
261651299
{ "authors": [ "SirCmpwn", "emersion" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2785", "repo": "SirCmpwn/wlroots", "url": "https://github.com/SirCmpwn/wlroots/pull/170" }
gharchive/pull-request
Improve xwayland, batch 2 See https://github.com/Cloudef/wlc/blob/master/src/xwayland/xwm.c#L135 wlr_xwayland_surface_configure should probably raise an event and let rootston set the x/y. Can you have rootston log the window title when it gets set? Also the class and such. Does it make sense to merge the title a...
2025-04-01T04:32:46.991880
2017-08-14T13:02:45
250024208
{ "authors": [ "SirCmpwn", "martinetd" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2786", "repo": "SirCmpwn/wlroots", "url": "https://github.com/SirCmpwn/wlroots/pull/84" }
gharchive/pull-request
Fixes Had a few more issues Done and added dangling else that just frees if no impl, as I'm adding to others with refactoring Thanks!
2025-04-01T04:32:46.996748
2022-12-11T13:54:32
1490017098
{ "authors": [ "Infernalboy95000", "SirEdvin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2787", "repo": "SirEdvin/UnlimitedPeripheralWorks", "url": "https://github.com/SirEdvin/UnlimitedPeripheralWorks/issues/4" ...
gharchive/issue
Item Count with "item_storage" type is reported as 1 when there's more Minecraft version: 1.19.2 Fabric api: 0.64.0 CC Restitched: 1.101.2 Peripheralium: 0.4.3 Peripheralworks: 0.2.1 Modern Industrialization: 1.3.2 Expanded Storage: 8.0.1 Maybe missing some mod dependencies When using the command "peripheral.wrap("si...
2025-04-01T04:32:46.998839
2021-04-28T17:41:31
870193888
{ "authors": [ "Dreamedc2015", "SirLich" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2788", "repo": "SirLich/json-monster", "url": "https://github.com/SirLich/json-monster/issues/4" }
gharchive/issue
Give Json Monster an online status, explaining what he does. No idea how discord API handles this, but it should say something like "Auto formats your JSON" #5 Fixed in my pr
2025-04-01T04:32:47.044233
2024-08-15T03:45:23
2467330827
{ "authors": [ "Sixze", "jomath229" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2789", "repo": "Sixze/ALS-Refactored", "url": "https://github.com/Sixze/ALS-Refactored/issues/538" }
gharchive/issue
Feet Ik has different behaviour on ramp corners If we climb up a ramp with a 90 degree edge, the pelvis offset is going to be based on the lower foot which will trace the floor or the void. If we creep up on the ramp while keeping one foot outside of it, the body will keep an offset to the foot that's outside the ram...
2025-04-01T04:32:47.046994
2023-12-16T06:47:29
2044635406
{ "authors": [ "OmBeanMC", "Sk8kman" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2790", "repo": "Sk8kman/SongPlayer", "url": "https://github.com/Sk8kman/SongPlayer/pull/6" }
gharchive/pull-request
More correctly parse note velocity and pitch for NBS format Purpose is to make song playback in command and client mode more accurately reflect what you would hear in Note Block Studio changed note velocity range from 0 - 0.787 to 0 - 1 take individual note velocity into account when calculating note volume replaced...
2025-04-01T04:32:47.075029
2022-05-08T21:00:03
1228985695
{ "authors": [ "RogueTech67", "SkiTles55" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2791", "repo": "SkiTles55/SPT-AKI-Profile-Editor", "url": "https://github.com/SkiTles55/SPT-AKI-Profile-Editor/issues/23" }
gharchive/issue
Stash - Adding Items - SEARCH Broken in SPT-AKI Profile Editor Version 2.2 Versions SPT-AKI Server version: 2.3.1 SPT-AKI Profile Editor version: 2.2 List of installed mods: NONE Describe the bug With the creation of new "setup install" version 2.2, "searching" in Stash - Adding Items is NOT working. If you type i...
2025-04-01T04:32:47.106283
2022-10-11T19:31:15
1405129317
{ "authors": [ "WarpWing", "dukio" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2793", "repo": "SkyCryptWebsite/SkyCrypt", "url": "https://github.com/SkyCryptWebsite/SkyCrypt/pull/1718" }
gharchive/pull-request
Switch to PNPM It's faster 🚀 +bonus Now when running pnpm dev it will automatically check that you have the correct dependencies installed (no more need to npm ci when checking out a PR or after pulling commits!) This is now possible because it's simply so fast you won't even notice it ...and it doesn't randomly b...
2025-04-01T04:32:47.189585
2021-01-07T02:50:43
780985469
{ "authors": [ "Budgo", "Phoenix-Starlight", "svr333" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2794", "repo": "Slimefun/Wiki", "url": "https://github.com/Slimefun/Wiki/pull/101" }
gharchive/pull-request
Finish "Resources" Section Added descriptions, recipes and uses for all resources. (Also added a recipe for magnets; I'll probably keep working on more of these.) And again, is craftable through Carbon Press (Electric Machines). I'm sorry, but I can't seem to find what you are referencing here. And again, is c...
2025-04-01T04:32:47.241980
2024-02-13T09:02:53
2131823787
{ "authors": [ "hdlee27", "tpmanley" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2796", "repo": "SmartThingsCommunity/SmartThingsEdgeDrivers", "url": "https://github.com/SmartThingsCommunity/SmartThingsEdge...
gharchive/pull-request
BUG2-1182-fix: hide non functional attribute update Some blind drivers have exposed unnecessary information to history. (bug2-1182) modify the aqara and hansem blind drivers not to show some events (for supportedWindowShadeCommands, supportedInitializedState) Could you fix https://github.com/SmartThingsCommunity/Sm...
2025-04-01T04:32:47.244409
2023-09-11T15:01:15
1890712388
{ "authors": [ "ctowns" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2797", "repo": "SmartThingsCommunity/SmartThingsEdgeDrivers", "url": "https://github.com/SmartThingsCommunity/SmartThingsEdgeDrivers/pull/949"...
gharchive/pull-request
Fix temperature handling when attribute is outside capability range There can be cases where a device reports a color temperature in mired that maps to a kelvin value that is outside our color temperature capability range. Also, receiving a mired value of 0 would result in a divide by zero error. This will attempt to...
2025-04-01T04:32:47.249147
2020-10-14T14:03:05
721489432
{ "authors": [ "bflorian", "smartthingspi", "vl4ds" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2798", "repo": "SmartThingsCommunity/smartthings-core-sdk", "url": "https://github.com/SmartThingsCommunit...
gharchive/pull-request
feat: Added new conditions and actions Updated rule type definitions to reflect newly added features. These features are currently in developer preview and as such have not been documented/made widely available. It's possible that we may make changes to them before adding them to api documentation (unlikely but pos...
2025-04-01T04:32:47.251140
2017-07-03T10:15:44
240128134
{ "authors": [ "dimitrystd", "seletskiy" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2799", "repo": "Smartling/smartling-cli", "url": "https://github.com/Smartling/smartling-cli/issues/28" }
gharchive/issue
Add rename command for files It would be nice to add non popular but useful in some cases command files rename. DoD: smartling-cli files rename <original uri> <new uri> If the original fileuri is not found then write error to stderr and return code=1 I'm not sure about support reading data from stdin. So skip it for...
2025-04-01T04:32:47.306113
2015-02-11T13:11:46
57313767
{ "authors": [ "eugeneia", "lukego" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2801", "repo": "SnabbCo/snabbswitch", "url": "https://github.com/SnabbCo/snabbswitch/issues/368" }
gharchive/issue
Intel driver selftest reliability The Intel10G driver needs to consistently pass selftest on all machines. This issue has been discussed at length on the mailing list, and this Issue is simply to track the lifetime of the bug. Can't wait to close it :-) Here is a log with 100 runs on the current master on interlaken:...
2025-04-01T04:32:47.310528
2015-05-13T14:51:52
76012404
{ "authors": [ "eugeneia", "lukego" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2802", "repo": "SnabbCo/snabbswitch", "url": "https://github.com/SnabbCo/snabbswitch/pull/474" }
gharchive/pull-request
Improve handling of program list (for snabb --help) Several small fixes: Add src/program/programs.inc to gitignore Fix FORCE rule trick in Makefile to ensure it is updated Fix usage printout to program names with punctuation (e.g. example_foo) @lukego Mered into eugeneia:documentation-fixups (am I doing this righ...
2025-04-01T04:32:47.331706
2024-11-20T06:39:56
2674605620
{ "authors": [ "Q2297045667" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2803", "repo": "Snowiiii/Pumpkin", "url": "https://github.com/Snowiiii/Pumpkin/issues/320" }
gharchive/issue
Folia block I've searched existing issues and couldn't find a duplicate. [X] I confirm this is not a duplicate. Is your feature request related to a problem? Please describe. Is there any plan in the future to consider incorporating Folia's block system? In my opinion, Rust's ownership model is ideally suited for t...
2025-04-01T04:32:47.337856
2020-04-22T05:07:40
604459000
{ "authors": [ "jjlawren" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2804", "repo": "SoCo/SoCo", "url": "https://github.com/SoCo/SoCo/issues/715" }
gharchive/issue
Plex metadata issues By viewing the URIs reported by my Sonos when playing back media from Plex, I was able to figure out the URI requirements and start playback on arbitrary tracks. However, I can't get the metadata to display properly by using the various DIDL classes. Are there tricks to getting this working prope...
2025-04-01T04:32:47.353569
2021-12-03T11:44:47
1070505778
{ "authors": [ "PhilDeakin", "dezog" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2805", "repo": "SocialFinanceDigitalLabs/quality-lac-data-beta-validator", "url": "https://github.com/SocialFinanceDigitalLabs/quali...
gharchive/pull-request
Added 626 As above Just the 626 one. Can't work out why this is failing. Hi Phil sorry there's a bit of a backlog at the moment. I'll try and give this one a proper look later today, just tying up some loose ends for release now! At a glance it looks to be ot do with NaT values and 'tz' (timezone info?), ie pro...
2025-04-01T04:32:47.368032
2023-06-02T13:17:58
1738188404
{ "authors": [ "paulsouche" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2806", "repo": "SocialGouv/recosante", "url": "https://github.com/SocialGouv/recosante/issues/86" }
gharchive/issue
White screen when opening modal When the user opens a modal that does not contain an anchor (rumex for example). The code throws an exception and the page becomes white. The issue is due to FocusTrap that expects one tabbable element in the modal. The fix is to replace the close <div> by a close <button> (more semant...
2025-04-01T04:32:47.461005
2017-12-20T21:43:20
283703948
{ "authors": [ "chandrabe", "gjunge", "vishal-dedania" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2808", "repo": "SolrNet/SolrNet", "url": "https://github.com/SolrNet/SolrNet/issues/352" }
gharchive/issue
Not compatible with latest version of Solr 7 SolrNet version is not compatible with latest version of solr 7. Most of the test cases are failing. @vishal-dedania could you provide us with some more detail? Just run the existing test suite with Solr version 7 to see all the errors. @vishal-dedania In Solr 7 th...
2025-04-01T04:32:47.537847
2022-10-15T19:28:33
1410268931
{ "authors": [ "Soumalla-Tarafder" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2809", "repo": "Soumalla-Tarafder/CNN_DEEP_CLASSIFIER", "url": "https://github.com/Soumalla-Tarafder/CNN_DEEP_CLASSIFIER/issues/4" }
gharchive/issue
preparebasemodel [x] retrieve vgg16 [x] add layers and set trainable params [x] save modified model progess done prepare base model
2025-04-01T04:32:47.580694
2024-04-27T15:20:29
2267059801
{ "authors": [ "PatrickKa", "danielschloms" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2812", "repo": "SpaceTeam/STS1_COBC_SW", "url": "https://github.com/SpaceTeam/STS1_COBC_SW/issues/281" }
gharchive/issue
Segmentation violation in LfsRam.test.cpp even though nothing changed Description As seen in #279 and described in this comment, the tests in LfsRam.test.cpp started to cause a segmentation violation for no apparent reason. The code didn't change, and the version of the docker image didn't change either. Furthermore,...
2025-04-01T04:32:47.591412
2021-02-01T22:37:48
798765920
{ "authors": [ "MrCook1es", "RithyNicolasTAN", "spacehuhn" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2813", "repo": "SpacehuhnTech/WiFiDuck", "url": "https://github.com/SpacehuhnTech/WiFiDuck/issues/62" }
gharchive/issue
new .bin official releases Hi big boss, since precompiled .bin v1.0.0 release, you've made several updates to the sources. https://github.com/SpacehuhnTech/WiFiDuck/releases i read that 43 changes have been made, would you like to re-run the sources and publish a .bin v1.0.1? so we can upgrade easily directly from th...
2025-04-01T04:32:47.605874
2023-09-10T17:35:23
1889260996
{ "authors": [ "SpacingBat3", "crabreader", "dreamsyntax", "lambdcalculus", "neondeex" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2814", "repo": "SpacingBat3/WebCord", "url": "https://github.com/Spaci...
gharchive/issue
Can't drop files into webccord Acknowledgements [X] I have checked that there is no other issue describing the same or similar problem that I currently have, regardless if it has been closed or open. [ ] This bug affects Discord website. [X] This issue is confirmed to be reproducible when WebCord is packaged on...
2025-04-01T04:32:47.612654
2024-01-21T16:22:04
2092656429
{ "authors": [ "Spandan-Bhattacharya", "prakharsingh-74" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2815", "repo": "Spandan-Bhattacharya/Solve_it", "url": "https://github.com/Spandan-Bhattacharya/Solve_it/issues/...
gharchive/issue
Adding Images of 44 and 66 sudoku we can add images on the card of 44 sudoku and 66 sudoku to make it more interactive for the user. Kindly please assign me this issue under JWOC The card design implementation is showing some errors. After I finish fixing it, you can work on it then. We have some designs in mind a...
2025-04-01T04:32:47.638007
2022-06-25T23:13:00
1284740072
{ "authors": [ "leizhao3", "swatty007" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2817", "repo": "SpectacularAI/sdk-examples", "url": "https://github.com/SpectacularAI/sdk-examples/issues/27" }
gharchive/issue
mapping_visu.py not runing I'm not able to run mapping_visu.py with the following error. Python 3.9.13 Windows USB speed low but sufficient to run vio_jsonl.py, vio_visu.pypen_3d.py. python .\mapping_visu.py Starting OAK-D device Close the window to stop mapping SpectacularAI DEBUG: auto-scaling camera calibration ...
2025-04-01T04:32:47.658140
2016-02-24T20:11:07
136174001
{ "authors": [ "csanders-git", "mgaulton" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2818", "repo": "SpiderLabs/ModSecurity", "url": "https://github.com/SpiderLabs/ModSecurity/issues/1085" }
gharchive/issue
whitelisting an ip/network issue I have recently rebuilt an Opensuse leap 42.1 box and realized apache was broken. i reinstalled apache2 and mod_security2 from packages and started configuring. Not sure how to crrect this. My googlefu is failing me. Trying to add exceptions for my local hosts as below, gives me "Feb ...
2025-04-01T04:32:47.663964
2019-09-27T13:02:47
499433220
{ "authors": [ "taladar", "tomsommer" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2819", "repo": "SpiderLabs/ModSecurity", "url": "https://github.com/SpiderLabs/ModSecurity/issues/2172" }
gharchive/issue
Confusing behaviour with variable remote_addr (behaviour depends on mod_remoteip being loaded) We are using mod_rpaf to populate useragent_ip (the C source variable in the request record) among other things that mod_remoteip completely ignores (HTTPS, Port,...). We have been using this setup for years and it works fo...
2025-04-01T04:32:47.675714
2020-05-28T12:21:18
626465139
{ "authors": [ "dmdashenkov" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2820", "repo": "SpineEventEngine/core-java", "url": "https://github.com/SpineEventEngine/core-java/pull/1278" }
gharchive/pull-request
Kotlin Gradle scripts In this PR we migrate all Gradle scripts to Kotlin. We also start checking that the current version of the core library is not yet published to the Maven repository. As a rule, we only need to check one module per Git repository. @armiol, PTAL. @armiol, PTAL again.
2025-04-01T04:32:47.703295
2020-05-28T01:02:36
626136288
{ "authors": [ "dualspiral", "windy1" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2821", "repo": "SpongePowered/SpongeAPI", "url": "https://github.com/SpongePowered/SpongeAPI/issues/2122" }
gharchive/issue
Upgrade Guice to version 4.2.3 This will allow developers to utilize new features, namely OptionalBinder, which is really nice. <3 https://github.com/SpongePowered/SpongeAPI/pull/2182 We had to revert this for the reasons in that PR. We won't be updating until Mojang updates the version of Guava they use internally...
2025-04-01T04:32:47.706578
2020-06-28T06:51:39
646856044
{ "authors": [ "Zidane", "gabizou" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2822", "repo": "SpongePowered/SpongeCommon", "url": "https://github.com/SpongePowered/SpongeCommon/issues/2869" }
gharchive/issue
Update WorldGenBigMushroomMixin_API from core:invalid Located in: core:invalid Part of: feature This is part of the upgrade process for Sponge and is likely involving some work and investigation. Advice and tips include: Sometimes things are just a simple method name change Might be a new class or field Understandin...
2025-04-01T04:32:47.710258
2016-08-06T16:24:41
169754183
{ "authors": [ "Flibio", "gabizou" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2823", "repo": "SpongePowered/SpongeCommon", "url": "https://github.com/SpongePowered/SpongeCommon/issues/875" }
gharchive/issue
BlockSnapshot creator is always empty Whenever using the getCreator method on a BlockSnapshot, the creator always not present, even if I just placed the block. The BlockSnapshot was retrieved from a transaction from the ChangeBlockEvent.Break. This was tested on SpongeForge build 1655. @Flibio Can you re-test on la...
2025-04-01T04:32:47.733160
2016-02-09T19:35:52
132511855
{ "authors": [ "Nathan1852", "SquidDev" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2824", "repo": "SquidDev-CC/CC-Tweaks", "url": "https://github.com/SquidDev-CC/CC-Tweaks/issues/86" }
gharchive/issue
LuaJ graphic problems After I enabled LuaJs compiling to Java bytecode, I got some wierd graphics problems: The text I type in doesn't show up, and the suggestions for what to type are messed up Text I print out with print() is fine though I'm moving this to the LuaJC repo as it is a bug there. I'll post something...
2025-04-01T04:32:47.742504
2022-09-01T17:27:45
1359181216
{ "authors": [ "chigozienri", "cruhl", "jakiestfu" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2825", "repo": "Stability-AI/stability-sdk", "url": "https://github.com/Stability-AI/stability-sdk/pull/24" }
gharchive/pull-request
feat(): add link to typescript client I created a TS client that leverages the protobuff generated files of this repo. Figured I'd share a link. The CLI was mirrored after the Python Client as well. @dmarx Any interest in merging this? https://github.com/Stability-AI/awesome-stability/blob/main/README.md ^ Just c...
2025-04-01T04:32:47.752733
2019-06-06T17:07:43
453143677
{ "authors": [ "JuliaRegistrator", "goedman" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2826", "repo": "StanJulia/CmdStan.jl", "url": "https://github.com/StanJulia/CmdStan.jl/issues/45" }
gharchive/issue
@JuliaRegistrator register() v5.0.4 @JuliaRegistrator register() v5.0.4 Registration pull request created: JuliaRegistries/General/1231 After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version. This will be done automatically if Julia TagB...
2025-04-01T04:32:47.769801
2024-02-05T19:05:45
2119271187
{ "authors": [ "apryakhin", "lightsighter", "syamajala" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2827", "repo": "StanfordLegion/legion", "url": "https://github.com/StanfordLegion/legion/issues/1633" }
gharchive/issue
Realm: Assertion `(level_needed <= n->level) && (index >= n->first_index) && (index <= n->last_index)' failed I am seeing the following crash with S3D: realloc(): invalid pointer Legion process received signal 6: Aborted Process 2375256 on node g0003.stanford.edu is frozen! s3d.x: /scratch2/seshu/legion_s3d_tdb/legio...
2025-04-01T04:32:47.786561
2022-01-10T11:17:42
1097774461
{ "authors": [ "Dshadowzh", "SaintBacchus", "imay" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2829", "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/issues/2747" }
gharchive/issue
Add toStartOfFiveMinute or similar functions in StarRocks Clickhouse function toStartOfFiveMinute and toStartOfTenMinutes are offen been used by BI user, but StarRocks only support the toStartOfMinute by using date_trunc('minute', datetime_field). Is there any plan to imlp these function? If not, can I add some new...
2025-04-01T04:32:47.792918
2022-12-29T03:25:51
1513336078
{ "authors": [ "sevev", "wanpengfei-git" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2830", "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/15959" }
gharchive/pull-request
[BugFix] Fix be crash because of dropping tablet What type of PR is this: [x] BugFix [ ] Feature [ ] Enhancement [ ] Refactor [ ] UT [ ] Doc [ ] Tool Which issues of this PR fixes : Fixes https://github.com/StarRocks/starrocks/issues/15957 Problem Summary(Required) : When we try to drop tablet(by manual or after ...
2025-04-01T04:32:47.797771
2023-03-30T05:24:08
1646939610
{ "authors": [ "evelynzhaojie" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2831", "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/20629" }
gharchive/pull-request
[Doc] remove other query_type from resource group Branch 2.4 What type of PR is this: [ ] BugFix [ ] Feature [ ] Enhancement [ ] Refactor [ ] UT [x] Doc [ ] Tool Which issues of this PR fixes : Fixes # Problem Summary(Required) : Checklist: [ ] I have added test cases for my bug fix or my new feature [ ] This pr...
2025-04-01T04:32:47.811492
2024-05-11T01:50:25
2290588166
{ "authors": [ "LiShuMing", "binlijin" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2832", "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/45457" }
gharchive/pull-request
[BugFix] auto_refresh_partitions_limit not correct work when partition type is… … datetime Why I'm doing: What I'm doing: Fixes #issue What type of PR is this: [ ] BugFix [ ] Feature [ ] Enhancement [ ] Refactor [ ] UT [ ] Doc [ ] Tool Does this PR entail a change in behavior? [x] Yes, this PR will result in a cha...
2025-04-01T04:32:47.825726
2022-05-27T11:15:42
1250647554
{ "authors": [ "ZiheLiu", "wanpengfei-git" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2833", "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/6630" }
gharchive/pull-request
[WIP] [Feature] Support parallel scan on tablet for merge/agg table What type of PR is this: [ ] bug [x] feature [ ] enhancement [ ] refactor [ ] others Which issues of this PR relates: Relates #6110. Problem Summary: TODO. [FE PR Coverage check] :heart_eyes: pass : 4 / 4 (100.00%) file detail path covered ...
2025-04-01T04:32:47.831237
2022-07-12T01:16:42
1301412427
{ "authors": [ "caneGuy", "wanpengfei-git" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2834", "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/8562" }
gharchive/pull-request
[Feature][WIP] Support conditional update for primary key What type of PR is this: [ ] bug [x] feature [ ] enhancement [ ] refactor [ ] others Which issues of this PR fixes : Fixes # Problem Summary(Required) : @decster @sevev could you help review this poc pr? thanks Just use fix column name and do not consi...
2025-04-01T04:32:47.847835
2024-01-21T16:05:05
2092649519
{ "authors": [ "Constellation-VASCO" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2835", "repo": "Starfield-Community-Patch/Starfield-Community-Patch", "url": "https://github.com/Starfield-Community-Patch/Starfield-Com...
gharchive/issue
Outpost Tutorial Objective Display after NG+ When you entered NG+ the first time and any time after, the Outpost Building Tutorial would show up again in your quest log, but could never be finished. The reason for that was a wrong "stop the quest" setup in the "outposttutorialscript.psc", on the corresponding quest i...
2025-04-01T04:32:47.854700
2022-08-20T19:55:42
1345273716
{ "authors": [ "Curve", "ToRRent1812" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2836", "repo": "Starz0r/AreWeAntiCheatYet", "url": "https://github.com/Starz0r/AreWeAntiCheatYet/issues/697" }
gharchive/issue
Add Battalion: Legacy Game Title Battalion: Legacy Game Website https://store.steampowered.com/app/489940/BATTALION_Legacy/ Anti-Cheat Software Other Status of the Anti-Cheat 👍 Running Tinkering Steps No response Proof of Mention Lead dev confirmed on twitch stream the game no longer has EasyAntiCheat protection mak...
2025-04-01T04:32:47.858306
2021-05-18T22:41:39
894838748
{ "authors": [ "ninjaginja" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2837", "repo": "State-of-the-Edge/lfedge-landscape", "url": "https://github.com/State-of-the-Edge/lfedge-landscape/pull/425" }
gharchive/pull-request
added Foxconn to OEM category Already listed in General Members section, but was missing from the category listings. @bprestonlf I added Foxconn to the OEM section. They were listed in the 'Supply Chain' category on v1, so not super descriptive. If there's a more appropriate category, just let me know.
2025-04-01T04:32:47.859499
2023-01-27T17:31:50
1560140128
{ "authors": [ "KaneFreeman", "denyskon" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2838", "repo": "StaticJsCMS/static-cms", "url": "https://github.com/StaticJsCMS/static-cms/issues/446" }
gharchive/issue
Website down? The title is self-explanatory : ) I get a 404 when trying to access staticcms.org This is resolved now. I was messing with the build process earlier and didn't realize I broke it 😅
2025-04-01T04:32:47.866447
2023-02-20T14:01:43
1591925511
{ "authors": [ "enchained", "xPaw" ], "license": "Unlicense", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2839", "repo": "SteamDatabase/steamdb.info-issues", "url": "https://github.com/SteamDatabase/steamdb.info-issues/issues/773" }
gharchive/issue
Some discounts ending earlier than the time suggested by the Sales page I encountered this multiple times during the last few months. The latest example is ChromaGun. I always sort the sales page by Ends in to see which sales ending in the next 24h, and ChromaGun definitely wasn't on top of the sorted table when I ch...
2025-04-01T04:32:47.871437
2020-11-28T20:02:09
752757116
{ "authors": [ "TheAnachronism" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2840", "repo": "SteeltoeOSS/Steeltoe", "url": "https://github.com/SteeltoeOSS/Steeltoe/issues/531" }
gharchive/issue
Cannot get instances with IDiscoveryClient with consul Question I'm using consul as service discovery and am trying to get the service with the service name. As I understand it I should be able to inject IDiscoveryClient and get the url with client.GetInstances() I get some names with client.Services but even if I us...
2025-04-01T04:32:47.876285
2021-06-25T18:16:01
930400169
{ "authors": [ "TimHess", "mzakrzewski" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2841", "repo": "SteeltoeOSS/Steeltoe", "url": "https://github.com/SteeltoeOSS/Steeltoe/issues/704" }
gharchive/issue
Possible exception on configuration reload - Collection was modified; enumeration operation may not execute. Describe the bug I'm currently researching an invalid operation exception in an application when binding configuration. I haven't conclusively narrowed it down but my research so far raises concern for how the...
2025-04-01T04:32:47.895963
2023-11-22T01:00:05
2005381260
{ "authors": [ "SteffenPL", "lmiq" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2842", "repo": "SteffenPL/SpatialHashTables.jl", "url": "https://github.com/SteffenPL/SpatialHashTables.jl/issues/4" }
gharchive/issue
BoundsError: attempt to access 2-element Vector{Int64} at index [53] I'm trying to run a variation of your benchmark test, but I'm getting an error in the construction of the BoundedHashTable structure: julia> bht = BoundedHashTable(X, r, ones(Dim)) ERROR: BoundsError: attempt to access 2-element Vector{Int64} at ind...
2025-04-01T04:32:47.941462
2023-02-13T11:42:37
1582193590
{ "authors": [ "darth-aragoth", "maslyankov" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2843", "repo": "StephanJoubert/home_assistant_solarman", "url": "https://github.com/StephanJoubert/home_assistant_sol...
gharchive/issue
Sofar 8.8KLT-X - all entities unavailable Integration (sofar_lsw3.yaml) worked for a long time, but after last update all entities became unavailable. In logs I see warnings and errors: Logger: custom_components.solarman.solarman Source: custom_components/solarman/solarman.py:175 Integration: Solarman ([documentation...
2025-04-01T04:32:47.945646
2023-07-05T11:27:37
1789354664
{ "authors": [ "UncleRiot", "idl0r", "new-issue" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2844", "repo": "StephanJoubert/home_assistant_solarman", "url": "https://github.com/StephanJoubert/home_assis...
gharchive/issue
inverter definition deye_2mppt.yaml not available/existant (HACS installation) Hi, thanks for providing this integration! Unfortunately, I have a problem with the setup with HACS. In the folder inverter_definitions the file deye_2mppt.yaml is missing. Therefore of course also in the selection menu when configuring th...
2025-04-01T04:32:47.967468
2021-11-25T18:20:12
1063848079
{ "authors": [ "Prasundas99", "Steve-Junior", "daniego" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2847", "repo": "Steve-Junior/tawkto-react", "url": "https://github.com/Steve-Junior/tawkto-react/issues/26" }
gharchive/issue
Incompatible with react@17x I am getting same error with npm install tawkto-react --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While<EMAIL_ADDRESS>npm ERR! Found<EMAIL_ADDRESS>npm ERR! node_modules/react npm ERR<EMAIL_ADDRESS>from the root project npm E...
2025-04-01T04:32:47.987844
2018-07-12T09:31:24
340559980
{ "authors": [ "amoldumbre", "apoorv1997" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2848", "repo": "SteveDunlap13/MaterialTimeControl", "url": "https://github.com/SteveDunlap13/MaterialTimeControl/issues/22" }
gharchive/issue
Error in flex-layout cant resolve '@angular/flex-layout' in 'node_modules/ng5-time-picker/src/app/components/w-mat-timepicker' Error appearing in Angular 5: ./node_modules/angular5-time-picker/src/material-time-control.module.js Module not found: Error: Can't resolve '@angular/flex-layout' in '\node_modules\angular...
2025-04-01T04:32:48.003924
2015-12-13T22:40:06
121949743
{ "authors": [ "Stickymaddness", "dirty1986" ], "license": "Artistic-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2849", "repo": "Stickymaddness/Procurement", "url": "https://github.com/Stickymaddness/Procurement/issues/288" }
gharchive/issue
No Loading [13-12-2015 15:36] Error downloading stash for Standard, exception details: System.Net.WebException: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse() at POEApi.Transport.HttpTransport.GetStash(Int32 index, String league, Boolean refresh) at POEApi...
2025-04-01T04:32:48.012316
2024-02-18T15:29:41
2141042896
{ "authors": [ "Frooodle", "noseshimself", "ovidius1980" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2850", "repo": "Stirling-Tools/Stirling-PDF", "url": "https://github.com/Stirling-Tools/Stirling-PDF/issues/...
gharchive/issue
Feature request: Add QR and/or other barcode stamps. Would it be possible to integrate generating QR codes and stamping documents with them (in selectable sizes), too? It would be possible but to add it as a main feature id want to know the reason for it / usecase and how others would use it etc If its a odd one of...
2025-04-01T04:32:48.024702
2023-08-25T13:40:42
1867081312
{ "authors": [ "cerium1925", "stestoll" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2851", "repo": "StollLab/EasySpin", "url": "https://github.com/StollLab/EasySpin/issues/303" }
gharchive/issue
add a column for the gyromagnetic ratio in isotopoes function ? It is recommended to separately add a column for the gyromagnetic ratio in isotopoes function. https://www.kherb.io/docs/nmr_table .html Good suggestion!
2025-04-01T04:32:48.029002
2016-03-31T09:27:52
144841526
{ "authors": [ "F483" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2852", "repo": "Storj/storjnet", "url": "https://github.com/Storj/storjnet/issues/7" }
gharchive/issue
Limit fifo buffer size to prevent memory attacks. Currently each stream has a fifo buffer that grows as needed, but is not limited. This make it possible to fill a nodes memory if it is not cleared fast enough. The buffer should have a max size and once it is reached writing to it should fail (return 0 bytes written)...
2025-04-01T04:32:48.045989
2023-12-26T19:06:33
2056641115
{ "authors": [ "ellennelson10", "jessicagood" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2853", "repo": "StraboSpot/StraboSpot2", "url": "https://github.com/StraboSpot/StraboSpot2/issues/524" }
gharchive/issue
Sketch shortcut does not work in Small Screens When creating a spot using the sketch shortcut button, a new spot is created and the notebook opens. However, the sketch tool does not open as it should. On an iPhone running iOS 17.1.2. StraboSpot version 2.0.0 Fixed with commit 465e8f8d180f37c889ffd1a063341c056c1aedc...
2025-04-01T04:32:48.141050
2022-11-15T15:38:34
1449984758
{ "authors": [ "Shinx02", "Sturalke", "hikarievo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2856", "repo": "Sturalke/FauxHollowsProbabilisticSolver", "url": "https://github.com/Sturalke/FauxHollowsProbabilis...
gharchive/issue
Fox Sightings issue in pattern C→ Strategy: any Fox Sightings: checked Issue: After blocked all 5 blocks in pattern C→, only the top 2 blocks are retained, the left 3 blocks changing to the foxes as well as other possible foxes. have had the same issue with C↓ Following some screen shots: https://imgur.com/a/IKj3V...
2025-04-01T04:32:48.158623
2022-10-14T06:33:38
1408840123
{ "authors": [ "Subhradeep10", "sharyu04" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2857", "repo": "Subhradeep10/Amazing_Web_Projects", "url": "https://github.com/Subhradeep10/Amazing_Web_Projects/issues/81" }
gharchive/issue
Random Quote Generator using Javascript Please assign me this issue @sharyu04 Assign to you Thank you @Subhradeep10 . I have created the pull request.
2025-04-01T04:32:48.162781
2022-07-19T15:11:46
1309672100
{ "authors": [ "Roshani9731", "Subhradeep10", "mdnazisharman2803", "yk3066" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2858", "repo": "Subhradeep10/DevAcademy", "url": "https://github.com/Subhradeep10/Dev...
gharchive/issue
Update the logo @Subhradeep10 Can I work on this ? I am still trying. I have to change app icon write? @Roshani9731 Yes If this issue is unassigned can i work on it, although there was a problem with running the app on emulator on android studio. @yk3066 Sure go ahead, assigned to you Logo added to ...
2025-04-01T04:32:48.170341
2017-12-16T11:12:00
282616684
{ "authors": [ "FichteFoll", "braver", "deathaxe", "kaste" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2859", "repo": "SublimeLinter/SublimeLinter3", "url": "https://github.com/SublimeLinter/SublimeLinter3/i...
gharchive/issue
[next] Diagnostics panel renders <0x0d> at the end of each line ST 3156 x64 Win 10 x64 1709 SL 4.0 beta pylint Of course pylint doesn't want to cooperate on my system. Looks like the pylint plugin is in need of some attention too.... why are there so many linters for python? Could it be that it is picking up a w...
2025-04-01T04:32:48.208102
2019-10-28T14:34:01
513343468
{ "authors": [ "AurelienGasser" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2860", "repo": "SubstraFoundation/substra-chaincode", "url": "https://github.com/SubstraFoundation/substra-chaincode/pull/4" }
gharchive/pull-request
Generic tuples Composite [x] Creation of a new structure used for “inputting” a new compositetraintuple [ ] Creation of a new structure corresponding to elements stored in the ledger for a given compositetraintuple [ ] Creation of a new structure used for “outputting” a compositetraintuple [ ] Creation of a smart co...
2025-04-01T04:32:48.219610
2023-10-06T19:29:18
1930827571
{ "authors": [ "FayCarsons", "Sudha247" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2861", "repo": "Sudha247/ocaml-joy", "url": "https://github.com/Sudha247/ocaml-joy/pull/24" }
gharchive/pull-request
Adding Line shape Created a line type, constructor, added to render_shape, and created an example of its use Thanks for the contribution!
2025-04-01T04:32:48.223259
2024-02-06T16:29:29
2121210136
{ "authors": [ "nonprofittechy" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2862", "repo": "SuffolkLITLab/docassemble-AssemblyLine", "url": "https://github.com/SuffolkLITLab/docassemble-AssemblyLine/issues/821" }
gharchive/issue
In some instances, the display title of a saved session will be different than what you get when you click to rename it It's somehow doing something different than it does to display the title on the previous screen, in session_list_html. This code is likely what differs: url_ask_rename = url_ask( ...
2025-04-01T04:32:48.231827
2024-06-19T07:21:36
2361540779
{ "authors": [ "Saipradyumnagoud", "Sulagna-Dutta-Roy" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2863", "repo": "Sulagna-Dutta-Roy/GGExtensions", "url": "https://github.com/Sulagna-Dutta-Roy/GGExtensions/issues/...
gharchive/issue
Add morse code Extension Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. I am not getting to understand the morse code language Describe the solution you'd like A clear and concise description of what you want to happen. I will add a morse code co...
2025-04-01T04:32:48.233250
2024-07-09T23:08:05
2399387091
{ "authors": [ "Khushi-Pushkar", "Sulagna-Dutta-Roy" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2864", "repo": "Sulagna-Dutta-Roy/GGExtensions", "url": "https://github.com/Sulagna-Dutta-Roy/GGExtensions/issues/22...
gharchive/issue
[New Game]: Align 4 Game Description The logic of the game is basically there is computer and player so we are the player the main task of the player is to stop computer to align 4 balls horizontally or vertically or zigzagcally straight order. Start the game by clicking on start and then press the grid. Your aim is...
2025-04-01T04:32:48.300478
2023-12-21T22:37:34
2053137866
{ "authors": [ "emmjohnson" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2892", "repo": "SumoLogic-Labs/sumologic-go-sdk", "url": "https://github.com/SumoLogic-Labs/sumologic-go-sdk/issues/19" }
gharchive/issue
400 when using timeRange.type CompleteLiteralTimeRange Sending request with the sdk - { "queries": [ { "rowId": "A", "query": "metric=kube_pod_container_status_restarts_total | rate counter over 1m | eval _value * 60 | sum by namespace, pod, container", "quantization": 60000, "rollup": "...
2025-04-01T04:32:48.304136
2024-02-09T08:43:06
2126700797
{ "authors": [ "kimsauce", "salvatoremosca" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2893", "repo": "SumoLogic/sumologic-documentation", "url": "https://github.com/SumoLogic/sumologic-documentation/pull/3647" }
gharchive/pull-request
Removed CSS rule for DocCardList that hid the top border on hover in dark theme. PLEASE READ Following a recent back-end update, all contributors with a local clone or fork of our repository are required to run yarn install. This does not apply to direct page edits. [x] Yes, I've run yarn install [ ] No, does not ap...
2025-04-01T04:32:48.306907
2024-07-29T23:45:57
2436604957
{ "authors": [ "kimsauce" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2894", "repo": "SumoLogic/sumologic-documentation", "url": "https://github.com/SumoLogic/sumologic-documentation/pull/4368" }
gharchive/pull-request
Formatting fixes - OTEL Traces Instrumentation Purpose of this pull request Formatting fixes - OTEL Traces Instrumentation Select the type of change [x] Minor Changes - Typos, formatting, slight revisions [ ] Update Content - Revisions, updating sections [ ] New Content - New features, sections, pages, tutorials [ ...
2025-04-01T04:32:48.309257
2024-10-23T15:42:46
2609066981
{ "authors": [ "ankurch627", "himanshu219" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2895", "repo": "SumoLogic/sumologic-documentation", "url": "https://github.com/SumoLogic/sumologic-documentation/pull/4684" }
gharchive/pull-request
Azure web app server farm doc changes Purpose of this pull request This pull request... Select the type of change [ ] Minor Changes - Typos, formatting, slight revisions [x] Update Content - Revisions, updating sections [x] New Content - New features, sections, pages, tutorials [ ] Site and Tools - .clabot, versio...
2025-04-01T04:32:48.369971
2022-01-24T00:16:23
1112030555
{ "authors": [ "ebdavison", "kenjibailly" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2896", "repo": "SuperChamp234/habitica-sync", "url": "https://github.com/SuperChamp234/habitica-sync/issues/26" }
gharchive/issue
Buttons giving errors and making plugin crash when "Show Task Descriptions" setting is enabled Buttons that give error below: Dailies: Not due Habits To Do's I am getting the same error.
2025-04-01T04:32:48.377173
2023-10-31T15:54:26
1970782903
{ "authors": [ "DhanushNehru", "blythed", "jieguangzhou" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2897", "repo": "SuperDuperDB/superduperdb", "url": "https://github.com/SuperDuperDB/superduperdb/pull...
gharchive/pull-request
Convert LICENSE File to Markdown (.md) Format Changes Made: Converted the existing 'LICENSE' file to the Markdown (.md) format for improved readability and formatting. Additional Information: This change aims to make the license file more accessible and user-friendly by using the Markdown format, which is widely supp...
2025-04-01T04:32:48.398334
2021-01-05T10:53:07
784201651
{ "authors": [ "SuperOfficeDevNet", "digitaldiina" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2898", "repo": "SuperOfficeDocs/superoffice-docs", "url": "https://github.com/SuperOfficeDocs/superoffice-docs/issues/...
gharchive/issue
Rehome activate-custom-application form and update incoming links https://community.superoffice.com/en/developer/create-apps/resources/activate-custom-application/ from SuperOfficeDocs/online-development#8 Where should the form live until the developer portal is up? https://community.superoffice.com/activate-custom...
2025-04-01T04:32:48.428424
2024-10-03T13:59:47
2564147381
{ "authors": [ "rajveeerr" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2899", "repo": "SurajPratap10/Imagine_AI", "url": "https://github.com/SurajPratap10/Imagine_AI/pull/1129" }
gharchive/pull-request
Fix: Sidebar Collapse via Hamburger Menu on Smaller Screens This pull request addresses the issue of the sidebar not collapsing when clicking the Hamburger Menu again on smaller screens. Fixed the issue where the sidebar did not close when clicking the Hamburger Menu for the second time. Fixes: Fixes issue #1126 ...
2025-04-01T04:32:48.432337
2015-08-16T13:41:08
101265793
{ "authors": [ "Suseika" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2900", "repo": "Suseika/inflectible", "url": "https://github.com/Suseika/inflectible/issues/99" }
gharchive/issue
Get rid of TextTemplateBuilder TextTemplateBuilder was introduced because the content of TextTemplate's body was considered heterogeneous. It was a list of either Placeholders or plain text, and I thought it is not worth it to unify those under a single interface (see #74). Now I see that it is worth it. The interfac...
2025-04-01T04:32:48.452005
2018-06-29T16:03:30
337054491
{ "authors": [ "BlackPhrase", "SuzuNakamura" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2901", "repo": "SuzuNakamura/Kagami", "url": "https://github.com/SuzuNakamura/Kagami/pull/30" }
gharchive/pull-request
Initial CMake support Currently only supports building for main Kagami app, sample plugin is packed to you should unpack it if you want it to be supported too Can't say about VS, but buildable by MinGW on Windows Thanks for pull request!I'm preparing for exams now so I will continue working after that.
2025-04-01T04:32:48.460611
2024-08-21T21:47:18
2479204838
{ "authors": [ "Swapdevs" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2902", "repo": "Swapdevs/skills-review-pull-requests", "url": "https://github.com/Swapdevs/skills-review-pull-requests/pull/1" }
gharchive/pull-request
Update the game over message Update the game over message so people know how to play again! Another pull request made Pull request done
2025-04-01T04:32:48.470994
2020-11-28T19:08:08
752747469
{ "authors": [ "ScottRobbins" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2903", "repo": "SwiftBuildTools/Changes", "url": "https://github.com/SwiftBuildTools/Changes/issues/55" }
gharchive/issue
Add ability to query Changs by id I added an id concept my changes. Now I'd like for you to be able to query by id in the CLI Also will want to benchmark how long it will take on a large codebase and see if I need to document that it has to search for the file by id.
2025-04-01T04:32:48.490706
2017-02-20T00:03:58
208758251
{ "authors": [ "AliSoftware", "djbe" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2905", "repo": "SwiftGen/templates", "url": "https://github.com/SwiftGen/templates/pull/24" }
gharchive/pull-request
Configure CircleCI Fixes #20, keep track of https://github.com/SwiftGen/StencilSwiftKit/pull/20 for any changes that need to be copied here. @AliSoftware To get faster builds, we could only compile the output files if they've changed, and only those that have changed. Or would that be too much of an optimisation? ...
2025-04-01T04:32:48.497925
2017-10-22T11:03:23
267455464
{ "authors": [ "SwifterSwiftBot", "omaralbeik" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2906", "repo": "SwifterSwift/SwifterSwift", "url": "https://github.com/SwifterSwift/SwifterSwift/pull/293" }
gharchive/pull-request
Update slack badge Fixes #292 1 Message :book: Thank you for submitting a pull request to SwifterSwift. The team will review your submission as soon as possible. Generated by :no_entry_sign: Danger
2025-04-01T04:32:48.502520
2017-12-22T22:21:39
284261914
{ "authors": [ "SwifterSwiftBot", "nathanbacon" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2907", "repo": "SwifterSwift/SwifterSwift", "url": "https://github.com/SwifterSwift/SwifterSwift/pull/341" }
gharchive/pull-request
Applying attributes to regex patterns and substrings These methods apply attributes to regex patterns or substrings. They can be used to highlight emails/websites, names, etc... Checklist [x] I checked the Contributing Guidelines before creating this request. [x] New extensions are written in Swift 4. [x] New ext...
2025-04-01T04:32:48.508144
2016-11-17T03:58:40
189930205
{ "authors": [ "MrLoveQD", "ldiqual", "olejorgensen" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2908", "repo": "SwiftyJSON/SwiftyJSON", "url": "https://github.com/SwiftyJSON/SwiftyJSON/issues/724" }
gharchive/issue
Parse json array in swift 3 Hi. I have a json: { "code":1, "message":"success", "data":[ { "fullName":"John", "gender":"male", "age":20 }, { "fullName":"Kane", "gender":"male", "age":22 }, { "fullName":"Kane", "gender":"male", "age":22 } ] } To get data json, in swift 2.3, i used: if let dataJson: JSON = json["data"...
2025-04-01T04:32:48.513660
2015-09-27T13:02:57
108533428
{ "authors": [ "amcdnl", "katrotz" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2909", "repo": "Swimlane/angular-data-table", "url": "https://github.com/Swimlane/angular-data-table/issues/83" }
gharchive/issue
Column defaults prop from name using CamelCase I've bumped into a problem when getting the data from a source with properties in camel case and upper case first letter. Eg: {"CustomerId": 1} If the prop is not set on the column in options, then it gets calculated from the column name (in my case it becomes customerId...
2025-04-01T04:32:48.515510
2021-11-12T11:02:33
1051840137
{ "authors": [ "RaivoKoot", "hust-nj" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2910", "repo": "SwinTransformer/Video-Swin-Transformer", "url": "https://github.com/SwinTransformer/Video-Swin-Transformer/i...
gharchive/issue
Inaccessible Download Links The download links for Kinetics 400 pretrained models are on pan.baid.com. Many people are not able to download these at all because you need to create an account (with a phone number) to download files from that site. If you are in germany or the UK, like me, it is not possible to create ...
2025-04-01T04:32:48.522236
2024-05-02T12:31:10
2275424823
{ "authors": [ "GuffyG", "maxim-chipeev", "oonoo", "ynnckcmprnl" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:2911", "repo": "Swinject/Swinject", "url": "https://github.com/Swinject/Swinject/issues/560" }
gharchive/issue
Version 2.8.8 is broken in SPM I noticed the 2.8.8 tag has been moved from 1ed342bd22d877f8dc4765f186659b9734f04865 to<PHONE_NUMBER>991bc271d366205d98713696d65a1f. I'm unable to update to 2.8.8 in Xcode using SPM: Revision<PHONE_NUMBER>991bc271d366205d98713696d65a1f for swinject remoteSourceControl https://github.co...