Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 1k | labels stringlengths 4 1.38k | body stringlengths 1 262k | index stringclasses 16
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
614,822 | 19,190,335,074 | IssuesEvent | 2021-12-05 22:01:05 | RE-SS3D/SS3D | https://api.github.com/repos/RE-SS3D/SS3D | opened | Implement Wire Adjacency Connections | Type: Feature (Addition) Asset: Script Coding: C# Priority: 2 - High Difficulty: 2 - Medium System: Tilemaps | <!-- The notes within these arrows are for you but can be deleted. -->
## Summary
Implement a new tilemap adjacency connection script (similar to the others) for "wire connections". This should follow the design located in the link below.
## Goal
This will allow for wires to be added to the map via the edit... | 1.0 | Implement Wire Adjacency Connections - <!-- The notes within these arrows are for you but can be deleted. -->
## Summary
Implement a new tilemap adjacency connection script (similar to the others) for "wire connections". This should follow the design located in the link below.
## Goal
This will allow for wi... | priority | implement wire adjacency connections summary implement a new tilemap adjacency connection script similar to the others for wire connections this should follow the design located in the link below goal this will allow for wires to be added to the map via the editor and perform intended connec... | 1 |
140,300 | 11,308,178,000 | IssuesEvent | 2020-01-19 03:12:20 | square/okhttp | https://api.github.com/repos/square/okhttp | closed | Consider building a big fancy fake clock infrastructure for OkHttp | tests | At the moment tests flake because we want to put an upper bound on how long a given task will take, and sometimes the machines we get for free in Travis pause for 7 or 8 seconds.
We have the option of building a fake clock mechanism in OkHttp to make our tests less flaky, but that abstraction has a cost.
Everything ... | 1.0 | Consider building a big fancy fake clock infrastructure for OkHttp - At the moment tests flake because we want to put an upper bound on how long a given task will take, and sometimes the machines we get for free in Travis pause for 7 or 8 seconds.
We have the option of building a fake clock mechanism in OkHttp to make... | non_priority | consider building a big fancy fake clock infrastructure for okhttp at the moment tests flake because we want to put an upper bound on how long a given task will take and sometimes the machines we get for free in travis pause for or seconds we have the option of building a fake clock mechanism in okhttp to make... | 0 |
713,068 | 24,515,588,348 | IssuesEvent | 2022-10-11 04:31:22 | googleapis/nodejs-ai-platform | https://api.github.com/repos/googleapis/nodejs-ai-platform | closed | AI platform create featurestore: should create a featurestore failed | type: bug priority: p1 flakybot: issue flakybot: flaky api: vertex-ai | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 4cef015867dd80af195236efc43b309d82c7f8af
b... | 1.0 | AI platform create featurestore: should create a featurestore failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will st... | priority | ai platform create featurestore should create a featurestore failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output command failed node crea... | 1 |
4,611 | 2,610,133,451 | IssuesEvent | 2015-02-26 18:42:02 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | AI gets stuck when using air attack | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
0. use the weapon set from below
1. choose an open map with tunnels (e.g. one of the floating islands)
2. add some AI teams (the more hogs the better)
3. start the game and wait
What is the expected output? What do you see instead?
after some time, the AI will try to use the ... | 1.0 | AI gets stuck when using air attack - ```
What steps will reproduce the problem?
0. use the weapon set from below
1. choose an open map with tunnels (e.g. one of the floating islands)
2. add some AI teams (the more hogs the better)
3. start the game and wait
What is the expected output? What do you see instead?
after ... | non_priority | ai gets stuck when using air attack what steps will reproduce the problem use the weapon set from below choose an open map with tunnels e g one of the floating islands add some ai teams the more hogs the better start the game and wait what is the expected output what do you see instead after ... | 0 |
70,486 | 7,189,453,799 | IssuesEvent | 2018-02-02 14:05:29 | sandflow/regxmllib | https://api.github.com/repos/sandflow/regxmllib | closed | Bug in UMID.java class | bug ready to test | In the method: public static UMID fromURN(String urn) (line 45), you have the following (line 52):
umid[4 * i + j] = (byte) Integer.parseInt(urn.substring(13 + i * 9 + 2 * j, 13 + i * 9 + 2 * j + 2), 16);
This should be:
umid[4 * i + j] = (byte) Integer.parseInt(urn.substring(15 + i * 9 + 2 * j, 15 + i * 9 + 2... | 1.0 | Bug in UMID.java class - In the method: public static UMID fromURN(String urn) (line 45), you have the following (line 52):
umid[4 * i + j] = (byte) Integer.parseInt(urn.substring(13 + i * 9 + 2 * j, 13 + i * 9 + 2 * j + 2), 16);
This should be:
umid[4 * i + j] = (byte) Integer.parseInt(urn.substring(15 + i * ... | non_priority | bug in umid java class in the method public static umid fromurn string urn line you have the following line umid byte integer parseint urn substring i j i j this should be umid byte integer parseint urn substring i j i ... | 0 |
39,040 | 5,215,263,653 | IssuesEvent | 2017-01-26 03:50:13 | dpc/rdedup | https://api.github.com/repos/dpc/rdedup | closed | Make file a little excessive? | tests | Isn't the make file a little excessive?
isn't ```cargo build``` and ```cargo test``` sufficient? | 1.0 | Make file a little excessive? - Isn't the make file a little excessive?
isn't ```cargo build``` and ```cargo test``` sufficient? | non_priority | make file a little excessive isn t the make file a little excessive isn t cargo build and cargo test sufficient | 0 |
569,579 | 17,015,411,328 | IssuesEvent | 2021-07-02 11:17:05 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | opened | GPS traces in Potlatch 1 and 2 | Component: potlatch2 Priority: minor Type: enhancement | **[Submitted to the original trac issue database at 3.36pm, Wednesday, 9th March 2011]**
When you press the "GPS data" button in Potlatch 2 you only get a few "pieces" (literally just a few parts of the whole trace) of the traces that you know are in that area, but when you press the G key in Potlatch 1 you get all th... | 1.0 | GPS traces in Potlatch 1 and 2 - **[Submitted to the original trac issue database at 3.36pm, Wednesday, 9th March 2011]**
When you press the "GPS data" button in Potlatch 2 you only get a few "pieces" (literally just a few parts of the whole trace) of the traces that you know are in that area, but when you press the G... | priority | gps traces in potlatch and when you press the gps data button in potlatch you only get a few pieces literally just a few parts of the whole trace of the traces that you know are in that area but when you press the g key in potlatch you get all the traces right | 1 |
414,761 | 12,111,283,888 | IssuesEvent | 2020-04-21 11:57:43 | maths300/lessons | https://api.github.com/repos/maths300/lessons | opened | multiple lessons: error warning does not reset | priority: low type: bug | Lessons:
- algebra charts
- chart strategies
- fraction charts
- number charts
When errors are removed from the board and "check" is pressed again, the error is still reported.

| 1.0 | multiple lessons: error warning does not reset - Lessons:
- algebra charts
- chart strategies
- fraction charts
- number charts
When errors are removed from the board and "check" is pressed again, the error is still reported.
, how should we index the data in Elasticsearch?
This ticket is to... | 1.0 | How do we index storage manifests in Elasticsearch? - Taken from https://github.com/wellcomecollection/platform/issues/4303
We want to put the data from the storage service in Elasticsearch, so people can run queries on it.
1. What sort of queries do we want to be able to run?
2. Once we know (1), how should we ... | non_priority | how do we index storage manifests in elasticsearch taken from we want to put the data from the storage service in elasticsearch so people can run queries on it what sort of queries do we want to be able to run once we know how should we index the data in elasticsearch this ticket is to di... | 0 |
143,143 | 5,510,799,428 | IssuesEvent | 2017-03-17 01:29:08 | RoaringBitmap/roaring | https://api.github.com/repos/RoaringBitmap/roaring | closed | Handle full containers | performance Priority | ``CRoaring`` converts "full" bitsets to full runs, for faster processing. | 1.0 | Handle full containers - ``CRoaring`` converts "full" bitsets to full runs, for faster processing. | priority | handle full containers croaring converts full bitsets to full runs for faster processing | 1 |
832,151 | 32,073,949,025 | IssuesEvent | 2023-09-25 09:46:12 | marrlab/DomainLab | https://api.github.com/repos/marrlab/DomainLab | closed | Plot test accuracy in tensorboard | priority in progress fbopt | We have at the moment many curves including task loss, regularization loss (vector), penalized loss, setpoint for the regularization loss for a better model selection, we could observe during the training, how the test accuracy with those state variables. | 1.0 | Plot test accuracy in tensorboard - We have at the moment many curves including task loss, regularization loss (vector), penalized loss, setpoint for the regularization loss for a better model selection, we could observe during the training, how the test accuracy with those state variables. | priority | plot test accuracy in tensorboard we have at the moment many curves including task loss regularization loss vector penalized loss setpoint for the regularization loss for a better model selection we could observe during the training how the test accuracy with those state variables | 1 |
253,795 | 27,319,761,710 | IssuesEvent | 2023-02-24 18:42:16 | pustovitDmytro/json-logs | https://api.github.com/repos/pustovitDmytro/json-logs | closed | CVE-2021-4279 (High) detected in fast-json-patch-3.1.0.tgz - autoclosed | security vulnerability | ## CVE-2021-4279 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>fast-json-patch-3.1.0.tgz</b></p></summary>
<p>Fast implementation of JSON-Patch (RFC-6902) with duplex (observe change... | True | CVE-2021-4279 (High) detected in fast-json-patch-3.1.0.tgz - autoclosed - ## CVE-2021-4279 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>fast-json-patch-3.1.0.tgz</b></p></summary>
<... | non_priority | cve high detected in fast json patch tgz autoclosed cve high severity vulnerability vulnerable library fast json patch tgz fast implementation of json patch rfc with duplex observe changes capabilities library home page a href path to dependency file package js... | 0 |
401,680 | 11,795,858,648 | IssuesEvent | 2020-03-18 09:44:59 | jenkins-x/jx | https://api.github.com/repos/jenkins-x/jx | closed | Error creating bucket during Vault setup | area/vault backlog kind/task lifecycle/stale priority/important-soon | ### Summary
An error during Vault initialization can occur when the initial `jx boot` failed, but some of the Vault related resources are already created, eg the bucket to store the data.
In successive attempts to run `jx boot`, the user gets an error along these lines:
```
Error creating bucket: Creating gs... | 1.0 | Error creating bucket during Vault setup - ### Summary
An error during Vault initialization can occur when the initial `jx boot` failed, but some of the Vault related resources are already created, eg the bucket to store the data.
In successive attempts to run `jx boot`, the user gets an error along these lines:... | priority | error creating bucket during vault setup summary an error during vault initialization can occur when the initial jx boot failed but some of the vault related resources are already created eg the bucket to store the data in successive attempts to run jx boot the user gets an error along these lines ... | 1 |
26,109 | 5,224,722,143 | IssuesEvent | 2017-01-27 16:13:10 | humanitiesplusdesign/palladio | https://api.github.com/repos/humanitiesplusdesign/palladio | opened | Remove search page (it's broken) | documentation | The search page is currently broken. We should remove it from the left-side navigation menu. | 1.0 | Remove search page (it's broken) - The search page is currently broken. We should remove it from the left-side navigation menu. | non_priority | remove search page it s broken the search page is currently broken we should remove it from the left side navigation menu | 0 |
145,777 | 13,160,756,075 | IssuesEvent | 2020-08-10 18:12:25 | iter8-tools/docs | https://api.github.com/repos/iter8-tools/docs | closed | `iter8 metrics` edit and delete buttons are not aligned | bug documentation | The buttons that all you to interact with specific metrics in the metrics display page are not aligned across the counter and ratio metrics. | 1.0 | `iter8 metrics` edit and delete buttons are not aligned - The buttons that all you to interact with specific metrics in the metrics display page are not aligned across the counter and ratio metrics. | non_priority | metrics edit and delete buttons are not aligned the buttons that all you to interact with specific metrics in the metrics display page are not aligned across the counter and ratio metrics | 0 |
356,227 | 25,176,144,187 | IssuesEvent | 2022-11-11 09:25:53 | TJun-Jie/pe | https://api.github.com/repos/TJun-Jie/pe | opened | Breakpoint found at a place that should not be there (Developer guide) | severity.VeryLow type.DocumentationBug | Expected:
- depends on some classes in Model component, as it displays Student, Question and Tutorials objects residing in the Model.
Actual:
- depends on some classes in Model component, as it displays Student, Question and Tutorials objects
- residing in the Model.
 - Expected:
