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 |
|---|---|---|---|---|---|
67739889 | Revert "kube-apiserver in a pod."
Reverts GoogleCloudPlatform/kubernetes#6709
After offline discussion with @ArtfulCoder, we think there might be a missing volume for kube-apiserver pod. Revert this for weekend. We are going to investigate soon.
@ArtfulCoder
Please don't merge since I am running e2e without this PR... | gharchive/pull-request | 2015-04-11T05:56:15 | 2025-04-01T06:42:33.875294 | {
"authors": [
"dchen1107",
"roberthbailey"
],
"repo": "GoogleCloudPlatform/kubernetes",
"url": "https://github.com/GoogleCloudPlatform/kubernetes/pull/6722",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
70329035 | Avoid benchmarks from being optimized
This is followup from #7163
This change LGTM, but I don't see how compiler could optimize the code in a way to not run converting function because we use err.
| gharchive/pull-request | 2015-04-23T06:58:19 | 2025-04-01T06:42:33.876232 | {
"authors": [
"fgrzadkowski",
"wojtek-t"
],
"repo": "GoogleCloudPlatform/kubernetes",
"url": "https://github.com/GoogleCloudPlatform/kubernetes/pull/7213",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2349257557 | Cross project TPU access
Description
Support TPU resource access from project cloud-ml-benchmarking
Tests
Test link.
v5e capacity is not assigned yet, we should expect it come up in following 1-2 days.
Checklist
Before submitting this PR, please make sure (put X in square brackets):
[x] I have performed a self-revie... | gharchive/pull-request | 2024-06-12T16:57:45 | 2025-04-01T06:42:33.959316 | {
"authors": [
"zpcore"
],
"repo": "GoogleCloudPlatform/ml-auto-solutions",
"url": "https://github.com/GoogleCloudPlatform/ml-auto-solutions/pull/321",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
644191341 | Res mapper
Now ready for final review
Implemented a resource mapper from OT resources to Monitored Resources.
For now, it only covers the K8S. More types would be added in the future.
OT resources:
https://github.com/census-instrumentation/opencensus-specs/blob/master/resource/StandardResources.md#kubernetes
Monitore... | gharchive/pull-request | 2020-06-23T22:34:55 | 2025-04-01T06:42:33.962952 | {
"authors": [
"YANYZP",
"james-bebbington",
"ymotongpoo"
],
"repo": "GoogleCloudPlatform/opentelemetry-operations-go",
"url": "https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/52",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
355273523 | WordPress on App Engine Standard for PHP 7.2 can't continue the installation step
Hello,
I follow the step on https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/wordpress
After #gcloud app deploy app.yaml cron.yaml
Then access the site, and try to continue the installation step, it sh... | gharchive/issue | 2018-08-29T18:08:23 | 2025-04-01T06:42:33.976880 | {
"authors": [
"andrzejkrawczyk",
"bshaffer",
"coreysyms",
"datar-ai"
],
"repo": "GoogleCloudPlatform/php-docs-samples",
"url": "https://github.com/GoogleCloudPlatform/php-docs-samples/issues/695",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1685264351 | Comparison, concat and hash functions for the same field are failing for MySQL
[Problem externally pointed out by an user]
This one is successful
data-validation -v -ll=INFO validate row --source-conn SOURCE -tc bq --tables-list SOURCE_TABLE=TARGET_TABLE --comparison-fields='amount' --primary-keys=id --format=json... | gharchive/issue | 2023-04-26T15:35:11 | 2025-04-01T06:42:33.983147 | {
"authors": [
"Raniksingh",
"helensilva14",
"piyushsarraf"
],
"repo": "GoogleCloudPlatform/professional-services-data-validator",
"url": "https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/820",
"license": "Apache-2.0",
"license_type": "permissive",
"license_so... |
710433263 | Action not creating release PR
Hi - I am trying to use this action for a project, and for some reason it has not created a release PR. I have had 2 commits since the last release, one of which adds release-please-action, and the other is a feat: ... commit.
I see this message in the action logs.
Run GoogleCloudPlatf... | gharchive/issue | 2020-09-28T17:01:12 | 2025-04-01T06:42:33.995794 | {
"authors": [
"bcoe",
"lance"
],
"repo": "GoogleCloudPlatform/release-please-action",
"url": "https://github.com/GoogleCloudPlatform/release-please-action/issues/74",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1672004817 | Fix terraform warnings/errors during E2E runs
Don't initialize firebase if running E2E tests
Check for left over gke-sa service account
Was able to find the command to check if firestore exists:
gcloud alpha firestore databases list
/e2e-test
| gharchive/pull-request | 2023-04-17T21:35:45 | 2025-04-01T06:42:33.997765 | {
"authors": [
"lavjain"
],
"repo": "GoogleCloudPlatform/solutions-template",
"url": "https://github.com/GoogleCloudPlatform/solutions-template/pull/76",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1615894925 | feat: :sparkles: probes capabilites for cloud run
Hi! I spent some time adding dynamic blocks for liveness and readiness probes with optional blocks. I hope you like it
what did i do wrong? i am using the code i submitted and it works fine, do i need to modify something in the tests?
/gcbrun
what did i do wron... | gharchive/pull-request | 2023-03-08T20:32:47 | 2025-04-01T06:42:34.003885 | {
"authors": [
"Klaitos",
"amandakarina",
"andrewmackett",
"apeabody",
"gtsorbo",
"prabhu34",
"rs1986x"
],
"repo": "GoogleCloudPlatform/terraform-google-cloud-run",
"url": "https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/pull/101",
"license": "apache-2.0",
"lice... |
1139502634 | Update to go1.17
Update kpt to require go 1.17. This is in preparation to update the cli-utils library that have this requirement due to dependencies on k8s libraries.
Indeed. #2743 is the PR where porch branch got upgraded to 1.17 and newer versions of dependencies
| gharchive/pull-request | 2022-02-16T04:02:02 | 2025-04-01T06:42:34.023045 | {
"authors": [
"martinmaly",
"mortent"
],
"repo": "GoogleContainerTools/kpt",
"url": "https://github.com/GoogleContainerTools/kpt/pull/2804",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1262387953 | Fix code scanning alert - Incomplete URL substring sanitization
Tracking issue for:
[x] https://github.com/GoogleGenius/plane/security/code-scanning/4
Fixed in 640eee022a71b0fd46079984b2faea288ca5c018
| gharchive/issue | 2022-06-06T20:36:21 | 2025-04-01T06:42:34.033337 | {
"authors": [
"GoogleGenius"
],
"repo": "GoogleGenius/plane",
"url": "https://github.com/GoogleGenius/plane/issues/20",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2223049435 | fix: ensure valid step status in stepper control
Unit tests are not complete.
Hi @rstyan, thank you for the PR. It looks like we like use a specific context to share states/data among different components. However, I still have not figured out where the global data is actually stored.
| gharchive/pull-request | 2024-04-03T14:09:02 | 2025-04-01T06:42:34.067924 | {
"authors": [
"rstyan",
"solittlework"
],
"repo": "GovAlta/adsp-monorepo",
"url": "https://github.com/GovAlta/adsp-monorepo/pull/2777",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1769803005 | feat(1136): Add Tabs component
1. What this code change do:
Add Tabs and TabItem under web-components
Add demo route for Tabs in Angular and React demo
Add a new story book page for Tabs component
Unit tests added
Screenshots
MOBILE VERSION:
DESKTOP:
2. Make sure that you've checked the boxes below before you ... | gharchive/pull-request | 2023-06-22T14:28:02 | 2025-04-01T06:42:34.084577 | {
"authors": [
"Radha-Alberta",
"vanessatran-ddi"
],
"repo": "GovAlta/ui-components",
"url": "https://github.com/GovAlta/ui-components/pull/1249",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
808738717 | Änderungen der Eigenschaften von dct:temporal und dct:PeriodOfTime
Die Verbindlichkeit der dcat:Dataset-Eigenschaft dct:temporal wurde von optional auf empfohlen erhöht.
Die Klasse dct:PeriodOfTime verzichtet künftig auf schema:startDate und schema:endDate zu Gunsten von dcat:startDate und dcat:endDate. Die Range ist... | gharchive/issue | 2021-02-15T18:18:51 | 2025-04-01T06:42:34.088658 | {
"authors": [
"GKStGovData",
"init-dcat-ap-de"
],
"repo": "GovDataOfficial/DCAT-AP.de",
"url": "https://github.com/GovDataOfficial/DCAT-AP.de/issues/57",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
970853635 | Cannot confirm unfollow
Bot fails to unfollow users
[08/13 13:03:01] INFO | Back to the profile. (action_unfollow_followers.py:499)
[08/13 13:03:01] DEBUG | Press back button. (device_facade.py:108)
[08/13 13:03:01] DEBUG | 0.3s sleep (utils.py:365)
[08/13 13:03:02] DEBUG | Unfollow button click. (action... | gharchive/issue | 2021-08-14T07:40:17 | 2025-04-01T06:42:34.106288 | {
"authors": [
"mastrolube",
"oldtajik"
],
"repo": "GramAddict/bot",
"url": "https://github.com/GramAddict/bot/issues/209",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
741678003 | Time Schedule
Implement logic to allow set time schedule configuration for script and run script automatically in appropriate time.
Use XML Time Trigger for Winfows URL
| gharchive/issue | 2020-11-12T15:07:20 | 2025-04-01T06:42:34.107622 | {
"authors": [
"Gramli"
],
"repo": "Gramli/Scriper",
"url": "https://github.com/Gramli/Scriper/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2321204912 | Draft: Add total stake % columns for staking ledgers
Closes: #502
@n1tranquilla Please do not prepend "Draft:" to the PR title if the PR is not actually a draft PR. I can't tell whether the title is incorrect, or the draft status is incorrect.
| gharchive/pull-request | 2024-05-28T14:18:53 | 2025-04-01T06:42:34.120909 | {
"authors": [
"n1tranquilla",
"robinbb"
],
"repo": "Granola-Team/mina-block-explorer",
"url": "https://github.com/Granola-Team/mina-block-explorer/pull/704",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1330868704 | perf: display process name as first frame, not thread name
perf emits the thread comm as the comm of samples, and that's taken to be the first frame of a sample.
This results in profiles like this one:
Attach API wait is the thread's comm. The process comm is java. This sample shows async-profiler in the stack but I... | gharchive/issue | 2022-08-06T23:25:37 | 2025-04-01T06:42:34.125788 | {
"authors": [
"Jongy"
],
"repo": "Granulate/gprofiler",
"url": "https://github.com/Granulate/gprofiler/issues/431",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2556015926 | BUG: Wrapper component breaks when property is changed after deleting child section
GrapesJS version
[X] I confirm to use the latest version of GrapesJS
GrapesJS MJML version
[X] I confirm to use the latest version of GrapesJS MJML
What browser are you using?
Brave Version 1.70.119 Chromium: 129.0.6668.70
Reprodu... | gharchive/issue | 2024-09-30T09:01:01 | 2025-04-01T06:42:34.132917 | {
"authors": [
"akzhysparrow"
],
"repo": "GrapesJS/mjml",
"url": "https://github.com/GrapesJS/mjml/issues/385",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1462417508 | Pull to refresh metadata
Would be an easier method of refreshing the data and checking for updates, rather than having to close and re-open the app every time.
It's already implemented. We haven't had a release for a while due to high priority issues that need to be resolved. The status of what's in the last releas... | gharchive/issue | 2022-11-23T21:17:19 | 2025-04-01T06:42:34.141743 | {
"authors": [
"glukonian",
"thestinger"
],
"repo": "GrapheneOS/Apps",
"url": "https://github.com/GrapheneOS/Apps/issues/251",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2178721876 | 关于构建后的疑问
1.我在viteConfig中设置
webUpdateNotice({ logVersion: true, versionType: "build_timestamp" })
当我执行npm run build 的时候,发现index.html的window.pluginWebUpdateNotice_version和pluginWebUpdateNotice中的web_version_by_plugin的version字段是一样的
这个时候我刷新页面不会有提示,只有手动的修改了,其中一个的数字才会有改变,我不可能每次构建都手动去修改这其中的某个值把?
这种情况有什么好的... | gharchive/issue | 2024-03-11T10:02:28 | 2025-04-01T06:42:34.247256 | {
"authors": [
"GreatAuk",
"whenTheMorningDark"
],
"repo": "GreatAuk/plugin-web-update-notification",
"url": "https://github.com/GreatAuk/plugin-web-update-notification/issues/57",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1296801016 | [FR]
Now I want to develop more to Container manager System from this source code it ok?
ok , no problem
Thank so much
Vào Th 5, 7 thg 7, 2022 vào lúc 13:47 GreaterWMS @.***>
đã viết:
ok , no problem
—
Reply to this email directly, view it on GitHub
https://github.com/GreaterWMS/GreaterWMS/issues/218#issuecomm... | gharchive/issue | 2022-07-07T04:41:34 | 2025-04-01T06:42:34.251841 | {
"authors": [
"Singosgu",
"huyngh"
],
"repo": "GreaterWMS/GreaterWMS",
"url": "https://github.com/GreaterWMS/GreaterWMS/issues/218",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2741364003 | 🛑 Server Ultra is down
In 489c339, Server Ultra (https://ultra.greathost.ro) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Server Ultra is back up in afc516a after 3 minutes.
| gharchive/issue | 2024-12-16T05:22:14 | 2025-04-01T06:42:34.254595 | {
"authors": [
"GreathostRo"
],
"repo": "GreathostRo/upptime",
"url": "https://github.com/GreathostRo/upptime/issues/4335",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1816450971 | 🛑 Server Gaming is down
In 344d620, Server Gaming (https://game.greathost.ro) was down:
HTTP code: 403
Response time: 1141 ms
Resolved: Server Gaming is back up in 5269d51.
| gharchive/issue | 2023-07-21T22:38:00 | 2025-04-01T06:42:34.257643 | {
"authors": [
"GreathostRo"
],
"repo": "GreathostRo/upptime",
"url": "https://github.com/GreathostRo/upptime/issues/482",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2128937791 | 🛑 Server Gaming is down
In ca7de6f, Server Gaming (https://game.greathost.ro) was down:
HTTP code: 403
Response time: 970 ms
Resolved: Server Gaming is back up in 12e5e71 after 11 minutes.
| gharchive/issue | 2024-02-11T10:52:11 | 2025-04-01T06:42:34.260263 | {
"authors": [
"GreathostRo"
],
"repo": "GreathostRo/upptime",
"url": "https://github.com/GreathostRo/upptime/issues/868",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
172347920 | Added setup for command line script.
Set up script which we can add command-line generators / integrations to.
Coverage remained the same at 99.612% when pulling 89b64755dc0f0e6b33e546dadb928b95a74440b6 on undercase:command-line into 91d247a4d8a43c801afc7f47d100c39205751ad0 on GreenVars:master.
No outside depend... | gharchive/pull-request | 2016-08-21T23:26:36 | 2025-04-01T06:42:34.266824 | {
"authors": [
"GreenVars",
"coveralls",
"undercase"
],
"repo": "GreenVars/diary",
"url": "https://github.com/GreenVars/diary/pull/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
205994329 | Loading of rxjs.js failed with angular-seed project.
Hi all,
I try to use localize-router with mgechev/angular-seed. Everything works with ng2-translate but when I try to use localize-router, I have this error :
(SystemJS) XHR error (404 Not Found) loading http://localhost:5555/node_modules/rxjs.js
Error loading http... | gharchive/issue | 2017-02-07T19:46:41 | 2025-04-01T06:42:34.280254 | {
"authors": [
"fcollombon",
"heyligengregory",
"meeroslav",
"ruffiem"
],
"repo": "Greentube/localize-router",
"url": "https://github.com/Greentube/localize-router/issues/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
411313469 | StackOverflowException on simple model
Got System.StackOverflowException when try to compare
var expected = SuccessModel.Default;
var actual = ...
var compareLogic = new CompareLogic();
var result = compareLogic.Compare(expected, actual);
this model
/// <summary>Success model.</summary>
[DataContract]
public class ... | gharchive/issue | 2019-02-18T05:57:50 | 2025-04-01T06:42:34.283465 | {
"authors": [
"GregFinzer",
"LeonidEfremov"
],
"repo": "GregFinzer/Compare-Net-Objects",
"url": "https://github.com/GregFinzer/Compare-Net-Objects/issues/140",
"license": "MS-PL",
"license_type": "permissive",
"license_source": "github-api"
} |
1503649422 | 🛑 walletcheck API endpoint is down
In 8aee64d, walletcheck API endpoint (https://grinnode.live:8080/walletcheck/grin1zxwrf5yaxlyps4mpx3n7j9kp4su3gzgpdhfk2sgv56q0prcdlzls9e6e0y) was down:
HTTP code: 0
Response time: 0 ms
Resolved: walletcheck API endpoint is back up in cad510a.
| gharchive/issue | 2022-12-19T21:43:39 | 2025-04-01T06:42:34.328854 | {
"authors": [
"MCM-Mike"
],
"repo": "Grinnode-live/upptime",
"url": "https://github.com/Grinnode-live/upptime/issues/724",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
866670507 | Implemented Help Button
Implemented Help Button
Closes #48
Pre-launch Checklist
[x] I have ran dartfmt on all changed files
[x] I have ran "optimize imports" on all changed files
[x] I have addressed all analyzer warnings as best I could
[x] I have added/updated relevant documentation
[x] I have incremented the pack... | gharchive/pull-request | 2021-04-24T06:11:46 | 2025-04-01T06:42:34.340525 | {
"authors": [
"GroovinChip",
"bdlukaa",
"harshvsb1105"
],
"repo": "GroovinChip/macos_ui",
"url": "https://github.com/GroovinChip/macos_ui/pull/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
352661584 | Calling commands from code does not work
string[] feedback = plugin.pluginManager.CommandManager.CallCommand(plugin.pluginManager.Server, "roundrestart", new string[0]);
string response = "";
foreach (string line in feedback)
{
response += line + "\n";
}
The above code returns the response Command roundrestart d... | gharchive/issue | 2018-08-21T18:39:32 | 2025-04-01T06:42:34.347848 | {
"authors": [
"KarlOfDuty",
"ShingekiNoRex",
"laserman367"
],
"repo": "Grover-c13/Smod2",
"url": "https://github.com/Grover-c13/Smod2/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
220391209 | when support to vert.x 3.4.1?
when support to vert.x 3.4.1?
Just committed
| gharchive/issue | 2017-04-08T10:32:13 | 2025-04-01T06:42:34.353124 | {
"authors": [
"arden",
"giovibal"
],
"repo": "GruppoFilippetti/vertx-mqtt-broker",
"url": "https://github.com/GruppoFilippetti/vertx-mqtt-broker/issues/14",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
297750518 | precompiled
Hi, really nice work, Thanks
How to use the pre-compiled zip files?
Is it enough to copy the qtrb_v0.1.img to sd card and the run qmake for the programs on there?
Do you use QT Creator on Ubuntu or something with a remote toolchain?
I don't know how to get started with this.
Thank you very much!
Hello, ... | gharchive/issue | 2018-02-16T11:09:36 | 2025-04-01T06:42:34.421585 | {
"authors": [
"GuillaumeLazar",
"cpo81"
],
"repo": "GuillaumeLazar/qtrb",
"url": "https://github.com/GuillaumeLazar/qtrb/issues/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1298430080 | Port 3000 occupied
Is there a way to change the default server running port? Because I don't have the permission to either check or kill the program running on port 3000. Thanks.
Hi @babaolanqiu,
Thanks for trying to use the extension.
I am sorry, but on the moment the number 3000 is hardcoded. We unfortunately hav... | gharchive/issue | 2022-07-08T03:23:29 | 2025-04-01T06:42:34.462624 | {
"authors": [
"GustavoASC",
"babaolanqiu"
],
"repo": "GustavoASC/google-drive-vscode",
"url": "https://github.com/GustavoASC/google-drive-vscode/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2058612838 | feature: HTTP downloader refacto part 2
Following #351
Codecov Report
Attention: 39 lines in your changes are missing coverage. Please review.
Comparison is base (17105ea) 67.05% compared to head (a750b9d) 63.51%.
Report is 2 commits behind head on main.
Additional details and impacted files
@@ Covera... | gharchive/pull-request | 2023-12-28T16:21:28 | 2025-04-01T06:42:34.473679 | {
"authors": [
"Guts",
"codecov-commenter"
],
"repo": "Guts/qgis-deployment-cli",
"url": "https://github.com/Guts/qgis-deployment-cli/pull/372",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
785283530 | Strings with double escapes at end of string break formatting
For example:
foo = "...\\"
bar = 1
Looks like:
I was able to fix it locally by changing this line:
https://github.com/HAG87/vscode-maxscript-lsp/blob/c06600a397918c97c06ff56455ce750b6c940ae6/syntaxes/maxscript.tmLanguage.json#L270
Remove \"|:
"match": "\... | gharchive/issue | 2021-01-13T17:08:39 | 2025-04-01T06:42:34.481545 | {
"authors": [
"HAG87",
"agrant3d"
],
"repo": "HAG87/vscode-maxscript-lsp",
"url": "https://github.com/HAG87/vscode-maxscript-lsp/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2445434833 | Dependencies not available for HDAnalyzeR package installation
When attempting to install the HDAnalyzeR package, we encounter the following error:
ERROR: dependencies ‘clusterProfiler’, ‘org.Hs.eg.db’, ‘ReactomePA’ are not available for package ‘HDAnalyzeR’
Before the ERROR there is the following warning: Timeout of... | gharchive/issue | 2024-08-02T17:12:55 | 2025-04-01T06:42:34.512311 | {
"authors": [
"kantonopoulos"
],
"repo": "HDA1472/DA_RPackage",
"url": "https://github.com/HDA1472/DA_RPackage/issues/35",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1046526389 | [BUG]
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Screenshots
Desktop
OS:
OS Version/Flavor:
CPU:
Additional context
Upgrade to 1.2.9 pops up message -"exchange" is not in the mnemonic...-
| gharchive/issue | 2021-11-06T14:54:36 | 2025-04-01T06:42:34.533115 | {
"authors": [
"carldex"
],
"repo": "HDDcoin-Network/hddcoin-blockchain",
"url": "https://github.com/HDDcoin-Network/hddcoin-blockchain/issues/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1122887960 | Adding async batch check capability
Added:
/batch endpoint for checking in batch
request_id - For correlating async responses
webhook_url - Optional for service to post back responses asynchronously
items - List of researchers to be check
local_id - required to correlate each check response payload
@camilne... | gharchive/pull-request | 2022-02-03T10:08:49 | 2025-04-01T06:42:34.538250 | {
"authors": [
"susheel"
],
"repo": "HDRUK/accredited-researchers-api",
"url": "https://github.com/HDRUK/accredited-researchers-api/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1620500316 | 🛑 SkipTheTrailers is down
In f59427a, SkipTheTrailers ($STT) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheTrailers is back up in 4b100b8.
| gharchive/issue | 2023-03-12T20:26:59 | 2025-04-01T06:42:34.540632 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/13410",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1352954434 | 🛑 BroadcasTheNet is down
In 15ccd7f, BroadcasTheNet ($BTN) was down:
HTTP code: 0
Response time: 0 ms
Resolved: BroadcasTheNet is back up in ba80fbb.
| gharchive/issue | 2022-08-27T05:59:35 | 2025-04-01T06:42:34.543234 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/1454",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1656259330 | 🛑 SkipTheTrailers is down
In d120904, SkipTheTrailers ($STT) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheTrailers is back up in 5bd6870.
| gharchive/issue | 2023-04-05T20:38:41 | 2025-04-01T06:42:34.545635 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/16574",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1672347087 | 🛑 SkipTheCommericals is down
In db2c67c, SkipTheCommericals ($STC) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheCommericals is back up in 177abda.
| gharchive/issue | 2023-04-18T04:54:35 | 2025-04-01T06:42:34.548221 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/18370",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1679401895 | 🛑 SkipTheTrailers is down
In ff56dd5, SkipTheTrailers ($STT) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheTrailers is back up in 7ff1b3e.
| gharchive/issue | 2023-04-22T07:52:52 | 2025-04-01T06:42:34.550384 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/19013",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1707707335 | 🛑 SkipTheTrailers is down
In d70cb98, SkipTheTrailers ($STT) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheTrailers is back up in b633c05.
| gharchive/issue | 2023-05-12T14:09:14 | 2025-04-01T06:42:34.552587 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/21582",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1751276258 | 🛑 TorrentLeech is down
In 9dcf77f, TorrentLeech ($TL) was down:
HTTP code: 502
Response time: 295 ms
Resolved: TorrentLeech is back up in 4ccd42e.
| gharchive/issue | 2023-06-11T06:51:25 | 2025-04-01T06:42:34.555149 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/23078",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1865345457 | ⚠️ SceneTime has degraded performance
In 2d95670, SceneTime ($ST) experienced degraded performance:
HTTP code: 200
Response time: 11119 ms
Resolved: SceneTime performance has improved in 79f5f0e after 242 days, 15 hours, 4 minutes.
| gharchive/issue | 2023-08-24T14:56:01 | 2025-04-01T06:42:34.557790 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/23592",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2699687507 | ⚠️ SceneTime has degraded performance
In 2e52f99, SceneTime ($ST) experienced degraded performance:
HTTP code: 200
Response time: 2389 ms
Resolved: SceneTime performance has improved in ddfa6a4 after 10 minutes.
| gharchive/issue | 2024-11-27T20:08:29 | 2025-04-01T06:42:34.560146 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/29966",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1515095918 | 🛑 SkipTheTrailers is down
In 3b7a60f, SkipTheTrailers ($STT) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheTrailers is back up in 5c8775c.
| gharchive/issue | 2022-12-31T11:11:47 | 2025-04-01T06:42:34.562394 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/3835",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1323369761 | 🛑 Redacted is down
In 3862925, Redacted ($RED) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Redacted is back up in 22c3cae.
| gharchive/issue | 2022-07-31T05:52:01 | 2025-04-01T06:42:34.564673 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/677",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1574017187 | 🛑 SkipTheCommericals is down
In 17f730b, SkipTheCommericals ($STC) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheCommericals is back up in 5a51945.
| gharchive/issue | 2023-02-07T09:54:01 | 2025-04-01T06:42:34.567472 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/9029",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1583169621 | 🛑 SkipTheTrailers is down
In 9ac1f77, SkipTheTrailers ($STT) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkipTheTrailers is back up in 9978a38.
| gharchive/issue | 2023-02-13T22:30:23 | 2025-04-01T06:42:34.569790 | {
"authors": [
"HDVinnie"
],
"repo": "HDVinnie/TrackerHub",
"url": "https://github.com/HDVinnie/TrackerHub/issues/9932",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1049154844 | [Enhancement] Optimize CI
[ ] Add running condition
[ ] Select Hugo version
https://github.com/HEIGE-PCloud/DoIt/actions/runs/1441546962
The total duration is less than 1 minute, and maybe I can add more checks such as https://github.com/gjtorikian/html-proofer
| gharchive/issue | 2021-11-09T21:51:03 | 2025-04-01T06:42:34.571898 | {
"authors": [
"HEIGE-PCloud"
],
"repo": "HEIGE-PCloud/DoIt",
"url": "https://github.com/HEIGE-PCloud/DoIt/issues/349",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
528037869 | Organise the 'Organise' section.
Is it wort restructuring the Organise section? It's currently got a lot of pages, and I'm thinking of moving Sponsorship to a separate page, especially since the panel is starting to get very full. Maybe we could group related pages?
It's possible to create subgroups with mkdocs, so... | gharchive/issue | 2019-11-25T11:54:50 | 2025-04-01T06:42:34.586669 | {
"authors": [
"bahorn",
"ksouthern",
"wrussell1999"
],
"repo": "HHEU/wiki",
"url": "https://github.com/HHEU/wiki/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1868879746 | Readme.md 作成する
リポジトリをpublicにしたので最低限の説明は書いておきたい
リポジトリの説明文だけで事足りるのでClose
| gharchive/issue | 2023-08-28T03:15:23 | 2025-04-01T06:42:34.593691 | {
"authors": [
"HIJIKIsw"
],
"repo": "HIJIKIsw/FlappyKazuha",
"url": "https://github.com/HIJIKIsw/FlappyKazuha/issues/52",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
421814217 | Is there any possible continue training with pretrained models?
In order to training on some small task specific datasets, is there any ways for continue training?
i am afraid it is impossible to use softmax. you can try some softmax-free method like the one in https://arxiv.org/abs/1902.11269
Thanks!
| gharchive/issue | 2019-03-16T14:45:05 | 2025-04-01T06:42:34.595297 | {
"authors": [
"Oneplus",
"bifeng"
],
"repo": "HIT-SCIR/ELMoForManyLangs",
"url": "https://github.com/HIT-SCIR/ELMoForManyLangs/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2726237211 | fix extra kwargs error: keyword_extraction.
add lazy_external_load to reduce external lib deps whenever it's not necessary for user.
Thanks!
| gharchive/pull-request | 2024-12-09T07:32:20 | 2025-04-01T06:42:34.596564 | {
"authors": [
"LarFii",
"davidleon"
],
"repo": "HKUDS/LightRAG",
"url": "https://github.com/HKUDS/LightRAG/pull/429",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
115694185 | Logged-in user shows Hello [e-mail]! at the top right corner
The Hello or Welcome should show the user's first name or full name instead of e-mail address. This will be contingent upon issue #209 being completed to request the users name during registration.
Duplicated of #273
| gharchive/issue | 2015-11-07T21:47:50 | 2025-04-01T06:42:34.640338 | {
"authors": [
"Harmonym",
"tonysurma"
],
"repo": "HTBox/allReady",
"url": "https://github.com/HTBox/allReady/issues/210",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
188635553 | closed Issue #1355
limited input to 200 chars and truncated in volunteer view
@pranap, looks like this unit test failed in this PR:
AllReady.UnitTest.Areas.Admin.Features.Tasks.TaskStatusChangeHandlerShould.VolunteerCannotCompleteTaskFromAssignedStatus
Let me look at it.
On Nov 10, 2016, at 5:10 PM, Michael McCa... | gharchive/pull-request | 2016-11-10T22:26:32 | 2025-04-01T06:42:34.643576 | {
"authors": [
"mgmccarthy",
"pranap"
],
"repo": "HTBox/allReady",
"url": "https://github.com/HTBox/allReady/pull/1478",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
304084398 | Add Extensive Example for hydrus Workflow
As in https://github.com/HTTP-APIs/documentation-hydrus/issues/6
As hydrus define a precise workflow like:
the API designer write a SWAGGER/OpenAPI JSON document that describes his/her API (yet to be implemented, hopefully this year. Please consider submitting an applicatio... | gharchive/issue | 2018-03-10T16:40:50 | 2025-04-01T06:42:34.647987 | {
"authors": [
"Mec-iS"
],
"repo": "HTTP-APIs/hydra-ecosystem-wiki",
"url": "https://github.com/HTTP-APIs/hydra-ecosystem-wiki/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2161344086 | KeyError: 'wasm'
KeyError: 'wasm'
at .aggregate_stats ( /opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/modules/transformation.py:577 )
at .generate_pages ( /opt/apache/beam-venv/beam-venv-worker-sdk-0-0/lib/python3.8/site-packages/modules/transformation.py:184 )
at .get_page ( /opt/apache... | gharchive/issue | 2024-02-29T14:03:02 | 2025-04-01T06:42:34.650400 | {
"authors": [
"rviscomi",
"tunetheweb"
],
"repo": "HTTPArchive/data-pipeline",
"url": "https://github.com/HTTPArchive/data-pipeline/issues/243",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2170196622 | enable Mixtral-8x7B
What does this PR do?
Fixes # (issue)
Before submitting
[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
[ ] Did you make sure to update the documentation with your changes?
[ ] Did you write any new necessary tests?
https://github.com/hugg... | gharchive/pull-request | 2024-03-05T21:46:19 | 2025-04-01T06:42:34.655324 | {
"authors": [
"astachowiczhabana",
"yeonsily"
],
"repo": "HabanaAI/optimum-habana-fork",
"url": "https://github.com/HabanaAI/optimum-habana-fork/pull/89",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2160296547 | created signup page for ams app
@rani620 @RitwikSingh28
Title: Sign-Up Page UI
Summary:
This pull request introduces a new signup_page widget with a user interface for a sign-up page in a Flutter application. The UI includes form fields for email and password, as well as options for password visibility, a "Remember... | gharchive/pull-request | 2024-02-29T03:48:37 | 2025-04-01T06:42:34.717084 | {
"authors": [
"RitwikSingh28",
"mahimak13"
],
"repo": "HackSlashNITP/AMS",
"url": "https://github.com/HackSlashNITP/AMS/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
942436519 | Enhancement: Improve firebase alert based error handling in the front-end
User story
Who: As a user
What: I want to see meaningful messages when in the UI when authentication fails
Why: so that I can react to the messages and act accordingly
Implementation details
Remove the alerts when authentication fails and inste... | gharchive/issue | 2021-07-12T20:50:58 | 2025-04-01T06:42:34.723062 | {
"authors": [
"NatsGt",
"senner007"
],
"repo": "HackYourFuture-CPH/simply-name.it",
"url": "https://github.com/HackYourFuture-CPH/simply-name.it/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
89583739 | Use markdown in notification message
The gist link in the sync success message is broken, because the notification manager uses markdown to format the message.
Notifications use Marked which allows HTML.
I also prefer the link on a new line:
Screenie of this PR:
@antm611 Can you provide some (reproducible) info... | gharchive/pull-request | 2015-06-19T14:55:31 | 2025-04-01T06:42:34.728784 | {
"authors": [
"antm611",
"dirk-thomas",
"jerone"
],
"repo": "Hackafe/atom-sync-settings",
"url": "https://github.com/Hackafe/atom-sync-settings/pull/75",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1693655755 | Validate Item ID Uniqueness
When loading items, the item IDs should be validated to not cause interference with other mods or the base game. The simplest solution that does take performance into account would be to populate a HashSet with existing item IDs and throwing an exception when attempting to add an item with... | gharchive/issue | 2023-05-03T08:56:17 | 2025-04-01T06:42:34.743058 | {
"authors": [
"Hacktix",
"bdlm-dev"
],
"repo": "Hacktix/Winch",
"url": "https://github.com/Hacktix/Winch/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
464550422 | 边框样式似乎有些问题
请问是在哪个网页上的呢?
| gharchive/issue | 2019-07-05T09:29:05 | 2025-04-01T06:42:34.765509 | {
"authors": [
"Haixiang6123",
"Nightmare1664"
],
"repo": "Haixiang6123/codeblock-beautifier",
"url": "https://github.com/Haixiang6123/codeblock-beautifier/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2190917880 | requires numpy<2 for numba and pandas and so on
I noticed this when submitting PR #477
#503
| gharchive/issue | 2024-03-17T23:16:18 | 2025-04-01T06:42:34.766546 | {
"authors": [
"HajimeKawahara"
],
"repo": "HajimeKawahara/exojax",
"url": "https://github.com/HajimeKawahara/exojax/issues/478",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1155242021 | Feature/sij0mask
I have implemented the feature to do the masking based on the line strengths at a given typical temperature Ttyp instead of 296 K. You can provide the temperature used for the masking as follows;
mdbCO=moldb.MdbExomol(emf,nus,crit=1.e-40,Ttyp=1200.)
I have set the default typical temperature Ttyp to ... | gharchive/pull-request | 2022-03-01T11:49:46 | 2025-04-01T06:42:34.769687 | {
"authors": [
"HajimeKawahara",
"ykawashima"
],
"repo": "HajimeKawahara/exojax",
"url": "https://github.com/HajimeKawahara/exojax/pull/223",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1451282582 | Desktop Cross-platform Support
Yorot.Avalonia, the official Yorot flavor uses CefNet, a wrapper around the Chromium Embedded Framework that is cross-platform. This flavor also uses AvaloniaUI which is cross-platform graphical user interface library with Model-Vie-View-Model function so developers can dynamically upda... | gharchive/issue | 2022-11-16T10:07:13 | 2025-04-01T06:42:34.812298 | {
"authors": [
"Haltroy"
],
"repo": "Haltroy/Yorot.Avalonia",
"url": "https://github.com/Haltroy/Yorot.Avalonia/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2084510095 | [DI] Создать страницу в вики
Добавить страницу в вики, по примеру существующих и заполнить ее:
[ ] ссылки на макеты
[ ] цветовую схему
[ ] иконку в png и svg
https://github.com/Handmade-Portal/docs/wiki/UI-UX-design
@thelisass Картинки как будто нарушают читаемость. Попробуй изменить размер картинок (сделай их ... | gharchive/issue | 2024-01-16T17:43:42 | 2025-04-01T06:42:34.897766 | {
"authors": [
"SergeyShapovaIov",
"l3r8yJ",
"thelisass"
],
"repo": "Handmade-Portal/docs",
"url": "https://github.com/Handmade-Portal/docs/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1628550023 | Transfer 穿梭框无法获取右列被选取的项目
Describe the bug
使用Transfer 穿梭框时,当项目被选中传递到右侧列表时,无论右侧列表中的项目是否被选中,均无法获取到被传递过去的的项目,SelectedItems为null。
当左侧列表的某些项目被选中时,能够获取SelectedItems,此时其内容为左列中被选中的项目。
Steps to reproduce the bug
新建一个WPF项目,NuGet添加HandyControl,添加添加Transfer 穿梭框即可。
无论是否MVVM模式,均无法获取。
Expected behavior
No response
Screenshots
No res... | gharchive/issue | 2023-03-17T01:42:16 | 2025-04-01T06:42:34.901755 | {
"authors": [
"NaBian",
"zch1661"
],
"repo": "HandyOrg/HandyControl",
"url": "https://github.com/HandyOrg/HandyControl/issues/1368",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2404555226 | hc:Window尺寸变化卡顿
Describe the bug
hc:Window 鼠标对其进行拖动改变尺寸时,尺寸变化不丝滑,即使我窗体里面没有什么内容。而且有白色背景
Steps to reproduce the bug
创建一个hc:Window
直接用鼠标进行窗口尺寸变化
可以和WPF自带WIndow对比
似乎给窗体增加:
NonClientFrameEdges = NonClientFrameEdges.Left | NonClientFrameEdges.Right | NonClientFrameEdges.Bottom
就好了
奇怪,没找到NonClientFrameEdges呢
我是这样骚写... | gharchive/issue | 2024-07-12T03:07:55 | 2025-04-01T06:42:34.905270 | {
"authors": [
"hb2cpc",
"lenkaset"
],
"repo": "HandyOrg/HandyControl",
"url": "https://github.com/HandyOrg/HandyControl/issues/1618",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1299933372 | Project Card small design change
Old:
New:
The project title is now bigger and not blue.
Now debate
I think this looks great. Part of me wants the resource title to be underlined so it is clear it is clickable, other part says that it will probably look terrible with several cards stacked on top of each other.
... | gharchive/pull-request | 2022-07-10T14:21:48 | 2025-04-01T06:42:34.912230 | {
"authors": [
"AlessioGr",
"Djaytan",
"TureBentzin",
"lokka30"
],
"repo": "HangarMC/Hangar",
"url": "https://github.com/HangarMC/Hangar/pull/739",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2025493442 | 🛑 Assets server is down
In 2b3259a, Assets server (https://assets.scratch.mit.edu) was down:
HTTP code: 503
Response time: 1492 ms
Resolved: Assets server is back up in c706766 after 1 hour, 33 minutes.
| gharchive/issue | 2023-12-05T07:46:44 | 2025-04-01T06:42:34.935759 | {
"authors": [
"Auto5958"
],
"repo": "Hans5958/Scratch-Upptime",
"url": "https://github.com/Hans5958/Scratch-Upptime/issues/686",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1973671024 | 🛑 Russian is down
In b09e6c4, Russian (https://ru.scratch-wiki.info) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Russian is back up in 5d23a45 after 2 hours, 18 minutes.
| gharchive/issue | 2023-11-02T07:33:06 | 2025-04-01T06:42:34.938262 | {
"authors": [
"Auto5958"
],
"repo": "Hans5958/Scratch-Wiki-Upptime",
"url": "https://github.com/Hans5958/Scratch-Wiki-Upptime/issues/1022",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2417255081 | 🛑 Hungarian is down
In 1acd04a, Hungarian (https://hu.scratch-wiki.info) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Hungarian is back up in 8fa9cfd after 13 minutes.
| gharchive/issue | 2024-07-18T19:45:47 | 2025-04-01T06:42:34.940743 | {
"authors": [
"Auto5958"
],
"repo": "Hans5958/Scratch-Wiki-Upptime",
"url": "https://github.com/Hans5958/Scratch-Wiki-Upptime/issues/3792",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1825790638 | 🛑 Bing Straslate API is down
In e958c63, Bing Straslate API (https://fy.haoda7.repl.co/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bing Straslate API is back up in 737dd22.
| gharchive/issue | 2023-07-28T06:25:40 | 2025-04-01T06:42:34.946353 | {
"authors": [
"Haoqi7"
],
"repo": "Haoqi7/uptime",
"url": "https://github.com/Haoqi7/uptime/issues/1904",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1874007816 | 🛑 AI对话 is down
In 1f10c2c, AI对话 (https://haoqi7-question.hf.space/) was down:
HTTP code: 503
Response time: 228 ms
Resolved: AI绘画 is back up in c9dff31 after .
| gharchive/issue | 2023-08-30T16:23:15 | 2025-04-01T06:42:34.948747 | {
"authors": [
"Haoqi7"
],
"repo": "Haoqi7/uptime",
"url": "https://github.com/Haoqi7/uptime/issues/4667",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1725136701 | 🛑 Happy Vibes Bot 3 is down
In 975ab30, Happy Vibes Bot 3 ($BOT3) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Happy Vibes Bot 3 is back up in 98ada80.
| gharchive/issue | 2023-05-25T05:55:05 | 2025-04-01T06:42:34.950862 | {
"authors": [
"samosaman73"
],
"repo": "Happy-Vibes-Bot/status",
"url": "https://github.com/Happy-Vibes-Bot/status/issues/5266",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1067611322 | 🛑 Happy Vibes Bot 5 is down
In 414cad0, Happy Vibes Bot 5 ($BOT5) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Happy Vibes Bot 5 is back up in 05ae22c.
| gharchive/issue | 2021-11-30T19:46:10 | 2025-04-01T06:42:34.953208 | {
"authors": [
"samosaman73"
],
"repo": "Happy-Vibes-Bot/status",
"url": "https://github.com/Happy-Vibes-Bot/status/issues/601",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
177686607 | sb2 file will not convert
I tried to convert this project and I think it has an unknown variable that the converter doesn't recognize like you said here is the file and the the link to the project just in case you need it thank you.
Hi Madelyn,
The problem is the "when loudness > 10" block in the "Dog Puppy" sprit... | gharchive/issue | 2016-09-19T00:04:17 | 2025-04-01T06:42:34.964131 | {
"authors": [
"Hardmath123",
"cone-madelync"
],
"repo": "Hardmath123/Snapin8r",
"url": "https://github.com/Hardmath123/Snapin8r/issues/25",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
678812238 | Citing this GitHub repo
I'm using this repo to plot my thesis network, should I cite your work? if yes, what's the BibTeX citation?
Thanks
You can get it from here:
| gharchive/issue | 2020-08-14T00:12:35 | 2025-04-01T06:42:34.968915 | {
"authors": [
"HarisIqbal88",
"raghada"
],
"repo": "HarisIqbal88/PlotNeuralNet",
"url": "https://github.com/HarisIqbal88/PlotNeuralNet/issues/88",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1006194904 | 建议:添加对于同步作业至Reminders的课程过滤功能
主要针对类似“实验室科研探究”,“物理实验”等动辄会留80+作业的课,添加到Reminders里之后会很乱
请问 Reminders 指什么?你是否要找的是 LearnX?
sry,已经重新在learnX仓库提issue了
| gharchive/issue | 2021-09-24T08:03:54 | 2025-04-01T06:42:34.978433 | {
"authors": [
"Harry-Chen",
"zhuml19"
],
"repo": "Harry-Chen/Learn-Helper",
"url": "https://github.com/Harry-Chen/Learn-Helper/issues/107",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1858467318 | 发现一个奇特的现象
自从我上次填写了KievRPSSecAuth和token,上次人机验证已有14天,可我到现在还没再遇到人机验证,cookie是拿出来共享的,基本每天都会达到24h限制
huggingface和cf的服务器都能用
vercel部署
自从随机IP压缩到微软云后,就出现了这些彩蛋。
共享ID的好处是,有些地方是可以连第一个官方服务器的,会造成共享ID一直被官方认证。
现在认证ID非常方便,每个账户搞个cf部署,要认证的时候科学上网后选官方服务器,打开部署随便点击一下就过认证了。
🤔有点意思
🤔有点意思
这个号是上个月注册的新号,我懒得做人机验证,结果发现了这个现象
自从随机IP压缩... | gharchive/issue | 2023-08-21T02:56:36 | 2025-04-01T06:42:34.983732 | {
"authors": [
"Harry-zklcdc",
"SokWith",
"karlcrane2015",
"luckyEason"
],
"repo": "Harry-zklcdc/go-proxy-bingai",
"url": "https://github.com/Harry-zklcdc/go-proxy-bingai/issues/151",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
663922438 | Create NOOB_AA.js
new pr
awesome work
| gharchive/pull-request | 2020-07-22T17:16:56 | 2025-04-01T06:42:34.986201 | {
"authors": [
"Harsh-Vashistha"
],
"repo": "Harsh-Vashistha/hello-open-source",
"url": "https://github.com/Harsh-Vashistha/hello-open-source/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
925368003 | Training command
The training command mentioned in README.md has an issue.
python preprocessing/preprocessing_utk.py --data_dir '/path/to/cacd/images' --output_dir 'path/to/save/processed/data'
Has to be preprocess_utk.py. The file is misnamed.
Thanks for the suggestion, I will push a fix
Fixed
| gharchive/issue | 2021-06-19T10:43:57 | 2025-04-01T06:42:35.003201 | {
"authors": [
"HasnainRaz",
"harithagb"
],
"repo": "HasnainRaz/Fast-AgingGAN",
"url": "https://github.com/HasnainRaz/Fast-AgingGAN/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2539509979 | 🛑 FF Freiling is down
In 8284d71, FF Freiling (https://www.feuerwehr-freiling.at) was down:
HTTP code: 0
Response time: 0 ms
Resolved: FF Freiling is back up in 0988f6c after 9 minutes.
| gharchive/issue | 2024-09-20T19:20:04 | 2025-04-01T06:42:35.007151 | {
"authors": [
"HaunBa"
],
"repo": "HaunBa/Uptime-Monitor",
"url": "https://github.com/HaunBa/Uptime-Monitor/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2288346590 | 🛑 Mojang's Public API is down
In 0094685, Mojang's Public API (https://api.mojang.com/) was down:
HTTP code: 504
Response time: 6233 ms
Resolved: Mojang's Public API is back up in 9aaac14 after 6 minutes.
| gharchive/issue | 2024-05-09T19:49:18 | 2025-04-01T06:42:35.023485 | {
"authors": [
"drori200"
],
"repo": "HavenCoreNetwork/havencore-status-page",
"url": "https://github.com/HavenCoreNetwork/havencore-status-page/issues/407",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
434119766 | pdftotree.parse() returns None
Describe the bug
A call to html = pdftotree.parse() returns None for some documents.
To Reproduce
Steps to reproduce the behavior:
Download the file
CaseStudy_ACS.pdf
Execute the code
html = pdftotree.parse(pdf_file="CaseStudy_ACS.pdf", html_path=None, model_type=None, model_path=No... | gharchive/issue | 2019-04-17T06:50:04 | 2025-04-01T06:42:35.075811 | {
"authors": [
"BoPengGit",
"Reyhaneh-Gh",
"gtholpadiperitusai"
],
"repo": "HazyResearch/pdftotree",
"url": "https://github.com/HazyResearch/pdftotree/issues/54",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1507936501 | feat: remove extremely inefficient getMaster ES sync setup
TIS21-3775: Remove legacy steps 6 and 7 from code and rabbit config
LGTM
| gharchive/pull-request | 2022-12-22T13:57:58 | 2025-04-01T06:42:35.080523 | {
"authors": [
"CaiWillis",
"hihilary"
],
"repo": "Health-Education-England/tis-revalidation-integration",
"url": "https://github.com/Health-Education-England/tis-revalidation-integration/pull/380",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
523061839 | PATCH cli
We need to create the cli for PATCH method in the same way of the rest of the method:
hjs generate patch [path] --headers [headers]* --status [status]* --cookies [cookies]* --description [description]*
Take in mind a PATCH test template will be generated by default
These fields are optional
https://www.... | gharchive/issue | 2019-11-14T19:36:13 | 2025-04-01T06:42:35.113203 | {
"authors": [
"HecJimSan"
],
"repo": "HecJimSan/stub-backend",
"url": "https://github.com/HecJimSan/stub-backend/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
219560861 | i cann't connect bluetooth
./bulb.sh
Warring**: Error retrieving accessibility bus address: org.freedesktop:DBus Error.ServiceUnknown: The name org.a11y.Bus was not provided by any service files
pi@raspberrypi:~/Mipow-Playbulb-BTL201 $ ./mipow.exp 60:92:4B:XX:XX:XX status
Connection failed.
pi@raspberrypi:~/
I don't ... | gharchive/issue | 2017-04-05T12:07:53 | 2025-04-01T06:42:35.132838 | {
"authors": [
"Heckie75",
"nevido",
"xtianpaiva"
],
"repo": "Heckie75/Mipow-Playbulb-BTL201",
"url": "https://github.com/Heckie75/Mipow-Playbulb-BTL201/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
804919106 | plls fails when passed an xarray back by numpy
More generally it will fail for any array backend that does not have a chunks attribute.
import microutil as mu
import numpy as np
import xarray as xr
mu.squash_zstack(
xr.DataArray(
np.random.randint(0, 255, size=(5, 512, 512)),
dims=("z", "x", "y")... | gharchive/issue | 2021-02-09T20:58:12 | 2025-04-01T06:42:35.180454 | {
"authors": [
"ianhi",
"jrussell25"
],
"repo": "Hekstra-Lab/microutil",
"url": "https://github.com/Hekstra-Lab/microutil/issues/8",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1391084695 | device option
Hi,
Could you help me to understand how the option "device" works?
Should OmegaFold run on GPU if I provide the parameter "--device cuda"?
How can I choose a particular GPU?
Right now Omegafold is running in my workstation using 32 cores and ignoring the GPUs.
thanks in advance
Yes, I could confirm t... | gharchive/issue | 2022-09-29T15:39:49 | 2025-04-01T06:42:35.188609 | {
"authors": [
"rmarabini",
"rpkarandev"
],
"repo": "HeliXonProtein/OmegaFold",
"url": "https://github.com/HeliXonProtein/OmegaFold/issues/42",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
570283404 | hello
hello
hello
| gharchive/issue | 2020-02-25T03:19:01 | 2025-04-01T06:42:35.212693 | {
"authors": [
"Hello-GS"
],
"repo": "Hello-GS/github-slideshow",
"url": "https://github.com/Hello-GS/github-slideshow/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1397019041 | Add docker-compose.yml
This PR adds the ability to use docker-compose for easy self-hosting.
Thanks. This is great 🚀
| gharchive/pull-request | 2022-10-05T00:45:59 | 2025-04-01T06:42:35.231114 | {
"authors": [
"bjarneo",
"casperklein"
],
"repo": "HemmeligOrg/Hemmelig.app",
"url": "https://github.com/HemmeligOrg/Hemmelig.app/pull/123",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2391148762 | Crash while running custom scenario
I built PacketRusher and was able to test free5GC successfully but while trying custom scenario (without making any modification to scenarios/sample/sample.go) it crashes. Following are the steps:
build custom scenario wasm using scenarios/build.sh
from $PACKET_RUSHER_HOME execute... | gharchive/issue | 2024-07-04T15:59:18 | 2025-04-01T06:42:35.277770 | {
"authors": [
"himanshu3",
"linouxis9"
],
"repo": "HewlettPackard/PacketRusher",
"url": "https://github.com/HewlettPackard/PacketRusher/issues/131",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
97516491 | Distributions causing errors with values that are 0
When assigning any values for distributions to 0, the text gets corrupted and shows up outside of the rendered distribution, and overall causes issues that affect the view of the distribution.
Fixed and it should be available in Grommet stable.
| gharchive/issue | 2015-07-27T17:43:18 | 2025-04-01T06:42:35.278954 | {
"authors": [
"afong94",
"alansouzati"
],
"repo": "HewlettPackard/grommet",
"url": "https://github.com/HewlettPackard/grommet/issues/108",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1728808274 | Botania pickaxes are not added to the tag c:tools/pickaxes (and other tool tags)
Affects cutting board recipes. Examples of affected pickaxes: Manasteel pickaxe, Elementium Pickaxe, Vitreous Pickaxe, Terra shatterer
Affects also shear, axe, and shovel variants
| gharchive/issue | 2023-05-27T16:03:58 | 2025-04-01T06:42:35.300861 | {
"authors": [
"Pretender8"
],
"repo": "HexxyCraft/modpack",
"url": "https://github.com/HexxyCraft/modpack/issues/79",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.