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 |
|---|---|---|---|---|---|
1936405649 | Need an Easy Way to Add Implied Automatic Modules to the Module Path (Parity with Maven)
tl;dr: I just want to add a few implied automatic modules to the module path without managing transitive dependencies.
To demonstrate, let me construct a very lightweight example module with three easily-met requirements:
The m... | gharchive/issue | 2023-10-10T22:52:10 | 2025-04-01T04:34:25.600349 | {
"authors": [
"iherasymenko",
"jjohannes",
"mikewacker"
],
"repo": "gradlex-org/extra-java-module-info",
"url": "https://github.com/gradlex-org/extra-java-module-info/issues/74",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2652416210 | SceneVariableSet: Notify scene objects that use time macros when time changes
Thought this was a clever solution (Making SceneVariableSet notify scene objects that use __from and __to macro when time range changes).
But it makes it so that SceneQueryRunner executes double queries when a query is using these macros (a... | gharchive/pull-request | 2024-11-12T14:46:25 | 2025-04-01T04:34:25.816980 | {
"authors": [
"kaydelaney",
"torkelo"
],
"repo": "grafana/scenes",
"url": "https://github.com/grafana/scenes/pull/966",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2168005336 | Incorrect default value placeholders on host edit form
Defect description
Create ~/.ssh/config file with the following contents:
Host localhost
HostName 127.0.0.1
User override-user
Open goto and create a host with similar parameter, but leave Login field untouched.
Notice that the placeholder of Login fi... | gharchive/issue | 2024-03-04T23:49:18 | 2025-04-01T04:34:25.827060 | {
"authors": [
"grafviktor"
],
"repo": "grafviktor/goto",
"url": "https://github.com/grafviktor/goto/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1738070375 | docs: fix broken links
Fixes #425
I fixed all links that matched core.telegram.org/bots[^/] and were broken. I also checked links matching core.telegram.org/(?!bots), and none of them were broken.
Fan
tas
tic
| gharchive/pull-request | 2023-06-02T11:59:09 | 2025-04-01T04:34:25.856887 | {
"authors": [
"KnorpelSenf",
"roj1512"
],
"repo": "grammyjs/grammY",
"url": "https://github.com/grammyjs/grammY/pull/427",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
723700799 | Foundry 0.7.4 Multilevel toksen duplication with Furnace
When I tried to make a macro run with Multilevel tokens in 0.7.4 I realised that there are two of everything related to Multilevel tokens, as you can see from the pictures, and every option (cloning, teleport, triggers, etc.) is on by default.
When I set a macr... | gharchive/issue | 2020-10-17T08:01:37 | 2025-04-01T04:34:25.919969 | {
"authors": [
"Webwra",
"grandseiken"
],
"repo": "grandseiken/foundryvtt-multilevel-tokens",
"url": "https://github.com/grandseiken/foundryvtt-multilevel-tokens/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1696660513 | InitialState is null in App.razor OnInitializedAsync Method
Hi,
Thanks for the great example! I'm very close to getting this working but running across an issue where the InitialState is null in the App.razor when I start the app. I am using the BlazorServer App. I do initialize the InitialApplicationState class ... | gharchive/issue | 2023-05-04T20:30:50 | 2025-04-01T04:34:25.931038 | {
"authors": [
"COBowler300",
"grantcolley"
],
"repo": "grantcolley/blazor-auth0",
"url": "https://github.com/grantcolley/blazor-auth0/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
526916507 | Crawler Error
Hi everyone, I'd love to use this tool to help me with my search for any type of housing, however, I'm getting a crawler error.
File "/Users/danijel/anaconda3/bin/wg-gesucht-crawler-cli", line 10, in <module> sys.exit(cli()) File "/Users/danijel/anaconda3/lib/python3.7/site-packages/click/core.py... | gharchive/issue | 2019-11-22T00:25:46 | 2025-04-01T04:34:25.933793 | {
"authors": [
"grantwilliams",
"sechsneun"
],
"repo": "grantwilliams/wg-gesucht-crawler-cli",
"url": "https://github.com/grantwilliams/wg-gesucht-crawler-cli/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1157504271 | No graph4nlp_demo folder created when git clone
I followed the instructions in the repo:
created environment (python 3.8)
git clone -b v0.5.5 https://github.com/graph4ai/graph4nlp.git
While this created a graph4nlp folder, it does not have a graph4nlp_demo folder. I had to separately clone to the graph4nlp_demo repo... | gharchive/issue | 2022-03-02T17:42:38 | 2025-04-01T04:34:25.935455 | {
"authors": [
"SaizhuoWang",
"vinven7"
],
"repo": "graph4ai/graph4nlp_demo",
"url": "https://github.com/graph4ai/graph4nlp_demo/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
248602050 | CarbonLink cache-query return 0 datapoints in some cases
graphite-web 1.0.2 (0.9.15 not affected)
This issue occurs only in two simultaneous circumstances:
STORAGE_DIR in local_settings.py is defined via symbolic link
There is an element in metric name of fewer than 4 characters in length
Example
$ grep 'STORAGE_DI... | gharchive/issue | 2017-08-08T05:08:17 | 2025-04-01T04:34:25.963143 | {
"authors": [
"DanCech",
"cbowman0",
"deniszh",
"leochen4891",
"zasca"
],
"repo": "graphite-project/graphite-web",
"url": "https://github.com/graphite-project/graphite-web/issues/2012",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1377688345 | Fixing typo in documentation (apache)
This PR will fix a typo error on apache configuration file
💚 All backports created successfully
Status
Branch
Result
✅
1.1.x
Questions ?
Please refer to the Backport tool documentation
| gharchive/pull-request | 2022-09-19T09:48:04 | 2025-04-01T04:34:25.966191 | {
"authors": [
"anthony-quiros",
"deniszh"
],
"repo": "graphite-project/graphite-web",
"url": "https://github.com/graphite-project/graphite-web/pull/2777",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
126435031 | Can not open file for read - although the file exists.
So all I did was:
$ gcc incbin/incbin.c -o incbin
$ ./incbin -o scripts.cpp src/scripts.rc
and got an error:
Ingwie@Ingwies-Macbook-Pro.local ~/W/IceTea $ file src/scripts.rc
src/scripts.rc: ASCII c program text
Ingwie@Ingwies-Macbook-Pro.local ~/W/IceTea $ ./o... | gharchive/issue | 2016-01-13T14:52:26 | 2025-04-01T04:34:25.968150 | {
"authors": [
"IngwiePhoenix",
"graphitemaster"
],
"repo": "graphitemaster/incbin",
"url": "https://github.com/graphitemaster/incbin/issues/19",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
2559669321 | Drop eventuals in favor of Tokio watch + timers
@Theodus suggested that Eventuals are really hard to debug and we should probably ship a standard solution like the Gateway currently does by using tokio watch.
Hi, can I have this?
This is a larger refactor that will update multiple parts of the code.
I suggest you... | gharchive/issue | 2024-10-01T16:06:29 | 2025-04-01T04:34:25.970815 | {
"authors": [
"gusinacio",
"taslimmuhammed"
],
"repo": "graphprotocol/indexer-rs",
"url": "https://github.com/graphprotocol/indexer-rs/issues/333",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
787163452 | Graphql-Server + Graphene + Flask issues
I'm trying to setup flask with graphene and graphql-server. As this is just a test which I am running, I'm using the latest beta releases:
graphene: 3.0.0b7
graphql-server: 3.0.0b4
Note: I had to use the beta versions of both packages, otherwise I run into dependency issues ... | gharchive/issue | 2021-01-15T20:09:00 | 2025-04-01T04:34:26.007787 | {
"authors": [
"JonathanBecks",
"jrast"
],
"repo": "graphql-python/graphql-server",
"url": "https://github.com/graphql-python/graphql-server/issues/79",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1105449619 | Please Add Mutation Example
I saw the examples for juniper but only for query and I don't see any mutation example
@alresarena2021 it's not much difference between declaring query and mutations. The only difference is that a mutation should be declared in a Mutation root object.
See an example here: https://graph... | gharchive/issue | 2022-01-17T06:58:33 | 2025-04-01T04:34:26.009545 | {
"authors": [
"alresarena2021",
"tyranron"
],
"repo": "graphql-rust/juniper",
"url": "https://github.com/graphql-rust/juniper/issues/1018",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2744815627 | [graphiql] Autocomplete doesn't work
Is there an existing issue for this?
[X] I have searched the existing issues
Current Behavior
A few days ago, GraphiQL was working correctly, but today, without making any significant changes, I've noticed the autocomplete has stopped working. GraphiQL doesn't build the queries ... | gharchive/issue | 2024-12-17T12:31:31 | 2025-04-01T04:34:26.014113 | {
"authors": [
"xdelvalle"
],
"repo": "graphql/graphiql",
"url": "https://github.com/graphql/graphiql/issues/3839",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1325718206 | reduce CO2 usage by running less unneccesary GH actions workflows
because it's good for the earth 🌍 and the patience of contributors 😆
i wish you could use paths-ignore further down, to skip individual tasks
note:
i decided to upgrade actions/setup-node usage as well for similar reasons, it appears to be faster but... | gharchive/pull-request | 2022-08-02T11:34:54 | 2025-04-01T04:34:26.017067 | {
"authors": [
"acao"
],
"repo": "graphql/graphiql",
"url": "https://github.com/graphql/graphiql/pull/2626",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1713666322 | 🛑 GrauNeko.com is down
In a7d98c7, GrauNeko.com (https://graueneko.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: GrauNeko.com is back up in 86cf026.
| gharchive/issue | 2023-05-17T11:14:51 | 2025-04-01T04:34:26.034510 | {
"authors": [
"graueneko"
],
"repo": "graueneko/status-page",
"url": "https://github.com/graueneko/status-page/issues/155",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1177755579 | 6666 - Migrate portal & console & cypress to node 16.10
Issue
gravitee-io/issues#6666
Description
Migrate portal console cypress to node 16.10
Additional context
📚 View the storybook of this branch here
🚀 CI was able to deploy the build of this PR, so you can now try it directly here
Notes: The deployed app... | gharchive/pull-request | 2022-03-23T08:05:55 | 2025-04-01T04:34:26.118583 | {
"authors": [
"ThibaudAV",
"gcusnieux"
],
"repo": "gravitee-io/gravitee-api-management",
"url": "https://github.com/gravitee-io/gravitee-api-management/pull/1486",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2595192263 | feat: ps - rework executionPhase & policy to use FlowPhase
Issue
https://gravitee.atlassian.net/browse/APIM-7242
Description
We need to keep PS compatible with all APIM 4.3 to 4.5
The goal it's to allow APIM 4.6 to use new way to define policy compatibility into phase.
So we
add new FlowPhase instead of ExecutionPh... | gharchive/pull-request | 2024-10-17T16:18:40 | 2025-04-01T04:34:26.128423 | {
"authors": [
"ThibaudAV",
"graviteeio"
],
"repo": "gravitee-io/gravitee-ui-particles",
"url": "https://github.com/gravitee-io/gravitee-ui-particles/pull/439",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2409838050 | feat(dgeni): generate color palettes and render in design-land
PR Checklist
Please check if your PR fulfills the following requirements:
[x] The commit message follows our guidelines: https://github.com/graycoreio/daffodil/blob/develop/CONTRIBUTING.md#commit
[x] Tests for the changes have been added (for bug fixes /... | gharchive/pull-request | 2024-07-15T23:56:46 | 2025-04-01T04:34:26.216871 | {
"authors": [
"griest024",
"xelaint"
],
"repo": "graycoreio/daffodil",
"url": "https://github.com/graycoreio/daffodil/pull/2912",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
712637057 | Feature: Add custom endpoints
Magento 2 modules can have their own api endpoints. This PR makes it possible to use those.
For example:
`$magento = new Magento();
$response = $magento->api('/suttonsilver-pricelists')->get('pricelist/12');`
Thanks!
| gharchive/pull-request | 2020-10-01T08:51:32 | 2025-04-01T04:34:26.218781 | {
"authors": [
"VincentBean",
"ahinkle"
],
"repo": "grayloon/magento-laravel-api",
"url": "https://github.com/grayloon/magento-laravel-api/pull/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1095932568 | eliminate flicker when zooming
When zooming in/out there is sometimes a brief moment when tiles have no tile data, so the map is repainted with the background colour. The visual effect is a brief moment when the whole map is blank, which is a disorienting effect.
Fixed with 06bdd9998cd0dbc9ba888fcd50be84284bb7ed1d ... | gharchive/issue | 2022-01-07T02:55:02 | 2025-04-01T04:34:26.306416 | {
"authors": [
"greensopinion"
],
"repo": "greensopinion/flutter-vector-map-tiles",
"url": "https://github.com/greensopinion/flutter-vector-map-tiles/issues/22",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1731789 | undefined method `route_instance_path' on adding comments
When trying to add admin notes, using active_admin 0.3.2 and rails 3.0.10, the following Exception is thrown on the redirect after posting the comment:
NoMethodError in Admin::CommentsController#show: undefined method 'route_instance_path' for nil:NilClass
Sta... | gharchive/issue | 2011-09-24T22:18:48 | 2025-04-01T04:34:26.311218 | {
"authors": [
"cosenmarco",
"fbuenemann",
"mauriziodemagnis",
"nafkot"
],
"repo": "gregbell/active_admin",
"url": "https://github.com/gregbell/active_admin/issues/528",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1466081822 | Should I use this library ?
Hi All
I'm considering using this library but is see that the since April no code was added .
Any thoughts?
Depends on your requirement. If you have a lot of complex operations then better not use this. I dont see much support here._
'd recommend https://github.com/table-library/react-... | gharchive/issue | 2022-11-28T09:24:21 | 2025-04-01T04:34:26.316376 | {
"authors": [
"Alex-Github-Account",
"KevinVandy",
"Shreeabcd",
"jsmolina",
"yaniv-upstream"
],
"repo": "gregnb/mui-datatables",
"url": "https://github.com/gregnb/mui-datatables/issues/1967",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
322127359 | Page is greater than the total available
Hi, I'm having some problems using this library.
When I'm on the second page, or ahead and I make a search that should return less pages than the one I'm on, I get the following error:
Provided options.page of 1is greater than the total available page length of0``
And here is ... | gharchive/issue | 2018-05-11T00:12:32 | 2025-04-01T04:34:26.324427 | {
"authors": [
"gregnb",
"rafinha90",
"skalma"
],
"repo": "gregnb/mui-datatables",
"url": "https://github.com/gregnb/mui-datatables/issues/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2116835737 | Consider implementing From where T: Into<#inner_type>?
Currently derive(From) produces https://github.com/greyblake/nutype/blob/c8e3f72346c4294fce2982c5f1ea71224552bbe3/nutype_macros/src/common/gen/traits.rs#L125-L134
Is there anything holding back the production of something like the following?
quote! {
impl<T: ... | gharchive/issue | 2024-02-04T02:16:00 | 2025-04-01T04:34:26.347146 | {
"authors": [
"asasine",
"greyblake",
"schneiderfelipe"
],
"repo": "greyblake/nutype",
"url": "https://github.com/greyblake/nutype/issues/124",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
429605409 | obv implementation
Implemented obv. It is another volume based indicator.
Please let me know what do you think of this indicator.
Hey, thanks for the new contribution :)
Please let me know what do you think of this indicator.
I haven't heard about this indicator before. The fact that the indicator accumulates volu... | gharchive/pull-request | 2019-04-05T06:42:30 | 2025-04-01T04:34:26.351553 | {
"authors": [
"greyblake",
"shreyasdeotare"
],
"repo": "greyblake/ta-rs",
"url": "https://github.com/greyblake/ta-rs/pull/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1519823949 | Cannot Restore WAX Account
Description
I am unable to restore my WAX paper backup certificate using "Import from key certificate". Everything seems to work fine and then I get a spinning wheel of death at the "Updating accounts..." display. I'm not doing anything especially strange, just following the prompts, and th... | gharchive/issue | 2023-01-05T01:05:49 | 2025-04-01T04:34:26.361618 | {
"authors": [
"aaroncox",
"raycardillo"
],
"repo": "greymass/anchor",
"url": "https://github.com/greymass/anchor/issues/1324",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
378818353 | How to get templateLayoutFactory
I need to create markers with custom layout. In issue #27 contextTypes were used to receive ymaps, however after the definiton of the same contextTypes structure I found out that ymaps in the context was empty. The second way I tried was to access ymaps with HOC. And again, incoming y... | gharchive/issue | 2018-11-08T16:38:41 | 2025-04-01T04:34:26.367759 | {
"authors": [
"ShiiRochi",
"gribnoysup"
],
"repo": "gribnoysup/react-yandex-maps",
"url": "https://github.com/gribnoysup/react-yandex-maps/issues/119",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2476320341 | 🛑 B-K Lighting, Inc. is down
In d31d8be, B-K Lighting, Inc. (https://bklighting.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: B-K Lighting, Inc. is back up in 332532f after 26 minutes.
| gharchive/issue | 2024-08-20T18:52:57 | 2025-04-01T04:34:26.391389 | {
"authors": [
"gripfastistech"
],
"repo": "gripfastistech/status",
"url": "https://github.com/gripfastistech/status/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1428621971 | Comfort Activity Switch Name
Looks like HK behavior is different with new iOS. Need to fix something to make switch name show activity name, and not "[ZONE] Comfort Activity".
I am still experiencing this issue on iOS 17.0.2, macOS 14.0 (23A344)
Carrier Infinity:
System Control Model # SYSTXCCWIC01-B
System Control... | gharchive/issue | 2022-10-30T05:54:04 | 2025-04-01T04:34:26.397416 | {
"authors": [
"MatthewNrmOK",
"grivkees"
],
"repo": "grivkees/homebridge-carrier-infinity",
"url": "https://github.com/grivkees/homebridge-carrier-infinity/issues/385",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
980673270 | RangeInput track color prop docs
Signed-off-by: GurkiranSingh gurkiransinghk@gmail.com
Doc are added for the RangeInput track color prop.
https://github.com/grommet/grommet/pull/5275
Hah, @jcfilben -- Sorry, I had this open all day and made a bunch of comments overlapping with yours! Looks like we are on a similar ... | gharchive/pull-request | 2021-08-26T21:51:46 | 2025-04-01T04:34:26.399752 | {
"authors": [
"g4rry420",
"halocline"
],
"repo": "grommet/grommet-site",
"url": "https://github.com/grommet/grommet-site/pull/304",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1313712081 | Networking: Bad Gateway should lead to explicit pipeline failure
Current behavior:
If an endpoint isn't available, nginx responds with its default 502 response.
Expected behavior:
Rudra makes it explicity, that tests are failing, because the host cannot be resolved.
Similar issues with timeouts, etc. should also be t... | gharchive/issue | 2022-07-21T19:34:13 | 2025-04-01T04:34:26.417905 | {
"authors": [
"grossamos"
],
"repo": "grossamos/rudra",
"url": "https://github.com/grossamos/rudra/issues/2",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
36931173 | by default ... "Delete workspace before build starts" should be enabled
I can't think of a good reason why "Delete workspace before build starts" should not be enabled.
It will prevent previous build artifacts/report on the master of prior builds
from being incorporated by the current artifacts/report running on the... | gharchive/issue | 2014-07-01T21:00:57 | 2025-04-01T04:34:26.453377 | {
"authors": [
"danmconrad",
"tmack8001",
"vvitayau"
],
"repo": "groupon/DotCi",
"url": "https://github.com/groupon/DotCi/issues/46",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
212287833 | objc-tests: InteropTestsRemoteWithCronet test4MBResponsesAreAccepted failure
https://grpc-testing.appspot.com/job/gRPC_pull_requests_macos/3190/consoleText
/jenkins/workspace/gRPC_pull_requests_macos/workspace_objc_macos_dbg_native/src/objective-c/tests/InteropTests.m:164: error: -[InteropTestsRemoteWithCronet test4M... | gharchive/issue | 2017-03-06T23:54:20 | 2025-04-01T04:34:26.595009 | {
"authors": [
"apolcyn",
"dgquintas",
"y-zeng"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/issues/10003",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
263996006 | Artifact build on Windows failed
https://sponge.corp.google.com/target?id=da133ab3-ab38-456d-b057-008de7e91964&target=github/grpc&searchFor=&show=ALL&sortBy=STATUS
same as https://github.com/grpc/grpc/issues/12872 which has been fixed already.
| gharchive/issue | 2017-10-09T19:05:37 | 2025-04-01T04:34:26.596474 | {
"authors": [
"adelez",
"jtattermusch"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/issues/12911",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
280645112 | New Failure: csharp.Grpc.Core.Tests.ContextPropagationTest
Test: csharp.Grpc.Core.Tests.ContextPropagationTest
Poll Strategy: None
URL: https://kokoro2.corp.google.com/job/grpc/job/ubuntu/job/master/job/grpc_basictests_multilang/691
https://sponge.corp.google.com/invocation?id=ca86c237-d2ae-4cb0-89b3-1dd41dd267a0... | gharchive/issue | 2017-12-08T23:16:26 | 2025-04-01T04:34:26.598688 | {
"authors": [
"dgquintas",
"jtattermusch"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/issues/13690",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
377469077 | grpc-java qps worker: qps_driver often reports "Worker 1 could not be properly quit because Received RST_STREAM with error code 8"
The entire scenario passes, but qps_driver reports problem terminating java qps_woker.
It happens only for grpc-java.
The status reported by java worker seems to be GRPC_STATUS_RESOURCE_E... | gharchive/issue | 2018-11-05T16:08:39 | 2025-04-01T04:34:26.607328 | {
"authors": [
"carl-mastrangelo",
"jtattermusch"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/issues/17101",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
456761153 | PHP: insecure environment read function 'getenv' used"
What version of gRPC and what language are you using?
PHP 7.2.19
PECL GRPC 1.21.3
What operating system (Linux, Windows,...) and version?
Alpine Linux 3.9.4
What runtime / compiler are you using (e.g. python version or version of gcc)
PHP
What did you do?
Update... | gharchive/issue | 2019-06-17T06:19:58 | 2025-04-01T04:34:26.619755 | {
"authors": [
"Swahjak",
"axot",
"kellegous",
"lvzhihao",
"stanley-cheung",
"taka-oyama"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/issues/19366",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
467114561 | memory_usage_test fail under mac
D0711 10:54:11.677362000 140735725650816 ev_posix.cc:174] Using polling engine: poll
D0711 10:54:11.678205000 140735725650816 dns_resolver_ares.cc:485] Using ares dns resolver
D0711 10:54:11.692659000 140735725650816 test_config.cc:384] test slowdown factor:... | gharchive/issue | 2019-07-11T21:25:57 | 2025-04-01T04:34:26.625232 | {
"authors": [
"bigfacebear",
"yang-g"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/issues/19614",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
964126327 | C++ callback service OnDone called twice and app crahsed
What version of gRPC and what language are you using?
1.39.0, C++
What operating system (Linux, Windows,...) and version?
Windows, OS Version: 10.0.19043 N/A Build 19043
What runtime / compiler are you using (e.g. python version or version of gcc... | gharchive/issue | 2021-08-09T15:41:14 | 2025-04-01T04:34:26.631946 | {
"authors": [
"mosdav"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/issues/26947",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
269015630 | Bump version to 1.7.1
(mostly to deliver https://github.com/grpc/grpc/pull/13169).
[trickle] No significant performance differences
[microbenchmarks] No significant performance differences
Superseded by https://github.com/grpc/grpc/pull/13168
| gharchive/pull-request | 2017-10-27T07:43:09 | 2025-04-01T04:34:26.634028 | {
"authors": [
"grpc-testing",
"jtattermusch"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/13170",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
372594814 | In gRPC-C++ podspec, copy the certificate to bundle resources
In GRPC.podspec, the root certificates file from etc/roots.pem is copied to the bundle resources, so that it can be loaded at runtime for SSL to function properly. However, roots.pem is not preserved in gRPC-C++.podspec, so a project depending on that pod ... | gharchive/pull-request | 2018-10-22T16:29:55 | 2025-04-01T04:34:26.638176 | {
"authors": [
"grpc-testing",
"muxi",
"var-const"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/16962",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
539373246 | Backport #21487 to v1.26.x.
Reference: https://github.com/grpc/grpc/pull/21487
This fixes broken Ruby artifact builds on MacOS.
CC @veblush @apolcyn
Does this mean a patch only for Ruby?
Since v1.26.0 hasn't been tagged yet, I don't think this requires a patch at all.
Failures:
https://github.com/grpc/grpc/iss... | gharchive/pull-request | 2019-12-17T23:52:38 | 2025-04-01T04:34:26.641006 | {
"authors": [
"gnossen",
"srini100"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/21502",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
597537124 | Removing obsolete C++ tutorial content
Contributes to https://github.com/grpc/grpc.io/issues/180.
cc @ejona86 @jtattermusch @srini100
One of the disadvantages of hosting doc pages as part of a repo is that, AFAIK, it isn't possible to create a redirect. So, this PR removes the page content but directs readers to th... | gharchive/pull-request | 2020-04-09T20:34:28 | 2025-04-01T04:34:26.642557 | {
"authors": [
"chalin"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/22633",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
605663648 | dont run resource_quota_server test case under epoll1
See internal b/151212019 for context.
based on @karthikravis, @yashykt and @yang-g opinions it's the best to just stop running the test case on epoll1 (which is the only poller when the test case is flaky)
the way to exclude a poller didn't exist in generate_test... | gharchive/pull-request | 2020-04-23T16:11:26 | 2025-04-01T04:34:26.644881 | {
"authors": [
"jtattermusch"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/22751",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
826979740 | Fix link to test file
@drfloob
@bradfol Sorry I missed this! If you'd like to sign the CLA and reopen the PR, I'll be happy to merge it.
| gharchive/pull-request | 2021-03-10T02:39:47 | 2025-04-01T04:34:26.645849 | {
"authors": [
"bradfol",
"drfloob"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/25666",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
868449400 | xds_end2end_test test infra: Eds Args refactoring and enhancing WaitForBackend
This change is
known issue #26128
| gharchive/pull-request | 2021-04-27T04:42:00 | 2025-04-01T04:34:26.647160 | {
"authors": [
"donnadionne"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/26093",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1226988091 | [promises] Convert lame client
@markdroth
I think remaining failures are unrelated.
| gharchive/pull-request | 2022-05-05T17:42:08 | 2025-04-01T04:34:26.648274 | {
"authors": [
"ctiller"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/29587",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1554134795 | GCP Observability Logging: Base64 Encode metadata, message and status-details
Tested on Stanley's CI
Stop this feed
On Mon, Jan 23, 2023, 6:52 PM Stanley Cheung @.***>
wrote:
@.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
https://github.com/grpc/grpc/pull/32184#pullrequestrev... | gharchive/pull-request | 2023-01-24T01:31:11 | 2025-04-01T04:34:26.651642 | {
"authors": [
"Tette69",
"yashykt"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/32184",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1976796755 | [Python Misc] Revert change to print backtrace in server
Fix: https://github.com/grpc/grpc/issues/34853
In order to make debugging easier, we have begun printing backtraces in servers. However, this change has the unintended consequence of printing errors to stderr by default, which may not be expected by some users.... | gharchive/pull-request | 2023-11-03T19:19:35 | 2025-04-01T04:34:26.654265 | {
"authors": [
"XuanWang-Amos",
"justinvp",
"zyv"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/34877",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
132490048 | Add grpc_version.py to PYTHON-MANIFEST.in
Should fix #5152
Can one of the admins verify this patch?
Can one of the admins verify this patch?
this is ok to test
This makes most of the distribtests pass
https://grpc-testing.appspot.com/view/Artifacts/job/gRPC_distribtest/62/architecture=x64,language=python,plat... | gharchive/pull-request | 2016-02-09T18:07:45 | 2025-04-01T04:34:26.656289 | {
"authors": [
"grpc-jenkins",
"jtattermusch",
"soltanmm"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/5155",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
142476855 | Update clang-format to 3.8
Pros:
we standardize on just one version of clang
the new version sorts includes
I mostly prefer the new decisions
Cons:
I only mostly prefer the new decisions
Churn
Let's bite the bullet on this. LGTM.
| gharchive/pull-request | 2016-03-21T21:29:42 | 2025-04-01T04:34:26.657986 | {
"authors": [
"ctiller",
"vjpai"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/5895",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
150154180 | Temporarily reduce throughput test depth to 1 RPC per channel
due to flake. Need to root-cause the flake.
LGTM.
Undo LGTM.
Looks like the test is still timing out:
TIMEOUT: qps_json_driver.cpp_single_channel_throughput_secure [pid=9036]
Yes, just realized that. It's become more urgent to root-cause this, and ma... | gharchive/pull-request | 2016-04-21T18:27:42 | 2025-04-01T04:34:26.660241 | {
"authors": [
"jtattermusch",
"vjpai"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/6250",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
126461814 | Fatal error: travis-ci build Cannot read property 'contents' of undefined
this is similar to #330. here is travis-ci build-log and my repository. I am able to build locally , but i can't succeed travis-ci build. Can any one look at this?
I am encountering the same issue with my travis-ci build for an Angular + Fire... | gharchive/issue | 2016-01-13T16:44:56 | 2025-04-01T04:34:26.678513 | {
"authors": [
"FellowHobbyist",
"anbestephen"
],
"repo": "gruntjs/grunt-contrib-imagemin",
"url": "https://github.com/gruntjs/grunt-contrib-imagemin/issues/345",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
561854760 | Failed to upload state: AccessDenied (As root user)
Hi Terragrunt team,
I'm trying to use Terragrunt for a from scratch project I am doing and found out that I can't upload the state to the S3 bucket created with terragrunt initusing the root account. I think it could be related to #770 and #978.
I'm using latest ver... | gharchive/issue | 2020-02-07T20:27:00 | 2025-04-01T04:34:26.685801 | {
"authors": [
"amontalban",
"brikis98",
"nicomfer"
],
"repo": "gruntwork-io/terragrunt",
"url": "https://github.com/gruntwork-io/terragrunt/issues/1038",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1500130125 | Migrate terraform to terragrunt for high number of modules
I have microservice non-prod env. where each team has its own env. which means a lot of envs, in terms of terrafrom right now I have two github repos:
The first one has root tf modules.
The Second one has reusable tf modules.
The first one contains 10 root ... | gharchive/issue | 2022-12-16T12:27:47 | 2025-04-01T04:34:26.697384 | {
"authors": [
"aladdin55",
"denis256"
],
"repo": "gruntwork-io/terragrunt",
"url": "https://github.com/gruntwork-io/terragrunt/issues/2397",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
918019161 | Adapt count parser to tf 0.15.5
The plan output for no changes changed in tf 0.15.5, so we need to update the regex.
Thanks for review! Build failed, but upon investigation they are transient errors unrelated to this change set, so will go ahead and merge this in!
| gharchive/pull-request | 2021-06-10T22:49:36 | 2025-04-01T04:34:26.698675 | {
"authors": [
"yorinasub17"
],
"repo": "gruntwork-io/terratest",
"url": "https://github.com/gruntwork-io/terratest/pull/925",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1149724270 | 🛑 bretterhofer.at is down
In 7e8ce6b, bretterhofer.at (https://bretterhofer.at) was down:
HTTP code: 0
Response time: 0 ms
Resolved: bretterhofer.at is back up in 9cbb890.
| gharchive/issue | 2022-02-24T20:37:14 | 2025-04-01T04:34:26.713080 | {
"authors": [
"grzchr15"
],
"repo": "grzchr15/uptime",
"url": "https://github.com/grzchr15/uptime/issues/4314",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2061779015 | Active Identifier Unhandled Error thrown in read handler
I'm receiving the below error fairly frequently within the logs, and after awhile it the xbox plugin stops working until a restart. The below error seems to correlate to whenever I open home app, or run a random home shortcut and polling of the xbox occurs even... | gharchive/issue | 2024-01-01T21:21:15 | 2025-04-01T04:34:26.748179 | {
"authors": [
"chris4prez",
"grzegorz914",
"insimbi-stuart"
],
"repo": "grzegorz914/homebridge-xbox-tv",
"url": "https://github.com/grzegorz914/homebridge-xbox-tv/issues/189",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2069225292 | 2.12.18 - Send connect request error: ReferenceError: tokenExist is not defined
Just updated to 2.12.18 before I was going to test and provide feedback on issues 191 - Enabling a second Xbox within the plugin failing
But before I could start testing, after update I'm getting the below errors and everything is no long... | gharchive/issue | 2024-01-07T17:56:53 | 2025-04-01T04:34:26.757876 | {
"authors": [
"chris4prez"
],
"repo": "grzegorz914/homebridge-xbox-tv",
"url": "https://github.com/grzegorz914/homebridge-xbox-tv/issues/194",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1844300158 | aria2的ARIANG_RPC_SECRET_AUTO默认参数建议设置为false
ARIANG_RPC_SECRET_AUTO false
如果设置为true,当远程访问aria2下载页面时,会在页面里默认设置为token的值,也就是任何人只要打开aria2页面就可以下载了,有风险。
当ARIANG_RPC_SECRET_AUTO设置为false,任何人打开aria2下载页面,如果不设置token的值,是无法下载的。
我自行测试,设置ARIANG_RPC_SECRET_AUTO ture时,在任何地方打开我的aria2就显示为连接状态。设置ARIANG_RPC_SECRET_AUTO false时,只有自己设置了token的... | gharchive/issue | 2023-08-10T02:26:31 | 2025-04-01T04:34:26.769015 | {
"authors": [
"gshang2017",
"youland"
],
"repo": "gshang2017/docker",
"url": "https://github.com/gshang2017/docker/issues/202",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
54047692 | Filtering parameters similar to rails' filter_parameters
It would be useful to filter out sensitive details from logs at a global level - similar to how rails does this could also be inherited from the rails configuration
That's an application-level concern, not a logging one. Rails builds it into the framework and... | gharchive/issue | 2015-01-12T12:22:07 | 2025-04-01T04:34:26.770535 | {
"authors": [
"gshutler",
"stephenbinns"
],
"repo": "gshutler/hatchet",
"url": "https://github.com/gshutler/hatchet/issues/13",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1365167126 | Updating readme to be more accurate.
Signed-off-by: David Tippett dtip@amazon.com
This commit updates some of the readme to better reflect what is being run at the Wikimedia Foundation and Snagajob.
Just saw Flaxsearches PR so closing as duplicate XD
| gharchive/pull-request | 2022-09-07T20:47:13 | 2025-04-01T04:34:26.771836 | {
"authors": [
"dtaivpp"
],
"repo": "gsingers/opensearch-learning-to-rank-base",
"url": "https://github.com/gsingers/opensearch-learning-to-rank-base/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2152902701 | Defer animation on list items until scrolled into view
Similar to https://pub.dev/packages/flutter_staggered_animations I would like to be able to only animate a list's items once they appear.
Regardless of scrolling, or items changing, they should only animate for the first time.
Sorry for the delayed response on ... | gharchive/issue | 2024-02-25T19:17:56 | 2025-04-01T04:34:26.775388 | {
"authors": [
"gskinner",
"harkairt"
],
"repo": "gskinner/flutter_animate",
"url": "https://github.com/gskinner/flutter_animate/issues/131",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1829374758 | Update mlSearcher
фичи по тайм-ауту одной карты, рестарту сервера для каждой карты
новые карты из ветки Анны
убрал фичу с выбором количества сохраняемых агентов. пусть все сохраняются, в следующий раз не будет возможности забыть выставить правильное значение
фикс табличек: теперь там лежат кортежи <coverage, test_co... | gharchive/pull-request | 2023-07-31T14:52:45 | 2025-04-01T04:34:26.783571 | {
"authors": [
"emnigma",
"gsvgit"
],
"repo": "gsvgit/VSharp",
"url": "https://github.com/gsvgit/VSharp/pull/69",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1610239306 | support loading a collection which contains everything
Allow loading a collection of precomputed output. The input is a path to a collection that is a dictionary with keys X, Y and samples.
@emulate(collection="test.pkl")
def test(a, b):
pass
Codecov Report
Patch coverage: 52.94% and project coverage change: +... | gharchive/pull-request | 2023-03-05T15:14:55 | 2025-04-01T04:34:26.811617 | {
"authors": [
"codecov-commenter",
"guanyilun"
],
"repo": "guanyilun/galilei",
"url": "https://github.com/guanyilun/galilei/pull/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
165726894 | sm2 加解密问题
老师,你好
我用sm2做加解密测试的时候,
加密可以出来结果
解密的时候失败了,这是什么问题
API的调用正确吗,还是其他的什么问题
int test_sm2_enc()
{
EC_KEY *key1;
EC_GROUP *group1;
int nid,ret;
key1 = EC_KEY_new();
if(!key1)
return 0;
int nid = NID_sm2p256v1;
group1 = EC_GROUP_new_by_curve_name(nid);
if(group1 == NULL)
return 0;
ret = ... | gharchive/issue | 2016-07-15T07:24:05 | 2025-04-01T04:34:26.846407 | {
"authors": [
"LiTianjue",
"conezxy",
"guanzhi",
"sinv",
"tongyu123"
],
"repo": "guanzhi/GmSSL",
"url": "https://github.com/guanzhi/GmSSL/issues/33",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2116687355 | 🛑 Sefaz - Rio Grande do Sul is down
In 42ce968, Sefaz - Rio Grande do Sul (https://onboardapi.guichepass.com.br/sefaz?code=2) was down:
HTTP code: 500
Response time: 157 ms
Resolved: Sefaz - Rio Grande do Sul is back up in 8cd33f9 after 1 hour, 13 minutes.
| gharchive/issue | 2024-02-03T21:41:26 | 2025-04-01T04:34:26.894957 | {
"authors": [
"suporte-gpass"
],
"repo": "guichevirtual/statuspage",
"url": "https://github.com/guichevirtual/statuspage/issues/1814",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1651005455 | css style border-radius not work
I tried with to generate image with html and css style like below command:
+++HTML `
<meta charset="UTF-8">
<body>
<img src="${basics.image}" alt="HTML5 Icon" width="100" height="100" style="border-radius: 50%;">
</body>
`+++
I expected it will generate an image with the circle shape... | gharchive/issue | 2023-04-02T16:13:38 | 2025-04-01T04:34:26.907188 | {
"authors": [
"jjhbw",
"minuth"
],
"repo": "guigrpa/docx-templates",
"url": "https://github.com/guigrpa/docx-templates/issues/304",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2465271471 | [BUG] autoFocus not triggering keyboard on iOS devices
Version of the library: 1.2.4
Expected Behavior
When the OTPInput component is rendered with autoFocus, the first slot should be focused, and the keyboard should automatically appear on iOS devices.
Current Behavior
When using the OTPInput component with the auto... | gharchive/issue | 2024-08-14T08:54:38 | 2025-04-01T04:34:26.917327 | {
"authors": [
"ETOPS7",
"MorganMeirFitussi",
"guilhermerodz"
],
"repo": "guilhermerodz/input-otp",
"url": "https://github.com/guilhermerodz/input-otp/issues/61",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
31942025 | Use nodechecker.com to figure out if a module has passing tests
We can sort them a bit lower if the tests are failing or don't exist
Example: http://nodechecker.com/#info/gulp
We may want to host our own since the interval at which they scan may not be fast enough and we can filter out only gulpplugin/gulpfriendly mo... | gharchive/issue | 2014-04-22T03:01:11 | 2025-04-01T04:34:26.936809 | {
"authors": [
"contra",
"phated"
],
"repo": "gulpjs/plugins",
"url": "https://github.com/gulpjs/plugins/issues/76",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1305724521 | Local user?
Hi,
I was wondering if it is possible to use a local user to set the alarm, i.e not one linked to a hie-connect account with a simple pin code?
As I just want HA to be able to set not but not able to unset the alarm for safety.
Thanks
James
Hi,
Unfortunately local users dont have ISAPI api access. So It... | gharchive/issue | 2022-07-15T08:12:21 | 2025-04-01T04:34:26.951106 | {
"authors": [
"DejanBukovec",
"gunkutzeybek",
"nicolasv55",
"obrien-james"
],
"repo": "gunkutzeybek/hikaxpro_hacs",
"url": "https://github.com/gunkutzeybek/hikaxpro_hacs/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
852473587 | Please share your processed data set (via Google or Baidu Cloud Disk), thank you
Please share your processed data set (via Google or Baidu Cloud Disk), thank you.For some reasons, it is more difficult to download data from the original site. I will only use the data for research
Sure, I will release it soon. The da... | gharchive/issue | 2021-04-07T14:31:37 | 2025-04-01T04:34:26.978562 | {
"authors": [
"guopengf",
"kingaza",
"zym1130232"
],
"repo": "guopengf/FL-MRCM",
"url": "https://github.com/guopengf/FL-MRCM/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1570102754 | 点击“提交”希望能有个图标表示提交成功,不然界面没有变化,一直感觉没有提交成功
希望大佬后续能加个图标,比如加个对号什么的,有个提示
想要這個功能 +1
| gharchive/issue | 2023-02-03T16:26:20 | 2025-04-01T04:34:26.979904 | {
"authors": [
"Donge-wx",
"trevim99"
],
"repo": "guopenghui/obsidian-language-learner",
"url": "https://github.com/guopenghui/obsidian-language-learner/issues/95",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
338501665 | 能不能尊重一下我的劳动成果?
应该署名参考我的github吧。。。这个分类和里面的内容和我的一模一样。
https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/summary.md
不好意思,之前没看到你这个repo,从掘金搜了一下面试题集,整理了一下问题,写了下答案。
@AweiLoveAndroid 整合内容的目的只是为了让别人宣传你的名字吗?
我认为分享的意义是帮助他人,我知道你的初心不是不想帮助他人,但如果原文链接对你非常重要,我建议你以后不要公开发表,因为你不能保证所有人都不会犯错。
谢绝撕逼,世界和平。我只... | gharchive/issue | 2018-07-05T09:45:58 | 2025-04-01T04:34:26.984228 | {
"authors": [
"AweiLoveAndroid",
"guoxiaoxing",
"tcqq"
],
"repo": "guoxiaoxing/android-interview",
"url": "https://github.com/guoxiaoxing/android-interview/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
312579365 | Try to handle the case where a element is missing an r attribute
I've run into an Excel spreadsheet where some <c> elements do not have address references. It looks like it's some kind of short hand where it's implicitly the next cell, and Excel opens the spreadsheet fine. Here's a pretty-printed snippet from the sp... | gharchive/pull-request | 2018-04-09T15:32:53 | 2025-04-01T04:34:27.026480 | {
"authors": [
"papandreou"
],
"repo": "guyonroche/exceljs",
"url": "https://github.com/guyonroche/exceljs/pull/537",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
164661792 | almost ready
基本写完了
实现了内置的校验函数
datetime 和 date可能会有bug
unicode,dict,list这3个不用,dict,list在schema.py里面实现了,unicode去掉,不打算支持python2。
还差个枚举enum
add_validater,remove_validater也不需要,去掉。
| gharchive/pull-request | 2016-07-09T10:45:25 | 2025-04-01T04:34:27.028571 | {
"authors": [
"guyskk",
"vibiu"
],
"repo": "guyskk/validater",
"url": "https://github.com/guyskk/validater/pull/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2533041182 | 会员视频无法下载
https://www.bilibili.com/bangumi/play/ep835859?spm_id_from=333.999.0.0
例如上面的,显示解析错误
登录的账号是 会员账号吗 😂
我不是会员账号没试过下载会员视频
肯定是大会员账号,不只是会员视频,就像是这种普通视频,只要地址是这种格式,就解析错误。
https://www.bilibili.com/bangumi/play/ep835674?spm_id_from=333.999.0.0&from_spmid=666.25.episode.0
非会员的这种格式已于v0.0.9修复, 会员的视频 我这边就无法测了有空的话麻烦帮忙测... | gharchive/issue | 2024-09-18T08:14:58 | 2025-04-01T04:34:27.090052 | {
"authors": [
"gxr404",
"youzhui"
],
"repo": "gxr404/BilibiliVideoDownloadFork",
"url": "https://github.com/gxr404/BilibiliVideoDownloadFork/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2471768721 | 🛑 Undertale社区档案馆 - UTCARC is down
In bbae30c, Undertale社区档案馆 - UTCARC (https://arc.utcwiki.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Undertale社区档案馆 - UTCARC is back up in 90289c7 after 11 minutes.
| gharchive/issue | 2024-08-18T03:24:24 | 2025-04-01T04:34:27.104013 | {
"authors": [
"gzombiejun"
],
"repo": "gzombiejun/upptime",
"url": "https://github.com/gzombiejun/upptime/issues/592",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1315688650 | Require conda package
[ ] Recipe to build conda package
[ ] Step to build conda package
[ ] Publish conda package to h2oai channel
superseded by https://github.com/h2oai/authn-py/issues/72
| gharchive/issue | 2022-07-23T15:51:08 | 2025-04-01T04:34:27.116405 | {
"authors": [
"Mathanraj-Sharma",
"zoido"
],
"repo": "h2oai/authn-py",
"url": "https://github.com/h2oai/authn-py/issues/31",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
199415331 | Error on gradle
I got this error when I want to use this library and put it on gradle:
Error:Could not GET 'https://repos.zeroturnaround.com/nexus/content/repositories/zt-public-releases/com/zeroturnaround/jrebel/android/jr-android-gradle/maven-metadata.xml'. Received status code 401 from server: Unauthorized
Enable ... | gharchive/issue | 2017-01-08T10:50:49 | 2025-04-01T04:34:27.250139 | {
"authors": [
"h6ah4i",
"yasaman93"
],
"repo": "h6ah4i/android-advancedrecyclerview",
"url": "https://github.com/h6ah4i/android-advancedrecyclerview/issues/335",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
509225401 | Define list of packages to download
As part of https://github.com/habitat-sh/habitat/issues/6902 we want to provide some pre-defined lists of packages.
Note: the files here use the '#' comment character and whitespace for clarity; and won't work with habitat until issue https://github.com/habitat-sh/habitat/issues/70... | gharchive/pull-request | 2019-10-18T17:45:51 | 2025-04-01T04:34:27.285655 | {
"authors": [
"chefsalim",
"markan"
],
"repo": "habitat-sh/on-prem-builder",
"url": "https://github.com/habitat-sh/on-prem-builder/pull/210",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1897276538 | 📓 Пользователь может авторизоваться
Пользовательская история и сценарии
Функция:
Я, как зарегистрированный пользователь
Хочу иметь возможность войти в систему
Чтобы начать пользоваться функционалом платформы
Сценарий: Успешная авторизация пользователя
Допустим существует зарегистр... | gharchive/issue | 2023-09-14T20:40:37 | 2025-04-01T04:34:27.287347 | {
"authors": [
"picolino"
],
"repo": "habralab/garnet-team",
"url": "https://github.com/habralab/garnet-team/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2414882311 | cuteOneLineFlower-emma
Generates a three-petal colored flower. Uses random seed value to move the position of the flower, stem, and leaves, as well as change the shape of the petals slightly. This is my first coding project and I'm a beginner coder :)
[x] I have read the steps to getting a blot
[x] I am submitti... | gharchive/pull-request | 2024-07-18T00:11:18 | 2025-04-01T04:34:27.292981 | {
"authors": [
"emma-x1",
"qcoral"
],
"repo": "hackclub/blot",
"url": "https://github.com/hackclub/blot/pull/710",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
646777284 | update scrappy user on profile change
Updates github and website on profile change
This will update the profile picture every time anything in the user's profile changes instead of only when the profile picture is updated.
Cool, this looks great! Merging now, will test once merged and fix any bugs that arise. Tha... | gharchive/pull-request | 2020-06-27T22:12:54 | 2025-04-01T04:34:27.297820 | {
"authors": [
"MatthewStanciu",
"saharshy29"
],
"repo": "hackclub/scrappy",
"url": "https://github.com/hackclub/scrappy/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2486220562 | [common] 해커톤 앱 제출
제목
팀 앱 제출 1차
팀 이름
common
팀 리포지토리
https://github.com/hackersground-kr/hg-common-hackergroud
IntelliJ 닫기 버튼을 눌러 초기 화면으로 어떻게 가는지 모르겠어요.
/invalid
| gharchive/issue | 2024-08-26T08:04:39 | 2025-04-01T04:34:27.306073 | {
"authors": [
"clcok",
"yeseong0412"
],
"repo": "hackersground-kr/hackers-ground",
"url": "https://github.com/hackersground-kr/hackers-ground/issues/951",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2011254203 | Texture the player prefab
The player prefabs needs to be UV-Mapped and get some textures
Done, at least partially. What remains is improvements.
| gharchive/issue | 2023-11-26T23:07:54 | 2025-04-01T04:34:27.306857 | {
"authors": [
"Fueredoriku",
"toberge"
],
"repo": "hackerspace-ntnu/Red-Planet-Rampage",
"url": "https://github.com/hackerspace-ntnu/Red-Planet-Rampage/issues/336",
"license": "BSD-4-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
266612187 | BUY TICKETS INDIVIDUALLY
No way to distinguish if ppl buy multiple tickets so changed policy to only allowing individual purchases.
Is this enforced in the event brite?
No, people can order multiple tickets. I could modify the Eventbrite to only allow one ticket
| gharchive/pull-request | 2017-10-18T19:22:13 | 2025-04-01T04:34:27.382213 | {
"authors": [
"casey-chow",
"dfan97"
],
"repo": "hackprinceton/static",
"url": "https://github.com/hackprinceton/static/pull/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
545080314 | Error in opening the audio file
As you have mentioned in the document, I replaced the path of the mp3 file. But it is showing the following error:
Traceback (most recent call last):
File "C:\Users\ELCOT\AppData\Local\Programs\Python\Python37\lib\site-packages\pyglet\media\codecs\wave.py", line 59, in init
self._wave ... | gharchive/issue | 2020-01-03T17:14:41 | 2025-04-01T04:34:27.407192 | {
"authors": [
"afuafu21",
"exist-world",
"hacky1997"
],
"repo": "hacky1997/voice-based-email-for-blind",
"url": "https://github.com/hacky1997/voice-based-email-for-blind/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
437048585 | Hacl* library package
How do I include the Hacl* library in the lib folder when extracting my code to OCaml?
Currently I am stuck with this, which can extract successfully for F* codes only using the F* libraries.
fstar.exe --z3cliopt 'timeout=600000' --use_hints --use_hint_hashes --odir out --codegen OCaml <module... | gharchive/issue | 2019-04-25T07:30:21 | 2025-04-01T04:34:27.425817 | {
"authors": [
"jamesbarne",
"karthikbhargavan",
"msprotz",
"s-zanella"
],
"repo": "hacl-star/hacl-star",
"url": "https://github.com/hacl-star/hacl-star/issues/154",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2506479112 | grouping test cases and categorisation
Hi @haesleinhuepf
I was going through the preprint and one thought I had was grouping the test cases under categories. We get an overall view of how well LLMs perform but lose the granularity on whether LLMs perform well/worse on certain tasks and not on others..
For example, wi... | gharchive/issue | 2024-09-04T23:35:48 | 2025-04-01T04:34:27.488189 | {
"authors": [
"haesleinhuepf",
"jkh1",
"pr4deepr"
],
"repo": "haesleinhuepf/human-eval-bia",
"url": "https://github.com/haesleinhuepf/human-eval-bia/issues/112",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
448852537 | Loading progress in %
Loading progress in % for multiple resources.
Based off PR #6 made by @jiawenquan
This is excellent
It is a singleton class because being an Angular service.
| gharchive/pull-request | 2019-05-27T13:14:59 | 2025-04-01T04:34:27.490249 | {
"authors": [
"haestflod",
"jiawenquan"
],
"repo": "haestflod/generic-3Dproduct-viewer",
"url": "https://github.com/haestflod/generic-3Dproduct-viewer/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
609888334 | Add --grep option
custom grep.
why?
dalfox is xss tool, but it can also be used to find other vulnerabilities.
e.g
ssti
information leak
etc..
so, i think need custom grep option
it is last options for release :D
Thats great bro, you should have that, but in case you dont, hope this helps for that or other proj... | gharchive/issue | 2020-04-30T12:07:03 | 2025-04-01T04:34:27.500782 | {
"authors": [
"bsysop",
"hahwul"
],
"repo": "hahwul/dalfox",
"url": "https://github.com/hahwul/dalfox/issues/58",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2349312796 | Get master up to date
master up to date for purpose of development
Probably nothing bad will happen...
| gharchive/pull-request | 2024-06-12T17:20:38 | 2025-04-01T04:34:27.501694 | {
"authors": [
"RichardStaszkiewicz"
],
"repo": "haichangsi/WUT-TBD-PROJ1",
"url": "https://github.com/haichangsi/WUT-TBD-PROJ1/pull/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
836047249 | internal/graphics: Race condition at the vertices backend and copying at internal/graphicscommand
Git bisect said c8b98f13fb06eee62d6eba2c37d891f86726e40d was the culprit.
CC @wasedaigo
(v *verticesBackend) slice was not concurrent safe. This should not be an issue in v2.0.0 or v1.x since this function was used on... | gharchive/issue | 2021-03-19T14:18:38 | 2025-04-01T04:34:27.536414 | {
"authors": [
"hajimehoshi"
],
"repo": "hajimehoshi/ebiten",
"url": "https://github.com/hajimehoshi/ebiten/issues/1546",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
286475817 | examples/audio: Music should keep playing even the tab is background when IsRunnableInBackground is true
Related to #272
When thinking examples/audio as a music player, it'd be nice to keep playing music
This is no longer an issue. I don't know when this was fixed...
| gharchive/issue | 2018-01-06T10:39:06 | 2025-04-01T04:34:27.537526 | {
"authors": [
"hajimehoshi"
],
"repo": "hajimehoshi/ebiten",
"url": "https://github.com/hajimehoshi/ebiten/issues/476",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2092603148 | 夜间模式下,部分页面的字符颜色显示异常
https://www.bilibili.com/v/popular/weekly/?num=251
這個頁面我不太想適配其實,之後寫個正則過濾掉防止影響
暫時先過濾了這頁面。。。過後適配
| gharchive/issue | 2024-01-21T14:11:56 | 2025-04-01T04:34:27.550650 | {
"authors": [
"hakadao",
"miracomangomanchuria"
],
"repo": "hakadao/BewlyBewly",
"url": "https://github.com/hakadao/BewlyBewly/issues/206",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1893168011 | Hadhunna/adding metrics
Contributing to the Azure SDK
Features
Added metrics to header. Will be used to track the number of requests and responses for each action.
Other Changes
Change version semantics to Major.Minor.Patch.PreRelease
Can we add links to the work items in the description?
Also, please run the... | gharchive/pull-request | 2023-09-12T19:55:32 | 2025-04-01T04:34:27.561962 | {
"authors": [
"HarmanDhunna",
"hakimms"
],
"repo": "hakimms/azure-sdk-for-net",
"url": "https://github.com/hakimms/azure-sdk-for-net/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
323423046 | Allow for customized sudo env vaiables
Whether or not this is a good idea, I want to do:
halyard::allowed_env_variables:
- DEBUG
- PUPPET_ENV
- PROFILE
- SSH_AUTH_SOCK
This let's me do that
❯ halyard
Repo is unclean: /opt/halyard/repo
2018-05-15 19:50:48 Jareds-MacBook-Pro.local STARTING RUN
2018-05-15 19:50... | gharchive/pull-request | 2018-05-15T23:53:46 | 2025-04-01T04:34:27.594641 | {
"authors": [
"akerl",
"jaredledvina"
],
"repo": "halyard/puppet-halyard",
"url": "https://github.com/halyard/puppet-halyard/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.