- depends on some classes in Model component, as it displays Student, Question and Tutorials objects residing in the Model.
Actual:
- depends on some classes in Model component, as it displays Student, Question and Tutorials objects
... | non_priority | breakpoint found at a place that should not be there developer guide expected depends on some classes in model component as it displays student question and tutorials objects residing in the model actual depends on some classes in model component as it displays student question and tutorials objects ... | 0 |
173,870 | 13,448,269,205 | IssuesEvent | 2020-09-08 15:15:17 | RPTools/maptool | https://api.github.com/repos/RPTools/maptool | closed | Make it clearer in the Initiative Panel if a token is invisible to players | feature tested | **Is your feature request related to a problem? Please describe.**
The Initiative Panel doesn't make it very clear to the GM which of its entries are displayed to players:
- Tokens on the Hidden layer appear normally
- NPC tokens with Hide NPCs enabled show up normally
- Invisible tokens are displayed with a gray... | 1.0 | Make it clearer in the Initiative Panel if a token is invisible to players - **Is your feature request related to a problem? Please describe.**
The Initiative Panel doesn't make it very clear to the GM which of its entries are displayed to players:
- Tokens on the Hidden layer appear normally
- NPC tokens with Hid... | non_priority | make it clearer in the initiative panel if a token is invisible to players is your feature request related to a problem please describe the initiative panel doesn t make it very clear to the gm which of its entries are displayed to players tokens on the hidden layer appear normally npc tokens with hid... | 0 |
361,568 | 10,710,731,727 | IssuesEvent | 2019-10-25 03:24:53 | webcamoid/webcamoid | https://api.github.com/repos/webcamoid/webcamoid | closed | Webcamoid crashed right after build and run | Critical: Bug Platform: Mac Priority: Hi | ## Summary
Webcamoid crashed right after build and run.
Note: previously I have CamTwist installed on my mac and I thought that's the reason for crashing. But after I uninstall the CamTwist, it is still crashed, so I updated this issue.
## Logs
I have replaced my real path with "[path]" and pasted the logs belo... | 1.0 | Webcamoid crashed right after build and run - ## Summary
Webcamoid crashed right after build and run.
Note: previously I have CamTwist installed on my mac and I thought that's the reason for crashing. But after I uninstall the CamTwist, it is still crashed, so I updated this issue.
## Logs
I have replaced my r... | priority | webcamoid crashed right after build and run summary webcamoid crashed right after build and run note previously i have camtwist installed on my mac and i thought that s the reason for crashing but after i uninstall the camtwist it is still crashed so i updated this issue logs i have replaced my r... | 1 |
37,119 | 6,574,648,632 | IssuesEvent | 2017-09-11 13:38:26 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | closed | Engineering Reference Figure 119 Needs to be Updated | Documentation Sources S2 - Medium | Figure 119 in the Engineering Reference (page numbered 384 or page 411 of the document) is out of date. It shows a link between the zone equipment and the condenser loop as "future". Well, 2003 called and it wants us to know that link exists so it should not be labeled as future anymore. Someone might have to track ... | 1.0 | Engineering Reference Figure 119 Needs to be Updated - Figure 119 in the Engineering Reference (page numbered 384 or page 411 of the document) is out of date. It shows a link between the zone equipment and the condenser loop as "future". Well, 2003 called and it wants us to know that link exists so it should not be l... | non_priority | engineering reference figure needs to be updated figure in the engineering reference page numbered or page of the document is out of date it shows a link between the zone equipment and the condenser loop as future well called and it wants us to know that link exists so it should not be labeled as f... | 0 |
114,437 | 9,725,877,342 | IssuesEvent | 2019-05-30 09:54:50 | Fredz66/Buddha-Breath | https://api.github.com/repos/Fredz66/Buddha-Breath | opened | Fluidifier l'animation des déplacements | beta-test | Beta-test par Mickaël
C'est la raison pour laquelle il n'a pas continué après la première phase du niveau | 1.0 | Fluidifier l'animation des déplacements - Beta-test par Mickaël
C'est la raison pour laquelle il n'a pas continué après la première phase du niveau | non_priority | fluidifier l animation des déplacements beta test par mickaël c est la raison pour laquelle il n a pas continué après la première phase du niveau | 0 |
279,696 | 8,671,911,426 | IssuesEvent | 2018-11-29 20:31:35 | GoogleCloudPlatform/google-cloud-go | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-go | closed | ProductSearch return type | api: vision priority: p1 type: bug | (delete this for feature requests)
## Client
Vision
## Describe Your Environment
Mac OSX
## Expected Behavior
ImageAnnotatorClient's ProductSearch method should return something that contains [ProductSearchResults](https://github.com/google/go-genproto/blob/master/googleapis/cloud/vision/v1/image_anno... | 1.0 | ProductSearch return type - (delete this for feature requests)
## Client
Vision
## Describe Your Environment
Mac OSX
## Expected Behavior
ImageAnnotatorClient's ProductSearch method should return something that contains [ProductSearchResults](https://github.com/google/go-genproto/blob/master/googleapi... | priority | productsearch return type delete this for feature requests client vision describe your environment mac osx expected behavior imageannotatorclient s productsearch method should return something that contains actual behavior it returns when testing on an indexed product ... | 1 |
281,497 | 24,398,105,617 | IssuesEvent | 2022-10-04 21:21:10 | llvm/llvm-project | https://api.github.com/repos/llvm/llvm-project | closed | Always invoke lld with the `-lSystem` argument in MachO tests | test-suite lld:MachO | It appears that the recent versions of ld64 require `-lSystem` to always be linked into userland binaries and dylibs. (Previously, it only had this requirement for binaries, and that's the current behavior that LLD implements.) It would be nice to have behavior parity here, not least because it makes it easier to swap ... | 1.0 | Always invoke lld with the `-lSystem` argument in MachO tests - It appears that the recent versions of ld64 require `-lSystem` to always be linked into userland binaries and dylibs. (Previously, it only had this requirement for binaries, and that's the current behavior that LLD implements.) It would be nice to have beh... | non_priority | always invoke lld with the lsystem argument in macho tests it appears that the recent versions of require lsystem to always be linked into userland binaries and dylibs previously it only had this requirement for binaries and that s the current behavior that lld implements it would be nice to have behavi... | 0 |
12,886 | 3,294,523,132 | IssuesEvent | 2015-10-31 03:58:02 | dotnet/wcf | https://api.github.com/repos/dotnet/wcf | closed | Need to move WebSocket tests to new correct location. | 3 - Done test bug | Need to move the WebSocket tests located...
C:\OSS\wcf\src\System.Private.ServiceModel\tests\Scenarios\Binding\NetHttp\
To...
C:\OSS\wcf\src\System.Private.ServiceModel\tests\Scenarios\Extensibility\WebSockets\ | 1.0 | Need to move WebSocket tests to new correct location. - Need to move the WebSocket tests located...
C:\OSS\wcf\src\System.Private.ServiceModel\tests\Scenarios\Binding\NetHttp\
To...
C:\OSS\wcf\src\System.Private.ServiceModel\tests\Scenarios\Extensibility\WebSockets\ | non_priority | need to move websocket tests to new correct location need to move the websocket tests located c oss wcf src system private servicemodel tests scenarios binding nethttp to c oss wcf src system private servicemodel tests scenarios extensibility websockets | 0 |
347,582 | 10,431,665,452 | IssuesEvent | 2019-09-17 09:34:32 | threefoldtech/zosv2 | https://api.github.com/repos/threefoldtech/zosv2 | closed | Add ultimate routing for IPv4 in networkd | priority_major | We have 80% of IPv4 routing in the NRs already, we 'just' need to get out for network resources that dont't have a 'bought' public IPv4.
TODO :
- [-] add ipv4 routable addresses to WG interfaces
- [-] add ipv4 routing to NRs to other NRs
- [-] add IPv4 addrs to for EPPub4RT
- [-] add code for
- ipv4 routing ba... | 1.0 | Add ultimate routing for IPv4 in networkd - We have 80% of IPv4 routing in the NRs already, we 'just' need to get out for network resources that dont't have a 'bought' public IPv4.
TODO :
- [-] add ipv4 routable addresses to WG interfaces
- [-] add ipv4 routing to NRs to other NRs
- [-] add IPv4 addrs to for EPPub4... | priority | add ultimate routing for in networkd we have of routing in the nrs already we just need to get out for network resources that dont t have a bought public todo add routable addresses to wg interfaces add routing to nrs to other nrs add addrs to for add code for rou... | 1 |
356,713 | 10,596,669,600 | IssuesEvent | 2019-10-09 21:51:19 | pachyderm/pachyderm | https://api.github.com/repos/pachyderm/pachyderm | closed | Documentation Bug: Backup/Restore instructions use aliases for kubectl and pachctl | docs priority: low user | **What happened?**:
Backup and restore documentation use pc and kc aliases for kubectl and pachctl and this is not explained well in the documentation.
**What you expected to happen?**:
no customer aliases should be used in examples without defining the aliases.
**How to reproduce it (as minimally and precisely... | 1.0 | Documentation Bug: Backup/Restore instructions use aliases for kubectl and pachctl - **What happened?**:
Backup and restore documentation use pc and kc aliases for kubectl and pachctl and this is not explained well in the documentation.
**What you expected to happen?**:
no customer aliases should be used in exampl... | priority | documentation bug backup restore instructions use aliases for kubectl and pachctl what happened backup and restore documentation use pc and kc aliases for kubectl and pachctl and this is not explained well in the documentation what you expected to happen no customer aliases should be used in exampl... | 1 |
19,815 | 6,773,998,737 | IssuesEvent | 2017-10-27 08:43:32 | habitat-sh/habitat | https://api.github.com/repos/habitat-sh/habitat | closed | Front End Package Version Sorting Incorrect | A-builder C-bug | Our front end package sorting doesn't appropriately build the list of available packages.

The order is incorrect. Ideally I think having the latest version at the top would be e... | 1.0 | Front End Package Version Sorting Incorrect - Our front end package sorting doesn't appropriately build the list of available packages.

The order is incorrect. Ideally I think h... | non_priority | front end package version sorting incorrect our front end package sorting doesn t appropriately build the list of available packages the order is incorrect ideally i think having the latest version at the top would be expected but also you can see from the image the latest version isn t actually being s... | 0 |
20,199 | 28,433,410,343 | IssuesEvent | 2023-04-15 02:54:04 | apple/swift | https://api.github.com/repos/apple/swift | closed | [Source compatibility suite] Nimble fails to build tests using swift package | bug linker error source compatibility suite unexpected error | **Describe the bug**
The source compatibility suite project https://github.com/Quick/Nimble/commit/eea5843b34beb559dd51cf004953f75028e47add is failing to build when `--build-tests` is passed to the invocation used to build the swift package.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. Checkout http... | True | [Source compatibility suite] Nimble fails to build tests using swift package - **Describe the bug**
The source compatibility suite project https://github.com/Quick/Nimble/commit/eea5843b34beb559dd51cf004953f75028e47add is failing to build when `--build-tests` is passed to the invocation used to build the swift package... | non_priority | nimble fails to build tests using swift package describe the bug the source compatibility suite project is failing to build when build tests is passed to the invocation used to build the swift package steps to reproduce steps to reproduce the behavior checkout run xcrun swift build ... | 0 |
100,518 | 8,749,345,617 | IssuesEvent | 2018-12-13 16:10:53 | SME-Issues/issues | https://api.github.com/repos/SME-Issues/issues | closed | Test Summary - 13/12/2018 - 5004 | NLP Api PETEDEV pulse_tests | ### Comprehension
- Compound Query Tests Invoice Partial (20): **60%** pass (12), 8 failed understood (#2193)
| 1.0 | Test Summary - 13/12/2018 - 5004 - ### Comprehension
- Compound Query Tests Invoice Partial (20): **60%** pass (12), 8 failed understood (#2193)
| non_priority | test summary comprehension compound query tests invoice partial pass failed understood | 0 |
334,611 | 10,142,810,848 | IssuesEvent | 2019-08-04 05:38:10 | jenkins-x/jx | https://api.github.com/repos/jenkins-x/jx | closed | Sorry, your reply was invalid: GET https://gitlab.com/api/v4/projects/myusername: 401 {message: 401 Unauthorized} | area/gitlab kind/bug lifecycle/rotten priority/important-soon | ### Summary
Hello, I get 401 Unauthorized error on jx quickstart creation even if local gitlab server is configured
this is the message returned by jx:
https://gitlab.com/api/v4/projects/$myusername/demo1: 401 {message: 401 Unauthorized}
### Steps to reproduce the behavior
jx create spring cd -d web -d actu... | 1.0 | Sorry, your reply was invalid: GET https://gitlab.com/api/v4/projects/myusername: 401 {message: 401 Unauthorized} - ### Summary
Hello, I get 401 Unauthorized error on jx quickstart creation even if local gitlab server is configured
this is the message returned by jx:
https://gitlab.com/api/v4/projects/$myusername... | priority | sorry your reply was invalid get message unauthorized summary hello i get unauthorized error on jx quickstart creation even if local gitlab server is configured this is the message returned by jx message unauthorized steps to reproduce the behavior jx create spring cd d we... | 1 |
395,867 | 27,090,870,770 | IssuesEvent | 2023-02-14 20:57:05 | apache/arrow | https://api.github.com/repos/apache/arrow | closed | [Docs][Release] Multiple copies/versions of versionwarning.js | Type: bug Component: Documentation | ### Describe the bug, including details regarding any error messages, version, and platform.
There are currently three versions of the `versionwarning.js` file in apache/arrow-site:
- docs/_static/versionwarning.js
- docs/dev/_static/versionwarning.js
- docs/10.0/_static/versionwarning.js
and the only one need... | 1.0 | [Docs][Release] Multiple copies/versions of versionwarning.js - ### Describe the bug, including details regarding any error messages, version, and platform.
There are currently three versions of the `versionwarning.js` file in apache/arrow-site:
- docs/_static/versionwarning.js
- docs/dev/_static/versionwarning.js... | non_priority | multiple copies versions of versionwarning js describe the bug including details regarding any error messages version and platform there are currently three versions of the versionwarning js file in apache arrow site docs static versionwarning js docs dev static versionwarning js docs ... | 0 |
209,590 | 23,730,678,829 | IssuesEvent | 2022-08-31 01:13:34 | lokesh5654/whitesourcetest | https://api.github.com/repos/lokesh5654/whitesourcetest | closed | CVE-2018-11693 (High) detected in opennms-opennms-source-23.0.0-1 - autoclosed | security vulnerability | ## CVE-2018-11693 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-23.0.0-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Li... | True | CVE-2018-11693 (High) detected in opennms-opennms-source-23.0.0-1 - autoclosed - ## CVE-2018-11693 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-23.0.0-1</b></p>... | non_priority | cve high detected in opennms opennms source autoclosed cve high severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href library source... | 0 |
152,839 | 13,484,843,592 | IssuesEvent | 2020-09-11 07:06:23 | googollee/go-socket.io | https://api.github.com/repos/googollee/go-socket.io | closed | example in documentation report "http: multiple response.WriteHeader calls" error when client connect from browser. And the client received "Error during WebSocket handshake Ask Unexpected response code: 403" | documentation question | Hi, guys,
I tried your example in branch 1.4, i write a simplest web page to conncet the example main.go server, first i received cors error, after fix that , then the server print out some log "http: multiple response.WriteHeader calls" and the client also report the error : "Error during WebSocket handshake Ask U... | 1.0 | example in documentation report "http: multiple response.WriteHeader calls" error when client connect from browser. And the client received "Error during WebSocket handshake Ask Unexpected response code: 403" - Hi, guys,
I tried your example in branch 1.4, i write a simplest web page to conncet the example main.... | non_priority | example in documentation report http multiple response writeheader calls error when client connect from browser and the client received error during websocket handshake ask unexpected response code hi guys i tried your example in branch i write a simplest web page to conncet the example main go... | 0 |
3,872 | 4,759,423,257 | IssuesEvent | 2016-10-24 22:31:14 | romance-ii/violet-volts | https://api.github.com/repos/romance-ii/violet-volts | opened | Switch from Google `tokeninfo` to local public-key verfication | performance security | See https://developers.google.com/identity/sign-in/web/backend-auth for discussion
May be faster to verify using Ironclad on-host rather than relaying to Google, as well as potentially removing a MitM attack | True | Switch from Google `tokeninfo` to local public-key verfication - See https://developers.google.com/identity/sign-in/web/backend-auth for discussion
May be faster to verify using Ironclad on-host rather than relaying to Google, as well as potentially removing a MitM attack | non_priority | switch from google tokeninfo to local public key verfication see for discussion may be faster to verify using ironclad on host rather than relaying to google as well as potentially removing a mitm attack | 0 |
202,612 | 15,836,222,676 | IssuesEvent | 2021-04-06 19:02:03 | amzn/selling-partner-api-docs | https://api.github.com/repos/amzn/selling-partner-api-docs | closed | Access Denied! | bug documentation | ```
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::xxx:user/mc.my.inventory is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::xxx:role/AmazonOrders
```
What should i do in such case please? | 1.0 | Access Denied! - ```
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::xxx:user/mc.my.inventory is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::xxx:role/AmazonOrders
```
What should i do in such case please? | non_priority | access denied botocore exceptions clienterror an error occurred accessdenied when calling the assumerole operation user arn aws iam xxx user mc my inventory is not authorized to perform sts assumerole on resource arn aws iam xxx role amazonorders what should i do in such case please | 0 |
262,265 | 8,257,854,953 | IssuesEvent | 2018-09-13 07:14:28 | aiidateam/aiida_core | https://api.github.com/repos/aiidateam/aiida_core | closed | Help string of click.Choice in interactive mode broken | priority/important topic/VerdiCommandLine type/bug | For example in `verdi computer configure ssh`, calling `?` for the `key_policy` question results in:
```
Info: SSH key policy
one of:
R e
W a
A u
```
These should however be
```
Info: SSH key policy
one of:
RejectPolicy
WarningPolicy
AutoAddPolicy
``` | 1.0 | Help string of click.Choice in interactive mode broken - For example in `verdi computer configure ssh`, calling `?` for the `key_policy` question results in:
```
Info: SSH key policy
one of:
R e
W a
A u
```
These should however be
```
Info: SSH key policy
one of:
Reje... | priority | help string of click choice in interactive mode broken for example in verdi computer configure ssh calling for the key policy question results in info ssh key policy one of r e w a a u these should however be info ssh key policy one of reje... | 1 |
19,192 | 13,205,279,032 | IssuesEvent | 2020-08-14 17:36:35 | dotnet/roslyn-analyzers | https://api.github.com/repos/dotnet/roslyn-analyzers | opened | Build.cmd throws error | Area-Infrastructure | Yesterday I synced my enlistment to the latest bits in master, ran `git clean -fdx`, and then tried to build from the command line, but I got the error message below, which shows up with or without the `-ci` argument.
Interestingly, the build seems to work well if I do it from Visual Studio.
Any ideas? @mavasani ... | 1.0 | Build.cmd throws error - Yesterday I synced my enlistment to the latest bits in master, ran `git clean -fdx`, and then tried to build from the command line, but I got the error message below, which shows up with or without the `-ci` argument.
Interestingly, the build seems to work well if I do it from Visual Studio.... | non_priority | build cmd throws error yesterday i synced my enlistment to the latest bits in master ran git clean fdx and then tried to build from the command line but i got the error message below which shows up with or without the ci argument interestingly the build seems to work well if i do it from visual studio ... | 0 |
286,897 | 21,627,933,825 | IssuesEvent | 2022-05-05 06:18:47 | rinotc/simple-domain-modeling-tool | https://api.github.com/repos/rinotc/simple-domain-modeling-tool | opened | [Docs] 境界づけられたコンテキスト作成のユースケース図を書く | documentation | ## Summary
- [ ] ドキュメント管理方法を考える
- [ ] 書いてみる
draw.io の図を svgでdocs配下に保存して、github.ioで見れるようにするのが良さそう?
https://vermeer.hatenablog.jp/entry/2022/01/09/132418 | 1.0 | [Docs] 境界づけられたコンテキスト作成のユースケース図を書く - ## Summary
- [ ] ドキュメント管理方法を考える
- [ ] 書いてみる
draw.io の図を svgでdocs配下に保存して、github.ioで見れるようにするのが良さそう?
https://vermeer.hatenablog.jp/entry/2022/01/09/132418 | non_priority | 境界づけられたコンテキスト作成のユースケース図を書く summary ドキュメント管理方法を考える 書いてみる draw io の図を svgでdocs配下に保存して、github ioで見れるようにするのが良さそう? | 0 |
54,117 | 3,060,050,758 | IssuesEvent | 2015-08-14 18:24:55 | loklak/loklak_webclient | https://api.github.com/repos/loklak/loklak_webclient | closed | wall not working on loklak.net | bug Priority 1 - High Twitter Wall - Aneesh | After I moved test.loklak.net to loklak.net, the wall is not working any more. The javascript terminal shows the following error:
```
"Error: [$rootScope:inprog] $apply already in progress
http://errors.angularjs.org/1.3.16/$rootScope/inprog?p0=%24apply
i/<@http://loklak.net/js/main.js:30:1177
f@http://loklak.net/... | 1.0 | wall not working on loklak.net - After I moved test.loklak.net to loklak.net, the wall is not working any more. The javascript terminal shows the following error:
```
"Error: [$rootScope:inprog] $apply already in progress
http://errors.angularjs.org/1.3.16/$rootScope/inprog?p0=%24apply
i/<@http://loklak.net/js/main... | priority | wall not working on loklak net after i moved test loklak net to loklak net the wall is not working any more the javascript terminal shows the following error error apply already in progress i f ht this get h prototype apply or compile jquery event dispatch jquery e... | 1 |
21,331 | 3,488,905,656 | IssuesEvent | 2016-01-03 12:02:44 | numpy/numpy | https://api.github.com/repos/numpy/numpy | opened | bug in apply_along_axis with empty arrays | component: numpy.lib Defect | Still present in numpy 1.10.2:
In [47]: a = np.ones((0, 2))
In [48]: np.sum(a, axis=0)
Out[48]: array([ 0., 0.])
In [49]: np.sum(a, axis=1)
Out[49]: array([], dtype=float64)
In [50]: np.apply_along_axis(np.sum, axis=0, arr=a)
Out[50]: array([ 0., 0.])
In [51]: np.appl... | 1.0 | bug in apply_along_axis with empty arrays - Still present in numpy 1.10.2:
In [47]: a = np.ones((0, 2))
In [48]: np.sum(a, axis=0)
Out[48]: array([ 0., 0.])
In [49]: np.sum(a, axis=1)
Out[49]: array([], dtype=float64)
In [50]: np.apply_along_axis(np.sum, axis=0, arr=a)
Out[50... | non_priority | bug in apply along axis with empty arrays still present in numpy in a np ones in np sum a axis out array in np sum a axis out array dtype in np apply along axis np sum axis arr a out array in np apply alon... | 0 |
10,120 | 26,345,975,049 | IssuesEvent | 2023-01-10 22:06:35 | zowe/community | https://api.github.com/repos/zowe/community | closed | A design for storage of secure CLI properties in memory can be reviewed | Architecture-Call | I opened this issue to provide the Zowe Architecture Squad the opportunity to review a design proposal for storing secure CLI properties in memory as an alternative to using the Secure Credential Store.
No immediate implementation of this design is planned. However, if such a feature becomes a higher priority, this ... | 1.0 | A design for storage of secure CLI properties in memory can be reviewed - I opened this issue to provide the Zowe Architecture Squad the opportunity to review a design proposal for storing secure CLI properties in memory as an alternative to using the Secure Credential Store.
No immediate implementation of this desi... | non_priority | a design for storage of secure cli properties in memory can be reviewed i opened this issue to provide the zowe architecture squad the opportunity to review a design proposal for storing secure cli properties in memory as an alternative to using the secure credential store no immediate implementation of this desi... | 0 |
156,166 | 13,643,652,624 | IssuesEvent | 2020-09-25 17:29:57 | microsoft/react-native-windows | https://api.github.com/repos/microsoft/react-native-windows | closed | Document Image API completion | API: Completion Documentation Epic Invalid Triage | The following unchecked properties are needed to complete the **Image** control integration into RNWCPP.
## P1
- [x] [**resizeMode - partial**](https://facebook.github.io/react-native/docs/image#resizemode)
Partially supported by Image. This guy is an Enum:
-cover: Maps to Image.Stretch.UniformToFill
-contain:... | 1.0 | Document Image API completion - The following unchecked properties are needed to complete the **Image** control integration into RNWCPP.
## P1
- [x] [**resizeMode - partial**](https://facebook.github.io/react-native/docs/image#resizemode)
Partially supported by Image. This guy is an Enum:
-cover: Maps to Image.... | non_priority | document image api completion the following unchecked properties are needed to complete the image control integration into rnwcpp partially supported by image this guy is an enum cover maps to image stretch uniformtofill contain maps to image stretch uniform stretch maps to image... | 0 |
13,563 | 10,324,698,207 | IssuesEvent | 2019-09-01 11:31:08 | AvaloniaUI/Avalonia | https://api.github.com/repos/AvaloniaUI/Avalonia | closed | Add Avalonia topic to github explore | infrastructure | Here: https://github.com/github/explore
Moreover, I recommend marking Avalonia projects with the corresponding topic. It would be more convenient to search Avalonia projects through GitHub. | 1.0 | Add Avalonia topic to github explore - Here: https://github.com/github/explore
Moreover, I recommend marking Avalonia projects with the corresponding topic. It would be more convenient to search Avalonia projects through GitHub. | non_priority | add avalonia topic to github explore here moreover i recommend marking avalonia projects with the corresponding topic it would be more convenient to search avalonia projects through github | 0 |
249,474 | 21,162,455,161 | IssuesEvent | 2022-04-07 10:36:35 | ita-social-projects/EventsExpress | https://api.github.com/repos/ita-social-projects/EventsExpress | opened | Verify that the warning message appears if special equipment is needed for event | test case | **Date Time**
04-07-2022 13:20
**Priority**
Medium
**Description**
Registered User presses the button "Join event" and is registered for the Event.
The button becomes dark.
The confirmation pop-up window appears with the text: "You have successfully joined!"
In case there is special equipment is needed fo... | 1.0 | Verify that the warning message appears if special equipment is needed for event - **Date Time**
04-07-2022 13:20
**Priority**
Medium
**Description**
Registered User presses the button "Join event" and is registered for the Event.
The button becomes dark.
The confirmation pop-up window appears with the text:... | non_priority | verify that the warning message appears if special equipment is needed for event date time priority medium description registered user presses the button join event and is registered for the event the button becomes dark the confirmation pop up window appears with the text you h... | 0 |
71,744 | 30,914,468,922 | IssuesEvent | 2023-08-05 05:09:19 | Zahlungsmittel/Zahlungsmittel | https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel | opened | [CLOSED] 1240 account not activated needs a button to login page | service: wallet frontend bug imported | <a href="https://github.com/ogerly"><img src="https://avatars.githubusercontent.com/u/1324583?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ogerly](https://github.com/ogerly)**
_Friday Jan 07, 2022 at 20:26 GMT_
_Originally opened as https://github.com/gradido/gradido/pull/1261_
----
## ... | 1.0 | [CLOSED] 1240 account not activated needs a button to login page - <a href="https://github.com/ogerly"><img src="https://avatars.githubusercontent.com/u/1324583?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ogerly](https://github.com/ogerly)**
_Friday Jan 07, 2022 at 20:26 GMT_
_Originally... | non_priority | account not activated needs a button to login page issue by friday jan at gmt originally opened as 🍰 pullrequest zwischen zwei texten wechseln passwort zurücksetzen ändern text passwort das erste mal anlegen nach registrierung issues fixes ... | 0 |
20,403 | 3,812,069,608 | IssuesEvent | 2016-03-27 09:13:52 | IntellectualSites/PlotSquared | https://api.github.com/repos/IntellectualSites/PlotSquared | closed | Issues with claiming 3.3.1 | [!] Bug [?] Testing Required | # Bug report template (Follow this template unless you are making a feature request.)
**Debug paste link**:
http://hastebin.com/zopaweweye
**Description of the problem:**
Cannot claim plots via /plot claim or /plot auto
**How to replicate**:
/plot claim /plot auto
Make sure you've completed the following steps... | 1.0 | Issues with claiming 3.3.1 - # Bug report template (Follow this template unless you are making a feature request.)
**Debug paste link**:
http://hastebin.com/zopaweweye
**Description of the problem:**
Cannot claim plots via /plot claim or /plot auto
**How to replicate**:
/plot claim /plot auto
Make sure you've ... | non_priority | issues with claiming bug report template follow this template unless you are making a feature request debug paste link description of the problem cannot claim plots via plot claim or plot auto how to replicate plot claim plot auto make sure you ve completed the following steps... | 0 |
59,305 | 14,379,587,606 | IssuesEvent | 2020-12-02 00:42:53 | gate5/react-16.0.0 | https://api.github.com/repos/gate5/react-16.0.0 | opened | CVE-2016-9840 (High) detected in https://source.codeaurora.org/external/s32ds/gdb/apex/DebugNG_branch_point | security vulnerability | ## CVE-2016-9840 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/s32ds/gdb/apex/DebugNG_branch_point</b></p></summary>
<p>
<p>AMP APEX GDB</p>
<p... | True | CVE-2016-9840 (High) detected in https://source.codeaurora.org/external/s32ds/gdb/apex/DebugNG_branch_point - ## CVE-2016-9840 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://so... | non_priority | cve high detected in cve high severity vulnerability vulnerable library amp apex gdb library home page a href found in head commit a href vulnerable source files react scripts bench node modules nodegit vendor deps zlib inftrees c ... | 0 |
192,991 | 14,634,954,684 | IssuesEvent | 2020-12-24 06:59:03 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | dev828/golang-hphorse: io/writer_test.go; 7 LoC | fresh test tiny |
Found a possible issue in [dev828/golang-hphorse](https://www.github.com/dev828/golang-hphorse) at [io/writer_test.go](https://github.com/dev828/golang-hphorse/blob/b3eaed0d927272c1f783917b9aa90aecc07e4ca1/io/writer_test.go#L476-L482)
Below is the message reported by the analyzer for this snippet of code. Beware that... | 1.0 | dev828/golang-hphorse: io/writer_test.go; 7 LoC -
Found a possible issue in [dev828/golang-hphorse](https://www.github.com/dev828/golang-hphorse) at [io/writer_test.go](https://github.com/dev828/golang-hphorse/blob/b3eaed0d927272c1f783917b9aa90aecc07e4ca1/io/writer_test.go#L476-L482)
Below is the message reported by ... | non_priority | golang hphorse io writer test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call at ... | 0 |
637,329 | 20,625,531,265 | IssuesEvent | 2022-03-07 22:04:33 | microsoft/fluentui | https://api.github.com/repos/microsoft/fluentui | closed | Project: Manual accessibility review for vNext Beta/RC | Area: Accessibility Priority 1: High Fluent UI vNext | ## Problem
Fluent vNext components could use an accessibility review before we release them in Beta, just to catch any potential issues while they're still easy to change.
## Appetite
2 weeks
## Solution
Review components that have UI and are included in the initial beta release, and raise any necessary issues... | 1.0 | Project: Manual accessibility review for vNext Beta/RC - ## Problem
Fluent vNext components could use an accessibility review before we release them in Beta, just to catch any potential issues while they're still easy to change.
## Appetite
2 weeks
## Solution
Review components that have UI and are included in... | priority | project manual accessibility review for vnext beta rc problem fluent vnext components could use an accessibility review before we release them in beta just to catch any potential issues while they re still easy to change appetite weeks solution review components that have ui and are included in... | 1 |
314,430 | 9,596,903,720 | IssuesEvent | 2019-05-09 19:51:53 | fgpv-vpgf/fgpv-vpgf | https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf | closed | Design Options for JSON File Data Table | addition: feature feedback: discussion priority: high | Original request can be found in https://github.com/fgpv-vpgf/fgpv-vpgf/issues/1415
Things have changed a bit since that request, and we are now looking at supporting layers that traditionally had no attribute support at all (i.e. adding a table feature instead of just making existing table features faster).
Basi... | 1.0 | Design Options for JSON File Data Table - Original request can be found in https://github.com/fgpv-vpgf/fgpv-vpgf/issues/1415
Things have changed a bit since that request, and we are now looking at supporting layers that traditionally had no attribute support at all (i.e. adding a table feature instead of just makin... | priority | design options for json file data table original request can be found in things have changed a bit since that request and we are now looking at supporting layers that traditionally had no attribute support at all i e adding a table feature instead of just making existing table features faster basically ... | 1 |
57,329 | 8,176,032,281 | IssuesEvent | 2018-08-28 05:46:20 | sequelize/sequelize | https://api.github.com/repos/sequelize/sequelize | closed | Can you document how to use the identity object in bulkDelete? | documentation | The details of my question are here:
https://stackoverflow.com/questions/48232490/sequelize-where-is-an-example-of-using-bulkdelete-with-criteria
I'm asking that the answer to this question be in the official documentation. If it's already mentioned somewhere in the docs, I'd request that the reference doc provid... | 1.0 | Can you document how to use the identity object in bulkDelete? - The details of my question are here:
https://stackoverflow.com/questions/48232490/sequelize-where-is-an-example-of-using-bulkdelete-with-criteria
I'm asking that the answer to this question be in the official documentation. If it's already mentioned... | non_priority | can you document how to use the identity object in bulkdelete the details of my question are here i m asking that the answer to this question be in the official documentation if it s already mentioned somewhere in the docs i d request that the reference doc provide a link to this thanks | 0 |
307,540 | 23,203,406,125 | IssuesEvent | 2022-08-02 01:05:18 | mrmrinal/pe | https://api.github.com/repos/mrmrinal/pe | closed | Range for INDEX missing | severity.Low type.DocumentationBug status.Done | Perhaps it could be shown here the range for the index of the Anime List. Furthermore the tab of the index could be specified.

<!--session: 1636708380412-21137ea1-ace5-46b5-8917-608fb4b15206--><!--Version... | 1.0 | Range for INDEX missing - Perhaps it could be shown here the range for the index of the Anime List. Furthermore the tab of the index could be specified.

<!--session: 1636708380412-21137ea1-ace5-46b5-8917-... | non_priority | range for index missing perhaps it could be shown here the range for the index of the anime list furthermore the tab of the index could be specified | 0 |
7,394 | 2,899,612,608 | IssuesEvent | 2015-06-17 12:31:17 | UCHIC/SurveyDataViewer | https://api.github.com/repos/UCHIC/SurveyDataViewer | closed | Need to Implement Orientation/Instructions | Enhancement ReadyForTesting | We need to implement some sort of orientation/instructions for users for the first time that they visit the site as some of the buttons/functions may not be obvious. This could be some sort of feature that animates the clicking of buttons, etc. It could also exist as a static page that could be referenced. | 1.0 | Need to Implement Orientation/Instructions - We need to implement some sort of orientation/instructions for users for the first time that they visit the site as some of the buttons/functions may not be obvious. This could be some sort of feature that animates the clicking of buttons, etc. It could also exist as a stati... | non_priority | need to implement orientation instructions we need to implement some sort of orientation instructions for users for the first time that they visit the site as some of the buttons functions may not be obvious this could be some sort of feature that animates the clicking of buttons etc it could also exist as a stati... | 0 |
501,443 | 14,528,424,543 | IssuesEvent | 2020-12-14 16:31:09 | E3SM-Project/scorpio | https://api.github.com/repos/E3SM-Project/scorpio | opened | Scorpio asserts for non-NULL starts/counts when writing scalar variables | High Priority Next Release | Scorpio asserts when the starts/counts are valid when writing out scalar variables. Although passing starts/counts don't make sense when writing out scalar variables libraries like NetCDF allow (and silently ignore) it.
From pio_getput_int.c
```
...
if (ndims == 0)
{
/* T... | 1.0 | Scorpio asserts for non-NULL starts/counts when writing scalar variables - Scorpio asserts when the starts/counts are valid when writing out scalar variables. Although passing starts/counts don't make sense when writing out scalar variables libraries like NetCDF allow (and silently ignore) it.
From pio_getput_int.c
... | priority | scorpio asserts for non null starts counts when writing scalar variables scorpio asserts when the starts counts are valid when writing out scalar variables although passing starts counts don t make sense when writing out scalar variables libraries like netcdf allow and silently ignore it from pio getput int c ... | 1 |
334,829 | 24,440,250,271 | IssuesEvent | 2022-10-06 14:09:58 | oneapi-src/oneTBB | https://api.github.com/repos/oneapi-src/oneTBB | opened | Improve usability of flow_graph to task_arena attachment | enhancement documentation | This is a usability issue. The problem that attachment of `flow_graph` to specific `task_arena` looks confusing for users (see #419).
Consider simplifying oneTBB API in this sense. For example, one possible way is to accept `task_arena` instance in `flow_graph` constructor.
Also consider improving [documentation for ... | 1.0 | Improve usability of flow_graph to task_arena attachment - This is a usability issue. The problem that attachment of `flow_graph` to specific `task_arena` looks confusing for users (see #419).
Consider simplifying oneTBB API in this sense. For example, one possible way is to accept `task_arena` instance in `flow_graph... | non_priority | improve usability of flow graph to task arena attachment this is a usability issue the problem that attachment of flow graph to specific task arena looks confusing for users see consider simplifying onetbb api in this sense for example one possible way is to accept task arena instance in flow graph ... | 0 |
241,897 | 18,498,589,276 | IssuesEvent | 2021-10-19 11:25:58 | swayamkaul/Computer-graphics-algos-processing-ide- | https://api.github.com/repos/swayamkaul/Computer-graphics-algos-processing-ide- | opened | Add description of every implemented Algorithm in the Readme.md file | documentation good first issue hacktoberfest | also Add screenshots of the outputs of the written algorithms. | 1.0 | Add description of every implemented Algorithm in the Readme.md file - also Add screenshots of the outputs of the written algorithms. | non_priority | add description of every implemented algorithm in the readme md file also add screenshots of the outputs of the written algorithms | 0 |
381,825 | 11,296,020,360 | IssuesEvent | 2020-01-17 00:14:02 | lokka30/PhantomCombat | https://api.github.com/repos/lokka30/PhantomCombat | closed | plural feature for combat mode boss bar | enhancement priority: high | at the moment it says '1 seconds' but there should be a placeholder so it says '1 second'
e.g. '%time% second%s%' | 1.0 | plural feature for combat mode boss bar - at the moment it says '1 seconds' but there should be a placeholder so it says '1 second'
e.g. '%time% second%s%' | priority | plural feature for combat mode boss bar at the moment it says seconds but there should be a placeholder so it says second e g time second s | 1 |
776,054 | 27,244,869,055 | IssuesEvent | 2023-02-22 00:36:32 | googleapis/google-cloud-go | https://api.github.com/repos/googleapis/google-cloud-go | closed | storage: TestIntegration_BucketACL failed | type: bug api: storage priority: p1 flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: bbac8630a59ba100c5f09da4993f82a804bfbcea
b... | 1.0 | storage: TestIntegration_BucketACL failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit... | priority | storage testintegration bucketacl failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output integration test go error while putting bucket ... | 1 |
65,688 | 6,972,549,964 | IssuesEvent | 2017-12-11 17:21:50 | joserogerio/promocaldasSite | https://api.github.com/repos/joserogerio/promocaldasSite | closed | Tela para o cliente ver os boletos | melhoramento test | Tela que lista os boletos do clientes, ao entrar nessa tela listará todos o boletos em aberto, terá a opção para ver todos boletos dele independente do status. Terá tbm a opção de ver os detalhes do boleto que listará todas as transações que deram origem ao boleto e a opção de imprimir o mesmo. | 1.0 | Tela para o cliente ver os boletos - Tela que lista os boletos do clientes, ao entrar nessa tela listará todos o boletos em aberto, terá a opção para ver todos boletos dele independente do status. Terá tbm a opção de ver os detalhes do boleto que listará todas as transações que deram origem ao boleto e a opção de impri... | non_priority | tela para o cliente ver os boletos tela que lista os boletos do clientes ao entrar nessa tela listará todos o boletos em aberto terá a opção para ver todos boletos dele independente do status terá tbm a opção de ver os detalhes do boleto que listará todas as transações que deram origem ao boleto e a opção de impri... | 0 |
823,218 | 30,960,623,135 | IssuesEvent | 2023-08-08 03:25:30 | amanjaiman1/Product_3D | https://api.github.com/repos/amanjaiman1/Product_3D | closed | [Feat] : Add routes and fixed the firebase auth | gssoc23 🟥 priority: critical 👨🏻🚒 goal: major level3 | add the fuctionlionality where first show auth page using firebase session storage then the auth complete then redirect to the home page
@amanjaiman1 assigned me under gssoc
| 1.0 | [Feat] : Add routes and fixed the firebase auth - add the fuctionlionality where first show auth page using firebase session storage then the auth complete then redirect to the home page
@amanjaiman1 assigned me under gssoc
| priority | add routes and fixed the firebase auth add the fuctionlionality where first show auth page using firebase session storage then the auth complete then redirect to the home page assigned me under gssoc | 1 |
372,448 | 11,014,791,415 | IssuesEvent | 2019-12-04 23:41:11 | data2health/maturity-model | https://api.github.com/repos/data2health/maturity-model | closed | Develop app login page | Priority: High enhancement | Should
- [x] Authenticate with Python Flask API
- [x] Check user email and survey entry code | 1.0 | Develop app login page - Should
- [x] Authenticate with Python Flask API
- [x] Check user email and survey entry code | priority | develop app login page should authenticate with python flask api check user email and survey entry code | 1 |
132,833 | 5,194,158,163 | IssuesEvent | 2017-01-23 01:42:04 | RoboJackets/robocup-common | https://api.github.com/repos/RoboJackets/robocup-common | opened | rtp.hpp and protobuff files | area / misc exp / beginner priority / low type / enhancement | `rtp.hpp` and the protobuf files should work better together, such as sharing enums for data in the packet | 1.0 | rtp.hpp and protobuff files - `rtp.hpp` and the protobuf files should work better together, such as sharing enums for data in the packet | priority | rtp hpp and protobuff files rtp hpp and the protobuf files should work better together such as sharing enums for data in the packet | 1 |
610,297 | 18,903,333,487 | IssuesEvent | 2021-11-16 05:26:51 | asphaltbuffet/ogma | https://api.github.com/repos/asphaltbuffet/ogma | closed | refactor listings command out of application | type: feature priority: soon | add, search, import, etc should not be nested under "listings" | 1.0 | refactor listings command out of application - add, search, import, etc should not be nested under "listings" | priority | refactor listings command out of application add search import etc should not be nested under listings | 1 |
177,365 | 28,485,920,088 | IssuesEvent | 2023-04-18 07:52:08 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | [Chip] Setting background color obscures material ripple effects | framework f: material design a: quality has reproducible steps found in release: 3.3 found in release: 3.7 | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | 1.0 | [Chip] Setting background color obscures material ripple effects - <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackove... | non_priority | setting background color obscures material ripple effects thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a bug or if our documentation doesn... | 0 |
299,389 | 9,205,441,950 | IssuesEvent | 2019-03-08 10:34:56 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Python plugins installed in user's home directory | Category: Python plugins Component: Easy fix? Component: Pull Request or Patch supplied Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Feature request | ---
Author Name: **perrygeo -** (perrygeo -)
Original Redmine Issue: 781, https://issues.qgis.org/issues/781
Original Assignee: perrygeo -
---
In discussing the idea of a plugin repository plugin (a gui allowing you to search for and install new python plugins), the major hangup is that of permissions. Many users ... | 1.0 | Python plugins installed in user's home directory - ---
Author Name: **perrygeo -** (perrygeo -)
Original Redmine Issue: 781, https://issues.qgis.org/issues/781
Original Assignee: perrygeo -
---
In discussing the idea of a plugin repository plugin (a gui allowing you to search for and install new python plugins), ... | priority | python plugins installed in user s home directory author name perrygeo perrygeo original redmine issue original assignee perrygeo in discussing the idea of a plugin repository plugin a gui allowing you to search for and install new python plugins the major hangup is that of permiss... | 1 |
38,237 | 10,152,510,027 | IssuesEvent | 2019-08-06 00:05:22 | tensorflow/data-validation | https://api.github.com/repos/tensorflow/data-validation | closed | tfdv manylinux pypi packages are built/linked on too new of a platform for general compatibility | stat:awaiting tensorflower type:build/install | when we attempt to use the current manylinux bdist from pypi (tensorflow_data_validation-0.13.1-cp36-cp36m-manylinux1_x86_64.whl) on a centos7 machine, we see the following `ImportError`:
```
---------------------------------------------------------------------------
ImportError Trace... | 1.0 | tfdv manylinux pypi packages are built/linked on too new of a platform for general compatibility - when we attempt to use the current manylinux bdist from pypi (tensorflow_data_validation-0.13.1-cp36-cp36m-manylinux1_x86_64.whl) on a centos7 machine, we see the following `ImportError`:
```
-------------------------... | non_priority | tfdv manylinux pypi packages are built linked on too new of a platform for general compatibility when we attempt to use the current manylinux bdist from pypi tensorflow data validation whl on a machine we see the following importerror ... | 0 |
173,637 | 21,177,010,895 | IssuesEvent | 2022-04-08 01:46:48 | Guillerbr/api-crud-adonisjs | https://api.github.com/repos/Guillerbr/api-crud-adonisjs | opened | CVE-2022-24785 (High) detected in moment-2.24.0.tgz | security vulnerability | ## CVE-2022-24785 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a hre... | True | CVE-2022-24785 (High) detected in moment-2.24.0.tgz - ## CVE-2022-24785 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary>
<p>Parse, validate, manipula... | non_priority | cve high detected in moment tgz cve high severity vulnerability vulnerable library moment tgz parse validate manipulate and display dates library home page a href path to dependency file api crud adonisjs package json path to vulnerable library node modules mome... | 0 |
193,313 | 6,883,852,647 | IssuesEvent | 2017-11-21 10:50:17 | wordpress-mobile/AztecEditor-Android | https://api.github.com/repos/wordpress-mobile/AztecEditor-Android | closed | List items broken for RTL languages | bug high priority | The list items (both ordered and unordered) are not rendered properly for RTL languages. The bullets and numbers are not displayed.

| 1.0 | List items broken for RTL languages - The list items (both ordered and unordered) are not rendered properly for RTL languages. The bullets and numbers are not displayed.

| priority | list items broken for rtl languages the list items both ordered and unordered are not rendered properly for rtl languages the bullets and numbers are not displayed | 1 |
474,653 | 13,673,223,327 | IssuesEvent | 2020-09-29 09:33:00 | swan-cern/jupyter-extensions | https://api.github.com/repos/swan-cern/jupyter-extensions | closed | Renew of oAuth tokens inside the user session | priority:high type:feature request | We need to support oAuth token for accessing EOS and, in the future, to access the CS3APIs #26.
The token can, and will, be pushed while Spawning, but we also need to ensure that is renewed inside the user session. We should be able able to retrieve that information directly from the authenticator renewal process.
... | 1.0 | Renew of oAuth tokens inside the user session - We need to support oAuth token for accessing EOS and, in the future, to access the CS3APIs #26.
The token can, and will, be pushed while Spawning, but we also need to ensure that is renewed inside the user session. We should be able able to retrieve that information di... | priority | renew of oauth tokens inside the user session we need to support oauth token for accessing eos and in the future to access the the token can and will be pushed while spawning but we also need to ensure that is renewed inside the user session we should be able able to retrieve that information directly ... | 1 |
169,237 | 6,396,997,813 | IssuesEvent | 2017-08-04 16:52:52 | dwyl/best-evidence | https://api.github.com/repos/dwyl/best-evidence | closed | Sharing Notes and Papers | discuss priority-3 | What are the options?
Peer-to-peer
Email
etc
Amanda suggested some interest in "sharing to Facebook group" or "emailing to a collegaue" and wanted to know what the options were for including multiple ways of sharing things.
| 1.0 | Sharing Notes and Papers - What are the options?
Peer-to-peer
Email
etc
Amanda suggested some interest in "sharing to Facebook group" or "emailing to a collegaue" and wanted to know what the options were for including multiple ways of sharing things.
| priority | sharing notes and papers what are the options peer to peer email etc amanda suggested some interest in sharing to facebook group or emailing to a collegaue and wanted to know what the options were for including multiple ways of sharing things | 1 |
271,911 | 20,720,975,295 | IssuesEvent | 2022-03-13 11:40:34 | utopia-rise/godot-kotlin-jvm | https://api.github.com/repos/utopia-rise/godot-kotlin-jvm | opened | Document why this language binding is still a module and not a `GDExtension` in Godot 4 | topic:documentation GD4 | For the time being we have the same problems and limitations as `C#` has regarding the new `GDExtension` system.
These namely are:
- lack of namespace support (not a big issue for us as we already handled that)
- lack of state keeping in the editor if classes are rebuilt while the editor is open (<- THE big issue)
... | 1.0 | Document why this language binding is still a module and not a `GDExtension` in Godot 4 - For the time being we have the same problems and limitations as `C#` has regarding the new `GDExtension` system.
These namely are:
- lack of namespace support (not a big issue for us as we already handled that)
- lack of state ... | non_priority | document why this language binding is still a module and not a gdextension in godot for the time being we have the same problems and limitations as c has regarding the new gdextension system these namely are lack of namespace support not a big issue for us as we already handled that lack of state ... | 0 |
609,249 | 18,869,586,388 | IssuesEvent | 2021-11-13 00:48:32 | iantaylor-NOAA/Lingcod_2021 | https://api.github.com/repos/iantaylor-NOAA/Lingcod_2021 | closed | Sensitivity wishlist | topic: model sensitivity w/ average priority sensitivity w/ low priority | I'm not sure if it makes sense to create separate issues to track high and low priority sensitivity ideas or pile them all in one.
Here's a low-priority one from https://github.com/iantaylor-NOAA/Lingcod_2021/issues/27#issuecomment-847042307.
- [ ] test the impact on the 2019 models of changing the month value for ... | 2.0 | Sensitivity wishlist - I'm not sure if it makes sense to create separate issues to track high and low priority sensitivity ideas or pile them all in one.
Here's a low-priority one from https://github.com/iantaylor-NOAA/Lingcod_2021/issues/27#issuecomment-847042307.
- [ ] test the impact on the 2019 models of changi... | priority | sensitivity wishlist i m not sure if it makes sense to create separate issues to track high and low priority sensitivity ideas or pile them all in one here s a low priority one from test the impact on the models of changing the month value for all the survey observations to to test ian s belief that th... | 1 |
12,597 | 20,375,567,880 | IssuesEvent | 2022-02-21 15:18:00 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | Helmfile extract fails with local-chart and templated name | type:bug status:requirements priority-5-triage | ### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
31.81.0
### Please select which platform you are using if self-hosting.
GitLab self-hosted
### If you're self-hosting Renovate, tell us what version of the platform you run.
14.7.3
### Wa... | 1.0 | Helmfile extract fails with local-chart and templated name - ### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
31.81.0
### Please select which platform you are using if self-hosting.
GitLab self-hosted
### If you're self-hosting Renovate, ... | non_priority | helmfile extract fails with local chart and templated name how are you running renovate self hosted if you re self hosting renovate tell us what version of renovate you run please select which platform you are using if self hosting gitlab self hosted if you re self hosting renovate te... | 0 |
745,082 | 25,969,826,150 | IssuesEvent | 2022-12-19 10:17:48 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | safety.google - site is not usable | priority-normal browser-focus-geckoview engine-gecko | <!-- @browser: Firefox Mobile 108.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:108.0) Gecko/108.0 Firefox/108.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/115580 -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https:... | 1.0 | safety.google - site is not usable - <!-- @browser: Firefox Mobile 108.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:108.0) Gecko/108.0 Firefox/108.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/115580 -->
<!-- @extra_labels: browser... | priority | safety google site is not usable url browser version firefox mobile operating system android tested another browser yes chrome problem type site is not usable description buttons or links not working steps to reproduce i have another device i m trying to sig... | 1 |
60,936 | 6,718,689,444 | IssuesEvent | 2017-10-15 15:45:18 | tgstation/tgstation | https://api.github.com/repos/tgstation/tgstation | closed | Medbots allegedly injecting players in lockers | Bug Tested/Reproduced | Allegedly, a player was injected by a hacked medbot while in a locker and died.
info to come maybe
Player was in a locker, medbot ran up to him in the locker and injected him through the locker with poison
| 1.0 | Medbots allegedly injecting players in lockers - Allegedly, a player was injected by a hacked medbot while in a locker and died.
info to come maybe
Player was in a locker, medbot ran up to him in the locker and injected him through the locker with poison
| non_priority | medbots allegedly injecting players in lockers allegedly a player was injected by a hacked medbot while in a locker and died info to come maybe player was in a locker medbot ran up to him in the locker and injected him through the locker with poison | 0 |
398,015 | 11,736,777,710 | IssuesEvent | 2020-03-11 13:38:36 | massenergize/frontend-portal | https://api.github.com/repos/massenergize/frontend-portal | closed | Actions: Requesting 4th tab in indiv Action page | Priority 1 enhancement | tab on indiv action page (next to description, steps and testimonials) called "deep dive" would be great! That's where all the details can go. | 1.0 | Actions: Requesting 4th tab in indiv Action page - tab on indiv action page (next to description, steps and testimonials) called "deep dive" would be great! That's where all the details can go. | priority | actions requesting tab in indiv action page tab on indiv action page next to description steps and testimonials called deep dive would be great that s where all the details can go | 1 |
406,125 | 27,552,561,066 | IssuesEvent | 2023-03-07 15:49:34 | ytdl-org/youtube-dl | https://api.github.com/repos/ytdl-org/youtube-dl | closed | Remove link to malicious extension in README.md | documentation | [Get cookies.txt](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid) extension it is a malicious extension which must be reported and removed from README.
It sends the following data of every request in your browser to https://ck.getcookiestxt.com/getcookie
```
{
"timesta... | 1.0 | Remove link to malicious extension in README.md - [Get cookies.txt](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid) extension it is a malicious extension which must be reported and removed from README.
It sends the following data of every request in your browser to https://ck... | non_priority | remove link to malicious extension in readme md extension it is a malicious extension which must be reported and removed from readme it sends the following data of every request in your browser to timestamp e uuid identifying your device f b loca... | 0 |
10,341 | 14,992,848,354 | IssuesEvent | 2021-01-29 10:26:54 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Build docs site from this repo | priority-3-normal status:requirements type:docs type:feature | **What would you like Renovate to be able to do?**
Build docs.renovatebot.com from this repo rather than github.copm/renovatebot/renovatebot.github.io
**Did you already have any implementation ideas?**
I think we should make the build process JS-based, i.e. deprecating use of mkdocs. Gatsby seems like a good c... | 1.0 | Build docs site from this repo - **What would you like Renovate to be able to do?**
Build docs.renovatebot.com from this repo rather than github.copm/renovatebot/renovatebot.github.io
**Did you already have any implementation ideas?**
I think we should make the build process JS-based, i.e. deprecating use of m... | non_priority | build docs site from this repo what would you like renovate to be able to do build docs renovatebot com from this repo rather than github copm renovatebot renovatebot github io did you already have any implementation ideas i think we should make the build process js based i e deprecating use of m... | 0 |
17,260 | 5,366,714,046 | IssuesEvent | 2017-02-22 01:03:46 | WayofTime/BloodMagic | https://api.github.com/repos/WayofTime/BloodMagic | closed | [1.11-2.1.3-72] Crash while exploring SSP | 1.10 1.11 bug code complete | With mod installed, in SSP, went exploring and was killing villagers, then it crashed.
http://pastebin.com/PeZtSzLC
Not sure if it is Rftools Dimensions, so posting there too. | 1.0 | [1.11-2.1.3-72] Crash while exploring SSP - With mod installed, in SSP, went exploring and was killing villagers, then it crashed.
http://pastebin.com/PeZtSzLC
Not sure if it is Rftools Dimensions, so posting there too. | non_priority | crash while exploring ssp with mod installed in ssp went exploring and was killing villagers then it crashed not sure if it is rftools dimensions so posting there too | 0 |
150,877 | 5,792,605,948 | IssuesEvent | 2017-05-02 09:58:13 | mvanmeerten/ProgrammingLife | https://api.github.com/repos/mvanmeerten/ProgrammingLife | closed | parsegraph incorrect | bug priority: A | It says "Node 4379 is a root node", but it is not (see line 10378) for TB10.gfa
To reproduce:
arguments: "data/real/TB10.gfa" (without quotation marks)
run
see console output.
Blocking for #8. | 1.0 | parsegraph incorrect - It says "Node 4379 is a root node", but it is not (see line 10378) for TB10.gfa
To reproduce:
arguments: "data/real/TB10.gfa" (without quotation marks)
run
see console output.
Blocking for #8. | priority | parsegraph incorrect it says node is a root node but it is not see line for gfa to reproduce arguments data real gfa without quotation marks run see console output blocking for | 1 |
61,530 | 15,021,381,612 | IssuesEvent | 2021-02-01 15:45:06 | kubevirt/kubevirt | https://api.github.com/repos/kubevirt/kubevirt | closed | [flaky CI][rfe_id:609]VMIheadless [rfe_id:609]Creating a VirtualMachineInstance without headless [test_id:714][posneg:negative]should have one vnc graphic device in xml | kind/bug triage/build-watcher | /kind bug
/triage build-watcher
Failed here: https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/4816/pull-kubevirt-e2e-k8s-1.17/1350895466706898945 | 1.0 | [flaky CI][rfe_id:609]VMIheadless [rfe_id:609]Creating a VirtualMachineInstance without headless [test_id:714][posneg:negative]should have one vnc graphic device in xml - /kind bug
/triage build-watcher
Failed here: https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/4816/pull-kubevirt... | non_priority | vmiheadless creating a virtualmachineinstance without headless should have one vnc graphic device in xml kind bug triage build watcher failed here | 0 |
64,469 | 6,905,221,860 | IssuesEvent | 2017-11-27 05:41:56 | bwsw/kafka-reader | https://api.github.com/repos/bwsw/kafka-reader | closed | Implement pipeline (with commits) for integration tests | integration test | 1. Pipeline for receiving all messages with commit - read the first half of all messages, make a commit, restart pipeline and read the second half of all messages. | 1.0 | Implement pipeline (with commits) for integration tests - 1. Pipeline for receiving all messages with commit - read the first half of all messages, make a commit, restart pipeline and read the second half of all messages. | non_priority | implement pipeline with commits for integration tests pipeline for receiving all messages with commit read the first half of all messages make a commit restart pipeline and read the second half of all messages | 0 |
7,233 | 2,842,829,560 | IssuesEvent | 2015-05-28 11:49:42 | HSLdevcom/openjourneyplanner | https://api.github.com/repos/HSLdevcom/openjourneyplanner | closed | Design vehicle click on map | in design | thoughts:
- possibility to show vehicle route
- highlight route stops
- possibility to follow vehicle on map (move map automatically)
- possibility to move to departure page | 1.0 | Design vehicle click on map - thoughts:
- possibility to show vehicle route
- highlight route stops
- possibility to follow vehicle on map (move map automatically)
- possibility to move to departure page | non_priority | design vehicle click on map thoughts possibility to show vehicle route highlight route stops possibility to follow vehicle on map move map automatically possibility to move to departure page | 0 |
73,570 | 19,711,850,045 | IssuesEvent | 2022-01-13 06:41:55 | open-telemetry/opentelemetry-java-instrumentation | https://api.github.com/repos/open-telemetry/opentelemetry-java-instrumentation | closed | Publish Servlet images for smoke tests #26 failed | bug priority:p1 area:build | <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/runs/1691017704">
Publish Servlet images for smoke tests #26</a> failed. Please take a look and fix it ASAP.
| 1.0 | Publish Servlet images for smoke tests #26 failed - <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/runs/1691017704">
Publish Servlet images for smoke tests #26</a> failed. Please take a look and fix it ASAP.
| non_priority | publish servlet images for smoke tests failed a href publish servlet images for smoke tests failed please take a look and fix it asap | 0 |
769,569 | 27,012,078,603 | IssuesEvent | 2023-02-10 16:09:28 | TimidBagel/Group-Clicker-Game | https://api.github.com/repos/TimidBagel/Group-Clicker-Game | closed | Buildings go outside of their container | bug CSS/Styling Medium Priority HTML | 
The buildings go outside of the container instead of hiding them and making a scroll bar. | 1.0 | Buildings go outside of their container - 
The buildings go outside of the container instead of hiding them and making a scroll bar. | priority | buildings go outside of their container the buildings go outside of the container instead of hiding them and making a scroll bar | 1 |
56,330 | 23,751,071,604 | IssuesEvent | 2022-08-31 20:40:39 | quarkusio/quarkus | https://api.github.com/repos/quarkusio/quarkus | closed | Re-enable the test KafkaDevServicesContinuousTestingTestCase#testContinuousTestingScenario2 | area/kafka area/housekeeping area/devservices | ### Description
Investigate why the test is flaky.
That test got disabled in #27586.
### Implementation ideas
_No response_ | 1.0 | Re-enable the test KafkaDevServicesContinuousTestingTestCase#testContinuousTestingScenario2 - ### Description
Investigate why the test is flaky.
That test got disabled in #27586.
### Implementation ideas
_No response_ | non_priority | re enable the test kafkadevservicescontinuoustestingtestcase description investigate why the test is flaky that test got disabled in implementation ideas no response | 0 |
20,776 | 6,927,643,574 | IssuesEvent | 2017-11-30 23:51:57 | typeorm/typeorm | https://api.github.com/repos/typeorm/typeorm | closed | [Question] Is it possible to include Nth-level relationship data using find options? | comp: query builder question | If I have a Person entity with a one-to-many relationship with a Home entity, and then the Home entity has a many-to-one relationship with a HomeType entity, is there a way to get the Home entities to include their HomeType data when selecting Person's and including their Home relations?
`let personsWithHomes = awai... | 1.0 | [Question] Is it possible to include Nth-level relationship data using find options? - If I have a Person entity with a one-to-many relationship with a Home entity, and then the Home entity has a many-to-one relationship with a HomeType entity, is there a way to get the Home entities to include their HomeType data when... | non_priority | is it possible to include nth level relationship data using find options if i have a person entity with a one to many relationship with a home entity and then the home entity has a many to one relationship with a hometype entity is there a way to get the home entities to include their hometype data when selectin... | 0 |
146,399 | 11,735,163,573 | IssuesEvent | 2020-03-11 10:37:50 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: kv0bench/nodes=10/cpu=8/shards=20/sequential failed | C-test-failure O-roachtest O-robot branch-master | [(roachtest).kv0bench/nodes=10/cpu=8/shards=20/sequential failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1695913&tab=buildLog) on [master@96d7e50acfaa63b5b60addd7cec8e750a4a4d333](https://github.com/cockroachdb/cockroach/commits/96d7e50acfaa63b5b60addd7cec8e750a4a4d333):
```
The test failed on branch=ma... | 2.0 | roachtest: kv0bench/nodes=10/cpu=8/shards=20/sequential failed - [(roachtest).kv0bench/nodes=10/cpu=8/shards=20/sequential failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1695913&tab=buildLog) on [master@96d7e50acfaa63b5b60addd7cec8e750a4a4d333](https://github.com/cockroachdb/cockroach/commits/96d7e50acfa... | non_priority | roachtest nodes cpu shards sequential failed on the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts nodes cpu shards sequential run cluster go kvbench go search go search go kvbench go... | 0 |
59,840 | 3,117,570,760 | IssuesEvent | 2015-09-04 02:45:04 | framingeinstein/issues-test | https://api.github.com/repos/framingeinstein/issues-test | opened | SPK-402: Professionals Index > Calendar: filters are not displaying | priority:normal priority:normal priority:normal priority:normal priority:normal resolution:fixed resolution:fixed | Filters for Calendar are not displaying on Firefox Windows 7.
Steps:
1. Go to http://qa.speakman.rallyapp.co/professionals/
2. Click on "View Calendar"
3. Expand dropdown with filters
4. Note missing filters
Browser:
Firefox 37 Windows 7 | 5.0 | SPK-402: Professionals Index > Calendar: filters are not displaying - Filters for Calendar are not displaying on Firefox Windows 7.
Steps:
1. Go to http://qa.speakman.rallyapp.co/professionals/
2. Click on "View Calendar"
3. Expand dropdown with filters
4. Note missing filters
Browser:
Firefox 37 Windows 7 | priority | spk professionals index calendar filters are not displaying filters for calendar are not displaying on firefox windows steps go to click on view calendar expand dropdown with filters note missing filters browser firefox windows | 1 |
11,740 | 14,581,817,109 | IssuesEvent | 2020-12-18 11:19:32 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | Participant registry >Enrollment history > 'Yet to enroll' status is displaying | Bug P2 Participant datastore Process: Fixed Process: Tested QA Process: Tested dev | Steps
1. Add/Invite a Participant to a Closed study
2. Navigate to Participant details page and observe Enrollment history
AR : History is displaying with 'Yet to enroll'
ER : 'No records found' text should be displayed when there are no records present in Enrollment history
, the action "failed" because of the use of deprecated `set-env` variable:
```
The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting th... | 1.0 | Fix deprecation warning on Release action - In [this run](https://github.com/UC-Davis-molecular-computing/scadnano/runs/1435916555?check_suite_focus=true), the action "failed" because of the use of deprecated `set-env` variable:
```
The `set-env` command is disabled. Please upgrade to using Environment Files or opt i... | priority | fix deprecation warning on release action in the action failed because of the use of deprecated set env variable the set env command is disabled please upgrade to using environment files or opt into unsecure command execution by setting the actions allow unsecure commands environment variable to ... | 1 |
31,051 | 7,298,494,820 | IssuesEvent | 2018-02-26 17:19:16 | nmrih/source-game | https://api.github.com/repos/nmrih/source-game | closed | Zombies can grab through solid dynamic props or in cutscene | Status: Completed Status: Reviewed Type: Code | Seems that zombies can eat/punch through prop_door_rotating and prop_dynamic, I noticed it in toxteth safehouse. It makes toxteth extremely frustrating in some spots to say the least.
1.07 dev build
Prop_door_rotating with Solid Vphysics:

# Open Position
## Position title
Crowdfunding Assistant
## Position type
Volunteer
## Position description
The Crowdfunding assistant will be a member of Team Resource Allocation and will be re... | 1.0 | [ADM] Position: Crowdfunding assistant - 
# Open Position
## Position title
Crowdfunding Assistant
## Position type
Volunteer
## Position description
The Crowdfunding assistant will be a member o... | priority | position crowdfunding assistant open position position title crowdfunding assistant position type volunteer position description the crowdfunding assistant will be a member of team resource allocation and will be responsible for the following creating a comprehensive crowdfun... | 1 |
6,196 | 13,905,943,394 | IssuesEvent | 2020-10-20 10:33:47 | dusk-network/dusk-blockchain | https://api.github.com/repos/dusk-network/dusk-blockchain | closed | StopConsensus must be a synchronous call | area:architecture type:vulnerability | Currently the chain is propagating a `StopConsensus` message asynchronously. It should instead use the RPCBus for this | 1.0 | StopConsensus must be a synchronous call - Currently the chain is propagating a `StopConsensus` message asynchronously. It should instead use the RPCBus for this | non_priority | stopconsensus must be a synchronous call currently the chain is propagating a stopconsensus message asynchronously it should instead use the rpcbus for this | 0 |
540,938 | 15,819,434,636 | IssuesEvent | 2021-04-05 17:29:34 | Psychoanalytic-Electronic-Publishing/PEP-Web-User-Interface | https://api.github.com/repos/Psychoanalytic-Electronic-Publishing/PEP-Web-User-Interface | closed | XML Doctype Leaks into hit list in search results | Bug Low priority | I've seen this before, not likely to be high incidence, but here's an example:

| 1.0 | XML Doctype Leaks into hit list in search results - I've seen this before, not likely to be high incidence, but here's an example:

| priority | xml doctype leaks into hit list in search results i ve seen this before not likely to be high incidence but here s an example | 1 |
39,518 | 20,027,591,132 | IssuesEvent | 2022-02-01 23:27:39 | keras-team/keras | https://api.github.com/repos/keras-team/keras | closed | Tutorial model consistently contains NaN | type:bug/performance | **System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): **No**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): **Colab**
- TensorFlow installed from (source or binary): **binary**
- TensorFlow version (use command below): **2.6.0**
- Python v... | True | Tutorial model consistently contains NaN - **System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): **No**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): **Colab**
- TensorFlow installed from (source or binary): **binary**
- TensorFlow version ... | non_priority | tutorial model consistently contains nan system information have i written custom code as opposed to using a stock example script provided in keras no os platform and distribution e g linux ubuntu colab tensorflow installed from source or binary binary tensorflow version u... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.