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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
562,509 | 16,662,346,976 | IssuesEvent | 2021-06-06 15:00:36 | reepo-bots/reepo-cop-beta | https://api.github.com/repos/reepo-bots/reepo-cop-beta | closed | [U] Setup Deployment Workflow | 🔥 priority.Urgent | There needs to be an automated workflow that triggers on mergers to `master` branch that deploys features directly to [reepo-cop](https://github.com/reepo-bots/reepo-cop) | 1.0 | [U] Setup Deployment Workflow - There needs to be an automated workflow that triggers on mergers to `master` branch that deploys features directly to [reepo-cop](https://github.com/reepo-bots/reepo-cop) | priority | setup deployment workflow there needs to be an automated workflow that triggers on mergers to master branch that deploys features directly to | 1 |
271,771 | 23,629,811,963 | IssuesEvent | 2022-08-25 08:22:38 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | closed | [CI] IndexShardTests testFlushOnIdleConcurrentFlushDoesNotWait failing | >test-failure :Distributed/Engine Team:Distributed | This looks to be a newly added test in #89430 and failed for me in a PR.
**Build scan:**
https://gradle-enterprise.elastic.co/s/ctyyqap6ywxok/tests/:server:test/org.elasticsearch.index.shard.IndexShardTests/testFlushOnIdleConcurrentFlushDoesNotWait
**Reproduction line:**
`./gradlew ':server:test' --tests "org.elastic... | 1.0 | [CI] IndexShardTests testFlushOnIdleConcurrentFlushDoesNotWait failing - This looks to be a newly added test in #89430 and failed for me in a PR.
**Build scan:**
https://gradle-enterprise.elastic.co/s/ctyyqap6ywxok/tests/:server:test/org.elasticsearch.index.shard.IndexShardTests/testFlushOnIdleConcurrentFlushDoesNotWa... | non_priority | indexshardtests testflushonidleconcurrentflushdoesnotwait failing this looks to be a newly added test in and failed for me in a pr build scan reproduction line gradlew server test tests org elasticsearch index shard indexshardtests testflushonidleconcurrentflushdoesnotwait dtests seed ... | 0 |
336,162 | 24,488,683,029 | IssuesEvent | 2022-10-09 19:35:52 | ekanshsinghal/se-group26-proj1 | https://api.github.com/repos/ekanshsinghal/se-group26-proj1 | closed | Generate docs for frontend and backend | documentation | Doc generation for python and react js
Python can use Sphinx, | 1.0 | Generate docs for frontend and backend - Doc generation for python and react js
Python can use Sphinx, | non_priority | generate docs for frontend and backend doc generation for python and react js python can use sphinx | 0 |
378,038 | 11,194,763,160 | IssuesEvent | 2020-01-03 02:48:12 | DarshanShet777/Model-Airport | https://api.github.com/repos/DarshanShet777/Model-Airport | closed | Finance: Missing Items In Inventory | Low Priority Issue | Inventory updates necessary:
- [ ] Missing DeWalt 37 piece driver bit set. Mfr Model "#DW2176"
- [ ] Missing DeWalt 14 piece drill bit set. 1/16"-3/8". "#DW1162"
- [ ] Update name of "Aluminum Refrigerator LED Fixture Holder" to "Aluminum Refrigerator LED Bracket" in inventory.
- [ ] Missing variety of nuts and bol... | 1.0 | Finance: Missing Items In Inventory - Inventory updates necessary:
- [ ] Missing DeWalt 37 piece driver bit set. Mfr Model "#DW2176"
- [ ] Missing DeWalt 14 piece drill bit set. 1/16"-3/8". "#DW1162"
- [ ] Update name of "Aluminum Refrigerator LED Fixture Holder" to "Aluminum Refrigerator LED Bracket" in inventory.
... | priority | finance missing items in inventory inventory updates necessary missing dewalt piece driver bit set mfr model missing dewalt piece drill bit set update name of aluminum refrigerator led fixture holder to aluminum refrigerator led bracket in inventory missing variet... | 1 |
122,405 | 12,150,715,104 | IssuesEvent | 2020-04-24 18:30:09 | monoDriveIO/documentation | https://api.github.com/repos/monoDriveIO/documentation | closed | Create documentation for import and export of OpenDrive | documentation enhancement | Document the process for importing and exporting OpenDrive data into the Scene Edtior. | 1.0 | Create documentation for import and export of OpenDrive - Document the process for importing and exporting OpenDrive data into the Scene Edtior. | non_priority | create documentation for import and export of opendrive document the process for importing and exporting opendrive data into the scene edtior | 0 |
135,903 | 11,028,796,761 | IssuesEvent | 2019-12-06 12:33:32 | firecracker-microvm/firecracker | https://api.github.com/repos/firecracker-microvm/firecracker | opened | CI skips test_drives.py::test_rescan_dev | Priority: High Quality: Automated Testing Quality: Bug | Looking at logs for various PRs, it seems our CI skips `test_rescan_dev` from `integration_tests/functional/test_drives.py` on `x86_64` for no apparent reason. The test is not skipped when running on a local dev machine.
The relevant part in the CI log is something like:
```
integration_tests/functional/test_dr... | 1.0 | CI skips test_drives.py::test_rescan_dev - Looking at logs for various PRs, it seems our CI skips `test_rescan_dev` from `integration_tests/functional/test_drives.py` on `x86_64` for no apparent reason. The test is not skipped when running on a local dev machine.
The relevant part in the CI log is something like:
... | non_priority | ci skips test drives py test rescan dev looking at logs for various prs it seems our ci skips test rescan dev from integration tests functional test drives py on for no apparent reason the test is not skipped when running on a local dev machine the relevant part in the ci log is something like ... | 0 |
63,924 | 3,202,435,102 | IssuesEvent | 2015-10-02 14:03:52 | JuliaOpt/JuMP.jl | https://api.github.com/repos/JuliaOpt/JuMP.jl | closed | completing variable indices | low priority | The following code fails in the last command.
******************
m = Model()
@defVar(m,x[1,1:2])
@addConstraint(m,x[1,1]+x[1,2]<=1)
@defVar(m,x[1,0]>=0)
@addConstraint(m,x[1,1]+x[1,2]+x[1,0]<=1)
ERROR: key not found: 1
in getindex at dict.jl:515
in getindex at no file
******************
This code cou... | 1.0 | completing variable indices - The following code fails in the last command.
******************
m = Model()
@defVar(m,x[1,1:2])
@addConstraint(m,x[1,1]+x[1,2]<=1)
@defVar(m,x[1,0]>=0)
@addConstraint(m,x[1,1]+x[1,2]+x[1,0]<=1)
ERROR: key not found: 1
in getindex at dict.jl:515
in getindex at no file
*****... | priority | completing variable indices the following code fails in the last command m model defvar m x addconstraint m x x defvar m x addconstraint m x x x error key not found in getindex at dict jl in getindex at no file this code could... | 1 |
629,614 | 20,048,294,333 | IssuesEvent | 2022-02-03 01:02:12 | WordPress/openverse-catalog | https://api.github.com/repos/WordPress/openverse-catalog | opened | Reactivate provider DAGs | 🟧 priority: high 🚧 status: blocked 🛠 goal: fix 🕹 aspect: interface 🔧 tech: airflow | ## Description
<!-- Fully describe the benefit of the change (E.g., improve speed, robustness, etc.) -->
Since migrating from Creative Commons, we have had very few providers running consistently. We would like to get these DAGs in a consistently operational state so that we are regularly ingesting data.
## Providers
... | 1.0 | Reactivate provider DAGs - ## Description
<!-- Fully describe the benefit of the change (E.g., improve speed, robustness, etc.) -->
Since migrating from Creative Commons, we have had very few providers running consistently. We would like to get these DAGs in a consistently operational state so that we are regularly ing... | priority | reactivate provider dags description since migrating from creative commons we have had very few providers running consistently we would like to get these dags in a consistently operational state so that we are regularly ingesting data providers brooklyn museum cleveland museum europeana ... | 1 |
190,423 | 6,818,271,038 | IssuesEvent | 2017-11-07 04:18:40 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | signature_import_controller: log spam overwhelms master controller logs | component/image kind/bug priority/P0 | After upgrading to Origin 3.7.0-rc.0 we are seeing this spam in the logs from the master controllers:
```
Nov 03 17:22:42 origin-ci-ig-m-11v4 origin-master-controllers[58933]: E1103 17:22:42.381556 58933 signature_import_controller.go:109] error syncing image sha256:aaf622099aa45f1fea8343510237d5e0fd1678ca4388f0b... | 1.0 | signature_import_controller: log spam overwhelms master controller logs - After upgrading to Origin 3.7.0-rc.0 we are seeing this spam in the logs from the master controllers:
```
Nov 03 17:22:42 origin-ci-ig-m-11v4 origin-master-controllers[58933]: E1103 17:22:42.381556 58933 signature_import_controller.go:109] ... | priority | signature import controller log spam overwhelms master controller logs after upgrading to origin rc we are seeing this spam in the logs from the master controllers nov origin ci ig m origin master controllers signature import controller go error syncing image it wil... | 1 |
375,456 | 26,162,633,756 | IssuesEvent | 2022-12-31 20:25:07 | dpalmasan/py-logic | https://api.github.com/repos/dpalmasan/py-logic | closed | Add Contribution guidelines | documentation | Add guidelines just in case someone gets interested in the project, and wants to contribute. A `CONTRIBUTING.md` file will need to be created. | 1.0 | Add Contribution guidelines - Add guidelines just in case someone gets interested in the project, and wants to contribute. A `CONTRIBUTING.md` file will need to be created. | non_priority | add contribution guidelines add guidelines just in case someone gets interested in the project and wants to contribute a contributing md file will need to be created | 0 |
15,394 | 5,954,591,396 | IssuesEvent | 2017-05-27 19:21:37 | openMVG/openMVG | https://api.github.com/repos/openMVG/openMVG | closed | OpenMVGConfig.cmake incomplete with Visual studio | build | After building and installing openMVG, I include it in my project like this:
```
find_package(openMVG)
target_link_libraries(myproject ${OPENMVG_LIBRARIES})
```
and I got the following errors:
1: `LINK : fatal error LNK1104: cannot open file 'Threads::Threads.lib'`
It seems https://github.com/openMVG/openMVG/com... | 1.0 | OpenMVGConfig.cmake incomplete with Visual studio - After building and installing openMVG, I include it in my project like this:
```
find_package(openMVG)
target_link_libraries(myproject ${OPENMVG_LIBRARIES})
```
and I got the following errors:
1: `LINK : fatal error LNK1104: cannot open file 'Threads::Threads.li... | non_priority | openmvgconfig cmake incomplete with visual studio after building and installing openmvg i include it in my project like this find package openmvg target link libraries myproject openmvg libraries and i got the following errors link fatal error cannot open file threads threads lib i... | 0 |
107,290 | 13,450,089,021 | IssuesEvent | 2020-09-08 17:57:08 | chapel-lang/chapel | https://api.github.com/repos/chapel-lang/chapel | closed | Should storing an array view in a variable make it non-view? | area: Compiler area: Language type: Bug type: Design | (Related to #5474 and #12178).
Generally, we have the behavior that storing a slice into a (non-ref) variable causes a copy of the slice to be made. Similarly for returning a slice from a function by value. (But we never created syntax for the alternative - see #12178).
In working on #16180, I was surprised that ... | 1.0 | Should storing an array view in a variable make it non-view? - (Related to #5474 and #12178).
Generally, we have the behavior that storing a slice into a (non-ref) variable causes a copy of the slice to be made. Similarly for returning a slice from a function by value. (But we never created syntax for the alternativ... | non_priority | should storing an array view in a variable make it non view related to and generally we have the behavior that storing a slice into a non ref variable causes a copy of the slice to be made similarly for returning a slice from a function by value but we never created syntax for the alternative see... | 0 |
67,905 | 14,892,016,142 | IssuesEvent | 2021-01-21 01:49:41 | RG4421/codebuilder-cloud-plugin | https://api.github.com/repos/RG4421/codebuilder-cloud-plugin | opened | CVE-2020-36180 (Medium) detected in jackson-databind-2.8.11.1.jar | security vulnerability | ## CVE-2020-36180 - Medium 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.11.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core str... | True | CVE-2020-36180 (Medium) detected in jackson-databind-2.8.11.1.jar - ## CVE-2020-36180 - Medium 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.11.1.jar</b></p></summary>
... | non_priority | cve medium detected in jackson databind jar cve medium 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 codebuilder cloud plugi... | 0 |
310,719 | 26,737,688,428 | IssuesEvent | 2023-01-30 10:38:10 | rizinorg/rizin | https://api.github.com/repos/rizinorg/rizin | closed | rz-bin -z -N 1 on ELF fails to find strings of length < 4 | good first issue test-required | ### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits | Kali x86 64
| File format of the file you reverse | ELF
| Architecture/bits of the file ... | 1.0 | rz-bin -z -N 1 on ELF fails to find strings of length < 4 - ### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits | Kali x86 64
| File format of the file you reve... | non_priority | rz bin z n on elf fails to find strings of length work environment questions answers os arch bits kali file format of the file you reverse... | 0 |
929 | 3,236,771,466 | IssuesEvent | 2015-10-14 08:04:52 | IPM-France/glpi_plugin_kiosks | https://api.github.com/repos/IPM-France/glpi_plugin_kiosks | closed | Logs pour le WS GeoLoc | f_WebServices m_GlpiKiosks p3 | Le WS geoLoc utilisé par la CNAM fait maintenant des logs dans le fichier *pk-geolog.log* du répertoire des logs Glpi. Il serait bien de mettre en place une rotation quotidienne de ce fichier ... | 1.0 | Logs pour le WS GeoLoc - Le WS geoLoc utilisé par la CNAM fait maintenant des logs dans le fichier *pk-geolog.log* du répertoire des logs Glpi. Il serait bien de mettre en place une rotation quotidienne de ce fichier ... | non_priority | logs pour le ws geoloc le ws geoloc utilisé par la cnam fait maintenant des logs dans le fichier pk geolog log du répertoire des logs glpi il serait bien de mettre en place une rotation quotidienne de ce fichier | 0 |
19,805 | 26,188,048,933 | IssuesEvent | 2023-01-03 04:59:03 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | AssignSystemIdentity option in the Set-AzAutomationAccount does not exists | automation/svc triaged cxp process-automation/subsvc Pri1 docs-bug |
[Enter feedback here]
AssignSystemIdentity option in the Set-AzAutomationAccount does not work and this open does not exists in the Microsoft doc as well: https://learn.microsoft.com/en-us/powershell/module/az.automation/set-azautomationaccount?view=azps-9.2.0
There is a documentation bug in this page
---
#### ... | 1.0 | AssignSystemIdentity option in the Set-AzAutomationAccount does not exists -
[Enter feedback here]
AssignSystemIdentity option in the Set-AzAutomationAccount does not work and this open does not exists in the Microsoft doc as well: https://learn.microsoft.com/en-us/powershell/module/az.automation/set-azautomationacc... | non_priority | assignsystemidentity option in the set azautomationaccount does not exists assignsystemidentity option in the set azautomationaccount does not work and this open does not exists in the microsoft doc as well there is a documentation bug in this page document details ⚠ do not edit this section... | 0 |
222,320 | 24,697,560,176 | IssuesEvent | 2022-10-19 13:13:04 | webc-zss2/traefik | https://api.github.com/repos/webc-zss2/traefik | opened | CVE-2022-3517 (High) detected in minimatch-3.0.4.tgz | security vulnerability | ## CVE-2022-3517 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimatch-3.0.4.tgz</b></p></summary>
<p>a glob matcher in javascript</p>
<p>Library home page: <a href="https://regist... | True | CVE-2022-3517 (High) detected in minimatch-3.0.4.tgz - ## CVE-2022-3517 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimatch-3.0.4.tgz</b></p></summary>
<p>a glob matcher in javas... | non_priority | cve high detected in minimatch tgz cve high severity vulnerability vulnerable library minimatch tgz a glob matcher in javascript library home page a href path to dependency file webui package json path to vulnerable library webui node modules minimatch package json... | 0 |
35,832 | 8,014,581,854 | IssuesEvent | 2018-07-25 07:07:56 | mozilla-mobile/focus-ios | https://api.github.com/repos/mozilla-mobile/focus-ios | closed | Style: Use type inference when possible | P5 code health | To mimic Firefox iOS's style guide. Good for code health. | 1.0 | Style: Use type inference when possible - To mimic Firefox iOS's style guide. Good for code health. | non_priority | style use type inference when possible to mimic firefox ios s style guide good for code health | 0 |
116,117 | 17,358,354,874 | IssuesEvent | 2021-07-29 16:59:12 | Tim-sandbox/webgoat-trng | https://api.github.com/repos/Tim-sandbox/webgoat-trng | opened | CVE-2020-7793 (High) detected in ua-parser-js-0.7.17.tgz | security vulnerability | ## CVE-2020-7793 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.17.tgz</b></p></summary>
<p>Lightweight JavaScript-based user-agent string parser</p>
<p>Library home ... | True | CVE-2020-7793 (High) detected in ua-parser-js-0.7.17.tgz - ## CVE-2020-7793 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.17.tgz</b></p></summary>
<p>Lightweight Jav... | non_priority | cve high detected in ua parser js tgz cve high severity vulnerability vulnerable library ua parser js tgz lightweight javascript based user agent string parser library home page a href path to dependency file webgoat trng docs package json path to vulnerable library ... | 0 |
417,534 | 12,167,067,921 | IssuesEvent | 2020-04-27 10:16:20 | hazelcast/hazelcast-aws | https://api.github.com/repos/hazelcast/hazelcast-aws | closed | Fargate support | Estimation: XL Priority: High Type: Enhancement | Hi,
I'm trying to deploy Hazelcast cluster on AWS Fargate but I couldn't find any documentation about the process...
Does Hazelcast suport Fargate or it only supports ECS?
All the best! | 1.0 | Fargate support - Hi,
I'm trying to deploy Hazelcast cluster on AWS Fargate but I couldn't find any documentation about the process...
Does Hazelcast suport Fargate or it only supports ECS?
All the best! | priority | fargate support hi i m trying to deploy hazelcast cluster on aws fargate but i couldn t find any documentation about the process does hazelcast suport fargate or it only supports ecs all the best | 1 |
79,047 | 3,520,016,113 | IssuesEvent | 2016-01-12 19:05:32 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | closed | Ingest: clean up temp files from /tmp. | Component: File Upload & Handling Priority: Medium Status: QA Type: Suggestion |
Ingest leaves a bunch of files with names like: columnBufferFile1042015997543016021bytes
They are not cleaned up and probably should be, otherwise it would become an ops issue. | 1.0 | Ingest: clean up temp files from /tmp. -
Ingest leaves a bunch of files with names like: columnBufferFile1042015997543016021bytes
They are not cleaned up and probably should be, otherwise it would become an ops issue. | priority | ingest clean up temp files from tmp ingest leaves a bunch of files with names like they are not cleaned up and probably should be otherwise it would become an ops issue | 1 |
122,668 | 4,838,768,007 | IssuesEvent | 2016-11-09 05:58:13 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | Invisible error when parameter with slider editor is initialized with a non-constant value (another variable) | > Bug Affects Stability Concerns GAML OS All Priority High Version All | ### Steps to reproduce
1.
Define variable in global block
e.g. int numberOfInfectedPeopleInit <- 2147 update: when people count (each.isInfected);
2.
Define parameter in experiment block
e.g. parameter "Number of Infected People" value: numberOfInfectedPeopleInit min: 1 max: 2147;
and of course some output displ... | 1.0 | Invisible error when parameter with slider editor is initialized with a non-constant value (another variable) - ### Steps to reproduce
1.
Define variable in global block
e.g. int numberOfInfectedPeopleInit <- 2147 update: when people count (each.isInfected);
2.
Define parameter in experiment block
e.g. parameter ... | priority | invisible error when parameter with slider editor is initialized with a non constant value another variable steps to reproduce define variable in global block e g int numberofinfectedpeopleinit update when people count each isinfected define parameter in experiment block e g parameter nu... | 1 |
720,163 | 24,781,756,324 | IssuesEvent | 2022-10-24 06:05:46 | airqo-platform/AirQo-frontend | https://api.github.com/repos/airqo-platform/AirQo-frontend | closed | "Expand" the deploy/Not Deployed State with more options | enhancement good first issue netmanager feature-request priority-high marked-for-fixing | **Is your feature request related to a problem? Please describe.**
At the moment, the user managing the network is not able able to easily track the status of a newly created device in the production assembly line accordingly. The current implementation of netmanager does not offer options to monitor the hardware prod... | 1.0 | "Expand" the deploy/Not Deployed State with more options - **Is your feature request related to a problem? Please describe.**
At the moment, the user managing the network is not able able to easily track the status of a newly created device in the production assembly line accordingly. The current implementation of net... | priority | expand the deploy not deployed state with more options is your feature request related to a problem please describe at the moment the user managing the network is not able able to easily track the status of a newly created device in the production assembly line accordingly the current implementation of net... | 1 |
84,638 | 24,369,213,353 | IssuesEvent | 2022-10-03 17:43:17 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | opened | Access denied when attempting to build a project | Area: App+Library Build needs-triage | ### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
Rider 2022.2.3, .NET6.0.401
### Description
When attempting to build a project targeting Android I receive the following exception. I have attempted to move the project to different folders and changing the folder pe... | 1.0 | Access denied when attempting to build a project - ### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
Rider 2022.2.3, .NET6.0.401
### Description
When attempting to build a project targeting Android I receive the following exception. I have attempted to move the proj... | non_priority | access denied when attempting to build a project android application type android for net android etc affected platform version rider description when attempting to build a project targeting android i receive the following exception i have attempted to move the project to diff... | 0 |
12,467 | 3,615,793,174 | IssuesEvent | 2016-02-07 00:37:45 | yocheah/Fluxnet-Ameriflux | https://api.github.com/repos/yocheah/Fluxnet-Ameriflux | closed | Documentation of known issues | FLUXNET April Release High Priority Website (Documentation) | Known issues in Dec FLUXNET 2015 release.
- On Ameriflux, we need to know what has changed between April 2016 release and December release
- Also list of data issues: such as aggregation, etc in December 2015 data. | 1.0 | Documentation of known issues - Known issues in Dec FLUXNET 2015 release.
- On Ameriflux, we need to know what has changed between April 2016 release and December release
- Also list of data issues: such as aggregation, etc in December 2015 data. | non_priority | documentation of known issues known issues in dec fluxnet release on ameriflux we need to know what has changed between april release and december release also list of data issues such as aggregation etc in december data | 0 |
411,885 | 12,033,194,972 | IssuesEvent | 2020-04-13 13:47:14 | deora-earth/tealgarden | https://api.github.com/repos/deora-earth/tealgarden | closed | Setup Open Source Analytics tool (PP) | 02 Medium Priority 350 Deora RepPoints | <!--
# Simple Summary
This policy allows to write out rewards to complete required tasks. Completed tasks are payed by the deora council to the claiming member.
# How to create a new bounty?
1. To start you'll have to fill out the bounty form below.
- If the bounty spans across multiple repositories, ... | 1.0 | Setup Open Source Analytics tool (PP) - <!--
# Simple Summary
This policy allows to write out rewards to complete required tasks. Completed tasks are payed by the deora council to the claiming member.
# How to create a new bounty?
1. To start you'll have to fill out the bounty form below.
- If the bou... | priority | setup open source analytics tool pp simple summary this policy allows to write out rewards to complete required tasks completed tasks are payed by the deora council to the claiming member how to create a new bounty to start you ll have to fill out the bounty form below if the bou... | 1 |
721,755 | 24,836,662,172 | IssuesEvent | 2022-10-26 09:22:25 | mlcommons/mobile_app_open | https://api.github.com/repos/mlcommons/mobile_app_open | closed | Save CPU model in result | priority:high release:3.0 size:big | Currently we save very limited info about app environment: os type, os version, manufacturer, model id.
We should at least also save CPU model. | 1.0 | Save CPU model in result - Currently we save very limited info about app environment: os type, os version, manufacturer, model id.
We should at least also save CPU model. | priority | save cpu model in result currently we save very limited info about app environment os type os version manufacturer model id we should at least also save cpu model | 1 |
401,987 | 11,800,590,408 | IssuesEvent | 2020-03-18 17:49:09 | mozilla/addons | https://api.github.com/repos/mozilla/addons | closed | Cannot Upload New Version of Add-On Built With WebExtensions | component: developer hub priority: p4 state: stale | I have an existing add-on that I developed a few years ago using the SDK (package.json, etc.). I rewrote the add-on using WebExtensions (manifest.json, etc.). I tested the new version successfully and everything worked fine. When I went to AMO to upload the new version, 'All Platforms' was checked by default, and I cou... | 1.0 | Cannot Upload New Version of Add-On Built With WebExtensions - I have an existing add-on that I developed a few years ago using the SDK (package.json, etc.). I rewrote the add-on using WebExtensions (manifest.json, etc.). I tested the new version successfully and everything worked fine. When I went to AMO to upload the... | priority | cannot upload new version of add on built with webextensions i have an existing add on that i developed a few years ago using the sdk package json etc i rewrote the add on using webextensions manifest json etc i tested the new version successfully and everything worked fine when i went to amo to upload the... | 1 |
414,276 | 12,101,442,244 | IssuesEvent | 2020-04-20 15:13:13 | codesmithtools/Templates | https://api.github.com/repos/codesmithtools/Templates | closed | Add GuidAttribute to PK Accessors | Framework-PLINQO Priority-High Type-Enhancement auto-migrated | ```
Please modify the PLINQO templates to automatically add the "GuidAttribute"
attribute to the accessor for the primary key columns were the ColumnSchema
does not report a default value. It is my opinion that this will increase the
usability of the templates and save the user additional time.
Currently, CS/PLINQ... | 1.0 | Add GuidAttribute to PK Accessors - ```
Please modify the PLINQO templates to automatically add the "GuidAttribute"
attribute to the accessor for the primary key columns were the ColumnSchema
does not report a default value. It is my opinion that this will increase the
usability of the templates and save the user a... | priority | add guidattribute to pk accessors please modify the plinqo templates to automatically add the guidattribute attribute to the accessor for the primary key columns were the columnschema does not report a default value it is my opinion that this will increase the usability of the templates and save the user a... | 1 |
28,919 | 11,706,022,387 | IssuesEvent | 2020-03-07 19:26:28 | vlaship/spark | https://api.github.com/repos/vlaship/spark | opened | CVE-2018-10237 (Medium) detected in guava-16.0.1.jar | security vulnerability | ## CVE-2018-10237 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>guava-16.0.1.jar</b></p></summary>
<p>Guava is a suite of core and expanded libraries that include
utility class... | True | CVE-2018-10237 (Medium) detected in guava-16.0.1.jar - ## CVE-2018-10237 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>guava-16.0.1.jar</b></p></summary>
<p>Guava is a suite of cor... | non_priority | cve medium detected in guava jar cve medium severity vulnerability vulnerable library guava jar guava is a suite of core and expanded libraries that include utility classes google s collections io classes and much much more guava has only one code dependency j... | 0 |
68,442 | 14,923,644,442 | IssuesEvent | 2021-01-23 19:52:55 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Vulnerability roundup 85: imagemagick-7.0.10-17: 1 advisory [7.1] | 1.severity: security | [search](https://search.nix.gsc.io/?q=imagemagick&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=imagemagick+in%3Apath&type=Code)
* [ ] [CVE-2020-13902](https://nvd.nist.gov/vuln/detail/CVE-2020-13902) CVSSv3=7.1 (nixos-unstable)
Scanned versions: nixos-unstable: 22c988... | True | Vulnerability roundup 85: imagemagick-7.0.10-17: 1 advisory [7.1] - [search](https://search.nix.gsc.io/?q=imagemagick&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=imagemagick+in%3Apath&type=Code)
* [ ] [CVE-2020-13902](https://nvd.nist.gov/vuln/detail/CVE-2020-13902) C... | non_priority | vulnerability roundup imagemagick advisory nixos unstable scanned versions nixos unstable may contain false positives | 0 |
139,994 | 12,883,398,703 | IssuesEvent | 2020-07-12 21:55:25 | mtkennerly/realia | https://api.github.com/repos/mtkennerly/realia | closed | Could use some doc comments | documentation | This is how docs.rs currently looks like


That's a bit empty in there... | 1.0 | Could use some doc comments - This is how docs.rs currently looks like


That's a bit empty... | non_priority | could use some doc comments this is how docs rs currently looks like that s a bit empty in there | 0 |
101,732 | 8,796,547,433 | IssuesEvent | 2018-12-23 08:36:58 | acacode/kinka | https://api.github.com/repos/acacode/kinka | closed | Testing engine and base unit tests | Testing enhancement | This ticket more needed for creating a testing engine (configs, karma, mocha)
And also needed to create some unit tests | 1.0 | Testing engine and base unit tests - This ticket more needed for creating a testing engine (configs, karma, mocha)
And also needed to create some unit tests | non_priority | testing engine and base unit tests this ticket more needed for creating a testing engine configs karma mocha and also needed to create some unit tests | 0 |
25,473 | 18,774,396,833 | IssuesEvent | 2021-11-07 12:15:53 | nekoguys/game_competition | https://api.github.com/repos/nekoguys/game_competition | opened | Актуализировать состояние тикетов, почистить борду | infrastructure sprint-1 (08.11 - present) | Надо посмотреть, что уже сделано, что не будет сделано вообще, что не будет сделано в ближайшее время.
Всем тикетам надо проставить лейблы, проверить актуальность, назначить исполнителей, если требуется.
__Обязательно:__ прочтите пожалуйста вики с инструкцией, там есть useful советики
_Дополнительно:_ хотел бы усл... | 1.0 | Актуализировать состояние тикетов, почистить борду - Надо посмотреть, что уже сделано, что не будет сделано вообще, что не будет сделано в ближайшее время.
Всем тикетам надо проставить лейблы, проверить актуальность, назначить исполнителей, если требуется.
__Обязательно:__ прочтите пожалуйста вики с инструкцией, та... | non_priority | актуализировать состояние тикетов почистить борду надо посмотреть что уже сделано что не будет сделано вообще что не будет сделано в ближайшее время всем тикетам надо проставить лейблы проверить актуальность назначить исполнителей если требуется обязательно прочтите пожалуйста вики с инструкцией та... | 0 |
140,875 | 12,950,680,723 | IssuesEvent | 2020-07-19 14:07:20 | alvarosaburido/vue-dynamic-forms | https://api.github.com/repos/alvarosaburido/vue-dynamic-forms | opened | Login Demo on documentation | documentation |
**Describe the solution you'd like**
How to implement a login form with the library.
| 1.0 | Login Demo on documentation -
**Describe the solution you'd like**
How to implement a login form with the library.
| non_priority | login demo on documentation describe the solution you d like how to implement a login form with the library | 0 |
64,184 | 15,819,743,654 | IssuesEvent | 2021-04-05 17:57:05 | ironmansoftware/issues | https://api.github.com/repos/ironmansoftware/issues | closed | Linux PSModulePath for environment adds semi colon | Fixed in Nightly Build PowerShell Universal bug completed | #### Description
When setting up an environment (either through the GUI or environments.ps1 path) using Linux and pwsh 7, setting the PSModulePath add a semi colon to the path you are adding.
#### Additional Information
Example Code:
`New-PSUEnvironment -Name "pwsh" -Path "/usr/bin/pwsh" -PSModulePath @('/h... | 1.0 | Linux PSModulePath for environment adds semi colon - #### Description
When setting up an environment (either through the GUI or environments.ps1 path) using Linux and pwsh 7, setting the PSModulePath add a semi colon to the path you are adding.
#### Additional Information
Example Code:
`New-PSUEnvironment -... | non_priority | linux psmodulepath for environment adds semi colon description when setting up an environment either through the gui or environments path using linux and pwsh setting the psmodulepath add a semi colon to the path you are adding additional information example code new psuenvironment na... | 0 |
466,177 | 13,398,148,727 | IssuesEvent | 2020-09-03 12:44:59 | googleapis/google-cloud-php | https://api.github.com/repos/googleapis/google-cloud-php | closed | Synthesis failed for pubsub | api: pubsub autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate pubsub. :broken_heart:
Here's the output from running `synth.py`:
```
eb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.... | 1.0 | Synthesis failed for pubsub - Hello! Autosynth couldn't regenerate pubsub. :broken_heart:
Here's the output from running `synth.py`:
```
eb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41e... | priority | synthesis failed for pubsub hello autosynth couldn t regenerate pubsub broken heart here s the output from running synth py external gapic generator python requirements txt line using cached saved none any whl collecting markupsafe from r home kbuilder cache bazel b... | 1 |
300,400 | 9,210,344,910 | IssuesEvent | 2019-03-09 04:07:21 | WEBsinjyuku/meister-hackers | https://api.github.com/repos/WEBsinjyuku/meister-hackers | closed | 投稿画面(edit) validateエラー時のレイアウトが変わる | high priority バグ | validateエラー時、募集ステータスとキャンセルボタンが非表示になる。
【edit初期画面】

【Validateエラー時】

| 1.0 | 投稿画面(edit) validateエラー時のレイアウトが変わる - validateエラー時、募集ステータスとキャンセルボタンが非表示になる。
【edit初期画面】

【Validateエラー時】
 validateエラー時のレイアウトが変わる validateエラー時、募集ステータスとキャンセルボタンが非表示になる。 【edit初期画面】 【validateエラー時】 | 1 |
4,234 | 2,714,575,083 | IssuesEvent | 2015-04-10 05:39:47 | SatelliteQE/robottelo | https://api.github.com/repos/SatelliteQE/robottelo | closed | Fix tests.foreman.ui.test_repository.Repos.test_create_repo_3 | Tests UI | Looks like at the time of adding the testcase in the UI automation, adding upstream repo name "Upstream Repository Name" was not mandatory, which now is required I think. Without which submission fails and the search for it too. | 1.0 | Fix tests.foreman.ui.test_repository.Repos.test_create_repo_3 - Looks like at the time of adding the testcase in the UI automation, adding upstream repo name "Upstream Repository Name" was not mandatory, which now is required I think. Without which submission fails and the search for it too. | non_priority | fix tests foreman ui test repository repos test create repo looks like at the time of adding the testcase in the ui automation adding upstream repo name upstream repository name was not mandatory which now is required i think without which submission fails and the search for it too | 0 |
408,685 | 11,950,815,769 | IssuesEvent | 2020-04-03 15:48:53 | levylabpitt/Multichannel-Lockin | https://api.github.com/repos/levylabpitt/Multichannel-Lockin | opened | Generalize simulation mode | Priority: Medium Status: Pending Type: Enhancement | - How to better simulate analog inputs?
- How to have more external inputs (Temperatre, Magnet Field, etc) that are not directly controlled by the Multichannel Lockin itself? | 1.0 | Generalize simulation mode - - How to better simulate analog inputs?
- How to have more external inputs (Temperatre, Magnet Field, etc) that are not directly controlled by the Multichannel Lockin itself? | priority | generalize simulation mode how to better simulate analog inputs how to have more external inputs temperatre magnet field etc that are not directly controlled by the multichannel lockin itself | 1 |
230,016 | 17,599,038,706 | IssuesEvent | 2021-08-17 09:28:16 | alan-turing-institute/sktime | https://api.github.com/repos/alan-turing-institute/sktime | closed | [DOC] fix incorrect docstrings of dataset loaders in `datasets` module | documentation module:classification | The docstrings for the loaders of TSC datasets in the `datasets` module are incorrect.
The return object is conditional on the splitting (X/y, train/test) of the data, yet the docstring insists it's always two objects that are returned - this is not accurate and should be fixed. | 1.0 | [DOC] fix incorrect docstrings of dataset loaders in `datasets` module - The docstrings for the loaders of TSC datasets in the `datasets` module are incorrect.
The return object is conditional on the splitting (X/y, train/test) of the data, yet the docstring insists it's always two objects that are returned - this i... | non_priority | fix incorrect docstrings of dataset loaders in datasets module the docstrings for the loaders of tsc datasets in the datasets module are incorrect the return object is conditional on the splitting x y train test of the data yet the docstring insists it s always two objects that are returned this is no... | 0 |
169,797 | 6,417,592,820 | IssuesEvent | 2017-08-08 17:05:35 | GoogleCloudPlatform/google-cloud-python | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python | closed | Allow returning values from transactional functions | api: spanner priority: p1 status: acknowledged type: bug | Somebody asks in the Slack:
> Question about spanner python APIs, specifically transactions.
> In a read-write transaction, is it possible to return the updated
> value without hitting the database again?
>
> let's say I have the following transaction (pretty much the example from the docs)
> ```def f(transac... | 1.0 | Allow returning values from transactional functions - Somebody asks in the Slack:
> Question about spanner python APIs, specifically transactions.
> In a read-write transaction, is it possible to return the updated
> value without hitting the database again?
>
> let's say I have the following transaction (pret... | priority | allow returning values from transactional functions somebody asks in the slack question about spanner python apis specifically transactions in a read write transaction is it possible to return the updated value without hitting the database again let s say i have the following transaction pret... | 1 |
715,716 | 24,607,525,688 | IssuesEvent | 2022-10-14 17:43:38 | duckduckgo/p5-app-duckpan | https://api.github.com/repos/duckduckgo/p5-app-duckpan | closed | DuckPAN should warn about, or not follow redirects for API calls (to mimic our NGINX) | Suggestion Priority: Medium | We've run into issues with NGINX related to HTTP APIs that redirect to HTTPS or API calls that first return a 302 and point elsewhere.
DuckPAN currently follows these without problems, but our NGINX setup does not.
To aid developers, we should point this out to them so they notice ahead of time
| 1.0 | DuckPAN should warn about, or not follow redirects for API calls (to mimic our NGINX) - We've run into issues with NGINX related to HTTP APIs that redirect to HTTPS or API calls that first return a 302 and point elsewhere.
DuckPAN currently follows these without problems, but our NGINX setup does not.
To aid develope... | priority | duckpan should warn about or not follow redirects for api calls to mimic our nginx we ve run into issues with nginx related to http apis that redirect to https or api calls that first return a and point elsewhere duckpan currently follows these without problems but our nginx setup does not to aid developers... | 1 |
380,635 | 11,268,848,673 | IssuesEvent | 2020-01-14 07:26:49 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | imgur.com - see bug description | browser-firefox engine-gecko nsfw os-linux priority-critical | <!-- @browser: Firefox 71.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0 -->
<!-- @reported_with: -->
**URL**: https://imgur.com/
**Browser / Version**: Firefox 71.0
**Operating System**: Linux
**Tested Another Browser**: Yes
**Problem type**: Something else
... | 1.0 | imgur.com - see bug description - <!-- @browser: Firefox 71.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0 -->
<!-- @reported_with: -->
**URL**: https://imgur.com/
**Browser / Version**: Firefox 71.0
**Operating System**: Linux
**Tested Another Browser**: Yes
... | priority | imgur com see bug description url browser version firefox operating system linux tested another browser yes problem type something else description age confirmation check is broken by tracking protection steps to reproduce open a private browsing w... | 1 |
306,521 | 9,396,014,488 | IssuesEvent | 2019-04-08 05:38:56 | Brycey92/Galaxy-Craft-Issues | https://api.github.com/repos/Brycey92/Galaxy-Craft-Issues | closed | Potential nether portal dupe bug - (portal creation currently disabled) | help wanted hotfixed missing info priority | **Pack version**
1.0.3
**Describe the bug**
Some using SpongeForge have reported that throwing items through a nether portal will result in multiple of the item appearing on the other side. I was unable to reproduce the issue, but like #28, it may only happen when there's lag on the server. I'm not sure about the ... | 1.0 | Potential nether portal dupe bug - (portal creation currently disabled) - **Pack version**
1.0.3
**Describe the bug**
Some using SpongeForge have reported that throwing items through a nether portal will result in multiple of the item appearing on the other side. I was unable to reproduce the issue, but like #28, ... | priority | potential nether portal dupe bug portal creation currently disabled pack version describe the bug some using spongeforge have reported that throwing items through a nether portal will result in multiple of the item appearing on the other side i was unable to reproduce the issue but like i... | 1 |
46,260 | 2,951,891,098 | IssuesEvent | 2015-07-07 03:59:11 | edwardyh/GlobalVRGameJam2015 | https://api.github.com/repos/edwardyh/GlobalVRGameJam2015 | opened | As a player, I want to see awesome graphics so that I can enjoy my time staying in the game. | Priority 1 | Acceptance criteria:
- Good graphics (this is a must).
Testing criteria:
- Ensure that none of us hates it.
Task breakdown:
- Make good graphics with any tools you like. | 1.0 | As a player, I want to see awesome graphics so that I can enjoy my time staying in the game. - Acceptance criteria:
- Good graphics (this is a must).
Testing criteria:
- Ensure that none of us hates it.
Task breakdown:
- Make good graphics with any tools you like. | priority | as a player i want to see awesome graphics so that i can enjoy my time staying in the game acceptance criteria good graphics this is a must testing criteria ensure that none of us hates it task breakdown make good graphics with any tools you like | 1 |
722,530 | 24,865,971,163 | IssuesEvent | 2022-10-27 11:59:24 | AY2223S1-CS2103T-T10-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T10-1/tp | closed | As a student, I can add the association between a contact and module | type.Story priority.Medium | so that I can track which of my friends could potentially become my study buddy. | 1.0 | As a student, I can add the association between a contact and module - so that I can track which of my friends could potentially become my study buddy. | priority | as a student i can add the association between a contact and module so that i can track which of my friends could potentially become my study buddy | 1 |
594,855 | 18,055,809,870 | IssuesEvent | 2021-09-20 08:05:43 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | opened | [Footer] Wrong color of labels | bug UI Priority: Low | **Environment:** Windows 10, Google Chrome Version 92.0.4515.107 (Official Build) (64-bit)
**Reproducible:** always
**Build found:** last commit
**Preconditions**
1. Go to https://speak-ukrainian.org.ua/dev/
**Steps to reproduce**
1. Scroll down to the footer
**Actual result**
Color of 'Наші партнери' and... | 1.0 | [Footer] Wrong color of labels - **Environment:** Windows 10, Google Chrome Version 92.0.4515.107 (Official Build) (64-bit)
**Reproducible:** always
**Build found:** last commit
**Preconditions**
1. Go to https://speak-ukrainian.org.ua/dev/
**Steps to reproduce**
1. Scroll down to the footer
**Actual resul... | priority | wrong color of labels environment windows google chrome version official build bit reproducible always build found last commit preconditions go to steps to reproduce scroll down to the footer actual result color of наші партнери and як допомогти п... | 1 |
229,106 | 17,513,219,830 | IssuesEvent | 2021-08-11 02:01:29 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | integration_test: Can't run XCode "Product" --> "Test" | a: tests platform-ios documentation passed first triage integration_test | ## Description
I tried to set up XCTest with the `integration_test` package. What I did is:
1. Create a new fresh flutter project with `flutter create`
2. Add integration test (I copied the widget test as integration test)
3. Run integration test with `flutter drive --driver=test_driver/integration_test.dart --ta... | 1.0 | integration_test: Can't run XCode "Product" --> "Test" - ## Description
I tried to set up XCTest with the `integration_test` package. What I did is:
1. Create a new fresh flutter project with `flutter create`
2. Add integration test (I copied the widget test as integration test)
3. Run integration test with `flut... | non_priority | integration test can t run xcode product test description i tried to set up xctest with the integration test package what i did is create a new fresh flutter project with flutter create add integration test i copied the widget test as integration test run integration test with flut... | 0 |
86,160 | 3,703,191,793 | IssuesEvent | 2016-02-29 19:31:10 | GalliumOS/galliumos-distro | https://api.github.com/repos/GalliumOS/galliumos-distro | closed | Disk usage panel indicator | enhancement priority:low | A redditor (/u/adrinux) pointed out that this would be useful, especially on Chromebooks with tiny SSDs. | 1.0 | Disk usage panel indicator - A redditor (/u/adrinux) pointed out that this would be useful, especially on Chromebooks with tiny SSDs. | priority | disk usage panel indicator a redditor u adrinux pointed out that this would be useful especially on chromebooks with tiny ssds | 1 |
237,381 | 19,620,271,543 | IssuesEvent | 2022-01-07 05:02:15 | istio/istio | https://api.github.com/repos/istio/istio | closed | TestBadRemoteSecret causes future tests to fail once secrets are removed | kind/test failure lifecycle/stale feature/Multi-cluster | https://prow.istio.io/view/gs/istio-prow/pr-logs/pull/istio_istio/33701/integ-pilot-multicluster-tests_istio/1409935357113274368
test fails at 18:10:00. Its missing endpoints for some service
istiod logs show the cluster update at same time: https://storage.googleapis.com/istio-prow/pr-logs/pull/istio_istio/33701/int... | 1.0 | TestBadRemoteSecret causes future tests to fail once secrets are removed - https://prow.istio.io/view/gs/istio-prow/pr-logs/pull/istio_istio/33701/integ-pilot-multicluster-tests_istio/1409935357113274368
test fails at 18:10:00. Its missing endpoints for some service
istiod logs show the cluster update at same time: h... | non_priority | testbadremotesecret causes future tests to fail once secrets are removed test fails at its missing endpoints for some service istiod logs show the cluster update at same time it looks like a single push from debounce is handling removal of the clusters and the addition of the new service i am fa... | 0 |
90,647 | 26,160,526,543 | IssuesEvent | 2022-12-31 12:53:36 | Traben-0/Entity_Texture_Features | https://api.github.com/repos/Traben-0/Entity_Texture_Features | closed | [BUG] Broken texture paths option does the opposite | bug Fixed or added in dev build (released) | **Describe the issue**
- What happened? The option "allow broken texture paths" prevents resource packs with broken paths from being loaded, aka the error will be logged and all resource packs will be disabled.
- What were you doing when it happened? Enabling resource packs that have broken paths
**Screenshots*... | 1.0 | [BUG] Broken texture paths option does the opposite - **Describe the issue**
- What happened? The option "allow broken texture paths" prevents resource packs with broken paths from being loaded, aka the error will be logged and all resource packs will be disabled.
- What were you doing when it happened? Enabling re... | non_priority | broken texture paths option does the opposite describe the issue what happened the option allow broken texture paths prevents resource packs with broken paths from being loaded aka the error will be logged and all resource packs will be disabled what were you doing when it happened enabling resour... | 0 |
185,501 | 15,023,857,908 | IssuesEvent | 2021-02-01 18:48:57 | freqtrade/freqtrade | https://api.github.com/repos/freqtrade/freqtrade | closed | Derived strategies | Documentation Question | <!--
Have you searched for similar issues before posting it?
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
Yes
Please do not use the question template to report bugs or to request new features.
-->
## Describe you... | 1.0 | Derived strategies - <!--
Have you searched for similar issues before posting it?
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
Yes
Please do not use the question template to report bugs or to request new features.
-... | non_priority | derived strategies have you searched for similar issues before posting it did you have a very good look at the and are sure that the question is not explained there yes please do not use the question template to report bugs or to request new features describe your environment operati... | 0 |
451,616 | 13,039,333,608 | IssuesEvent | 2020-07-28 16:34:22 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :211508] Unchecked return value in tests/kernel/mem_protect/futex/src/main.c | Coverity bug priority: low |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/565a61dd79b0f061056c9b3fe0adba11cbeca6ab/tests/kernel/mem_protect/futex/src/main.c#L479
Category: Error handling issues
Function: `futex_wake`
Component: Tests
CID: [211508](https://scan9.coverity.com/reports.htm#v29726/p12996/m... | 1.0 | [Coverity CID :211508] Unchecked return value in tests/kernel/mem_protect/futex/src/main.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/565a61dd79b0f061056c9b3fe0adba11cbeca6ab/tests/kernel/mem_protect/futex/src/main.c#L479
Category: Error handling issues
Function: `fute... | priority | unchecked return value in tests kernel mem protect futex src main c static code scan issues found in file category error handling issues function futex wake component tests cid details void futex wake void void void t atomic ret val k fu... | 1 |
216,074 | 7,301,019,212 | IssuesEvent | 2018-02-27 02:40:18 | ChromatixAU/phpcs-config-chromatix | https://api.github.com/repos/ChromatixAU/phpcs-config-chromatix | closed | Linting errors due to unavailable wpcom_vip_ functions | bandaided bug good first issue medium priority | Latest v0.0.15 giving linting error :- [phpcs] get_category_link() is prohibited, please use wpcom_vip_get_term_link() instead. | 1.0 | Linting errors due to unavailable wpcom_vip_ functions - Latest v0.0.15 giving linting error :- [phpcs] get_category_link() is prohibited, please use wpcom_vip_get_term_link() instead. | priority | linting errors due to unavailable wpcom vip functions latest giving linting error get category link is prohibited please use wpcom vip get term link instead | 1 |
138,022 | 11,172,981,022 | IssuesEvent | 2019-12-29 11:12:39 | Vachok/ftpplus | https://api.github.com/repos/Vachok/ftpplus | closed | realRunTest | Medium TestQuality ad bug resolution_Dupe | Execute ACLParserTest::realRunTest**realRunTest**
*ACLParserTest*
*null TimeoutException - null ACLParserTest.java: ru.vachok.networker.ad.usermanagement.ACLParserTest.realRunTest(ACLParserTest.java:59) expected [null] but found [java.util.concurrent.TimeoutException]*
*java.lang.AssertionError* | 1.0 | realRunTest - Execute ACLParserTest::realRunTest**realRunTest**
*ACLParserTest*
*null TimeoutException - null ACLParserTest.java: ru.vachok.networker.ad.usermanagement.ACLParserTest.realRunTest(ACLParserTest.java:59) expected [null] but found [java.util.concurrent.TimeoutException]*
*java.lang.AssertionError* | non_priority | realruntest execute aclparsertest realruntest realruntest aclparsertest null timeoutexception null aclparsertest java ru vachok networker ad usermanagement aclparsertest realruntest aclparsertest java expected but found java lang assertionerror | 0 |
275,517 | 23,919,558,793 | IssuesEvent | 2022-09-09 15:31:58 | envelope-zero/frontend | https://api.github.com/repos/envelope-zero/frontend | closed | Test: Accounts | testing | What should be tested?
- creating internal account with all fields (esp. "off budget")
- creating external accounts with all fields (make sure there is no "off budget")
- switching list: internal vs. external | 1.0 | Test: Accounts - What should be tested?
- creating internal account with all fields (esp. "off budget")
- creating external accounts with all fields (make sure there is no "off budget")
- switching list: internal vs. external | non_priority | test accounts what should be tested creating internal account with all fields esp off budget creating external accounts with all fields make sure there is no off budget switching list internal vs external | 0 |
124,359 | 10,310,020,986 | IssuesEvent | 2019-08-29 14:24:07 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Editing workflow breaks extra_vars | component:ui priority:high state:needs_test type:bug | ##### ISSUE TYPE
- Bug Report
##### SUMMARY
Editing workflow generates lots of issues with extra vars on job templates
##### ENVIRONMENT
* AWX version:6.0.0
* AWX install method: docker
* Ansible version: 2.8.1
* Operating System: Win
* Web Browser: FF/Chrome
##### STEPS TO REPRODUCE
Edit existing ... | 1.0 | Editing workflow breaks extra_vars - ##### ISSUE TYPE
- Bug Report
##### SUMMARY
Editing workflow generates lots of issues with extra vars on job templates
##### ENVIRONMENT
* AWX version:6.0.0
* AWX install method: docker
* Ansible version: 2.8.1
* Operating System: Win
* Web Browser: FF/Chrome
#####... | non_priority | editing workflow breaks extra vars issue type bug report summary editing workflow generates lots of issues with extra vars on job templates environment awx version awx install method docker ansible version operating system win web browser ff chrome ... | 0 |
70,140 | 13,432,703,400 | IssuesEvent | 2020-09-07 08:48:25 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | Aliens are unable to attack in Ruins | Bug Code | - [x] I have searched the issue tracker to check if the issue has already been reported.
**Description**
Aliens are unable to attack in Ruins. Been noticing this for a while now.
**Version**
~0.10.502 | 1.0 | Aliens are unable to attack in Ruins - - [x] I have searched the issue tracker to check if the issue has already been reported.
**Description**
Aliens are unable to attack in Ruins. Been noticing this for a while now.
**Version**
~0.10.502 | non_priority | aliens are unable to attack in ruins i have searched the issue tracker to check if the issue has already been reported description aliens are unable to attack in ruins been noticing this for a while now version | 0 |
407,188 | 11,907,803,662 | IssuesEvent | 2020-03-30 23:11:45 | BeeStation/NSV13 | https://api.github.com/repos/BeeStation/NSV13 | opened | [ENTERPRISE] Turbolift improperly instances areas for it's aircraft elevator | Enterprise FUCK Map Issue Multi-Z Priority: High | <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
FUCK
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be found in the Status panel or retrieved from https://atlantaned.space/statbus/rou... | 1.0 | [ENTERPRISE] Turbolift improperly instances areas for it's aircraft elevator - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
FUCK
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be f... | priority | turbolift improperly instances areas for it s aircraft elevator round id fuck include the round id if you discovered this issue from playing tgstation hosted servers it can be found in the status panel or retrieved from the round id let s us look up valuable information and logs for... | 1 |
32,407 | 2,754,291,739 | IssuesEvent | 2015-04-25 14:42:55 | raspibo/eventman | https://api.github.com/repos/raspibo/eventman | opened | import persons using eventbrite APIs | enhancement priority: low | Evenbrite provides some easy to use API, that can be used to import registered persons.
See https://developer.eventbrite.com/ | 1.0 | import persons using eventbrite APIs - Evenbrite provides some easy to use API, that can be used to import registered persons.
See https://developer.eventbrite.com/ | priority | import persons using eventbrite apis evenbrite provides some easy to use api that can be used to import registered persons see | 1 |
585,466 | 17,498,134,160 | IssuesEvent | 2021-08-10 05:23:00 | vmware/singleton | https://api.github.com/repos/vmware/singleton | closed | [BUG] [S3 Service] [V1]API returns wrong when prodcut name has been configured in bundle.json ,details below | kind/bug priority/medium | **Describe the bug**
API returns wrong when prodcut name has been configured in bundle.json ,details below
**To Reproduce**
\Service\API\V1\translation-source-api\createSourceUsingPOST_1
\Service\API\V1\translation-source-api\getTranslationBySourceUsingGET
\Service\API\V1\translation-product-component-key-api\ge... | 1.0 | [BUG] [S3 Service] [V1]API returns wrong when prodcut name has been configured in bundle.json ,details below - **Describe the bug**
API returns wrong when prodcut name has been configured in bundle.json ,details below
**To Reproduce**
\Service\API\V1\translation-source-api\createSourceUsingPOST_1
\Service\API\V1\... | priority | api returns wrong when prodcut name has been configured in bundle json details below describe the bug api returns wrong when prodcut name has been configured in bundle json details below to reproduce service api translation source api createsourceusingpost service api translation source a... | 1 |
186,575 | 21,944,959,354 | IssuesEvent | 2022-05-23 22:48:43 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Add rich type for reading X509 Authority Information Access | api-approved area-System.Security in-pr | One of the standard X.509 extension types defined by RFC 3280 (and successive RFCs) is the "Authority Information Access" extension. The use case is largely to inform chain building engines where any OCSP endpoints might be, and where one might find a copy of the issuing CA's certificate.
With a lot of handwaving, ... | True | Add rich type for reading X509 Authority Information Access - One of the standard X.509 extension types defined by RFC 3280 (and successive RFCs) is the "Authority Information Access" extension. The use case is largely to inform chain building engines where any OCSP endpoints might be, and where one might find a copy ... | non_priority | add rich type for reading authority information access one of the standard x extension types defined by rfc and successive rfcs is the authority information access extension the use case is largely to inform chain building engines where any ocsp endpoints might be and where one might find a copy of the i... | 0 |
209,273 | 23,705,985,737 | IssuesEvent | 2022-08-30 01:11:14 | nidhi7598/linux-4.1.15 | https://api.github.com/repos/nidhi7598/linux-4.1.15 | closed | CVE-2017-16527 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed | security vulnerability | ## CVE-2017-16527 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home p... | True | CVE-2017-16527 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2017-16527 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p... | non_priority | cve medium detected in linux stable autoclosed cve medium 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 vulner... | 0 |
557,736 | 16,517,492,234 | IssuesEvent | 2021-05-26 11:18:20 | PropertyTools/PropertyTools | https://api.github.com/repos/PropertyTools/PropertyTools | closed | Paste isn't working for DataGrid | DataGrid bug help wanted high priority | pasting multiple rows in DataGrid isn't working, it shows default value(s) for each row(s). The number of rows are created as per source but not the values. Paste is working fine when pasting for the second time. | 1.0 | Paste isn't working for DataGrid - pasting multiple rows in DataGrid isn't working, it shows default value(s) for each row(s). The number of rows are created as per source but not the values. Paste is working fine when pasting for the second time. | priority | paste isn t working for datagrid pasting multiple rows in datagrid isn t working it shows default value s for each row s the number of rows are created as per source but not the values paste is working fine when pasting for the second time | 1 |
65,570 | 27,145,488,512 | IssuesEvent | 2023-02-16 19:38:16 | hachyderm/community | https://api.github.com/repos/hachyderm/community | closed | CORS error when trying to play audio hosted on media.hachyderm.io | Reporting Service Issue Infra Team | ### What would you like to discuss with us or let us know?
After adding an MP3 (https://hachyderm.io/@tvdv/109574002737602560), I noticed that both Safari and Chrome refuse to load the media from media.hachyderm.io because the main hachyderm.io domain is not allowed by its Access-Control-Allow-Origin headers.
<img... | 1.0 | CORS error when trying to play audio hosted on media.hachyderm.io - ### What would you like to discuss with us or let us know?
After adding an MP3 (https://hachyderm.io/@tvdv/109574002737602560), I noticed that both Safari and Chrome refuse to load the media from media.hachyderm.io because the main hachyderm.io domai... | non_priority | cors error when trying to play audio hosted on media hachyderm io what would you like to discuss with us or let us know after adding an i noticed that both safari and chrome refuse to load the media from media hachyderm io because the main hachyderm io domain is not allowed by its access control allow ori... | 0 |
26,976 | 6,812,943,005 | IssuesEvent | 2017-11-06 06:50:09 | BTDF/DeploymentFramework | https://api.github.com/repos/BTDF/DeploymentFramework | closed | Tweak NTFS permission assignment on FILE adapter path setup so assigned perms exactly match the Windows Security dialog box | bug CodePlexMigrationInitiated General Impact: Medium Release 5.0 | Tweak NTFS permission assignment on FILE adapter path setup so assigned perms exactly match the Windows Security dialog box. Specific change - set PropagationFlags to None.
#### This work item was migrated from CodePlex
CodePlex work item ID: '6255'
Assigned to: 'tfabraham'
Vote count: '0'
| 1.0 | Tweak NTFS permission assignment on FILE adapter path setup so assigned perms exactly match the Windows Security dialog box - Tweak NTFS permission assignment on FILE adapter path setup so assigned perms exactly match the Windows Security dialog box. Specific change - set PropagationFlags to None.
#### This work i... | non_priority | tweak ntfs permission assignment on file adapter path setup so assigned perms exactly match the windows security dialog box tweak ntfs permission assignment on file adapter path setup so assigned perms exactly match the windows security dialog box specific change set propagationflags to none this work i... | 0 |
363,821 | 10,755,638,281 | IssuesEvent | 2019-10-31 09:34:10 | AY1920S1-CS2103T-T17-2/main | https://api.github.com/repos/AY1920S1-CS2103T-T17-2/main | closed | As a user I want a travel diary | priority.Low type.Story | Description: As a traveller, I want to record down all my travelling stories so that I can have my sweet memories stored.
| 1.0 | As a user I want a travel diary - Description: As a traveller, I want to record down all my travelling stories so that I can have my sweet memories stored.
| priority | as a user i want a travel diary description as a traveller i want to record down all my travelling stories so that i can have my sweet memories stored | 1 |
434,246 | 12,515,944,446 | IssuesEvent | 2020-06-03 08:34:36 | eclipse/codewind | https://api.github.com/repos/eclipse/codewind | closed | Insane number of socket messages when cancelling a load run | area/portal kind/bug priority/hot | **Codewind version:** latest
**OS:** N/A
**Che version:**N/A
**IDE extension version:**N/A
**IDE version:**N/A
**Kubernetes cluster:**N/A
**Description:**
Cancelling load causes an insane amount of socket messages to be emitted which makes all the screen status values flash
![Screenshot 2020-05-27 at 11... | 1.0 | Insane number of socket messages when cancelling a load run - **Codewind version:** latest
**OS:** N/A
**Che version:**N/A
**IDE extension version:**N/A
**IDE version:**N/A
**Kubernetes cluster:**N/A
**Description:**
Cancelling load causes an insane amount of socket messages to be emitted which makes all... | priority | insane number of socket messages when cancelling a load run codewind version latest os n a che version n a ide extension version n a ide version n a kubernetes cluster n a description cancelling load causes an insane amount of socket messages to be emitted which makes all... | 1 |
543,522 | 15,883,374,282 | IssuesEvent | 2021-04-09 17:17:55 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Ask Password Option: Confusing and repetitive steps for the user | Affected/5.4.0-Update1 Priority/Highest docs | In [1] the expiry time is set in the first step and the email verifcation is enabled in a latter step. In order to get this working the user has to restart the server, log in to management console twice. This maybe tiresome for the user who wants to try out this particular flow. Hence to reduce effort on user side to e... | 1.0 | Ask Password Option: Confusing and repetitive steps for the user - In [1] the expiry time is set in the first step and the email verifcation is enabled in a latter step. In order to get this working the user has to restart the server, log in to management console twice. This maybe tiresome for the user who wants to try... | priority | ask password option confusing and repetitive steps for the user in the expiry time is set in the first step and the email verifcation is enabled in a latter step in order to get this working the user has to restart the server log in to management console twice this maybe tiresome for the user who wants to try o... | 1 |
618,537 | 19,473,927,128 | IssuesEvent | 2021-12-24 08:26:01 | GEWIS/gewisweb | https://api.github.com/repos/GEWIS/gewisweb | opened | Member search page is exposed | Type: Bug Priority: Low For: Backend Status: Confirmed | You will not be able to search any members, but the page is still exposed. Would be preferable to also have it behind an ACL check. | 1.0 | Member search page is exposed - You will not be able to search any members, but the page is still exposed. Would be preferable to also have it behind an ACL check. | priority | member search page is exposed you will not be able to search any members but the page is still exposed would be preferable to also have it behind an acl check | 1 |
304,862 | 9,336,788,253 | IssuesEvent | 2019-03-28 22:19:54 | nationalparkservice/mojn-sv-database | https://api.github.com/repos/nationalparkservice/mojn-sv-database | closed | Photo list not showing up after photo data entered | high priority | The data show up in the subform query so maybe the subform isn't being made visible when it should? | 1.0 | Photo list not showing up after photo data entered - The data show up in the subform query so maybe the subform isn't being made visible when it should? | priority | photo list not showing up after photo data entered the data show up in the subform query so maybe the subform isn t being made visible when it should | 1 |
583,217 | 17,380,029,041 | IssuesEvent | 2021-07-31 14:07:17 | ShapeGroup/kimera-frontend-framework | https://api.github.com/repos/ShapeGroup/kimera-frontend-framework | opened | Modals open at start do not close on click | FIXED ;) bug --low priority improvements | _Create a modal with [status-active], when loading the page try to close the modal: it doesn't work._
The bug is known and is fixed for the next update | 1.0 | Modals open at start do not close on click - _Create a modal with [status-active], when loading the page try to close the modal: it doesn't work._
The bug is known and is fixed for the next update | priority | modals open at start do not close on click create a modal with when loading the page try to close the modal it doesn t work the bug is known and is fixed for the next update | 1 |
161,608 | 6,131,099,150 | IssuesEvent | 2017-06-24 12:31:29 | timtrice/rrricanes | https://api.github.com/repos/timtrice/rrricanes | opened | Remove `Adv` variable from `update` | Bugs High Priority | Updates do not have advisory numbers. Remove this variable from dataset. | 1.0 | Remove `Adv` variable from `update` - Updates do not have advisory numbers. Remove this variable from dataset. | priority | remove adv variable from update updates do not have advisory numbers remove this variable from dataset | 1 |
39,360 | 2,853,861,195 | IssuesEvent | 2015-06-01 20:46:21 | Chatterbox/Chatterbox | https://api.github.com/repos/Chatterbox/Chatterbox | opened | Sponge support | enhancement high priority todo | This was always going to be a thing we were doing, and now it's time to make ze ticket.
So! What do we need to do to make Sponge support happen?
- [ ] Research [Sponge API](https://docs.spongepowered.org/en/plugin/index.html)
- [ ] Abstract anything that is currently Bukkit-specific
- [ ] Do the thing? | 1.0 | Sponge support - This was always going to be a thing we were doing, and now it's time to make ze ticket.
So! What do we need to do to make Sponge support happen?
- [ ] Research [Sponge API](https://docs.spongepowered.org/en/plugin/index.html)
- [ ] Abstract anything that is currently Bukkit-specific
- [ ] Do th... | priority | sponge support this was always going to be a thing we were doing and now it s time to make ze ticket so what do we need to do to make sponge support happen research abstract anything that is currently bukkit specific do the thing | 1 |
5,802 | 8,247,685,493 | IssuesEvent | 2018-09-11 16:11:47 | cornellius-gp/gpytorch | https://api.github.com/repos/cornellius-gp/gpytorch | opened | For consistency: attrs should be `num_*`, not `n_*` | compatibility | We have a mix of `n_samples`, `num_dims`, etc. for different attributes. For consistency, we should use just one of these. I propose `num_` since it seems to be more commonly used with PyTorch.
We can accept both (for now) and deprecate `n_*`. | True | For consistency: attrs should be `num_*`, not `n_*` - We have a mix of `n_samples`, `num_dims`, etc. for different attributes. For consistency, we should use just one of these. I propose `num_` since it seems to be more commonly used with PyTorch.
We can accept both (for now) and deprecate `n_*`. | non_priority | for consistency attrs should be num not n we have a mix of n samples num dims etc for different attributes for consistency we should use just one of these i propose num since it seems to be more commonly used with pytorch we can accept both for now and deprecate n | 0 |
134,896 | 5,239,293,229 | IssuesEvent | 2017-01-31 09:21:16 | DiCarloLab-Delft/PycQED_py3 | https://api.github.com/repos/DiCarloLab-Delft/PycQED_py3 | closed | Codeword parameter in QWG should start counting at 0 and not at 1 | enhancement priority: could/low | This is to be consistent with the bits of the codeword trigger.
Easy to fix no @wvlothuizen required. | 1.0 | Codeword parameter in QWG should start counting at 0 and not at 1 - This is to be consistent with the bits of the codeword trigger.
Easy to fix no @wvlothuizen required. | priority | codeword parameter in qwg should start counting at and not at this is to be consistent with the bits of the codeword trigger easy to fix no wvlothuizen required | 1 |
31,972 | 4,309,322,589 | IssuesEvent | 2016-07-21 15:39:20 | jupyter/jupyterlab | https://api.github.com/repos/jupyter/jupyterlab | opened | Terminal cursor should be hidden if the terminal does not have focus | cat:Design and UX type:Enhancement | Even if some other input field has focus, the terminal cursor will still blink. This makes it *appear* that the terminal has focus, when in fact it does not. We should disable/hide terminal cursors unless the terminal actually has input focus. | 1.0 | Terminal cursor should be hidden if the terminal does not have focus - Even if some other input field has focus, the terminal cursor will still blink. This makes it *appear* that the terminal has focus, when in fact it does not. We should disable/hide terminal cursors unless the terminal actually has input focus. | non_priority | terminal cursor should be hidden if the terminal does not have focus even if some other input field has focus the terminal cursor will still blink this makes it appear that the terminal has focus when in fact it does not we should disable hide terminal cursors unless the terminal actually has input focus | 0 |
269,004 | 8,419,038,073 | IssuesEvent | 2018-10-15 04:34:23 | CS2103-AY1819S1-F10-1/main | https://api.github.com/repos/CS2103-AY1819S1-F10-1/main | opened | Add leave application storage | priority.High status.Ongoing type.Epic | Implement the functionality of saving leave application data to XML file | 1.0 | Add leave application storage - Implement the functionality of saving leave application data to XML file | priority | add leave application storage implement the functionality of saving leave application data to xml file | 1 |
733,348 | 25,302,796,334 | IssuesEvent | 2022-11-17 12:01:51 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | Issue with jenkins jobs | bug Priority: Blocker DevOps | ## Description
The builds of MapStore do not seems to run anymore.
List of failures:
http://build.geosolutionsgroup.com/view/MapStore/job/MapStore/view/MapStore/job/MapStore2-QA-Build/33/
http://build.geosolutionsgroup.com/view/MapStore/job/MapStore/job/MapStore2-Stable-Releaser/5/
http://build.geosolutions... | 1.0 | Issue with jenkins jobs - ## Description
The builds of MapStore do not seems to run anymore.
List of failures:
http://build.geosolutionsgroup.com/view/MapStore/job/MapStore/view/MapStore/job/MapStore2-QA-Build/33/
http://build.geosolutionsgroup.com/view/MapStore/job/MapStore/job/MapStore2-Stable-Releaser/5/
... | priority | issue with jenkins jobs description the builds of mapstore do not seems to run anymore list of failures | 1 |
787,264 | 27,712,272,584 | IssuesEvent | 2023-03-14 14:55:27 | TykTechnologies/tyk | https://api.github.com/repos/TykTechnologies/tyk | closed | Create swagger documentation for Tyk Dashboard API | dashboard customer request Priority: Low | **Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
none
**What is the expected behavior?**
Swagger documentation of the Tyk Dashboard API. This makes it easier to use to within a CI/CD tool. | 1.0 | Create swagger documentation for Tyk Dashboard API - **Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
none
**What is the expected behavior?**
Swagger documentation of the Tyk Dashboard API. This makes it easier to use to within a CI/CD tool. | priority | create swagger documentation for tyk dashboard api do you want to request a feature or report a bug feature what is the current behavior none what is the expected behavior swagger documentation of the tyk dashboard api this makes it easier to use to within a ci cd tool | 1 |
153,513 | 5,893,503,327 | IssuesEvent | 2017-05-17 22:09:50 | AZMAG/map-LandUse | https://api.github.com/repos/AZMAG/map-LandUse | closed | Make Excel Button Standard throughout Viewer | optimization Priority: High | We currently have several different Excel buttons in the viewer. We need to standardize the look.
We need to use the Kendo button
1: Make sure the sprite works
2: maybe change the color to Excel Green | 1.0 | Make Excel Button Standard throughout Viewer - We currently have several different Excel buttons in the viewer. We need to standardize the look.
We need to use the Kendo button
1: Make sure the sprite works
2: maybe change the color to Excel Green | priority | make excel button standard throughout viewer we currently have several different excel buttons in the viewer we need to standardize the look we need to use the kendo button make sure the sprite works maybe change the color to excel green | 1 |
67,092 | 8,998,862,043 | IssuesEvent | 2019-02-03 02:39:44 | Pyomo/pyomo | https://api.github.com/repos/Pyomo/pyomo | closed | Clarify documentation for updating a Param value | documentation | The [online documentation](https://pyomo.readthedocs.io/en/latest/working_models.html#changing-the-model-or-data-and-re-solving) recommends that we do repeated solutions with different parameter values by updating instance data like `instance.ParamName[idx].value`. However, at least in Pyomo 5.1.1 or 5.6.1, `instance.P... | 1.0 | Clarify documentation for updating a Param value - The [online documentation](https://pyomo.readthedocs.io/en/latest/working_models.html#changing-the-model-or-data-and-re-solving) recommends that we do repeated solutions with different parameter values by updating instance data like `instance.ParamName[idx].value`. How... | non_priority | clarify documentation for updating a param value the recommends that we do repeated solutions with different parameter values by updating instance data like instance paramname value however at least in pyomo or instance paramname is a simple value with no value attribute so attempting thi... | 0 |
794,024 | 28,019,784,034 | IssuesEvent | 2023-03-28 03:48:48 | AY2223S2-CS2113T-T09-1/tp | https://api.github.com/repos/AY2223S2-CS2113T-T09-1/tp | closed | View command can see into the future | bug priority:Low severity:Low | To remove the user's ability to see transactions that has not happened yet.
To integrate with view -all | 1.0 | View command can see into the future - To remove the user's ability to see transactions that has not happened yet.
To integrate with view -all | priority | view command can see into the future to remove the user s ability to see transactions that has not happened yet to integrate with view all | 1 |
4,527 | 6,667,607,982 | IssuesEvent | 2017-10-03 13:13:58 | BlueBrain/nexus-kg | https://api.github.com/repos/BlueBrain/nexus-kg | closed | Implicit ToUnqualifiedStringOps and ToConfiguredUnqualifiedStringOps can throw exceptions | bug service | https://github.com/BlueBrain/nexus-kg/blob/3550c934758d9b46da4477c16f189f617743e6a0/modules/indexing/src/main/scala/ch/epfl/bluebrain/nexus/kg/indexing/Qualifier.scala#L130:L149
The implicit classes handle the string argument as a safe uri, but converting them to Uri can fail. The unapply implementations need to wra... | 1.0 | Implicit ToUnqualifiedStringOps and ToConfiguredUnqualifiedStringOps can throw exceptions - https://github.com/BlueBrain/nexus-kg/blob/3550c934758d9b46da4477c16f189f617743e6a0/modules/indexing/src/main/scala/ch/epfl/bluebrain/nexus/kg/indexing/Qualifier.scala#L130:L149
The implicit classes handle the string argument... | non_priority | implicit tounqualifiedstringops and toconfiguredunqualifiedstringops can throw exceptions the implicit classes handle the string argument as a safe uri but converting them to uri can fail the unapply implementations need to wrap the string to uri conversion into a try and treat failures as a none retur... | 0 |
596,536 | 18,105,897,123 | IssuesEvent | 2021-09-22 19:06:49 | Signbank/Global-signbank | https://api.github.com/repos/Signbank/Global-signbank | closed | I can't upload a video for a new sign | bug high priority blocking | When I try to upload a video, I receive the following message
<img width="1792" alt="Screenshot 2021-09-01 at 14 45 01" src="https://user-images.githubusercontent.com/63103864/131682956-913663cf-8ed9-4527-98b6-29f3fcbc3e31.png">
| 1.0 | I can't upload a video for a new sign - When I try to upload a video, I receive the following message
<img width="1792" alt="Screenshot 2021-09-01 at 14 45 01" src="https://user-images.githubusercontent.com/63103864/131682956-913663cf-8ed9-4527-98b6-29f3fcbc3e31.png">
| priority | i can t upload a video for a new sign when i try to upload a video i receive the following message img width alt screenshot at src | 1 |
526,607 | 15,296,783,203 | IssuesEvent | 2021-02-24 07:25:36 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Add page element ID to my account page | Priority/Highest Severity/Major bug myaccount | **Describe the Issue:**
For test automation required unique ID for page elements. Therefor it required add data-testid for every page element on my account page. | 1.0 | Add page element ID to my account page - **Describe the Issue:**
For test automation required unique ID for page elements. Therefor it required add data-testid for every page element on my account page. | priority | add page element id to my account page describe the issue for test automation required unique id for page elements therefor it required add data testid for every page element on my account page | 1 |
661,816 | 22,089,809,189 | IssuesEvent | 2022-06-01 04:25:25 | Railcraft/Railcraft | https://api.github.com/repos/Railcraft/Railcraft | closed | Tunnel bore drops when placed | need more info needs verification medium priority carts | When i place the tunnel bore it don´t apear, well, it do the animation of placement but when is in the rail is like it was broken for a player and go as item to the floor.
Thanks for all | 1.0 | Tunnel bore drops when placed - When i place the tunnel bore it don´t apear, well, it do the animation of placement but when is in the rail is like it was broken for a player and go as item to the floor.
Thanks for all | priority | tunnel bore drops when placed when i place the tunnel bore it don´t apear well it do the animation of placement but when is in the rail is like it was broken for a player and go as item to the floor thanks for all | 1 |
201,785 | 23,039,651,229 | IssuesEvent | 2022-07-23 01:08:23 | rvvergara/my-first-rails-app | https://api.github.com/repos/rvvergara/my-first-rails-app | opened | CVE-2022-31163 (High) detected in tzinfo-1.2.5.gem | security vulnerability | ## CVE-2022-31163 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tzinfo-1.2.5.gem</b></p></summary>
<p>TZInfo provides daylight savings aware transformations between times in differen... | True | CVE-2022-31163 (High) detected in tzinfo-1.2.5.gem - ## CVE-2022-31163 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tzinfo-1.2.5.gem</b></p></summary>
<p>TZInfo provides daylight sa... | non_priority | cve high detected in tzinfo gem cve high severity vulnerability vulnerable library tzinfo gem tzinfo provides daylight savings aware transformations between times in different time zones library home page a href dependency hierarchy sass rails gem root lib... | 0 |
314,155 | 9,593,393,362 | IssuesEvent | 2019-05-09 11:25:03 | luna/luna-studio | https://api.github.com/repos/luna/luna-studio | opened | Update LTS in Luna Studio Runner | Category: Tooling Change: Breaking Difficulty: Core Contributor Priority: Low Type: Enhancement | ### Summary
Currently [`luna-studio-runner`](https://github.com/luna/luna-studio/blob/master/runner/) depends on a very old LTS (`lts-9.2`) which prevents it from building on NIx, and complicates building it in general. This should be updated to use the same LTS as
### Value
- This will greatly simplify the tas... | 1.0 | Update LTS in Luna Studio Runner - ### Summary
Currently [`luna-studio-runner`](https://github.com/luna/luna-studio/blob/master/runner/) depends on a very old LTS (`lts-9.2`) which prevents it from building on NIx, and complicates building it in general. This should be updated to use the same LTS as
### Value
-... | priority | update lts in luna studio runner summary currently depends on a very old lts lts which prevents it from building on nix and complicates building it in general this should be updated to use the same lts as value this will greatly simplify the task of building luna studio as it will rely... | 1 |
498,050 | 14,399,396,076 | IssuesEvent | 2020-12-03 10:52:09 | stanvanrooy/instauto | https://api.github.com/repos/stanvanrooy/instauto | opened | Implement pagination for direct messaging inbox | Priority: Medium Status: Available Type: Enchancement | The current implementation is only able to retrieve the first 'page' of your inbox. You should be able to iterate over all results instead. | 1.0 | Implement pagination for direct messaging inbox - The current implementation is only able to retrieve the first 'page' of your inbox. You should be able to iterate over all results instead. | priority | implement pagination for direct messaging inbox the current implementation is only able to retrieve the first page of your inbox you should be able to iterate over all results instead | 1 |
88,142 | 11,034,910,706 | IssuesEvent | 2019-12-07 09:37:05 | Students-of-the-city-of-Kostroma/Ray-of-hope | https://api.github.com/repos/Students-of-the-city-of-Kostroma/Ray-of-hope | closed | Отсутствует выбор даты завершения мероприятия на макете публикации постов вида "Мероприятие" для Android | Android Bug Design O3 PR4 Sprint 7 | Макет не соответствует требованиям описанным в [спецификации](https://docs.google.com/document/d/1p0aFXnl3jeQWKu_cQHuSFoc59WKs-PMpChTdkxWICBA/edit), так как отсутствует кнопка (поле) "Дата завершения мероприятия".
Шаги для воспроизведения бага:
1. Открыть по ссылке [таск](https://github.com/Students-of-the-city-of-... | 1.0 | Отсутствует выбор даты завершения мероприятия на макете публикации постов вида "Мероприятие" для Android - Макет не соответствует требованиям описанным в [спецификации](https://docs.google.com/document/d/1p0aFXnl3jeQWKu_cQHuSFoc59WKs-PMpChTdkxWICBA/edit), так как отсутствует кнопка (поле) "Дата завершения мероприятия".... | non_priority | отсутствует выбор даты завершения мероприятия на макете публикации постов вида мероприятие для android макет не соответствует требованиям описанным в так как отсутствует кнопка поле дата завершения мероприятия шаги для воспроизведения бага открыть по ссылке открыть макет новое мероприятие ... | 0 |
310,755 | 9,523,722,347 | IssuesEvent | 2019-04-27 19:42:30 | bbottema/simple-java-mail | https://api.github.com/repos/bbottema/simple-java-mail | closed | ThreadPoolExecutor terminated when sending an async mail | Priority-Medium bug | Hello,
In production I had this error with simple-java-mail 4.4.5:
```
java.util.concurrent.RejectedExecutionException: Task sendMail process rejected from java.util.concurrent.ThreadPoolExecutor@79627f99[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
at java.util.co... | 1.0 | ThreadPoolExecutor terminated when sending an async mail - Hello,
In production I had this error with simple-java-mail 4.4.5:
```
java.util.concurrent.RejectedExecutionException: Task sendMail process rejected from java.util.concurrent.ThreadPoolExecutor@79627f99[Terminated, pool size = 0, active threads = 0, queu... | priority | threadpoolexecutor terminated when sending an async mail hello in production i had this error with simple java mail java util concurrent rejectedexecutionexception task sendmail process rejected from java util concurrent threadpoolexecutor at java util concurrent threadpoolexecutor abort... | 1 |
517,260 | 14,998,157,332 | IssuesEvent | 2021-01-29 17:58:49 | IMA-WorldHealth/bhima | https://api.github.com/repos/IMA-WorldHealth/bhima | closed | Feature Request: allow users to merge lots | Stock priority:urgent | We need a way to merge lots. There are many lots with the same name at IMCK that should probably be the same lot. This would probably avoid quite a few mistakes. | 1.0 | Feature Request: allow users to merge lots - We need a way to merge lots. There are many lots with the same name at IMCK that should probably be the same lot. This would probably avoid quite a few mistakes. | priority | feature request allow users to merge lots we need a way to merge lots there are many lots with the same name at imck that should probably be the same lot this would probably avoid quite a few mistakes | 1 |
289,461 | 31,933,012,183 | IssuesEvent | 2023-09-19 08:41:41 | Trinadh465/linux-4.1.15_CVE-2023-4128 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2023-4128 | opened | CVE-2021-3348 (High) detected in linux-stable-rtv4.1.33 | Mend: dependency security vulnerability | ## CVE-2021-3348 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page... | True | CVE-2021-3348 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2021-3348 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwri... | non_priority | cve high detected in linux stable cve high 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 |
222,667 | 17,087,276,263 | IssuesEvent | 2021-07-08 13:23:35 | osoc21/Final-Improved-String-pHarser | https://api.github.com/repos/osoc21/Final-Improved-String-pHarser | closed | Dockerfile & documentation made for a development environment | documentation enhancement | Before deployment, care should be taken that the Dockerfile uses the development flags only when specifically ran in debug/dev, and that the documentation reflects any changes that that brings (different ports, setup...). | 1.0 | Dockerfile & documentation made for a development environment - Before deployment, care should be taken that the Dockerfile uses the development flags only when specifically ran in debug/dev, and that the documentation reflects any changes that that brings (different ports, setup...). | non_priority | dockerfile documentation made for a development environment before deployment care should be taken that the dockerfile uses the development flags only when specifically ran in debug dev and that the documentation reflects any changes that that brings different ports setup | 0 |
21,171 | 3,687,260,332 | IssuesEvent | 2016-02-25 07:15:47 | narendra-addweb/SwitchedOn | https://api.github.com/repos/narendra-addweb/SwitchedOn | closed | Homepage About us -> image | Complete Design | The image on the left side looks smaller than given in the mock up images | 1.0 | Homepage About us -> image - The image on the left side looks smaller than given in the mock up images | non_priority | homepage about us image the image on the left side looks smaller than given in the mock up images | 0 |
235,541 | 25,955,204,687 | IssuesEvent | 2022-12-18 05:32:03 | Dima2022/JS-Demo | https://api.github.com/repos/Dima2022/JS-Demo | closed | WS-2019-0032 (High) detected in js-yaml-3.6.1.tgz, js-yaml-3.5.5.tgz - autoclosed | security vulnerability | ## WS-2019-0032 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>js-yaml-3.6.1.tgz</b>, <b>js-yaml-3.5.5.tgz</b></p></summary>
<p>
<details><summary><b>js-yaml-3.6.1.tgz</b></p></summ... | True | WS-2019-0032 (High) detected in js-yaml-3.6.1.tgz, js-yaml-3.5.5.tgz - autoclosed - ## WS-2019-0032 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>js-yaml-3.6.1.tgz</b>, <b>js-yaml-3... | non_priority | ws high detected in js yaml tgz js yaml tgz autoclosed ws high severity vulnerability vulnerable libraries js yaml tgz js yaml tgz js yaml tgz yaml parser and serializer library home page a href path to dependency file package json ... | 0 |
86,091 | 8,020,153,432 | IssuesEvent | 2018-07-26 03:05:54 | CGCookie/retopoflow | https://api.github.com/repos/CGCookie/retopoflow | closed | Bridge Tool | Ready for Testing tool: contours | The Bridge Tool is needed in order to manually fill two Contour strokes, such as this:

| 1.0 | Bridge Tool - The Bridge Tool is needed in order to manually fill two Contour strokes, such as this:

| non_priority | bridge tool the bridge tool is needed in order to manually fill two contour strokes such as this | 0 |
97,539 | 28,314,199,526 | IssuesEvent | 2023-04-10 18:05:24 | PowerShell/vscode-powershell | https://api.github.com/repos/PowerShell/vscode-powershell | closed | Ubuntu CI Tests do not appear to be running | Issue-Enhancement Area-Build & Release | ### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
### Summary
Ubuntu is completing 5 minutes before the others and looking at the output pane it does not... | 1.0 | Ubuntu CI Tests do not appear to be running - ### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
### Summary
Ubuntu is completing 5 minutes before the oth... | non_priority | ubuntu ci tests do not appear to be running prerequisites i have written a descriptive issue title i have searched all to ensure it has not already been reported summary ubuntu is completing minutes before the others and looking at the output pane it does not appear that tests are running ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.