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
120680936
Simple fix for #52: file size matters Fix for bug #52: check file size wrt chunk size. :+1: 1d3d121
gharchive/pull-request
2015-12-07T01:25:06
2025-04-01T06:43:31.859017
{ "authors": [ "mrallen1", "slfritchie" ], "repo": "basho/machi", "url": "https://github.com/basho/machi/pull/53", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1662993111
Idea: Use camera image as icon The buttons are big enough to show a snapshot of a camera. It would be cool to show the last detected person on one of the keys. The buttons therefore could allow camera entities as a value for mdi icon, maybe with a special syntax like for the spotify covers. That's a great idea! For...
gharchive/issue
2023-04-11T18:13:55
2025-04-01T06:43:31.943612
{ "authors": [ "basnijholt", "selmaohneh" ], "repo": "basnijholt/home-assistant-streamdeck-yaml", "url": "https://github.com/basnijholt/home-assistant-streamdeck-yaml/issues/92", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
625495733
复杂列出现错位 您好,这个复杂列的错位有没有什么好的办法解决呢 这个是复杂列的运用: https://codepen.io/yinxinzhanchi/pen/eYpaGVM?editors=0010 现有的支持方式是通过在columnData.text中配置来实现的,暂时没有针对于复杂列的单独配置项。 2.13.0版本中新增了配置项columnData[children],可以很好的解决该需求。
gharchive/issue
2020-05-27T08:37:03
2025-04-01T06:43:31.969017
{ "authors": [ "baukh789", "yinxinzhanchi" ], "repo": "baukh789/GridManager", "url": "https://github.com/baukh789/GridManager/issues/164", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
299185950
Extended Marble Example Hello, In an attempt to use BayesPy in a research project that I am working on, I wanted to get a toy problem working which shares structural characteristics to my actual problem. I decided to build this example on top of the marble example in the BayesPy documentation: http://www.bayespy.org/...
gharchive/issue
2018-02-22T01:00:41
2025-04-01T06:43:32.007243
{ "authors": [ "dar326", "jluttine" ], "repo": "bayespy/bayespy", "url": "https://github.com/bayespy/bayespy/issues/109", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2094559048
Linux AArch64 build fails with missing include <features.h> What is the issue? When compiling a simple program that includes the <algorithm> header the compiler is raising the following error: external/toolchains_llvm~override~llvm~llvm_toolchain_llvm/bin/../include/c++/v1/__config:261:14: fatal error: 'features.h' f...
gharchive/issue
2024-01-22T19:05:04
2025-04-01T06:43:32.027748
{ "authors": [ "dprogm", "siddharthab" ], "repo": "bazel-contrib/toolchains_llvm", "url": "https://github.com/bazel-contrib/toolchains_llvm/issues/247", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
737169877
Permission denied error with output runner Describe the bug Output runner is logging this error: iBazel [1:31PM]: Error starting process: fork/exec /tmp/bazel_script_path180801963: permission denied iBazel [1:31PM]: Run start failed fork/exec /tmp/bazel_script_path180801963: permission denied Reproduction instructio...
gharchive/issue
2020-11-05T18:30:51
2025-04-01T06:43:32.044991
{ "authors": [ "achew22", "bduffany", "simmonmt" ], "repo": "bazelbuild/bazel-watcher", "url": "https://github.com/bazelbuild/bazel-watcher/issues/434", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
475905213
Add support for startup option bazelrc As discussed in #278 adding support for --bazelrc option. Since this is a startup option, additional changes were needed. @googlebot I signed it! @libsamek, thank you so much for taking the time to fix this and to enhance the project!
gharchive/pull-request
2019-08-01T21:51:56
2025-04-01T06:43:32.046822
{ "authors": [ "achew22", "libsamek" ], "repo": "bazelbuild/bazel-watcher", "url": "https://github.com/bazelbuild/bazel-watcher/pull/280", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
334098600
Test names (from specs2) are incorrectly displayed in the runner the :: part should be trimmed. Hi there! We're doing a clean up of old issues and will be closing this one. Please reopen if you’d like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so.
gharchive/issue
2018-06-20T14:15:36
2025-04-01T06:43:32.108103
{ "authors": [ "hmemcpy", "sgowroji" ], "repo": "bazelbuild/intellij", "url": "https://github.com/bazelbuild/intellij/issues/347", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1874703533
Spring Framework Gutter Not Shown For Bazel Project Description of the bug: Spring framework gutter icon is no longer showing up in latter versions of the Bazel plugin. (Intellij supports gutter icons for spring). This used to work fine in the past; unsure when and why it stopped working. Neither the HTTP nor the Spr...
gharchive/issue
2023-08-31T02:55:30
2025-04-01T06:43:32.119250
{ "authors": [ "AlexBurdu", "blorente", "mai93" ], "repo": "bazelbuild/intellij", "url": "https://github.com/bazelbuild/intellij/issues/5296", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
503747404
[FR] - Allow custom tar name Problem When creating an RPM, I'd like to use the %setup macro, which I believe assumes you have a tar file with the same NVR. As it currently stands the tar rule will default to using the label name. I'd like to make this configurable (also using --define) with the default going to the l...
gharchive/issue
2019-10-07T23:43:27
2025-04-01T06:43:32.144636
{ "authors": [ "KaoruDev", "aiuto", "davschne" ], "repo": "bazelbuild/rules_pkg", "url": "https://github.com/bazelbuild/rules_pkg/issues/101", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1157507979
Feature: on-screen display of current settings I mentioned this in another issue, but just to give it a spot... Per-request, list the current tuning/setting being used on-screen during play. This should be easy to include in the step that displays the on-screen note being played. Since we will be using part of the di...
gharchive/issue
2022-03-02T17:45:07
2025-04-01T06:43:32.161792
{ "authors": [ "Gubbledenut", "bazmonk" ], "repo": "bazmonk/digigurdy-baz", "url": "https://github.com/bazmonk/digigurdy-baz/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2556261481
🛑 Website is down In b4028c8, Website (https://www.bazzile.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Website is back up in 0331a6d after 7 minutes.
gharchive/issue
2024-09-30T10:43:53
2025-04-01T06:43:32.164546
{ "authors": [ "RoyalMist" ], "repo": "bazziletech/monitoring", "url": "https://github.com/bazziletech/monitoring/issues/357", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
206710477
Add ability to analyze arbitrary strings of code without files Problem Currently, RuboCop requires files to be present in the analysis directory in order to perform its analysis. This causes any tools that use its functionality to go through a song and dance if they want to operate on something less than a file. For ...
gharchive/issue
2017-02-10T05:12:19
2025-04-01T06:43:32.179683
{ "authors": [ "michaelherold", "mikegee" ], "repo": "bbatsov/rubocop", "url": "https://github.com/bbatsov/rubocop/issues/4030", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
520678938
Fix bugs with custom registries Fixes #114 Bors merge
gharchive/pull-request
2019-11-10T23:59:45
2025-04-01T06:43:32.205213
{ "authors": [ "DilumAluthge" ], "repo": "bcbi/CompatHelper.jl", "url": "https://github.com/bcbi/CompatHelper.jl/pull/115", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2408797856
Show show and season title together with chapter under contributors include season name next to show name current Also moved the title to the top. asked søren about that:
gharchive/issue
2024-07-15T13:49:14
2025-04-01T06:43:32.207286
{ "authors": [ "andreasgangso", "mulundapm" ], "repo": "bcc-code/bcc-media-app", "url": "https://github.com/bcc-code/bcc-media-app/issues/406", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2065286005
feat(roles): compute roles from feature flags Computes roles based on feature flags header. For example shorts:enabled results in a role: feature-flag-shorts-enabled. This can be used as a target for prompts for example. It is a risk yes, but if we use it for non-permissive things then it shouldn't matter. For exam...
gharchive/pull-request
2024-01-04T09:18:22
2025-04-01T06:43:32.209124
{ "authors": [ "fredrikved" ], "repo": "bcc-code/bcc-media-platform", "url": "https://github.com/bcc-code/bcc-media-platform/pull/747", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2508827693
Track 19 https://eao-dst.atlassian.net/jira/software/c/projects/TRACK/boards/10?selectedIssue=TRACK-19 Fix bad action configurations and add in checks to prevent errors Codecov Report All modified and coverable lines are covered by tests :white_check_mark: Please upload report for BASE (develop@68de363). Learn mor...
gharchive/pull-request
2024-09-05T21:52:34
2025-04-01T06:43:32.215411
{ "authors": [ "codecov-commenter", "tom0827" ], "repo": "bcgov/EPIC.track", "url": "https://github.com/bcgov/EPIC.track/pull/2402", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
866495854
Bcsc integration Please check if the PR fulfills these requirements: [x] After these changes, the app was run and still works as expected [x] Tests for these changes were added (if applicable) [x] All existing unit tests were run and still pass Please specify the type of change this PR introduces (Bug fix, feature ...
gharchive/pull-request
2021-04-23T23:54:05
2025-04-01T06:43:32.224317
{ "authors": [ "Ian-c-cameron", "gary-jipp" ], "repo": "bcgov/MOH-AOP-OOP", "url": "https://github.com/bcgov/MOH-AOP-OOP/pull/134", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1650206693
#1786 - Enable Search Student for Institutions - part 1 In this PR moved SearchStudents.vue to SearchStudentsCommon.vue to reuse the same UI for institutions and ministry users; added link for BC Public institutions; created API to search students by institutions; I will create another PR to: create e2e tests fix ...
gharchive/pull-request
2023-04-01T00:32:43
2025-04-01T06:43:32.227607
{ "authors": [ "andrepestana-aot", "dheepak-aot" ], "repo": "bcgov/SIMS", "url": "https://github.com/bcgov/SIMS/pull/1857", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1029515800
[api][web][sims-#92] Ministry User Welcome Page/ Navigation [X] added AEST Dashboard form definition for ministry user [X] created sidebar without routers LGTM. Nice work. Just one minor comment.
gharchive/pull-request
2021-10-18T19:34:32
2025-04-01T06:43:32.229273
{ "authors": [ "ann-aot", "dheepak-aot" ], "repo": "bcgov/SIMS", "url": "https://github.com/bcgov/SIMS/pull/804", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1217575701
As a Project coordinator, I want to see the number of days until the due date of a report Description: Make a custom widget for the due date, to be used in the Quarterly reports page Acceptance Criteria: Given that I see a due date widget When I click on it Then I see a calendar input Given that I see a due date widg...
gharchive/issue
2022-04-27T16:09:47
2025-04-01T06:43:32.243009
{ "authors": [ "BCerki", "LindsayMacfarlane", "matthieu-foucault", "mikevespi", "suhafa" ], "repo": "bcgov/cas-cif", "url": "https://github.com/bcgov/cas-cif/issues/530", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1263708836
As a project coordinator, I want to be able to undo changes on the milestone reports page Description: Adding the undo changes button to the milestone reports form Acceptance Criteria: Given that I am creating or editing a project, and that I have made changes to the milestone reports form When clicking the "undo cha...
gharchive/issue
2022-06-07T18:34:27
2025-04-01T06:43:32.251820
{ "authors": [ "LindsayMacfarlane", "Sepehr-Sobhani" ], "repo": "bcgov/cas-cif", "url": "https://github.com/bcgov/cas-cif/issues/709", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1050380456
Provide DevOps training for Andrea Describe the Issue Andrea requires context for technology in order to understand the PIA (Privacy Impact Assessment) and the activities we and our clients do that fall under her purview as team Privacy Officer and contact point for very technical client teams. cloud 101 Additional c...
gharchive/issue
2021-11-10T22:44:24
2025-04-01T06:43:32.255104
{ "authors": [ "aghori1" ], "repo": "bcgov/cloud-pathfinder", "url": "https://github.com/bcgov/cloud-pathfinder/issues/1224", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
872956322
Rename TFC workspaces according to convention and migrate state Describe the issue Existing TFC workspace names do not align with the newly created naming convention Which Sprint Goal is this issue related to? Note: 'Milestone' is a ZenHub term that we use synonymously with 'Sprint'. The 'Milestone' description (cr...
gharchive/issue
2021-04-30T17:43:43
2025-04-01T06:43:32.258617
{ "authors": [ "wrnu" ], "repo": "bcgov/cloud-pathfinder", "url": "https://github.com/bcgov/cloud-pathfinder/issues/825", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
452081021
Increase Replicas of Deployment There is only 1 pod active in the namespace, we should increase this to 3 for resiliency Moving to new repo location.
gharchive/issue
2019-06-04T16:01:31
2025-04-01T06:43:32.259701
{ "authors": [ "jleach", "patricksimonian" ], "repo": "bcgov/devhub-signing-api", "url": "https://github.com/bcgov/devhub-signing-api/issues/30", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2458525515
Mat/Pat - Missing CRM submission - No workflow fail occurred Workflow was successful, we did not receive an error from CRM, however the response did not have CRM ID. So we need to figure out how to handle these situations. Need to fail workflow so we can retry if any detail is missing in CRM API response. We have r...
gharchive/issue
2024-08-09T19:15:51
2025-04-01T06:43:32.260806
{ "authors": [ "bhumin-fw", "fazil-ey" ], "repo": "bcgov/digital-journeys", "url": "https://github.com/bcgov/digital-journeys/issues/1868", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
898284860
Connectionless proof for verifier app Signed-off-by: torjc01 julio_cesar.torres@sct.gouv.qc.ca Changes to add connectionless vaccination credential proof. Hello @swcurran, here is the PR to add the connectionless proofing to the verifier application. Have a nice weekend!
gharchive/pull-request
2021-05-21T17:52:46
2025-04-01T06:43:32.262232
{ "authors": [ "torjc01" ], "repo": "bcgov/dts-vc-issuer-service", "url": "https://github.com/bcgov/dts-vc-issuer-service/pull/70", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
993373218
Request form optimization Title of ticket: Description As part of #386 the Status change on request form need to validate(open status onwards) the form as state and if no errors. Earlier there was a performance issue on input fields of the form. Technically, the React component should have the proper object propagati...
gharchive/issue
2021-09-10T16:04:34
2025-04-01T06:43:32.323075
{ "authors": [ "abin-aot", "divyav-aot" ], "repo": "bcgov/foi-flow", "url": "https://github.com/bcgov/foi-flow/issues/470", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1470114286
As a MET system user, I want to display ROLES of the user in the user management page As a follow up of https://github.com/bcgov/met-public/issues/714 , the roles has to be found from the keycloak and listed in the page Implemented as part of another story, roles (admn, viewer, etc). are being displayed in the user...
gharchive/issue
2022-11-30T19:22:55
2025-04-01T06:43:32.328360
{ "authors": [ "saravanpa-aot", "tiagograf-AOT" ], "repo": "bcgov/met-public", "url": "https://github.com/bcgov/met-public/issues/941", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1607551041
change tone of hover state on side nav Issue #: https://github.com/bcgov/met-public/issues/1280 Description of changes: Changes made to make the tone of the hover state on side nav to a lighter color. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...
gharchive/pull-request
2023-03-02T21:44:28
2025-04-01T06:43:32.336355
{ "authors": [ "VineetBala-AOT", "codecov-commenter" ], "repo": "bcgov/met-public", "url": "https://github.com/bcgov/met-public/pull/1317", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
814801333
The homepage needs content and context added As a user, I would like to hit the homepage of the Project Registry, and be provided with a brief overview of the application, it's purpose and what I need to do next now that I'm here. pr: https://github.com/bcgov/platform-services-registry/pull/463
gharchive/issue
2021-02-23T20:22:28
2025-04-01T06:43:32.347888
{ "authors": [ "juhewitt", "sbathgate", "w8896699" ], "repo": "bcgov/platform-services-registry", "url": "https://github.com/bcgov/platform-services-registry/issues/324", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1954945255
Error when deleting an API Key When attempting to delete an API Key after creating one in the Tenant, the user is logged out of the Tenant UI and is met with a non-descriptive error. Argh, sorry @gurjmatharu I was using an API Key testing some things out and just fixed this instantly without thinking if anyone w...
gharchive/issue
2023-10-20T20:02:54
2025-04-01T06:43:32.349904
{ "authors": [ "amanji", "gurjmatharu", "loneil" ], "repo": "bcgov/traction", "url": "https://github.com/bcgov/traction/issues/888", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
79200094
CI 3 won't compatible with passed in variable in non UTF-8 encoding. If a third-party website passed some parameter with non UTF-8 encoding (For example GBK), then CI 3 will filtered those parameter out. Even not give a chance to let developer manually convert the encoding. Be specific please ... this is way too br...
gharchive/issue
2015-05-21T23:19:09
2025-04-01T06:43:32.363642
{ "authors": [ "narfbg", "vibbow" ], "repo": "bcit-ci/CodeIgniter", "url": "https://github.com/bcit-ci/CodeIgniter/issues/3873", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
297376354
input->get_request_header returns string NULL I have been troubled by weird case of get_request_header returning string NULL when request is sent by php curl. Here is example code, which runs on Local Vagrant machine1 (PHP 7.0): try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://url-to-machine2.test/myC...
gharchive/issue
2018-02-15T09:24:15
2025-04-01T06:43:32.368144
{ "authors": [ "Firzenizer", "MIqbalFadillah" ], "repo": "bcit-ci/CodeIgniter", "url": "https://github.com/bcit-ci/CodeIgniter/issues/5414", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
498350563
[config] "sess_cookie_name" ignored when using redis driver when I use redis as the session driver, the "sess_cookie_name" value is ignored. The key in Redis server is always starting with "ci_session:...", regardless of the sess_cookie_name value. ci_session: is an intentionally hard-coded key prefix to avoid acci...
gharchive/issue
2019-09-25T15:10:31
2025-04-01T06:43:32.369615
{ "authors": [ "derMatze82", "narfbg" ], "repo": "bcit-ci/CodeIgniter", "url": "https://github.com/bcit-ci/CodeIgniter/issues/5844", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
203390492
FTP library list_files How about permitting the developer to get a more detailed list of files with the ftp_rawlist function? You'll have to add documentation as well. Also, it's a tiny patch, but can still be improved for better readability. @bQt31 Documentation for Ftp.php is located at /user_guide_src/source/l...
gharchive/pull-request
2017-01-26T14:51:48
2025-04-01T06:43:32.372851
{ "authors": [ "Calico90", "DavisMiculis", "bQt31", "gxgpet", "narfbg" ], "repo": "bcit-ci/CodeIgniter", "url": "https://github.com/bcit-ci/CodeIgniter/pull/4998", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1530564544
table mismatch in Jupyter Scripts the demo-GS22-* scripts show some mismatch between description and executed SQL queried and moreover a mismatch to available Tables in IRIS. eg. NYTaxi.Rides2,, NYTaxi.Rides24M , NYTaxi +colobench needs adjustment of connection No showstopper, but rather distracting from the main m...
gharchive/issue
2023-01-12T11:38:54
2025-04-01T06:43:32.388966
{ "authors": [ "bdeboe", "rcemper" ], "repo": "bdeboe/isc-taxi-demo", "url": "https://github.com/bdeboe/isc-taxi-demo/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1509370186
Adding ability to control rendering of relationships This allows us to workaround upstream bug 277, which is logged at https://github.com/beam-community/jsonapi/issues/277 Additionally, it gives full control over rendering the relationship if desired. defmodule MyAppWeb.AuthorView do use JSONAPI.View, type: "author...
gharchive/pull-request
2022-12-23T13:50:15
2025-04-01T06:43:32.427736
{ "authors": [ "mattpolzin", "theirishpenguin" ], "repo": "beam-community/jsonapi", "url": "https://github.com/beam-community/jsonapi/pull/278", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2526422443
Don't have JsonSerialize be its own trait I'd also like a generic Serialize trait that serializers can implement — I don't want to do that with just JSON though, I think a satisfactory first shot would be adding TOML, YAML, bincode and Postcard — just to have a good spread of what different formats look like. fixed...
gharchive/issue
2024-09-14T13:37:46
2025-04-01T06:43:32.438910
{ "authors": [ "fasterthanlime" ], "repo": "bearcove/merde", "url": "https://github.com/bearcove/merde/issues/47", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1231796476
"hlt" not recognized as mnemonic closed in https://github.com/bearcove/tree-sitter-x86asm/commit/19ac3d1d3a5f512c3f10058971e6cbb4c09246c7
gharchive/issue
2022-05-10T23:10:45
2025-04-01T06:43:32.440072
{ "authors": [ "fasterthanlime" ], "repo": "bearcove/tree-sitter-x86asm", "url": "https://github.com/bearcove/tree-sitter-x86asm/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
673234609
Add support for implementing Java interfaces that return bool Add support for implementing Java interfaces that return bool. (I need this for Android onTouch in View.OnTouchListener.) PR Checklist: [x] All new features have been tested [x] All new features have been documented [x] I have read the CONTRIBUTING.md fil...
gharchive/pull-request
2020-08-05T03:59:45
2025-04-01T06:43:32.489837
{ "authors": [ "paulproteus" ], "repo": "beeware/rubicon-java", "url": "https://github.com/beeware/rubicon-java/pull/52", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
109939175
CounterServiceDemo: concurrent mass increment blocks clients When running 2 (or more) instances of CounterServiceDemo and incrementing the same counter from 2 instances at the same time (e.g. press [9] and pick 1000 increments), then both instances block. A preliminary investigation showed that the issue is with REDI...
gharchive/issue
2015-10-06T05:44:36
2025-04-01T06:43:32.514111
{ "authors": [ "belaban" ], "repo": "belaban/jgroups-raft", "url": "https://github.com/belaban/jgroups-raft/issues/39", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1314082355
How debug server side for next.js nextjs-app using vscode? it seems that for mono no way to debug server side of nextjs-app? I guess there is. Did you try first https://nextjs.org/docs/advanced-features/debugging#server-side-code ? I guess after that you just add configuration to vscode workspace. Let me know, cau...
gharchive/issue
2022-07-22T03:01:16
2025-04-01T06:43:32.517228
{ "authors": [ "belgattitude", "tianyingchun" ], "repo": "belgattitude/nextjs-monorepo-example", "url": "https://github.com/belgattitude/nextjs-monorepo-example/issues/2317", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1485234054
✨ List exisiting Traefik middlewares on Kubeapps Is there an existing issue for this? [X] I have searched the existing issues Describe the Feature Request In order to select the Traefik middleware, we would need a Kubeapps component that lists the exisiting middleware. Describe Preferred Solution List all middlewa...
gharchive/issue
2022-12-08T19:02:34
2025-04-01T06:43:32.522075
{ "authors": [ "xunleii" ], "repo": "belug-apps/belug-apps", "url": "https://github.com/belug-apps/belug-apps/issues/87", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
127387975
Клик по элементу? (Не по блоку!) есть файл .browser.js в папке с элементом modules.define('buttons__button', ['i-bem__dom'], function(provide, BEMDOM) { provide(BEMDOM.decl(this.name, { onSetMod: { js: { inited: function() { this.bindTo('click', function() { alert('hello'); }); ...
gharchive/issue
2016-01-19T08:10:52
2025-04-01T06:43:32.527017
{ "authors": [ "Trusow", "tadatuta" ], "repo": "bem/bem-forum-content-ru", "url": "https://github.com/bem/bem-forum-content-ru/issues/807", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
811619544
Fix no-name mention crash So there was this user who had displayName null (I didn't anticipate that is possible). and mentions was crashing because of this. Just a quick fix. Here is the culprit: @ogheneovo12 So my time as nameless is about to come to an abrupt end @ogheneovo12 You will still be nameless, but the...
gharchive/pull-request
2021-02-19T02:05:58
2025-04-01T06:43:32.539067
{ "authors": [ "DGKSK8LIFE", "nadirabbas", "ogheneovo12" ], "repo": "benawad/dogehouse", "url": "https://github.com/benawad/dogehouse/pull/302", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
112045692
ENOENT, no such file or directory 'coverage/' I really don't know why this happens. I use a shellscript to run the tests: "$PWD"/node_modules/.bin/mocha \ -b \ --compilers coffee:coffee-script/register \ --require coffee-coverage/register-istanbul \ --require should \ --reporter spec \ --timeout 120000 \ ...
gharchive/issue
2015-10-18T22:19:21
2025-04-01T06:43:32.543623
{ "authors": [ "Kikobeats", "jwalton" ], "repo": "benbria/coffee-coverage", "url": "https://github.com/benbria/coffee-coverage/issues/63", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
304229431
Rule proposal: no-rename-default Consider the following: components/foo.js: export default class Foo extends React.Component { render() { // ... } } widgets/foo.js: import FooComponent from '../components/foo'; export default class Foo extends BaseWidget { constructor() { super(FooCompon...
gharchive/issue
2018-03-12T03:20:09
2025-04-01T06:43:32.643542
{ "authors": [ "Dromin", "benmosher", "ljharb", "omasback", "steve-taylor", "threehams" ], "repo": "benmosher/eslint-plugin-import", "url": "https://github.com/benmosher/eslint-plugin-import/issues/1041", "license": "mit", "license_type": "permissive", "license_source": "bigquery" ...
121325593
Remove dupe Lion from fixture Whoops, I think that dupe lion is intentional Whoops, I think that dupe lion is intentional
gharchive/pull-request
2015-12-09T19:56:56
2025-04-01T06:43:32.663170
{ "authors": [ "bensheldon" ], "repo": "bensheldon/panlexicon-rails", "url": "https://github.com/bensheldon/panlexicon-rails/pull/67", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1884213937
Update scalafmt-core to 3.7.14 About this PR 📦 Updates org.scalameta:scalafmt-core from 3.7.3 to 3.7.14 📜 GitHub Release Notes - Version Diff Usage ✅ Please merge! I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close t...
gharchive/pull-request
2023-09-06T15:03:03
2025-04-01T06:43:32.670511
{ "authors": [ "scala-steward" ], "repo": "benthecarman/translnd", "url": "https://github.com/benthecarman/translnd/pull/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
639139161
Parse table with booleans and numbers This PR allows to convert an arbitrary table to a string without losing type information. Booleans are codified with special ASCII values and numeric values are codified as a string. When a string value needs to be decodified, it will try to decode as a number first. If it's not ...
gharchive/pull-request
2020-06-15T20:42:06
2025-04-01T06:43:32.705933
{ "authors": [ "JavierLealCortes", "benwiley4000", "ridgekuhn" ], "repo": "benwiley4000/pico8-table-string", "url": "https://github.com/benwiley4000/pico8-table-string/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1302217042
Additional auxiliary tasks Congratulations on the good paper and code with their excellent results! Can you share if during the research some other auxiliary tasks were tested before arriving at the one that is currently used and what were the outcomes? Also can you speculate on additional tasks that you think can ac...
gharchive/issue
2022-07-12T15:22:01
2025-04-01T06:43:32.718136
{ "authors": [ "bepoetree", "radi-cho" ], "repo": "bepoetree/MTTOD", "url": "https://github.com/bepoetree/MTTOD/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
570558297
Update README.md Add relevant image lol. i was totally expecting this to be a screenshot of the cli or something. YESSSSSSSSS
gharchive/pull-request
2020-02-25T13:09:44
2025-04-01T06:43:32.719596
{ "authors": [ "hpetrow", "kborer", "markrawls" ], "repo": "bequest/zygoat", "url": "https://github.com/bequest/zygoat/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
136757223
Spawn trains with external plugin Hey, Is it possible to spawn a train above a specific train spawn sign from my own plugin? Or do i need to place a blok that triggers the sign? Harm Hello, @harm27 I'm not sure it this is what you're looking for, but the /summon command has an interesting array of arguments. One of...
gharchive/issue
2016-02-26T17:15:51
2025-04-01T06:43:32.723901
{ "authors": [ "HollishKid", "harm27", "mg-1999" ], "repo": "bergerhealer/TrainCarts", "url": "https://github.com/bergerhealer/TrainCarts/issues/51", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
114663425
Hallo is leaving 'ui-droppable' on paragraph elements When editing a element with <p>'s, the 'ui-droppable' class is added to all paragraph elements, but not removed when the element is saved. It looks like image plugin is responsible. https://github.com/bergie/hallo/blob/master/src/plugins/image/current.coffee#L32...
gharchive/issue
2015-11-02T19:09:11
2025-04-01T06:43:32.725379
{ "authors": [ "umeboshi2" ], "repo": "bergie/hallo", "url": "https://github.com/bergie/hallo/issues/241", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
244642171
is_mandatory break the steps and the machines When is_mandatory is used in Input or Menu machines after the CANCEL_DURATION delay the steps and machines are stopped. To fix it: shellbot/machines/input.py +400 if self.elapsed > self.CANCEL_DELAY: if self.elapsed > self.CANCEL_DELAY and n...
gharchive/issue
2017-07-21T11:28:38
2025-04-01T06:43:32.750657
{ "authors": [ "bernard357", "guillain" ], "repo": "bernard357/shellbot", "url": "https://github.com/bernard357/shellbot/issues/24", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
258690915
Psr container The container aware router requires the symfony container interface, but for more support it would be better to have a psr container router. I did not like to change the container aware router because this would cause a BC because symfony is only implementing the psr container interface since its last v...
gharchive/pull-request
2017-09-19T04:12:29
2025-04-01T06:43:32.753669
{ "authors": [ "ojhaujjwal", "reinfi", "sagikazarmark" ], "repo": "bernardphp/bernard", "url": "https://github.com/bernardphp/bernard/pull/328", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
331931122
Version number mismatch? On the v1.0.5 release page (https://github.com/berndporr/iirj/releases/tag/1.0.5) you mention this is the first version release to maven central, but over there I can only find version 1.0 (https://search.maven.org/#artifactdetails|uk.me.berndporr|iirj|1.0|jar). Is this the same one? Perhaps ...
gharchive/issue
2018-06-13T10:17:34
2025-04-01T06:43:32.759950
{ "authors": [ "berndporr", "mstevens83" ], "repo": "berndporr/iirj", "url": "https://github.com/berndporr/iirj/issues/10", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
221817995
Is not working when opened from a modal Is not working when opened from a modal Please provide a plunker to demonstrate it. Need more infos about versions, modal library,... and a stackblitz demo which demonstrates it if you still want help. I close the issue, will reopen it if you provide these.
gharchive/issue
2017-04-14T14:19:07
2025-04-01T06:43:32.762574
{ "authors": [ "bertrandg", "rodrigoEclipsa" ], "repo": "bertrandg/angular-split", "url": "https://github.com/bertrandg/angular-split/issues/28", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2400311766
🛑 ssh@svc-fr-1 is down In 81112e8, ssh@svc-fr-1 (svc-fr-1.berty.io) was down: HTTP code: 0 Response time: 0 ms Resolved: ssh@svc-fr-1 is back up in 92d918d after 28 minutes.
gharchive/issue
2024-07-10T10:08:15
2025-04-01T06:43:32.766762
{ "authors": [ "berty-assistant" ], "repo": "berty/uptime", "url": "https://github.com/berty/uptime/issues/504", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
203635911
Add a XCode Shortcut All is in the title: Is it possible to add a customizable shortcut for aligning selected stuff❓ Julien @juliengdt I haven't looked into making command automatically map to Xcode shortcuts, however, you can manually do so in Xcode's preferences. I have done these: Oh great ! thanks
gharchive/issue
2017-01-27T13:31:01
2025-04-01T06:43:32.771237
{ "authors": [ "bensarz", "juliengdt" ], "repo": "berzerker-io/soothe", "url": "https://github.com/berzerker-io/soothe/issues/2", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
1559447340
length() returns 0 on the object that does not exist If the object does not exist length() still returns 0. 0 is a valid length of an array and this can be a source of bugs. Current behaviour is: let json: Box<Value> = Box::new(json!([{"verb": "TEST"},{"verb": "TEST"}, {"verb": "RUN"}])); let path: Box<JsonPathInst> ...
gharchive/issue
2023-01-27T09:37:01
2025-04-01T06:43:32.773448
{ "authors": [ "besok", "yuriy-mochurad" ], "repo": "besok/jsonpath-rust", "url": "https://github.com/besok/jsonpath-rust/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1386187436
Monthly rankings for September is broken Unable to load the rankings: https://bestofjs.org/rankings/monthly/2022/9 Hello @sohrabtaee Thank you very much for the report. It was a bug about the data displayed for the current month: the "next" button should be disabled and the "previous" button should let users go to ...
gharchive/issue
2022-09-26T14:30:49
2025-04-01T06:43:32.782363
{ "authors": [ "michaelrambeau", "sohrabtaee" ], "repo": "bestofjs/bestofjs-webui", "url": "https://github.com/bestofjs/bestofjs-webui/issues/157", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1508328090
Store ? I wonder if you were going to publish them on the store? This extension clearly violates ToS of twitch and moreover directly hurts the revenue of the company as well as the content creators. There's now way this extension is getting approved to any store. Even if it does it can easily be taken down by DMCA....
gharchive/issue
2022-12-22T17:58:49
2025-04-01T06:43:32.783811
{ "authors": [ "AudricSan", "ashishkotnala29" ], "repo": "besuper/TwitchNoSub", "url": "https://github.com/besuper/TwitchNoSub/issues/53", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
705433401
Formulation de questions avec "votre voiture" alors que je n'en ai pas Concernant la voiture, j'ai répondu que je faisais 100km/an en voiture (parfois en covoiturage, en montant dans la voiture d'amis, ou en location, etc.). Après on me demande si j'ai ma propre voiture et je réponds que non et plus tard, on me deman...
gharchive/issue
2020-09-11T12:01:52
2025-04-01T06:43:32.835721
{ "authors": [ "DavidBruant", "laem" ], "repo": "betagouv/ecolab-data", "url": "https://github.com/betagouv/ecolab-data/issues/589", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1141277749
Chargement infini lors de la première exécution du serveur Problème Je souhaite contribuer au projet. J'ai réalisé yarn, yarn prepare et yarn start. Le serveur est bien exécuté, cependant le site reste indéfiniement sur ce rendu : Détails J'ai créé cette issue suite à un échange sur #2015. Voici les logs de Firefox ...
gharchive/issue
2022-02-17T12:30:13
2025-04-01T06:43:32.849950
{ "authors": [ "dimitri-bourreau", "mquandalle" ], "repo": "betagouv/mon-entreprise", "url": "https://github.com/betagouv/mon-entreprise/issues/2018", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
936848820
🛑 API Camino is down In 3ce7bfd, API Camino (https://api.camino.beta.gouv.fr/titres) was down: HTTP code: 0 Response time: 0 ms Resolved: API Camino is back up in 60c8167.
gharchive/issue
2021-07-05T08:46:27
2025-04-01T06:43:32.858971
{ "authors": [ "XavierJp" ], "repo": "betagouv/statut.api.gouv.fr", "url": "https://github.com/betagouv/statut.api.gouv.fr/issues/138", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
955939435
Permite rodar o comando apontando para outros repositórios gits Esse PR contém as seguintes melhorias: Permite rodar o comando apontando para outro repositório git Corrigi situações em que poderiam ter erros silenciosos Atualiza as dependências com vulnerabilidades apontadas pelo dependa-bot @ivanrosolen ainda va...
gharchive/pull-request
2021-07-29T15:06:28
2025-04-01T06:43:32.868870
{ "authors": [ "Caciquez", "caironoleto", "guitcastro" ], "repo": "betrybe/process-content", "url": "https://github.com/betrybe/process-content/pull/195", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2608717804
useSession() not working properly on client side Describe the bug I was using useSession() from my auth-client to secure some pages, but it is not consistently detecting the session. It requires multiple requests to get the session, and it doesn't detect it on the first request. I was using the following code: To Rep...
gharchive/issue
2024-10-23T13:55:49
2025-04-01T06:43:32.880943
{ "authors": [ "0xPratikPatil", "Bekacru", "firzanarmani" ], "repo": "better-auth/better-auth", "url": "https://github.com/better-auth/better-auth/issues/308", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2687180919
Better Auth works on localhost but NOT production server Describe the bug I tested Better-Auth on local dev(http://localhost:3000/), it is working fine but the production version (host in vercel.com) does not work, all GET and POST https://<www.mydomain.com>/api/auth/get-session requests return 404. To Reproduce Step...
gharchive/issue
2024-11-24T06:02:18
2025-04-01T06:43:32.887030
{ "authors": [ "anatoliy-t7", "trunglehuynh" ], "repo": "better-auth/better-auth", "url": "https://github.com/better-auth/better-auth/issues/642", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1039832985
Renamed GetInvoicePDF to GetInvoicePDFAsync Used correct Async suffix convention by renaming GetInvoicePDF to GetInvoicePDFAsync Added GetInvoicePDFAsync method in IDataService interface Marked GetInvoicePDF as obsolete for backwards compatibility Added documentation in README @clement911 Were you able to review ...
gharchive/pull-request
2021-10-29T18:37:04
2025-04-01T06:43:32.891155
{ "authors": [ "clement911", "fbridger" ], "repo": "better-reports/QuickBooksSharp", "url": "https://github.com/better-reports/QuickBooksSharp/pull/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1571486036
"Recommended" popup on hover Context We want a popup to warn users about the contamination of recyclables. Task Upon hovering on "Recommended", this popup should show. Figma Link https://www.figma.com/file/kN115h4H1jk797qa3x08Et/RGW-Design_Master-Design-File?node-id=4026%3A21461&t=IeCS7KeogxbXAkXh-0 Acceptance Cri...
gharchive/issue
2023-02-05T15:48:01
2025-04-01T06:43:32.898286
{ "authors": [ "neozhixuan", "zhenhao1886" ], "repo": "bettersg/recyclegowhere", "url": "https://github.com/bettersg/recyclegowhere/issues/113", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
325814797
Can I change states when using Dragula? Hi! I’m trying to use Dragula to implement a drag-and-drop exercise in our web application. The problem I’ve encountered is that we can’t change states from within the built-in Dragula functions. In the example further down I have a counter “counts” that counts each element tha...
gharchive/issue
2018-05-23T18:03:16
2025-04-01T06:43:32.901738
{ "authors": [ "paddotk", "vanjaw" ], "repo": "bevacqua/react-dragula", "url": "https://github.com/bevacqua/react-dragula/issues/31", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2137770628
Building and manipulating Image objects pixel-by-pixel is very tedious and error prone What problem does this solve or what need does it fill? Building images from programmatically controlled data can be a useful tool for getting reasonably high performance without having to swap to shaders. Staying in pure Rust is g...
gharchive/issue
2024-02-16T02:38:26
2025-04-01T06:43:32.926900
{ "authors": [ "alice-i-cecile", "mintlu8", "rparrett", "shanecelis" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/issues/11887", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
837384250
derive(SystemParam) fails when field type name is that struct's name + "State" Bevy version 785aad92 What you did #[derive(SystemParam)] pub struct FooParam<'a> { state: Res<'a, FooParamState>, } struct FooParamState; What you expected to happen Compile successfully. What actually happened Got this error: the n...
gharchive/issue
2021-03-22T06:51:59
2025-04-01T06:43:32.937553
{ "authors": [ "Davier", "SUPERCILEX", "bjorn3", "bonsairobo", "cart" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/issues/1727", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1322488934
Fast Compiles issue with debugging in IDE Bevy version Bevy 0.7.0 [Optional] Relevant system information macOS Monterey 12.5 Intel Core i5 Intel Iris Plus Graphics 655 1536 MB What you did Exactly as https://bevyengine.org/learn/book/getting-started/setup/ "Enable Fast Compiles" What went wrong Test in VSCode and CLi...
gharchive/issue
2022-07-29T17:03:06
2025-04-01T06:43:32.944742
{ "authors": [ "Parallel-Paradox", "alice-i-cecile", "bjorn3" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/issues/5486", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1848812392
Expose is_minimized and is_visible from Winit What problem does this solve or what need does it fill? I think right now the only way to access those Winit APIs from Bevy is to get NonSendMut<WinitWindows>. This is the only way to know if a window is minimized/maximized, since there is not even an event for them so it...
gharchive/issue
2023-08-14T00:46:01
2025-04-01T06:43:32.957263
{ "authors": [ "IceSentry", "Selene-Amanita", "ewrogers", "mnmaita" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/issues/9433", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2058848808
Clippy warnings Whatever popped up while running cargo clippy --workspace --all-targets --all-features -- -Dwarnings Clippy warnings block merging of PRs for example, #11110. Fixes #11121. Merging as trivial to unblock CI.
gharchive/pull-request
2023-12-28T21:52:45
2025-04-01T06:43:32.958924
{ "authors": [ "alice-i-cecile", "stepancheg" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/pull/11123", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2190737365
Fix typo in bevy_internal/Cargo.toml Objective Fixes typo by #11341. Functionally doesn't change anything other than naming consistency and stop IDE's from screaming at you. Thanks :)
gharchive/pull-request
2024-03-17T15:53:20
2025-04-01T06:43:32.960511
{ "authors": [ "alice-i-cecile", "s-puig" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/pull/12535", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1228394462
Use a circle for the ball in Breakout Objective Fixes #4324 Solution Used circle from shapes example in #3730 Changelog Changed Circle shape instead of square shape sprite for ball. AABB collision unchanged. bors try Is the z value in BALL_STARTING_POSITION (or at least the comment above the constant) still rele...
gharchive/pull-request
2022-05-06T21:23:55
2025-04-01T06:43:32.963328
{ "authors": [ "Nilirad", "alice-i-cecile", "shaderduck" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/pull/4682", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1382726991
Fix CI issues arising from use of Rust 1.64 Objective Fixes https://github.com/bevyengine/bevy/issues/6063 Solution Use then_some(x) instead of then( || x). Updated error logs from bevy_ecs_compile_fail_tests. Migration Guide From Rust 1.63 to 1.64, a new Clippy error was added; now one should use then_some(x) inst...
gharchive/pull-request
2022-09-22T16:37:15
2025-04-01T06:43:32.965742
{ "authors": [ "mockersf", "targrub" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/pull/6067", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1768970456
Fix black spots appearing due to NANs when SSAO is enabled Objective Fixes https://github.com/bevyengine/bevy/issues/8925 Solution Clamp the bad values. More Info The issue is that NdotV is sometimes very slightly greater than 1 (maybe FP rounding issues?), which caused F_Schlick() to return NANs in pow(1.0 - NdotV, ...
gharchive/pull-request
2023-06-22T05:47:20
2025-04-01T06:43:32.973298
{ "authors": [ "Elabajaba", "IceSentry", "alice-i-cecile", "fintelia" ], "repo": "bevyengine/bevy", "url": "https://github.com/bevyengine/bevy/pull/8926", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
702194454
Refactor of cli.py Hi there. I really like what you have so far. Thought I could offer some minor help, so I cleaned up cli.py as best I could. For check_color / check_attr I build a dict containing all the possible values so that lookups for them are O(1). check_chart accepts either a string or a Chart enum. cli()...
gharchive/pull-request
2020-09-15T19:22:15
2025-04-01T06:43:32.977166
{ "authors": [ "bexxmodd", "zallison" ], "repo": "bexxmodd/vizex", "url": "https://github.com/bexxmodd/vizex/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1757948248
Clio Ricmotech Cup not on Road series list The renamed Clio Cup is not available on the Road page. It was previously known as the iRacing Clio Cup but has changed name to Clio Ricmotech Cup - Fixed - 2023 Season 3 Fixed. Has a season ID of season=4358 I've realised the name of the Clio series across a few different...
gharchive/issue
2023-06-15T03:03:43
2025-04-01T06:43:33.041856
{ "authors": [ "23Kev" ], "repo": "bfiete/iStats", "url": "https://github.com/bfiete/iStats/issues/58", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2753174175
Renew USDS LM 11 Recap Renew Ethereum aUSDS LM Config: asset rewarded: aUSDS reward asset: aUSDS duration: 7 days new emission: ? USDS Simulation on Tenderly (Safe batch) ? Calldatas newDistributionEnd ? newEmissionPerSecond ? Budget: 180,713 USDS. Funded by the following tx: https://etherscan...
gharchive/pull-request
2024-12-20T17:33:55
2025-04-01T06:43:33.048095
{ "authors": [ "MartinGbz", "NandyBa" ], "repo": "bgd-labs/example-liquidity-mining-aave-v3", "url": "https://github.com/bgd-labs/example-liquidity-mining-aave-v3/pull/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
261140213
Add cube model It will be useful to have a 3D model to help with some upcoming tests. Merged #145
gharchive/issue
2017-09-27T22:41:34
2025-04-01T06:43:33.049068
{ "authors": [ "kcoley" ], "repo": "bghgary/glTF-Asset-Generator", "url": "https://github.com/bghgary/glTF-Asset-Generator/issues/144", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
291816086
About the irregular scene text dataset? Do you know where to download the SVT-Perspective and CUTE80 datasets? I can not find the url to download SVT-Perspective dataset and the CUTE80 dataset that I downloaded doesn't have recognition annotations. I need those datasets too, I am wondering if you got them http://...
gharchive/issue
2018-01-26T07:07:58
2025-04-01T06:43:33.052949
{ "authors": [ "HGamal11", "QingqingWang-1", "binwangGit", "smilewsw", "yuxx0218" ], "repo": "bgshih/crnn", "url": "https://github.com/bgshih/crnn/issues/99", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1826711089
[DOCS] adding the "Techstack "and "connect with me" section along with badges in the readme Description We should have a socials section in the readme. Example - This would help you improve your project react and your social media profile as well. Similarly, for Techstack Screenshots No response Additional informati...
gharchive/issue
2023-07-28T16:20:56
2025-04-01T06:43:33.161080
{ "authors": [ "1Shubham7", "bhattabhi013" ], "repo": "bhattabhi013/Vritant", "url": "https://github.com/bhattabhi013/Vritant/issues/67", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
261631650
Can't be correct displayed right prompt like this screenshot, my powerlevel9k's right prompt arrow can't be displayed. when i try to highlight this row, it's looks like the arrow have same forwardcolor and backgroundcolor, but i don't know how to fix this. my OS is macOS Sierra and Terminal is iTerm2, i use zplug t...
gharchive/issue
2017-09-29T12:51:57
2025-04-01T06:43:33.176403
{ "authors": [ "bhilburn", "michikora" ], "repo": "bhilburn/powerlevel9k", "url": "https://github.com/bhilburn/powerlevel9k/issues/637", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
651914148
Add sub-{sub}_CT.nii.gz in anat directory to spec For intracranial eeg, adding a CT containing the positions of the implanted electrodes would be good to have in order to make the study fully reproducible. BEP 024: Computed Tomography is working toward inclusion of CT in the standard. From a quick look, this is a s...
gharchive/issue
2020-07-07T01:12:02
2025-04-01T06:43:33.199007
{ "authors": [ "Hboni", "alexrockhill", "effigies", "sappelhoff" ], "repo": "bids-standard/bids-specification", "url": "https://github.com/bids-standard/bids-specification/issues/524", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2401871069
Devices discovered, but not showing up in MQTT Describe the bug Upon running the Shellies Announce Gen2 automation, we can trace the output of the subsequent Shellies Discovery Gen2 that is being called. params: domain: python_script service: shellies_discovery_gen2 service_data: id: shelly1pmminig3-5432046...
gharchive/issue
2024-07-10T22:52:52
2025-04-01T06:43:33.226257
{ "authors": [ "JapSeyz", "bieniu", "caspermltov", "iMusicJJ" ], "repo": "bieniu/ha-shellies-discovery-gen2", "url": "https://github.com/bieniu/ha-shellies-discovery-gen2/issues/438", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
160874534
[Needs test] Added bigchaindb set-replicas command This is to resolve issue #389. Copying from the comment I made on that issue: Writing the bigchaindb set-replicas command was straightforward. Testing it turns out to be tricky because if you want to set the number of replicas to 2, say, then you need at least two no...
gharchive/pull-request
2016-06-17T12:10:45
2025-04-01T06:43:33.254459
{ "authors": [ "codecov-io", "ttmc" ], "repo": "bigchaindb/bigchaindb", "url": "https://github.com/bigchaindb/bigchaindb/pull/392", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2440261598
refactor(payment): STRIPE-415 Stripe integration package created What? Stripe integration package created Why? Because we need to move all Stripe functionality from core package Testing / Proof Manual tests @bigcommerce/team-checkout Can you please add screenshot for test coverage for the package. Can you pleas...
gharchive/pull-request
2024-07-31T14:53:11
2025-04-01T06:43:33.260389
{ "authors": [ "animesh1987", "bc-dronov" ], "repo": "bigcommerce/checkout-js", "url": "https://github.com/bigcommerce/checkout-js/pull/1945", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
170279799
Modified CalculateDepth to calcuate coverage from alignment files Calculates coverage from reads files on command line Creates CoverageRDD from FeatureRDD Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/1373/Build result: ...
gharchive/pull-request
2016-08-09T21:50:03
2025-04-01T06:43:33.340513
{ "authors": [ "AmplabJenkins", "akmorrow13", "fnothaft", "heuermh" ], "repo": "bigdatagenomics/adam", "url": "https://github.com/bigdatagenomics/adam/pull/1108", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1792924814
🛑 Jefferson Real is down In bea1036, Jefferson Real (https://jeffersonreal.uk) was down: HTTP code: 0 Response time: 0 ms Resolved: Jefferson Real is back up in f52107e.
gharchive/issue
2023-07-07T06:57:01
2025-04-01T06:43:33.373030
{ "authors": [ "bigupjeff" ], "repo": "bigupjeff/my-site-uptime-monitor", "url": "https://github.com/bigupjeff/my-site-uptime-monitor/issues/679", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1271868069
StudyShortcutsRenderer UI test randomly failing Currently, if running all tests, the test for StudyShortcutsRenderer may fail. If run by itself, it works fine. This is usually due to something going wrong in test setup/teardown. I have not witnessed this in a while, considering closed.
gharchive/issue
2021-09-27T16:08:11
2025-04-01T06:43:33.374044
{ "authors": [ "mikkonie" ], "repo": "bihealth/sodar-server", "url": "https://github.com/bihealth/sodar-server/issues/1258", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1100558272
Add script to restore staging db from production This requires the user to have two environment variables PROD_DATABASE_URL and STAGING_DATABASE_URL Not sure how we will communicate these, perhaps 1password? This script caused a small incident where Chad was bombarded with messages from staging. My message to slack...
gharchive/pull-request
2022-01-12T16:42:31
2025-04-01T06:43:33.378399
{ "authors": [ "mveytsman" ], "repo": "bikebrigade/dispatch", "url": "https://github.com/bikebrigade/dispatch/pull/52", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2266901886
🛑 Bitwarden is down In 5ea7aa3, Bitwarden (https://bitwarden.billflix.media) was down: HTTP code: 0 Response time: 0 ms Resolved: Bitwarden is back up in 47a1a75 after 22 hours, 20 minutes.
gharchive/issue
2024-04-27T08:03:45
2025-04-01T06:43:33.406688
{ "authors": [ "billflix" ], "repo": "billflix/upptime", "url": "https://github.com/billflix/upptime/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
294402440
explore tightening radius of 'home' Currently it's the default of 100m. Try 50m and see how this looks. Didn't make any noticeable difference
gharchive/issue
2018-02-05T14:00:28
2025-04-01T06:43:33.410471
{ "authors": [ "billimek" ], "repo": "billimek/home-assistant-config", "url": "https://github.com/billimek/home-assistant-config/issues/13", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1251581382
Force UTC in timestamps Proposed change Force all parsed datetime values to UTC. Due to https://github.com/bimmerconnected/bimmer_connected/discussions/422#discussioncomment-2319519 we cannot use datetime.datetime.strptime() but build our own logic using time.strptime().tm_gmtoff. Type of change [x] Bugfix (non-bre...
gharchive/pull-request
2022-05-28T10:27:20
2025-04-01T06:43:33.440508
{ "authors": [ "codecov-commenter", "rikroe" ], "repo": "bimmerconnected/bimmer_connected", "url": "https://github.com/bimmerconnected/bimmer_connected/pull/447", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }