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
379508292
Elaborate the diffs between build and cli This fixes #137 It's a good start.
gharchive/pull-request
2018-11-11T10:09:01
2025-04-01T04:35:29.908555
{ "authors": [ "jessemonroy650", "purplecabbage" ], "repo": "phonegap/phonegap-docs", "url": "https://github.com/phonegap/phonegap-docs/pull/305", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
276718236
Compiler warnings (mingw) When compiling the code (version 0.20.0) using msys/mingw(32 bit) on windows 7 (64 bit pro) I get the following warnings: string/convert.c: In function `pdbl_to_wcs': string/convert.c:164: warning: passing arg 2 of `swprintf' makes pointer from integer without a cast string/string.c: In fun...
gharchive/issue
2017-11-25T02:01:08
2025-04-01T04:35:29.916654
{ "authors": [ "FreeBASIC-programmer", "phorward" ], "repo": "phorward/phorward", "url": "https://github.com/phorward/phorward/issues/1", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
98634626
Changing text property of tinted BitmapText doesn't use correct glyphs Add a BitmapText to the game and give it a tint: var game = new Phaser.Game(320, 200, Phaser.AUTO, '', {preload: preload, create: create}), text; function preload() { game.load.bitmapFont('desyrel', 'desyrel.png', 'desyrel.xml'); } funct...
gharchive/issue
2015-08-02T20:28:45
2025-04-01T04:35:29.923983
{ "authors": [ "Cristy94", "DDowell", "Pajamaman", "photonstorm" ], "repo": "photonstorm/phaser", "url": "https://github.com/photonstorm/phaser/issues/1969", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
166574444
KeyCode class not listed in docs This Issue is about An error in the documentation I do not find the KeyCode class in the Input namespace docs: http://phaser.io/docs/2.6.1/index#input Maybe it does not appear because the KeyCode definition is tagged as @namespace but not as @class. I can do a pull request with the ...
gharchive/issue
2016-07-20T12:56:04
2025-04-01T04:35:29.930417
{ "authors": [ "boniatillo-com", "photonstorm" ], "repo": "photonstorm/phaser", "url": "https://github.com/photonstorm/phaser/issues/2653", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1622470434
🛑 phpMyFAQ API is down In f47265a, phpMyFAQ API (https://api.phpmyfaq.de/versions) was down: HTTP code: 0 Response time: 0 ms Resolved: phpMyFAQ API is back up in 579f4c5.
gharchive/issue
2023-03-13T23:45:16
2025-04-01T04:35:30.086362
{ "authors": [ "thorsten" ], "repo": "phpMyFAQ/status.phpmyfaq.de", "url": "https://github.com/phpMyFAQ/status.phpmyfaq.de/issues/4410", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1625432166
🛑 phpMyFAQ Homepage is down In 04f4cba, phpMyFAQ Homepage (https://www.phpmyfaq.de) was down: HTTP code: 0 Response time: 0 ms Resolved: phpMyFAQ Homepage is back up in 7fb0187.
gharchive/issue
2023-03-15T12:27:55
2025-04-01T04:35:30.088700
{ "authors": [ "thorsten" ], "repo": "phpMyFAQ/status.phpmyfaq.de", "url": "https://github.com/phpMyFAQ/status.phpmyfaq.de/issues/4445", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1889307144
🛑 phpMyFAQ API is down In ab27dce, phpMyFAQ API (https://api.phpmyfaq.de/versions) was down: HTTP code: 0 Response time: 0 ms Resolved: phpMyFAQ API is back up in 00a8ce0 after 11 minutes.
gharchive/issue
2023-09-10T20:06:16
2025-04-01T04:35:30.091011
{ "authors": [ "thorsten" ], "repo": "phpMyFAQ/status.phpmyfaq.de", "url": "https://github.com/phpMyFAQ/status.phpmyfaq.de/issues/5831", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2031432474
🛑 phpMyFAQ API is down In c28a5d7, phpMyFAQ API (https://api.phpmyfaq.de/versions) was down: HTTP code: 0 Response time: 0 ms Resolved: phpMyFAQ API is back up in 3abb04b after 13 minutes.
gharchive/issue
2023-12-07T19:59:34
2025-04-01T04:35:30.093294
{ "authors": [ "thorsten" ], "repo": "phpMyFAQ/status.phpmyfaq.de", "url": "https://github.com/phpMyFAQ/status.phpmyfaq.de/issues/6600", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2069275710
🛑 phpMyFAQ API is down In ca6f9d3, phpMyFAQ API (https://api.phpmyfaq.de/versions) was down: HTTP code: 0 Response time: 0 ms Resolved: phpMyFAQ API is back up in 7a306d0 after 5 minutes.
gharchive/issue
2024-01-07T20:26:42
2025-04-01T04:35:30.095980
{ "authors": [ "thorsten" ], "repo": "phpMyFAQ/status.phpmyfaq.de", "url": "https://github.com/phpMyFAQ/status.phpmyfaq.de/issues/6922", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
35950448
Raise test coverage to at least 80% [x] 10% [x] 20% [x] 30% [x] 40% [x] 50% [x] 60% [ ] 70% [ ] 80% [ ] Make test suite more portable between php versions (use @group for specific versions) A mayignore group was added to ignore redundant tests on travis.
gharchive/issue
2014-06-18T02:48:31
2025-04-01T04:35:30.101799
{ "authors": [ "c9s", "marcioAlmada" ], "repo": "phpbrew/phpbrew", "url": "https://github.com/phpbrew/phpbrew/issues/253", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
225461597
Rounding error To Reproduce: bcround(0.000006, 5); Expected: 0.00001 Actual: 0.00000 Confirmed that it is fixed. Huzzah!
gharchive/issue
2017-05-01T16:01:52
2025-04-01T04:35:30.105539
{ "authors": [ "hopeseekr" ], "repo": "phpexpertsinc/MoneyType", "url": "https://github.com/phpexpertsinc/MoneyType/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1596455768
Custom arrows > wrong condition cause a bug I put the wrong condition here, we have declared 3 variables and assigned the default value for them ( adjustedBeginIndex, adjustedEndIndex, selectedCellIndex). But in the condition to set the disabled attribute for each arrow, I compared the dummy condition (slidePosition ...
gharchive/pull-request
2023-02-23T08:52:42
2025-04-01T04:35:30.206545
{ "authors": [ "phucbm", "vuquangpham" ], "repo": "phucbm/flickity-responsive", "url": "https://github.com/phucbm/flickity-responsive/pull/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
80629425
fixed /proc/kmsg: permission denied in syslog-ng I've just fixed default syslog-ng config and a minor sshd fix. ping, I'm having this error too. cc @FooBarWidget @sokoow This PR has merge conflicts, please resolve those conflicts and let me know so I can merge your changes in! :) Is there an existing issue that...
gharchive/pull-request
2015-05-25T18:47:22
2025-04-01T04:35:30.212920
{ "authors": [ "Theaxiom", "lucafavatella", "pragmaticivan", "sokoow" ], "repo": "phusion/baseimage-docker", "url": "https://github.com/phusion/baseimage-docker/pull/223", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1650020987
add support for arrow key navigation / dpad navigation By adding features that allow users to jump to the next focusable element with arrow keys or a TV dpad, and confirm with a single click of the enter button, would allow to use flutter_inappwebview on Android TV devices and improve usability on desktop devices I...
gharchive/issue
2023-03-31T20:59:16
2025-04-01T04:35:30.324852
{ "authors": [ "razfazz", "wuchuixu", "yamaha252" ], "repo": "pichillilorenzo/flutter_inappwebview", "url": "https://github.com/pichillilorenzo/flutter_inappwebview/issues/1607", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2334494940
[Snyk] Security upgrade typeorm from 0.2.24 to 0.2.25 This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to fix 1 vulnerabilities in the npm depende...
gharchive/pull-request
2024-06-04T22:43:14
2025-04-01T04:35:30.338407
{ "authors": [ "pickford-snyk" ], "repo": "pickford-snyk/nodejs-goof", "url": "https://github.com/pickford-snyk/nodejs-goof/pull/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1422991687
Update scala-library to 2.13.10 Updates org.scala-lang:scala-library from 2.13.0 to 2.13.10. 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 to skip this version, you can just close this PR. If you have any feedback, jus...
gharchive/pull-request
2022-10-25T19:53:29
2025-04-01T04:35:30.344189
{ "authors": [ "scala-steward" ], "repo": "picnicml/doddle-model", "url": "https://github.com/picnicml/doddle-model/pull/169", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2574202297
Make it work on windows and mac See discussion here: https://github.com/pieper/MD_E15/issues/7 Given that Slicer is going to be start from an application icon, we need: Ask the user to provide the path to gh executable And possibly invoke the gh auth login inside the MorphoDepot (this will ensure that gh is workin...
gharchive/issue
2024-10-08T20:59:27
2025-04-01T04:35:30.364413
{ "authors": [ "muratmaga", "pieper" ], "repo": "pieper/SlicerMorphoDepot", "url": "https://github.com/pieper/SlicerMorphoDepot/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1199440342
Cannot install torch 1.7.1 with cuda 11.1 When I tried following installation instructions in section 2.4, when i run pip install -U torch==1.7.1 torchvision==0.8.2 -f https://download.pytorch.org/whl/cu111/torch_stable.html it installs cuda 10.2 by default. When I tried following installation instructions in sect...
gharchive/issue
2022-04-11T06:07:58
2025-04-01T04:35:30.374530
{ "authors": [ "pieterblok", "vinit13792" ], "repo": "pieterblok/maskal", "url": "https://github.com/pieterblok/maskal/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
462725855
Remove cluster resource from example list of resource types The README mentions customresourcedefinition as example of namespaced resource to backup. This pull request removes it from that list. :100: :+1:
gharchive/pull-request
2019-07-01T13:49:48
2025-04-01T04:35:30.375549
{ "authors": [ "Overv", "pieterlange" ], "repo": "pieterlange/kube-backup", "url": "https://github.com/pieterlange/kube-backup/pull/54", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2066644805
🛑 Stripe Webhook URL (Test and Live) is down In ad37f37, Stripe Webhook URL (Test and Live) ($STRIPEWEBHOOK) was down: HTTP code: 0 Response time: 0 ms Resolved: Stripe Webhook URL (Test and Live) is back up in f38a2b4 after 12 minutes.
gharchive/issue
2024-01-05T02:46:34
2025-04-01T04:35:30.411319
{ "authors": [ "cybertheory" ], "repo": "pikfarm/PikfarmStatus", "url": "https://github.com/pikfarm/PikfarmStatus/issues/2940", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2087546801
🛑 www.pik.farm is down In ce1f1d5, www.pik.farm (https://pik.farm) was down: HTTP code: 0 Response time: 0 ms Resolved: www.pik.farm is back up in 1c0fd89 after 12 minutes.
gharchive/issue
2024-01-18T05:41:57
2025-04-01T04:35:30.413779
{ "authors": [ "cybertheory" ], "repo": "pikfarm/PikfarmStatus", "url": "https://github.com/pikfarm/PikfarmStatus/issues/4739", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2089278171
🛑 www.pik.farm is down In 97737b4, www.pik.farm (https://pik.farm) was down: HTTP code: 0 Response time: 0 ms Resolved: www.pik.farm is back up in 2bc162d after 55 minutes.
gharchive/issue
2024-01-18T23:36:56
2025-04-01T04:35:30.416209
{ "authors": [ "cybertheory" ], "repo": "pikfarm/PikfarmStatus", "url": "https://github.com/pikfarm/PikfarmStatus/issues/4844", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2104249094
🛑 Stripe Webhook URL (Test and Live) is down In 9bc83b8, Stripe Webhook URL (Test and Live) ($STRIPEWEBHOOK) was down: HTTP code: 0 Response time: 0 ms Resolved: Stripe Webhook URL (Test and Live) is back up in 85449c0 after 12 minutes.
gharchive/issue
2024-01-28T16:40:03
2025-04-01T04:35:30.418471
{ "authors": [ "cybertheory" ], "repo": "pikfarm/PikfarmStatus", "url": "https://github.com/pikfarm/PikfarmStatus/issues/6129", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
438255315
Forced Mode feature addition for #2 This adds the ability to run the bmp280 in "forced" mode, which requests a single conversion from the sensor after which it returns to sleep mode. If you're using a large delay between temperature readings in your code, this should help to eliminate any temperature offset caused by...
gharchive/pull-request
2019-04-29T10:48:20
2025-04-01T04:35:30.468245
{ "authors": [ "Gadgetoid", "coveralls" ], "repo": "pimoroni/bmp280-python", "url": "https://github.com/pimoroni/bmp280-python/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
123384200
TypeError: cannot use a string pattern on a bytes-like object When trying to run install.py, i get this error: Traceback (most recent call last): File "./install.py", line 109, in <module> main() File "./install.py", line 81, in main verify_requirements() File "./install.py", line 61, in verify_requirem...
gharchive/issue
2015-12-21T23:54:09
2025-04-01T04:35:30.497839
{ "authors": [ "NightMachinary", "X1011", "dessalines", "et2010", "pindexis" ], "repo": "pindexis/marker", "url": "https://github.com/pindexis/marker/issues/13", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
388195876
charset: make collation case insensitive (#66) cherry-pick from #66 LGTM
gharchive/pull-request
2018-12-06T12:38:46
2025-04-01T04:35:30.544161
{ "authors": [ "winkyao", "zz-jason" ], "repo": "pingcap/parser", "url": "https://github.com/pingcap/parser/pull/70", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
609648844
UCP: Reduce the unnecessary updateStoreStatusLocked call counts in heartbeat process Description Score 200 Mentor @nolouch Recommended Skills go Learning Materials Ref #1846 /pick-up-challenge thanks! /pick-up-challenge @mantuliu try again please~ /pick-up-challenge Is this issue already finish...
gharchive/issue
2020-04-30T07:02:48
2025-04-01T04:35:30.547616
{ "authors": [ "mantuliu", "nolouch", "you06" ], "repo": "pingcap/pd", "url": "https://github.com/pingcap/pd/issues/2395", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2003657204
fips: tikv heap profiling failed after enable tls and set require_secure_transport = on Bug Report Please answer these questions before submitting your issue. Thanks! What did you do? What did you expect to see? No error, works fine. What did you see instead? Profile Error failed to fetch and write to temp file: fa...
gharchive/issue
2023-11-21T07:48:31
2025-04-01T04:35:30.554797
{ "authors": [ "mayjiang0203", "overvenus" ], "repo": "pingcap/tidb-dashboard", "url": "https://github.com/pingcap/tidb-dashboard/issues/1613", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2654663265
feat: openai-like embedding model support Support OpenAI-Like embedding models, one of them is ZhipuAI. https://github.com/pingcap/tidb.ai/issues/373
gharchive/pull-request
2024-11-13T08:32:10
2025-04-01T04:35:30.580804
{ "authors": [ "Icemap" ], "repo": "pingcap/tidb.ai", "url": "https://github.com/pingcap/tidb.ai/pull/375", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1320406808
Add benchmark for collation What problem does this PR solve? Issue Number: close #xxx Problem Summary: What is changed and how it works? Check List Tests [ ] Unit test [ ] Integration test [ ] Manual test (add detailed scripts or steps below) [ ] No code Side effects [ ] Performance regression: Consumes more CPU ...
gharchive/pull-request
2022-07-28T05:18:55
2025-04-01T04:35:30.671681
{ "authors": [ "JaySon-Huang", "windtalker", "xzhangxian1008", "ywqzzy" ], "repo": "pingcap/tiflash", "url": "https://github.com/pingcap/tiflash/pull/5491", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2435590332
Storages: Fix obtaining incorrect column information when there are virtual columns in the query (release-8.1) This is an manual cherry-pick of #9189 What problem does this PR solve? Issue Number: close #9188 Problem Summary: When parsing some column expressions, it may need to use column index to obtain column info...
gharchive/pull-request
2024-07-29T14:30:59
2025-04-01T04:35:30.677369
{ "authors": [ "JaySon-Huang", "JinheLin" ], "repo": "pingcap/tiflash", "url": "https://github.com/pingcap/tiflash/pull/9265", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1721579482
[DNM]: test ci on release-6.1 What problem does this PR solve? Issue Number: close #xxx What is changed and how it works? Check List Tests Unit test Integration test Manual test (add detailed scripts or steps below) No code Questions Will it cause performance regression or break compatibility? Do you need to u...
gharchive/pull-request
2023-05-23T09:03:14
2025-04-01T04:35:30.684738
{ "authors": [ "purelind" ], "repo": "pingcap/tiflow", "url": "https://github.com/pingcap/tiflow/pull/9025", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1741080293
metrics(ticdc): fix inaccurate kafka v2 batch time metrics. What problem does this PR solve? Issue Number: close #9129 What is changed and how it works? Check List Tests Integration test Questions Will it cause performance regression or break compatibility? Do you need to update user documentation, design docu...
gharchive/pull-request
2023-06-05T06:35:18
2025-04-01T04:35:30.688075
{ "authors": [ "3AceShowHand" ], "repo": "pingcap/tiflow", "url": "https://github.com/pingcap/tiflow/pull/9128", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
121662204
关于Browsersync web跑起来之后,右上角一直会出现connect to browsersync和disconnect to browsersync 并且有时候会一直不断地自我刷新 这个是hexo-browsersync插件导致的吗,请问如何解决 这是一个文件更改后同步刷新的 Hexo 插件,通过 npm uninstall --save hexo-browsersync 卸载。 项目介绍:https://github.com/hexojs/hexo-browsersync OK.
gharchive/issue
2015-12-11T08:34:12
2025-04-01T04:35:30.729412
{ "authors": [ "Lwxiang", "pinggod" ], "repo": "pinggod/hexo-theme-apollo", "url": "https://github.com/pinggod/hexo-theme-apollo/issues/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1884319510
Updating for v9 Hi everyone! Updating dependencies: I updated every dependency to the latest version, and tests are up and running. As @jsumners was mentioning, we could have a problem with deps switching to ESM-only, but to be honest I did not find a way of programmatically understanding if they are or not, if you...
gharchive/pull-request
2023-09-06T16:00:44
2025-04-01T04:35:30.737425
{ "authors": [ "Ranieri93", "jsumners" ], "repo": "pinojs/json-colorizer", "url": "https://github.com/pinojs/json-colorizer/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
712834226
Using import aliases on static Java methods with reserved Kotlin keyword names trigger the Unused Import rule Expected Behavior Mockito contains a static Java method names when, which will be imported in Kotlin like: import org.mockito.Mockito.`when` Clearly, if you try to use an import alias to get rid of the when,...
gharchive/issue
2020-10-01T13:15:53
2025-04-01T04:35:30.755047
{ "authors": [ "AndrewReitz", "gmetal", "paul-dingemans", "romtsn" ], "repo": "pinterest/ktlint", "url": "https://github.com/pinterest/ktlint/issues/937", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
230861126
Depend on SwiftCheck when running tests Add SwiftCheck as a test dependency so that when toJson lands, we can make a SwiftCheck test that does toJson(fromJson(arbitrarySchema)) == arbitrarySchema. SwiftPM doesn't have a legit test dependency solution right now, but the strategy most SwiftPM authors are following righ...
gharchive/pull-request
2017-05-23T22:03:44
2025-04-01T04:35:30.759674
{ "authors": [ "bkase", "pinterest-ios", "rahul-malik" ], "repo": "pinterest/plank", "url": "https://github.com/pinterest/plank/pull/52", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1104553099
How to deploy ION to kubernetes? Your environment. Version: v1.10.0 Browser: latest chrome Other Information - What did you do? I have deployed ION to Kubernetes, everything is working except for SFU unable to create peer connection, here is my deployment and service apiVersion: apps/v1 kind: Deployment metadata: ...
gharchive/issue
2022-01-15T06:49:17
2025-04-01T04:35:30.775563
{ "authors": [ "ahmed-adly-khalil", "leewardbound" ], "repo": "pion/ion", "url": "https://github.com/pion/ion/issues/597", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1659034601
Unable to run the script When I open tampermonkey, it shows that chatgpt-exporter is enabled, but I dont see any screen to export the chat. How do I get the export screen? Hi, can you update to 2.5.4 first and open F12 - console, then take a screenshot so that I can check the error message. When I open tampermo...
gharchive/issue
2023-04-07T17:38:27
2025-04-01T04:35:30.819282
{ "authors": [ "pdsing", "pionxzh", "tinhthaison", "weaversam8" ], "repo": "pionxzh/chatgpt-exporter", "url": "https://github.com/pionxzh/chatgpt-exporter/issues/112", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
830330177
Rename MySQL error code const What this PR does / why we need it: Rename mysqlErrorCodeDuplicate to mysqlErrorCodeDuplicateEntry to clarify it from other duplicate errors. ref: https://fromdual.com/mysql-error-codes-and-messages-1050-1099#error_er_dup_entry Which issue(s) this PR fixes: Fixes # Does this PR introduce...
gharchive/pull-request
2021-03-12T17:48:46
2025-04-01T04:35:30.824299
{ "authors": [ "khanhtc1202", "nghialv" ], "repo": "pipe-cd/pipe", "url": "https://github.com/pipe-cd/pipe/pull/1701", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1123974552
Fix orphan command cleaner can not stop on done What this PR does / why we need it: Which issue(s) this PR fixes: Fixes # Does this PR introduce a user-facing change?: NONE Nice catch! /approve
gharchive/pull-request
2022-02-04T09:12:56
2025-04-01T04:35:30.826110
{ "authors": [ "khanhtc1202", "nghialv" ], "repo": "pipe-cd/pipecd", "url": "https://github.com/pipe-cd/pipecd/pull/3203", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1257686441
Revert "Add feature to show piped config on web console (#3673)" This reverts commit 6f722eb0a32521e75036439c36dc0275cdb1bbe5. What this PR does / why we need it: Let me revert this temporally to release the next patch version. Which issue(s) this PR fixes: Fixes # Does this PR introduce a user-facing change?: NONE ...
gharchive/pull-request
2022-06-02T04:58:15
2025-04-01T04:35:30.828085
{ "authors": [ "knanao" ], "repo": "pipe-cd/pipecd", "url": "https://github.com/pipe-cd/pipecd/pull/3716", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2684581200
screen recording https://github.com/user-attachments/assets/74cf39c5-2d64-4c98-b3ee-cf7308753da6 https://github.com/user-attachments/assets/7585647b-4e8d-4bcf-bed9-0985fe94de2b https://github.com/user-attachments/assets/8947dfd1-5d4a-43b9-b0c7-22cb52f72dc3
gharchive/issue
2024-11-22T21:11:19
2025-04-01T04:35:30.829908
{ "authors": [ "basnijholt" ], "repo": "pipefunc/graphviz-anywidget", "url": "https://github.com/pipefunc/graphviz-anywidget/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200417367
web3.eth.contract does not perform validation on address parameter. What was wrong? This code does not throw any errors or warnings. abi = [...] # the contract ABI code = "0x..." # the contract code web3.eth.contract(abi, code) The above code is actually passing in the code as the address parameter since the funct...
gharchive/issue
2017-01-12T16:40:09
2025-04-01T04:35:30.832689
{ "authors": [ "pipermerriam" ], "repo": "pipermerriam/web3.py", "url": "https://github.com/pipermerriam/web3.py/issues/150", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1022962099
jsp-file broken The <jsp-file> element inside a servlet element in web.xml is broken. It used to work. Hi @folker-kuhn. I can take a look. Do you have any examples of the issue? This is a bit tricky... We need to set the WaspJspManager as the JspManager to allow calls to JspManager::addJspFile, as this method is ...
gharchive/issue
2021-10-11T17:37:38
2025-04-01T04:35:30.844836
{ "authors": [ "Thihup", "arjantijms", "folker-kuhn", "mnriem" ], "repo": "piranhacloud/piranha", "url": "https://github.com/piranhacloud/piranha/issues/1959", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1654049404
change schedule frequency to timeUnit We need to set timeUnit instead of frequency to have a proper flow schedule set up will need to properly design the endpoint later, close the pr for now. We will be utilizing the free format of obj in week2.
gharchive/pull-request
2023-04-04T14:53:07
2025-04-01T04:35:30.862844
{ "authors": [ "liqunc" ], "repo": "pitchmuc/aepp", "url": "https://github.com/pitchmuc/aepp/pull/44", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
242929825
Disable floating stemcells before tile upgrade Hello, Before starting a tile upgrade in a large scale environment, I would like to make sure the floating stemcell feature is disabled. It would be nice to have this checked as part of the upgrade-tile pipeline. See: https://docs.pivotal.io/pivotalcf/1-7/customizing/und...
gharchive/issue
2017-07-14T08:22:06
2025-04-01T04:35:30.866371
{ "authors": [ "RMeharg", "abbyachau", "benfab", "ryanpei" ], "repo": "pivotal-cf/pcf-pipelines", "url": "https://github.com/pivotal-cf/pcf-pipelines/issues/151", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
184153439
cities microservice deployment in cf dev - EndpointMBeanExportAutoConfiguration Bean Error Hi, I am trying to deploy the microservices set into my cf dev. We got the sample from the location "https://github.com/Pivotal-Field-Engineering/pcf-workspace-microservices/tree/master/micro" and when we try to deploy this, we...
gharchive/issue
2016-10-20T07:24:05
2025-04-01T04:35:30.872936
{ "authors": [ "aemengo", "pcmgit007", "sclevine" ], "repo": "pivotal-cf/pcfdev", "url": "https://github.com/pivotal-cf/pcfdev/issues/158", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
256810431
PCF Dev Fails to Provision Machine Info: MacOS Sierra cf version 6.28.0+9e024bdbd.2017-06-27 PCF Dev version 0.27.0 (CLI: 01c0c2b, OVA: 0.529.0) Running behind Corporate Proxy servers Here are the proxy variables I have set: declare -x http_proxy="http://" declare -x https_proxy="http://" declare -x no_proxy="localh...
gharchive/issue
2017-09-11T19:09:04
2025-04-01T04:35:30.881815
{ "authors": [ "cassidd", "echurchm", "sclevine" ], "repo": "pivotal-cf/pcfdev", "url": "https://github.com/pivotal-cf/pcfdev/issues/259", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
390942676
Migrated pivpn setup allows old clients to connect, but cannot generate new client keys Issue After migration, newly generated client configurations do not work. Old configurations work fine; they can connect. I copied the contents of /etc/openvpn from my old setup to my new, and the old clients are still able t...
gharchive/issue
2018-12-14T02:40:47
2025-04-01T04:35:30.889678
{ "authors": [ "orazioedoardo", "valentinAlkan" ], "repo": "pivpn/pivpn", "url": "https://github.com/pivpn/pivpn/issues/651", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
152448601
Failed Submission Set Reload at div id Is there anyway to stop the form from reloading at the top of the page and instead have the page reloaded at a particular id location (e.g. ) when errors are detected? Depending on where the form is located, a user may have no idea submission failed unless they scroll down to se...
gharchive/issue
2016-05-01T21:29:57
2025-04-01T04:35:30.906183
{ "authors": [ "aaronsransom", "takobell" ], "repo": "pixelandtonic/ContactForm", "url": "https://github.com/pixelandtonic/ContactForm/issues/52", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1322936431
gRPC support for C based gRPC libraries Is your feature request related to a problem? Please describe. As of now Pixie only supports go-gRPC tracing. Since the gRPC protocol itself is supported by many widely used languages such as Python and Node, there is big gap in pixie's observability capabilities when it comes ...
gharchive/issue
2022-07-30T08:29:12
2025-04-01T04:35:30.913393
{ "authors": [ "MrSupiri", "htroisi" ], "repo": "pixie-io/pixie", "url": "https://github.com/pixie-io/pixie/issues/545", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
176733653
PIXI.extras.MovieClip.onUpdate / onFrameChanged I have to execute certain code when movie clip is updated. Rasing the issue because i could find only onComplete callback Of course I can use setInterval for now, but I think other ppl may also like the idea. Just so I am clear, you are asking for events at key moment...
gharchive/issue
2016-09-13T19:53:07
2025-04-01T04:35:30.941576
{ "authors": [ "englercj", "themoonrat", "thesunlover" ], "repo": "pixijs/pixi.js", "url": "https://github.com/pixijs/pixi.js/issues/2947", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
447003620
Regression in v5 - interactive graphics object not firing events with alpha 0 Running v5.0.3 Events not firing on graphics with alpha 0. Example: const app = new PIXI.Application({ antialias: true }); document.body.appendChild(app.view); const graphics = new PIXI.Graphics(); graphics.beginFill(0xFFF, 1) // click wor...
gharchive/issue
2019-05-22T08:35:37
2025-04-01T04:35:30.943826
{ "authors": [ "Mykybo", "themoonrat" ], "repo": "pixijs/pixi.js", "url": "https://github.com/pixijs/pixi.js/issues/5709", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
485967143
Sprite size inconsistency depending on parent. Expected Behavior Two sprites that are set up with identical sizes should be rendered as the same size. Current Behavior The 2 identical sprites are rendered at different sizes. Steps to Reproduce https://codepen.io/Lancer611/pen/YzKVEEd The green squares are set up with...
gharchive/issue
2019-08-27T18:33:53
2025-04-01T04:35:30.947737
{ "authors": [ "ivanpopelyshev", "lancewellspring" ], "repo": "pixijs/pixi.js", "url": "https://github.com/pixijs/pixi.js/issues/6046", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1013945037
Added reverse integer solution in C I have added the reverse integer solution in C language and also updated the readme file. I hope you will like it. Thank you. Repo excluded @lucy2512 Please read the pinned issue to know more!
gharchive/pull-request
2021-10-02T06:32:16
2025-04-01T04:35:30.956327
{ "authors": [ "lucy2512", "piyushsharma220699" ], "repo": "piyushsharma220699/LeetCode-Problems-Solution-Book", "url": "https://github.com/piyushsharma220699/LeetCode-Problems-Solution-Book/pull/154", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1965848699
[BUG] Roblox Game Client has stopped working after 2 - 15 minutes of playing Acknowledgement of preliminary instructions [x] I have read the preliminary instructions, and I am certain that my problem has not already been addressed. What problem did you encounter? Roblox Game Client has stopped working is the messag...
gharchive/issue
2023-10-27T16:34:32
2025-04-01T04:35:30.959873
{ "authors": [ "AsherHeist", "pizzaboxer" ], "repo": "pizzaboxer/bloxstrap", "url": "https://github.com/pizzaboxer/bloxstrap/issues/852", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
975291457
Can I unmount a zfs dataset from a pot? Is your feature request related to a problem? Please describe. I have a running pot with a zfs dataset mounted somewhere on its rootfs, which was mounted with mount-in command. Now, I need to move the mountpoint to another path but I'm failing to find any info on how to unmount...
gharchive/issue
2021-08-20T05:56:44
2025-04-01T04:35:30.963024
{ "authors": [ "f8122dac91", "pizzamig" ], "repo": "pizzamig/pot", "url": "https://github.com/pizzamig/pot/issues/170", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2616000148
Update logback-classic to 1.5.12 About this PR 📦 Updates ch.qos.logback:logback-classic from 1.3.14 to 1.5.12 Usage ✅ Please merge! I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback,...
gharchive/pull-request
2024-10-26T16:52:37
2025-04-01T04:35:30.972237
{ "authors": [ "scala-steward" ], "repo": "pjfanning/micrometer-pekko", "url": "https://github.com/pjfanning/micrometer-pekko/pull/98", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2278576207
🛑 ✅JrebelLicenseServer is down In 11612ee, ✅JrebelLicenseServer (https://jrebel.wayok.cn) was down: HTTP code: 0 Response time: 0 ms Resolved: ✅JrebelLicenseServer is back up in 50c5c31 after 8 minutes.
gharchive/issue
2024-05-03T23:36:38
2025-04-01T04:35:30.989421
{ "authors": [ "pkl1024" ], "repo": "pkl1024/status", "url": "https://github.com/pkl1024/status/issues/1200", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2241675825
🛑 WAY👌 Blog is down In e557206, WAY👌 Blog (https://wayok.cn) was down: HTTP code: 0 Response time: 0 ms Resolved: WAY👌 Blog is back up in f1ce6a0 after 8 minutes.
gharchive/issue
2024-04-13T17:49:16
2025-04-01T04:35:30.991750
{ "authors": [ "pkl1024" ], "repo": "pkl1024/status", "url": "https://github.com/pkl1024/status/issues/774", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
311439843
cloaning process not successful after branch, there is a colon (:) sign at the end of the folder 04 _02b. then, unable to further after this not even type anything. Yes the same happening with me, when I re-start the Terminal, it was not finding gulp so I did a local install of gulp. When I run gulp I get assert.j...
gharchive/issue
2018-04-05T01:00:15
2025-04-01T04:35:31.089270
{ "authors": [ "ayagirma", "jfambrini", "planetoftheweb" ], "repo": "planetoftheweb/reactinterface", "url": "https://github.com/planetoftheweb/reactinterface/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1706394150
PlanetScale migrate Is there a way to use the Drizzle ORM migrate API with PlanetScale? I tried: import { drizzle } from "drizzle-orm/mysql2"; import { migrate } from "drizzle-orm/mysql2/migrator"; import mysql from "mysql2/promise"; async function main() { // create the connection const poolConnection = mysql.c...
gharchive/issue
2023-05-11T19:08:55
2025-04-01T04:35:31.091592
{ "authors": [ "gederer", "mattrobenolt" ], "repo": "planetscale/database-js", "url": "https://github.com/planetscale/database-js/issues/113", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
135841062
chore(): change rules Configuración para CSSComb: https://gist.github.com/gmq/c255863cd7377ef3912b Si lo dejan en alguna parte se puede configurar así en atom-css-comb: En general CSSComb soluciona los problemas de formato que pide el mono excepto el de espacio entre las reglas (EmptyLineBetweenBlocks) que está en l...
gharchive/pull-request
2016-02-23T19:38:14
2025-04-01T04:35:31.134633
{ "authors": [ "blackjid", "gmq" ], "repo": "platanus/hound-scss", "url": "https://github.com/platanus/hound-scss/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2686599017
sugerencia al README.md una line a de sugerencia me parece bien
gharchive/pull-request
2024-11-23T20:56:59
2025-04-01T04:35:31.152297
{ "authors": [ "hsjm-sistemas" ], "repo": "platzi/git-github", "url": "https://github.com/platzi/git-github/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2329760219
Update refined to 0.11.2 About this PR 📦 Updates eu.timepit:refined from 0.11.0 to 0.11.2 📜 GitHub Release Notes - Version Diff Usage ✅ Please merge! I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you...
gharchive/pull-request
2024-06-02T16:54:16
2025-04-01T04:35:31.157519
{ "authors": [ "scala-steward" ], "repo": "play-swagger/play-swagger", "url": "https://github.com/play-swagger/play-swagger/pull/91", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2544975519
[RFC] Async/Lazy Component Systems Before you can add a component to an entity, you currently need to register the component system with the app. opts.componentSystems = [RenderComponentSystem] const app = new AppBase(canvas); app.init(opts); app.start(); new Entity('cube').addComponent('render'); This has a couple...
gharchive/issue
2024-09-24T10:16:03
2025-04-01T04:35:31.176492
{ "authors": [ "LeXXik", "MAG-AdrianMeredith", "Maksims", "marklundin", "mvaligursky" ], "repo": "playcanvas/engine", "url": "https://github.com/playcanvas/engine/issues/6986", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2265767295
Update package.json Fixes # PR to address this issue I confirm I have read the contributing guidelines and signed the Contributor License Agreement. See comments on #6292
gharchive/pull-request
2024-04-26T13:14:01
2025-04-01T04:35:31.178969
{ "authors": [ "gVguy", "kpal81xd" ], "repo": "playcanvas/engine", "url": "https://github.com/playcanvas/engine/pull/6298", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
189713392
Top nav gets overlapped Move to https://play.google.com/store/apps/dev?id=6720847872553662727&hl=en_GB scroll the page till the "arrow icon" reaches the top nav. You can see that icon is overlapping the nav. Tried the following and looks like it works. But I am not sure where all .cover for featured apps is used. The...
gharchive/issue
2016-11-16T14:04:52
2025-04-01T04:35:31.197442
{ "authors": [ "claywilkinson", "imashankar" ], "repo": "playgameservices/android-basic-samples", "url": "https://github.com/playgameservices/android-basic-samples/issues/226", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2325319123
🛑 Biosyslit is down In 433dd78, Biosyslit (https://zenodo.org/communities/biosyslit/) was down: HTTP code: 503 Response time: 670 ms Resolved: Biosyslit is back up in 2df5fb4 after 38 minutes.
gharchive/issue
2024-05-30T10:33:11
2025-04-01T04:35:31.212445
{ "authors": [ "retog" ], "repo": "plazi/monitoring", "url": "https://github.com/plazi/monitoring/issues/1026", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2358305783
🛑 eBioDiv Matching Service is down In b877ed5, eBioDiv Matching Service (https://prod.ebiodiv.org/) was down: HTTP code: 0 Response time: 0 ms Resolved: eBioDiv Matching Service is back up in 3347b66 after 5 minutes.
gharchive/issue
2024-06-17T21:36:50
2025-04-01T04:35:31.215150
{ "authors": [ "retog" ], "repo": "plazi/monitoring", "url": "https://github.com/plazi/monitoring/issues/1063", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1638738174
Can you recomment which layer to freeze? Hi, plemeri I'm trying transfer learing from ckpt_base(Plus_Ultra) with my custom dataset My dataset include about 100 samples until now, planned to be 10,000 To avoid overfitting, Can you recommend whith layer to be frozen? It would be nice to have some additional advice on ...
gharchive/issue
2023-03-24T05:20:27
2025-04-01T04:35:31.217325
{ "authors": [ "plemeri", "sanghyun0927" ], "repo": "plemeri/InSPyReNet", "url": "https://github.com/plemeri/InSPyReNet/issues/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2165249327
Oracle resource detector Added OracleResourceDetector for: Ruby (scheduler) JS (backend, discordgateway2http) Python (voice) please also increment versions for scheduler and voice actually, bump version everywhere
gharchive/pull-request
2024-03-03T08:24:46
2025-04-01T04:35:31.218808
{ "authors": [ "moflwi", "plengauer" ], "repo": "plengauer/Philbot", "url": "https://github.com/plengauer/Philbot/pull/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1665375226
Support encrypted .intunewin Uploads Add functionality to decrypt .intunewin & extract data for win32 app uploads @santese happy to help you on this issue and send a PR. please let me know if you have an approach in mind for decrypting SHA256 encrypted intunewin files.
gharchive/issue
2023-04-12T22:56:57
2025-04-01T04:35:31.288261
{ "authors": [ "santese", "ttfreeman" ], "repo": "pliancy/intune-node", "url": "https://github.com/pliancy/intune-node/issues/125", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
579108403
zero f1 Hi, plkmo ! I have managed to run the main_task script using follow command: python main_task.py --train_data ./data/finetune/SemEval2010_task8_all_data/SemEval2010_task8_training/TRAIN_FILE.TXT --test_data ./data/finetune/SemEval2010_task8_all_data/SemEval2010_task8_testing_keys/TEST_FILE_FULL.TXT --use_pret...
gharchive/issue
2020-03-11T09:05:38
2025-04-01T04:35:31.306732
{ "authors": [ "plkmo", "xiongjun19" ], "repo": "plkmo/BERT-Relation-Extraction", "url": "https://github.com/plkmo/BERT-Relation-Extraction/issues/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
793858371
add .env-example closes #2 @plocket I wasn't sure if this was what you wanted or how to test it @plocket I wasn't sure if this was what you wanted or how to test it @plocket updated the defaults mostly to your requests. Also added some comments @plocket updated the defaults mostly to your requests. Also added...
gharchive/pull-request
2021-01-26T01:49:11
2025-04-01T04:35:31.312142
{ "authors": [ "berit", "plocket" ], "repo": "plocket/docassemble-cucumber", "url": "https://github.com/plocket/docassemble-cucumber/pull/143", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
118464752
Fix directions which led to duplicate resourcess being delivered (closes #174) Thank you.
gharchive/pull-request
2015-11-23T20:24:42
2025-04-01T04:35:31.337333
{ "authors": [ "davilima6" ], "repo": "plone/training", "url": "https://github.com/plone/training/pull/177", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1374378076
Makefile: support Mac? The following code is of course helpful, but lets Mac users with shell zsh stumble. Who is expert in make and conditionalize it? Defensive settings for make: https://tech.davis-hansson.com/p/make/ SHELL:=bash .ONESHELL: .SHELLFLAGS:=-xeu -o pipefail -O inherit_errexit -c .SILENT: .DELETE_ON_ERR...
gharchive/issue
2022-09-15T11:30:49
2025-04-01T04:35:31.340564
{ "authors": [ "davisagli", "ksuess" ], "repo": "plone/volto", "url": "https://github.com/plone/volto/issues/3642", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2043639554
A small typo in contributing-core.md file the pnp typo command does not work . Should be chnaged to pnpm Can I be assigned this issue? I already submiited a PR for it Ok. @aarishshahmohsin please read and follow Contributing to Plone and First-time contributors. We do not assign issues. @ujjwaleee26 see ...
gharchive/issue
2023-12-15T12:25:37
2025-04-01T04:35:31.343796
{ "authors": [ "aarishshahmohsin", "stevepiercy", "ujjwaleee26" ], "repo": "plone/volto", "url": "https://github.com/plone/volto/issues/5537", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1600776739
#3250 Fixed responsive error in login Edited login.css to make login page responsive. Just a small contribution ❤️ Duplicate of #4305 and #3319 and #4309 Already fixed
gharchive/pull-request
2023-02-27T09:13:09
2025-04-01T04:35:31.344860
{ "authors": [ "HyperDanisH", "davisagli", "sneridagh" ], "repo": "plone/volto", "url": "https://github.com/plone/volto/pull/4437", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1848096622
replaced Widget with type in Hardcoded object_list issue#4878 Changed "Widget" to "type" in Hardcoded object_list. @ThisisMS11 you need to sign the Plone Contributor Agreement to merge this pull request. Learn about the Plone Contributor Agreement: https://plone.org/foundation/contributors-agreement This is not s...
gharchive/pull-request
2023-08-12T16:07:06
2025-04-01T04:35:31.348225
{ "authors": [ "ThisisMS11", "davisagli", "mister-roboto" ], "repo": "plone/volto", "url": "https://github.com/plone/volto/pull/5082", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2317013071
🛑 KCG is down In fb4f708, KCG (https://kunstrijclubgroningen.nl) was down: HTTP code: 0 Response time: 0 ms Resolved: KCG is back up in cc5a689 after 20 minutes.
gharchive/issue
2024-05-25T13:35:38
2025-04-01T04:35:31.444652
{ "authors": [ "pluim003" ], "repo": "pluim003/upptime", "url": "https://github.com/pluim003/upptime/issues/1517", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2427449014
🛑 KCG is down In 6b8c605, KCG (https://kunstrijclubgroningen.nl) was down: HTTP code: 0 Response time: 0 ms Resolved: KCG is back up in ed4de57 after 27 minutes.
gharchive/issue
2024-07-24T12:22:28
2025-04-01T04:35:31.447101
{ "authors": [ "pluim003" ], "repo": "pluim003/upptime", "url": "https://github.com/pluim003/upptime/issues/3327", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2526754932
🛑 Pierced Arrows is down In 87a137f, Pierced Arrows (https://www.piercedarrows.nl) was down: HTTP code: 0 Response time: 0 ms Resolved: Pierced Arrows is back up in 5b72a3d after 29 minutes.
gharchive/issue
2024-09-15T05:57:56
2025-04-01T04:35:31.449393
{ "authors": [ "pluim003" ], "repo": "pluim003/upptime", "url": "https://github.com/pluim003/upptime/issues/4769", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2731455741
🛑 KCG is down In e5fd02f, KCG (https://kunstrijclubgroningen.nl) was down: HTTP code: 0 Response time: 0 ms Resolved: KCG is back up in 070a5a6 after 10 minutes.
gharchive/issue
2024-12-10T23:31:50
2025-04-01T04:35:31.451587
{ "authors": [ "pluim003" ], "repo": "pluim003/upptime", "url": "https://github.com/pluim003/upptime/issues/6946", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2267539026
🛑 Dick Pluim.com is down In b310896, Dick Pluim.com (https://dickpluim.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Dick Pluim.com is back up in 8262baa after 20 minutes.
gharchive/issue
2024-04-28T12:29:02
2025-04-01T04:35:31.454492
{ "authors": [ "pluim003" ], "repo": "pluim003/upptime", "url": "https://github.com/pluim003/upptime/issues/709", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1110392342
Overlapping subtitles the extension just overlaps any lines that run at the same time. I also noticed that behaviour. I believe starting with 6.1 version. I use a 6.0.13 version of extension and dont have that problem with overlaping lines. And also broken transparency. Just see an example below : 6.0.13 6...
gharchive/issue
2022-01-21T12:02:57
2025-04-01T04:35:31.484644
{ "authors": [ "Phoenomenal", "ste-xx" ], "repo": "plussub/plussub", "url": "https://github.com/plussub/plussub/issues/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2646623016
Fix errors in extracting session content for script 02/02 When running the script src/open_discourse/02_preprocessing/02_split_xml_electoral_term_1_and_2.py the log reveils a problem with the following files: Period 1 No session content found in 01014. No session content found in 01001. No session content found in 01...
gharchive/issue
2024-11-09T22:40:24
2025-04-01T04:35:31.523271
{ "authors": [ "pmayd" ], "repo": "pmayd/open-discourse", "url": "https://github.com/pmayd/open-discourse/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2280761342
[BUG] Recursive models generate invalid typescript We have the following python model: class FilterRule(BaseModel): value: str | list[str] operator: Literal["eq", "ne", "in"] field: str field_type: Literal["list", "string"] = "string" def __str__(self) -> str: if self.field_type == "list"...
gharchive/issue
2024-05-06T12:24:44
2025-04-01T04:35:31.528540
{ "authors": [ "kaikun213", "pmcelhaney" ], "repo": "pmcelhaney/counterfact", "url": "https://github.com/pmcelhaney/counterfact/issues/890", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1915936037
no patch package after install Version 0.26.0 was not working because it's trying to run patch-package after install, and the command patch-package is "not found". The only package that's being patched is a dev dependency so it's not needed anyway. Pull Request Test Coverage Report for Build 6328844608 0 of 0 ch...
gharchive/pull-request
2023-09-27T16:26:04
2025-04-01T04:35:31.533996
{ "authors": [ "coveralls", "pmcelhaney" ], "repo": "pmcelhaney/counterfact", "url": "https://github.com/pmcelhaney/counterfact/pull/583", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1125089533
Suggestion: Advanced List indexing options It has been suggested to add more indexing options for lists. Here an example from Python: Indexing in Python I looked into it a bit ; some of these features (like reverse indexing) are not easily possible without breaking the current List model in microScript which is ver...
gharchive/issue
2022-02-06T03:01:41
2025-04-01T04:35:31.576651
{ "authors": [ "TinkerStudio", "pmgl" ], "repo": "pmgl/microstudio", "url": "https://github.com/pmgl/microstudio/issues/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1254314330
⚠️ Slack has degraded performance In 88779b9, Slack (https://status.slack.com/api/v2.0.0/current) experienced degraded performance: HTTP code: 200 Response time: 131 ms Resolved: Slack performance has improved in 8ecff92.
gharchive/issue
2022-05-31T19:14:47
2025-04-01T04:35:31.580139
{ "authors": [ "pmmmwh" ], "repo": "pmmmwh/upptime", "url": "https://github.com/pmmmwh/upptime/issues/140", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1333915141
⚠️ GitHub has degraded performance In 077d967, GitHub (https://www.githubstatus.com/api/v2/status.json) experienced degraded performance: HTTP code: 200 Response time: 237 ms Resolved: GitHub performance has improved in c114ccb.
gharchive/issue
2022-08-10T00:24:22
2025-04-01T04:35:31.582693
{ "authors": [ "pmmmwh" ], "repo": "pmmmwh/upptime", "url": "https://github.com/pmmmwh/upptime/issues/182", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1917702919
🛑 Google is down In f33b643, Google (https://www.google.com) was down: HTTP code: 429 Response time: 352 ms Resolved: Google is back up in 88c667b after 7 minutes.
gharchive/issue
2023-09-28T14:43:21
2025-04-01T04:35:31.585128
{ "authors": [ "pmmmwh" ], "repo": "pmmmwh/upptime", "url": "https://github.com/pmmmwh/upptime/issues/528", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2056715771
XR integration Do you have any hints How can I integrate with @react-three/xr ? I would like to use it as it works by default with additional support of VR, when when enter VR is clicked. Any hints are welcome. I'm also interested in integrating it with XR, but I haven't tried @react-three/xr yet. I'll give it a tr...
gharchive/issue
2023-12-26T21:23:46
2025-04-01T04:35:31.595182
{ "authors": [ "CodyJasonBennett", "ErdongChen-Andrew", "antpb", "jamesrez", "krzysztofpniak" ], "repo": "pmndrs/ecctrl", "url": "https://github.com/pmndrs/ecctrl/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1144973487
Bug: Disabled input values can be mutated via keyboard The disabled input can be focused using tab or shift+tab, and then mutated using keyboard shortcuts and keys. Demo GIF: Demo Code: @Sec-ant thanks for reporting this, it should now be fixed! @Sec-ant thanks for reporting this, it should now be fixed! Much...
gharchive/issue
2022-02-20T10:01:10
2025-04-01T04:35:31.598096
{ "authors": [ "Sec-ant", "dbismut" ], "repo": "pmndrs/leva", "url": "https://github.com/pmndrs/leva/issues/309", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
893145348
Able to drag Leva window under text It can't be dragged back again as the text eats the click event. Is it possible to disable dragging on Leva entirely? https://user-images.githubusercontent.com/25351731/118467883-1d07db00-b6fc-11eb-9ed4-eadf71a1c1e1.mov Hey! Thank you so much for catching that! Just removed the a...
gharchive/issue
2021-05-17T09:39:58
2025-04-01T04:35:31.600651
{ "authors": [ "SaraVieira", "alii" ], "repo": "pmndrs/market", "url": "https://github.com/pmndrs/market/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1551969247
other: update sbt-native-packager from 1.9.7 to 1.9.13 Updates com.github.sbt:sbt-native-packager from 1.9.7 to 1.9.13. GitHub Release Notes - Changelog - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close...
gharchive/pull-request
2023-01-22T01:11:41
2025-04-01T04:35:31.647286
{ "authors": [ "codecov-commenter", "pnerg" ], "repo": "pnerg/jmx-runtime-json", "url": "https://github.com/pnerg/jmx-runtime-json/pull/79", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
278993577
Genome binning @brwnj I' started implementing concoct and am hesitating to use anvi'o. which has a lot of additional tools (may be too much).. what do you think? If you decide you really want to dive into it, I would make it an optional protocol and a separate conda environment -- like you're starting to do with c...
gharchive/issue
2017-12-04T13:21:34
2025-04-01T04:35:31.656814
{ "authors": [ "SilasK", "brwnj" ], "repo": "pnnl/atlas", "url": "https://github.com/pnnl/atlas/issues/57", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
487886171
New command: create custom connector Implemented as paconn create in PowerPlatform Connectors CLI (https://github.com/microsoft/PowerPlatformConnectors) Command paconn create : Creates a new custom connector from the given directory. Arguments --api-def : Location of the Open API definition JSON document...
gharchive/issue
2019-09-01T13:26:17
2025-04-01T04:35:31.675808
{ "authors": [ "garrytrinder", "waldekmastykarz" ], "repo": "pnp/cli-microsoft365", "url": "https://github.com/pnp/cli-microsoft365/issues/1083", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }