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
703844433
Run the CheckVersionIncrement only during Pull Request builds This PR modifies the IncrementGuard to run version increment check only during Travis Pull Request jobs. The checkVersionIncrement task will no longer be executed: during local builds; for merge commits; when building individual branches; during any other...
gharchive/pull-request
2020-09-17T19:15:39
2025-04-01T06:43:04.276135
{ "authors": [ "dmdashenkov", "dmitrykuzmin" ], "repo": "SpineEventEngine/config", "url": "https://github.com/SpineEventEngine/config/pull/141", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1052096067
add an "external" flag to mark styles exclusively mintable on L2 if a style is marked as "minted on L2", minting on mainnet is disallowed. Minting works only on L2 and assets can be bridged to L1 https://zksync.io/dev/nfts.html#overview https://developer.offchainlabs.com/docs/bridging_assets
gharchive/issue
2021-11-12T15:39:06
2025-04-01T06:43:04.279274
{ "authors": [ "elmariachi111" ], "repo": "SpliceNFT/splicenft", "url": "https://github.com/SpliceNFT/splicenft/issues/116", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
234738169
Remove PHP-Crypto As GCM algorithm is part of the PHP 7.1 core, the support for this extension should be removed. Done
gharchive/issue
2017-06-09T06:59:09
2025-04-01T06:43:04.280129
{ "authors": [ "Spomky" ], "repo": "Spomky-Labs/jose", "url": "https://github.com/Spomky-Labs/jose/issues/169", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
197706185
CollideBlockEvent.Impact should work on non-projectile entities. All the entities can be projectiles, it only depends on the usage we have of them. For example, I need to launch an Item like a Projectile (with a Player as the ProjectileSource) and I need to listen to CollideBlockEvent.Impact but its only called for P...
gharchive/issue
2016-12-27T13:53:13
2025-04-01T06:43:04.290066
{ "authors": [ "SimonBHB", "Yeregorix", "codeHusky", "ryantheleach", "simon816" ], "repo": "SpongePowered/SpongeAPI", "url": "https://github.com/SpongePowered/SpongeAPI/issues/1444", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
119150444
There isn't a way to obtain the root world directory until worlds load. Calling Game#getSavesDirectory() just returns the root directory of the server. It would be nice to have a method that gives me the root world directory before the world loads, so that I can actually do some meaningful loading of data that has to...
gharchive/issue
2015-11-27T08:20:50
2025-04-01T06:43:04.308113
{ "authors": [ "JBYoshi", "ST-DDT", "Zidane", "bloodmc", "gravityfox", "simon816" ], "repo": "SpongePowered/SpongeCommon", "url": "https://github.com/SpongePowered/SpongeCommon/issues/292", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
496599635
Fire event when Item Entity Expires Should resolve 1/2 of #1584 Full disclosure I had no idea what I'm doing. I just tinkered with it until it worked (with some assistance in discord) It does fire an event every time an item entity expires. My test code: https://gist.github.com/DrZoddiak/6e542f070520e11193b8e2fd3c6f...
gharchive/pull-request
2019-09-21T01:42:30
2025-04-01T06:43:04.311633
{ "authors": [ "DrZoddiak" ], "repo": "SpongePowered/SpongeCommon", "url": "https://github.com/SpongePowered/SpongeCommon/pull/2383", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
173660325
Add setDefaultBaseUrl() config info It could be wise to change the order to demonstrate how setDefaultBaseUrl() will not change the baseUrl for endpoints registered prior to calling this function. This change is tx.
gharchive/pull-request
2016-08-28T18:30:43
2025-04-01T06:43:04.499650
{ "authors": [ "doktordirk", "fedoranimus" ], "repo": "SpoonX/aurelia-api", "url": "https://github.com/SpoonX/aurelia-api/pull/160", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2512346837
New Login method does not work: the app is restricted to Spotify Premium only When I'm trying to Login via the new Login method, starting SpotifyXP and then an official Spotify app, then open Devices section and clicking SpotifyXP app, it does now work as described: there is an error that this app is restricted only ...
gharchive/issue
2024-09-08T11:46:17
2025-04-01T06:43:04.529456
{ "authors": [ "Jri-creator", "lesar8", "oleg-dubinskiy", "werwolf2303" ], "repo": "SpotifyXP/SpotifyXP", "url": "https://github.com/SpotifyXP/SpotifyXP/issues/55", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2142210216
Chore: Add Link to 'Frequently Asked Questions' in Landing Page Footer Category [ ] Documentation [ ] Resource Addition [x] Codebase [ ] User Interface [ ] Feature Request Description We need to add a link to 'Frequently Asked Questions' in landing page footer. Link: https://openpedia.netlify.app/faq/ Assign me...
gharchive/issue
2024-02-19T12:01:50
2025-04-01T06:43:04.584819
{ "authors": [ "Bibek478", "Sriparno08", "thatguywhocode" ], "repo": "Sriparno08/Openpedia", "url": "https://github.com/Sriparno08/Openpedia/issues/343", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1958852752
fix: call model.quantizer with latents in PretrainedDACPretransform If quantize_on_decode = False this code will break since z is not defined. We want to quantize the latents to get z. Good catch, I guess I never tested that path after adding the quantize_on_decode functionality
gharchive/pull-request
2023-10-24T09:25:00
2025-04-01T06:43:04.591861
{ "authors": [ "piwell", "zqevans" ], "repo": "Stability-AI/stable-audio-tools", "url": "https://github.com/Stability-AI/stable-audio-tools/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
94128750
RFR: Coverage reports html HTML coverage reports will be available in $repo_root/cover/*.html XML coverage report will be in $repo_root/coverage.xml Sweet.
gharchive/pull-request
2015-07-09T19:09:34
2025-04-01T06:43:04.607166
{ "authors": [ "Kami", "lakshmi-kannan" ], "repo": "StackStorm/st2", "url": "https://github.com/StackStorm/st2/pull/1705", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
95294782
Fixes missing Erlang dependency for RHEL7/CentOS7 installation Fixes #1696, adds EPEL repo for RHEL7/CentOS7 installations via st2_deploy.sh Tried different ways, like install erlang rpm only, but adding EPEL is the best way. LGTM.
gharchive/pull-request
2015-07-15T21:28:22
2025-04-01T06:43:04.608453
{ "authors": [ "armab", "lakshmi-kannan" ], "repo": "StackStorm/st2", "url": "https://github.com/StackStorm/st2/pull/1722", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
96935157
Fix escaped liveaction result The DB model permanently changed the dict result when escaping the characters for persistence and then cascade the changes to other components. The fix makes a copy of the dict before escaping. I am surprised we have not seen an issue with this before. I think most of the tasks in Mi...
gharchive/pull-request
2015-07-24T00:40:34
2025-04-01T06:43:04.610686
{ "authors": [ "Kami", "lakshmi-kannan", "m4dcoder", "manasdk" ], "repo": "StackStorm/st2", "url": "https://github.com/StackStorm/st2/pull/1747", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
170988446
Fix trigger-instance re-emit one-line fix for STORM-2263: re-emit the trigger fails with 401 because the auth token is not passed. PS. I don't know enough of CLI unit tests to see how to get it covered, so skipping this part, sorry. +1 Oh wow, haven't seen a commit here from Dmitri for a while now. LGTM, but wher...
gharchive/pull-request
2016-08-13T02:24:38
2025-04-01T06:43:04.612324
{ "authors": [ "Kami", "dzimine", "samirsss" ], "repo": "StackStorm/st2", "url": "https://github.com/StackStorm/st2/pull/2868", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
177923991
[DO NOT MERGE] Switching to hubot-slack v4 We need to update hubot-slack to v4: it addresses a bunch of important issues, such as https://github.com/StackStorm/st2chatops/issues/56. More importantly, self-hosted Hubot will use v4 by default, and hubot-stackstorm is not compatible: https://github.com/StackStorm/st2/is...
gharchive/pull-request
2016-09-19T23:23:34
2025-04-01T06:43:04.615645
{ "authors": [ "LindsayHill", "armab", "emedvedev" ], "repo": "StackStorm/st2chatops", "url": "https://github.com/StackStorm/st2chatops/pull/59", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1491437868
ingressClassName field missing As of Kubernetes 1.18 ingressClassName field was added. kubernetes.io/ingress.class is now deprecated. https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation Can Ingress definition in this chart be updated to include ingressClassName field? Thanks for t...
gharchive/issue
2022-12-12T09:45:44
2025-04-01T06:43:04.618450
{ "authors": [ "armab", "ciechonp" ], "repo": "StackStorm/stackstorm-k8s", "url": "https://github.com/StackStorm/stackstorm-k8s/issues/336", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2539182057
Refactor/add inngest schemas closes https://github.com/Stand-With-Crypto/swc-web/issues/1434 fixes What changed? Why? Adds type inference on any inngest method like createFunction and send PlanetScale deploy request Notes to reviewers How has it been tested? [X] Locally [ ] Vercel Preview Branch [ ] Unit test [...
gharchive/pull-request
2024-09-20T16:14:34
2025-04-01T06:43:04.626453
{ "authors": [ "LucasdRossi", "olavoparno" ], "repo": "Stand-With-Crypto/swc-web", "url": "https://github.com/Stand-With-Crypto/swc-web/pull/1438", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
401342419
512 resolution environment gives error (py35) XXXXX@XXXXXX:~/codes/GibsonEnv$ python examples/demo/play_turtlebot_camera.py pybullet build time: Jan 10 2019 16:01:23 pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html /home/tushar/codes/GibsonEnv/examples/demo/../configs/play/play_tur...
gharchive/issue
2019-01-21T12:58:38
2025-04-01T06:43:04.686474
{ "authors": [ "Berk035", "Exception4U", "half-potato" ], "repo": "StanfordVL/GibsonEnv", "url": "https://github.com/StanfordVL/GibsonEnv/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2719254009
Incorrect isQuery field in auditlog Steps to reproduce the behavior (Required) Run any select query and look for the audit log. 2024-12-02 23:49:22.002Z INFO (AuditEventProcessor|73) [AuditLog.log():68] {"Warehouse":"default_warehouse","User":"user","Digest":"","AuthorizedUser":"'user'@'%'","QueryId":"0dbb7b8d-b108-...
gharchive/issue
2024-12-05T03:59:03
2025-04-01T06:43:04.702318
{ "authors": [ "pavan-kalyan", "rohitrs1983" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/issues/53587", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1284634431
start be failed. Steps to reproduce the behavior (Required) ./start_be.sh Expected behavior (Required) start successfully. Real behavior (Required) start time: Sat Jun 25 23:12:32 CST 2022 *** Check failure stack trace: *** @ 0x3f714ad google::LogMessage::Fail() @ 0x3f7391f google::LogMes...
gharchive/issue
2022-06-25T15:18:01
2025-04-01T06:43:04.705851
{ "authors": [ "Linkerist", "yongbingwang" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/issues/7869", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1353642654
[Enhancement] Add constant parameter name checkstyle What type of PR is this: [ ] bugfix [ ] feature [x] enhancement [ ] refactor [ ] others Which issues of this PR fixes : Fixes # add checkstyle: constant parameter name modify all error name Problem Summary(Required) : Checklist: [ ] I have added test cases f...
gharchive/pull-request
2022-08-29T03:35:24
2025-04-01T06:43:04.908251
{ "authors": [ "Seaven", "wanpengfei-git" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/10510", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1367815030
[Doc] fix link fragments What type of PR is this: [ ] BugFix [ ] Feature [ ] Enhancement [ ] Refactor [ ] UT [ ] 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 [ ] I have added user document for my new featu...
gharchive/pull-request
2022-09-09T13:15:33
2025-04-01T06:43:04.913100
{ "authors": [ "evelynzhaojie", "wanpengfei-git" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/11084", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1477127892
[Doc] Change s3-ap-northeast-1 to s3.ap-northeast-1 The s3. is the standard edition to access S3. s3- sometimes works, sometimes do not works. What type of PR is this: [ ] BugFix [ ] Feature [ ] Enhancement [ ] Refactor [ ] UT [x] Doc [ ] Tool Which issues of this PR fixes : Fixes # Problem Summary(Required) : Ch...
gharchive/pull-request
2022-12-05T18:11:29
2025-04-01T06:43:04.919149
{ "authors": [ "chaoyli", "wanpengfei-git" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/14657", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1807777371
[BugFix] open Once for mapElement and in predict which optimize const inputs Fixes concurrently open expression trees during scan What type of PR is this: [x] BugFix [ ] Feature [ ] Enhancement [ ] Refactor [ ] UT [ ] Doc [ ] Tool Checklist: [x] I have added test cases for my bug fix or my new feature [ ] This pr...
gharchive/pull-request
2023-07-17T13:22:19
2025-04-01T06:43:04.923810
{ "authors": [ "fzhedu", "wanpengfei-git" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/27391", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2058008226
[BugFix] Fix wrong profile of retry queries Why I'm doing: The following long running query(20+s) is easily to be failed and will undergo the retry process. And each of the execution will have a unique QueryId, so there many be multiply profile records if the runtime profile is enabled. select sum(length(o)) from (se...
gharchive/pull-request
2023-12-28T05:29:12
2025-04-01T06:43:04.931057
{ "authors": [ "liuyehcf" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/37977", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2634659910
[Feature] Support jodatime_format function to partition pruning Why I'm doing: hive 外表testDb.testTable 分区字段是dt ,有6个分区 dt=20241101 dt=20241102 dt=20241103 dt=20241104 dt=20241105 dt=20241106 在执行下面SQL时,无法执行分区裁剪 select * from flight.zhimin_t where dt = jodatime_format('2024-11-02 15:58:51', 'yyyyMMdd') What I'm doin...
gharchive/pull-request
2024-11-05T07:34:19
2025-04-01T06:43:04.940754
{ "authors": [ "murphyatwork", "renzhimin7", "trueeyu" ], "repo": "StarRocks/starrocks", "url": "https://github.com/StarRocks/starrocks/pull/52620", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1404911635
Automate building and running of Tests Overview This PR addresses issue #32 and adds the building and running of the tests through Actions. Feel free to recommend adjustments to the naming conventions used. It should be noted: Tests currently fail due to existing test issues. Tests are built and executed on each pus...
gharchive/pull-request
2022-10-11T16:20:45
2025-04-01T06:43:04.961254
{ "authors": [ "JGBMichalski", "adamfk" ], "repo": "StateSmith/StateSmith", "url": "https://github.com/StateSmith/StateSmith/pull/52", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1887612390
Errors when running julia --project -i scripts/basic-example.jl Error when running wew-mac:TuringModels.jl witoldwolski$ julia --project -i scripts/basic-example.jl I am getting errors (see below). However, starting the Julia REPL with julia and no --project options and copy-pasting the code from basic-example.jl al...
gharchive/issue
2023-09-08T12:42:17
2025-04-01T06:43:04.966329
{ "authors": [ "rikhuijzer", "wolski" ], "repo": "StatisticalRethinkingJulia/TuringModels.jl", "url": "https://github.com/StatisticalRethinkingJulia/TuringModels.jl/issues/106", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1040588677
🛑 Roblox Site (Under Aritifical Testing) is down In 672ee23, Roblox Site (Under Aritifical Testing) (https://www.roblox.com) was down: HTTP code: 503 Response time: 290 ms Resolved: Roblox Site (Under Aritifical Testing) is back up in 92e226b.
gharchive/issue
2021-10-31T21:40:25
2025-04-01T06:43:04.969265
{ "authors": [ "FxllenCode" ], "repo": "Status-Plus/StatusPlus", "url": "https://github.com/Status-Plus/StatusPlus/issues/414", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1708632821
Add exclusion for tables of type Setup for Rule LC0023 This will resolve issue https://github.com/StefanMaron/BusinessCentral.LinterCop/issues/241. Because of the difficulty to determine if a table is a (Singleton) Setup table, I think the criteria should be; The first field of the Table should have the exact (case ...
gharchive/pull-request
2023-05-13T14:51:40
2025-04-01T06:43:05.072745
{ "authors": [ "Arthurvdv", "ShareTEC", "StefanMaron" ], "repo": "StefanMaron/BusinessCentral.LinterCop", "url": "https://github.com/StefanMaron/BusinessCentral.LinterCop/pull/286", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
242678091
Better URL management (Imported from private todo list) Save all display settings (search query, selected tab, table ordering, etc) in the URL for easy sharing. Complete with the current UI; additional tabs/pages will continue to support this.
gharchive/issue
2017-07-13T12:04:02
2025-04-01T06:43:05.097346
{ "authors": [ "StephenCleary" ], "repo": "StephenClearyApps/DotNetApis", "url": "https://github.com/StephenClearyApps/DotNetApis/issues/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1118160050
🛑 Wiki is down In a441726, Wiki ($WIKI) was down: HTTP code: 0 Response time: 0 ms Resolved: Wiki is back up in 7a41629.
gharchive/issue
2022-01-29T10:05:05
2025-04-01T06:43:05.105362
{ "authors": [ "leitmori" ], "repo": "Sternwarte-St-Ottilien-e-V/status", "url": "https://github.com/Sternwarte-St-Ottilien-e-V/status/issues/139", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1668259607
🛑 DNS (he.net) is down In 8f97a9d, DNS (he.net) ($HE_NS) was down: HTTP code: 0 Response time: 0 ms Resolved: DNS (he.net) is back up in 00f5470.
gharchive/issue
2023-04-14T13:36:12
2025-04-01T06:43:05.108627
{ "authors": [ "leitmori" ], "repo": "Sternwarte-St-Ottilien-e-V/status", "url": "https://github.com/Sternwarte-St-Ottilien-e-V/status/issues/5059", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
388514937
failed to install cia file Result code: 0xD9004587 LEVEL: PERMANT (27) SUMMARY: WRONG ARGUMENT (8) MODULE: FS(17) DECS: HASH VERIFICATION FAILURE (391) Sounds likely to be a bad CIA file (see https://github.com/AuroraWright/Luma3DS/issues/750#issuecomment-318774117)
gharchive/issue
2018-12-07T05:50:23
2025-04-01T06:43:05.113930
{ "authors": [ "Steveice10", "nolie22" ], "repo": "Steveice10/FBI", "url": "https://github.com/Steveice10/FBI/issues/484", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
138823794
Perandus Coins error Procurement 1.9.8-RC2 ! has been released which fixes this issue. Procurement does not currently support Perandus Coins which have been added to Procurement. Until a new version of Procurement is released in order to login the coins need to be placed in a tab that is not downloaded by Procureme...
gharchive/issue
2016-03-06T19:02:34
2025-04-01T06:43:05.140396
{ "authors": [ "Stickymaddness" ], "repo": "Stickymaddness/Procurement", "url": "https://github.com/Stickymaddness/Procurement/issues/506", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
2368578642
[Feature Request]: New Enviroment Variable for Unix Socket Feature Description Some servers has unix sockets dedicated to host their services. For example exposing /srv/http/ directory for users to deploy their services at here unix socket can be added to create https://spdf.myserver.xyz So in current sitution we use...
gharchive/issue
2024-06-23T14:03:07
2025-04-01T06:43:05.156785
{ "authors": [ "Frooodle", "MrErne", "pineapples5972" ], "repo": "Stirling-Tools/Stirling-PDF", "url": "https://github.com/Stirling-Tools/Stirling-PDF/issues/1497", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2509252559
Feature Request: Consider adding in memory index for local mode If i am trying to chat with a one off github repo, running docker feels a bit heavy. A local python file for embeddings, a local HF model for calculating the vectors might also be a reasonable thing to do. Great suggestion Rahul! Here are some more det...
gharchive/issue
2024-09-06T01:48:36
2025-04-01T06:43:05.178161
{ "authors": [ "LuciAkirami", "iuliaturc", "rahulgoel" ], "repo": "Storia-AI/sage", "url": "https://github.com/Storia-AI/sage/issues/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
121878880
Issues starting with: Command failed: /bin/sh -c which dataserv-client I get this message upon build, I did the compilation and npm start and the UI showed up but then it didnt find the dataserv-client. This is the output when compiling. npm install > electron-prebuilt@0.32.3 postinstall /home/jza/Downloads/drivesha...
gharchive/issue
2015-12-12T20:42:24
2025-04-01T06:43:05.185051
{ "authors": [ "IgorGanapolsky", "Jzarecta", "gordonwritescode", "littleskunk" ], "repo": "Storj/driveshare-gui", "url": "https://github.com/Storj/driveshare-gui/issues/104", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
988458002
🛑 Nextcloud Papa is down In 37d0114, Nextcloud Papa ($NEXTCLOUD_2) was down: HTTP code: 0 Response time: 0 ms Resolved: Nextcloud Papa is back up in 4c01a22.
gharchive/issue
2021-09-05T08:53:11
2025-04-01T06:43:05.264850
{ "authors": [ "StudFu-WordToMD" ], "repo": "StudFu-WordToMD/status", "url": "https://github.com/StudFu-WordToMD/status/issues/2341", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
997991875
🛑 Nextcloud Papa is down In 38c1477, Nextcloud Papa ($NEXTCLOUD_2) was down: HTTP code: 0 Response time: 0 ms Resolved: Nextcloud Papa is back up in 567c14e.
gharchive/issue
2021-09-16T09:31:12
2025-04-01T06:43:05.267021
{ "authors": [ "StudFu-WordToMD" ], "repo": "StudFu-WordToMD/status", "url": "https://github.com/StudFu-WordToMD/status/issues/2602", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
810028414
🛑 Nextcloud Papa is down In 66fd100, Nextcloud Papa ($NEXTCLOUD_2) was down: HTTP code: 0 Response time: 0 ms Resolved: Nextcloud Papa is back up in 71880e3.
gharchive/issue
2021-02-17T09:53:52
2025-04-01T06:43:05.269374
{ "authors": [ "StudFu-WordToMD" ], "repo": "StudFu-WordToMD/status", "url": "https://github.com/StudFu-WordToMD/status/issues/516", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
55918096
Inline gists in Chrome Gists in Chrome reportetly aren't styled correctly, I think @Mottie will take a look! I did look at it last night. I still haven't figured out why the style isn't being applied :crying_cat_face: Looks like Stylish for Chrome needs to update before this kind of iframes will work: https://git...
gharchive/issue
2015-01-29T16:03:37
2025-04-01T06:43:05.295482
{ "authors": [ "Mottie", "silverwind" ], "repo": "StylishThemes/IRCCloud-Dark", "url": "https://github.com/StylishThemes/IRCCloud-Dark/issues/2", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1887211590
Rule: unresolved-import This is requested from time to time in OPA, even as far back as 2017! How imports are handled is unlikely to change in OPA, but we could certainly be more stringent in Regal. Once #282 has landed, it would be simple to aggregate the imports of all policies, and then have an aggregate rule that...
gharchive/issue
2023-09-08T08:30:21
2025-04-01T06:43:05.299745
{ "authors": [ "anderseknert" ], "repo": "StyraInc/regal", "url": "https://github.com/StyraInc/regal/issues/300", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
608289029
Amount_per_parner is used twice in the results csv file Here: https://github.com/SubstraFoundation/distributed-learning-contributivity/blob/d9727913fd41d7ab1bd4d5e84a00a9f035f30445/scenario.py#L396 And here: https://github.com/SubstraFoundation/distributed-learning-contributivity/blob/d9727913fd41d7ab1bd4d5e84a00a9f0...
gharchive/issue
2020-04-28T12:46:36
2025-04-01T06:43:05.323399
{ "authors": [ "RomainGoussault", "bowni" ], "repo": "SubstraFoundation/distributed-learning-contributivity", "url": "https://github.com/SubstraFoundation/distributed-learning-contributivity/issues/126", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
662878139
Error: Can't find variable: customVersionComparator Hello; I'm trying to test this library it works fine when i put a versionCode >= to the one in play store. it gives me a response like this : { "other": { "isFlexibleUpdateAllowed": false, "isImmediateUpdateAllowed": false, "packageName":...
gharchive/issue
2020-07-21T10:55:04
2025-04-01T06:43:05.346254
{ "authors": [ "Boubaker93", "Gustash", "SudoPlz" ], "repo": "SudoPlz/sp-react-native-in-app-updates", "url": "https://github.com/SudoPlz/sp-react-native-in-app-updates/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1422825774
Refactor YAML Was starting to become difficult to know which YAML to include for specific purposes. Made them clearer, and hopefully minimized undefined variables when including user facing ones. Opening PR to do some more testing. Tests seem to be failing because of some combo of object radio button loading, show ...
gharchive/pull-request
2022-10-25T17:32:48
2025-04-01T06:43:05.349113
{ "authors": [ "BryceStevenWilley" ], "repo": "SuffolkLITLab/docassemble-EFSPIntegration", "url": "https://github.com/SuffolkLITLab/docassemble-EFSPIntegration/pull/171", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1907769209
🛑 l.skk.moe is down In 4f1730d, l.skk.moe (https://l.skk.moe) was down: HTTP code: 502 Response time: 76 ms Resolved: l.skk.moe is back up in a95ded6 after 8 minutes.
gharchive/issue
2023-09-21T21:10:56
2025-04-01T06:43:05.353640
{ "authors": [ "SukkaBot" ], "repo": "SukkaLab/status.skk.moe", "url": "https://github.com/SukkaLab/status.skk.moe/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2331956141
Markdown Editor Extension Build an editor for writing and previewing Markdown documents. @Sulagna-Dutta-Roy Assign me this task under GSSOC'24. KIndly raise the issues using 'feature request'. Follow the guidelines Already added in the repository #441
gharchive/issue
2024-06-03T20:11:54
2025-04-01T06:43:05.355032
{ "authors": [ "Sulagna-Dutta-Roy", "bhumika-1127" ], "repo": "Sulagna-Dutta-Roy/GGExtensions", "url": "https://github.com/Sulagna-Dutta-Roy/GGExtensions/issues/820", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1530031657
🛑 Chem Exper is down In f1ca06b, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in d69eb4b.
gharchive/issue
2023-01-12T03:20:23
2025-04-01T06:43:05.357397
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/14329", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1640819303
🛑 Chem Exper is down In 3a618ba, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in 4bdf17b.
gharchive/issue
2023-03-26T08:26:34
2025-04-01T06:43:05.359747
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/17302", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1676425711
🛑 Chem Exper is down In 0d11c8e, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in a200d8e.
gharchive/issue
2023-04-20T10:11:50
2025-04-01T06:43:05.362138
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/18511", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1757786646
🛑 Chemical Resolver is down In 546b8f0, Chemical Resolver (https://cactus.nci.nih.gov/chemical/structure) was down: HTTP code: 0 Response time: 0 ms Resolved: Chemical Resolver is back up in 47b333e.
gharchive/issue
2023-06-14T23:07:50
2025-04-01T06:43:05.364694
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/22075", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1795094246
🛑 Zinc 20 is down In 52b402f, Zinc 20 (https://zinc20.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 20 is back up in 857cb3f.
gharchive/issue
2023-07-08T20:21:02
2025-04-01T06:43:05.367274
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/24097", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1816789319
🛑 Chem Exper is down In 122dcf9, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in 17699b9.
gharchive/issue
2023-07-22T14:46:31
2025-04-01T06:43:05.369649
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/24748", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1848177463
🛑 Zinc 20 is down In dc3980f, Zinc 20 (https://zinc20.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 20 is back up in 99b9b9b.
gharchive/issue
2023-08-12T18:47:26
2025-04-01T06:43:05.372745
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/26355", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1853906604
🛑 Zinc 15 is down In f223bc8, Zinc 15 (https://zinc15.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 15 is back up in bccd97f.
gharchive/issue
2023-08-16T21:06:06
2025-04-01T06:43:05.375131
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/26693", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1864988027
🛑 Zinc 15 is down In 9cfed22, Zinc 15 (https://zinc15.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 15 is back up in 960f09b after 778 days, 8 hours, 52 minutes.
gharchive/issue
2023-08-24T11:48:23
2025-04-01T06:43:05.377571
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/27309", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1867852635
🛑 Zinc 15 is down In 962cd46, Zinc 15 (https://zinc15.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 15 is back up in 03e6641 after 779 days, 22 hours, 49 minutes.
gharchive/issue
2023-08-26T01:52:50
2025-04-01T06:43:05.380176
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/27442", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1887337072
🛑 Zinc 20 is down In 91f4272, Zinc 20 (https://zinc20.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 20 is back up in 4f8e0ea after 17 minutes.
gharchive/issue
2023-09-08T09:52:22
2025-04-01T06:43:05.382580
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/28585", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1916682348
🛑 Chem Exper is down In 06fef4f, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in 7fa0925 after 7 minutes.
gharchive/issue
2023-09-28T04:33:29
2025-04-01T06:43:05.384980
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/29786", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1980068794
🛑 Chem Exper is down In a27feec, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in 46f61ee after 24 minutes.
gharchive/issue
2023-11-06T21:13:19
2025-04-01T06:43:05.387244
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/31697", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2206259926
🛑 Chem Exper is down In 3685c10, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in 0137cbc after 10 minutes.
gharchive/issue
2024-03-25T17:06:06
2025-04-01T06:43:05.389652
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/38343", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2342031561
🛑 Binding Database is down In ea3843d, Binding Database (http://www.bindingdb.org/bind/index.jsp) was down: HTTP code: 0 Response time: 0 ms Resolved: Binding Database is back up in 7f6e2b4 after 24 minutes.
gharchive/issue
2024-06-09T05:29:09
2025-04-01T06:43:05.392559
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/41304", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2404969674
🛑 Chem Exper is down In 0ceca56, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in dceefd6 after 32 minutes.
gharchive/issue
2024-07-12T07:46:45
2025-04-01T06:43:05.394926
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/42916", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2546239112
🛑 Chem Exper is down In 324f6d0, Chem Exper (http://www.chemexper.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Chem Exper is back up in c5380a5 after 7 minutes.
gharchive/issue
2024-09-24T19:42:53
2025-04-01T06:43:05.397337
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/45866", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1234693286
🛑 Zinc 15 is down In 00152f9, Zinc 15 (https://zinc15.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 15 is back up in 4adf8b9.
gharchive/issue
2022-05-13T03:23:31
2025-04-01T06:43:05.399635
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/5540", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1243388109
🛑 Zinc 20 is down In a28ba97, Zinc 20 (https://zinc20.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 20 is back up in 9696c5b.
gharchive/issue
2022-05-20T16:35:47
2025-04-01T06:43:05.402011
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/5835", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1246776479
🛑 Zinc 20 is down In 01b7773, Zinc 20 (https://zinc20.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 20 is back up in 5d5ab0c.
gharchive/issue
2022-05-24T15:59:27
2025-04-01T06:43:05.404524
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/5980", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1299759497
🛑 Zinc 20 is down In 013220d, Zinc 20 (https://zinc20.docking.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Zinc 20 is back up in 28ce356.
gharchive/issue
2022-07-09T20:17:40
2025-04-01T06:43:05.406856
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Cheminformatics", "url": "https://github.com/Sulstice/Uptime-Cheminformatics/issues/7979", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2554147157
🛑 The Open Access Series of Imaging Studies is down In 99360a6, The Open Access Series of Imaging Studies (http://www.oasis-brains.org/) was down: HTTP code: 403 Response time: 480 ms Resolved: The Open Access Series of Imaging Studies is back up in 9665720 after 12 minutes.
gharchive/issue
2024-09-28T10:11:48
2025-04-01T06:43:05.409334
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Medical-Informatics", "url": "https://github.com/Sulstice/Uptime-Medical-Informatics/issues/2311", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2663807141
🛑 MITOS dataset is down In d0b42d2, MITOS dataset (http://www.ipal.cnrs.fr/event/icpr-2012) was down: HTTP code: 404 Response time: 2595 ms Resolved: MITOS dataset is back up in 5e854dd after 2 days, 22 hours, 42 minutes.
gharchive/issue
2024-11-16T05:17:10
2025-04-01T06:43:05.412017
{ "authors": [ "Sulstice" ], "repo": "Sulstice/Uptime-Medical-Informatics", "url": "https://github.com/Sulstice/Uptime-Medical-Informatics/issues/2772", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1505539191
Monitors - clarify share option We do not have a share option for monitors. Monitors stop executing when the creator is deleted. In that case, you need to duplicate the monitor under another user. The <https://help.sumologic.com/docs/alerts/monitors/monitor-faq/#one-of-our-monitors-suddenly-stopped-sending-notificati...
gharchive/issue
2022-12-21T00:48:40
2025-04-01T06:43:05.423080
{ "authors": [ "Melvin-CnC", "jpipkin1", "kimsauce", "stacykor" ], "repo": "SumoLogic/sumologic-documentation", "url": "https://github.com/SumoLogic/sumologic-documentation/issues/1206", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
315168852
Consumer props doesn't exists before render is called The issue is simple, the Consumer props doesn't exists until the render method is called, that's because with-context wrap your component with a parent that renders the consumer itself and then it inject the props in your component. I have a case that I need to ha...
gharchive/issue
2018-04-17T17:59:18
2025-04-01T06:43:05.434047
{ "authors": [ "SunHuawei", "ghmendonca", "ibc", "shamilsun" ], "repo": "SunHuawei/with-context", "url": "https://github.com/SunHuawei/with-context/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2067334543
Trying to equip while wearing a chestplate deletes the backpack Trying to put on the backpack by sneak-breaking while the player is wearing a chestplate causes the backpack to disappear. A good option could be Trinkets compatibility, adding a backpack slot to allow simultaneously wearing both. Trinkets compat is pl...
gharchive/issue
2024-01-05T13:14:58
2025-04-01T06:43:05.437884
{ "authors": [ "Sunconure11", "thcrt" ], "repo": "Sunconure11/WearableBackpacks", "url": "https://github.com/Sunconure11/WearableBackpacks/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2265645360
UF-7785: Added logic and integration towards document service Added document service integration Added logic in workers to read and update document inrformation Added more tasks/workers for better separation of concerns
gharchive/pull-request
2024-04-26T12:05:57
2025-04-01T06:43:05.448015
{ "authors": [ "foobar-1337", "josc04" ], "repo": "Sundsvallskommun/pw-e-signing", "url": "https://github.com/Sundsvallskommun/pw-e-signing/pull/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1118580503
. .
gharchive/pull-request
2022-01-30T15:20:40
2025-04-01T06:43:05.458400
{ "authors": [ "SunsetShimme" ], "repo": "SunsetShimme/etherpad-lite", "url": "https://github.com/SunsetShimme/etherpad-lite/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
181712328
Patch: QEMU simulation of ESP8266 prior to flashing qemu.patch.txt This patch adds support for running a project through QEMU for simulation prior to loading to flash. make simulate -C examples/simple then to obtain simulated serial port output telnet localhost 4444 Patch relies on QEMU-xtensa with ESP8266 machine su...
gharchive/issue
2016-10-07T16:24:50
2025-04-01T06:43:05.480551
{ "authors": [ "AndreaGreco", "dgtlrift", "sheinz" ], "repo": "SuperHouse/esp-open-rtos", "url": "https://github.com/SuperHouse/esp-open-rtos/issues/230", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2438657727
🛑 Matrix redirection is down In c3cffb2, Matrix redirection (https://supersandro.de/_matrix/key/v2/server) was down: HTTP code: 502 Response time: 22175 ms Resolved: Matrix redirection is back up in cc76234 after 5 minutes.
gharchive/issue
2024-07-30T20:51:21
2025-04-01T06:43:05.492752
{ "authors": [ "SuperSandro2000" ], "repo": "SuperSandro2000/upptime", "url": "https://github.com/SuperSandro2000/upptime/issues/1490", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2630105110
🛑 Matrix Federation Tester is down In c766ff8, Matrix Federation Tester (https://federationtester.matrix.org/api/report?server_name=supersandro.de) was down: HTTP code: 200 Response time: 11056 ms Resolved: Matrix Federation Tester is back up in a76bebe after 1 hour, 42 minutes.
gharchive/issue
2024-11-02T01:29:35
2025-04-01T06:43:05.495347
{ "authors": [ "SuperSandro2000" ], "repo": "SuperSandro2000/upptime", "url": "https://github.com/SuperSandro2000/upptime/issues/1673", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1437610362
Google Colab to play around with MedViLL for report generation in inference mode? Hi! First of all, congrats for the awesome work. I wanted to play around with the pretrained model in the downstream task of report generation. Given that the pretrained weights of MedViLL are available, I thought that it should be stra...
gharchive/issue
2022-11-07T00:34:32
2025-04-01T06:43:05.499068
{ "authors": [ "PabloMessina", "xaleza" ], "repo": "SuperSupermoon/MedViLL", "url": "https://github.com/SuperSupermoon/MedViLL/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
956000466
[BUG] Playlist return undefined Describe the bug A clear and concise description of what the bug is. When i load this playlist PLVH_c0JJpuSpTf3MI7vqz_6UKwvbbtitk its return undefined, but if i post using Client#http video content is available To Reproduce Steps to reproduce the behavior: Client.getPlaylist("PLVH_c0JJ...
gharchive/issue
2021-07-29T16:14:31
2025-04-01T06:43:05.544851
{ "authors": [ "KagChi", "SuspiciousLookingOwl" ], "repo": "SuspiciousLookingOwl/youtubei", "url": "https://github.com/SuspiciousLookingOwl/youtubei/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
465472243
completed alumini team Added new members to alumni page. fixed issue #172 @jayasanka-sack need review
gharchive/pull-request
2019-07-08T21:41:20
2025-04-01T06:43:05.545773
{ "authors": [ "Piumal1999", "yohanym95" ], "repo": "SustainableEducationFoundation/LiveWeb", "url": "https://github.com/SustainableEducationFoundation/LiveWeb/pull/188", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2677586715
Upgrade to Svelte 5 Describe the problem The new project creating template uses Svelte 4: https://github.com/SveltePress/sveltepress/blob/a85c9cd4eeab326547b42123e9ba2214377c7260/packages/create/template-ts/package.json#L18 It would be nice for new projects to use Svelte 5 Describe the proposed solution Update the ve...
gharchive/issue
2024-11-20T23:59:06
2025-04-01T06:43:05.559663
{ "authors": [ "Blackman99", "benmccann" ], "repo": "SveltePress/sveltepress", "url": "https://github.com/SveltePress/sveltepress/issues/291", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2299310414
Prevent JavaScript evaluation from always throwing a WKErrorDomain error While debugging some issues, I noticed that I kept getting an issue like this anytime JavaScript code was being evaluated in the web view subclass: "Error Domain=WKErrorDomain Code=5 "JavaScript execution returned a result of an unsupported type...
gharchive/pull-request
2024-05-16T04:22:48
2025-04-01T06:43:05.561047
{ "authors": [ "acosmicflamingo" ], "repo": "SvenTiigi/YouTubePlayerKit", "url": "https://github.com/SvenTiigi/YouTubePlayerKit/pull/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
600817574
Add dockerfile This pull request aims to solve the issue of packages we need in docker not always being installed even though a .apk file is defined. Here is an overview of what got changed by this pull request: Issues ====== + Solved 5 - Added 7 See the complete overview on Codacy Here is an over...
gharchive/pull-request
2020-04-16T07:40:51
2025-04-01T06:43:05.573783
{ "authors": [ "NullableInt", "payex-dev" ], "repo": "SwedbankPay/swedbank-pay-design-guide-jekyll-theme", "url": "https://github.com/SwedbankPay/swedbank-pay-design-guide-jekyll-theme/pull/42", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2183170826
🛑 swiftfiddle.com/runner/5.7 is down In 4c280fe, swiftfiddle.com/runner/5.7 (https://swiftfiddle.com/runner/5.7.3/run) was down: HTTP code: 0 Response time: 0 ms Resolved: swiftfiddle.com/runner/5.7 is back up in d059b2e after 1 hour, 25 minutes.
gharchive/issue
2024-03-13T05:50:38
2025-04-01T06:43:05.578723
{ "authors": [ "kishikawakatsumi" ], "repo": "SwiftFiddle/status.swiftfiddle.com", "url": "https://github.com/SwiftFiddle/status.swiftfiddle.com/issues/1141", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2527516139
Pop to specific View View1 -> View2 -> View3 -> View4 How can I pop from View4 directly to View2 considering that we do not have control over the navigation stack ? This framework is very use full for navigation. But I am also looking for above issue. I also want to navigate back to some specific screen The way t...
gharchive/issue
2024-09-16T05:11:04
2025-04-01T06:43:05.591747
{ "authors": [ "CoderLGL", "SwiftfulThinking", "bhadresh13", "cah-suresh-kumar04", "davidnext", "kjp151087" ], "repo": "SwiftfulThinking/SwiftfulRouting", "url": "https://github.com/SwiftfulThinking/SwiftfulRouting/issues/73", "license": "MIT", "license_type": "permissive", "licens...
238791098
OSX initialization Hi guys, im doing sample OSX project and i have huge problems with Swinject Storyborad initialization - i was using it for iOS and never had any issues. I've tried both: Implicit and Explicit Instantation and none of them works Implicit crashes entire app -i assume because of all dependencies are...
gharchive/issue
2017-06-27T09:33:43
2025-04-01T06:43:05.622248
{ "authors": [ "kkrawczynski", "yoichitgy" ], "repo": "Swinject/SwinjectStoryboard", "url": "https://github.com/Swinject/SwinjectStoryboard/issues/57", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2160638708
feat: add support for sessions in Renku 2.0 See https://github.com/SwissDataScienceCenter/renku/issues/3475. Adds API endpoints for session environments Adds API endpoints for session launchers /deploy #notest renku=release-0.50.x Pull Request Test Coverage Report for Build 8266503020 Details 424 of 468 (90.6%) ...
gharchive/pull-request
2024-02-29T07:56:50
2025-04-01T06:43:05.632796
{ "authors": [ "RenkuBot", "coveralls", "leafty" ], "repo": "SwissDataScienceCenter/renku-data-services", "url": "https://github.com/SwissDataScienceCenter/renku-data-services/pull/133", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
634450927
use the 0.9.0 jupyterhub chart 0.9.0 JH chart has been released, we should use that instead of the beta version: https://jupyterhub.github.io/helm-chart/ This has been done in #355
gharchive/issue
2020-06-08T09:39:53
2025-04-01T06:43:05.634318
{ "authors": [ "rokroskar" ], "repo": "SwissDataScienceCenter/renku-notebooks", "url": "https://github.com/SwissDataScienceCenter/renku-notebooks/issues/326", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
930388110
Elastic.Apm.GraphQL.HotChocolate doesn't capture exception during GraphQlL Execution with Elastic.Apm 1.10.0 The Elastic.Apm package starting from 1.10.0 version internalize Ben.Demystifier dependency, which means that it's impossible to use any types from Ben.Demystifier without referencing it. Fir this reason, Elas...
gharchive/issue
2021-06-25T17:58:24
2025-04-01T06:43:05.652938
{ "authors": [ "glucaci", "vhatsura" ], "repo": "SwissLife-OSS/elastic-apm-extensions", "url": "https://github.com/SwissLife-OSS/elastic-apm-extensions/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1632234174
Sequence Error after Welding Detection There is an issue with the welding detection processing: EV sends the first WeldingDetectionReq with 'Ongoing'. EVSE responds with WeldingDetectionRes with it's present voltage. EV sends SessionStopRes This is not correct according to the specification: [V2G20-1630] After rec...
gharchive/issue
2023-03-20T14:29:59
2025-04-01T06:43:05.657387
{ "authors": [ "jpo-stx", "tropxy" ], "repo": "SwitchEV/iso15118", "url": "https://github.com/SwitchEV/iso15118/issues/212", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1396721834
Add WordGuesser Game in python Thanks for having this interesting project linked to Hacktoberfest 😃 🚀 Thank you for the contribution, make sure to follow me.
gharchive/pull-request
2022-10-04T19:06:17
2025-04-01T06:43:05.661423
{ "authors": [ "SyedZawwarAhmed", "zerok1986" ], "repo": "SyedZawwarAhmed/Hacktoberfest-2022", "url": "https://github.com/SyedZawwarAhmed/Hacktoberfest-2022/pull/69", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
424897113
xc7: Fix dependencies for different boards This PR clears variable DEVICE_RR_PATCH_DEPS before appending new dependencies to it. Signed-off-by: Lukasz Dalek ldalek@antmicro.com Waiting for green travis, otherwise LGTM.
gharchive/pull-request
2019-03-25T13:18:33
2025-04-01T06:43:05.708006
{ "authors": [ "acomodi", "litghost" ], "repo": "SymbiFlow/symbiflow-arch-defs", "url": "https://github.com/SymbiFlow/symbiflow-arch-defs/pull/498", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
1015903211
Conda env setup slow to download packages I am following the instructions at https://symbiflow-examples.readthedocs.io/en/latest/getting-symbiflow.html, and am at this step conda env create -f $INSTALL_DIR/xc7/install/environment.yml I have been downloading packages for at least 4 hours so far. Some packages are ver...
gharchive/issue
2021-10-05T05:27:53
2025-04-01T06:43:05.712556
{ "authors": [ "alanvgreen", "kgugala", "mithro", "tcal-x" ], "repo": "SymbiFlow/symbiflow-examples", "url": "https://github.com/SymbiFlow/symbiflow-examples/issues/187", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2334578038
Add an effect for row and sorting fix #39 Thank you very much! Unfortunately the call to clear is needed here. When sorting changes the loaded cache needs to be cleared and new data needs to be loaded from the source. The solution was to replace a get with a get_untracked inside the closure clear.
gharchive/pull-request
2024-06-04T23:58:57
2025-04-01T06:43:05.783898
{ "authors": [ "dakaizou", "maccesch" ], "repo": "Synphonyte/leptos-struct-table", "url": "https://github.com/Synphonyte/leptos-struct-table/pull/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1153556177
Update cats-effect, cats-effect-laws, ... to 3.3.6 Updates org.typelevel:cats-effect org.typelevel:cats-effect-laws org.typelevel:cats-effect-testkit from 3.3.1 to 3.3.6. GitHub Release Notes - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like...
gharchive/pull-request
2022-02-28T02:55:03
2025-04-01T06:43:05.803513
{ "authors": [ "scala-steward" ], "repo": "SystemFw/upperbound", "url": "https://github.com/SystemFw/upperbound/pull/135", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2529613135
Func Getting all the good stuff back into main Summary by CodeRabbit Release Notes Bug Fixes Enhanced security for JWT token storage by enforcing the secure cookie attribute, ensuring cookies are only sent over HTTPS. Chores Continued improvements in error handling for token verification, maintaining robust r...
gharchive/pull-request
2024-09-16T22:34:30
2025-04-01T06:43:05.819236
{ "authors": [ "T-rav" ], "repo": "T-rav/videoscribe", "url": "https://github.com/T-rav/videoscribe/pull/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2008331468
Improve the user experience First things first, I would like to congratulate you on making such an excellent app. However, I think there's some needless complexity that makes things seem far more confusing than need be. The settings at right sided drawer. It's confusing and makes the app feel daunting an intimidati...
gharchive/issue
2023-11-23T14:23:55
2025-04-01T06:43:05.823744
{ "authors": [ "T8RIN", "pwd-github" ], "repo": "T8RIN/ImageToolbox", "url": "https://github.com/T8RIN/ImageToolbox/issues/569", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
821327832
Added a wide view logo property Resolves #310 Coverage decreased (-0.06%) to 47.465% when pulling d47382396e2c656472c4609cd6e48d9c2dc858db on dame-sprint-2021-feb-310-logos into 782322b646dd900a2e50e99df1777d7ed29a6d13 on dame-sprint-2021-feb-staging.
gharchive/pull-request
2021-03-03T17:31:21
2025-04-01T06:43:05.829147
{ "authors": [ "coveralls", "rladdusaw" ], "repo": "TAMULib/SAGE", "url": "https://github.com/TAMULib/SAGE/pull/317", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }