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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
632,573 | 20,201,248,504 | IssuesEvent | 2022-02-11 15:27:45 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Make "Save & close" the default across the board | enhancement priority: medium | Save & close should be the default button for all places where it's implemented. | 1.0 | [studio-ui] Make "Save & close" the default across the board - Save & close should be the default button for all places where it's implemented. | priority | make save close the default across the board save close should be the default button for all places where it s implemented | 1 |
515,767 | 14,969,033,019 | IssuesEvent | 2021-01-27 17:35:57 | StingraySoftware/stingray | https://api.github.com/repos/StingraySoftware/stingray | closed | Powerspectrum is not calculated if Lightcurve attributes are vulnerable to little endian / big endian conflict | bug medium-priority | I recently run into a bug where after reading the lightcurve from a file I tried to create a Powerspectra and the following error was thrown:
```python
ValueError: dtype >f8 not supported
```
From a little research on StackOverflow this happens because some computers have different definitions of what a double ... | 1.0 | Powerspectrum is not calculated if Lightcurve attributes are vulnerable to little endian / big endian conflict - I recently run into a bug where after reading the lightcurve from a file I tried to create a Powerspectra and the following error was thrown:
```python
ValueError: dtype >f8 not supported
```
From a ... | priority | powerspectrum is not calculated if lightcurve attributes are vulnerable to little endian big endian conflict i recently run into a bug where after reading the lightcurve from a file i tried to create a powerspectra and the following error was thrown python valueerror dtype not supported from a l... | 1 |
7,692 | 4,043,841,442 | IssuesEvent | 2016-05-21 00:24:14 | cmura81/DF | https://api.github.com/repos/cmura81/DF | closed | Write exception::printMessage() and exception::printBacktrace() | needs-building | Write these once IO module has an exit() function and I have a LoaderKernel | 1.0 | Write exception::printMessage() and exception::printBacktrace() - Write these once IO module has an exit() function and I have a LoaderKernel | non_priority | write exception printmessage and exception printbacktrace write these once io module has an exit function and i have a loaderkernel | 0 |
786,988 | 27,700,903,803 | IssuesEvent | 2023-03-14 07:56:02 | rts-cmk-wu07/svendeprove-cookieman2002 | https://api.github.com/repos/rts-cmk-wu07/svendeprove-cookieman2002 | opened | aktivitets detajler page | top priority | you can see who is signed up or you can sign up if you are normal user | 1.0 | aktivitets detajler page - you can see who is signed up or you can sign up if you are normal user | priority | aktivitets detajler page you can see who is signed up or you can sign up if you are normal user | 1 |
215,633 | 24,190,837,297 | IssuesEvent | 2022-09-23 17:24:11 | Gal-Doron/Remediate-missing-PR-2 | https://api.github.com/repos/Gal-Doron/Remediate-missing-PR-2 | closed | CVE-2020-28473 (Medium) detected in bottle-0.12.18-py3-none-any.whl - autoclosed | security vulnerability | ## CVE-2020-28473 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bottle-0.12.18-py3-none-any.whl</b></p></summary>
<p>Fast and simple WSGI-framework for small web-applications.</p>
... | True | CVE-2020-28473 (Medium) detected in bottle-0.12.18-py3-none-any.whl - autoclosed - ## CVE-2020-28473 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bottle-0.12.18-py3-none-any.whl</b... | non_priority | cve medium detected in bottle none any whl autoclosed cve medium severity vulnerability vulnerable library bottle none any whl fast and simple wsgi framework for small web applications library home page a href path to dependency file requirements txt path to v... | 0 |
241,972 | 18,506,509,747 | IssuesEvent | 2021-10-19 19:18:02 | ICEI-PUC-Minas-PMV-ADS/pmv-ads-2021-2-e1-proj-web-t3-voluntariando | https://api.github.com/repos/ICEI-PUC-Minas-PMV-ADS/pmv-ads-2021-2-e1-proj-web-t3-voluntariando | closed | [doc] DOCUMENTAÇÃO DE CONTEXTO | documentation | - [x] Introdução
- [x] Problema
- [x] Objetivos
- [x] Justificativa
- [x] Público alvo | 1.0 | [doc] DOCUMENTAÇÃO DE CONTEXTO - - [x] Introdução
- [x] Problema
- [x] Objetivos
- [x] Justificativa
- [x] Público alvo | non_priority | documentação de contexto introdução problema objetivos justificativa público alvo | 0 |
25,380 | 12,238,769,425 | IssuesEvent | 2020-05-04 20:24:14 | Azure/azure-sdk-for-python | https://api.github.com/repos/Azure/azure-sdk-for-python | closed | How to unpack detect_with_stream | Cognitive Services needs-attention question | How can I print the contents of my response from `detect_with_stream`, in this case the `emotion` attribute?
```
detected_faces_details = face_client.face.detect_with_stream(
open((os.path.join("img/test-faces.jpg")),'r+b'),
return_face_attributes=['emotion'])
```
`detected_faces_details` is only printing my ... | 1.0 | How to unpack detect_with_stream - How can I print the contents of my response from `detect_with_stream`, in this case the `emotion` attribute?
```
detected_faces_details = face_client.face.detect_with_stream(
open((os.path.join("img/test-faces.jpg")),'r+b'),
return_face_attributes=['emotion'])
```
`detected_... | non_priority | how to unpack detect with stream how can i print the contents of my response from detect with stream in this case the emotion attribute detected faces details face client face detect with stream open os path join img test faces jpg r b return face attributes detected faces deta... | 0 |
306,910 | 23,175,523,437 | IssuesEvent | 2022-07-31 11:09:14 | SafeHouse-Studios/Foxhole-Conquest | https://api.github.com/repos/SafeHouse-Studios/Foxhole-Conquest | opened | Generic Engineering Tech Mechanics | documentation Programming Issue | **IN ORDER TO COMPLETE THIS TASK:** Issue #161 must be completed as well as the details design document for the generic engineering tech tab.
**Task Details:** Complete the mechanics for all items on the generic engineering tech tab. Ensure you fill in all requirements for production as well as completing the effect... | 1.0 | Generic Engineering Tech Mechanics - **IN ORDER TO COMPLETE THIS TASK:** Issue #161 must be completed as well as the details design document for the generic engineering tech tab.
**Task Details:** Complete the mechanics for all items on the generic engineering tech tab. Ensure you fill in all requirements for produc... | non_priority | generic engineering tech mechanics in order to complete this task issue must be completed as well as the details design document for the generic engineering tech tab task details complete the mechanics for all items on the generic engineering tech tab ensure you fill in all requirements for producti... | 0 |
709,310 | 24,373,230,974 | IssuesEvent | 2022-10-03 21:19:37 | GoogleCloudPlatform/java-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples | closed | com.example.stitcher.CreateSlateTest: test_CreateSlate failed | type: bug priority: p1 samples flakybot: issue flakybot: flaky api: videostitcher | 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: cd5c44816a0895cc7fe482e444ebedb9b9c9e183
b... | 1.0 | com.example.stitcher.CreateSlateTest: test_CreateSlate 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 comm... | priority | com example stitcher createslatetest test createslate 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 com google api gax rpc unavailable... | 1 |
337,817 | 10,220,204,670 | IssuesEvent | 2019-08-15 20:40:55 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.ign.com - see bug description | browser-fenix engine-gecko priority-important | <!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.ign.com/wikis/lightning-returns-final-fantasy-xiii/Luxerion_1-3:_Find_The_Code
**Browser / Version**: Firefo... | 1.0 | www.ign.com - see bug description - <!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.ign.com/wikis/lightning-returns-final-fantasy-xiii/Luxerion_1-3:_Find_The... | priority | see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description after opting out all the apply changes button is placed outside of its box steps to reproduce opened the website ... | 1 |
447,655 | 12,891,402,479 | IssuesEvent | 2020-07-13 17:40:07 | idaholab/raven | https://api.github.com/repos/idaholab/raven | opened | [TASK] make it easier to debug rook testers | priority_minor task | --------
Issue Description
--------
Right now if a tester throws an exception it causes rook to busy wait, instead of showing the error and exiting.
----------------
For Change Control Board: Issue Review
----------------
This review should occur before any development is performed as a response to this issu... | 1.0 | [TASK] make it easier to debug rook testers - --------
Issue Description
--------
Right now if a tester throws an exception it causes rook to busy wait, instead of showing the error and exiting.
----------------
For Change Control Board: Issue Review
----------------
This review should occur before any devel... | priority | make it easier to debug rook testers issue description right now if a tester throws an exception it causes rook to busy wait instead of showing the error and exiting for change control board issue review this review should occur before any developmen... | 1 |
639,632 | 20,760,501,820 | IssuesEvent | 2022-03-15 15:46:16 | Tolfix/cpg-api | https://api.github.com/repos/Tolfix/cpg-api | closed | [Feature] Possible to pick which payment methods | enhancement good first issue help wanted high priority | Make it possible to pick payment methods allowed to be picked. | 1.0 | [Feature] Possible to pick which payment methods - Make it possible to pick payment methods allowed to be picked. | priority | possible to pick which payment methods make it possible to pick payment methods allowed to be picked | 1 |
236,751 | 7,752,491,116 | IssuesEvent | 2018-05-30 20:27:45 | cms-gem-daq-project/gem-plotting-tools | https://api.github.com/repos/cms-gem-daq-project/gem-plotting-tools | opened | Bug Report: macros lack executable permissions post release install | Priority: High Type: Bug | <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Following instructions [developer](https://gist.github.com/jsturdy/4f9bccbdd18d953f73777e492a71fd24) or [user](https://... | 1.0 | Bug Report: macros lack executable permissions post release install - <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Following instructions [developer](https://gist.g... | priority | bug report macros lack executable permissions post release install brief summary of issue following instructions or instructions for setting up a scripts placed under venv root lib site packages gempython gemplotting macros lack executable permissions originally reported by... | 1 |
607,468 | 18,783,087,312 | IssuesEvent | 2021-11-08 09:17:16 | xwikisas/application-confluence-migrator | https://api.github.com/repos/xwikisas/application-confluence-migrator | closed | Reset migration should delete documents with version only from Confluence | Priority: Major Type: Bug | The reset operation is deleting all the documents with current version equal to 1.1 and is reverting to the previous version all the documents with version greater than 1.1.
However, the Confluence documents are imported with the entire history from Confluence and this will bypass the deletion operation.
In order to... | 1.0 | Reset migration should delete documents with version only from Confluence - The reset operation is deleting all the documents with current version equal to 1.1 and is reverting to the previous version all the documents with version greater than 1.1.
However, the Confluence documents are imported with the entire histo... | priority | reset migration should delete documents with version only from confluence the reset operation is deleting all the documents with current version equal to and is reverting to the previous version all the documents with version greater than however the confluence documents are imported with the entire histo... | 1 |
177,810 | 6,587,458,844 | IssuesEvent | 2017-09-13 21:09:38 | locationtech/geotrellis | https://api.github.com/repos/locationtech/geotrellis | closed | Negative grid bounds returned from RasterExtent.gridBoundsFor() method | bug priority | Even though `clamp` is set to `true`, `RasterExtent.gridBoundsFor` returns negative grid bounds under certain conditions. In particular if the `subExtent` parameter has bounds that are within `RasterExtent.epsilon`, negative bounds can be returned. Downstream effects include the inability to rasterize over valid vect... | 1.0 | Negative grid bounds returned from RasterExtent.gridBoundsFor() method - Even though `clamp` is set to `true`, `RasterExtent.gridBoundsFor` returns negative grid bounds under certain conditions. In particular if the `subExtent` parameter has bounds that are within `RasterExtent.epsilon`, negative bounds can be returne... | priority | negative grid bounds returned from rasterextent gridboundsfor method even though clamp is set to true rasterextent gridboundsfor returns negative grid bounds under certain conditions in particular if the subextent parameter has bounds that are within rasterextent epsilon negative bounds can be returne... | 1 |
94,313 | 27,168,503,899 | IssuesEvent | 2023-02-17 17:12:40 | open-telemetry/opentelemetry-python | https://api.github.com/repos/open-telemetry/opentelemetry-python | opened | eachdist fails to update version correctly | bug meta build & infra | The update script fails to update the version when the dep in `pyproject.toml` has a version matcher other than `=` for instance, `1.16.0.dev` will not get updated to `1.16.0` if the dep were to be specified as `opentelemetry-sdk >= 1.16.0.dev`. Refer to this commit https://github.com/open-telemetry/opentelemetry-pytho... | 1.0 | eachdist fails to update version correctly - The update script fails to update the version when the dep in `pyproject.toml` has a version matcher other than `=` for instance, `1.16.0.dev` will not get updated to `1.16.0` if the dep were to be specified as `opentelemetry-sdk >= 1.16.0.dev`. Refer to this commit https://... | non_priority | eachdist fails to update version correctly the update script fails to update the version when the dep in pyproject toml has a version matcher other than for instance dev will not get updated to if the dep were to be specified as opentelemetry sdk dev refer to this commit and this ... | 0 |
768,117 | 26,953,910,447 | IssuesEvent | 2023-02-08 13:41:30 | pika-org/pika | https://api.github.com/repos/pika-org/pika | opened | Ensure that various thread pool and scheduler headers are not included transitively by public headers | effort: 3 priority: medium type: cleanup | Headers like `scheduling_loop.hpp` or `scheduled_thread_pool_impl.hpp` should not be necessary for users to include, even transitively, I _think_. We should check if they're not necessary, and make sure that they're not included accidentally by public API headers. We also explicitly instantiate schedulers/thread pools,... | 1.0 | Ensure that various thread pool and scheduler headers are not included transitively by public headers - Headers like `scheduling_loop.hpp` or `scheduled_thread_pool_impl.hpp` should not be necessary for users to include, even transitively, I _think_. We should check if they're not necessary, and make sure that they're ... | priority | ensure that various thread pool and scheduler headers are not included transitively by public headers headers like scheduling loop hpp or scheduled thread pool impl hpp should not be necessary for users to include even transitively i think we should check if they re not necessary and make sure that they re ... | 1 |
819,824 | 30,752,351,601 | IssuesEvent | 2023-07-28 20:35:55 | rstudio/gt | https://api.github.com/repos/rstudio/gt | closed | opt_interactive() removes html-columns | Type: ☹︎ Bug Difficulty: [2] Intermediate Effort: [2] Medium Priority: [3] High Focus: HTML Output | ## Prework
* [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md).
* [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whethe... | 1.0 | opt_interactive() removes html-columns - ## Prework
* [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md).
* [x] If there is [already a relevant issue](http... | priority | opt interactive removes html columns prework read and agree to the and if there is whether open or closed comment on the existing thread instead of posting a new issue description an html column renders fine provided fmt markdown is applied but the content disappears as s... | 1 |
509,437 | 14,730,999,374 | IssuesEvent | 2021-01-06 14:05:04 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | steamcommunity.com - site is not usable | browser-fenix engine-gecko priority-important | <!-- @browser: Firefox Mobile 86.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:86.0) Gecko/86.0 Firefox/86.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/65046 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://steamcommuni... | 1.0 | steamcommunity.com - site is not usable - <!-- @browser: Firefox Mobile 86.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:86.0) Gecko/86.0 Firefox/86.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/65046 -->
<!-- @extra_labels: browse... | priority | steamcommunity com site is not usable url browser version firefox mobile operating system android tested another browser yes chrome problem type site is not usable description page not loading correctly steps to reproduce view the screenshot ... | 1 |
796,656 | 28,122,162,291 | IssuesEvent | 2023-03-31 14:55:30 | ClockGU/clock-backend | https://api.github.com/repos/ClockGU/clock-backend | closed | Personalnummer optional | high-priority | Gibt ein User beim onboarding seine Personalnummer nicht ein resultiert das in einen `400 Bad Request` auf `auth/users/me/` und er wird auf die 404 Seite geroutet.
- [ ] `personell_number` optional machen. | 1.0 | Personalnummer optional - Gibt ein User beim onboarding seine Personalnummer nicht ein resultiert das in einen `400 Bad Request` auf `auth/users/me/` und er wird auf die 404 Seite geroutet.
- [ ] `personell_number` optional machen. | priority | personalnummer optional gibt ein user beim onboarding seine personalnummer nicht ein resultiert das in einen bad request auf auth users me und er wird auf die seite geroutet personell number optional machen | 1 |
705,619 | 24,241,650,242 | IssuesEvent | 2022-09-27 07:15:39 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.youtube.com - video or audio doesn't play | browser-firefox priority-critical engine-gecko | <!-- @browser: Firefox 106.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/111407 -->
**URL**: https://www.youtube.com/
**Browser / Version**: Firefox 10... | 1.0 | www.youtube.com - video or audio doesn't play - <!-- @browser: Firefox 106.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/111407 -->
**URL**: https://www... | priority | video or audio doesn t play url browser version firefox operating system windows tested another browser yes other problem type video or audio doesn t play description the video or audio does not play steps to reproduce when using incognito mode videos auto ... | 1 |
117,883 | 25,210,585,688 | IssuesEvent | 2022-11-14 03:15:33 | VEX-Robotics-AI/VEX-Py | https://api.github.com/repos/VEX-Robotics-AI/VEX-Py | closed | Add/Update VEXcode API: brain.inertial_sensor | VEXcode Python API | Update this branch: https://github.com/VEX-Robotics-AI/VEX-Py/tree/add-VEXcode-API---Brain---InertialSensor and PR into `add-VEXcode-API---Brain` branch.
- move vex.inertial submodule to brain.inertial_sensor
- move OrientationType under brain.inertial_sensor.orientation_type
| 1.0 | Add/Update VEXcode API: brain.inertial_sensor - Update this branch: https://github.com/VEX-Robotics-AI/VEX-Py/tree/add-VEXcode-API---Brain---InertialSensor and PR into `add-VEXcode-API---Brain` branch.
- move vex.inertial submodule to brain.inertial_sensor
- move OrientationType under brain.inertial_sensor.orientat... | non_priority | add update vexcode api brain inertial sensor update this branch and pr into add vexcode api brain branch move vex inertial submodule to brain inertial sensor move orientationtype under brain inertial sensor orientation type | 0 |
122,430 | 26,128,328,836 | IssuesEvent | 2022-12-28 22:31:51 | backdrop-contrib/mini_layouts | https://api.github.com/repos/backdrop-contrib/mini_layouts | closed | [UX] Submit message says the layout was "created" even when saving existing layouts. | pr - needs code review pr - needs testing status - has pull request type - bug report | Minor text change in PR.
<img width="655" alt="Screen Shot 2022-11-21 at 12 01 51 PM" src="https://user-images.githubusercontent.com/397895/203137864-a57a340a-65a5-4e24-a7bc-9f98a4f69ebe.png">
| 1.0 | [UX] Submit message says the layout was "created" even when saving existing layouts. - Minor text change in PR.
<img width="655" alt="Screen Shot 2022-11-21 at 12 01 51 PM" src="https://user-images.githubusercontent.com/397895/203137864-a57a340a-65a5-4e24-a7bc-9f98a4f69ebe.png">
| non_priority | submit message says the layout was created even when saving existing layouts minor text change in pr img width alt screen shot at pm src | 0 |
363,967 | 25,476,526,674 | IssuesEvent | 2022-11-25 15:02:10 | bayer-secret/public | https://api.github.com/repos/bayer-secret/public | opened | Security.md file not compliant | documentation | Your repository is not compliant with bayer-secret organization standards, either missing security.md (check your repository PRs and merge the 'Security.md sync for compliance' PR) or security.md file was merged but not modified | 1.0 | Security.md file not compliant - Your repository is not compliant with bayer-secret organization standards, either missing security.md (check your repository PRs and merge the 'Security.md sync for compliance' PR) or security.md file was merged but not modified | non_priority | security md file not compliant your repository is not compliant with bayer secret organization standards either missing security md check your repository prs and merge the security md sync for compliance pr or security md file was merged but not modified | 0 |
157,186 | 5,996,375,756 | IssuesEvent | 2017-06-03 13:44:50 | universAAL/tools.eclipse-plugins | https://api.github.com/repos/universAAL/tools.eclipse-plugins | closed | setProperty() will only update the property once | bug imported priority 2 | _Originally Opened: @amedranogil (2012-04-13 11:10:56_)
_Originally Closed: 2012-04-27 14:17:13_
Resource.setProperty(), the method used to set properties will only create the instance for the property if it doesn't already exist.
It is suggested to use instead Resource.changeProperty() which will update the property... | 1.0 | setProperty() will only update the property once - _Originally Opened: @amedranogil (2012-04-13 11:10:56_)
_Originally Closed: 2012-04-27 14:17:13_
Resource.setProperty(), the method used to set properties will only create the instance for the property if it doesn't already exist.
It is suggested to use instead Resou... | priority | setproperty will only update the property once originally opened amedranogil originally closed resource setproperty the method used to set properties will only create the instance for the property if it doesn t already exist it is suggested to use instead resource changeproper... | 1 |
171,294 | 13,227,970,253 | IssuesEvent | 2020-08-18 04:55:29 | openenclave/openenclave | https://api.github.com/repos/openenclave/openenclave | closed | Add attestation custom claims serializing/de-serializing helper functions | attestation triaged | Per request and comments in issue #3264, helper functions to serialize and de-serialize array of oe_claim_t are needed.
The buffer from serialized oe_claim_t array can then be used to convey custom claims between attester and verifier. I.e.:
Attester:
- claims of name/value pairs --(serialize)--> plain buffer --... | 1.0 | Add attestation custom claims serializing/de-serializing helper functions - Per request and comments in issue #3264, helper functions to serialize and de-serialize array of oe_claim_t are needed.
The buffer from serialized oe_claim_t array can then be used to convey custom claims between attester and verifier. I.e.:... | non_priority | add attestation custom claims serializing de serializing helper functions per request and comments in issue helper functions to serialize and de serialize array of oe claim t are needed the buffer from serialized oe claim t array can then be used to convey custom claims between attester and verifier i e ... | 0 |
28,924 | 12,991,752,285 | IssuesEvent | 2020-07-23 04:46:41 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Please Update the Docs !! | Pri2 app-service/svc cxp doc-enhancement triaged |
Turned to this page to crush some FAQs around python deployments in Azure App (Linux). Found nothing to support my quest here. Really disappointed. Request you to Updae the pages regularly or add citations/ "what to do next" links if any seperate docs are made w.r.t that here.
Thanks
A.
---
#### Document De... | 1.0 | Please Update the Docs !! -
Turned to this page to crush some FAQs around python deployments in Azure App (Linux). Found nothing to support my quest here. Really disappointed. Request you to Updae the pages regularly or add citations/ "what to do next" links if any seperate docs are made w.r.t that here.
Thanks
A... | non_priority | please update the docs turned to this page to crush some faqs around python deployments in azure app linux found nothing to support my quest here really disappointed request you to updae the pages regularly or add citations what to do next links if any seperate docs are made w r t that here thanks a... | 0 |
5,541 | 2,577,389,911 | IssuesEvent | 2015-02-12 16:45:41 | SiCKRAGETV/sickrage-issues | https://api.github.com/repos/SiCKRAGETV/sickrage-issues | closed | FreeNAS: Symlink Post-Processing Fails Across Datasets | 1: Bug / issue 2: Low Priority 3: Confirmed 3: Fix 5: Duplicate branch: master | **Branch:** master
**Commit hash:** 401cb666016e45b42fe675bafdf7908ad6c2b9bb
**Operating system and python version:** FreeNAS-9.3-STABLE with Python 2.7.6
**What did you do?**
Set my Post-Processing method to Symlink.
**What happened?**
The `moveAndSymlinkFile` function in helpers.py would fail (and revert to... | 1.0 | FreeNAS: Symlink Post-Processing Fails Across Datasets - **Branch:** master
**Commit hash:** 401cb666016e45b42fe675bafdf7908ad6c2b9bb
**Operating system and python version:** FreeNAS-9.3-STABLE with Python 2.7.6
**What did you do?**
Set my Post-Processing method to Symlink.
**What happened?**
The `moveAndSyml... | priority | freenas symlink post processing fails across datasets branch master commit hash operating system and python version freenas stable with python what did you do set my post processing method to symlink what happened the moveandsymlinkfile function in helpers py would f... | 1 |
52,700 | 22,351,667,831 | IssuesEvent | 2022-06-15 12:36:38 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Sample to get backup list doesn't return StorageAccountUrl | app-service/svc triaged cxp in-progress Pri2 product-bug escalated-product-team |
Due to this issue https://github.com/Azure/azure-powershell/issues/15039
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 002c09cd-4633-0b23-a36b-946a08358aae
* Version Independent ID: e3afb940-ce5c-6cdf-10e6-3441be785419
* Content... | 1.0 | Sample to get backup list doesn't return StorageAccountUrl -
Due to this issue https://github.com/Azure/azure-powershell/issues/15039
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 002c09cd-4633-0b23-a36b-946a08358aae
* Version In... | non_priority | sample to get backup list doesn t return storageaccounturl due to this issue document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service app... | 0 |
333,616 | 10,128,969,823 | IssuesEvent | 2019-08-01 13:53:48 | dgraph-io/badger | https://api.github.com/repos/dgraph-io/badger | closed | unexpected Valid() == true for Single Key iteration | area/api kind/enhancement priority/P2 status/accepted | ```golang
// Commit 2 items with the same 'prefix'
txn := db.NewTransaction(true)
txn.Set([]byte("foo"), nil)
txn.Set([]byte("foobar"), nil)
txn.Commit()
// Grab a key iterator for the first key
txn = db.NewTransaction(false)
opt := badger.DefaultIteratorOptions
opt.AllVersions = true
itr := txn.NewKeyItera... | 1.0 | unexpected Valid() == true for Single Key iteration - ```golang
// Commit 2 items with the same 'prefix'
txn := db.NewTransaction(true)
txn.Set([]byte("foo"), nil)
txn.Set([]byte("foobar"), nil)
txn.Commit()
// Grab a key iterator for the first key
txn = db.NewTransaction(false)
opt := badger.DefaultIteratorO... | priority | unexpected valid true for single key iteration golang commit items with the same prefix txn db newtransaction true txn set byte foo nil txn set byte foobar nil txn commit grab a key iterator for the first key txn db newtransaction false opt badger defaultiteratoropt... | 1 |
721,523 | 24,829,856,839 | IssuesEvent | 2022-10-26 01:44:18 | fuseumass/dashboard | https://api.github.com/repos/fuseumass/dashboard | closed | Page 5 on dashboard | bug High Priority | Page 5 of the dashboard registrations crashes but all other pages are fine | 1.0 | Page 5 on dashboard - Page 5 of the dashboard registrations crashes but all other pages are fine | priority | page on dashboard page of the dashboard registrations crashes but all other pages are fine | 1 |
71,849 | 3,368,434,444 | IssuesEvent | 2015-11-22 23:20:06 | Apollo-Community/ApolloStation | https://api.github.com/repos/Apollo-Community/ApolloStation | closed | metal sheets in mining don't stack | bug priority: low | the metak compactor doesn't compact the new sheets into stacks they go straight through. it still stacks gold etc. | 1.0 | metal sheets in mining don't stack - the metak compactor doesn't compact the new sheets into stacks they go straight through. it still stacks gold etc. | priority | metal sheets in mining don t stack the metak compactor doesn t compact the new sheets into stacks they go straight through it still stacks gold etc | 1 |
830,395 | 32,005,918,574 | IssuesEvent | 2023-09-21 14:50:08 | ImTheCactus/Crow-Get-It-Game | https://api.github.com/repos/ImTheCactus/Crow-Get-It-Game | opened | Player can "fly" | Priority: Medium Status: Not in progress Bug | Describe the bug: Player can "fly".
Version: Crow Get It 3.5 version 0.2.0 *(To be updated on)
Steps to reproduce the behaviour: Player can "fly" by timing the space button so that it is pressed just before colliding with the ground so that the player progressively increases in altitude.
Expected behaviour: Player s... | 1.0 | Player can "fly" - Describe the bug: Player can "fly".
Version: Crow Get It 3.5 version 0.2.0 *(To be updated on)
Steps to reproduce the behaviour: Player can "fly" by timing the space button so that it is pressed just before colliding with the ground so that the player progressively increases in altitude.
Expected ... | priority | player can fly describe the bug player can fly version crow get it version to be updated on steps to reproduce the behaviour player can fly by timing the space button so that it is pressed just before colliding with the ground so that the player progressively increases in altitude expected ... | 1 |
149,112 | 5,711,797,576 | IssuesEvent | 2017-04-19 00:34:26 | ld4l-labs/ontology | https://api.github.com/repos/ld4l-labs/ontology | closed | Create LODE documentation for our ontology file | completed priority: blocker | For bibx file:
- make a temporary copy replacing skos:definition with rdfs:comment before generating documentation.
- Run fix-anchors.py.
- Commit to repository | 1.0 | Create LODE documentation for our ontology file - For bibx file:
- make a temporary copy replacing skos:definition with rdfs:comment before generating documentation.
- Run fix-anchors.py.
- Commit to repository | priority | create lode documentation for our ontology file for bibx file make a temporary copy replacing skos definition with rdfs comment before generating documentation run fix anchors py commit to repository | 1 |
512,301 | 14,893,441,880 | IssuesEvent | 2021-01-21 05:25:51 | kartevonmorgen/kartevonmorgen | https://api.github.com/repos/kartevonmorgen/kartevonmorgen | reopened | Routing: when using left=hide it is turned into left=show | 12 low-priority good first issue | # Problem
~~The URL does always indicate left=show, even if the left sidebare is hidden.~~
The URL should indicate the actual status of the sidebar.
# Solution
- [ ] Default: if no URL Command left=... is given, sidebar should be open
- [ ] The URL-Command &left=hide should only appear, if a user hides the sideb... | 1.0 | Routing: when using left=hide it is turned into left=show - # Problem
~~The URL does always indicate left=show, even if the left sidebare is hidden.~~
The URL should indicate the actual status of the sidebar.
# Solution
- [ ] Default: if no URL Command left=... is given, sidebar should be open
- [ ] The URL-Comm... | priority | routing when using left hide it is turned into left show problem the url does always indicate left show even if the left sidebare is hidden the url should indicate the actual status of the sidebar solution default if no url command left is given sidebar should be open the url command ... | 1 |
243,480 | 20,404,089,368 | IssuesEvent | 2022-02-23 01:44:52 | trinodb/trino | https://api.github.com/repos/trinodb/trino | opened | Add test to guess field types in MongoDB | good first issue test | The test should creates a document in MongoDB and read in Trino as `BaseMongoConnectorTest.testDBRef()`.
https://docs.mongodb.com/manual/reference/bson-types/ | 1.0 | Add test to guess field types in MongoDB - The test should creates a document in MongoDB and read in Trino as `BaseMongoConnectorTest.testDBRef()`.
https://docs.mongodb.com/manual/reference/bson-types/ | non_priority | add test to guess field types in mongodb the test should creates a document in mongodb and read in trino as basemongoconnectortest testdbref | 0 |
363,921 | 10,756,856,148 | IssuesEvent | 2019-10-31 12:07:59 | ansible/awx | https://api.github.com/repos/ansible/awx | opened | In tower_inventory_source, take organization parameter for inventory org | component:awx_collection priority:medium state:needs_devel type:enhancement | ##### ISSUE TYPE
- Feature Idea
##### SUMMARY
If you create an inventory source like this:
```yaml
tower_inventory_source:
name: source-test-inventory
inventory: openstack-test-inventory
```
It will fail if there are 2 versions of "openstack-test-inventory" in different organizations.
This ... | 1.0 | In tower_inventory_source, take organization parameter for inventory org - ##### ISSUE TYPE
- Feature Idea
##### SUMMARY
If you create an inventory source like this:
```yaml
tower_inventory_source:
name: source-test-inventory
inventory: openstack-test-inventory
```
It will fail if there are 2 ... | priority | in tower inventory source take organization parameter for inventory org issue type feature idea summary if you create an inventory source like this yaml tower inventory source name source test inventory inventory openstack test inventory it will fail if there are ... | 1 |
215,744 | 24,196,498,371 | IssuesEvent | 2022-09-24 01:07:32 | DavidSpek/pipelines | https://api.github.com/repos/DavidSpek/pipelines | opened | CVE-2022-35960 (High) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl | security vulnerability | ## CVE-2022-35960 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learn... | True | CVE-2022-35960 (High) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl - ## CVE-2022-35960 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-cp27m... | non_priority | cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file contrib components openvino ... | 0 |
166,294 | 6,302,218,525 | IssuesEvent | 2017-07-21 10:14:03 | BinPar/PRM | https://api.github.com/repos/BinPar/PRM | closed | PRM VD: ¿CÓMO SE HACE RETORNO DE CARRO EN LOS COMENTARIOS? | Priority: Low Venta Directa | 
Si se utiliza la tecla RETURN, se graba el comentario, no se cambia de línea.
@CristianBinpar @minigoBinpar | 1.0 | PRM VD: ¿CÓMO SE HACE RETORNO DE CARRO EN LOS COMENTARIOS? - 
Si se utiliza la tecla RETURN, se graba el comentario, no se cambia de línea.
@CristianBinpar @minigoBinpar | priority | prm vd ¿cómo se hace retorno de carro en los comentarios si se utiliza la tecla return se graba el comentario no se cambia de línea cristianbinpar minigobinpar | 1 |
748,442 | 26,123,570,115 | IssuesEvent | 2022-12-28 15:29:08 | Tomasz-Zdeb/Embedded-Systems-Class-Project | https://api.github.com/repos/Tomasz-Zdeb/Embedded-Systems-Class-Project | closed | Ustalenie funkcjonalności projektu | top priority | Abyśmy mogli przejść do dalszego etapu realizacji projektu, w którym każdy będzie pracował nad wybranym przez siebie elementem systemu musimy ustalić jakie funkcjonalności będzie posiadał nasz **Rejestrator temperatury**.
Musimy mieć na uwadze ograniczoną liczbę wejść i wyjść w mikroprocesorach z rodziny **STM32**, ... | 1.0 | Ustalenie funkcjonalności projektu - Abyśmy mogli przejść do dalszego etapu realizacji projektu, w którym każdy będzie pracował nad wybranym przez siebie elementem systemu musimy ustalić jakie funkcjonalności będzie posiadał nasz **Rejestrator temperatury**.
Musimy mieć na uwadze ograniczoną liczbę wejść i wyjść w m... | priority | ustalenie funkcjonalności projektu abyśmy mogli przejść do dalszego etapu realizacji projektu w którym każdy będzie pracował nad wybranym przez siebie elementem systemu musimy ustalić jakie funkcjonalności będzie posiadał nasz rejestrator temperatury musimy mieć na uwadze ograniczoną liczbę wejść i wyjść w m... | 1 |
696,155 | 23,887,397,496 | IssuesEvent | 2022-09-08 08:46:34 | googleapis/nodejs-spanner | https://api.github.com/repos/googleapis/nodejs-spanner | closed | Runtime dependencies faulty declared as devDependencies. | type: bug priority: p2 api: spanner | Some dependencies are declared as dev dependencies while they are actually run-time dependencies. This does not cause a problem with NPM currently as other dependencies include the missing ones.
However, when using together with Bazel and rules_js which isolate dependencies it breaks as they are not declared properl... | 1.0 | Runtime dependencies faulty declared as devDependencies. - Some dependencies are declared as dev dependencies while they are actually run-time dependencies. This does not cause a problem with NPM currently as other dependencies include the missing ones.
However, when using together with Bazel and rules_js which isol... | priority | runtime dependencies faulty declared as devdependencies some dependencies are declared as dev dependencies while they are actually run time dependencies this does not cause a problem with npm currently as other dependencies include the missing ones however when using together with bazel and rules js which isol... | 1 |
109,331 | 16,843,678,798 | IssuesEvent | 2021-06-19 02:48:41 | bharathirajatut/fitbit-api-example-java2 | https://api.github.com/repos/bharathirajatut/fitbit-api-example-java2 | opened | CVE-2020-9546 (High) detected in jackson-databind-2.8.1.jar | security vulnerability | ## CVE-2020-9546 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming... | True | CVE-2020-9546 (High) detected in jackson-databind-2.8.1.jar - ## CVE-2020-9546 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary>
<p>General d... | non_priority | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file fitbit api example pom xml ... | 0 |
537,157 | 15,724,143,114 | IssuesEvent | 2021-03-29 08:26:02 | DimensionDev/Maskbook | https://api.github.com/repos/DimensionDev/Maskbook | closed | [Bug] Special low-priced currency display problem | Priority: P3 (Normal) Type: Bug | ## Bug Report
## Environment
### System
- [x] Windows
- OS Version:
- [ ] Mac OS X
- OS Version:
- [ ] Linux
- Linux Distribution:
- OS Version:
### Platform/Browser
- [x] Chrome
- Mask Version:1.29.13
- Browser Version:Version 89.0.4389.90 (Official Build) (64-bit)
- [... | 1.0 | [Bug] Special low-priced currency display problem - ## Bug Report
## Environment
### System
- [x] Windows
- OS Version:
- [ ] Mac OS X
- OS Version:
- [ ] Linux
- Linux Distribution:
- OS Version:
### Platform/Browser
- [x] Chrome
- Mask Version:1.29.13
- Browser Version:V... | priority | special low priced currency display problem bug report environment system windows os version mac os x os version linux linux distribution os version platform browser chrome mask version browser version version ... | 1 |
650,383 | 21,389,930,257 | IssuesEvent | 2022-04-21 05:43:38 | bats-core/bats-core | https://api.github.com/repos/bats-core/bats-core | opened | Weird behaviour when mocking functions with launchctl | Type: Bug Priority: NeedsTriage | **Describe the bug**
When we mock calls to launchctl to load or unload certain services, bats reports it to be executed X+a random number of times when it shall be just X times.
**To Reproduce**
Steps to reproduce the behavior:
1. Create the mock
2. Execute bats
**Expected behavior**
If we mock launchctl run... | 1.0 | Weird behaviour when mocking functions with launchctl - **Describe the bug**
When we mock calls to launchctl to load or unload certain services, bats reports it to be executed X+a random number of times when it shall be just X times.
**To Reproduce**
Steps to reproduce the behavior:
1. Create the mock
2. Execute... | priority | weird behaviour when mocking functions with launchctl describe the bug when we mock calls to launchctl to load or unload certain services bats reports it to be executed x a random number of times when it shall be just x times to reproduce steps to reproduce the behavior create the mock execute... | 1 |
5,895 | 6,077,364,386 | IssuesEvent | 2017-06-16 03:34:15 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | closed | host is not parsed correctly in titleMode | feature/URLbar needs-triage security | 
Issues:
1. no host defined for about pages
2. Trailling colon for all urls
Issue found in 0.18.x sha 3535c8da0af977ffda9ddc974e9318c217cf5d74
Given this is related wit... | True | host is not parsed correctly in titleMode - 
Issues:
1. no host defined for about pages
2. Trailling colon for all urls
Issue found in 0.18.x sha 3535c8da0af977ffda9ddc974... | non_priority | host is not parsed correctly in titlemode issues no host defined for about pages trailling colon for all urls issue found in x sha given this is related with security matters i m labeling to x itself given it is not reproducible in x cc diracdeltas cc srirambv for triag... | 0 |
374,126 | 11,072,508,226 | IssuesEvent | 2019-12-12 10:26:09 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [master-preview] Work party: it doesn't count labor | Medium Priority | We should count labor too as someone can provide labor without resources.
to @Hakuhonoo for labor help | 1.0 | [master-preview] Work party: it doesn't count labor - We should count labor too as someone can provide labor without resources.
to @Hakuhonoo for labor help | priority | work party it doesn t count labor we should count labor too as someone can provide labor without resources to hakuhonoo for labor help | 1 |
499,989 | 14,483,851,886 | IssuesEvent | 2020-12-10 15:38:34 | convict-git/KoraKaagaz | https://api.github.com/repos/convict-git/KoraKaagaz | opened | [Server] - Huge CPU usage | Server bug high priority | The `MainServer` was seen to completely exhaust the processor resources.
This was seen even before letting any client connect to it, which issue persists without any `BoardServer` being spawned.
On the first look, it seems it could be coming from the Networking module, unknowingly.
This issue makes things extrem... | 1.0 | [Server] - Huge CPU usage - The `MainServer` was seen to completely exhaust the processor resources.
This was seen even before letting any client connect to it, which issue persists without any `BoardServer` being spawned.
On the first look, it seems it could be coming from the Networking module, unknowingly.
T... | priority | huge cpu usage the mainserver was seen to completely exhaust the processor resources this was seen even before letting any client connect to it which issue persists without any boardserver being spawned on the first look it seems it could be coming from the networking module unknowingly this iss... | 1 |
4,675 | 2,741,758,751 | IssuesEvent | 2015-04-21 13:17:20 | mysociety/theyworkforyou | https://api.github.com/repos/mysociety/theyworkforyou | opened | New homepage - location for banner | Design | The announcement banner needs to be incorporated into the design. It's possible that just using the banner from the debates page is acceptable though. | 1.0 | New homepage - location for banner - The announcement banner needs to be incorporated into the design. It's possible that just using the banner from the debates page is acceptable though. | non_priority | new homepage location for banner the announcement banner needs to be incorporated into the design it s possible that just using the banner from the debates page is acceptable though | 0 |
693,850 | 23,792,124,756 | IssuesEvent | 2022-09-02 15:27:43 | blindnet-io/privacy-components-web | https://api.github.com/repos/blindnet-io/privacy-components-web | closed | [DCI] Initialize DCI web component | type: feature priority: 0 (critical) | Initialize the associated web component.
This isn't blocked by #33, as the web component can be created in the project as it is, with associated storybook stories, and transferred to a dedicated package as part of #33. | 1.0 | [DCI] Initialize DCI web component - Initialize the associated web component.
This isn't blocked by #33, as the web component can be created in the project as it is, with associated storybook stories, and transferred to a dedicated package as part of #33. | priority | initialize dci web component initialize the associated web component this isn t blocked by as the web component can be created in the project as it is with associated storybook stories and transferred to a dedicated package as part of | 1 |
286,106 | 31,235,000,326 | IssuesEvent | 2023-08-20 06:46:03 | scm-automation-project/maven-multi-module-project | https://api.github.com/repos/scm-automation-project/maven-multi-module-project | closed | mmtf-serialization-1.0.10.jar: 1 vulnerabilities (highest severity is: 7.5) - autoclosed | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mmtf-serialization-1.0.10.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /biojava-modfinder/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m... | True | mmtf-serialization-1.0.10.jar: 1 vulnerabilities (highest severity is: 7.5) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mmtf-serialization-1.0.10.jar</b></p></summary>
<p></p>
<p>Path to dependen... | non_priority | mmtf serialization jar vulnerabilities highest severity is autoclosed vulnerable library mmtf serialization jar path to dependency file biojava modfinder pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jac... | 0 |
47,908 | 5,920,186,525 | IssuesEvent | 2017-05-22 19:38:02 | akka/akka | https://api.github.com/repos/akka/akka | closed | relax testing of serialize-creators | 1 - triaged t:testing | We have `serialize-creators` enabled in many modules by setting it in src/test/resources/reference.com, but it's already disabled in many modules.
serialize-creators is for checking that the Props can be serialized and that is useful for remore deployment, but we don't find remote deployment as important any more, so ... | 1.0 | relax testing of serialize-creators - We have `serialize-creators` enabled in many modules by setting it in src/test/resources/reference.com, but it's already disabled in many modules.
serialize-creators is for checking that the Props can be serialized and that is useful for remore deployment, but we don't find remote... | non_priority | relax testing of serialize creators we have serialize creators enabled in many modules by setting it in src test resources reference com but it s already disabled in many modules serialize creators is for checking that the props can be serialized and that is useful for remore deployment but we don t find remote... | 0 |
306,842 | 9,412,161,912 | IssuesEvent | 2019-04-10 02:46:29 | mypyc/mypyc | https://api.github.com/repos/mypyc/mypyc | opened | Support * and ** in data structure literals | feature help wanted priority-1-normal | We support them in calls, but not in list, dict, tuple, and set literals.
This comes up every so often in mypy. It's easy to rewrite around but it would be nice to not have to. | 1.0 | Support * and ** in data structure literals - We support them in calls, but not in list, dict, tuple, and set literals.
This comes up every so often in mypy. It's easy to rewrite around but it would be nice to not have to. | priority | support and in data structure literals we support them in calls but not in list dict tuple and set literals this comes up every so often in mypy it s easy to rewrite around but it would be nice to not have to | 1 |
133,480 | 18,297,923,842 | IssuesEvent | 2021-10-05 22:31:01 | ghc-dev/Kathryn-Thomas | https://api.github.com/repos/ghc-dev/Kathryn-Thomas | opened | WS-2020-0218 (High) detected in merge-1.2.0.tgz | security vulnerability | ## WS-2020-0218 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-1.2.0.tgz</b></p></summary>
<p>Merge multiple objects into one, optionally creating a new cloned object. Similar t... | True | WS-2020-0218 (High) detected in merge-1.2.0.tgz - ## WS-2020-0218 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-1.2.0.tgz</b></p></summary>
<p>Merge multiple objects into one, ... | non_priority | ws high detected in merge tgz ws high severity vulnerability vulnerable library merge tgz merge multiple objects into one optionally creating a new cloned object similar to the jquery extend but more flexible works in node js and the browser library home page a href ... | 0 |
45,827 | 11,740,288,122 | IssuesEvent | 2020-03-11 19:18:35 | mlpack/mlpack | https://api.github.com/repos/mlpack/mlpack | closed | Use common/simpler FindArmadilo.cmake (and BLAS/LAPACK) | c: build system good first issue help wanted s: keep open | This is related to #2113, at least in the sense that it would help simplify CMakeLists.txt
Armadillo, BLAS, and LAPACK have nice and simple preexisting cross-platform FindX.cmake files in the cmake repo (and thus shipped with most newer versions of Cmake) which would help remove some special configuration done.
N... | 1.0 | Use common/simpler FindArmadilo.cmake (and BLAS/LAPACK) - This is related to #2113, at least in the sense that it would help simplify CMakeLists.txt
Armadillo, BLAS, and LAPACK have nice and simple preexisting cross-platform FindX.cmake files in the cmake repo (and thus shipped with most newer versions of Cmake) whi... | non_priority | use common simpler findarmadilo cmake and blas lapack this is related to at least in the sense that it would help simplify cmakelists txt armadillo blas and lapack have nice and simple preexisting cross platform findx cmake files in the cmake repo and thus shipped with most newer versions of cmake which ... | 0 |
429,565 | 12,426,055,840 | IssuesEvent | 2020-05-24 19:16:58 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | classroom.google.com - design is broken | browser-firefox engine-gecko ml-needsdiagnosis-false priority-critical | <!-- @browser: Firefox 77.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/53324 -->
**URL**: https://classroom.google.com
**Browser / Version**: Firefox 77... | 1.0 | classroom.google.com - design is broken - <!-- @browser: Firefox 77.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/53324 -->
**URL**: https://classroom.goo... | priority | classroom google com design is broken url browser version firefox operating system windows tested another browser yes chrome problem type design is broken description items are overlapped steps to reproduce csbsjchbsjc bjdbchbshdbc dhbcjhdsbchsdbchsdj brow... | 1 |
358,599 | 10,618,568,844 | IssuesEvent | 2019-10-13 05:51:02 | campusrope/campusropepwa | https://api.github.com/repos/campusrope/campusropepwa | closed | 101- create state selection pane | high priority | create a state selection pane in shared which will have states and selected state as inputs and emits stateseected as output. so that it becomes completely reusale | 1.0 | 101- create state selection pane - create a state selection pane in shared which will have states and selected state as inputs and emits stateseected as output. so that it becomes completely reusale | priority | create state selection pane create a state selection pane in shared which will have states and selected state as inputs and emits stateseected as output so that it becomes completely reusale | 1 |
307,597 | 26,545,059,912 | IssuesEvent | 2023-01-19 23:02:48 | cicirello/Chips-n-Salsa | https://api.github.com/repos/cicirello/Chips-n-Salsa | closed | Refactor test cases in WeightedStaticSetupsTests | testing refactor | ## Summary
Refactor test cases in WeightedStaticSetupsTests (based on RefactorFirst scan). | 1.0 | Refactor test cases in WeightedStaticSetupsTests - ## Summary
Refactor test cases in WeightedStaticSetupsTests (based on RefactorFirst scan). | non_priority | refactor test cases in weightedstaticsetupstests summary refactor test cases in weightedstaticsetupstests based on refactorfirst scan | 0 |
12,935 | 8,047,768,342 | IssuesEvent | 2018-08-01 02:42:35 | pipelinedb/pipelinedb | https://api.github.com/repos/pipelinedb/pipelinedb | opened | Determine how we want to handle parallel scans in worker/combiner | performance | We'll probably want to expose separate config params that allow users to specify `max_parallel_workers_per_gather` at the process level, instead of using the global value. This will effect stream-table `JOINs` for workers, and the groups lookup for `combiners`. | True | Determine how we want to handle parallel scans in worker/combiner - We'll probably want to expose separate config params that allow users to specify `max_parallel_workers_per_gather` at the process level, instead of using the global value. This will effect stream-table `JOINs` for workers, and the groups lookup for `co... | non_priority | determine how we want to handle parallel scans in worker combiner we ll probably want to expose separate config params that allow users to specify max parallel workers per gather at the process level instead of using the global value this will effect stream table joins for workers and the groups lookup for co... | 0 |
679,282 | 23,226,363,084 | IssuesEvent | 2022-08-03 00:52:42 | crushten/go_endpoint_cloud | https://api.github.com/repos/crushten/go_endpoint_cloud | closed | Create Terraform provisioning for ECR | terraform type: deliverable priority: high | Will need to store the application somewhere to deploy it. It makes sense to use ECR to store the container for the application. Will need to look into how this will work though. There is a [Docker Provider](https://registry.terraform.io/providers/kreuzwerker/docker) for Terraform so might be able to use that. | 1.0 | Create Terraform provisioning for ECR - Will need to store the application somewhere to deploy it. It makes sense to use ECR to store the container for the application. Will need to look into how this will work though. There is a [Docker Provider](https://registry.terraform.io/providers/kreuzwerker/docker) for Terrafor... | priority | create terraform provisioning for ecr will need to store the application somewhere to deploy it it makes sense to use ecr to store the container for the application will need to look into how this will work though there is a for terraform so might be able to use that | 1 |
740,806 | 25,768,997,358 | IssuesEvent | 2022-12-09 05:53:22 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Diagnostic reports for crashes and freezes should be default checked | priority/P3 QA/Yes release-notes/exclude onboarding OS/Desktop | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV... | 1.0 | Diagnostic reports for crashes and freezes should be default checked - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET T... | priority | diagnostic reports for crashes and freezes should be default checked have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get t... | 1 |
7,082 | 24,206,632,094 | IssuesEvent | 2022-09-25 10:20:09 | smcnab1/op-question-mark | https://api.github.com/repos/smcnab1/op-question-mark | opened | [BUG] Add lights to turn off after movie if both in bed automation | ✔️Status: Confirmed 🐛Type: Bug 🏔Priority: High 🚗For: Automations | =======
labels: "\U0001F3F7️ Needs Triage, \U0001F41BType: Bug"
assignees: smcnab1
---
## **🐛Bug Report**
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
*
---
**To Reproduce**
<!-- Steps to reproduce the error:
(e.g.:)
1. Use x argument / navigate to
2. Fill ... | 1.0 | [BUG] Add lights to turn off after movie if both in bed automation - =======
labels: "\U0001F3F7️ Needs Triage, \U0001F41BType: Bug"
assignees: smcnab1
---
## **🐛Bug Report**
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
*
---
**To Reproduce**
<!-- Steps to rep... | non_priority | add lights to turn off after movie if both in bed automation labels ️ needs triage bug assignees 🐛bug report describe the bug to reproduce steps to reproduce the error e g use x argument navigate to fill this information ... | 0 |
49,696 | 12,400,866,380 | IssuesEvent | 2020-05-21 08:44:21 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | opened | tensorflow for go install failed | type:build/install | MacOS version(10.15.4)
1. I followed the instruction of https://www.tensorflow.org/install/lang_c ,I installed the c Library .but it doesn't word.the error is > hello_tf.c:2:10: fatal error: 'tensorflow/c/c_api.h' file not found
2. github.com/tensorflow/tensorflow/tensorflow/go/saved_model.go:25:2: cannot find ... | 1.0 | tensorflow for go install failed - MacOS version(10.15.4)
1. I followed the instruction of https://www.tensorflow.org/install/lang_c ,I installed the c Library .but it doesn't word.the error is > hello_tf.c:2:10: fatal error: 'tensorflow/c/c_api.h' file not found
2. github.com/tensorflow/tensorflow/tensorflow/g... | non_priority | tensorflow for go install failed macos version i followed the instruction of i installed the c library but it doesn t word the error is hello tf c fatal error tensorflow c c api h file not found github com tensorflow tensorflow tensorflow go saved model go cannot find package ... | 0 |
245,516 | 20,773,916,066 | IssuesEvent | 2022-03-16 08:40:30 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/monitoring/elasticsearch/nodes·js - Monitoring app Elasticsearch nodes listing with only online nodes should filter for specific indices | failed-test | A test failed on a tracked branch
```
Error: retry.try timeout: Error: expected 3 to equal 1
at Assertion.assert (/opt/local-ssd/buildkite/builds/kb-n2-4-0c58b41667def6d0/elastic/kibana-hourly/kibana/node_modules/@kbn/expect/expect.js:100:11)
at Assertion.be.Assertion.equal (/opt/local-ssd/buildkite/builds/kb-... | 1.0 | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/monitoring/elasticsearch/nodes·js - Monitoring app Elasticsearch nodes listing with only online nodes should filter for specific indices - A test failed on a tracked branch
```
Error: retry.try timeout: Error: expected 3 to equal 1
at Asse... | non_priority | failing test chrome x pack ui functional tests x pack test functional apps monitoring elasticsearch nodes·js monitoring app elasticsearch nodes listing with only online nodes should filter for specific indices a test failed on a tracked branch error retry try timeout error expected to equal at asse... | 0 |
58,598 | 6,609,725,363 | IssuesEvent | 2017-09-19 15:22:21 | dwyl/best-evidence | https://api.github.com/repos/dwyl/best-evidence | closed | Bug: publications duplicating | bug please-test priority-1 | Not sure if this is an app issue or a trip big with two unique identifiers for same resource.

