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
33,523
6,217,376,442
IssuesEvent
2017-07-08 14:28:15
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
unexpected option : '-o'
Documentation Easy
``` $ nim Nim Compiler Version 0.17.1 (2017-07-07) [Windows: amd64] Copyright (c) 2006-2017 by Andreas Rumpf $ nim c -r -d:release -o a_clang.exe a.nim command line(1, 2) Error: argument for command line option expected: '-o' $ nim c -r -d:release --out:a_clang.exe a.nim Hint: used config file 'E:\msys64\hom...
1.0
unexpected option : '-o' - ``` $ nim Nim Compiler Version 0.17.1 (2017-07-07) [Windows: amd64] Copyright (c) 2006-2017 by Andreas Rumpf $ nim c -r -d:release -o a_clang.exe a.nim command line(1, 2) Error: argument for command line option expected: '-o' $ nim c -r -d:release --out:a_clang.exe a.nim Hint: used...
non_priority
unexpected option o nim nim compiler version copyright c by andreas rumpf nim c r d release o a clang exe a nim command line error argument for command line option expected o nim c r d release out a clang exe a nim hint used config file e home lov...
0
40,695
12,799,621,214
IssuesEvent
2020-07-02 15:40:50
TreyM-WSS/concord
https://api.github.com/repos/TreyM-WSS/concord
opened
WS-2019-0331 (Medium) detected in handlebars-4.1.2.min.js
security vulnerability
## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.min.js</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templat...
True
WS-2019-0331 (Medium) detected in handlebars-4.1.2.min.js - ## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.min.js</b></p></summary> <p>Handlebars pr...
non_priority
ws medium detected in handlebars min js ws medium severity vulnerability vulnerable library handlebars min js handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file tm...
0
29,987
5,971,371,569
IssuesEvent
2017-05-31 02:13:42
kaneless/mybatisnet
https://api.github.com/repos/kaneless/mybatisnet
closed
Huge results - want to iterate myself.
auto-migrated Priority-Low Type-Defect
``` What version of the MyBatis.NET are you using? 1.6.2 Please describe the problem. Unit tests are best! Am generating some potentially very complex sql (this bit works fine), and need to download results which can be 10s of millions of rows. I don't want to load it into memory so really want to handle a yielded...
1.0
Huge results - want to iterate myself. - ``` What version of the MyBatis.NET are you using? 1.6.2 Please describe the problem. Unit tests are best! Am generating some potentially very complex sql (this bit works fine), and need to download results which can be 10s of millions of rows. I don't want to load it into ...
non_priority
huge results want to iterate myself what version of the mybatis net are you using please describe the problem unit tests are best am generating some potentially very complex sql this bit works fine and need to download results which can be of millions of rows i don t want to load it into me...
0
2,074
7,025,597,339
IssuesEvent
2017-12-23 13:12:56
sapcc/hermes
https://api.github.com/repos/sapcc/hermes
closed
EventTime Format doesn't match spec
enhancement maintainability
current - 2017-07-20T13:43:38.368933+0000 desired - 2017-07-20T13:43:38.368933+00:00 check what the value is in kibana, if it's fine in kiabana, problem is likely in json translation to type. if it's not fine in kibana, then either it needs changed on openstack middleware side, or just replaced as the return val...
True
EventTime Format doesn't match spec - current - 2017-07-20T13:43:38.368933+0000 desired - 2017-07-20T13:43:38.368933+00:00 check what the value is in kibana, if it's fine in kiabana, problem is likely in json translation to type. if it's not fine in kibana, then either it needs changed on openstack middleware si...
non_priority
eventtime format doesn t match spec current desired check what the value is in kibana if it s fine in kiabana problem is likely in json translation to type if it s not fine in kibana then either it needs changed on openstack middleware side or just replaced as the return ...
0
168,412
14,147,872,033
IssuesEvent
2020-11-10 21:32:23
ebaauw/homebridge-rpi
https://api.github.com/repos/ebaauw/homebridge-rpi
closed
"getState"-Link is wrong
documentation
the "getState" Link got a spelling mistake is: https://github.com/ebaauw/homebridge-rpi/blob/master/opt/pigpio/cgi/ **geeState** here is that you meant: https://github.com/ebaauw/homebridge-rpi/blob/master/opt/pigpio/cgi/getState
1.0
"getState"-Link is wrong - the "getState" Link got a spelling mistake is: https://github.com/ebaauw/homebridge-rpi/blob/master/opt/pigpio/cgi/ **geeState** here is that you meant: https://github.com/ebaauw/homebridge-rpi/blob/master/opt/pigpio/cgi/getState
non_priority
getstate link is wrong the getstate link got a spelling mistake is geestate here is that you meant
0
22,562
2,649,485,214
IssuesEvent
2015-03-14 23:34:55
JukkaL/mypy
https://api.github.com/repos/JukkaL/mypy
closed
Remove @disjointclass
pep484 priority task
Assume that classes that are not subclasses of each other are disjoint, even though this is not necessarily the case. This simplifies things, works almost always and doesn't require the confusing and non-PEP-484-compliant `@disjointclass` class decorator.
1.0
Remove @disjointclass - Assume that classes that are not subclasses of each other are disjoint, even though this is not necessarily the case. This simplifies things, works almost always and doesn't require the confusing and non-PEP-484-compliant `@disjointclass` class decorator.
priority
remove disjointclass assume that classes that are not subclasses of each other are disjoint even though this is not necessarily the case this simplifies things works almost always and doesn t require the confusing and non pep compliant disjointclass class decorator
1
586,246
17,573,552,294
IssuesEvent
2021-08-15 06:43:41
yogeshojha/rengine
https://api.github.com/repos/yogeshojha/rengine
closed
Feature - Delete multiple scan results
top-priority feature_request
Hello @yogeshojha, Can you please add a feature to **delete multiple scan** results from the **scans history** page. ![Screenshot 2021-02-25 111934](https://user-images.githubusercontent.com/32596297/109109562-86122f00-775b-11eb-8ae3-c1e460931d0f.jpg) Thanks, Eshan Singh
1.0
Feature - Delete multiple scan results - Hello @yogeshojha, Can you please add a feature to **delete multiple scan** results from the **scans history** page. ![Screenshot 2021-02-25 111934](https://user-images.githubusercontent.com/32596297/109109562-86122f00-775b-11eb-8ae3-c1e460931d0f.jpg) Thanks, Eshan Singh...
priority
feature delete multiple scan results hello yogeshojha can you please add a feature to delete multiple scan results from the scans history page thanks eshan singh
1
104,684
8,997,498,765
IssuesEvent
2019-02-02 12:58:57
SunwellWoW/Sunwell-TBC-Bugtracker
https://api.github.com/repos/SunwellWoW/Sunwell-TBC-Bugtracker
closed
Avenger's shield bouncing to CCd mobs
Resolved - retest required paladin
Description: It was made in 2.4 to not break cc'd mobs as as stated here by sunwell tracker spells should behave in a 2.4.3 fashion https://github.com/SunwellWoW/Sunwell-TBC-Bugtracker/issues/2908 How it works: It will bounce to and break mobs out of sap/sheep/etc. How it should work: It should never bounce...
1.0
Avenger's shield bouncing to CCd mobs - Description: It was made in 2.4 to not break cc'd mobs as as stated here by sunwell tracker spells should behave in a 2.4.3 fashion https://github.com/SunwellWoW/Sunwell-TBC-Bugtracker/issues/2908 How it works: It will bounce to and break mobs out of sap/sheep/etc. Ho...
non_priority
avenger s shield bouncing to ccd mobs description it was made in to not break cc d mobs as as stated here by sunwell tracker spells should behave in a fashion how it works it will bounce to and break mobs out of sap sheep etc how it should work it should never bounce to a cc d mob it sho...
0
419,011
28,135,431,572
IssuesEvent
2023-04-01 10:18:36
hacku-chamomilla/doutankyohi-back-end
https://api.github.com/repos/hacku-chamomilla/doutankyohi-back-end
closed
releaseを書く
documentation
## ✨ 概要 - バックエンドのリリース周りの記載を行う ## 🔥 ゴール <!-- この Issue に含めないことも記載する --> <!-- 例) 〇〇ができる、xxなときに△△する --> <!-- 例) ○○を行うことはこの Issue の範囲外 --> - xxx ## 📄 参考資料 - xxx ## ✅ タスク - [ ] xxx
1.0
releaseを書く - ## ✨ 概要 - バックエンドのリリース周りの記載を行う ## 🔥 ゴール <!-- この Issue に含めないことも記載する --> <!-- 例) 〇〇ができる、xxなときに△△する --> <!-- 例) ○○を行うことはこの Issue の範囲外 --> - xxx ## 📄 参考資料 - xxx ## ✅ タスク - [ ] xxx
non_priority
releaseを書く ✨ 概要 バックエンドのリリース周りの記載を行う 🔥 ゴール xxx 📄 参考資料 xxx ✅ タスク xxx
0
90,720
10,695,016,938
IssuesEvent
2019-10-23 12:10:43
jadetypehoon/duckhoogosa-server-kth
https://api.github.com/repos/jadetypehoon/duckhoogosa-server-kth
opened
Duckhoogosa Project Refactoring Task (Server)
documentation
** UI 변경을 최소화함 1. HTTPS 통신개선 2. CI/CD 적용 3. code-flow 처리 4. use WSGI 5. KOA 기반 서버를 마이크로 아키텍처 구현 + 파이선과 연동
1.0
Duckhoogosa Project Refactoring Task (Server) - ** UI 변경을 최소화함 1. HTTPS 통신개선 2. CI/CD 적용 3. code-flow 처리 4. use WSGI 5. KOA 기반 서버를 마이크로 아키텍처 구현 + 파이선과 연동
non_priority
duckhoogosa project refactoring task server ui 변경을 최소화함 https 통신개선 ci cd 적용 code flow 처리 use wsgi koa 기반 서버를 마이크로 아키텍처 구현 파이선과 연동
0
160,321
20,099,762,145
IssuesEvent
2022-02-07 01:32:18
kapseliboi/mimic
https://api.github.com/repos/kapseliboi/mimic
opened
WS-2019-0066 (Medium) detected in ecstatic-2.2.1.tgz
security vulnerability
## WS-2019-0066 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ecstatic-2.2.1.tgz</b></p></summary> <p>A simple static file server middleware that works with both Express and Flatir...
True
WS-2019-0066 (Medium) detected in ecstatic-2.2.1.tgz - ## WS-2019-0066 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ecstatic-2.2.1.tgz</b></p></summary> <p>A simple static file se...
non_priority
ws medium detected in ecstatic tgz ws medium severity vulnerability vulnerable library ecstatic tgz a simple static file server middleware that works with both express and flatiron library home page a href path to dependency file package json path to vulnerable libra...
0
654,188
21,640,423,381
IssuesEvent
2022-05-05 18:10:58
apcountryman/picolibrary
https://api.github.com/repos/apcountryman/picolibrary
closed
Add CRC calculation parameters
priority-normal status-awaiting_review type-feature
Add CRC calculation parameters (`::picolibrary::CRC::Calculation_Parameters`). - [x] The `Calculation_Parameters` struct should be defined in the `include/picolibrary/crc.h`/`source/picolibrary/crc.cc` header/source file pair - [x] The `Calculation_Parameters` struct should have the following template parameters: ...
1.0
Add CRC calculation parameters - Add CRC calculation parameters (`::picolibrary::CRC::Calculation_Parameters`). - [x] The `Calculation_Parameters` struct should be defined in the `include/picolibrary/crc.h`/`source/picolibrary/crc.cc` header/source file pair - [x] The `Calculation_Parameters` struct should have the f...
priority
add crc calculation parameters add crc calculation parameters picolibrary crc calculation parameters the calculation parameters struct should be defined in the include picolibrary crc h source picolibrary crc cc header source file pair the calculation parameters struct should have the follo...
1
426,051
12,366,641,556
IssuesEvent
2020-05-18 10:49:49
luna/enso
https://api.github.com/repos/luna/enso
opened
Design & Implement Thread Safety in Language Contexts
Category: Interpreter Change: Non-Breaking Difficulty: Core Contributor Priority: High Type: Enhancement
### Summary The Language Context is not thread safe at all currently. It should be. ### Value Better control over executions – the possibility to access context from multiple threads and also to abort/resume executions. ### Specification - Different usage scenarios should be considered and as much parallelism ...
1.0
Design & Implement Thread Safety in Language Contexts - ### Summary The Language Context is not thread safe at all currently. It should be. ### Value Better control over executions – the possibility to access context from multiple threads and also to abort/resume executions. ### Specification - Different usage...
priority
design implement thread safety in language contexts summary the language context is not thread safe at all currently it should be value better control over executions – the possibility to access context from multiple threads and also to abort resume executions specification different usage...
1
237,278
19,606,179,406
IssuesEvent
2022-01-06 09:46:19
betagouv/preuve-covoiturage
https://api.github.com/repos/betagouv/preuve-covoiturage
opened
Evolution graphique du PDF Attestation Opérateurs
ATTESTATION AMELIORATION
### Ajouter sur la 1ère page du pdf "Attestation Opérateur" les éléments suivants : 1. Remplacer la Marianne actuelle par le logo sous titrée de "Ministère des Transports" comme précisé dans la charte : https://www.gouvernement.fr/charte/charte-graphique-les-applications/ministeres-secretariats-d-etat-services-deco...
1.0
Evolution graphique du PDF Attestation Opérateurs - ### Ajouter sur la 1ère page du pdf "Attestation Opérateur" les éléments suivants : 1. Remplacer la Marianne actuelle par le logo sous titrée de "Ministère des Transports" comme précisé dans la charte : https://www.gouvernement.fr/charte/charte-graphique-les-appli...
non_priority
evolution graphique du pdf attestation opérateurs ajouter sur la page du pdf attestation opérateur les éléments suivants remplacer la marianne actuelle par le logo sous titrée de ministère des transports comme précisé dans la charte intégrer bloc mentions de prévention fraude que thomas men...
0
62,212
6,781,862,142
IssuesEvent
2017-10-30 04:10:13
mapbox/mapbox-java
https://api.github.com/repos/mapbox/mapbox-java
closed
add a directions matrix example to the testapp
enhancement starter-task test
In addition, we can get rid of the distance activity since this replaces that. @langsmith
1.0
add a directions matrix example to the testapp - In addition, we can get rid of the distance activity since this replaces that. @langsmith
non_priority
add a directions matrix example to the testapp in addition we can get rid of the distance activity since this replaces that langsmith
0
438,745
30,659,761,722
IssuesEvent
2023-07-25 14:19:47
cilium/cilium
https://api.github.com/repos/cilium/cilium
closed
Test mutal-auth demo from GSG on EKS
area/documentation
```[tasklist] ### Tasks - [x] Install Cilium 1.14.0-rc.1 - [x] Test [mtls guide](https://docs.cilium.io/en/v1.14/network/servicemesh/mutual-authentication/mutual-authentication/#gs-mutual-authentication) ```
1.0
Test mutal-auth demo from GSG on EKS - ```[tasklist] ### Tasks - [x] Install Cilium 1.14.0-rc.1 - [x] Test [mtls guide](https://docs.cilium.io/en/v1.14/network/servicemesh/mutual-authentication/mutual-authentication/#gs-mutual-authentication) ```
non_priority
test mutal auth demo from gsg on eks tasks install cilium rc test
0
596,614
18,108,162,316
IssuesEvent
2021-09-22 21:53:43
oncokb/oncokb
https://api.github.com/repos/oncokb/oncokb
opened
Add intro videos
high priority
- [ ] The brief intro in the home page - [ ] The longer version in the about page
1.0
Add intro videos - - [ ] The brief intro in the home page - [ ] The longer version in the about page
priority
add intro videos the brief intro in the home page the longer version in the about page
1
74,981
25,459,414,983
IssuesEvent
2022-11-24 17:01:54
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
SelectOneRadio: problem with accessibility with Custom Layout (Facet)
:lady_beetle: defect :bangbang: needs-triage
### Describe the bug The extension Accessibility Insights for Web (https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni) report a problem of accessibility WCAG 4.1.2 on SelectOneRadio Custom Layout (Facet) ``` <span class="field-radiobutton" role="radio" aria-checked="...
1.0
SelectOneRadio: problem with accessibility with Custom Layout (Facet) - ### Describe the bug The extension Accessibility Insights for Web (https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni) report a problem of accessibility WCAG 4.1.2 on SelectOneRadio Custom Layout (...
non_priority
selectoneradio problem with accessibility with custom layout facet describe the bug the extension accessibility insights for web report a problem of accessibility wcag on selectoneradio custom layout facet input id j customradio clone name j customra...
0
223,996
17,148,018,908
IssuesEvent
2021-07-13 16:42:28
AaranJD/LondonItinerary
https://api.github.com/repos/AaranJD/LondonItinerary
opened
Properly set up variables
documentation
Finish setting up the variables in root and employ throughout css. - paddings - margins - text colours - button colours - background colours - hover colours
1.0
Properly set up variables - Finish setting up the variables in root and employ throughout css. - paddings - margins - text colours - button colours - background colours - hover colours
non_priority
properly set up variables finish setting up the variables in root and employ throughout css paddings margins text colours button colours background colours hover colours
0
94,965
19,621,368,938
IssuesEvent
2022-01-07 07:10:53
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Bug]: Parse error gets cleared when JS object name is changed
Bug Actions Pod High Release JS Editor FE Coders Pod
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When a JS function is in error state and JS object name is changed then the parse error clears but running the previously errored function throws an error. [![LOOM DEMO](http://cdn.loom.com/sessions/thumbnails/2a...
1.0
[Bug]: Parse error gets cleared when JS object name is changed - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When a JS function is in error state and JS object name is changed then the parse error clears but running the previously errored function throws an...
non_priority
parse error gets cleared when js object name is changed is there an existing issue for this i have searched the existing issues current behavior when a js function is in error state and js object name is changed then the parse error clears but running the previously errored function throws an error...
0
54,846
7,927,369,135
IssuesEvent
2018-07-06 07:46:03
InsertKoinIO/koin
https://api.github.com/repos/InsertKoinIO/koin
closed
Using Koin for android tests
koin-android status:accepted type:documentation type:feature-proposal
Searching for a solution to mock one of my repositories used as a Koin Module for instrumented tests, I finally found a way to mock it. If you want to mock one of the Koin Modules for your instrumented test, you need to call the `loadKoinModules` method passing it a list of Koin Modules you want to override. The...
1.0
Using Koin for android tests - Searching for a solution to mock one of my repositories used as a Koin Module for instrumented tests, I finally found a way to mock it. If you want to mock one of the Koin Modules for your instrumented test, you need to call the `loadKoinModules` method passing it a list of Koin Module...
non_priority
using koin for android tests searching for a solution to mock one of my repositories used as a koin module for instrumented tests i finally found a way to mock it if you want to mock one of the koin modules for your instrumented test you need to call the loadkoinmodules method passing it a list of koin module...
0
442,954
12,753,911,801
IssuesEvent
2020-06-28 01:41:07
penguin-statistics/frontend-v2
https://api.github.com/repos/penguin-statistics/frontend-v2
closed
US SERVER ARKPLANER SHOWING STAGE 6 FORM CN SERVER
affect:logic affect:ui bug priority:0
<!-- IMPORTANT: Please use the following link whenever possible to create a new issue: 注意:请尽可能使用以下链接来创建新的 issue https://new-issue.penguin-stats.io/ --> <details> <summary>Planner Config</summary> [{"id":"30135","name":"D32钢","need":4,"have":6},{"id":"30125","name":"双极纳米片","need":0,"have":0},{"id":"30115"...
1.0
US SERVER ARKPLANER SHOWING STAGE 6 FORM CN SERVER - <!-- IMPORTANT: Please use the following link whenever possible to create a new issue: 注意:请尽可能使用以下链接来创建新的 issue https://new-issue.penguin-stats.io/ --> <details> <summary>Planner Config</summary> [{"id":"30135","name":"D32钢","need":4,"have":6},{"id":"3...
priority
us server arkplaner showing stage form cn server important please use the following link whenever possible to create a new issue 注意:请尽可能使用以下链接来创建新的 issue planner config it goes stage on it
1
804,300
29,483,310,446
IssuesEvent
2023-06-02 07:49:47
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
[Android] Follow up of #8259 - Restore All is overlapping on Auto-contribute text
bug feature/user-interface feature/rewards priority/P4 QA/Yes OS/Android
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV...
1.0
[Android] Follow up of #8259 - Restore All is overlapping on Auto-contribute text - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT I...
priority
follow up of restore all is overlapping on auto contribute text have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will ge...
1
169,357
20,841,651,955
IssuesEvent
2022-03-21 01:13:44
Lob2018/YannLobjois_7_17062021
https://api.github.com/repos/Lob2018/YannLobjois_7_17062021
opened
CVE-2022-0686 (High) detected in url-parse-1.5.1.tgz
security vulnerability
## CVE-2022-0686 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser en...
True
CVE-2022-0686 (High) detected in url-parse-1.5.1.tgz - ## CVE-2022-0686 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary> <p>Small footprint URL par...
non_priority
cve high detected in url parse tgz cve high severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file package json path to vulnerab...
0
67,530
20,978,102,225
IssuesEvent
2022-03-28 17:03:15
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
dsl_bookmark.c: 'first_len' may be used uninitialized
Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list ar...
1.0
dsl_bookmark.c: 'first_len' may be used uninitialized - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be...
non_priority
dsl bookmark c first len may be used uninitialized thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the templ...
0
22,871
20,386,839,501
IssuesEvent
2022-02-22 08:00:37
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
opened
SSL error during Integration of Minio
usability
Hi I'm unable to integrate minio with clickhouse getting ssl error **Storage.xml** ``` <yandex> <storage_configuration> <disks> <minio> <type>s3</type> <endpoint>https://[240b:c0e0:102:553e:b4c2:2::]:30000/clickhouse/</endpoint> <access_key...
True
SSL error during Integration of Minio - Hi I'm unable to integrate minio with clickhouse getting ssl error **Storage.xml** ``` <yandex> <storage_configuration> <disks> <minio> <type>s3</type> <endpoint>https://[240b:c0e0:102:553e:b4c2:2::]:30000/clickho...
non_priority
ssl error during integration of minio hi i m unable to integrate minio with clickhouse getting ssl error storage xml https clickhouse ...
0
6,097
7,476,277,221
IssuesEvent
2018-04-04 02:08:49
Microsoft/vscode-cpptools
https://api.github.com/repos/Microsoft/vscode-cpptools
closed
Intellisense suggestions don't appear and formatting documents has no effect
Language Service bug fixed (release pending)
`VSCode Insiders v1.20` `MacOS v10.13.2` `C/C++ tools v0.14.5` VSCode cpptools doesn't show Intellisense suggestions and trying to format documents doesn't work either. The following text appears in the output window: ``` Failed to read response from server: 4 Shutdown request failed. Failed to read response ...
1.0
Intellisense suggestions don't appear and formatting documents has no effect - `VSCode Insiders v1.20` `MacOS v10.13.2` `C/C++ tools v0.14.5` VSCode cpptools doesn't show Intellisense suggestions and trying to format documents doesn't work either. The following text appears in the output window: ``` Failed to r...
non_priority
intellisense suggestions don t appear and formatting documents has no effect vscode insiders macos c c tools vscode cpptools doesn t show intellisense suggestions and trying to format documents doesn t work either the following text appears in the output window failed to read res...
0
230,472
25,481,733,204
IssuesEvent
2022-11-25 22:32:29
nycbeardo/myeleventyblog
https://api.github.com/repos/nycbeardo/myeleventyblog
closed
CVE-2021-35065 (High) detected in glob-parent-5.1.2.tgz - autoclosed
security vulnerability
## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>glob-parent-5.1.2.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home p...
True
CVE-2021-35065 (High) detected in glob-parent-5.1.2.tgz - autoclosed - ## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>glob-parent-5.1.2.tgz</b></p></summary> <p>Extr...
non_priority
cve high detected in glob parent tgz autoclosed cve high severity vulnerability vulnerable library glob parent tgz extract the non magic parent path from a glob string library home page a href path to dependency file package json path to vulnerable library node ...
0
228,135
7,546,322,569
IssuesEvent
2018-04-18 02:15:57
C3DSU/e-DefPR
https://api.github.com/repos/C3DSU/e-DefPR
closed
Adicionar moongoose error Handler
Category: Backend Priority: Medium Stage: Review Type: New-feature
Adicionar o moongoose error handler para o tratamento de mensagens de erro.
1.0
Adicionar moongoose error Handler - Adicionar o moongoose error handler para o tratamento de mensagens de erro.
priority
adicionar moongoose error handler adicionar o moongoose error handler para o tratamento de mensagens de erro
1
22,195
30,750,995,381
IssuesEvent
2023-07-28 19:13:50
dtcenter/MET
https://api.github.com/repos/dtcenter/MET
opened
Update `ndbc_stations.xml` after 7-character buoy id's are introduced in Aug/Sept 2023
requestor: NOAA/EMC type: task priority: medium alert: NEED ACCOUNT KEY MET: PreProcessing Tools (Point)
## Describe the Task ## The `ndbc_stations.xml` file is a static file defining the (lat, lon) buoy locations. Unfortunately, the NDBC file format is not self-describing and ascii2nc performs a lookup from a static table file to retrieve the (lat, lon) location for each buoy based on its ID. The issue is that these loc...
1.0
Update `ndbc_stations.xml` after 7-character buoy id's are introduced in Aug/Sept 2023 - ## Describe the Task ## The `ndbc_stations.xml` file is a static file defining the (lat, lon) buoy locations. Unfortunately, the NDBC file format is not self-describing and ascii2nc performs a lookup from a static table file to re...
non_priority
update ndbc stations xml after character buoy id s are introduced in aug sept describe the task the ndbc stations xml file is a static file defining the lat lon buoy locations unfortunately the ndbc file format is not self describing and performs a lookup from a static table file to retrieve the...
0
57,725
8,203,590,844
IssuesEvent
2018-09-02 23:33:57
fraenki/puppet-galera
https://api.github.com/repos/fraenki/puppet-galera
closed
$status_password appears to be required, but never mentioned in documentation
documentation
As the title says, it appears that `$status_password` is a required parameter for this class? But the README examples have this omitted.
1.0
$status_password appears to be required, but never mentioned in documentation - As the title says, it appears that `$status_password` is a required parameter for this class? But the README examples have this omitted.
non_priority
status password appears to be required but never mentioned in documentation as the title says it appears that status password is a required parameter for this class but the readme examples have this omitted
0
168,991
13,109,877,008
IssuesEvent
2020-08-04 19:32:26
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Implement import/export functionality
component:api component:cli priority:high state:needs_test type:enhancement
##### ISSUE TYPE - Feature Idea ##### SUMMARY tower-cli has send/receive, for exporting subsets of AWX assets for import into another AWX instance. This is commonly used as a mechanism of "promoting" automation from a dev instance to a production instance. It dumps full json structure, including dereferincin...
1.0
Implement import/export functionality - ##### ISSUE TYPE - Feature Idea ##### SUMMARY tower-cli has send/receive, for exporting subsets of AWX assets for import into another AWX instance. This is commonly used as a mechanism of "promoting" automation from a dev instance to a production instance. It dumps ful...
non_priority
implement import export functionality issue type feature idea summary tower cli has send receive for exporting subsets of awx assets for import into another awx instance this is commonly used as a mechanism of promoting automation from a dev instance to a production instance it dumps ful...
0
55,805
11,463,354,700
IssuesEvent
2020-02-07 15:51:18
mathshistory/mathshistory-site
https://api.github.com/repos/mathshistory/mathshistory-site
closed
Blue coloured paragraph incorrect colour
bbcode bug content site
The blue coloured paragraph is the same as the grey one, when it should be `#ccffff`
1.0
Blue coloured paragraph incorrect colour - The blue coloured paragraph is the same as the grey one, when it should be `#ccffff`
non_priority
blue coloured paragraph incorrect colour the blue coloured paragraph is the same as the grey one when it should be ccffff
0
52,538
22,286,139,317
IssuesEvent
2022-06-11 16:59:27
PreMiD/Presences
https://api.github.com/repos/PreMiD/Presences
opened
Sophia Learning | app.sophia.org
service request
### Website name Sophia Learning ### Website URL https://app.sophia.org/ ### Website logo https://www.sophia.org/content/dam/sophia/misc/logo_sophia_emblem_svg.svg ### Prerequisites - [X] It is a paid service - [ ] It displays NSFW content - [ ] It is region restricted ### Description Browsing all courses page...
1.0
Sophia Learning | app.sophia.org - ### Website name Sophia Learning ### Website URL https://app.sophia.org/ ### Website logo https://www.sophia.org/content/dam/sophia/misc/logo_sophia_emblem_svg.svg ### Prerequisites - [X] It is a paid service - [ ] It displays NSFW content - [ ] It is region restricted ### Des...
non_priority
sophia learning app sophia org website name sophia learning website url website logo prerequisites it is a paid service it displays nsfw content it is region restricted description browsing all courses page browsing specific course dashboard w course title working on ...
0
562,575
16,663,903,609
IssuesEvent
2021-06-06 20:38:59
apcountryman/picolibrary-microchip-megaavr0
https://api.github.com/repos/apcountryman/picolibrary-microchip-megaavr0
closed
Add SPI peripheral
priority-normal status-awaiting_review type-feature
Add SPI peripheral (`::picolibrary::Microchip::megaAVR0::Peripheral::SPI`). - [x] The peripheral should be defined in the `include/picolibrary/microchip/megaavr0/peripheral/spi.h`/`source/picolibrary/microchip/megaavr0/peripheral/spi.cc` header/source file pair. The peripheral should provide the following: - [x] D...
1.0
Add SPI peripheral - Add SPI peripheral (`::picolibrary::Microchip::megaAVR0::Peripheral::SPI`). - [x] The peripheral should be defined in the `include/picolibrary/microchip/megaavr0/peripheral/spi.h`/`source/picolibrary/microchip/megaavr0/peripheral/spi.cc` header/source file pair. The peripheral should provide th...
priority
add spi peripheral add spi peripheral picolibrary microchip peripheral spi the peripheral should be defined in the include picolibrary microchip peripheral spi h source picolibrary microchip peripheral spi cc header source file pair the peripheral should provide the following direc...
1
370,128
10,925,651,155
IssuesEvent
2019-11-22 13:03:22
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1266] Civics: Can't start election for the Elected Title
High Priority
Don't have option for Position in the Ballot-Start Election when I have Elected Titles. ![bandicam 2019-11-22 17-53-12-028](https://user-images.githubusercontent.com/27898520/69428085-3a035e00-0d52-11ea-8388-d374c09e2a89.jpg) ![bandicam 2019-11-22 17-52-59-848](https://user-images.githubusercontent.com/27898520/69428...
1.0
[0.9.0 staging-1266] Civics: Can't start election for the Elected Title - Don't have option for Position in the Ballot-Start Election when I have Elected Titles. ![bandicam 2019-11-22 17-53-12-028](https://user-images.githubusercontent.com/27898520/69428085-3a035e00-0d52-11ea-8388-d374c09e2a89.jpg) ![bandicam 2019-11...
priority
civics can t start election for the elected title don t have option for position in the ballot start election when i have elected titles
1
284,940
31,017,868,167
IssuesEvent
2023-08-10 01:04:57
amaybaum-dev/verademo2
https://api.github.com/repos/amaybaum-dev/verademo2
opened
commons-collections4-4.0.jar: 3 vulnerabilities (highest severity is: 9.8) non-reachable
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections4-4.0.jar</b></p></summary> <p>The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.</p> <p...
True
commons-collections4-4.0.jar: 3 vulnerabilities (highest severity is: 9.8) non-reachable - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections4-4.0.jar</b></p></summary> <p>The Apache Commons Collec...
non_priority
commons jar vulnerabilities highest severity is non reachable vulnerable library commons jar the apache commons collections package contains types that extend and augment the java collections framework library home page a href path to dependency file app pom xml path to ...
0
678,125
23,189,463,129
IssuesEvent
2022-08-01 11:20:11
arriven/db1000n
https://api.github.com/repos/arriven/db1000n
closed
Non-cumulative stats
enhancement priority: medium
I use the -less-stats option and it is working great. Is there any option (or implementation possibility) to display a non-cumulative stats once a minute, like requests and Mb per second? Right now the counters are accumulated every minute and total number is displayed.
1.0
Non-cumulative stats - I use the -less-stats option and it is working great. Is there any option (or implementation possibility) to display a non-cumulative stats once a minute, like requests and Mb per second? Right now the counters are accumulated every minute and total number is displayed.
priority
non cumulative stats i use the less stats option and it is working great is there any option or implementation possibility to display a non cumulative stats once a minute like requests and mb per second right now the counters are accumulated every minute and total number is displayed
1
830,399
32,006,355,217
IssuesEvent
2023-09-21 15:03:32
NOAA-OWP/ras2fim
https://api.github.com/repos/NOAA-OWP/ras2fim
closed
[3pt] Add linting pre-commit system and linting updates
enhancement ras2fim medium priority
In FIM, they have a pre-commit system for linting. For now it is in a [WIP linting branch](https://github.com/NOAA-OWP/inundation-mapping/tree/dev-format-and-style), but will be integrated later. This will give some examples. Key files to watch. are the `.pre-commit-config.yml`. There is an file override option in t...
1.0
[3pt] Add linting pre-commit system and linting updates - In FIM, they have a pre-commit system for linting. For now it is in a [WIP linting branch](https://github.com/NOAA-OWP/inundation-mapping/tree/dev-format-and-style), but will be integrated later. This will give some examples. Key files to watch. are the `.pre-...
priority
add linting pre commit system and linting updates in fim they have a pre commit system for linting for now it is in a but will be integrated later this will give some examples key files to watch are the pre commit config yml there is an file override option in this file a secondary task is to add ...
1
280,037
30,795,246,662
IssuesEvent
2023-07-31 19:19:52
amaybaum-dev/vprofile-project
https://api.github.com/repos/amaybaum-dev/vprofile-project
opened
CVE-2022-25857 (High) detected in snakeyaml-1.15.jar
Mend: dependency security vulnerability
## CVE-2022-25857 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.15.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http:/...
True
CVE-2022-25857 (High) detected in snakeyaml-1.15.jar - ## CVE-2022-25857 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.15.jar</b></p></summary> <p>YAML 1.1 parser and emi...
non_priority
cve high detected in snakeyaml jar cve high severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org yaml snakeyam...
0
538,533
15,771,313,514
IssuesEvent
2021-03-31 20:24:30
AlexsLemonade/resources-portal
https://api.github.com/repos/AlexsLemonade/resources-portal
opened
Support empty search on ALL resources
Medium Priority user feedback
### Context Came up during beta testing ### Problem or idea Multiple users tried to search `ALL` with an empty search expecting everything to pop up in the results. It did not work. It was one of their first steps to gauge and discover what the portal has to offer. User behavior nugget: the more com...
1.0
Support empty search on ALL resources - ### Context Came up during beta testing ### Problem or idea Multiple users tried to search `ALL` with an empty search expecting everything to pop up in the results. It did not work. It was one of their first steps to gauge and discover what the portal has to offer. ...
priority
support empty search on all resources context came up during beta testing problem or idea multiple users tried to search all with an empty search expecting everything to pop up in the results it did not work it was one of their first steps to gauge and discover what the portal has to offer ...
1
5,556
2,791,696,708
IssuesEvent
2015-05-10 10:54:20
bundlewrap/bundlewrap
https://api.github.com/repos/bundlewrap/bundlewrap
closed
builtin quick reference
design-decision feature
make people browse the docs as little as possible provide a quick and concise manpage-like reference 'bw man files' to get a short cheat sheet about content_types etc.
1.0
builtin quick reference - make people browse the docs as little as possible provide a quick and concise manpage-like reference 'bw man files' to get a short cheat sheet about content_types etc.
non_priority
builtin quick reference make people browse the docs as little as possible provide a quick and concise manpage like reference bw man files to get a short cheat sheet about content types etc
0
578,725
17,150,826,643
IssuesEvent
2021-07-13 20:21:12
GSG-G10/Watch-Store
https://api.github.com/repos/GSG-G10/Watch-Store
closed
Search / Filter Bar
In Progress Priority-1 To-Do
This bar allows the customer to filter the products on what he wants to see or what he loves.
1.0
Search / Filter Bar - This bar allows the customer to filter the products on what he wants to see or what he loves.
priority
search filter bar this bar allows the customer to filter the products on what he wants to see or what he loves
1
335,599
10,163,753,183
IssuesEvent
2019-08-07 09:58:34
meumobi/IRmobi
https://api.github.com/repos/meumobi/IRmobi
opened
If I change lang home headlines are not loaded/refreshed
fix high priority items
### Expected behaviour Tell us what should happen ### Actual behaviour Tell us what happens instead ### Steps to reproduce 1. Install App 2. Change lang => should observe home content is not loaded 3. ### Expected responses - Why it happens - How to fix it - How to test
1.0
If I change lang home headlines are not loaded/refreshed - ### Expected behaviour Tell us what should happen ### Actual behaviour Tell us what happens instead ### Steps to reproduce 1. Install App 2. Change lang => should observe home content is not loaded 3. ### Expected responses - Why it happens - Ho...
priority
if i change lang home headlines are not loaded refreshed expected behaviour tell us what should happen actual behaviour tell us what happens instead steps to reproduce install app change lang should observe home content is not loaded expected responses why it happens ho...
1
110,329
16,977,165,826
IssuesEvent
2021-06-30 01:54:23
SmartBear/ready-api-plugins
https://api.github.com/repos/SmartBear/ready-api-plugins
closed
CVE-2020-1945 (Medium) detected in ant-1.8.2.jar - autoclosed
security vulnerability
## CVE-2020-1945 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.8.2.jar</b></p></summary> <p>master POM</p> <p>Path to dependency file: ready-api-plugins/ready-api-plugin-temp...
True
CVE-2020-1945 (Medium) detected in ant-1.8.2.jar - autoclosed - ## CVE-2020-1945 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.8.2.jar</b></p></summary> <p>master POM</p> <p>...
non_priority
cve medium detected in ant jar autoclosed cve medium severity vulnerability vulnerable library ant jar master pom path to dependency file ready api plugins ready api plugin template pom xml path to vulnerable library home wss scanner repository org apache ant ant ...
0
43,609
7,055,432,510
IssuesEvent
2018-01-04 08:15:36
UnixJunkie/vp-tree
https://api.github.com/repos/UnixJunkie/vp-tree
closed
put some ocamldoc comments in the .mli
documentation enhancement
c'est un peu abuse de ne filer qu'un .mli sans commentaires.
1.0
put some ocamldoc comments in the .mli - c'est un peu abuse de ne filer qu'un .mli sans commentaires.
non_priority
put some ocamldoc comments in the mli c est un peu abuse de ne filer qu un mli sans commentaires
0
257,968
8,149,305,678
IssuesEvent
2018-08-22 09:12:58
Xceptance/neodymium-library
https://api.github.com/repos/Xceptance/neodymium-library
closed
Attachments in Allure report missing
Medium Priority bug doneInDevelop
Selenide attachments created while testing are currently not attached to Allure report.
1.0
Attachments in Allure report missing - Selenide attachments created while testing are currently not attached to Allure report.
priority
attachments in allure report missing selenide attachments created while testing are currently not attached to allure report
1
660,060
21,950,461,107
IssuesEvent
2022-05-24 07:26:12
dodona-edu/dodona
https://api.github.com/repos/dodona-edu/dodona
closed
Show transient messages to users
feature medium priority
We want a way to easily show messages to all users (or all course admins/staff/...). Such message would be displayed until it is dismissed or until we disable it. This could be used to announce new releases, scheduled downtime, etc. We want to be able to enable/disable this using an interface on Dodona and not do...
1.0
Show transient messages to users - We want a way to easily show messages to all users (or all course admins/staff/...). Such message would be displayed until it is dismissed or until we disable it. This could be used to announce new releases, scheduled downtime, etc. We want to be able to enable/disable this usin...
priority
show transient messages to users we want a way to easily show messages to all users or all course admins staff such message would be displayed until it is dismissed or until we disable it this could be used to announce new releases scheduled downtime etc we want to be able to enable disable this usin...
1
611,077
18,944,275,456
IssuesEvent
2021-11-18 08:26:40
hoelzer-lab/rnaflow
https://api.github.com/repos/hoelzer-lab/rnaflow
closed
compatibility issue in multiqc v1.9 docker container on some systems
bug high priority
[Multiqc docker container](https://hub.docker.com/layers/nanozoo/multiqc/1.9--aba729b/images/sha256-a57444dd3909fcd3d1facf6c749f68a1935de446045da94c4ed8604f50e00e8b?context=explore) doesn't work on allegro cluster (SMP Debian 5.10.70-1), the container has numpy v1.18.4 and networkx v2.6.1 installed but this version of ...
1.0
compatibility issue in multiqc v1.9 docker container on some systems - [Multiqc docker container](https://hub.docker.com/layers/nanozoo/multiqc/1.9--aba729b/images/sha256-a57444dd3909fcd3d1facf6c749f68a1935de446045da94c4ed8604f50e00e8b?context=explore) doesn't work on allegro cluster (SMP Debian 5.10.70-1), the contain...
priority
compatibility issue in multiqc docker container on some systems doesn t work on allegro cluster smp debian the container has numpy and networkx installed but this version of networkx requires numpy the works tho might be fixed when updating the container to mutliqc may...
1
103,346
4,167,530,056
IssuesEvent
2016-06-20 09:52:19
GreatEmerald/RGIC1601
https://api.github.com/repos/GreatEmerald/RGIC1601
closed
Implement a metadata chain
Priority 4: Medium
Starting from the ClassifyToZones module, operations that result in new rasters should contain metadata about the parameters used in creating the output. The way to do it, for raster objects, when `input` is an input raster, `output` is the output raster, and you want to add `newvar` set to `newvalue`, is: ```r met...
1.0
Implement a metadata chain - Starting from the ClassifyToZones module, operations that result in new rasters should contain metadata about the parameters used in creating the output. The way to do it, for raster objects, when `input` is an input raster, `output` is the output raster, and you want to add `newvar` set to...
priority
implement a metadata chain starting from the classifytozones module operations that result in new rasters should contain metadata about the parameters used in creating the output the way to do it for raster objects when input is an input raster output is the output raster and you want to add newvar set to...
1
89,395
17,873,757,039
IssuesEvent
2021-09-06 21:18:26
BlueBrain/nmodl
https://api.github.com/repos/BlueBrain/nmodl
opened
Segmentation fault while translating hh.mod in CoreNEURON CI (Intel compiler)
bug codegen
CoreNEURON CI is failing https://github.com/BlueBrain/CoreNeuron/pull/624 with the following error: ```console $ /gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs/bbpcihpcproj12/P15931/55181/spack/opt/spack/linux-rhel7-x86_64/intel-19.1.2.254/nmodl-develop-lqyttq/bin/nmodl \ x86_64/corenrn/mod2c/hh.mod \ -o x8...
1.0
Segmentation fault while translating hh.mod in CoreNEURON CI (Intel compiler) - CoreNEURON CI is failing https://github.com/BlueBrain/CoreNeuron/pull/624 with the following error: ```console $ /gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs/bbpcihpcproj12/P15931/55181/spack/opt/spack/linux-rhel7-x86_64/intel-19.1.2.254/nmodl...
non_priority
segmentation fault while translating hh mod in coreneuron ci intel compiler coreneuron ci is failing with the following error console gpfs bbp cscs ch ssd gitlab map jobs spack opt spack linux intel nmodl develop lqyttq bin nmodl corenrn hh mod o core...
0
148,215
5,661,034,852
IssuesEvent
2017-04-10 16:23:40
askmike/gekko
https://api.github.com/repos/askmike/gekko
closed
Can you add whaleclub to supported exchanges
enhancement exchange low-priority open-for-pulls
Is there a way to add whaleclub to supported exchanges since they just released their api?
1.0
Can you add whaleclub to supported exchanges - Is there a way to add whaleclub to supported exchanges since they just released their api?
priority
can you add whaleclub to supported exchanges is there a way to add whaleclub to supported exchanges since they just released their api
1
627,966
19,958,150,586
IssuesEvent
2022-01-28 03:27:34
open-telemetry/opentelemetry-cpp
https://api.github.com/repos/open-telemetry/opentelemetry-cpp
reopened
Rework batch processor to elaborate in code comments / avoid while(...) loops
priority:p2 do-not-stale
There's a code in Batch Log processor that contains the following constructs: ```cpp while (is_force_flush_.load() == true) { cv_.notify_one(); } ``` These constructs look suspicious, as "what if" the other thread does not refresh the `is_force_flush` value - does it mean that we are effectively bu...
1.0
Rework batch processor to elaborate in code comments / avoid while(...) loops - There's a code in Batch Log processor that contains the following constructs: ```cpp while (is_force_flush_.load() == true) { cv_.notify_one(); } ``` These constructs look suspicious, as "what if" the other thread does ...
priority
rework batch processor to elaborate in code comments avoid while loops there s a code in batch log processor that contains the following constructs cpp while is force flush load true cv notify one these constructs look suspicious as what if the other thread does ...
1
8,084
8,147,630,875
IssuesEvent
2018-08-22 00:53:35
DanielWGross/cardinalRecording
https://api.github.com/repos/DanielWGross/cardinalRecording
opened
Services Page Card
HTML / CSS SERVICES
#### Description: Services page will have four cards that will display the services available. 1. Recording 2. Editing 3. Mixing 4. Mastering The entire card group should share a consistent background. Each category should have a brief description of the services that are offered. #### Inspiration Photo: ...
1.0
Services Page Card - #### Description: Services page will have four cards that will display the services available. 1. Recording 2. Editing 3. Mixing 4. Mastering The entire card group should share a consistent background. Each category should have a brief description of the services that are offered. ###...
non_priority
services page card description services page will have four cards that will display the services available recording editing mixing mastering the entire card group should share a consistent background each category should have a brief description of the services that are offered ...
0
344,253
10,341,927,191
IssuesEvent
2019-09-04 04:23:01
acl-services/paprika
https://api.github.com/repos/acl-services/paprika
opened
DropdownMenu – Add support for an anchor attribute to identify Popover portal content
Feature Request Good First Issue High Priority ↑ Proposal
## Problem Since the menu content of the `<DropdownMenu>` is rendered in a portal, when there are multiple `<DropdownMenus>` on a page, there will be no unique identifier in the markup to target it with automation tests, CSS overrides or scripts. The `<Popover.Content>` does propagate additional props, so a `data...
1.0
DropdownMenu – Add support for an anchor attribute to identify Popover portal content - ## Problem Since the menu content of the `<DropdownMenu>` is rendered in a portal, when there are multiple `<DropdownMenus>` on a page, there will be no unique identifier in the markup to target it with automation tests, CSS overri...
priority
dropdownmenu – add support for an anchor attribute to identify popover portal content problem since the menu content of the is rendered in a portal when there are multiple on a page there will be no unique identifier in the markup to target it with automation tests css overrides or scripts the ...
1
36,348
12,404,380,869
IssuesEvent
2020-05-21 15:26:33
jgeraigery/beaker-notebook
https://api.github.com/repos/jgeraigery/beaker-notebook
opened
CVE-2017-16026 (Medium) detected in multiple libraries
security vulnerability
## CVE-2017-16026 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>request-2.36.0.tgz</b>, <b>request-2.51.0.tgz</b>, <b>request-2.12.0.tgz</b>, <b>request-2.27.0.tgz</b></p></summar...
True
CVE-2017-16026 (Medium) detected in multiple libraries - ## CVE-2017-16026 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>request-2.36.0.tgz</b>, <b>request-2.51.0.tgz</b>, <b>requ...
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries request tgz request tgz request tgz request tgz request tgz simplified http request client library home page a href path to dependency fi...
0
73,303
19,649,928,907
IssuesEvent
2022-01-10 05:04:53
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Compiling tensorflow/core/kernels/bincount_op.cc failed: (Exit 1): clang failed: error executing command
type:build/install comp:lite subtype: ubuntu/linux TF 2.7
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System information** - OS P...
1.0
Compiling tensorflow/core/kernels/bincount_op.cc failed: (Exit 1): clang failed: error executing command - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature ...
non_priority
compiling tensorflow core kernels bincount op cc failed exit clang failed error executing command please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template syste...
0
680,243
23,263,632,457
IssuesEvent
2022-08-04 15:22:44
jrsteensen/OpenHornet
https://api.github.com/repos/jrsteensen/OpenHornet
closed
SIM CTRL backplate needs swiss-cheesing.
Type: Bug/Obsolesce Category: MCAD Priority: Normal
SIM CTRL Panel needs the backlighting holes added in the backplate again. Seems to have disappeared.
1.0
SIM CTRL backplate needs swiss-cheesing. - SIM CTRL Panel needs the backlighting holes added in the backplate again. Seems to have disappeared.
priority
sim ctrl backplate needs swiss cheesing sim ctrl panel needs the backlighting holes added in the backplate again seems to have disappeared
1
260,749
8,214,348,435
IssuesEvent
2018-09-04 22:54:20
wevote/WebApp
https://api.github.com/repos/wevote/WebApp
closed
Force /src/index.html to reload every 12 hours
Difficulty: Medium Priority: 1
### Please describe the issue (What happens? What do you expect?) Add code that sets an expiration to the /src/index.html so that the page has to reload every 12 hours. With a new index.html page, the name of the bundle will change if there has been an update, which will force the download of the latest Javascript bun...
1.0
Force /src/index.html to reload every 12 hours - ### Please describe the issue (What happens? What do you expect?) Add code that sets an expiration to the /src/index.html so that the page has to reload every 12 hours. With a new index.html page, the name of the bundle will change if there has been an update, which wil...
priority
force src index html to reload every hours please describe the issue what happens what do you expect add code that sets an expiration to the src index html so that the page has to reload every hours with a new index html page the name of the bundle will change if there has been an update which will ...
1
154,500
24,306,141,284
IssuesEvent
2022-09-29 17:36:04
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Task]: Import changes for UneditableField
Design System Pod Task ads migration
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks Now that we've migrated UneditableField to the design system, we need to test it with the updated API on both ce and ee. If that works, we can take the same approach with other similarly structured components.
1.0
[Task]: Import changes for UneditableField - ### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks Now that we've migrated UneditableField to the design system, we need to test it with the updated API on both ce and ee. If that works, we can take the same approach with other...
non_priority
import changes for uneditablefield is there an existing issue for this i have searched the existing issues subtasks now that we ve migrated uneditablefield to the design system we need to test it with the updated api on both ce and ee if that works we can take the same approach with other simila...
0
649,752
21,320,132,078
IssuesEvent
2022-04-17 00:18:15
kubeflow/manifests
https://api.github.com/repos/kubeflow/manifests
closed
reference the upstream manifests in kustomize (rather than duplicate them)
priority/p2 lifecycle/stale
We dont have to include the actual YAML from upstream repos in `kubeflow/manifests`! Kustomize can directly reference the upstream repo, at a specific version tag. __For example, referencing `crud-web-apps` in `kubeflow/kubeflow`:__ ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resour...
1.0
reference the upstream manifests in kustomize (rather than duplicate them) - We dont have to include the actual YAML from upstream repos in `kubeflow/manifests`! Kustomize can directly reference the upstream repo, at a specific version tag. __For example, referencing `crud-web-apps` in `kubeflow/kubeflow`:__ ```yam...
priority
reference the upstream manifests in kustomize rather than duplicate them we dont have to include the actual yaml from upstream repos in kubeflow manifests kustomize can directly reference the upstream repo at a specific version tag for example referencing crud web apps in kubeflow kubeflow yam...
1
88,130
10,565,615,840
IssuesEvent
2019-10-05 12:54:02
BluEye-Robotics/blueye.sdk
https://api.github.com/repos/BluEye-Robotics/blueye.sdk
opened
Include offline version of the documentation with the pip package
documentation enhancement
Since there usually is no internet on the surface unit the uses is not able to read the documentation. This could be remedied by building and including a pdf/html version of the documentation.
1.0
Include offline version of the documentation with the pip package - Since there usually is no internet on the surface unit the uses is not able to read the documentation. This could be remedied by building and including a pdf/html version of the documentation.
non_priority
include offline version of the documentation with the pip package since there usually is no internet on the surface unit the uses is not able to read the documentation this could be remedied by building and including a pdf html version of the documentation
0
27,435
2,692,763,811
IssuesEvent
2015-04-01 10:19:14
HGustavs/LenaSYS
https://api.github.com/repos/HGustavs/LenaSYS
closed
Many keys are wrong/improper in SQL code
All highPriority
Many tables are declared with auto incrementing primary keys. For example the table 'user' is declared with an auto incrementing primary key 'uid' while the 'username' field is declared to be 'UNIQUE'. It would be better to make 'username' the primary key so that it is possible to reference the primary key of that ...
1.0
Many keys are wrong/improper in SQL code - Many tables are declared with auto incrementing primary keys. For example the table 'user' is declared with an auto incrementing primary key 'uid' while the 'username' field is declared to be 'UNIQUE'. It would be better to make 'username' the primary key so that it is pos...
priority
many keys are wrong improper in sql code many tables are declared with auto incrementing primary keys for example the table user is declared with an auto incrementing primary key uid while the username field is declared to be unique it would be better to make username the primary key so that it is pos...
1
12,638
7,931,720,307
IssuesEvent
2018-07-07 04:07:40
bojanrajkovic/Ward
https://api.github.com/repos/bojanrajkovic/Ward
closed
Update MessageParser and MessageWriter to use BinaryPrimitives
dns core enhancement performance
System.Buffers/System.Memory provide some really awesome binary primitives for reading big endian values from a ReadOnlySpan<byte>. Update the parser to use these instead of using BitConverter.GetBytes. This means the whole parser needs to be based on spans, but that is probably for the best.
True
Update MessageParser and MessageWriter to use BinaryPrimitives - System.Buffers/System.Memory provide some really awesome binary primitives for reading big endian values from a ReadOnlySpan<byte>. Update the parser to use these instead of using BitConverter.GetBytes. This means the whole parser needs to be based on spa...
non_priority
update messageparser and messagewriter to use binaryprimitives system buffers system memory provide some really awesome binary primitives for reading big endian values from a readonlyspan update the parser to use these instead of using bitconverter getbytes this means the whole parser needs to be based on spans b...
0
387,077
26,712,040,939
IssuesEvent
2023-01-28 02:19:47
digital-nomadd/Project-Everland
https://api.github.com/repos/digital-nomadd/Project-Everland
closed
[Tracking] Update documentation
documentation
#### Oписание Работа в проекте не задокументирована, отсутствуют шаблоны для Issue и PR. #### Задачи - [x] #60 - [x] #61 - [x] #62 - [x] #63
1.0
[Tracking] Update documentation - #### Oписание Работа в проекте не задокументирована, отсутствуют шаблоны для Issue и PR. #### Задачи - [x] #60 - [x] #61 - [x] #62 - [x] #63
non_priority
update documentation oписание работа в проекте не задокументирована отсутствуют шаблоны для issue и pr задачи
0
71,417
18,735,798,317
IssuesEvent
2021-11-04 07:18:47
gitpod-io/gitpod
https://api.github.com/repos/gitpod-io/gitpod
opened
Rebuild all gitpod-io/template-* upon gitpod-io/workspace-images release
feature: prebuilds
# Why As gitpod-io/template* seldom updated (only when needed) the prebuilds can be using older releases of gitpod-io/worksapce-images. We need a way to rebuild the prebuilds of gitpod-io/template* when a new version of workspace-images are released so that users get the latest SDK's and security patches. # Context...
1.0
Rebuild all gitpod-io/template-* upon gitpod-io/workspace-images release - # Why As gitpod-io/template* seldom updated (only when needed) the prebuilds can be using older releases of gitpod-io/worksapce-images. We need a way to rebuild the prebuilds of gitpod-io/template* when a new version of workspace-images are rel...
non_priority
rebuild all gitpod io template upon gitpod io workspace images release why as gitpod io template seldom updated only when needed the prebuilds can be using older releases of gitpod io worksapce images we need a way to rebuild the prebuilds of gitpod io template when a new version of workspace images are rel...
0
35,773
5,006,886,754
IssuesEvent
2016-12-12 15:23:30
TEAMMATES/teammates
https://api.github.com/repos/TEAMMATES/teammates
closed
Fix unstable tests due to rich-text support for comments
a-Testing
#6187 introduces many test instabilities and even consistent failures which needs to be fixed.
1.0
Fix unstable tests due to rich-text support for comments - #6187 introduces many test instabilities and even consistent failures which needs to be fixed.
non_priority
fix unstable tests due to rich text support for comments introduces many test instabilities and even consistent failures which needs to be fixed
0
59,021
6,626,338,702
IssuesEvent
2017-09-22 19:06:49
Princeton-CDH/cdh-web
https://api.github.com/repos/Princeton-CDH/cdh-web
closed
As a user, I want to view previous events by semester so that I can get a sense of event and workshop offerings.
awaiting testing
## Notes for testing - links to archive are not styled yet, but logic should be working
1.0
As a user, I want to view previous events by semester so that I can get a sense of event and workshop offerings. - ## Notes for testing - links to archive are not styled yet, but logic should be working
non_priority
as a user i want to view previous events by semester so that i can get a sense of event and workshop offerings notes for testing links to archive are not styled yet but logic should be working
0
342,551
10,318,857,980
IssuesEvent
2019-08-30 15:54:56
apache/skywalking
https://api.github.com/repos/apache/skywalking
closed
Gateway feature performance concern
OAP-backend bug high priority
Hi @kezhenxu94 After I merged the PR, I noticed this https://github.com/apache/skywalking/blob/54614a05941b624610fac62ada73da798eef400d/oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/trace/provider/parser/listener/service/ServiceMappingS...
1.0
Gateway feature performance concern - Hi @kezhenxu94 After I merged the PR, I noticed this https://github.com/apache/skywalking/blob/54614a05941b624610fac62ada73da798eef400d/oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/trace/provider/p...
priority
gateway feature performance concern hi after i merged the pr i noticed this you always send reset to inventory but this triggers more update to service inventory even not necessary i think this reset is only required to be reset when it is not could you confirm
1
857
2,919,809,854
IssuesEvent
2015-06-24 15:51:13
MISP/MISP
https://api.github.com/repos/MISP/MISP
closed
Displaying PGP fingerprints (while importing PGP key)
c-list enhancement Security
If you import a PGP key using the Fetch PGP key functionality, you cannot see the fingerprint of the key imported. It would be nice to display it after the import to ensure that's the right key.
True
Displaying PGP fingerprints (while importing PGP key) - If you import a PGP key using the Fetch PGP key functionality, you cannot see the fingerprint of the key imported. It would be nice to display it after the import to ensure that's the right key.
non_priority
displaying pgp fingerprints while importing pgp key if you import a pgp key using the fetch pgp key functionality you cannot see the fingerprint of the key imported it would be nice to display it after the import to ensure that s the right key
0
73,517
15,256,417,343
IssuesEvent
2021-02-20 20:07:16
kadirselcuk/vscode
https://api.github.com/repos/kadirselcuk/vscode
opened
CVE-2018-1107 (High) detected in is-my-json-valid-2.17.1.tgz, is-my-json-valid-2.16.1.tgz
security vulnerability
## CVE-2018-1107 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>is-my-json-valid-2.17.1.tgz</b>, <b>is-my-json-valid-2.16.1.tgz</b></p></summary> <p> <details><summary><b>is-my-json...
True
CVE-2018-1107 (High) detected in is-my-json-valid-2.17.1.tgz, is-my-json-valid-2.16.1.tgz - ## CVE-2018-1107 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>is-my-json-valid-2.17.1.tg...
non_priority
cve high detected in is my json valid tgz is my json valid tgz cve high severity vulnerability vulnerable libraries is my json valid tgz is my json valid tgz is my json valid tgz a jsonschema validator that uses code generation to be extremely fast...
0
526,329
15,286,347,209
IssuesEvent
2021-02-23 14:36:21
pombase/curation
https://api.github.com/repos/pombase/curation
closed
reannotate GO:0000749
annotation priority quick
response to pheromone triggering conjugation with cellular fusion (GO:0000749) Systematic ID | Gene name | Product description -- | -- | -- SPAC1565.04c | ste4 | adaptor protein Ste4 SPBC24C6.06 | gpa1 | G-protein alpha subunit SPAC1D4.13 | byr1 | MAP kinase kinase Byr1 SPBC1D7.05 | byr2 | MAP kinase kinase k...
1.0
reannotate GO:0000749 - response to pheromone triggering conjugation with cellular fusion (GO:0000749) Systematic ID | Gene name | Product description -- | -- | -- SPAC1565.04c | ste4 | adaptor protein Ste4 SPBC24C6.06 | gpa1 | G-protein alpha subunit SPAC1D4.13 | byr1 | MAP kinase kinase Byr1 SPBC1D7.05 | by...
priority
reannotate go response to pheromone triggering conjugation with cellular fusion go systematic id gene name product description adaptor protein g protein alpha subunit map kinase kinase map kinase kinase kinase map kinase ...
1
821,876
30,840,296,814
IssuesEvent
2023-08-02 10:10:42
formkit/formkit
https://api.github.com/repos/formkit/formkit
opened
Drag an drop bug with Transfer List
🐛 bug 🔴 priority-1 Pro
### Reproduction https://formkit.link/ee9d4739a6b51d466b3f5bdcc7a4d991 ### Describe the bug When transferring a value from left to right for the first time (by drag & drop) the value on the left is not being removed as expected. ### Environment • OS: [e.g. iOS] • Browser [e.g. chrome, safari] • Version [e.g. 22...
1.0
Drag an drop bug with Transfer List - ### Reproduction https://formkit.link/ee9d4739a6b51d466b3f5bdcc7a4d991 ### Describe the bug When transferring a value from left to right for the first time (by drag & drop) the value on the left is not being removed as expected. ### Environment • OS: [e.g. iOS] • Browser [e....
priority
drag an drop bug with transfer list reproduction describe the bug when transferring a value from left to right for the first time by drag drop the value on the left is not being removed as expected environment • os • browser • version
1
738,301
25,551,728,486
IssuesEvent
2022-11-30 00:42:58
nasa/fprime
https://api.github.com/repos/nasa/fprime
closed
Recover Seed File for CI
bug High Priority
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Problem Description Randomized test seed-history files are not recovered making debugging and reproduction difficult or impossible.
1.0
Recover Seed File for CI - | | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Problem Description Randomized test seed-history files are not recovered making debugging and reproduction difficult or impossible.
priority
recover seed file for ci f´ version affected component problem description randomized test seed history files are not recovered making debugging and reproduction difficult or impossible
1
48,336
6,097,120,996
IssuesEvent
2017-06-20 01:46:06
geetsisbac/E55Q3NOULHJ77TLQU57Z4QQM
https://api.github.com/repos/geetsisbac/E55Q3NOULHJ77TLQU57Z4QQM
reopened
VTbPFTF/vjRak1bSL8YXH2JbvaxFsxtCUBF56x023mgaElirt5qxdebYtNFvyOnvseCMrMR+hXvEVh2id/VQ1SlCSZmUmPqUfbsQ64dI3i9S/e0PpnpHG2xU32IKjSXXbjnT0jQutff1VWt/S+2j0dm0W/nlIDlTgdHel7sdJN0=
design
IgRtSpSMN1uJVZlNnhtDZCKrOLh8t3PHp3fIxosWoNom/+Wutrx6Q0gM61T5/N8mxSHjVvTIAPF759zwEOFqvtNpUBjGVXWxC5TEk7dLEBssGAODrtRMY4wwFmRIkAJVe4vgfvn8oNWfoCVl/AtTE2YWfkr4shFgJZkK+Z2kBlIGWY7DhvzSbUM/IjHa8ZJ1xN4ojgvQ01nw8dfs3HnhEBaoYRTJjV9M7tPT7ICz3cbJvpSmajJbSZC5DoW6Nr/eglEq1RlR7VYBAcefrDZ2uE2pR35886T72+BBifa2eK5lNFPTivJG4cnWU0eMlDhK...
1.0
VTbPFTF/vjRak1bSL8YXH2JbvaxFsxtCUBF56x023mgaElirt5qxdebYtNFvyOnvseCMrMR+hXvEVh2id/VQ1SlCSZmUmPqUfbsQ64dI3i9S/e0PpnpHG2xU32IKjSXXbjnT0jQutff1VWt/S+2j0dm0W/nlIDlTgdHel7sdJN0= - IgRtSpSMN1uJVZlNnhtDZCKrOLh8t3PHp3fIxosWoNom/+Wutrx6Q0gM61T5/N8mxSHjVvTIAPF759zwEOFqvtNpUBjGVXWxC5TEk7dLEBssGAODrtRMY4wwFmRIkAJVe4vgfvn8oNWfoCVl/...
non_priority
vtbpftf s aeubhjyxu ll wtvixukxs c ujnnzicnkf ubfnkrmrherevzatw hf tn zpht hf ry hf wtcpfyxmtjnhrpqtfpo
0
180,265
14,744,008,798
IssuesEvent
2021-01-07 14:43:24
monora/tom
https://api.github.com/repos/monora/tom
opened
Add RULE-DSR sectionrun.departure_time.date() in sectionrun.section.calendar()
documentation
* Train Object Model version: 0.1.0 ### Description Attribute SectionRun.departure_time is exacly defined. Please add this rule: SectionRun.departure_time is a Timestamp = (calendarday, daytime). This rule must hold: sectionrun.departure_time.date() in sectionrun.section.calendar()
1.0
Add RULE-DSR sectionrun.departure_time.date() in sectionrun.section.calendar() - * Train Object Model version: 0.1.0 ### Description Attribute SectionRun.departure_time is exacly defined. Please add this rule: SectionRun.departure_time is a Timestamp = (calendarday, daytime). This rule must hold: sectionrun.dep...
non_priority
add rule dsr sectionrun departure time date in sectionrun section calendar train object model version description attribute sectionrun departure time is exacly defined please add this rule sectionrun departure time is a timestamp calendarday daytime this rule must hold sectionrun dep...
0
114,633
24,631,515,036
IssuesEvent
2022-10-17 02:48:31
llvm/llvm-project
https://api.github.com/repos/llvm/llvm-project
closed
[coroutines] Compiler incorrectly caches thread_local address across suspend-points
c++20 clang:codegen bugzilla miscompilation coroutines
| | | | --- | --- | | Bugzilla Link | [47835](https://llvm.org/bz47835) | | Version | trunk | | OS | All | | CC | @bcardosolopes,@zygoloid | ## Extended Description The clang compiler is incorrectly caching the address of thread_local variables across a suspend-point. It's possible that a coroutine could su...
1.0
[coroutines] Compiler incorrectly caches thread_local address across suspend-points - | | | | --- | --- | | Bugzilla Link | [47835](https://llvm.org/bz47835) | | Version | trunk | | OS | All | | CC | @bcardosolopes,@zygoloid | ## Extended Description The clang compiler is incorrectly caching the address of ...
non_priority
compiler incorrectly caches thread local address across suspend points bugzilla link version trunk os all cc bcardosolopes zygoloid extended description the clang compiler is incorrectly caching the address of thread local variables across a suspend p...
0
116,114
4,696,970,118
IssuesEvent
2016-10-12 07:35:54
PowerlineApp/powerline-mobile
https://api.github.com/repos/PowerlineApp/powerline-mobile
closed
Notification Action Button: Fundraiser/Crowdfunder "Donate" should load Item Detail Screen
bug P2 - Medium Priority
Currently shows newsfeed. Should show item detail screen for the fundraiser.
1.0
Notification Action Button: Fundraiser/Crowdfunder "Donate" should load Item Detail Screen - Currently shows newsfeed. Should show item detail screen for the fundraiser.
priority
notification action button fundraiser crowdfunder donate should load item detail screen currently shows newsfeed should show item detail screen for the fundraiser
1
273,476
29,820,316,604
IssuesEvent
2023-06-17 01:26:27
pazhanivel07/frameworks_base_2021-0970
https://api.github.com/repos/pazhanivel07/frameworks_base_2021-0970
closed
CVE-2020-0257 (High) detected in baseandroid-10.0.0_r44 - autoclosed
Mend: dependency security vulnerability
## CVE-2020-0257 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r44</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a hre...
True
CVE-2020-0257 (High) detected in baseandroid-10.0.0_r44 - autoclosed - ## CVE-2020-0257 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r44</b></p></summary> <p> <p>...
non_priority
cve high detected in baseandroid autoclosed cve high severity vulnerability vulnerable library baseandroid android framework classes and services library home page a href found in head commit a href found in base branch master vulnerable sourc...
0
132,404
28,138,886,892
IssuesEvent
2023-04-01 18:05:52
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Guided Tours - Editors
No Code Attached Yet bug
## Steps to reproduce the issue When you are not using **tinymce** or **no editor** then any tour that accesses the editor area produces unexpected results. Creating seperate issue for each bug report so that they dont get lost inside a bigger report (again) ![image](https://user-images.githubusercontent.com/12...
1.0
Guided Tours - Editors - ## Steps to reproduce the issue When you are not using **tinymce** or **no editor** then any tour that accesses the editor area produces unexpected results. Creating seperate issue for each bug report so that they dont get lost inside a bigger report (again) ![image](https://user-images...
non_priority
guided tours editors steps to reproduce the issue when you are not using tinymce or no editor then any tour that accesses the editor area produces unexpected results creating seperate issue for each bug report so that they dont get lost inside a bigger report again jce ...
0
328,851
10,000,760,830
IssuesEvent
2019-07-12 14:07:52
zenika-open-source/FAQ
https://api.github.com/repos/zenika-open-source/FAQ
closed
Crash on home page following specific steps
bug good first issue priority/low
**Describe the bug** When I do the following steps, the page will crash showing a blank page **To Reproduce** Steps to reproduce the behavior: 1. Open 2 browser tabs 2. On the first tab, create a new question (ex: "test123") 3. On the second tab, go the homepage and make a search that will show this question (e...
1.0
Crash on home page following specific steps - **Describe the bug** When I do the following steps, the page will crash showing a blank page **To Reproduce** Steps to reproduce the behavior: 1. Open 2 browser tabs 2. On the first tab, create a new question (ex: "test123") 3. On the second tab, go the homepage and...
priority
crash on home page following specific steps describe the bug when i do the following steps the page will crash showing a blank page to reproduce steps to reproduce the behavior open browser tabs on the first tab create a new question ex on the second tab go the homepage and make ...
1
20,342
2,622,843,561
IssuesEvent
2015-03-04 08:01:25
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
closed
Optionally allow hiding of the removals ("red parts") in a diff
auto-migrated Priority-Medium Type-Enhancement
``` When viewing a diff, text that has been removed is marked in red and new text is marked in green. This is nice, but distorts the web page structure and makes it more difficult to read the diff (we are interested in "what is new?" more than "what has changed?"). As an option (and maybe by default) diffs should b...
1.0
Optionally allow hiding of the removals ("red parts") in a diff - ``` When viewing a diff, text that has been removed is marked in red and new text is marked in green. This is nice, but distorts the web page structure and makes it more difficult to read the diff (we are interested in "what is new?" more than "what h...
priority
optionally allow hiding of the removals red parts in a diff when viewing a diff text that has been removed is marked in red and new text is marked in green this is nice but distorts the web page structure and makes it more difficult to read the diff we are interested in what is new more than what h...
1
409,179
11,958,070,342
IssuesEvent
2020-04-04 16:40:45
Berkmann18/TemplateJS
https://api.github.com/repos/Berkmann18/TemplateJS
closed
NodeJS version support
Priority: High Status: On Hold :stop_sign: Type: Maintenance :construction:
At the time of writing: - Node v6 (LTS) is going to reach its End-Of-Life (EOL) in April 2019 (so 3 months from now), - Node v8 (LTS) is in maintenance until December 2019 (cf. [release page](https://github.com/nodejs/Release)). - Node v9 reached its EOL at the end of June 2018 (so a bit more than 6 months from now)...
1.0
NodeJS version support - At the time of writing: - Node v6 (LTS) is going to reach its End-Of-Life (EOL) in April 2019 (so 3 months from now), - Node v8 (LTS) is in maintenance until December 2019 (cf. [release page](https://github.com/nodejs/Release)). - Node v9 reached its EOL at the end of June 2018 (so a bit mor...
priority
nodejs version support at the time of writing node lts is going to reach its end of life eol in april so months from now node lts is in maintenance until december cf node reached its eol at the end of june so a bit more than months from now regarding the es support ...
1
499,462
14,447,684,186
IssuesEvent
2020-12-08 04:26:13
JuezUN/INGInious
https://api.github.com/repos/JuezUN/INGInious
closed
Changes on subproblems tab
Change request Frontend Medium Priority Plugins Task
- [x] Allow languages in multilang depending on grading environment, that is, allowing VHDL and Verilog for VHDL environment, python for Data Science and the others for multilang. - [x] Restrict the creation of subproblems to maximum 1. - [x] Show multiple languages in alphabetic order.
1.0
Changes on subproblems tab - - [x] Allow languages in multilang depending on grading environment, that is, allowing VHDL and Verilog for VHDL environment, python for Data Science and the others for multilang. - [x] Restrict the creation of subproblems to maximum 1. - [x] Show multiple languages in alphabetic order.
priority
changes on subproblems tab allow languages in multilang depending on grading environment that is allowing vhdl and verilog for vhdl environment python for data science and the others for multilang restrict the creation of subproblems to maximum show multiple languages in alphabetic order
1
484,276
13,937,326,682
IssuesEvent
2020-10-22 14:01:22
CESNET/perun-web-apps
https://api.github.com/repos/CESNET/perun-web-apps
closed
Update name/description button in vo section - group tree/group list
High priority small Issue
![image](https://user-images.githubusercontent.com/32871167/95307417-e5dd6b80-0888-11eb-8f75-a3639f52dfeb.png) The button is not showing the dialog to edit the group. Note that there already exist dialog for edit entity.
1.0
Update name/description button in vo section - group tree/group list - ![image](https://user-images.githubusercontent.com/32871167/95307417-e5dd6b80-0888-11eb-8f75-a3639f52dfeb.png) The button is not showing the dialog to edit the group. Note that there already exist dialog for edit entity.
priority
update name description button in vo section group tree group list the button is not showing the dialog to edit the group note that there already exist dialog for edit entity
1
29,497
2,716,242,341
IssuesEvent
2015-04-10 17:53:12
CruxFramework/crux
https://api.github.com/repos/CruxFramework/crux
closed
The event BeforeRowEdit does not allow access to the widget responsible for row editing
bug imported Milestone-M14-C3 Priority-Medium TargetVersion-5.2.0
_From [wes...@triggolabs.com](https://code.google.com/u/114691046055037037756/) on July 02, 2014 17:12:55_ The event BeforeRowEdit does not allow access to the widget responsible for row editing _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=419_
1.0
The event BeforeRowEdit does not allow access to the widget responsible for row editing - _From [wes...@triggolabs.com](https://code.google.com/u/114691046055037037756/) on July 02, 2014 17:12:55_ The event BeforeRowEdit does not allow access to the widget responsible for row editing _Original issue: http://code.goog...
priority
the event beforerowedit does not allow access to the widget responsible for row editing from on july the event beforerowedit does not allow access to the widget responsible for row editing original issue
1
537,873
15,755,885,362
IssuesEvent
2021-03-31 02:33:23
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
code.or.jp - Titles are not bold style
browser-firefox-mobile engine-gecko priority-normal severity-minor
<!-- @browser: Firefox Nightly 210317 (🦎 88.0a1-20210313094300) --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 --> <!-- @reported_with: unknown --> **URL**: https://code.or.jp/news/2827/ **Browser / Version**: Firefox Nightly 210317 (🦎 88.0a1-20210313094300) **Op...
1.0
code.or.jp - Titles are not bold style - <!-- @browser: Firefox Nightly 210317 (🦎 88.0a1-20210313094300) --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 --> <!-- @reported_with: unknown --> **URL**: https://code.or.jp/news/2827/ **Browser / Version**: Firefox Night...
priority
code or jp titles are not bold style url browser version firefox nightly 🦎 operating system google pixel android x pixels ratio ppi density tested another browser yes chrome problem type something else description titles are not bold styl...
1
27,321
6,829,406,822
IssuesEvent
2017-11-09 00:20:01
LambdaHack/LambdaHack
https://api.github.com/repos/LambdaHack/LambdaHack
opened
Unify commandline options and config file options
code smell help wanted medium
This issue is not hard, but there is a lot of work to do and it may not be easy to delineate small independent steps to perform it in. Also, quite likely, the new proposed design is impossible to implement or suboptimal (unification vs abstraction), so experimentation and redesign cycle will be required. Most option...
1.0
Unify commandline options and config file options - This issue is not hard, but there is a lot of work to do and it may not be easy to delineate small independent steps to perform it in. Also, quite likely, the new proposed design is impossible to implement or suboptimal (unification vs abstraction), so experimentation...
non_priority
unify commandline options and config file options this issue is not hard but there is a lot of work to do and it may not be easy to delineate small independent steps to perform it in also quite likely the new proposed design is impossible to implement or suboptimal unification vs abstraction so experimentation...
0
36,884
6,555,933,037
IssuesEvent
2017-09-06 12:24:07
reactjs/react-modal
https://api.github.com/repos/reactjs/react-modal
closed
How do I find out what changed?
documentation
I'm currently on 2.2.2 and I see 2.2.4 is released, but in the changelog it shows that there was nothing new between the versions. Should I be looking somewhere other than here: https://raw.githubusercontent.com/reactjs/react-modal/master/CHANGELOG.md For information on the changes?
1.0
How do I find out what changed? - I'm currently on 2.2.2 and I see 2.2.4 is released, but in the changelog it shows that there was nothing new between the versions. Should I be looking somewhere other than here: https://raw.githubusercontent.com/reactjs/react-modal/master/CHANGELOG.md For information on the ch...
non_priority
how do i find out what changed i m currently on and i see is released but in the changelog it shows that there was nothing new between the versions should i be looking somewhere other than here for information on the changes
0
727,395
25,034,009,723
IssuesEvent
2022-11-04 14:37:31
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] Include palemoon-gtk instead of binary
request:new-pkg rejected:nature request:remove-pkg priority:low
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/palemoon-gtk3 https://aur.archlinux.org/packages/palemoon-gtk3-bin ### Utility this package has for you You're currently creating `palemoon-gtk3-bin` (linked above). Not sure why you package a binary, I mean it has no benefits. Could you ...
1.0
[Request] Include palemoon-gtk instead of binary - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/palemoon-gtk3 https://aur.archlinux.org/packages/palemoon-gtk3-bin ### Utility this package has for you You're currently creating `palemoon-gtk3-bin` (linked above). Not sure why you package...
priority
include palemoon gtk instead of binary link to the package s in the aur utility this package has for you you re currently creating palemoon bin linked above not sure why you package a binary i mean it has no benefits could you please include palemoon instead this would make sure ...
1
70,203
3,321,165,151
IssuesEvent
2015-11-09 06:43:55
ekux44/LampShade
https://api.github.com/repos/ekux44/LampShade
closed
java.lang.NullPointerException in com.kuxhausen.huemore.MainFragment.onStateChanged
crash medium priority
LampShade version: 79, 82 Android version: 5.0, 5.1, 6.0 Devices: OnePlus One (A0001), Nexus 6 (shamu), Nexus 5 (hammerhead), Nexus 4 (mako), Galaxy S6 Edge (zeroltebmc) java.lang.NullPointerException: Attempt to invoke virtual method 'com.kuxhausen.huemore.net.DeviceManager com.kuxhausen.huemore.net.Connect...
1.0
java.lang.NullPointerException in com.kuxhausen.huemore.MainFragment.onStateChanged - LampShade version: 79, 82 Android version: 5.0, 5.1, 6.0 Devices: OnePlus One (A0001), Nexus 6 (shamu), Nexus 5 (hammerhead), Nexus 4 (mako), Galaxy S6 Edge (zeroltebmc) java.lang.NullPointerException: Attempt to invoke vir...
priority
java lang nullpointerexception in com kuxhausen huemore mainfragment onstatechanged lampshade version android version devices oneplus one nexus shamu nexus hammerhead nexus mako galaxy edge zeroltebmc java lang nullpointerexception attempt to invoke virtual me...
1
502,524
14,547,846,414
IssuesEvent
2020-12-15 23:51:20
rubyforgood/casa
https://api.github.com/repos/rubyforgood/casa
closed
[bug] supervisor unable to re-assign case to volunteer
:clipboard: Supervisor :file_cabinet: Data :raised_hands: Volunteer Help Wanted Priority: High Type: Bug
**What is the problem, and what should happen instead?** on QA, supervisor1 is unable to assign case CINA-00-1015 to volunteer72 https://casa-qa.herokuapp.com/volunteers/1213/edit but should be able to, because the case is active https://casa-qa.herokuapp.com/casa_cases/1190 Could this be because the case *used* to b...
1.0
[bug] supervisor unable to re-assign case to volunteer - **What is the problem, and what should happen instead?** on QA, supervisor1 is unable to assign case CINA-00-1015 to volunteer72 https://casa-qa.herokuapp.com/volunteers/1213/edit but should be able to, because the case is active https://casa-qa.herokuapp.com/ca...
priority
supervisor unable to re assign case to volunteer what is the problem and what should happen instead on qa is unable to assign case cina to but should be able to because the case is active could this be because the case used to be assigned to that volunteer and has been unassigned from the v...
1
22,389
3,642,231,842
IssuesEvent
2016-02-14 06:09:29
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
Cuda Issue
C: BOINC - Graphics API P: Minor T: Defect
**Reported by gandalfzaf on 26 Jun 39512229 01:46 UTC** The Last Three Driver Versions From Nvidia have been tested, all to re-enable Cuda Functionality. Running latest Boinc Client, and now LAtest Nvidia Drivers for GeForce 8500GT Card. THis card is Cuda Capable as per Nvidia, however, it is no longer recognized as su...
1.0
Cuda Issue - **Reported by gandalfzaf on 26 Jun 39512229 01:46 UTC** The Last Three Driver Versions From Nvidia have been tested, all to re-enable Cuda Functionality. Running latest Boinc Client, and now LAtest Nvidia Drivers for GeForce 8500GT Card. THis card is Cuda Capable as per Nvidia, however, it is no longer rec...
non_priority
cuda issue reported by gandalfzaf on jun utc the last three driver versions from nvidia have been tested all to re enable cuda functionality running latest boinc client and now latest nvidia drivers for geforce card this card is cuda capable as per nvidia however it is no longer recognized as such...
0
93,739
19,305,746,233
IssuesEvent
2021-12-13 11:18:37
mohit200008/Gam-Learn
https://api.github.com/repos/mohit200008/Gam-Learn
closed
Make subjects page in hindi
easy CodePeak
Make the subjects page in Hindi and it should function as the English one without any errors.
1.0
Make subjects page in hindi - Make the subjects page in Hindi and it should function as the English one without any errors.
non_priority
make subjects page in hindi make the subjects page in hindi and it should function as the english one without any errors
0
656,157
21,722,194,605
IssuesEvent
2022-05-11 02:11:37
redhat-developer/vscode-openshift-tools
https://api.github.com/repos/redhat-developer/vscode-openshift-tools
closed
Fix unit test errors for rhel8 slaves on Jenkins
priority/major kind/task demo
Currently some tests that depends on extension activation are failing on Jenkins' RHEL8 slaves. The same tests are working fine on windows and linux hosts. ![image](https://user-images.githubusercontent.com/620330/167719958-49154673-917b-4d28-b804-b43242622f7c.png)
1.0
Fix unit test errors for rhel8 slaves on Jenkins - Currently some tests that depends on extension activation are failing on Jenkins' RHEL8 slaves. The same tests are working fine on windows and linux hosts. ![image](https://user-images.githubusercontent.com/620330/167719958-49154673-917b-4d28-b804-b43242622f7c.png)...
priority
fix unit test errors for slaves on jenkins currently some tests that depends on extension activation are failing on jenkins slaves the same tests are working fine on windows and linux hosts
1
361,662
10,712,323,290
IssuesEvent
2019-10-25 08:44:16
ITISFoundation/osparc-simcore
https://api.github.com/repos/ITISFoundation/osparc-simcore
closed
webserver regularly throws unexpected exception that might close transport
High Priority t:bug
e2e makes a request and does not receive response Request is never logged in the server but we see an exception happening around that time (see below). It happens almost everytime we run a study: ![image](https://user-images.githubusercontent.com/33152403/66480380-d7eee200-ea9e-11e9-92aa-bde2f60a8807.png) Se...
1.0
webserver regularly throws unexpected exception that might close transport - e2e makes a request and does not receive response Request is never logged in the server but we see an exception happening around that time (see below). It happens almost everytime we run a study: ![image](https://user-images.githubuser...
priority
webserver regularly throws unexpected exception that might close transport makes a request and does not receive response request is never logged in the server but we see an exception happening around that time see below it happens almost everytime we run a study see
1
415,828
12,135,344,524
IssuesEvent
2020-04-23 12:22:30
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
Jenkins pod restart clears state.
area/jenkins kind/bug priority/important-soon
If the Jenkins pod is restarted it executes the initContainer clearing plugins/settings etc. I would expect that the settings, plugins and upgrade of Jenkins to be preserved when the pod is restarted from a node restart etc.
1.0
Jenkins pod restart clears state. - If the Jenkins pod is restarted it executes the initContainer clearing plugins/settings etc. I would expect that the settings, plugins and upgrade of Jenkins to be preserved when the pod is restarted from a node restart etc.
priority
jenkins pod restart clears state if the jenkins pod is restarted it executes the initcontainer clearing plugins settings etc i would expect that the settings plugins and upgrade of jenkins to be preserved when the pod is restarted from a node restart etc
1
296,116
22,289,532,341
IssuesEvent
2022-06-12 06:23:37
obophenotype/cell-ontology
https://api.github.com/repos/obophenotype/cell-ontology
closed
Fix landing page for CL github io page
documentation
https://obophenotype.github.io/cell-ontology/ The landing page is a bit bare and doesn't do much at the moment, we should look into populating this properly with appropriate links etc.
1.0
Fix landing page for CL github io page - https://obophenotype.github.io/cell-ontology/ The landing page is a bit bare and doesn't do much at the moment, we should look into populating this properly with appropriate links etc.
non_priority
fix landing page for cl github io page the landing page is a bit bare and doesn t do much at the moment we should look into populating this properly with appropriate links etc
0
409,714
27,749,806,215
IssuesEvent
2023-03-15 19:47:12
Carloitaben/tailwindcss-noscript
https://api.github.com/repos/Carloitaben/tailwindcss-noscript
closed
Add an example playground
documentation
It should be lightweight and very minimal as it will probably be used with visual regression tests (#2). Astro seems like a good fit
1.0
Add an example playground - It should be lightweight and very minimal as it will probably be used with visual regression tests (#2). Astro seems like a good fit
non_priority
add an example playground it should be lightweight and very minimal as it will probably be used with visual regression tests astro seems like a good fit
0
70,767
9,440,697,423
IssuesEvent
2019-04-14 19:48:00
jerometujague/SoftwareEngineeringProject
https://api.github.com/repos/jerometujague/SoftwareEngineeringProject
closed
RESTful API documentation
documentation
We should add the RESTful API documentation to explain how each request works. Here is a good example: https://gist.github.com/iros/3426278#file-example-md.
1.0
RESTful API documentation - We should add the RESTful API documentation to explain how each request works. Here is a good example: https://gist.github.com/iros/3426278#file-example-md.
non_priority
restful api documentation we should add the restful api documentation to explain how each request works here is a good example
0