added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T04:35:34.882824
2019-03-22T17:51:43
424330376
{ "authors": [ "mightyguava", "ryanhall07" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11019", "repo": "square/misk", "url": "https://github.com/square/misk/pull/862" }
gharchive/pull-request
Only start vitess in TESTING Docker compose starts vitess in DEVELOPMENT now Pretty sure this will break things. It's similar to the issue in https://github.com/square/misk/pull/814, that VitessScaleSafetyChecks installed by HibernateTestingModule has a dependency on StartVitessService. Pretty sure this will bre...
2025-04-01T04:35:34.921178
2015-10-11T18:13:24
110873286
{ "authors": [ "rburgst", "swankjesse" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11020", "repo": "square/okhttp", "url": "https://github.com/square/okhttp/issues/1919" }
gharchive/issue
redirect for PROFIND request issues GET request see code in com.squareup.okhttp.internal.http.HttpEngine#followUpRequest case HTTP_MULT_CHOICE: case HTTP_MOVED_PERM: case HTTP_MOVED_TEMP: case HTTP_SEE_OTHER: // Does the client allow redirects? if (!client.getFollowRedirects())...
2025-04-01T04:35:34.932156
2020-03-31T20:27:56
591402884
{ "authors": [ "mopsalarm", "yschimke" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11021", "repo": "square/okhttp", "url": "https://github.com/square/okhttp/issues/5917" }
gharchive/issue
Infinite caching in DnsOverHttps If you are using DnsOverHttps with post=false, url=https://<IP_ADDRESS>/dns-query and a custom OkHttpClient with a Cache set, responses are cached forever, and no validation regarding dns ttl are performed. Cloudflare does not send a Cache-Control header, and DnsRecordCodec discards t...
2025-04-01T04:35:34.957201
2016-04-12T02:36:24
147615104
{ "authors": [ "JakeWharton", "iNoles" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11022", "repo": "square/sqlbrite", "url": "https://github.com/square/sqlbrite/issues/105" }
gharchive/issue
QueryToListOperator didn't called onCompleted Is there is a reason that you don't want to called the onCompleted methods? SqlBrite streams are infinite. They never complete.
2025-04-01T04:35:34.959310
2015-07-14T18:02:53
95002897
{ "authors": [ "squarefeet", "webtech1980" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11023", "repo": "squarefeet/ShaderParticleEngine", "url": "https://github.com/squarefeet/ShaderParticleEngine/issues/73" }
gharchive/issue
Issue when camera is positioned at { x:0, y:0, z:0 } Hello and thanks for the great particle engine. For some reason when I position my camera at { x:0, y:0, z:0 } the particles are not rendered. This only seems to happen if I'm using the latest version of the particle engine. I have tested with THREE.js r70 and r71....
2025-04-01T04:35:34.969158
2017-10-27T22:45:38
269256806
{ "authors": [ "squidboylan" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11024", "repo": "squidboylan/libdolphin", "url": "https://github.com/squidboylan/libdolphin/issues/1" }
gharchive/issue
Add hitbox data support Plans for this are: Have a separate hitbox class Each Player will get 4 hitboxes as specified in the google drive doc Do testing to ensure memory locations are correct This is done
2025-04-01T04:35:35.012648
2019-07-03T16:23:03
463844214
{ "authors": [ "ajnavarro", "erizocosmico", "kuba--", "ncordon", "smacker", "smola" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11025", "repo": "src-d/gitbase", "url": "https://github.com/sr...
gharchive/issue
Top 10 repositories by commit count from HEAD example I think there may be something wrong with the example: Top 10 repositories by commit count from HEAD in the docs. For example, filtering for the repo [naming-suggestion](https://github.com/src-d/naming-suggestion= it would show count 4, when it ought to be 2: SELE...
2025-04-01T04:35:35.014812
2017-02-14T17:22:58
207581251
{ "authors": [ "dpordomingo", "erizocosmico" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11026", "repo": "src-d/go-kallax", "url": "https://github.com/src-d/go-kallax/pull/97" }
gharchive/pull-request
Find error in structs with AliasOfSlice properties Described by https://github.com/src-d/go-kallax/issues/96 Leave this PR open but don't merge it because tests will start failing I'm merging this on my branch, since I will be working on this and will need the tests.
2025-04-01T04:35:35.017254
2018-10-16T13:14:51
370606316
{ "authors": [ "erizocosmico", "jfontan" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11027", "repo": "src-d/go-siva", "url": "https://github.com/src-d/go-siva/pull/38" }
gharchive/pull-request
Improve siva index generation in ReadWriter When using a ReadWriter the index in regenerated each time Index is called. These are the steps to generate one usable index: Create new index merging index from file and current changes Remove duplicates Sort index by position Also, to find a file in the index it is walk...
2025-04-01T04:35:35.038435
2020-08-25T18:19:16
685692819
{ "authors": [ "cmatomic", "srevinsaju" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11028", "repo": "srevinsaju/firefox-appimage", "url": "https://github.com/srevinsaju/firefox-appimage/issues/2" }
gharchive/issue
Firefox-AppImage stands out . I changed the name of my repository so you can use the name Firefox-AppImage, your repository is better than mine so I recommend changing to Firefox-AppImage. Thanks for your excellent job you had with the repository . @cmatomic Wow Thanks! How did you come to know of this repository? ...
2025-04-01T04:35:35.107094
2024-10-01T13:08:20
2559179944
{ "authors": [ "Devanshukoli", "sristy17" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11029", "repo": "sristy17/MindDrive", "url": "https://github.com/sristy17/MindDrive/issues/14" }
gharchive/issue
[FEATURE] Add commitizen in the Project Is this a unique feature? [X] I have checked "open" AND "closed" issues and this is not a duplicate Is your feature request related to a problem/unavailable functionality? Please describe. Yes, My Feature request is related to an unavailable functionality in the project. And ...
2025-04-01T04:35:35.112126
2023-11-30T08:26:06
2018124246
{ "authors": [ "hellt" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11030", "repo": "srl-labs/containerlab", "url": "https://github.com/srl-labs/containerlab/issues/1758" }
gharchive/issue
Parallelize smoke tests Smoke test collection grew out of proportion and takes quite some time to finish. It is better to start compartmentalize the cicd.yml file by moving out jobs to their own files and parallelize the execution. This was done for vxlan tests -- https://github.com/srl-labs/containerlab/blob/46bd91f...
2025-04-01T04:35:35.154203
2018-10-07T08:36:07
367533405
{ "authors": [ "codecov-io", "izumin5210" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11032", "repo": "srvc/wraperr", "url": "https://github.com/srvc/wraperr/pull/4" }
gharchive/pull-request
Fix reviewdog token WHY WHAT REF Codecov Report Merging #4 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #4 +/- ## ======================================= Coverage 76.56% 76.56% ==============================...
2025-04-01T04:35:35.158403
2021-05-08T18:34:29
881155923
{ "authors": [ "arj03", "staltz" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11033", "repo": "ssb-js/muxrpc", "url": "https://github.com/ssb-js/muxrpc/pull/70" }
gharchive/pull-request
use standard for linting and code style Similar to https://github.com/ssb-js/secret-stack/pull/53, this just introduces standardx which applies a conventional code style on all JS files, and warns against weird code, like multiple statements on the same line (muxrpc had lots of this). I didn't do much else than npm r...
2025-04-01T04:35:35.172285
2017-02-04T00:35:36
205306531
{ "authors": [ "sschmid" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11034", "repo": "sschmid/Entitas-CSharp", "url": "https://github.com/sschmid/Entitas-CSharp/issues/271" }
gharchive/issue
Integrate EntityLink into Entitas Ship Entitas.Unity.VisualDebugging plugin including EntityLink for linking entities to GameObjects. See EntityLink https://github.com/sschmid/Entitas-CSharp/wiki/Tools-and-Extensions Done.
2025-04-01T04:35:35.207655
2024-08-18T08:00:53
2471846474
{ "authors": [ "g0odman", "thdxr" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11035", "repo": "sst/ion", "url": "https://github.com/sst/ion/issues/880" }
gharchive/issue
Install script redownloads SST on every execution Since this commit the install script doesn't cache the version correctly since the output of the sst version command has changed. fixed in v3.0.64
2025-04-01T04:35:35.214410
2024-04-17T08:11:01
2247664873
{ "authors": [ "WangTianYi0102", "sstary" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11036", "repo": "sstary/SSRS", "url": "https://github.com/sstary/SSRS/issues/17" }
gharchive/issue
How to obtain the pretrain model “vmamba_tiny_e292.pth” Very great work! Can you tell me the detailed method to obtain this pre-trained file? I am not understand how to get it from your link。 Thank you! You can get from 'https://github.com/zifuwan/Sigma' and rename.
2025-04-01T04:35:35.215962
2014-05-16T14:24:27
33678872
{ "authors": [ "jwestbrook" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11037", "repo": "sstephenson/prototype", "url": "https://github.com/sstephenson/prototype/issues/210" }
gharchive/issue
SCRIPT5007: Unable to get value of the property '1' fix Pull Request https://github.com/sstephenson/prototype/pull/108 closed by de0beadd5347727f06fae4c373c8f99679a9e4ea
2025-04-01T04:35:35.248086
2024-01-20T18:16:28
2092190437
{ "authors": [ "EmilMassey", "staabm" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11038", "repo": "staabm/phpstan-todo-by", "url": "https://github.com/staabm/phpstan-todo-by/issues/82" }
gharchive/issue
DX: Define error identifiers In phpstan 1.11 error identifiers will be available for use to ignore specific errors. We can already use PHPStan\Rules\RuleErrorBuilder::identifier() to define custom identifiers for errors reported by this extension. They will be useful when 1.11 is released. I think it would be a nice...
2025-04-01T04:35:35.249969
2021-06-23T00:49:50
927753655
{ "authors": [ "kylebarron", "lossyrob" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11039", "repo": "stac-utils/pgstac", "url": "https://github.com/stac-utils/pgstac/issues/6" }
gharchive/issue
CI for publishing pypgstac I noticed that the latest version pypgstac on pypi is 0.2.4. The main branch has a version of 0.2.3, and there's not tags for all released versions. We should set up GitHub Actions to do the publishing, much like we are doing in pystac. That way releases happen on each GitHub release, and t...
2025-04-01T04:35:35.258517
2019-02-22T02:39:52
413216487
{ "authors": [ "gabrielebndn", "jcarpent" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11040", "repo": "stack-of-tasks/pinocchio", "url": "https://github.com/stack-of-tasks/pinocchio/pull/698" }
gharchive/pull-request
Align Python Jacobian to C++, fix #545 Mostly four things: Add a benchmark called timings-jacobian to compare between getJointJacobian, computeJointJacobians and related algorithms. Use the corresponding C++ function for the Python bindings of jointJacobian. Now, the signature and side-effects of jointJacobian in Py...
2025-04-01T04:35:35.260545
2021-11-03T08:25:32
1043200318
{ "authors": [ "hrp2-14", "nim65s" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11041", "repo": "stack-of-tasks/sot-tools", "url": "https://github.com/stack-of-tasks/sot-tools/pull/26" }
gharchive/pull-request
fix submodule url ref. https://github.com/humanoid-path-planner/hpp-core/issues/256. If someone prefer using another url scheme, git can globally be configured with eg.: git config --global url."git@github.com:".insteadOf https://github.com/ Hi ! This project doesn't usually accept pull requests on master. If this...
2025-04-01T04:35:35.264528
2024-11-13T00:50:09
2653770844
{ "authors": [ "endocytosis", "robert-hopla" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11042", "repo": "stackblitz/bolt.new", "url": "https://github.com/stackblitz/bolt.new/issues/2148" }
gharchive/issue
Use the prediction outputs feature to only make changes, not rewrite ALL code. (we are only interested in the diff) Is your feature request related to a problem? Please describe: updates take longer than needed Describe the solution you'd like: using the prediction outputs, we can supply code and speedup repsonses De...
2025-04-01T04:35:35.268663
2024-11-19T08:15:14
2671222378
{ "authors": [ "everspader", "kc0tlh" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11043", "repo": "stackblitz/bolt.new", "url": "https://github.com/stackblitz/bolt.new/issues/2733" }
gharchive/issue
npm ERR! code ERR_INVALID_PROTOCOL on Safari browser only Describe the bug When running npm run dev, there is an error with the dev server that is only observer on Safari browser: npm ERR! code ERR_INVALID_PROTOCOL npm ERR! Protocol "https:" not supported. Expected "http:" npm ERR! A complete log of this run can be ...
2025-04-01T04:35:35.272644
2024-11-27T15:37:49
2698961650
{ "authors": [ "endocytosis", "mmonty23" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11044", "repo": "stackblitz/bolt.new", "url": "https://github.com/stackblitz/bolt.new/issues/3279" }
gharchive/issue
Upgraded and lost my project Describe the bug I was working on a postcard project on the free plan and when I upgraded to a paid plan, I can't find it. Link to the Bolt URL that caused the error https://bolt.new/~/sb1-kvrisw Steps to reproduce No project found Expected behavior When I upgraded my plan, my expectation...
2025-04-01T04:35:35.277474
2023-12-31T17:30:40
2061126272
{ "authors": [ "SamVerschueren", "djdev" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11045", "repo": "stackblitz/webcontainer-core", "url": "https://github.com/stackblitz/webcontainer-core/issues/1283" }
gharchive/issue
Slow starting project. Dependencies installation taking forever. Describe the bug Github project does not open in browser because dependencies installation does not complete. Link to the blitz that caused the error https://stackblitz.com/~/github.com/djdev/dj-badge-component-starter Steps to reproduce Start selected ...
2025-04-01T04:35:35.301728
2024-04-19T08:28:38
2252403831
{ "authors": [ "coveralls", "jhrozek" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11046", "repo": "stacklok/minder", "url": "https://github.com/stacklok/minder/pull/3137" }
gharchive/pull-request
Address review comments for labels filtering Summary In the interest of time we merged labels filtering with some comments not being addressed. This patch fixes that: exclude_labels now excludes any profiles containing any of the exclude labels. Add a test for this new behaviour. fix confusing comment in LabelsFromF...
2025-04-01T04:35:35.306876
2024-07-17T11:07:51
2413316433
{ "authors": [ "blkt", "coveralls" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11047", "repo": "stacklok/minder", "url": "https://github.com/stacklok/minder/pull/3917" }
gharchive/pull-request
Removed option from minder history list. Summary Option --rule-name was meant to be used as filter on rule names, but we decided not to implement it for now as its usefulness is still under discussion. Change Type Mark the type of change your PR introduces: [ ] Bug fix (resolves an issue without affecting existing f...
2025-04-01T04:35:35.312501
2024-10-10T14:39:06
2579065254
{ "authors": [ "blkt", "coveralls" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11048", "repo": "stacklok/minder", "url": "https://github.com/stacklok/minder/pull/4721" }
gharchive/pull-request
Fix race in github webhook handler tests. Summary Recent changes introduced a couple additional cases in which we forward events from the webhook handler to Minder core, causing helper utility PassthroughQueue to get stuck sending on a channel that was not consumed anymore. This change should fix the issue by consum...
2025-04-01T04:35:35.318929
2023-11-02T22:42:38
1975152864
{ "authors": [ "RTann" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11049", "repo": "stackrox/scanner", "url": "https://github.com/stackrox/scanner/pull/1318" }
gharchive/pull-request
chore(nvd): use NVD API v2 NVD plans to retire the 1.1 JSON feeds on December 15, 2023. This PR swaps our usage of those feeds with the v2 API. For backwards compatibility purposes with previous Scanner versions, which may still be deployed somewhere and may still be officially supported, we convert the v2 API JSON r...
2025-04-01T04:35:35.323573
2024-06-05T11:49:43
2335693134
{ "authors": [ "lvalerom" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11050", "repo": "stackrox/stackrox", "url": "https://github.com/stackrox/stackrox/pull/11394" }
gharchive/pull-request
ROX-24527: Add deprecation notice for the summary API Description Deprecation notice for the v1/summary/counts API The code will be fully delete here: #11392 Checklist [x] Investigated and inspected CI test results ~[ ] Unit test and regression tests added~ ~[ ] Evaluated and added CHANGELOG entry if required~ ~[ ...
2025-04-01T04:35:35.391177
2022-02-06T11:46:57
1125181069
{ "authors": [ "stamateas" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11051", "repo": "stamateas/upptime", "url": "https://github.com/stamateas/upptime/issues/3463" }
gharchive/issue
⚠️ GitLab Server has degraded performance In 8908039, GitLab Server (https://gitlab01.its-telekom.eu) experienced degraded performance: HTTP code: 200 Response time: 6917 ms Resolved: GitLab Server performance has improved in 110fe90.
2025-04-01T04:35:35.441926
2021-12-29T02:02:27
1090220201
{ "authors": [ "Diggsey", "Godzil", "NeunEinser", "SimonRovder", "cnkeats", "d-albrecht", "santiagodg" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11052", "repo": "standupmaths/xmastree2021", "...
gharchive/pull-request
Adding 2020 examples as CSVs 2020 Examples These examples were taken from the standupmaths/xmastree2020 repository. The python scripts from 2020 were processed using santiagodg/xmastree-2020py-to-2021csv to generate 2021's animation CSV files and sometimes manually modifying them to make them work. These CSVs have no...
2025-04-01T04:35:35.448730
2021-05-24T18:41:58
899913957
{ "authors": [ "coveralls", "gcampax" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11053", "repo": "stanford-oval/almond-cloud", "url": "https://github.com/stanford-oval/almond-cloud/pull/981" }
gharchive/pull-request
update-dataset: validate commandpedia against approved subset of devices So we don't show commands that are not available in Commandpedia Pull Request Test Coverage Report for Build 3258 9 of 10 (90.0%) changed or added relevant lines in 2 files are covered. No unchanged relevant lines lost coverage. Overall cove...
2025-04-01T04:35:35.450366
2019-11-05T23:01:29
518108559
{ "authors": [ "gcampax", "rayslxu" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11054", "repo": "stanford-oval/thingtalk", "url": "https://github.com/stanford-oval/thingtalk/issues/166" }
gharchive/issue
Make use of display value in confirms and responses If the user says Seattle, response with "Weather for Seattle ..." , not "Weather for Seattle, King County, Washington, United States of America ..." The specific location problem was fixed in https://github.com/stanford-oval/almond-cloud/pull/684 and the rest I do...
2025-04-01T04:35:35.480729
2018-10-11T07:10:40
368981847
{ "authors": [ "keavil", "kidzik" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11055", "repo": "stanfordnmbl/osim-rl", "url": "https://github.com/stanfordnmbl/osim-rl/issues/177" }
gharchive/issue
Question about target velocity After reading codes to generate target velocity here https://github.com/stanfordnmbl/osim-rl/blob/3ceadccc2f9104c9012281a482cfff5203f703bd/osim/env/osim.py#L499 , I got a question: In description in #164 , you mentioned '(changing the heading of the velocity vector at the rate 20 degree...
2025-04-01T04:35:35.483169
2023-10-13T22:42:16
1942734052
{ "authors": [ "boivado2", "stanleyugwu" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11056", "repo": "stanleyugwu/react-native-bottom-sheet", "url": "https://github.com/stanleyugwu/react-native-bottom-sheet/issues...
gharchive/issue
Unable to resolve "./types" Hello @boivado2 , thanks for opening this issue. Can you please provide more context to this issue? What are you trying to do exactly? Did you try to use the package or build it? Hello again @boivado2 this issue has been resolved by PR #2 and a new version has been released 0.1.2 Than...
2025-04-01T04:35:35.496691
2019-01-29T19:20:00
404447078
{ "authors": [ "codepretty", "layershifter" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11057", "repo": "stardust-ui/react", "url": "https://github.com/stardust-ui/react/issues/793" }
gharchive/issue
Icon variable outline should be a prop Feature Request Problem description Setting outline variable on an Icon is common enough that I think it would make more sense and be a much simpler design to have outline be a prop instead of variable. <Icon name="call-video" variables={{ 'outline': true }} /> Proposed solutio...
2025-04-01T04:35:35.499355
2020-10-02T16:26:03
713747888
{ "authors": [ "jeffreyscarpenter", "olim7t" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11058", "repo": "stargate/stargate", "url": "https://github.com/stargate/stargate/issues/188" }
gharchive/issue
Type check in ExternalStorage#supportsParameter is too permissive Not an issue currently, but I ran into this on a temporary local branch. @Override public boolean supportsParameter( ParameterContext parameterContext, ExtensionContext extensionContext) throws ParameterResolutionException { return ...
2025-04-01T04:35:35.502338
2022-10-14T13:10:21
1409332186
{ "authors": [ "ivansenic" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11059", "repo": "stargate/stargate", "url": "https://github.com/stargate/stargate/pull/2157" }
gharchive/pull-request
closes #2131: fixes swagger issues in the docs api v2 What this PR does: Fixes all Swagger issues in the docs API: fields and where passed as string (JSON), unfortunately layout in Swagger is not perfect document-path param was sent wrongly, again fallback to string fixed example for schema attaching minor documenta...
2025-04-01T04:35:35.510409
2018-10-19T00:33:26
371763545
{ "authors": [ "jhunt", "krutten" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11060", "repo": "starkandwayne/shield", "url": "https://github.com/starkandwayne/shield/pull/467" }
gharchive/pull-request
Make S3 region configurable This makes life easier on some S3 work-alikes, which can require that S3 operations be given region names that do not correspond to those used by AWS itself. Fixes #465 Changes look good. Defaults remain the same if not configure.
2025-04-01T04:35:35.522417
2022-08-22T17:11:03
1346739908
{ "authors": [ "Goldziher", "cofin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11062", "repo": "starlite-api/starlite", "url": "https://github.com/starlite-api/starlite/issues/396" }
gharchive/issue
Bug: OpenAPI Schema Should Generate FileUpload Form in Swagger Docs. Describe the bug The bug may be broader than this, but it was first noticed when testing multi-part file uploads with the integrated swagger docs. To Reproduce Given a route that looks like this: import logging from starlite import Body, RequestEnc...
2025-04-01T04:35:35.525838
2020-03-16T09:54:10
582151524
{ "authors": [ "Atsidir", "tfoldi" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11063", "repo": "starschema/COVID-19-data", "url": "https://github.com/starschema/COVID-19-data/pull/19" }
gharchive/pull-request
airflow etl dag generator implemented, as it was described in https:/…/github.com/starschema/COVID-19-data/wiki/dynamic-dag I happy to write the test case for this (at least I understand what it does :D)
2025-04-01T04:35:35.545982
2019-08-05T19:48:20
477027743
{ "authors": [ "prein2" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11064", "repo": "stas-demydiuk/domoticz-zigbee2mqtt-plugin", "url": "https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin/issues/135" }
gharchive/issue
ikea control outlet E1603/E1702 Device description IKEA control outlet, bought today doesn't work with domoticz. Using latest dev version zigbee2mqtt. message from domoticz log: 2019-08-05 21:44:59.689 (Zigbee2MQTT) MQTT message: zigbee2mqtt/plug tuinberegening {'state': 'ON', 'linkquality': 21} 2019-08-05 21:44:59.6...
2025-04-01T04:35:35.640409
2022-08-28T13:40:55
1353357091
{ "authors": [ "dstpierre", "rostikts" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11065", "repo": "staticbackendhq/core", "url": "https://github.com/staticbackendhq/core/pull/49" }
gharchive/pull-request
WIP: add local cache sub/pub events Add a local observer for the Pub/sub cache events Observer provides a possibility to subscribe to a specific event and publish a message for all subscribers of the channel. The memObserver struct contains a map with a slice of subscribers where the key of the map is a specific chan...
2025-04-01T04:35:35.729875
2022-09-14T13:38:17
1373005627
{ "authors": [ "yyoncho", "zah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11066", "repo": "status-im/nim-workspace", "url": "https://github.com/status-im/nim-workspace/pull/3" }
gharchive/pull-request
Bootstrap nimble PR split into 2 commits to make the reviewing easier. Here it is the code that I used for generating the nimble bootstrap files #!/usr/bin/env bash rm ~/.cache/nim/nimble_d/ -rf nim cc --genScript src/nimble.nim sed -i 's#-I.*nimble/src##' ~/.cache/nim/nimble_d/compile_nimble.sh cp ~/Sources/nim/Ni...
2025-04-01T04:35:35.965647
2017-07-13T16:13:28
242754953
{ "authors": [ "kgryte", "pcowgill" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11067", "repo": "stdlib-js/stdlib", "url": "https://github.com/stdlib-js/stdlib/issues/93" }
gharchive/issue
"numerical computing" is more common than "numeric computing" Checklist Please ensure the following tasks are completed before filing an issue. [x] Read and understood the Code of Conduct. [x] Searched for existing issues and pull requests. [x] If this is a general question, searched the FAQ for an existing answe...
2025-04-01T04:35:35.969820
2024-07-21T21:17:45
2421604818
{ "authors": [ "headlessNode" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11068", "repo": "stdlib-js/stdlib", "url": "https://github.com/stdlib-js/stdlib/pull/2645" }
gharchive/pull-request
test: add tests to ndarray/base/nullary Progresses #2229. Description What is the purpose of this pull request? This pull request: add tests to @stdlib/ndarray/base/nullary/test/test.7d.js for 100% test coverage Related Issues Does this pull request have any related issues? This pull request: progresses #2229 ...
2025-04-01T04:35:35.985603
2018-06-15T07:19:33
332670216
{ "authors": [ "relativityboy", "roboza" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11069", "repo": "steemit/devportal-tutorials-js", "url": "https://github.com/steemit/devportal-tutorials-js/pull/88" }
gharchive/pull-request
28 vote on content Closes #28 @roboza - What part of this commit gives the user feedback on whether or not the vote succeeded or failed? A link to the broadcast operation doesn't do anything to address that PR requirement. You need to craft a user interface element that runs in the tutorial and gives the user visua...
2025-04-01T04:35:35.991653
2018-04-19T12:34:55
315857352
{ "authors": [ "bonustrack", "gregory-latinier" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11070", "repo": "steemit/steemconnect", "url": "https://github.com/steemit/steemconnect/issues/251" }
gharchive/issue
Setup dedicated node for SteemConnect for server side usage SteemConnect is using public node api.steemit.com to connect to Steemd API. When this node is not working, 3p apps relying on SC canot broadcast transaction anymore. SteemConnect could have his own dedicated node. Steemd API url can remain secret since trans...
2025-04-01T04:35:36.033784
2021-11-07T09:28:43
1046700093
{ "authors": [ "gergoerdi", "stefan-hoeck" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11071", "repo": "stefan-hoeck/idris2-webidl", "url": "https://github.com/stefan-hoeck/idris2-webidl/issues/7" }
gharchive/issue
How do I actually run it? Because idris2-dom is missing IndexedDB support, I thought I'd just plop in the WebIDL files from e.g. https://searchfox.org/mozilla-central/source/dom/webidl and it should Just Work (tm), but alas, I can't even figure out how to run it. It seems to look for an .idr output file in some direc...
2025-04-01T04:35:36.038523
2023-06-09T14:30:17
1750009690
{ "authors": [ "Timmmy-nlb", "gr2m" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11072", "repo": "stefanbuck/github-issue-parser", "url": "https://github.com/stefanbuck/github-issue-parser/issues/58" }
gharchive/issue
Info error at run Hello, I have always a error message, but it works as expected: Error: Error: ENOENT: no such file or directory, open '.github/ISSUE_TEMPLATE/Bestellung-einer-Benutzeraenderung.yml' - uses: stefanbuck/github-issue-parser@v3 id: issue-parser with: template-path: .githu...
2025-04-01T04:35:36.064710
2016-12-15T13:42:58
195808479
{ "authors": [ "kevinvanmierlo", "stefanhaustein" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11073", "repo": "stefanhaustein/HtmlView2", "url": "https://github.com/stefanhaustein/HtmlView2/issues/2" }
gharchive/issue
Help/Wiki + release on Android Arsenal This is the lightweight webview I've been looking for a long time. I have had a few apps where I load local html (nothing fancy, only bold, italic, ul, ol). But there wasn't a library that could do it all except WebView which is unbelievably slow. So first, thank you! I've just ...
2025-04-01T04:35:36.099379
2015-12-08T03:46:33
120923827
{ "authors": [ "ApesTalk", "Freeway1979", "hustlzp", "steipete", "wangqianjun", "xiaochaoren" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11075", "repo": "steipete/Aspects", "url": "https://github.co...
gharchive/issue
why can't hook viewDidLoad (UIViewController) ?? Hi Steipete, why can't hook viewDidLoad (UIViewController) ?? Error: Aspects: Blog signature <NSMethodSignature: 0x7fbc8bd35740> doesn't match <NSMethodSignature: 0x7fbc8bf0cc40>. Please help~ Thank u. Hi, if you post some code I can help. Steipete, I create a Cat...
2025-04-01T04:35:36.113296
2022-08-05T23:26:01
1330570627
{ "authors": [ "Shaptic" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11076", "repo": "stellar/go", "url": "https://github.com/stellar/go/pull/4513" }
gharchive/pull-request
exp/lighthorizon: Correctly set Content-Type, plus JSONify errors What This sets the content-type at the right time and also makes error messages proper JSON. Why The headers can't be set after Write() is called on w. @sreuland yess absolutely, the tech debt is building up :sob:
2025-04-01T04:35:36.120839
2024-06-07T20:19:20
2341104898
{ "authors": [ "chowbao", "tamirms" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11077", "repo": "stellar/go", "url": "https://github.com/stellar/go/pull/5337" }
gharchive/pull-request
services/horizon: Update guide for developers PR Checklist PR Structure [ ] This PR has reasonably narrow scope (if not, break it down into smaller PRs). [ ] This PR avoids mixing refactoring changes with feature changes (split into two PRs otherwise). [ ] This PR's title starts with name of package that is most c...
2025-04-01T04:35:36.123647
2017-05-08T07:18:15
226959133
{ "authors": [ "PikiPoki", "bartekn" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11078", "repo": "stellar/horizon", "url": "https://github.com/stellar/horizon/issues/362" }
gharchive/issue
Unable to send Lumens { "type": "https://stellar.org/horizon-errors/server_error", "title": "Internal Server Error", "status": 500, "detail": "An error occurred while processing this request. This is usually due to a bug within the server software. Trying this request again may succeed if the bug is transient, othe...
2025-04-01T04:35:36.124769
2022-04-27T23:24:19
1217978102
{ "authors": [ "marcelosalloum" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11079", "repo": "stellar/java-stellar-anchor-sdk", "url": "https://github.com/stellar/java-stellar-anchor-sdk/issues/220" }
gharchive/issue
Update SEP-31 to be able to use Circle to generate the transaction memos A complementary part of Circle Payment Detection GanttStart: 2022-04-27 GanttDue: 2022-04-29 Cc @reecexlm
2025-04-01T04:35:36.127895
2022-08-01T18:22:06
1324800295
{ "authors": [ "jonjove", "leighmcculloch" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11080", "repo": "stellar/rs-soroban-sdk", "url": "https://github.com/stellar/rs-soroban-sdk/pull/386" }
gharchive/pull-request
Fix contractmetav0 custom section not emitted What Move contractmetav0 custom section link section static variable into function that is exported instead of being a crate root static, and reference that exported function in the crates of contracts. Why The custom section is not always in contracts when contracts are ...
2025-04-01T04:35:36.131222
2015-09-15T14:24:51
106567392
{ "authors": [ "nullstyle", "sacarlson" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11081", "repo": "stellar/ruby-stellar-base", "url": "https://github.com/stellar/ruby-stellar-base/issues/16" }
gharchive/issue
Can add account signers but can't delete them Seems I can add account signers with no problem but just can't delete them when I set weight to zero they are still listed on the stellar-core db with a weight of 1. the function I run that works to add but fails to delete with weight set to 0 is: def add_signer_public_k...
2025-04-01T04:35:36.150022
2024-01-06T01:19:17
2068271671
{ "authors": [ "marcelosalloum", "stellar-jenkins" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11082", "repo": "stellar/stellar-disbursement-platform-backend", "url": "https://github.com/stellar/stellar-dis...
gharchive/pull-request
[SDP-1006] Add the tenant_id column to the TSS submitter_transactions table What Add the tenant_id column to the TSS submitter_transactions table. Why So we can associate every stellar_transaction to one tenant, using this to execute per-tenant transactions using each Tenant's separate balance. Closes https://stellar...
2025-04-01T04:35:36.163774
2020-10-18T15:23:33
724030863
{ "authors": [ "IoanaAlexandru", "campovski" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11083", "repo": "stelynx/network_image_mock", "url": "https://github.com/stelynx/network_image_mock/issues/2" }
gharchive/issue
Package breaks with Flutter 1.23 Tests using mockNetworkImagesFor now fail after upgrading from 1.22.0-12.4.pre to 1.23.0-18.1.pre, on the beta channel. This is the error: Stack trace ══╡ EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE ╞════════════════════════════════════════════════════ The following ReachabilityError w...
2025-04-01T04:35:36.206570
2022-02-23T02:13:21
1147557483
{ "authors": [ "varunsh-coder" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11084", "repo": "step-security/agent", "url": "https://github.com/step-security/agent/issues/203" }
gharchive/issue
Add annotation if agent fails Agent can fail is someone adds a wrong domain. In this case developer may not get to know there was a problem. Add annotation to inform developer that the agent had failed. @h0x0er please take this up. Here is an example: https://github.com/harden-runner-canary/mruby/runs/8139733824?ch...
2025-04-01T04:35:36.210520
2019-09-11T18:10:12
492388718
{ "authors": [ "azzageee", "dw-ll", "mksonkar" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11085", "repo": "stephane-monnot/react-vertical-timeline", "url": "https://github.com/stephane-monnot/react-vertical-tim...
gharchive/issue
Overriding border style? Has anyone figured out how to customize the CSS for elements such as the underlining border & arrow pointing to the timeline? I'd like to blend them in to a different background color that isn't white. Here's an example: @dw-ll Hey Daniel, Did you figure out how to modify the border? You...
2025-04-01T04:35:36.225330
2021-01-11T09:58:16
783227957
{ "authors": [ "ketanpandey8", "leshchenko1979" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11086", "repo": "stephenou/fruitionsite", "url": "https://github.com/stephenou/fruitionsite/issues/72" }
gharchive/issue
Issue with tawk.to chat widget I added tawk.to widget code in CUSTOM_SCRIPT but I cannot see it anywhere on my notion site. Below is the script code: <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"...
2025-04-01T04:35:36.252564
2024-11-27T05:51:26
2697223345
{ "authors": [ "TimerChen" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11087", "repo": "stereolabs/zed-python-api", "url": "https://github.com/stereolabs/zed-python-api/issues/242" }
gharchive/issue
no async_image_retrieval in sl.InitParameters Preliminary Checks [X] This issue is not a duplicate. Before opening a new issue, please search existing issues. [X] This issue is not a question, feature request, or anything other than a bug report directly related to this project. Description I found a paramter async...
2025-04-01T04:35:36.258046
2022-08-10T23:30:39
1335309940
{ "authors": [ "JamesCarnley", "sapien99", "stefa2k" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11088", "repo": "stereum-dev/ethereum-node", "url": "https://github.com/stereum-dev/ethereum-node/issues/646" }
gharchive/issue
appImage does not launch due to missing dependency in Ubuntu 22.04 I'm trying to install Stereum 2.0 on a fresh Ubuntu 22.04 LTS instance. I downloaded the Linux install file from stereum.net, marked it as executable, and tried running it: $ ./Stereum-Launcher-2.0.0-stack-rc4.AppImage /tmp/.mount_StereuEhlQS4/stereum...
2025-04-01T04:35:36.265293
2022-03-30T01:40:33
1185705555
{ "authors": [ "lpk229" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11089", "repo": "sternie-devops-squad/wishlists", "url": "https://github.com/sternie-devops-squad/wishlists/issues/26" }
gharchive/issue
Add an action route As a developer I need to be able to action query results So that that it can be maintained and edited Details & Assumptions: wishlists are already created results are queried first Acceptance Criteria: Given queried results When a user queries their wishlist Then those items can also be actioned...
2025-04-01T04:35:36.271861
2023-11-12T16:44:13
1989483128
{ "authors": [ "arutonee1", "christianjuth", "collindutter", "stevearc" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11090", "repo": "stevearc/oil.nvim", "url": "https://github.com/stevearc/oil.nvim/issues/...
gharchive/issue
feature request: :wq Did you check existing requests? [X] I have searched the existing issues Describe the feature :wq currently behaves like :w. If the command was successful (the user presses [O]k), :wq should close Neovim as well. Provide background I genuinely might see myself using oil.nvim as a file manager r...
2025-04-01T04:35:36.298138
2019-04-02T00:44:31
427972118
{ "authors": [ "Wind010", "filip7sr", "stevejgordon" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11091", "repo": "stevejgordon/CorrelationId", "url": "https://github.com/stevejgordon/CorrelationId/issues/38" }
gharchive/issue
Ability to mock the CorrelationContext. Would like to mock the ICorrelationContextAccessor to provide back a CorrelationContext, so I can access the CorrelationId property. Unfortunately there CorrelationContext does not inherit from an interface and the constructor is internal. Try this in stead: var httpClient =...
2025-04-01T04:35:36.299621
2019-01-15T20:47:32
399528423
{ "authors": [ "steven-murray" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11092", "repo": "steven-murray/halomod", "url": "https://github.com/steven-murray/halomod/issues/9" }
gharchive/issue
API documentation Most API documentation is written, but needs to be completed, and Sphinx/RTD support added Sphinx support was added in #20, and an example of a "full" module of documentation as well (for the bias.py module). @zhaotingchen it would be great if you could have a go at extending the range of document...
2025-04-01T04:35:36.302288
2023-04-03T19:10:42
1652619472
{ "authors": [ "imaxisXD", "ptr-h" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11093", "repo": "steven-tey/precedent", "url": "https://github.com/steven-tey/precedent/issues/33" }
gharchive/issue
Backdrop blur for sign-in modal on window resize only an issue when resizing from small to large, the extra portion of screen will not have blur. could not find a fix myself, will update if I do. (big thank you for the template) Also get this effect when moving from mobile sign-in modal to desktop Also get ...
2025-04-01T04:35:36.312549
2021-05-05T21:30:37
876863444
{ "authors": [ "stevens68" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11094", "repo": "stevens68/twixtbot-ui", "url": "https://github.com/stevens68/twixtbot-ui/issues/76" }
gharchive/issue
installer for windows to simplify installation some users asked for a simpler installation - e.g. via an installer. I started to play around with pynsist. Implemented in PR#78
2025-04-01T04:35:36.395232
2018-04-08T03:05:35
312266668
{ "authors": [ "lizhineng1018", "sthalles" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11095", "repo": "sthalles/deeplab_v3", "url": "https://github.com/sthalles/deeplab_v3/issues/13" }
gharchive/issue
predict my own picture? How to predict my own pictures?Looking forward to your guidance Just run the test.py file, passing your picture. You might need to tweak it. I have updated the code to use the newest TF version. Also, updated the CreateTfRecords.ipynb, please refer to the README.
2025-04-01T04:35:36.404164
2017-07-19T20:58:30
244172068
{ "authors": [ "HaolinWang8", "bessfernandez", "catamphetamine", "iwangulenko", "stipsan" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11096", "repo": "stipsan/scroll-into-view-if-needed", "url": "https...
gharchive/issue
Can i set a offset? I have some thing floating on the screen like header. I want to set a offset to scroll more and show the content behind the floating header out. Maybe someone can implement this and take some code from here: https://github.com/yiminghe/dom-scroll-into-view/blob/master/src/dom-scroll-into-view.js...
2025-04-01T04:35:36.421193
2021-06-10T01:21:33
916796137
{ "authors": [ "stnolting", "umarcor" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11097", "repo": "stnolting/neorv32", "url": "https://github.com/stnolting/neorv32/pull/61" }
gharchive/pull-request
Reorganise setups In this PR, Arty and Nexys example setups/scripts/READMEs are updated. Now, when create_project.tcl is sourced, the bitstream is generated straightaway. By the way, the duplicated scripts for Nexys boards are merged into a single one. Then, subdirs setups/vivado, setups/quartus and setups/radiant ar...
2025-04-01T04:35:36.427021
2019-08-19T09:28:38
482202577
{ "authors": [ "valamidev", "victorarthur" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11099", "repo": "stockmlbot/TraderCore", "url": "https://github.com/stockmlbot/TraderCore/issues/1" }
gharchive/issue
Incorrect candle data & SQL record duplication on insert Despite the errors, trading advice is being generated. Error messages error: Strategy error Cannot read property 'low' of undefined {"stack":"TypeError: Cannot read property 'low' of undefined\n at Strategy.update (/root/stockml/TraderCore/src/strategies/bb_...
2025-04-01T04:35:36.433208
2022-05-12T15:55:52
1234189727
{ "authors": [ "KevinFCormier", "eemurphy" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11100", "repo": "stolostron/console-chart", "url": "https://github.com/stolostron/console-chart/pull/187" }
gharchive/pull-request
Update for release 2.6 Signed-off-by: Erin Murphy<EMAIL_ADDRESS>Issue: https://github.com/stolostron/backlog/issues/22278 /lgtm
2025-04-01T04:35:36.435885
2024-07-29T08:34:51
2434800478
{ "authors": [ "elgnay", "haoqing0110" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11101", "repo": "stolostron/managed-serviceaccount-e2e", "url": "https://github.com/stolostron/managed-serviceaccount-e2e/p...
gharchive/pull-request
update the csae to enable ManagedServiceAccount feature in MCE Fix: https://github.com/stolostron/backlog/issues/27649 An alternative fix is to remove this case. Need to cherry-pick this PR to backplane-2.6, backplane-2.5, and backplane-2.4 branches as well. /assign @elgnay @zhujian7 /approve /lgtm /cherry-pick...
2025-04-01T04:35:36.439587
2023-05-10T08:13:08
1703358171
{ "authors": [ "clyang82", "jlpadilla", "morvencao" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11102", "repo": "stolostron/must-gather", "url": "https://github.com/stolostron/must-gather/pull/146" }
gharchive/pull-request
add multicluster global hub resources. Related Issue: https://issues.redhat.com/browse/ACM-4574 Description of Changes: Add Multicluster Global Hub resources for must gather scripts. What resource is being added: MulticlusterGlobalHub Kafka KafkaTopic PostgresCluster Also added namespaces of kafka-operator and postgr...
2025-04-01T04:35:36.442103
2022-12-13T06:24:46
1493485065
{ "authors": [ "SherinV" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11103", "repo": "stolostron/search-api", "url": "https://github.com/stolostron/search-api/pull/209" }
gharchive/pull-request
update qs package Signed-off-by: Sherin Varughese<EMAIL_ADDRESS>Related Issue: https://issues.redhat.com/browse/ACM-2281 Description of changes Added... /cherrypick release-2.7
2025-04-01T04:35:36.446939
2024-01-05T22:14:33
2068110292
{ "authors": [ "chris-shaw-2011", "jsahoka", "rzemykers", "stompro" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11104", "repo": "stompro/pfsense-import-certificate", "url": "https://github.com/sto...
gharchive/issue
Could this script also update the haproxy certificate Hey, Thanks for the script, I got it working. I use the haproxy package in pfsense. Could the script change the haproxy settings so that is also uses the imported certificate? Thanks! +1 Probably, I'll try to add that when I get a chance. It normally just ...
2025-04-01T04:35:36.463235
2022-07-12T15:16:24
1302209887
{ "authors": [ "mhmxs", "nolancon" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11105", "repo": "storageos/kubectl-storageos", "url": "https://github.com/storageos/kubectl-storageos/pull/193" }
gharchive/pull-request
Auto-generated: Update kuttl e2e test files Automated changes by create-pull-request GitHub action @nolancon Kind included in kuttl doesn't support 1.24. What we did in Trousseau are set startKind: false and create kind cluster manually. @nolancon Kind included in kuttl doesn't support 1.24. What we did in Trou...
2025-04-01T04:35:36.484969
2024-09-23T09:05:37
2542008498
{ "authors": [ "Dawntraoz", "eunjae-lee" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11107", "repo": "storyblok/field-plugin", "url": "https://github.com/storyblok/field-plugin/pull/404" }
gharchive/pull-request
feat(lib): add event listener for ESC key handler What? Whenever a modal is opened inside a custom field plugin, it is impossible to close the modal on escape. This keyboard listener fixes that issue inside and outside the iframe by changing the isModalOpen state and notifying the container. Why? JIRA: SHAPE-2151 Thi...
2025-04-01T04:35:36.516319
2017-06-05T13:38:26
233590172
{ "authors": [ "shilman", "xavcz" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11108", "repo": "storybooks/storybook", "url": "https://github.com/storybooks/storybook/issues/1196" }
gharchive/issue
README images are broken on npm why Relatively-linked images broken on https://www.npmjs.com/ what Update github repository URL to https://github.com/... for all packages. See discussion in https://github.com/SamVerschueren/listr/pull/61 Once published, it should be OK! 👌
2025-04-01T04:35:36.518591
2017-10-11T22:59:27
264762340
{ "authors": [ "elisechant", "ndelangen" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11109", "repo": "storybooks/storybook", "url": "https://github.com/storybooks/storybook/issues/2022" }
gharchive/issue
Question: what is "module" the second argument of storiesOf? For this code, what is module? and what can you do with it? storiesOf('Button', module) .add('with text', () => ( <Button onClick={action('clicked')}>Hello Button</Button> )) A colleague at my workplace has suggested that module relates to the ES...
2025-04-01T04:35:36.520873
2017-07-30T23:46:43
246617208
{ "authors": [ "Hypnosphi", "ndelangen" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11110", "repo": "storybooks/storybook", "url": "https://github.com/storybooks/storybook/pull/1548" }
gharchive/pull-request
Use ReactModal for search box Issue: #871 What I did Wrapped search box in ReactModal How to test Open search with ⌘ ⇧ P. Close it with Esc key or a click outside of the box Thanks, this looks really good! I want to test it locally before I'll merge. NOT TO SELF: I should really setup automatic example deployment
2025-04-01T04:35:36.528305
2012-01-29T13:23:19
3011190
{ "authors": [ "fwouts", "stouset" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11111", "repo": "stouset/twitter_bootstrap_form_for", "url": "https://github.com/stouset/twitter_bootstrap_form_for/issues/45" }
gharchive/issue
does not accept html options Correct me if I'm wrong, but in standard Rails forms, you can specify HTML options such as a class for a <select> element with the following syntax: f.select :field, choices, {}, { :class => 'my_css_class' } With twitter_bootstrap_form_for, I was expecting the syntax to be: f.select :fi...
2025-04-01T04:35:36.567835
2018-09-27T11:25:02
364427832
{ "authors": [ "njsandilya", "vroyer" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11112", "repo": "strapdata/elassandra", "url": "https://github.com/strapdata/elassandra/issues/227" }
gharchive/issue
How to migrate entire Data from DataStax Cassandra to Elassandra in aks-cluster Describe the feature: Elasticsearch version: Plugins installed: [] JVM version (java -version): OS version (uname -a if on a Unix-like system): Description of the problem including expected versus actual behavior: Steps to reproduce: P...
2025-04-01T04:35:36.594372
2017-12-11T09:26:15
280946626
{ "authors": [ "t-bast" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11113", "repo": "stratumn/go-indigocore", "url": "https://github.com/stratumn/go-indigocore/issues/283" }
gharchive/issue
tmpop: include Tendermint signatures in Proof and verify them See https://github.com/tendermint/tendermint/issues/921 See details about the lite package here: https://godoc.org/github.com/tendermint/tendermint/lite Or we can investigate using Block.Evidence or Block.LastCommit directly ourselves
2025-04-01T04:35:36.603954
2023-01-13T16:20:39
1532574438
{ "authors": [ "botberry", "sairevanth0007" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11114", "repo": "strawberry-graphql/strawberry", "url": "https://github.com/strawberry-graphql/strawberry/pull/2456" }
gharchive/pull-request
updated .pre-commit-config.yaml Description I have added the blacken-docs hook to .pre-commit-config.yaml file as it was posted as an good first issue. Types of Changes [ ] Core [ ] Bugfix [ ] New feature [x] Enhancement/optimization [ ] Documentation Issues Fixed or Closed by This PR Checklist [x] My co...
2025-04-01T04:35:36.610227
2024-02-06T09:34:36
2120338674
{ "authors": [ "XChikuX", "botberry", "patrick91" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11115", "repo": "strawberry-graphql/strawberry", "url": "https://github.com/strawberry-graphql/strawberry/pull/3374...
gharchive/pull-request
Upgrade python-multipart to >=0.0.7 There is a Re-DoS bug in older versions of multipart uploads, that was recently fixed Description Types of Changes [x] Core [x] Bugfix [ ] New feature [ ] Enhancement/optimization [ ] Documentation Issues Fixed or Closed by This PR Checklist [x] My code follows the cod...
2025-04-01T04:35:36.639165
2020-01-07T17:06:45
546400758
{ "authors": [ "adesurirey", "streamich" ], "license": "Unlicense", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11116", "repo": "streamich/react-use", "url": "https://github.com/streamich/react-use/issues/863" }
gharchive/issue
useUpdateEffect not calling returned function on unmount What is the current behavior? Does not call the returned function on unmount Steps to reproduce it and if possible a minimal demo of the problem https://codesandbox.io/s/gifted-hopper-tb9gn What is the expected behavior? Should call returned function when unmou...
2025-04-01T04:35:36.674179
2022-08-19T02:22:52
1343848202
{ "authors": [ "KyleZhang0536", "wolfboys" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11118", "repo": "streamxhub/streamx", "url": "https://github.com/streamxhub/streamx/pull/1410" }
gharchive/pull-request
[Bug] should use fromYamlFile function to read conf file in flink 1.15 shims https://github.com/streamxhub/streamx/issues/1409 Problem Summary: What is changed and how it works? Proposal: xxx Feel free to ping committers for the review! Contribution Checklist Make sure that the pull request corresponds to a GITHU...
2025-04-01T04:35:36.677950
2023-05-18T20:46:03
1716239755
{ "authors": [ "VaclavElias" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11119", "repo": "stride3d/stride-website", "url": "https://github.com/stride3d/stride-website/issues/95" }
gharchive/issue
Search - When accessed directly the spinner is visible We don't link search page directly, but would be good to not show the spinner if we access the page directly. Done
2025-04-01T04:35:36.681707
2024-10-09T10:11:34
2575457632
{ "authors": [ "Eideren", "kopffarben" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11120", "repo": "stride3d/stride", "url": "https://github.com/stride3d/stride/pull/2482" }
gharchive/pull-request
Small fix in CommandList.Direct3D.cs PR Details Small fix in CommandList.Direct3D.cs CommandList.DrawInstanced(Buffer argumentsBuffer, int alignedByteOffsetForArgs = 0) call DrawIndexedInstancedIndirect instead of DrawInstancedIndirect public void DrawInstanced(Buffer argumentsBuffer, int alignedByteOffsetForArgs = 0...
2025-04-01T04:35:36.746999
2021-06-10T09:32:59
917129655
{ "authors": [ "paulbryan", "thorsten-stripe" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11121", "repo": "stripe/stripe-react-native", "url": "https://github.com/stripe/stripe-react-native/issues/325" }
gharchive/issue
Cannot call confirmSetupIntent with a setup intent created elsewhere Describe the bug Cannot confirm a setupIntent created outside the app To Reproduce Steps to reproduce the behavior: Create a setupIntent with payment_method and usage:off_session outside the app use the client_secret to call confirmSetupIntent erro...
2025-04-01T04:35:36.772872
2023-10-03T16:32:32
1924521659
{ "authors": [ "UrbanChrisy", "amansoomro062", "nazli-stripe" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11122", "repo": "stripe/stripe-terminal-react-native", "url": "https://github.com/stripe/stripe-termina...
gharchive/issue
SDK ^0.0.1-beta.13: collectPaymentMethod Errors on Optional Parameters after iOS Tap to Pay Update Describe the bug After we've updated SDK to ^0.0.1-beta.13 to support IOS Tap to Pay, we're having issue with collectPaymentMethod. Previously we had code like this let paymentCollect = await collectPaymentMethod({ paym...
2025-04-01T04:35:36.774678
2018-04-06T23:27:15
312147817
{ "authors": [ "aubrey-stripe", "sjung-stripe" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11123", "repo": "stripe/terraform-provider-signalform", "url": "https://github.com/stripe/terraform-provider-signal...
gharchive/pull-request
Adding support for TF structure for arbitrary many watermarks Necessary for converting chart markers from datadog to signalfx. Please review and/or comment. oh you want to merge into the branch called stripe/master, not master. i wanted to leave our master to track yelp's master Okay I moved the base of this PR t...
2025-04-01T04:35:36.783426
2016-08-03T21:27:19
169238366
{ "authors": [ "AGausmann", "plato2000", "rhauch" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:11124", "repo": "strongback/strongback-java", "url": "https://github.com/strongback/strongback-java/issues/80" }
gharchive/issue
NavX support for Strongback Our team uses the NavX MXP device. It consists of a suite of sensors including a 3 axis gyroscope, a 3 axis accelerometer, a magnetometer, and an altimeter. It has its own library that makes getting this data from the sensor easy. I think the library also allows for some fancy calculations...