| 1.0 | Bug: publications duplicating - Not sure if this is an app issue or a trip big with two unique identifiers for same resource.

| non_priority | bug publications duplicating not sure if this is an app issue or a trip big with two unique identifiers for same resource | 0 |
3,328 | 3,125,533,466 | IssuesEvent | 2015-09-08 00:35:14 | chrissimpkins/Hack | https://api.github.com/repos/chrissimpkins/Hack | closed | [Release Candidate] v2.012 ttf Build is Available | TEST BUILD | We are making headway on a number of issues that have limited use on some platforms/in some editors/with some syntax highlighting themes.
This build addresses the following issues:
- Middle dot bug in editors that use whitespace highlighting (#27, #46)
- Improvements in Powerline glyph alignment and size (#33,... | 1.0 | [Release Candidate] v2.012 ttf Build is Available - We are making headway on a number of issues that have limited use on some platforms/in some editors/with some syntax highlighting themes.
This build addresses the following issues:
- Middle dot bug in editors that use whitespace highlighting (#27, #46)
- Impr... | non_priority | ttf build is available we are making headway on a number of issues that have limited use on some platforms in some editors with some syntax highlighting themes this build addresses the following issues middle dot bug in editors that use whitespace highlighting improvements in powerline g... | 0 |
133,323 | 29,044,083,705 | IssuesEvent | 2023-05-13 10:22:09 | eclipse-glsp/glsp | https://api.github.com/repos/eclipse-glsp/glsp | opened | glsp-example repository node-json-vscode example error | bug vscode | ### Discussed in https://github.com/eclipse-glsp/glsp/discussions/997
<div type='discussions-op-text'>
<sup>Originally posted by **christianmalek** May 12, 2023</sup>
The [glsp-example node-json-vscode example](https://github.com/eclipse-glsp/glsp-examples/tree/master/project-templates/node-json-vscode) doesn't ... | 1.0 | glsp-example repository node-json-vscode example error - ### Discussed in https://github.com/eclipse-glsp/glsp/discussions/997
<div type='discussions-op-text'>
<sup>Originally posted by **christianmalek** May 12, 2023</sup>
The [glsp-example node-json-vscode example](https://github.com/eclipse-glsp/glsp-examples... | non_priority | glsp example repository node json vscode example error discussed in originally posted by christianmalek may the doesn t work with node under windows it throws following error if i run yarn install on the client directory there are various solutions to this problem ... | 0 |
799,067 | 28,300,565,871 | IssuesEvent | 2023-04-10 05:27:57 | googleapis/google-cloud-ruby | https://api.github.com/repos/googleapis/google-cloud-ruby | closed | [Nightly CI Failures] Failures detected for google-cloud-shell-v1 | type: bug priority: p1 nightly failure | At 2023-04-09 08:52:02 UTC, detected failures in google-cloud-shell-v1 for: yard
report_key_64dfd12cc1ba2d4ea3b7cf3d0388a8e7 | 1.0 | [Nightly CI Failures] Failures detected for google-cloud-shell-v1 - At 2023-04-09 08:52:02 UTC, detected failures in google-cloud-shell-v1 for: yard
report_key_64dfd12cc1ba2d4ea3b7cf3d0388a8e7 | priority | failures detected for google cloud shell at utc detected failures in google cloud shell for yard report key | 1 |
631,771 | 20,159,905,409 | IssuesEvent | 2022-02-09 20:18:36 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | [amp story shopping] Product tag functionality | P1: High Priority Type: Feature Request WG: stories | ### Description
Tapping a product tag will:
1. ✅ Set an active product in the store service
#37013
2. Open the shopping attachment (changing templates will be part of #36735)
<img width="689" alt="Screen Shot 2021-11-03 at 12 06 34 PM" src="https://user-images.githubusercontent.com/3860311/140098037-1b4f9107-... | 1.0 | [amp story shopping] Product tag functionality - ### Description
Tapping a product tag will:
1. ✅ Set an active product in the store service
#37013
2. Open the shopping attachment (changing templates will be part of #36735)
<img width="689" alt="Screen Shot 2021-11-03 at 12 06 34 PM" src="https://user-images.... | priority | product tag functionality description tapping a product tag will ✅ set an active product in the store service open the shopping attachment changing templates will be part of img width alt screen shot at pm src | 1 |
321,584 | 27,540,691,781 | IssuesEvent | 2023-03-07 08:20:19 | rhinstaller/kickstart-tests | https://api.github.com/repos/rhinstaller/kickstart-tests | closed | autopart-hibernation failing on all scenarios | failing test | https://github.com/rhinstaller/kickstart-tests/actions/runs/4227767371
daily-iso:
[kstest.log](https://github.com/rhinstaller/kickstart-tests/files/10790972/kstest.log)
[virt-install.log](https://github.com/rhinstaller/kickstart-tests/files/10790973/virt-install.log)
rhel8:
[kstest.log](https://github.com/rhin... | 1.0 | autopart-hibernation failing on all scenarios - https://github.com/rhinstaller/kickstart-tests/actions/runs/4227767371
daily-iso:
[kstest.log](https://github.com/rhinstaller/kickstart-tests/files/10790972/kstest.log)
[virt-install.log](https://github.com/rhinstaller/kickstart-tests/files/10790973/virt-install.log)... | non_priority | autopart hibernation failing on all scenarios daily iso | 0 |
6,141 | 3,343,052,729 | IssuesEvent | 2015-11-15 05:21:18 | chrisblakley/Nebula | https://api.github.com/repos/chrisblakley/Nebula | closed | If Google Public API key can be used for Google Maps API key, then update Nebula Options | Backend (Server) Question / Research WP Admin / Shortcode / Widget | If we can just use the Google Public API key for Google Maps, then remove the Google Maps API key Nebula Option and replace all of it's instances with the Google Public API (likely browser API key).
Tagging @jefphg | 1.0 | If Google Public API key can be used for Google Maps API key, then update Nebula Options - If we can just use the Google Public API key for Google Maps, then remove the Google Maps API key Nebula Option and replace all of it's instances with the Google Public API (likely browser API key).
Tagging @jefphg | non_priority | if google public api key can be used for google maps api key then update nebula options if we can just use the google public api key for google maps then remove the google maps api key nebula option and replace all of it s instances with the google public api likely browser api key tagging jefphg | 0 |
16,909 | 2,615,126,322 | IssuesEvent | 2015-03-01 05:54:45 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | Code example for "Installed Applications" is wrong on OAuth2Native.java | auto-migrated Priority-Medium Type-Wiki | ```
I'm using Java 6 and my google-api-java-client is 1.8.0-beta. The code example
for installed applications described on the class OAuth2Native.java is
partially wrong, I suppose. I'm doing some requests for the Google Calendar API
and I noted the credentialStore attribute from the AuthorizationCodeFlow was
null.... | 1.0 | Code example for "Installed Applications" is wrong on OAuth2Native.java - ```
I'm using Java 6 and my google-api-java-client is 1.8.0-beta. The code example
for installed applications described on the class OAuth2Native.java is
partially wrong, I suppose. I'm doing some requests for the Google Calendar API
and I not... | priority | code example for installed applications is wrong on java i m using java and my google api java client is beta the code example for installed applications described on the class java is partially wrong i suppose i m doing some requests for the google calendar api and i noted the credentialstore... | 1 |
314,734 | 9,602,185,002 | IssuesEvent | 2019-05-10 14:01:59 | aiidateam/aiida_core | https://api.github.com/repos/aiidateam/aiida_core | closed | Bug in `retrieve_singlefile_list` construct of the `CalcJob` | priority/important requires discussion topic/calc-jobs type/bug | The [code in the execmanager](https://github.com/aiidateam/aiida_core/blob/b39a9bec6a05cd5acdbe69608252a1193aa5f408/aiida/engine/daemon/execmanager.py#L406) that automatically creates `SinglefileData` output nodes for the entries in the `retrieve_singlefile_list` has a bug. The constructor should get the `file` argumen... | 1.0 | Bug in `retrieve_singlefile_list` construct of the `CalcJob` - The [code in the execmanager](https://github.com/aiidateam/aiida_core/blob/b39a9bec6a05cd5acdbe69608252a1193aa5f408/aiida/engine/daemon/execmanager.py#L406) that automatically creates `SinglefileData` output nodes for the entries in the `retrieve_singlefile... | priority | bug in retrieve singlefile list construct of the calcjob the that automatically creates singlefiledata output nodes for the entries in the retrieve singlefile list has a bug the constructor should get the file argument this is an easy fix but investigating this bug revealed another problem unit t... | 1 |
51,243 | 12,692,259,016 | IssuesEvent | 2020-06-21 21:24:56 | jdlawton/js-quiz | https://api.github.com/repos/jdlawton/js-quiz | closed | Quiz Timer | initial-build-feature | For the initial build, I'm only going to decrement the timer when the next question is provided or when a wrong answer is clicked (something like -1 sec for correct answer and -5 sec for wrong answer).
The quiz will end if the timer reaches 0 and will determine the user's score if all of the questions are answered b... | 1.0 | Quiz Timer - For the initial build, I'm only going to decrement the timer when the next question is provided or when a wrong answer is clicked (something like -1 sec for correct answer and -5 sec for wrong answer).
The quiz will end if the timer reaches 0 and will determine the user's score if all of the questions a... | non_priority | quiz timer for the initial build i m only going to decrement the timer when the next question is provided or when a wrong answer is clicked something like sec for correct answer and sec for wrong answer the quiz will end if the timer reaches and will determine the user s score if all of the questions a... | 0 |
156,796 | 13,654,902,860 | IssuesEvent | 2020-09-27 19:37:37 | FredTheDino/SMEK | https://api.github.com/repos/FredTheDino/SMEK | closed | Consistent sidebar sorting | documentation-gen | It would probably be best if we hard coded a recommended ordering, at least for depth = 1. | 1.0 | Consistent sidebar sorting - It would probably be best if we hard coded a recommended ordering, at least for depth = 1. | non_priority | consistent sidebar sorting it would probably be best if we hard coded a recommended ordering at least for depth | 0 |
631,393 | 20,151,406,445 | IssuesEvent | 2022-02-09 12:46:33 | minova-afis/aero.minova.rcp | https://api.github.com/repos/minova-afis/aero.minova.rcp | closed | Lookups zeigen falsche Beschreibung | bug priority 1 | In Lookups wird aktuell statt der Beschreibung nochmal der KeyText angezeigt.
<img width="259" alt="Bildschirmfoto 2022-02-08 um 10 29 52" src="https://user-images.githubusercontent.com/77741125/152958161-98757b41-1b01-4535-8cd8-a36b76702b9b.png">
Contact-Lookus sollten nochmal extra geprüft werden, hier wird ... | 1.0 | Lookups zeigen falsche Beschreibung - In Lookups wird aktuell statt der Beschreibung nochmal der KeyText angezeigt.
<img width="259" alt="Bildschirmfoto 2022-02-08 um 10 29 52" src="https://user-images.githubusercontent.com/77741125/152958161-98757b41-1b01-4535-8cd8-a36b76702b9b.png">
Contact-Lookus sollten no... | priority | lookups zeigen falsche beschreibung in lookups wird aktuell statt der beschreibung nochmal der keytext angezeigt img width alt bildschirmfoto um src contact lookus sollten nochmal extra geprüft werden hier wird schon in dem dropdown zweimal der keytext angezeigt img width alt ... | 1 |
287,071 | 31,814,495,803 | IssuesEvent | 2023-09-13 19:21:28 | talevy013/TestTal | https://api.github.com/repos/talevy013/TestTal | opened | CVE-2023-3696 (Critical) detected in mongoose-4.13.21.tgz | Mend: dependency security vulnerability | ## CVE-2023-3696 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mongoose-4.13.21.tgz</b></p></summary>
<p>Mongoose MongoDB ODM</p>
<p>Library home page: <a href="https://registry.... | True | CVE-2023-3696 (Critical) detected in mongoose-4.13.21.tgz - ## CVE-2023-3696 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mongoose-4.13.21.tgz</b></p></summary>
<p>Mongoose Mong... | non_priority | cve critical detected in mongoose tgz cve critical severity vulnerability vulnerable library mongoose tgz mongoose mongodb odm library home page a href path to dependency file package json path to vulnerable library node modules mongoose package json dependency... | 0 |
574,737 | 17,023,866,807 | IssuesEvent | 2021-07-03 04:15:52 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | [amenity-points] Please render a label for natural=saddle | Component: mapnik Priority: minor Resolution: duplicate Type: enhancement | **[Submitted to the original trac issue database at 9.45am, Wednesday, 3rd July 2013]**
natural=peak has a label if there is a name=* or ele=* value present. Please consider doing the same for natural=saddle. It could be done identically to natural=peak, even including ele=* if present, but clearly no 'small triangl... | 1.0 | [amenity-points] Please render a label for natural=saddle - **[Submitted to the original trac issue database at 9.45am, Wednesday, 3rd July 2013]**
natural=peak has a label if there is a name=* or ele=* value present. Please consider doing the same for natural=saddle. It could be done identically to natural=peak, ev... | priority | please render a label for natural saddle natural peak has a label if there is a name or ele value present please consider doing the same for natural saddle it could be done identically to natural peak even including ele if present but clearly no small triangle icon | 1 |
372,039 | 11,008,217,351 | IssuesEvent | 2019-12-04 10:05:34 | ECLK/Nomination | https://api.github.com/repos/ECLK/Nomination | opened | Implement csv import for division configuaration | Priority 3 | **Description**
Give an option to import division information in the create election template through csv file
#### division information
1. division code
2. division name
3. no of candidate
**Solution**
Implement ui component for csv import
- option to download the csv format
- option to select the comp... | 1.0 | Implement csv import for division configuaration - **Description**
Give an option to import division information in the create election template through csv file
#### division information
1. division code
2. division name
3. no of candidate
**Solution**
Implement ui component for csv import
- option to d... | priority | implement csv import for division configuaration description give an option to import division information in the create election template through csv file division information division code division name no of candidate solution implement ui component for csv import option to d... | 1 |
28,634 | 23,408,260,361 | IssuesEvent | 2022-08-12 14:49:31 | solidjs/solid-docs-next | https://api.github.com/repos/solidjs/solid-docs-next | closed | Improved Nav Bar | infrastructure | - Ability to nest "indefinitely"
- The root of a nest must be a page
- Divider lines with titles can be placed anywhere
- Mobile view that doesn't expand the entire TOC | 1.0 | Improved Nav Bar - - Ability to nest "indefinitely"
- The root of a nest must be a page
- Divider lines with titles can be placed anywhere
- Mobile view that doesn't expand the entire TOC | non_priority | improved nav bar ability to nest indefinitely the root of a nest must be a page divider lines with titles can be placed anywhere mobile view that doesn t expand the entire toc | 0 |
67,571 | 14,880,291,493 | IssuesEvent | 2021-01-20 08:59:24 | shiriivtsan/WordPress | https://api.github.com/repos/shiriivtsan/WordPress | closed | CVE-2020-7608 (Medium) detected in yargs-parser-5.0.0.tgz, yargs-parser-11.1.1.tgz | security vulnerability | ## CVE-2020-7608 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>yargs-parser-5.0.0.tgz</b>, <b>yargs-parser-11.1.1.tgz</b></p></summary>
<p>
<details><summary><b>yargs-parser-5.0.... | True | CVE-2020-7608 (Medium) detected in yargs-parser-5.0.0.tgz, yargs-parser-11.1.1.tgz - ## CVE-2020-7608 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>yargs-parser-5.0.0.tgz</b>, <b>... | non_priority | cve medium detected in yargs parser tgz yargs parser tgz cve medium severity vulnerability vulnerable libraries yargs parser tgz yargs parser tgz yargs parser tgz the mighty option parser used by yargs library home page a href path to depen... | 0 |
50,388 | 12,506,022,414 | IssuesEvent | 2020-06-02 11:50:35 | GoogleCloudPlatform/python-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples | reopened | dlp.risk_test: test_k_anonymity_analysis_multiple_fields failed | api: dlp buildcop: flaky buildcop: issue priority: p1 type: bug | This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
commit: 87eb8a0313823d30085e6dcabbd9754af124... | 2.0 | dlp.risk_test: test_k_anonymity_analysis_multiple_fields failed - This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will s... | non_priority | dlp risk test test k anonymity analysis multiple fields failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output traceback most recent call last... | 0 |
337,929 | 24,562,704,984 | IssuesEvent | 2022-10-12 22:04:10 | UpKeepUC/UpKeep | https://api.github.com/repos/UpKeepUC/UpKeep | closed | Technical Architecture Diagram/Chart | documentation Sprint 1 Planning | Create a technical diagram that will show all connections in our system in an architectural way. Create a document with this diagram that will later be added to the final report. | 1.0 | Technical Architecture Diagram/Chart - Create a technical diagram that will show all connections in our system in an architectural way. Create a document with this diagram that will later be added to the final report. | non_priority | technical architecture diagram chart create a technical diagram that will show all connections in our system in an architectural way create a document with this diagram that will later be added to the final report | 0 |
822,016 | 30,848,307,306 | IssuesEvent | 2023-08-02 15:01:53 | tudalgo/algoutils | https://api.github.com/repos/tudalgo/algoutils | closed | Annotation in student/annotation cannot be used for classes and constructors | bug priority: medium | The commit (https://github.com/tudalgo/algoutils/commit/5ae447336d04eca595f95c4cd24ac119476fad04) introduced annotations where fields, method, classes, constructors and local variables can be annotated but at the moment we cannot annotate classes and constructors. | 1.0 | Annotation in student/annotation cannot be used for classes and constructors - The commit (https://github.com/tudalgo/algoutils/commit/5ae447336d04eca595f95c4cd24ac119476fad04) introduced annotations where fields, method, classes, constructors and local variables can be annotated but at the moment we cannot annotate cl... | priority | annotation in student annotation cannot be used for classes and constructors the commit introduced annotations where fields method classes constructors and local variables can be annotated but at the moment we cannot annotate classes and constructors | 1 |
232,101 | 18,845,009,398 | IssuesEvent | 2021-11-11 14:03:38 | influxdata/influxdb_iox | https://api.github.com/repos/influxdata/influxdb_iox | closed | chore: test or rework object_store wrapper | invalid crate/object_store testing cleanup | (pardon my sloppy writing; I'm on mobile but want to jolt this down before forgetting it).
PR #854 showed that we don't test the objectstore wrapper, like:
https://github.com/influxdata/influxdb_iox/blob/9e521a2ea125c6b5c2822c261970bb2f1bc9a094/object_store/src/lib.rs#L280
We should either test it or perhaps c... | 1.0 | chore: test or rework object_store wrapper - (pardon my sloppy writing; I'm on mobile but want to jolt this down before forgetting it).
PR #854 showed that we don't test the objectstore wrapper, like:
https://github.com/influxdata/influxdb_iox/blob/9e521a2ea125c6b5c2822c261970bb2f1bc9a094/object_store/src/lib.rs#... | non_priority | chore test or rework object store wrapper pardon my sloppy writing i m on mobile but want to jolt this down before forgetting it pr showed that we don t test the objectstore wrapper like we should either test it or perhaps consider not using such a wrapper in the first place aren t trait objects... | 0 |
132,432 | 18,268,685,847 | IssuesEvent | 2021-10-04 11:30:56 | artsking/linux-3.0.35 | https://api.github.com/repos/artsking/linux-3.0.35 | opened | CVE-2013-1959 (Low) detected in linux-stable-rtv3.8.6 | security vulnerability | ## CVE-2013-1959 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: ... | True | CVE-2013-1959 (Low) detected in linux-stable-rtv3.8.6 - ## CVE-2013-1959 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwright'... | non_priority | cve low detected in linux stable cve low severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files ... | 0 |
719,790 | 24,769,964,399 | IssuesEvent | 2022-10-23 02:08:59 | momentum-mod/game | https://api.github.com/repos/momentum-mod/game | opened | Prevent Player Physics Deformation | Type: Bug Priority: High | Since we're now based on the Portal 2 code for world portals, and because VPhysics is a lovely piece of software, we should figure out why [Player Physics Deformation](https://wiki.portal2.sr/Player_Physics_Deformation) happens in the code and fix it so that players can't abuse it.
Seems to be something in the physi... | 1.0 | Prevent Player Physics Deformation - Since we're now based on the Portal 2 code for world portals, and because VPhysics is a lovely piece of software, we should figure out why [Player Physics Deformation](https://wiki.portal2.sr/Player_Physics_Deformation) happens in the code and fix it so that players can't abuse it.
... | priority | prevent player physics deformation since we re now based on the portal code for world portals and because vphysics is a lovely piece of software we should figure out why happens in the code and fix it so that players can t abuse it seems to be something in the physics shadow update code not resetting the ... | 1 |
111,507 | 24,140,431,187 | IssuesEvent | 2022-09-21 14:28:26 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | closed | precise-code-intel-worker doesn't respect manage bucket environment variable | team/code-intelligence team/language-platform-and-navigation | - **Sourcegraph version:** v3.42.2<!-- the version of Sourcegraph or "Sourcegraph.com" -->
- **Platform information:** Kubernetes v1.20.1<!-- OS version, cloud provider, web browser version, Docker version, etc., depending on the issue -->
#### Steps to reproduce:
1. Deploy Sourcegraph helm chart to a Kubernetes... | 1.0 | precise-code-intel-worker doesn't respect manage bucket environment variable - - **Sourcegraph version:** v3.42.2<!-- the version of Sourcegraph or "Sourcegraph.com" -->
- **Platform information:** Kubernetes v1.20.1<!-- OS version, cloud provider, web browser version, Docker version, etc., depending on the issue -->
... | non_priority | precise code intel worker doesn t respect manage bucket environment variable sourcegraph version platform information kubernetes steps to reproduce deploy sourcegraph helm chart to a kubernetes cluster setup to use an external minio cluster with the following environment va... | 0 |
670,738 | 22,701,935,568 | IssuesEvent | 2022-07-05 11:30:16 | magento/magento2 | https://api.github.com/repos/magento/magento2 | closed | TargetRule GraphQL endpoint doesn't work with custom attributes | Issue: Confirmed Component: GraphQL Reproduced on 2.4.x Progress: PR in progress Priority: P1 Project: GraphQL Reported on 2.4.3 Area: Product Adobe Commerce | Original issue: https://github.com/magento/partners-magento2ee/issues/658
### Preconditions and environment
2.4.x with enterprise edition
### Steps to reproduce
1. Created Product Attribute with type text and no values required. Store front properties - Use for Promo Rule Conditions - yes and save
2. Marketi... | 1.0 | TargetRule GraphQL endpoint doesn't work with custom attributes - Original issue: https://github.com/magento/partners-magento2ee/issues/658
### Preconditions and environment
2.4.x with enterprise edition
### Steps to reproduce
1. Created Product Attribute with type text and no values required. Store front pro... | priority | targetrule graphql endpoint doesn t work with custom attributes original issue preconditions and environment x with enterprise edition steps to reproduce created product attribute with type text and no values required store front properties use for promo rule conditions yes and save ... | 1 |
20,080 | 10,452,346,107 | IssuesEvent | 2019-09-19 14:31:53 | BCDevOps/platform-services | https://api.github.com/repos/BCDevOps/platform-services | opened | BCGov NetworkSecurityPolicy Operator Build Process | security security/aporeto | As a maintainer of the BCGov NetworkSecurityPolicy operator, I would like fully automated and documented build pipeline for testing, building, and storing the operator. This process is currently manual and will not scale in the long term. | True | BCGov NetworkSecurityPolicy Operator Build Process - As a maintainer of the BCGov NetworkSecurityPolicy operator, I would like fully automated and documented build pipeline for testing, building, and storing the operator. This process is currently manual and will not scale in the long term. | non_priority | bcgov networksecuritypolicy operator build process as a maintainer of the bcgov networksecuritypolicy operator i would like fully automated and documented build pipeline for testing building and storing the operator this process is currently manual and will not scale in the long term | 0 |
748,049 | 26,104,760,054 | IssuesEvent | 2022-12-27 11:47:56 | traefik/traefik | https://api.github.com/repos/traefik/traefik | closed | ServersTransport on TCP configurations | kind/enhancement priority/P2 area/tcp contributor/wanted | <!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! -->
### Do you want to request a *feature* or report a *bug*?
<!--
DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.
The issue tracker is for reporting bugs and feature requests only.
For end-user related support questions, please refer to one... | 1.0 | ServersTransport on TCP configurations - <!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! -->
### Do you want to request a *feature* or report a *bug*?
<!--
DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.
The issue tracker is for reporting bugs and feature requests only.
For end-user relat... | priority | serverstransport on tcp configurations do you want to request a feature or report a bug do not file issues for general support questions the issue tracker is for reporting bugs and feature requests only for end user related support questions please refer to one of the following the... | 1 |
635,866 | 20,511,919,284 | IssuesEvent | 2022-03-01 07:42:41 | mypyc/mypyc | https://api.github.com/repos/mypyc/mypyc | closed | Use of deprecated APIs. | enhancement priority-0-high | ```
./mypy-0.780/mypyc/lib-rt/getargs.c:771: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
./mypy-0.780/mypyc/lib-rt/getargs.c:786: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
```
Would you remove Py_UNICODE support from getargs.c? | 1.0 | Use of deprecated APIs. - ```
./mypy-0.780/mypyc/lib-rt/getargs.c:771: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
./mypy-0.780/mypyc/lib-rt/getargs.c:786: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
```
Would you remove Py_UNICODE support from getargs.c? | priority | use of deprecated apis mypy mypyc lib rt getargs c p pyunicode asunicodeandsize arg len mypy mypyc lib rt getargs c p pyunicode asunicodeandsize arg len would you remove py unicode support from getargs c | 1 |
70,401 | 15,085,566,402 | IssuesEvent | 2021-02-05 18:52:56 | mthbernardes/shaggy-rogers | https://api.github.com/repos/mthbernardes/shaggy-rogers | opened | CVE-2021-20190 (High) detected in jackson-databind-2.9.6.jar | security vulnerability | ## CVE-2021-20190 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2021-20190 (High) detected in jackson-databind-2.9.6.jar - ## CVE-2021-20190 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary>
<p>General... | non_priority | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file shaggy rogers pom xml path to... | 0 |
134,862 | 5,238,748,767 | IssuesEvent | 2017-01-31 06:48:33 | siteorigin/so-css | https://api.github.com/repos/siteorigin/so-css | closed | FireFox 50: Color Picker field doesn't show color picker values | bug priority-1 | In FireFox 50 (could also be earlier) the color picker field doesn't show the color values. Values are correctly updated on page and in full CSS however.
FireFox 50:

Chrome:

This appears to be an issue with the padding applied to the ... | 1.0 | FireFox 50: Color Picker field doesn't show color picker values - In FireFox 50 (could also be earlier) the color picker field doesn't show the color values. Values are correctly updated on page and in full CSS however.
FireFox 50:

Chrome:
 and in general big aggregated event loss tables in large calculations (i.e. for Canada, Europe). As it is now the performance is terrible if there are more than 10,000 tags because the approach used was design to manage efficiently... | True | Support aggregations with thousands of tags in ebrisk - There is the need to store the asset loss table in small calculations (i.e. for Baloise) and in general big aggregated event loss tables in large calculations (i.e. for Canada, Europe). As it is now the performance is terrible if there are more than 10,000 tags be... | non_priority | support aggregations with thousands of tags in ebrisk there is the need to store the asset loss table in small calculations i e for baloise and in general big aggregated event loss tables in large calculations i e for canada europe as it is now the performance is terrible if there are more than tags becau... | 0 |
25,982 | 26,222,413,489 | IssuesEvent | 2023-01-04 15:49:14 | solo-io/gloo | https://api.github.com/repos/solo-io/gloo | closed | Feat: Expose envoy's`config.filter.accesslog.v3.AccessLogFilter` | Type: Enhancement Area: Usability Good First Issue | ### Use-case
I want to enable Access Logs for tracking but the number of logs is overwhelming. I'd like to use `config.filter.accesslog.v3.RuntimeFilter` to log just a percentage of the logs
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/accesslog/v3/accesslog.proto#envoy-v3-api-msg-config-accesslog-v3-run... | True | Feat: Expose envoy's`config.filter.accesslog.v3.AccessLogFilter` - ### Use-case
I want to enable Access Logs for tracking but the number of logs is overwhelming. I'd like to use `config.filter.accesslog.v3.RuntimeFilter` to log just a percentage of the logs
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/ac... | non_priority | feat expose envoy s config filter accesslog accesslogfilter use case i want to enable access logs for tracking but the number of logs is overwhelming i d like to use config filter accesslog runtimefilter to log just a percentage of the logs feature request expose envoy s config filter access... | 0 |
257,706 | 22,203,440,795 | IssuesEvent | 2022-06-07 13:10:34 | IBM/operator-sample-go | https://api.github.com/repos/IBM/operator-sample-go | opened | Test case 10 : Missing documentation to create Route | test_automation | For the demo, the setup steps describe that a Route should be manually created to help test the /hello endpoint from a browser. There should be a link out to another document to describe exactly how to do this, like we did for setting up COS.
**Link to the documentation:**
https://github.com/IBM/operator-sample-go... | 1.0 | Test case 10 : Missing documentation to create Route - For the demo, the setup steps describe that a Route should be manually created to help test the /hello endpoint from a browser. There should be a link out to another document to describe exactly how to do this, like we did for setting up COS.
**Link to the docu... | non_priority | test case missing documentation to create route for the demo the setup steps describe that a route should be manually created to help test the hello endpoint from a browser there should be a link out to another document to describe exactly how to do this like we did for setting up cos link to the docum... | 0 |
612,636 | 19,027,318,513 | IssuesEvent | 2021-11-24 06:18:49 | ballerina-platform/module-ballerina-c2c | https://api.github.com/repos/ballerina-platform/module-ballerina-c2c | closed | Generalize c2c visitor related classes | Type/Bug Priority/Blocker | **Description:**
Currently, c2c visitor and related classes are duplicated in both c2c extension and c2c visitor. Seems like we can't import c2c extension into c2c tooling. in the dist build it gives class not found exceptions. We need a clean solution for this.
**Steps to reproduce:**
**Affected Versions:**
... | 1.0 | Generalize c2c visitor related classes - **Description:**
Currently, c2c visitor and related classes are duplicated in both c2c extension and c2c visitor. Seems like we can't import c2c extension into c2c tooling. in the dist build it gives class not found exceptions. We need a clean solution for this.
**Steps to r... | priority | generalize visitor related classes description currently visitor and related classes are duplicated in both extension and visitor seems like we can t import extension into tooling in the dist build it gives class not found exceptions we need a clean solution for this steps to reproduce ... | 1 |
98,283 | 4,019,479,143 | IssuesEvent | 2016-05-16 15:04:28 | TechReborn/TechReborn | https://api.github.com/repos/TechReborn/TechReborn | closed | Machine recipes allow all ore dict tags of an item | 1.9.0 bug help wanted HIGH PRIORITY recipe | Using TechReborn-1.7.10-0.7.15.1096 i added few recipes via MineTweaker.
`grinder.addRecipe(Dust, null, null, null, Ingot, null, 100, 32);`
Problem is: grinder recipes takes all oredict-tags from Ingot (i have 4 tags) and uses it as input conditions, that ruined all recipe logic. Here's an example:
Ingot info:
... | 1.0 | Machine recipes allow all ore dict tags of an item - Using TechReborn-1.7.10-0.7.15.1096 i added few recipes via MineTweaker.
`grinder.addRecipe(Dust, null, null, null, Ingot, null, 100, 32);`
Problem is: grinder recipes takes all oredict-tags from Ingot (i have 4 tags) and uses it as input conditions, that ruined... | priority | machine recipes allow all ore dict tags of an item using techreborn i added few recipes via minetweaker grinder addrecipe dust null null null ingot null problem is grinder recipes takes all oredict tags from ingot i have tags and uses it as input conditions that ruined all rec... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.