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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
396,316
27,112,457,666
IssuesEvent
2023-02-15 16:11:25
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Documentation: how to contribute mixed-language code (build; deployment)?
Documentation query
Hi, is there any documentation about contributing new code, which is not pure python? There is [devdocs/hacking.html](http://scipy.github.io/devdocs/hacking.html) which says: > Can I use a programming language other than Python to speed up my code? > Yes. The languages used in SciPy are Python, Cython, C, C...
1.0
Documentation: how to contribute mixed-language code (build; deployment)? - Hi, is there any documentation about contributing new code, which is not pure python? There is [devdocs/hacking.html](http://scipy.github.io/devdocs/hacking.html) which says: > Can I use a programming language other than Python to spee...
non_priority
documentation how to contribute mixed language code build deployment hi is there any documentation about contributing new code which is not pure python there is which says can i use a programming language other than python to speed up my code yes the languages used in scipy are python ...
0
90,845
11,437,903,376
IssuesEvent
2020-02-05 01:30:38
codeforboston/GovLens
https://api.github.com/repos/codeforboston/GovLens
closed
Have a background image per website
Design front-end good first issue
Each website might have a certain image as background for the page that shows the details of the website. The image shows either a - logo of the website ... ideas?
1.0
Have a background image per website - Each website might have a certain image as background for the page that shows the details of the website. The image shows either a - logo of the website ... ideas?
non_priority
have a background image per website each website might have a certain image as background for the page that shows the details of the website the image shows either a logo of the website ideas
0
26,409
12,980,212,608
IssuesEvent
2020-07-22 04:33:29
layer5io/meshery
https://api.github.com/repos/layer5io/meshery
closed
[UI] Performance Tests: A drop-down list for the `Duration` field
area/performance area/ui good first issue help wanted issue/willfix kind/enhancement language/javascript
**Current Behavior** The Duration field is current a text field. While the tooltip provides some reference, it has been noted that users may not be readily aware of the full set of acceptable values for the Duration field are. See this discussion of the issue: https://www.youtube.com/watch?v=G6wDVdTXwcY&feature=you...
True
[UI] Performance Tests: A drop-down list for the `Duration` field - **Current Behavior** The Duration field is current a text field. While the tooltip provides some reference, it has been noted that users may not be readily aware of the full set of acceptable values for the Duration field are. See this discussion o...
non_priority
performance tests a drop down list for the duration field current behavior the duration field is current a text field while the tooltip provides some reference it has been noted that users may not be readily aware of the full set of acceptable values for the duration field are see this discussion of t...
0
349,371
31,796,367,068
IssuesEvent
2023-09-13 08:17:07
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Manual Testing Muon
Manual Tests
You have been assigned manual testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!! The general guide to manual testing: * The tests must be performed on the installer versions of the final ...
1.0
Manual Testing Muon - You have been assigned manual testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!! The general guide to manual testing: * The tests must be performed on the installer ...
non_priority
manual testing muon you have been assigned manual testing the hope is to catch as many problems with the code before release so it would be great if you can take some time to give a serious test to your assigned area thank you the general guide to manual testing the tests must be performed on the installer ...
0
291,706
21,937,005,703
IssuesEvent
2022-05-23 14:34:10
adafruit/Adafruit_CircuitPython_BitmapSaver
https://api.github.com/repos/adafruit/Adafruit_CircuitPython_BitmapSaver
closed
Missing Type Annotations
documentation good first issue
There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typing import List, Tuple exce...
1.0
Missing Type Annotations - There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typ...
non_priority
missing type annotations there are missing type annotations for some functions in this library the typing module does not exist on circuitpython devices so the import needs to be wrapped in try except to catch the error for missing import there is an example of how that is done here python try from typ...
0
17,885
12,681,990,066
IssuesEvent
2020-06-19 16:27:56
rusefi/rusefi
https://api.github.com/repos/rusefi/rusefi
closed
publish continues integration artifacts online
INFRASTRUCTURE
@andreika-git would love to see full jenkins error report @fpoussin what would you suggest? at the moment I have my jenkins instance with real stm32 hardware in my apparment and I would rather not expose my IP address for paranoia reasons, is there anything to publish jenkins state on the web? I can upload to the r...
1.0
publish continues integration artifacts online - @andreika-git would love to see full jenkins error report @fpoussin what would you suggest? at the moment I have my jenkins instance with real stm32 hardware in my apparment and I would rather not expose my IP address for paranoia reasons, is there anything to publis...
non_priority
publish continues integration artifacts online andreika git would love to see full jenkins error report fpoussin what would you suggest at the moment i have my jenkins instance with real hardware in my apparment and i would rather not expose my ip address for paranoia reasons is there anything to publish je...
0
338,905
24,603,596,041
IssuesEvent
2022-10-14 14:24:18
Severson-Group/eMach
https://api.github.com/repos/Severson-Group/eMach
opened
Issues found in first 5 eMach tutorials
bug documentation
Issues have been found in tutorial code for the eMach tutorials 1-5. They include issues in the following files - eMach\mach_eval\analyzers\electromagnetic\bspm\jmag_2d - eMach\docs\source\getting_started\tutorials\rectangle_tutorial\index.rst - eMach\docs\source\getting_started\tutorials\analytical_machine_opt...
1.0
Issues found in first 5 eMach tutorials - Issues have been found in tutorial code for the eMach tutorials 1-5. They include issues in the following files - eMach\mach_eval\analyzers\electromagnetic\bspm\jmag_2d - eMach\docs\source\getting_started\tutorials\rectangle_tutorial\index.rst - eMach\docs\source\gettin...
non_priority
issues found in first emach tutorials issues have been found in tutorial code for the emach tutorials they include issues in the following files emach mach eval analyzers electromagnetic bspm jmag emach docs source getting started tutorials rectangle tutorial index rst emach docs source getting...
0
238,237
19,705,047,889
IssuesEvent
2022-01-12 20:54:38
foxthefox/ioBroker.fritzdect
https://api.github.com/repos/foxthefox/ioBroker.fritzdect
closed
... greater than max "250"
test feedback missing
Hallo! Ich bekomme häufig ein Warning, dass die Spannung den Wert von 250V überschritten hat: `State value to set for "fritzdect.0.DECT_xxxxxxxxxxxx.voltage" has value "250.589" greater than max "250"` Ich kann nicht wirklich bewerten, ob der Wert wirklich 250V überschritten hat. Aber da wir direkt neben einem...
1.0
... greater than max "250" - Hallo! Ich bekomme häufig ein Warning, dass die Spannung den Wert von 250V überschritten hat: `State value to set for "fritzdect.0.DECT_xxxxxxxxxxxx.voltage" has value "250.589" greater than max "250"` Ich kann nicht wirklich bewerten, ob der Wert wirklich 250V überschritten hat. A...
non_priority
greater than max hallo ich bekomme häufig ein warning dass die spannung den wert von überschritten hat state value to set for fritzdect dect xxxxxxxxxxxx voltage has value greater than max ich kann nicht wirklich bewerten ob der wert wirklich überschritten hat aber da wir dir...
0
114,724
17,260,154,576
IssuesEvent
2021-07-22 06:10:45
Chiencc/WS-Bolt
https://api.github.com/repos/Chiencc/WS-Bolt
opened
CVE-2020-11113 (High) detected in jackson-databind-2.0.6.jar
security vulnerability
## CVE-2020-11113 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-11113 (High) detected in jackson-databind-2.0.6.jar - ## CVE-2020-11113 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.6.jar</b></p></summary> <p>General...
non_priority
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file ws bolt pom xml path to vulnerable library canner reposi...
0
337,604
24,547,569,962
IssuesEvent
2022-10-12 09:57:56
X-lab-3D/PANDORA
https://api.github.com/repos/X-lab-3D/PANDORA
closed
Make sure all the functions showcased in README have proper documentation
documentation paper
E.g. Pandora.model docstring is outdated, needs to be updated before release.
1.0
Make sure all the functions showcased in README have proper documentation - E.g. Pandora.model docstring is outdated, needs to be updated before release.
non_priority
make sure all the functions showcased in readme have proper documentation e g pandora model docstring is outdated needs to be updated before release
0
101,125
12,644,115,051
IssuesEvent
2020-06-16 11:00:19
nextcloud/deck
https://api.github.com/repos/nextcloud/deck
closed
Issues with the current board view
1. to develop design enhancement
There have been several issues coming up about the current board view, that all are basically caused by the scrolling behaviour. So we should consider changing that. - Stack name is hidden when scrolling, so the context is lost: https://github.com/nextcloud/deck/issues/397 - Add card button is not visible for large...
1.0
Issues with the current board view - There have been several issues coming up about the current board view, that all are basically caused by the scrolling behaviour. So we should consider changing that. - Stack name is hidden when scrolling, so the context is lost: https://github.com/nextcloud/deck/issues/397 - Add...
non_priority
issues with the current board view there have been several issues coming up about the current board view that all are basically caused by the scrolling behaviour so we should consider changing that stack name is hidden when scrolling so the context is lost add card button is not visible for large stack...
0
47,202
11,982,125,267
IssuesEvent
2020-04-07 12:25:39
gwaldron/osgearth
https://api.github.com/repos/gwaldron/osgearth
closed
The rex engine doesn't render terrain on Mali GPU (Huawei phone) with release 2.10.2,but MP engine works well.
build-issue
Hi, The rex engine doesn't render terrain on Mali GPU (Android system, Huawei phone,GPU of ARM) with release 2.10.2, but MP engine works well.
1.0
The rex engine doesn't render terrain on Mali GPU (Huawei phone) with release 2.10.2,but MP engine works well. - Hi, The rex engine doesn't render terrain on Mali GPU (Android system, Huawei phone,GPU of ARM) with release 2.10.2, but MP engine works well.
non_priority
the rex engine doesn t render terrain on mali gpu huawei phone with release but mp engine works well hi the rex engine doesn t render terrain on mali gpu android system huawei phone gpu of arm with release but mp engine works well
0
335,515
24,471,229,046
IssuesEvent
2022-10-07 20:10:55
jspsych/jsPsych
https://api.github.com/repos/jspsych/jsPsych
closed
randomize_order produces unexpected results
documentation
Dear Josh and team, I'm using JsPsych for all my online experiments (🙏), and today for the first time I noticed an unexpected behaviour: when using 'randomize_order' to randomize trial order within a block, randomization seems to constrain the max number of consecutive trials in a row to 2. I always thought randomi...
1.0
randomize_order produces unexpected results - Dear Josh and team, I'm using JsPsych for all my online experiments (🙏), and today for the first time I noticed an unexpected behaviour: when using 'randomize_order' to randomize trial order within a block, randomization seems to constrain the max number of consecutive ...
non_priority
randomize order produces unexpected results dear josh and team i m using jspsych for all my online experiments 🙏 and today for the first time i noticed an unexpected behaviour when using randomize order to randomize trial order within a block randomization seems to constrain the max number of consecutive ...
0
180,760
13,957,958,501
IssuesEvent
2020-10-24 09:32:45
Realm667/WolfenDoom
https://api.github.com/repos/Realm667/WolfenDoom
closed
INTROMAP to INTERMAP music switch issue
gameplay help wanted playtesting
As some of you may have noticed, when we switch between INTROMAP and INTERMAP, we can hear the HQs song once map is loading for a while before the very first scene. The solution I guess should be not define a song from MAPINFO, but instead load it from map scripts always, but afaik that should break the JukeBox and som...
1.0
INTROMAP to INTERMAP music switch issue - As some of you may have noticed, when we switch between INTROMAP and INTERMAP, we can hear the HQs song once map is loading for a while before the very first scene. The solution I guess should be not define a song from MAPINFO, but instead load it from map scripts always, but a...
non_priority
intromap to intermap music switch issue as some of you may have noticed when we switch between intromap and intermap we can hear the hqs song once map is loading for a while before the very first scene the solution i guess should be not define a song from mapinfo but instead load it from map scripts always but a...
0
21,367
4,706,934,031
IssuesEvent
2016-10-13 18:37:49
RestComm/mediaserver
https://api.github.com/repos/RestComm/mediaserver
closed
Create documentation related to the new DTLS configuration
documentation dtls enhancement
This issue is related to #254 , #257 and #258 .
1.0
Create documentation related to the new DTLS configuration - This issue is related to #254 , #257 and #258 .
non_priority
create documentation related to the new dtls configuration this issue is related to and
0
262,156
27,857,577,307
IssuesEvent
2023-03-21 01:09:01
jgeraigery/Test-Scan-Hub-Spot
https://api.github.com/repos/jgeraigery/Test-Scan-Hub-Spot
opened
google-api-client-1.25.0.jar: 2 vulnerabilities (highest severity is: 9.1)
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>google-api-client-1.25.0.jar</b></p></summary> <p></p> <p>Path to dependency file: /BaragonService/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/re...
True
google-api-client-1.25.0.jar: 2 vulnerabilities (highest severity is: 9.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>google-api-client-1.25.0.jar</b></p></summary> <p></p> <p>Path to dependency file: /Barag...
non_priority
google api client jar vulnerabilities highest severity is vulnerable library google api client jar path to dependency file baragonservice pom xml path to vulnerable library home wss scanner repository com google oauth client google oauth client google oauth client ...
0
240,604
18,362,041,606
IssuesEvent
2021-10-09 11:36:25
girlscript/winter-of-contributing
https://api.github.com/repos/girlscript/winter-of-contributing
closed
Recursive Implementation of Tower of Hanoi Problem
documentation GWOC21 Assigned C/CPP
### Description Explain about Tower of Hanoi problem and it's recursive implementation in CPP. ### Domain C/CPP ### Type of Contribution Documentation ### Code of Conduct - [X] I follow [Contributing Guidelines](https://github.com/girlscript/winter-of-contributing/blob/main/.github/CONTRIBUTING.md) & [Code of c...
1.0
Recursive Implementation of Tower of Hanoi Problem - ### Description Explain about Tower of Hanoi problem and it's recursive implementation in CPP. ### Domain C/CPP ### Type of Contribution Documentation ### Code of Conduct - [X] I follow [Contributing Guidelines](https://github.com/girlscript/winter-of-contrib...
non_priority
recursive implementation of tower of hanoi problem description explain about tower of hanoi problem and it s recursive implementation in cpp domain c cpp type of contribution documentation code of conduct i follow of this project
0
11,208
4,931,533,555
IssuesEvent
2016-11-28 10:30:30
gpac/gpac
https://api.github.com/repos/gpac/gpac
closed
Error while building Gpac for Android: Unknown or unsupported ARM architecture
android bug build
``` /home/xyz/gpac_extra_libs/build/android/jni/../../../libjpg/jerror.c:78:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 warning generated. [armeabi] Compile arm : jpegdroid <= jfdctflt.c [armeabi] Compile arm : jpegdroid <= jfdctint.c [armeabi] Compi...
1.0
Error while building Gpac for Android: Unknown or unsupported ARM architecture - ``` /home/xyz/gpac_extra_libs/build/android/jni/../../../libjpg/jerror.c:78:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 warning generated. [armeabi] Compile arm : jpegdroid <...
non_priority
error while building gpac for android unknown or unsupported arm architecture home xyz gpac extra libs build android jni libjpg jerror c note include the header or explicitly provide a declaration for exit warning generated compile arm jpegdroid jfdctflt c co...
0
10,826
7,319,471,182
IssuesEvent
2018-03-02 01:00:38
Azure/azure-functions-durable-extension
https://api.github.com/repos/Azure/azure-functions-durable-extension
closed
Function App doesn't scale when custom HubName is specified
bug performance
Issue branched from #104 I have a normal (non-durable) queueTrigger to kick off my orchestration. I am processing a batch of 20,000 items. My orchestration has 3 activities run in serial. When the initial queueTrigger is active I see worker scaling. Once the queuetrigger has processed the backlog then I just ha...
True
Function App doesn't scale when custom HubName is specified - Issue branched from #104 I have a normal (non-durable) queueTrigger to kick off my orchestration. I am processing a batch of 20,000 items. My orchestration has 3 activities run in serial. When the initial queueTrigger is active I see worker scaling. ...
non_priority
function app doesn t scale when custom hubname is specified issue branched from i have a normal non durable queuetrigger to kick off my orchestration i am processing a batch of items my orchestration has activities run in serial when the initial queuetrigger is active i see worker scaling once ...
0
50,572
10,526,113,413
IssuesEvent
2019-09-30 16:22:44
mozilla/fxa
https://api.github.com/repos/mozilla/fxa
closed
Triage package.jsons' dependencies
P3 cat:code quality
Which dependencies can be promoted to the parent package.json, removed, or updated? Should inter-dependencies within `packages` be symlinks, ala `npm link` or [lerna link](https://github.com/lerna/lerna/tree/master/commands/link#readme)?
1.0
Triage package.jsons' dependencies - Which dependencies can be promoted to the parent package.json, removed, or updated? Should inter-dependencies within `packages` be symlinks, ala `npm link` or [lerna link](https://github.com/lerna/lerna/tree/master/commands/link#readme)?
non_priority
triage package jsons dependencies which dependencies can be promoted to the parent package json removed or updated should inter dependencies within packages be symlinks ala npm link or
0
314,593
27,012,545,649
IssuesEvent
2023-02-10 16:30:13
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Jest Tests.x-pack/plugins/cases/public/components/all_cases - AllCasesListGeneric Actions Bulk actions Bulk update severity: critical
failed-test Team:ResponseOps Feature:Cases
A test failed on a tracked branch ``` Error: thrown: "Exceeded timeout of 5000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at /var/lib/buildkite-agent/builds/kb-n2-4-spot-87f3625e8b45c3eb/elastic/kibana-on-merge/kibana/node_modules/jest-each/build/...
1.0
Failing test: Jest Tests.x-pack/plugins/cases/public/components/all_cases - AllCasesListGeneric Actions Bulk actions Bulk update severity: critical - A test failed on a tracked branch ``` Error: thrown: "Exceeded timeout of 5000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a...
non_priority
failing test jest tests x pack plugins cases public components all cases allcaseslistgeneric actions bulk actions bulk update severity critical a test failed on a tracked branch error thrown exceeded timeout of ms for a test use jest settimeout newtimeout to increase the timeout value if this is a lo...
0
184,322
31,856,746,298
IssuesEvent
2023-09-15 08:02:09
italia/designers.italia.it
https://api.github.com/repos/italia/designers.italia.it
opened
Componenti: stesura e revisione contenuti
content design system
Questa discussione serve per tracciare i lavori di stesura dei testi relativi a tutti i componenti per arrivare alla [v1.0.0-beta](https://github.com/italia/designers.italia.it/milestone/6) del designers.italia.it/design-system/come-iniziare/. ## Struttura dei testi in stesura Vedi eg. [Alert](https://designers.it...
1.0
Componenti: stesura e revisione contenuti - Questa discussione serve per tracciare i lavori di stesura dei testi relativi a tutti i componenti per arrivare alla [v1.0.0-beta](https://github.com/italia/designers.italia.it/milestone/6) del designers.italia.it/design-system/come-iniziare/. ## Struttura dei testi in st...
non_priority
componenti stesura e revisione contenuti questa discussione serve per tracciare i lavori di stesura dei testi relativi a tutti i componenti per arrivare alla del designers italia it design system come iniziare struttura dei testi in stesura vedi eg e uso e accessibilità tab qua...
0
226,308
24,946,936,371
IssuesEvent
2022-11-01 01:38:31
rvvergara/fazebuk-api
https://api.github.com/repos/rvvergara/fazebuk-api
opened
CVE-2022-3704 (Medium) detected in actionpack-5.2.8.1.gem
security vulnerability
## CVE-2022-3704 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.8.1.gem</b></p></summary> <p>Web apps on Rails. Simple, battle-tested conventions for building and tes...
True
CVE-2022-3704 (Medium) detected in actionpack-5.2.8.1.gem - ## CVE-2022-3704 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.8.1.gem</b></p></summary> <p>Web apps on R...
non_priority
cve medium detected in actionpack gem cve medium severity vulnerability vulnerable library actionpack gem web apps on rails simple battle tested conventions for building and testing mvc web applications works with any rack compatible server library home page a href ...
0
148,212
19,529,167,693
IssuesEvent
2021-12-30 13:39:10
developerone12/WebGoat-WhiteSource-Bolt
https://api.github.com/repos/developerone12/WebGoat-WhiteSource-Bolt
opened
CVE-2020-36186 (High) detected in jackson-databind-2.0.4.jar
security vulnerability
## CVE-2020-36186 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.4.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-36186 (High) detected in jackson-databind-2.0.4.jar - ## CVE-2020-36186 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.4.jar</b></p></summary> <p>General...
non_priority
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library fasterxml jackson core...
0
96,544
27,880,984,154
IssuesEvent
2023-03-21 19:22:41
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: pip install scipy from git fails with `"openblas" not found`
Build issues
### Describe your issue. This comes from SymPy CI: https://github.com/sympy/sympy/pull/23513 A few days ago it successfully built and tested NumPy and SciPy on Python 3.11b1 from git using pip but now the same setup fails to build SciPy with ``` ../../scipy/meson.build:120:0: ERROR: Dependency "openblas" no...
1.0
BUG: pip install scipy from git fails with `"openblas" not found` - ### Describe your issue. This comes from SymPy CI: https://github.com/sympy/sympy/pull/23513 A few days ago it successfully built and tested NumPy and SciPy on Python 3.11b1 from git using pip but now the same setup fails to build SciPy with ``` ...
non_priority
bug pip install scipy from git fails with openblas not found describe your issue this comes from sympy ci a few days ago it successfully built and tested numpy and scipy on python from git using pip but now the same setup fails to build scipy with scipy meson build error d...
0
26,957
20,961,474,320
IssuesEvent
2022-03-27 21:22:56
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
Morris SA on a soil parameters
bug interface/infrastructure
Hi there, I am interested in using Morris SA for sensitivity analysis, but I am facing some challenges which I think are related to how I defined the path to the parameters. 1) I tested the soil initial water - but I get the following error, which is quite surprising because it is a child to Soil to my understa...
1.0
Morris SA on a soil parameters - Hi there, I am interested in using Morris SA for sensitivity analysis, but I am facing some challenges which I think are related to how I defined the path to the parameters. 1) I tested the soil initial water - but I get the following error, which is quite surprising because it...
non_priority
morris sa on a soil parameters hi there i am interested in using morris sa for sensitivity analysis but i am facing some challenges which i think are related to how i defined the path to the parameters i tested the soil initial water but i get the following error which is quite surprising because it...
0
105,475
11,452,639,223
IssuesEvent
2020-02-06 14:03:23
Technieks-2020/website
https://api.github.com/repos/Technieks-2020/website
closed
Go through what technieks.json is being used for and either unintegrate it or fix its implementation according to our use-case
bug documentation help wanted
Discuss with others about what the json is being used for and decide whether we want to continue using it.
1.0
Go through what technieks.json is being used for and either unintegrate it or fix its implementation according to our use-case - Discuss with others about what the json is being used for and decide whether we want to continue using it.
non_priority
go through what technieks json is being used for and either unintegrate it or fix its implementation according to our use case discuss with others about what the json is being used for and decide whether we want to continue using it
0
41,390
5,354,767,426
IssuesEvent
2017-02-20 10:51:47
palantir/atlasdb
https://api.github.com/repos/palantir/atlasdb
opened
Port SQL Primitive Testing
component: testing
Our large internal product has several tests that operate directly on code controlled in this code base. To list a few 'SQLTest', 'SQLStringTest', and 'AgnosticLightResultSetTest'. These tests should be ported into the OSS repo. This was discovered when a break was introduced as part of #1560
1.0
Port SQL Primitive Testing - Our large internal product has several tests that operate directly on code controlled in this code base. To list a few 'SQLTest', 'SQLStringTest', and 'AgnosticLightResultSetTest'. These tests should be ported into the OSS repo. This was discovered when a break was introduced as part of ...
non_priority
port sql primitive testing our large internal product has several tests that operate directly on code controlled in this code base to list a few sqltest sqlstringtest and agnosticlightresultsettest these tests should be ported into the oss repo this was discovered when a break was introduced as part of ...
0
46,148
5,790,602,119
IssuesEvent
2017-05-02 01:19:52
chartjs/Chart.js
https://api.github.com/repos/chartjs/Chart.js
closed
v2.5.0 performance issue?
Category: Bug Needs Investigation Needs test case Performance
Hi, My simple app (angular2) is noticeable slower (loading?/rendering? not sure) after updating to 2.5.0. Anyone experiencing the same issue? I'll try to put together a jsfiddle.
1.0
v2.5.0 performance issue? - Hi, My simple app (angular2) is noticeable slower (loading?/rendering? not sure) after updating to 2.5.0. Anyone experiencing the same issue? I'll try to put together a jsfiddle.
non_priority
performance issue hi my simple app is noticeable slower loading rendering not sure after updating to anyone experiencing the same issue i ll try to put together a jsfiddle
0
5,246
7,786,221,624
IssuesEvent
2018-06-06 18:15:05
isawnyu/isaw.web
https://api.github.com/repos/isawnyu/isaw.web
opened
Full page calendar view for events has multiple accessibility deficiencies
requirement
> The table around the previous/next buttons, today button, and the month/week/day buttons should have a role of presentation since the table is being used only for layout purposes. > > The information inserted into the tables is currently floating outside of the table, causing the information to be detached from t...
1.0
Full page calendar view for events has multiple accessibility deficiencies - > The table around the previous/next buttons, today button, and the month/week/day buttons should have a role of presentation since the table is being used only for layout purposes. > > The information inserted into the tables is currently...
non_priority
full page calendar view for events has multiple accessibility deficiencies the table around the previous next buttons today button and the month week day buttons should have a role of presentation since the table is being used only for layout purposes the information inserted into the tables is currently...
0
14,759
5,780,375,350
IssuesEvent
2017-04-29 00:09:56
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
failed to open lockfile: [13] Permission denied
A-build
When trying to build Rust I'm getting the following error: ``` bash thread '<unnamed>' panicked at 'failed to open lockfile: [13] Permission denied', /Users/ilijatovilo/Documents/Developer/Clones/rust/src/librustdoc/flock.rs:124 thread '<main>' panicked at 'child thread None panicked', /Users/ilijatovilo/Documents/Dev...
1.0
failed to open lockfile: [13] Permission denied - When trying to build Rust I'm getting the following error: ``` bash thread '<unnamed>' panicked at 'failed to open lockfile: [13] Permission denied', /Users/ilijatovilo/Documents/Developer/Clones/rust/src/librustdoc/flock.rs:124 thread '<main>' panicked at 'child threa...
non_priority
failed to open lockfile permission denied when trying to build rust i m getting the following error bash thread panicked at failed to open lockfile permission denied users ilijatovilo documents developer clones rust src librustdoc flock rs thread panicked at child thread none panicked us...
0
41,017
6,887,339,175
IssuesEvent
2017-11-21 22:59:00
USDA-FSA/fsa-design-system
https://api.github.com/repos/USDA-FSA/fsa-design-system
closed
Documentation: Top Nav
Category: Documentation P1 Type: Guide
Documentation for the Top Nav component for [FSA Style #182](https://github.com/USDA-FSA/fsa-style/issues/182) - [ ] Drafting - [ ] Documented
1.0
Documentation: Top Nav - Documentation for the Top Nav component for [FSA Style #182](https://github.com/USDA-FSA/fsa-style/issues/182) - [ ] Drafting - [ ] Documented
non_priority
documentation top nav documentation for the top nav component for drafting documented
0
422,975
28,490,725,865
IssuesEvent
2023-04-18 11:02:15
annotation/stam-python
https://api.github.com/repos/annotation/stam-python
reopened
Write Python tutorial
documentation
An extensive tutorial should explain how the STAM library (and STAM in general works) and what it can do. It will take the form of a Jupyter Notebook (and an exported markdown file for those who prefer something static).
1.0
Write Python tutorial - An extensive tutorial should explain how the STAM library (and STAM in general works) and what it can do. It will take the form of a Jupyter Notebook (and an exported markdown file for those who prefer something static).
non_priority
write python tutorial an extensive tutorial should explain how the stam library and stam in general works and what it can do it will take the form of a jupyter notebook and an exported markdown file for those who prefer something static
0
250,315
18,884,229,786
IssuesEvent
2021-11-15 04:58:11
ethyca/fides
https://api.github.com/repos/ethyca/fides
closed
Polish Fides Resources documentation
documentation
At this time, the Fides resources documentation page needs some revisiting, namely: * explanations of each resource type and their descriptions, use cases and examples * rough sketch of diagram of how the fides resources work together * This will be updated in `~/fides/blob/main/docs/fides/docs/fides_resources.m...
1.0
Polish Fides Resources documentation - At this time, the Fides resources documentation page needs some revisiting, namely: * explanations of each resource type and their descriptions, use cases and examples * rough sketch of diagram of how the fides resources work together * This will be updated in `~/fides/blob...
non_priority
polish fides resources documentation at this time the fides resources documentation page needs some revisiting namely explanations of each resource type and their descriptions use cases and examples rough sketch of diagram of how the fides resources work together this will be updated in fides blob...
0
27,211
13,200,892,976
IssuesEvent
2020-08-14 09:05:56
Camelcade/Perl5-IDEA
https://api.github.com/repos/Camelcade/Perl5-IDEA
opened
Eval injections should work other way
Injections Performance Question
For now we are trying to find eval context for each string, which may be not really performance wise. We probably should lookup for context only from inside injection, and compute injections only for evals. Like if eval, try find all strings used in it and inject. Not sure API allows that.
True
Eval injections should work other way - For now we are trying to find eval context for each string, which may be not really performance wise. We probably should lookup for context only from inside injection, and compute injections only for evals. Like if eval, try find all strings used in it and inject. Not sure AP...
non_priority
eval injections should work other way for now we are trying to find eval context for each string which may be not really performance wise we probably should lookup for context only from inside injection and compute injections only for evals like if eval try find all strings used in it and inject not sure ap...
0
151,830
19,665,432,344
IssuesEvent
2022-01-10 21:53:19
tyhal/crie
https://api.github.com/repos/tyhal/crie
closed
CVE-2021-29482 (High) detected in github.com/errata-ai/vale-v1.7.1
security vulnerability
## CVE-2021-29482 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/errata-ai/vale-v1.7.1</b></p></summary> <p>:pencil: A syntax-aware linter for prose built with speed and ex...
True
CVE-2021-29482 (High) detected in github.com/errata-ai/vale-v1.7.1 - ## CVE-2021-29482 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/errata-ai/vale-v1.7.1</b></p></summary>...
non_priority
cve high detected in github com errata ai vale cve high severity vulnerability vulnerable library github com errata ai vale pencil a syntax aware linter for prose built with speed and extensibility in mind dependency hierarchy x github com errata ai vale ...
0
3,242
2,671,910,082
IssuesEvent
2015-03-24 10:40:52
freakimkaefig/Music-XML-Analyzer
https://api.github.com/repos/freakimkaefig/Music-XML-Analyzer
opened
faulty visualization of triplets (see screenshot)
bug Design vexflow
see above triplet at the end of stave ![unbenannt3](https://cloud.githubusercontent.com/assets/6040775/6799967/914e421a-d21a-11e4-81dd-67b22a880376.JPG)
1.0
faulty visualization of triplets (see screenshot) - see above triplet at the end of stave ![unbenannt3](https://cloud.githubusercontent.com/assets/6040775/6799967/914e421a-d21a-11e4-81dd-67b22a880376.JPG)
non_priority
faulty visualization of triplets see screenshot see above triplet at the end of stave
0
258,136
22,285,919,031
IssuesEvent
2022-06-11 16:17:41
irods/irods
https://api.github.com/repos/irods/irods
opened
Investigate test_control_plane.py with PREP on Debian 11
testing
- Tests cannot find `irods-grid` command - Agent factory and Delay server become orphans Observed while using the testing environment.
1.0
Investigate test_control_plane.py with PREP on Debian 11 - - Tests cannot find `irods-grid` command - Agent factory and Delay server become orphans Observed while using the testing environment.
non_priority
investigate test control plane py with prep on debian tests cannot find irods grid command agent factory and delay server become orphans observed while using the testing environment
0
184,275
31,848,605,214
IssuesEvent
2023-09-14 22:21:18
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Design] Wireflows Exploration for Registration Only Path
design 1010-team 1010-ez registration needs refinement
## Issue Description Explore possible wireframe directions where the 10-10EZ can flow to allow for a registration only path. [Sketch file started here ](url) Based on the research findings and recommendations from the registration only generative study, revise and determine which wireflows are in alignment with resea...
1.0
[Design] Wireflows Exploration for Registration Only Path - ## Issue Description Explore possible wireframe directions where the 10-10EZ can flow to allow for a registration only path. [Sketch file started here ](url) Based on the research findings and recommendations from the registration only generative study, revi...
non_priority
wireflows exploration for registration only path issue description explore possible wireframe directions where the can flow to allow for a registration only path sketch file started here url based on the research findings and recommendations from the registration only generative study revise and dete...
0
301,133
26,019,862,329
IssuesEvent
2022-12-21 11:40:11
ita-social-projects/EventsExpress
https://api.github.com/repos/ita-social-projects/EventsExpress
opened
Verify that user with role 'Creator' can switch between the events and the selected list is displayed.
test case
**Date Time** 12-21-2022 13:20 **Priority** High **Description** This test case verifies that the user with 'Creator' role can switch between the events and the selected list is displayed. Creator mode: Finished events (The event in which user is creator and the event status is "Finished"); In-progress eve...
1.0
Verify that user with role 'Creator' can switch between the events and the selected list is displayed. - **Date Time** 12-21-2022 13:20 **Priority** High **Description** This test case verifies that the user with 'Creator' role can switch between the events and the selected list is displayed. Creator mode: ...
non_priority
verify that user with role creator can switch between the events and the selected list is displayed date time priority high description this test case verifies that the user with creator role can switch between the events and the selected list is displayed creator mode finishe...
0
34,634
14,460,211,857
IssuesEvent
2020-12-09 00:02:46
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
closed
Single Sign-On | Implement custom API gateway authorizer
Impact: 3-Minor Product: Moped Service: Dev Type: DevOps
The good news: We are able to get SSO tokens with custom claims. The bad news: The API Gateway does not seem to recognize the tokens via Cognito. The Tasks: - [ ] We need to be able to verify both types of JWT tokens (SSO and Cognito). - [ ] Test both JWT types against Hasura - [ ] Test both JWT types against API gate...
1.0
Single Sign-On | Implement custom API gateway authorizer - The good news: We are able to get SSO tokens with custom claims. The bad news: The API Gateway does not seem to recognize the tokens via Cognito. The Tasks: - [ ] We need to be able to verify both types of JWT tokens (SSO and Cognito). - [ ] Test both JWT type...
non_priority
single sign on implement custom api gateway authorizer the good news we are able to get sso tokens with custom claims the bad news the api gateway does not seem to recognize the tokens via cognito the tasks we need to be able to verify both types of jwt tokens sso and cognito test both jwt types ag...
0
53,461
6,726,559,229
IssuesEvent
2017-10-17 10:18:04
IgniteUI/ignite-ui
https://api.github.com/repos/IgniteUI/ignite-ui
closed
Perform 3rd party styles verification with the Ignite UI themes
styling tests visual-design
### Description The Ignite UI themes can be used alongside 4rd party styling solutions so need to do some extra verification there are not styling conflicts with popular themes like the bootstrap ones.
1.0
Perform 3rd party styles verification with the Ignite UI themes - ### Description The Ignite UI themes can be used alongside 4rd party styling solutions so need to do some extra verification there are not styling conflicts with popular themes like the bootstrap ones.
non_priority
perform party styles verification with the ignite ui themes description the ignite ui themes can be used alongside party styling solutions so need to do some extra verification there are not styling conflicts with popular themes like the bootstrap ones
0
406,616
27,573,944,137
IssuesEvent
2023-03-08 11:29:30
appsmithorg/appsmith-docs
https://api.github.com/repos/appsmithorg/appsmith-docs
opened
[Docs]: Include record count as part of list serverside pagination
Documentation App Viewers Pod List Widget V2 User Education Pod
### Is there an existing issue for this? - [X] I have searched the existing issues ### Documentation Link https://docs.appsmith.com/reference/widgets/list#server-side-pagination ### Discord/slack/intercom Link _No response_ ### Describe the problem and improvement. Add this step in the section so users know how ...
1.0
[Docs]: Include record count as part of list serverside pagination - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Documentation Link https://docs.appsmith.com/reference/widgets/list#server-side-pagination ### Discord/slack/intercom Link _No response_ ### Describe the prob...
non_priority
include record count as part of list serverside pagination is there an existing issue for this i have searched the existing issues documentation link discord slack intercom link no response describe the problem and improvement add this step in the section so users know how to use i...
0
10,200
7,113,030,151
IssuesEvent
2018-01-17 19:01:54
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
tf.case raising IllegalArgumentError 'None of the conditions evaluated as True' when used with Dataset
stat:awaiting tensorflower type:bug/performance
### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Windows 10 64bit - **TensorFlow installed from (source or binary)**: via pip - **TensorFlow version (use command below)**: 1.4.0 - **Python version**: 3.5 When I use tf.case within a tf.data.Dataset, I get an IllegalArgume...
True
tf.case raising IllegalArgumentError 'None of the conditions evaluated as True' when used with Dataset - ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Windows 10 64bit - **TensorFlow installed from (source or binary)**: via pip - **TensorFlow version (use command below)**: ...
non_priority
tf case raising illegalargumenterror none of the conditions evaluated as true when used with dataset system information os platform and distribution e g linux ubuntu windows tensorflow installed from source or binary via pip tensorflow version use command below ...
0
157,270
24,640,852,578
IssuesEvent
2022-10-17 11:30:59
transport-nantes/tn_web
https://api.github.com/repos/transport-nantes/tn_web
closed
Decay to hamburger gracefully
0-urgent Design issue
At too many image resolutions, we could show _something_ but instead show nothing. Perhaps we can do better. ![image](https://user-images.githubusercontent.com/1220683/141693518-658d3866-f639-4787-b1d6-4d21c41cf2c0.png)
1.0
Decay to hamburger gracefully - At too many image resolutions, we could show _something_ but instead show nothing. Perhaps we can do better. ![image](https://user-images.githubusercontent.com/1220683/141693518-658d3866-f639-4787-b1d6-4d21c41cf2c0.png)
non_priority
decay to hamburger gracefully at too many image resolutions we could show something but instead show nothing perhaps we can do better
0
204,113
15,894,079,749
IssuesEvent
2021-04-11 08:53:28
brotkrueml/typo3-matomo-widgets
https://api.github.com/repos/brotkrueml/typo3-matomo-widgets
opened
Remove beta status
documentation
For the release of 1.0 the status is set from beta to stable. - [ ] The "Caution" box in the [documentation](https://docs.typo3.org/p/brotkrueml/typo3-matomo-widgets/0.3/en-us/Configuration/Index.html#widget-configuration) is removed. - [ ] The state in ext_emconf.php is set to stable.
1.0
Remove beta status - For the release of 1.0 the status is set from beta to stable. - [ ] The "Caution" box in the [documentation](https://docs.typo3.org/p/brotkrueml/typo3-matomo-widgets/0.3/en-us/Configuration/Index.html#widget-configuration) is removed. - [ ] The state in ext_emconf.php is set to stable.
non_priority
remove beta status for the release of the status is set from beta to stable the caution box in the is removed the state in ext emconf php is set to stable
0
163,658
13,924,397,580
IssuesEvent
2020-10-21 15:30:29
Sage-Bionetworks/nlp-sandbox
https://api.github.com/repos/Sage-Bionetworks/nlp-sandbox
opened
Update description on how to generate initial python-flask codebase with openapi-generator
documentation
The current documentation lives in this README: https://github.com/Sage-Bionetworks/nlp-sandbox-date-annotator-example
1.0
Update description on how to generate initial python-flask codebase with openapi-generator - The current documentation lives in this README: https://github.com/Sage-Bionetworks/nlp-sandbox-date-annotator-example
non_priority
update description on how to generate initial python flask codebase with openapi generator the current documentation lives in this readme
0
238,547
19,725,556,575
IssuesEvent
2022-01-13 19:35:45
dryicejayr/project1
https://api.github.com/repos/dryicejayr/project1
closed
Nucleus - [High] - 440044
test
Source: QUALYS Finding Description: CentOS has released security update for kernel to fix the vulnerabilities. Affected Product: centos 6 Impact: An unprivileged attacker could use this flaw to cross the syscall boundary and read privileged memory by conducting targeted cache side-channel attacks. (CVE-2017-5753) An...
1.0
Nucleus - [High] - 440044 - Source: QUALYS Finding Description: CentOS has released security update for kernel to fix the vulnerabilities. Affected Product: centos 6 Impact: An unprivileged attacker could use this flaw to cross the syscall boundary and read privileged memory by conducting targeted cache side-channel ...
non_priority
nucleus source qualys finding description centos has released security update for kernel to fix the vulnerabilities affected product centos impact an unprivileged attacker could use this flaw to cross the syscall boundary and read privileged memory by conducting targeted cache side channel attacks ...
0
39,199
15,886,669,627
IssuesEvent
2021-04-09 23:16:58
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
opened
[RPP] Update Invoice Email Link and Invoice Page
Product: Residential Parking Permit Digitization Service: Apps Workgroup: PE
Possible bug when navigating to the invoice page for a completed RPP application. Need to verify link is working correctly and that invoice page details and formatting still looks good.
1.0
[RPP] Update Invoice Email Link and Invoice Page - Possible bug when navigating to the invoice page for a completed RPP application. Need to verify link is working correctly and that invoice page details and formatting still looks good.
non_priority
update invoice email link and invoice page possible bug when navigating to the invoice page for a completed rpp application need to verify link is working correctly and that invoice page details and formatting still looks good
0
125,235
10,339,625,992
IssuesEvent
2019-09-03 19:49:05
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: UI Functional Tests.test/functional/apps/dashboard/_embeddable_rendering·js - dashboard app using current data dashboard embeddable rendering data rendered correctly when dashboard is opened from listing page
failed-test
A test failed on a tracked branch ``` Error: retry.try timeout: Error: expected 0 to equal 50 at Assertion.assert (node_modules/expect.js/index.js:96:13) at Assertion.be.Assertion.equal (node_modules/expect.js/index.js:216:10) at Assertion.(anonymous function) [as be] (node_modules/expect.js/index....
1.0
Failing test: UI Functional Tests.test/functional/apps/dashboard/_embeddable_rendering·js - dashboard app using current data dashboard embeddable rendering data rendered correctly when dashboard is opened from listing page - A test failed on a tracked branch ``` Error: retry.try timeout: Error: expected 0 to e...
non_priority
failing test ui functional tests test functional apps dashboard embeddable rendering·js dashboard app using current data dashboard embeddable rendering data rendered correctly when dashboard is opened from listing page a test failed on a tracked branch error retry try timeout error expected to e...
0
294,878
22,164,740,294
IssuesEvent
2022-06-05 03:01:53
TheDaniloMarto/MyBlog
https://api.github.com/repos/TheDaniloMarto/MyBlog
closed
Criar os recursos para listar e detalhar postagens
documentation
Por recursos, entende-se toda a estrutura para lista e detalhar as postagens desde as tabelas no banco de dados até os templates
1.0
Criar os recursos para listar e detalhar postagens - Por recursos, entende-se toda a estrutura para lista e detalhar as postagens desde as tabelas no banco de dados até os templates
non_priority
criar os recursos para listar e detalhar postagens por recursos entende se toda a estrutura para lista e detalhar as postagens desde as tabelas no banco de dados até os templates
0
93,208
8,404,977,513
IssuesEvent
2018-10-11 14:12:14
anwarelwakil/TestingRepo
https://api.github.com/repos/anwarelwakil/TestingRepo
opened
No description entered by the user.
tagTestinginButton1 tagTestinginappdelegate
# :clipboard: Bug Details key | value --|-- Reported At | 2018-10-11T14:06:04.000Z Categories | Report a Problem | test2 Tags | tagTestinginappdelegate | tagTestinginButton1 App Version | 1.0 (1.0) Session Duration | 3 Device | iPhone 6s Plus, iOS 12.0 Display | 414x736 (@3x) Location | Cairo, Egypt (en-EG)...
2.0
No description entered by the user. - # :clipboard: Bug Details key | value --|-- Reported At | 2018-10-11T14:06:04.000Z Categories | Report a Problem | test2 Tags | tagTestinginappdelegate | tagTestinginButton1 App Version | 1.0 (1.0) Session Duration | 3 Device | iPhone 6s Plus, iOS 12.0 Display | 414x736 ...
non_priority
no description entered by the user clipboard bug details key value reported at categories report a problem tags tagtestinginappdelegate app version session duration device iphone plus ios display location cairo egypt en eg ...
0
94,486
11,879,721,330
IssuesEvent
2020-03-27 09:20:25
NK-WebDev/learning-to-code
https://api.github.com/repos/NK-WebDev/learning-to-code
opened
Mastering Data Visualization: 3 Tips For A Smoother Design Process
data viz design
[link to the post](https://dribbble.com/stories/2020/03/17/data-viz-design-tips) # 1. Keep things clean and tidy A complex visualization is going to mean a complex file, so it’s essential to practice good housekeeping in your artwork. Place every part of the visualization on separate, clearly named layers. Never ...
1.0
Mastering Data Visualization: 3 Tips For A Smoother Design Process - [link to the post](https://dribbble.com/stories/2020/03/17/data-viz-design-tips) # 1. Keep things clean and tidy A complex visualization is going to mean a complex file, so it’s essential to practice good housekeeping in your artwork. Place ever...
non_priority
mastering data visualization tips for a smoother design process keep things clean and tidy a complex visualization is going to mean a complex file so it’s essential to practice good housekeeping in your artwork place every part of the visualization on separate clearly named layers never delete a...
0
64,408
26,717,324,011
IssuesEvent
2023-01-28 17:42:32
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
aws_elasticache - add support for notification_topic_status
enhancement service/elasticache stale
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or other comments that do not add relevant n...
1.0
aws_elasticache - add support for notification_topic_status - ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please ...
non_priority
aws elasticache add support for notification topic status community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they...
0
132,921
28,436,623,607
IssuesEvent
2023-04-15 11:53:52
celiagarcia/AIVA_2023-Crotales
https://api.github.com/repos/celiagarcia/AIVA_2023-Crotales
closed
Localizar código de identificación animal
Code
Localizar código de identificación animal: localización de los cuatro dígitos que forman el código de identificación animal de la imagen del crotal. Origen: los dígitos están situados en la parte inferior del crotal con el tamaño de dígito mayor al resto de información del crotal. El crotal puede estar inclinado un n...
1.0
Localizar código de identificación animal - Localizar código de identificación animal: localización de los cuatro dígitos que forman el código de identificación animal de la imagen del crotal. Origen: los dígitos están situados en la parte inferior del crotal con el tamaño de dígito mayor al resto de información del ...
non_priority
localizar código de identificación animal localizar código de identificación animal localización de los cuatro dígitos que forman el código de identificación animal de la imagen del crotal origen los dígitos están situados en la parte inferior del crotal con el tamaño de dígito mayor al resto de información del ...
0
314,634
23,531,253,099
IssuesEvent
2022-08-19 15:32:27
gitlabhq/terraform-provider-gitlab
https://api.github.com/repos/gitlabhq/terraform-provider-gitlab
closed
Enhance documentation for gitlab_group_ldap_link resources ldap_provider attribute
documentation
### Terraform Version 0.14.9 ### Affected Resource(s) - gitlab_group_ldap_link The documentation for the ldap_provider attribute does specify that you should use the value that is stored in the GitLab database for this resource but we should clarify this to mention it is not the label you see on the UI and po...
1.0
Enhance documentation for gitlab_group_ldap_link resources ldap_provider attribute - ### Terraform Version 0.14.9 ### Affected Resource(s) - gitlab_group_ldap_link The documentation for the ldap_provider attribute does specify that you should use the value that is stored in the GitLab database for this resour...
non_priority
enhance documentation for gitlab group ldap link resources ldap provider attribute terraform version affected resource s gitlab group ldap link the documentation for the ldap provider attribute does specify that you should use the value that is stored in the gitlab database for this resourc...
0
76,993
9,533,245,401
IssuesEvent
2019-04-29 20:45:44
developmentseed/scoreboard
https://api.github.com/repos/developmentseed/scoreboard
opened
Explore a different way to indicate "private" sections of the dashboard
design
The private sections of the dashboard have a dark background, which I don't think is a clear way to indicate those sections are private. We should look into a different option, like a lock icon next to the title of such a section. <img width="1287" alt="image" src="https://user-images.githubusercontent.com/6155420/5...
1.0
Explore a different way to indicate "private" sections of the dashboard - The private sections of the dashboard have a dark background, which I don't think is a clear way to indicate those sections are private. We should look into a different option, like a lock icon next to the title of such a section. <img width="...
non_priority
explore a different way to indicate private sections of the dashboard the private sections of the dashboard have a dark background which i don t think is a clear way to indicate those sections are private we should look into a different option like a lock icon next to the title of such a section img width ...
0
48,965
25,920,449,632
IssuesEvent
2022-12-15 21:24:11
CondeNast/atjson
https://api.github.com/repos/CondeNast/atjson
closed
Add performance regression testing on pull requests
⏱ Performance
We currently have some fairly rudimentary performance regression testing in `renderer-commonmark`. It turns out that it's _really_ hard to catch these, because they don't cause any test failures, nor does it give any indication of whether the change in atjson caused any relative change in performance. The proposal h...
True
Add performance regression testing on pull requests - We currently have some fairly rudimentary performance regression testing in `renderer-commonmark`. It turns out that it's _really_ hard to catch these, because they don't cause any test failures, nor does it give any indication of whether the change in atjson caused...
non_priority
add performance regression testing on pull requests we currently have some fairly rudimentary performance regression testing in renderer commonmark it turns out that it s really hard to catch these because they don t cause any test failures nor does it give any indication of whether the change in atjson caused...
0
13,428
8,922,739,965
IssuesEvent
2019-01-21 13:51:51
surfedushare/surf-backend
https://api.github.com/repos/surfedushare/surf-backend
opened
Insecure django version
security
## Details ### CVE-2019-3498 ** Vulnerable versions:** >= 2.0.0, <2.0.10 ** Patches version:** 2.0.10 ## Remediation Upgrade **django** to version **2.0.10** or later.
True
Insecure django version - ## Details ### CVE-2019-3498 ** Vulnerable versions:** >= 2.0.0, <2.0.10 ** Patches version:** 2.0.10 ## Remediation Upgrade **django** to version **2.0.10** or later.
non_priority
insecure django version details cve vulnerable versions patches version remediation upgrade django to version or later
0
137,147
12,746,689,598
IssuesEvent
2020-06-26 16:24:29
aezarebski/epi-types
https://api.github.com/repos/aezarebski/epi-types
opened
include a function to generate a plot of some trees
documentation
It would be nice to have some example for to generate plots based on the newick exports.
1.0
include a function to generate a plot of some trees - It would be nice to have some example for to generate plots based on the newick exports.
non_priority
include a function to generate a plot of some trees it would be nice to have some example for to generate plots based on the newick exports
0
4,335
7,242,199,108
IssuesEvent
2018-02-14 06:16:38
muflihun/residue
https://api.github.com/repos/muflihun/residue
closed
Race condition causing deadlock when creating log file
area: log-processing edge-case type: bug
When log rotation truncates the file and file is being created. Last log message seen is ``` 22:51:56,265 [AdminHandler] [INFO] FSR: Prepending 'level' format specifier in filename for logger [sample-app] as we have multiple filenames for levels 22:51:56,265 [AdminHandler] [INFO] FSR: [/tmp/logs/sample-app.log] => [...
1.0
Race condition causing deadlock when creating log file - When log rotation truncates the file and file is being created. Last log message seen is ``` 22:51:56,265 [AdminHandler] [INFO] FSR: Prepending 'level' format specifier in filename for logger [sample-app] as we have multiple filenames for levels 22:51:56,265 [...
non_priority
race condition causing deadlock when creating log file when log rotation truncates the file and file is being created last log message seen is fsr prepending level format specifier in filename for logger as we have multiple filenames for levels fsr as fsr r...
0
21,872
14,911,438,521
IssuesEvent
2021-01-22 11:04:23
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
Add support to AzDO and Support testing changes in mirror
area-Infrastructure
<!--This is just a template - feel free to delete any and all of it and replace as appropriate.--> ### Description This could help test some set of changes that can only be done with internal infrastructure. For this: - [ ] Audit different YMLs. There's a bunch of steps that need to be excluded on internal, an...
1.0
Add support to AzDO and Support testing changes in mirror - <!--This is just a template - feel free to delete any and all of it and replace as appropriate.--> ### Description This could help test some set of changes that can only be done with internal infrastructure. For this: - [ ] Audit different YMLs. There...
non_priority
add support to azdo and support testing changes in mirror description this could help test some set of changes that can only be done with internal infrastructure for this audit different ymls there s a bunch of steps that need to be excluded on internal and some that are conditioned on not bein...
0
159,472
13,765,371,017
IssuesEvent
2020-10-07 13:20:02
SketchUp/api-issue-tracker
https://api.github.com/repos/SketchUp/api-issue-tracker
closed
Model#export incorrect example for PDF vector export
Ruby API SketchUp documentation
[`Sketchup::Model#export`](https://ruby.sketchup.com/Sketchup/Model.html#export-instance_method) has incorrect example for PDF vector export The second argument is `show_summary` in error. Should be (**including proper indentation**!): ```ruby # Export pdf file on a PC, showing a summary when complete. options_h...
1.0
Model#export incorrect example for PDF vector export - [`Sketchup::Model#export`](https://ruby.sketchup.com/Sketchup/Model.html#export-instance_method) has incorrect example for PDF vector export The second argument is `show_summary` in error. Should be (**including proper indentation**!): ```ruby # Export pdf fi...
non_priority
model export incorrect example for pdf vector export has incorrect example for pdf vector export the second argument is show summary in error should be including proper indentation ruby export pdf file on a pc showing a summary when complete options hash show summary true ...
0
27,744
6,897,439,307
IssuesEvent
2017-11-24 02:31:04
imzyf/ios-swift-learning-notes
https://api.github.com/repos/imzyf/ios-swift-learning-notes
opened
quora dots loading animation
code
``` func startAnimation() { dotOne.transform = CGAffineTransform(scaleX: 0.01, y: 0.01) dotTwo.transform = CGAffineTransform(scaleX: 0.01, y: 0.01) dotThree.transform = CGAffineTransform(scaleX: 0.01, y: 0.01) UIView.animate(withDuration: 0.6, delay: 0.0, options: [.repeat, .autoreverse], a...
1.0
quora dots loading animation - ``` func startAnimation() { dotOne.transform = CGAffineTransform(scaleX: 0.01, y: 0.01) dotTwo.transform = CGAffineTransform(scaleX: 0.01, y: 0.01) dotThree.transform = CGAffineTransform(scaleX: 0.01, y: 0.01) UIView.animate(withDuration: 0.6, delay: 0.0, opti...
non_priority
quora dots loading animation func startanimation dotone transform cgaffinetransform scalex y dottwo transform cgaffinetransform scalex y dotthree transform cgaffinetransform scalex y uiview animate withduration delay options ...
0
64,265
14,660,764,532
IssuesEvent
2020-12-29 01:00:47
RG4421/raml-language-server
https://api.github.com/repos/RG4421/raml-language-server
opened
WS-2020-0219 (Medium) detected in date-and-time-0.10.0.tgz
security vulnerability
## WS-2020-0219 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>date-and-time-0.10.0.tgz</b></p></summary> <p>A Minimalist DateTime utility for Node.js and the browser</p> <p>Library...
True
WS-2020-0219 (Medium) detected in date-and-time-0.10.0.tgz - ## WS-2020-0219 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>date-and-time-0.10.0.tgz</b></p></summary> <p>A Minimalis...
non_priority
ws medium detected in date and time tgz ws medium severity vulnerability vulnerable library date and time tgz a minimalist datetime utility for node js and the browser library home page a href path to dependency file raml language server client package json path to vu...
0
76,508
9,948,824,594
IssuesEvent
2019-07-04 09:48:19
Open-EO/openeo-api
https://api.github.com/repos/Open-EO/openeo-api
closed
Validate all processes in a process graph
documentation process graphs question
Dear developers, We (@kempenep) developing the jeodpp openeo driver and currently got stacked in the API method to insert a job with its basic metadata and process graph at POST /jobs . Before I insert any job into our backend I would like to validate each node containing a subprocess of the entire graph. I ...
1.0
Validate all processes in a process graph - Dear developers, We (@kempenep) developing the jeodpp openeo driver and currently got stacked in the API method to insert a job with its basic metadata and process graph at POST /jobs . Before I insert any job into our backend I would like to validate each node contain...
non_priority
validate all processes in a process graph dear developers we kempenep developing the jeodpp openeo driver and currently got stacked in the api method to insert a job with its basic metadata and process graph at post jobs before i insert any job into our backend i would like to validate each node contain...
0
46,330
13,159,955,484
IssuesEvent
2020-08-10 16:43:03
jgeraigery/imhotep
https://api.github.com/repos/jgeraigery/imhotep
closed
CVE-2017-5637 (High) detected in zookeeper-3.4.5-cdh5.4.11.jar
security vulnerability
## CVE-2017-5637 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>zookeeper-3.4.5-cdh5.4.11.jar</b></p></summary> <p>CDH root</p> <p>Path to dependency file: /tmp/ws-scm/imhotep/imhotep...
True
CVE-2017-5637 (High) detected in zookeeper-3.4.5-cdh5.4.11.jar - ## CVE-2017-5637 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>zookeeper-3.4.5-cdh5.4.11.jar</b></p></summary> <p>CDH...
non_priority
cve high detected in zookeeper jar cve high severity vulnerability vulnerable library zookeeper jar cdh root path to dependency file tmp ws scm imhotep imhotep server pom xml path to vulnerable library canner repository org apache zookeeper zookeeper ...
0
247,110
18,857,311,294
IssuesEvent
2021-11-12 08:26:43
LilyDaytoy/pe
https://api.github.com/repos/LilyDaytoy/pe
opened
Type case error in UG
severity.Low type.DocumentationBug
![截屏2021-11-12 下午4.23.22.png](https://raw.githubusercontent.com/LilyDaytoy/pe/main/files/72c0d32f-4ad3-47ca-a290-63d01ece3be2.png) A little bit confusing here to see the mOnTH, is it better to stipulate them to all be in lower case? eg. i/month, i/year <!--session: 1636704225850-a63e7db8-8d6c-4ed2-af93-3938fe7e4614...
1.0
Type case error in UG - ![截屏2021-11-12 下午4.23.22.png](https://raw.githubusercontent.com/LilyDaytoy/pe/main/files/72c0d32f-4ad3-47ca-a290-63d01ece3be2.png) A little bit confusing here to see the mOnTH, is it better to stipulate them to all be in lower case? eg. i/month, i/year <!--session: 1636704225850-a63e7db8-8d6...
non_priority
type case error in ug a little bit confusing here to see the month is it better to stipulate them to all be in lower case eg i month i year
0
95,873
19,808,774,810
IssuesEvent
2022-01-19 09:56:32
RalfKoban/MiKo-Analyzers
https://api.github.com/repos/RalfKoban/MiKo-Analyzers
opened
Provide codefix for MiKo_3075
feature Area: maintainability Area: codefix
If a class contains only static members, make it static; otherwise make it sealed.
1.0
Provide codefix for MiKo_3075 - If a class contains only static members, make it static; otherwise make it sealed.
non_priority
provide codefix for miko if a class contains only static members make it static otherwise make it sealed
0
155,322
12,246,168,207
IssuesEvent
2020-05-05 14:04:39
tempesta-tech/mariadb
https://api.github.com/repos/tempesta-tech/mariadb
closed
Test RocksDB with System Versioning
task test
RocksDB should work like MyISAM with timestamp-based system fields. Investigate and fix possible failures. Make additional combiantion for RocksDB in `versioning` suite. `rocksdb` combination must be skipped when RocksDB is not compiled.
1.0
Test RocksDB with System Versioning - RocksDB should work like MyISAM with timestamp-based system fields. Investigate and fix possible failures. Make additional combiantion for RocksDB in `versioning` suite. `rocksdb` combination must be skipped when RocksDB is not compiled.
non_priority
test rocksdb with system versioning rocksdb should work like myisam with timestamp based system fields investigate and fix possible failures make additional combiantion for rocksdb in versioning suite rocksdb combination must be skipped when rocksdb is not compiled
0
67,834
14,891,974,947
IssuesEvent
2021-01-21 01:43:48
kenferrara/imhotep
https://api.github.com/repos/kenferrara/imhotep
opened
CVE-2020-36188 (Medium) detected in jackson-databind-2.2.3.jar
security vulnerability
## CVE-2020-36188 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.2.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core stream...
True
CVE-2020-36188 (Medium) detected in jackson-databind-2.2.3.jar - ## CVE-2020-36188 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.2.3.jar</b></p></summary> <p>Gen...
non_priority
cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file imhotep imhotep archive pom xml path to vulnerable libra...
0
100,483
16,489,890,943
IssuesEvent
2021-05-25 01:06:27
billmcchesney1/react-bootstrap
https://api.github.com/repos/billmcchesney1/react-bootstrap
opened
CVE-2021-28092 (High) detected in is-svg-3.0.0.tgz
security vulnerability
## CVE-2021-28092 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-svg-3.0.0.tgz</b></p></summary> <p>Check if a string or buffer is SVG</p> <p>Library home page: <a href="https://re...
True
CVE-2021-28092 (High) detected in is-svg-3.0.0.tgz - ## CVE-2021-28092 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-svg-3.0.0.tgz</b></p></summary> <p>Check if a string or buffer...
non_priority
cve high detected in is svg tgz cve high severity vulnerability vulnerable library is svg tgz check if a string or buffer is svg library home page a href path to dependency file react bootstrap www package json path to vulnerable library react bootstrap www node modu...
0
39,066
19,683,391,926
IssuesEvent
2022-01-11 19:08:56
SEED-platform/seed
https://api.github.com/repos/SEED-platform/seed
closed
refactor: enable inventory "add/remove labels" to accept a filter expression or list of IDs
P-1 No Longer Valid Performance
## context SEED is creating a paginated inventory list page, moving filtering to the backend. Users will have the option to "select all" inventory -- but now that we paginate data, we won't have all of the IDs on the frontend which we could then POST to the action endpoint (in this case export selected). So the endpoi...
True
refactor: enable inventory "add/remove labels" to accept a filter expression or list of IDs - ## context SEED is creating a paginated inventory list page, moving filtering to the backend. Users will have the option to "select all" inventory -- but now that we paginate data, we won't have all of the IDs on the frontend...
non_priority
refactor enable inventory add remove labels to accept a filter expression or list of ids context seed is creating a paginated inventory list page moving filtering to the backend users will have the option to select all inventory but now that we paginate data we won t have all of the ids on the frontend...
0
9,517
29,175,257,829
IssuesEvent
2023-05-19 07:20:50
DevExpress/testcafe
https://api.github.com/repos/DevExpress/testcafe
closed
SurveyJS Imagepicker DnD blinking issue
TYPE: bug SYSTEM: automations
### What is your Scenario? The test is blinking at the azure CI sometimes ### What is the Current behavior? Sometimes the test blinking and fails ### What is the Expected behavior? test run without blinking ### What is your public website URL? (or attach your complete example) https://surveyjs.io/...
1.0
SurveyJS Imagepicker DnD blinking issue - ### What is your Scenario? The test is blinking at the azure CI sometimes ### What is the Current behavior? Sometimes the test blinking and fails ### What is the Expected behavior? test run without blinking ### What is your public website URL? (or attach your...
non_priority
surveyjs imagepicker dnd blinking issue what is your scenario the test is blinking at the azure ci sometimes what is the current behavior sometimes the test blinking and fails what is the expected behavior test run without blinking what is your public website url or attach your...
0
38,628
12,561,325,071
IssuesEvent
2020-06-08 01:08:00
jgeraigery/uplus-wss
https://api.github.com/repos/jgeraigery/uplus-wss
opened
CVE-2020-13822 (Medium) detected in elliptic-6.5.2.tgz
security vulnerability
## CVE-2020-13822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.or...
True
CVE-2020-13822 (Medium) detected in elliptic-6.5.2.tgz - ## CVE-2020-13822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary> <p>EC cryptography</p>...
non_priority
cve medium detected in elliptic tgz cve medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file tmp ws scm uplus wss package json path to vulnerable library tmp ws scm uplus wss node modules ell...
0
11,970
3,560,377,248
IssuesEvent
2016-01-23 02:00:31
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
closed
Document how to how automatically validate AMP document
Related to: Documentation
- as part of CI - or as part of CMS publishing CC @pbakaus @Meggin
1.0
Document how to how automatically validate AMP document - - as part of CI - or as part of CMS publishing CC @pbakaus @Meggin
non_priority
document how to how automatically validate amp document as part of ci or as part of cms publishing cc pbakaus meggin
0
426,103
29,509,579,117
IssuesEvent
2023-06-03 18:59:35
mundorum-lab/datasci
https://api.github.com/repos/mundorum-lab/datasci
closed
Documentation : Update objects' attributes names
documentation enhancement
The current workflow documentation lacks objectivity; therefore, the attributes should be renamed to make things clearer. Example: inputTypeName -> name
1.0
Documentation : Update objects' attributes names - The current workflow documentation lacks objectivity; therefore, the attributes should be renamed to make things clearer. Example: inputTypeName -> name
non_priority
documentation update objects attributes names the current workflow documentation lacks objectivity therefore the attributes should be renamed to make things clearer example inputtypename name
0
16,599
12,061,029,890
IssuesEvent
2020-04-15 22:35:32
surge-synthesizer/surge
https://api.github.com/repos/surge-synthesizer/surge
closed
Please add FreeBSD as a system when Surge is available
Infrastructure
On this page: https://surge-synthesizer.github.io/ The FreeBSD port is now available: https://www.freshports.org/audio/surge-synthesizer-lv2/ Users can install it with the command: * ```pkg install surge-synthesizer-lv2``` (using a binary package) * ```cd /usr/ports/audio/surge-synthesizer-lv2 && make install...
1.0
Please add FreeBSD as a system when Surge is available - On this page: https://surge-synthesizer.github.io/ The FreeBSD port is now available: https://www.freshports.org/audio/surge-synthesizer-lv2/ Users can install it with the command: * ```pkg install surge-synthesizer-lv2``` (using a binary package) * ```...
non_priority
please add freebsd as a system when surge is available on this page the freebsd port is now available users can install it with the command pkg install surge synthesizer using a binary package cd usr ports audio surge synthesizer make install clean build and install from so...
0
400,034
27,266,040,252
IssuesEvent
2023-02-22 18:07:13
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
Documentation: how to setup a LLVM development environment
9.needs: documentation
## Problem I found it is not trivial to setup a usable LLVM development environment. I hope something like the following should work: ``` environment.systemPackages = with pkgs; [ llvmPackages_latest.clangUseLLVM llvmPackages_latest.llvm llvmPackages_latest.openmp llvmPackages_latest.l...
1.0
Documentation: how to setup a LLVM development environment - ## Problem I found it is not trivial to setup a usable LLVM development environment. I hope something like the following should work: ``` environment.systemPackages = with pkgs; [ llvmPackages_latest.clangUseLLVM llvmPackages_latest.llvm...
non_priority
documentation how to setup a llvm development environment problem i found it is not trivial to setup a usable llvm development environment i hope something like the following should work environment systempackages with pkgs llvmpackages latest clangusellvm llvmpackages latest llvm...
0
224,340
17,689,687,466
IssuesEvent
2021-08-24 08:25:35
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
closed
Intermittent UI test failure - SmokeTest.customTrackingProtectionSettingsTest
eng:disabled-test eng:ui-test
Update the tests to support the shield and lock icon UI.
2.0
Intermittent UI test failure - SmokeTest.customTrackingProtectionSettingsTest - Update the tests to support the shield and lock icon UI.
non_priority
intermittent ui test failure smoketest customtrackingprotectionsettingstest update the tests to support the shield and lock icon ui
0
197,512
22,595,756,349
IssuesEvent
2022-06-29 02:40:56
interserver/mailbaby-api-samples
https://api.github.com/repos/interserver/mailbaby-api-samples
closed
CVE-2020-7611 (High) detected in micronaut-http-netty-1.1.4.jar - autoclosed
security vulnerability
## CVE-2020-7611 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>micronaut-http-netty-1.1.4.jar</b></p></summary> <p>Natively Cloud Native</p> <p>Library home page: <a href="http://mic...
True
CVE-2020-7611 (High) detected in micronaut-http-netty-1.1.4.jar - autoclosed - ## CVE-2020-7611 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>micronaut-http-netty-1.1.4.jar</b></p></s...
non_priority
cve high detected in micronaut http netty jar autoclosed cve high severity vulnerability vulnerable library micronaut http netty jar natively cloud native library home page a href path to dependency file swagger client micronaut pom xml path to vulnerable library ...
0
3,656
9,936,175,689
IssuesEvent
2019-07-02 18:26:13
MicrosoftDocs/architecture-center
https://api.github.com/repos/MicrosoftDocs/architecture-center
closed
Please consider to add about naming conversations for Fire Wall
architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged
Please consider to add the naming conversation for Azure Firewall's Network rule and application rule. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 * Version Independent ID: 24e71392-985b-59fb-1552-463...
1.0
Please consider to add about naming conversations for Fire Wall - Please consider to add the naming conversation for Azure Firewall's Network rule and application rule. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 0e540bb6-9f72-0529-28ea-...
non_priority
please consider to add about naming conversations for fire wall please consider to add the naming conversation for azure firewall s network rule and application rule document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version inde...
0
13,864
3,783,587,634
IssuesEvent
2016-03-19 07:20:04
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
sparse matrix documentation mixes `nnz` and `getnnz`
Documentation easy-fix
E.g. http://docs.scipy.org/doc/scipy-0.17.0/reference/generated/scipy.sparse.csr_matrix.html In the Attributes section, one has: > nnz Get the count of explicitly-stored values (nonzeros) :Parameters: axis : None, 0, or 1 Select > between the number of values across the whole matrix, in each column, or in each ro...
1.0
sparse matrix documentation mixes `nnz` and `getnnz` - E.g. http://docs.scipy.org/doc/scipy-0.17.0/reference/generated/scipy.sparse.csr_matrix.html In the Attributes section, one has: > nnz Get the count of explicitly-stored values (nonzeros) :Parameters: axis : None, 0, or 1 Select > between the number of values...
non_priority
sparse matrix documentation mixes nnz and getnnz e g in the attributes section one has nnz get the count of explicitly stored values nonzeros parameters axis none or select between the number of values across the whole matrix in each column or in each row first it seems to need t...
0
97,704
12,257,951,924
IssuesEvent
2020-05-06 14:26:08
COVID19Tracking/website
https://api.github.com/repos/COVID19Tracking/website
closed
Adjustments for accessibility (based on Voiceover)
homepage redesign
Running this through Voiceover I encountered these issues. (We’ll want to check NVDA/JAWS separately, after fixing these issues first)
1.0
Adjustments for accessibility (based on Voiceover) - Running this through Voiceover I encountered these issues. (We’ll want to check NVDA/JAWS separately, after fixing these issues first)
non_priority
adjustments for accessibility based on voiceover running this through voiceover i encountered these issues we’ll want to check nvda jaws separately after fixing these issues first
0
18,738
13,090,741,099
IssuesEvent
2020-08-03 04:29:03
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Test Infrastructure Failure: Access to the path ... is denied
area-Infrastructure-coreclr os-linux
Hit in https://github.com/dotnet/coreclr/pull/27451/ on Run Test Pri0 Linux_musl x64 release: ``` + /root/helix/work/correlation/corerun /root/helix/work/correlation/xunit.console.dll Exceptions/Finalization/Exceptions.Finalization.XUnitWrapper.dll Exceptions/ForeignThread/Exceptions.ForeignThread.XUnitWrapper.dll ...
1.0
Test Infrastructure Failure: Access to the path ... is denied - Hit in https://github.com/dotnet/coreclr/pull/27451/ on Run Test Pri0 Linux_musl x64 release: ``` + /root/helix/work/correlation/corerun /root/helix/work/correlation/xunit.console.dll Exceptions/Finalization/Exceptions.Finalization.XUnitWrapper.dll Exc...
non_priority
test infrastructure failure access to the path is denied hit in on run test linux musl release root helix work correlation corerun root helix work correlation xunit console dll exceptions finalization exceptions finalization xunitwrapper dll exceptions foreignthread exceptions foreignthread xu...
0
8,981
3,240,913,455
IssuesEvent
2015-10-15 08:08:29
borgbackup/borg
https://api.github.com/repos/borgbackup/borg
reopened
Deduplicated size larger than attic
bug documentation
Wonder if I'm doing something wrong. I'm seeing a much better deduplication ratio with attic than with borg using the same dataset. The attic repo has 7 days worth of daily data from about 10 servers, mostly persona, mysql and mongo backups. The borg repo has only 2 days worth of the same exact data and is already near...
1.0
Deduplicated size larger than attic - Wonder if I'm doing something wrong. I'm seeing a much better deduplication ratio with attic than with borg using the same dataset. The attic repo has 7 days worth of daily data from about 10 servers, mostly persona, mysql and mongo backups. The borg repo has only 2 days worth of t...
non_priority
deduplicated size larger than attic wonder if i m doing something wrong i m seeing a much better deduplication ratio with attic than with borg using the same dataset the attic repo has days worth of daily data from about servers mostly persona mysql and mongo backups the borg repo has only days worth of th...
0
211,556
23,833,151,065
IssuesEvent
2022-09-06 01:08:24
RG4421/atlasdb
https://api.github.com/repos/RG4421/atlasdb
opened
CVE-2022-38752 (Medium) detected in multiple libraries
security vulnerability
## CVE-2022-38752 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>snakeyaml-1.24.jar</b>, <b>snakeyaml-1.23.jar</b>, <b>snakeyaml-1.26.jar</b></p></summary> <p> <details><summary><...
True
CVE-2022-38752 (Medium) detected in multiple libraries - ## CVE-2022-38752 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>snakeyaml-1.24.jar</b>, <b>snakeyaml-1.23.jar</b>, <b>snak...
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries snakeyaml jar snakeyaml jar snakeyaml jar snakeyaml jar yaml parser and emitter for java library home page a href path to vulnerable library timelock...
0
227,718
17,397,335,324
IssuesEvent
2021-08-02 14:56:08
AlexxIT/WebRTC
https://api.github.com/repos/AlexxIT/WebRTC
closed
Проверено на камерах TP-Link Tapo C100
documentation
Проверено на камерах TP-Link Tapo C100 все работает спасибо за ваш труд Адреса для получения потока rtsp основной - высокое качество rtsp://user:pass@192.168.1.123:554/stream1 дополнительный поток с пониженным качеством rtsp://user:pass:123456@192.168.1.123:554/stream2
1.0
Проверено на камерах TP-Link Tapo C100 - Проверено на камерах TP-Link Tapo C100 все работает спасибо за ваш труд Адреса для получения потока rtsp основной - высокое качество rtsp://user:pass@192.168.1.123:554/stream1 дополнительный поток с пониженным качеством rtsp://user:pass:123456@192.168.1.123:554/stre...
non_priority
проверено на камерах tp link tapo проверено на камерах tp link tapo все работает спасибо за ваш труд адреса для получения потока rtsp основной высокое качество rtsp user pass дополнительный поток с пониженным качеством rtsp user pass
0
147,734
13,213,509,310
IssuesEvent
2020-08-16 13:10:27
robotology/icub-gazebo-grasping-sandbox
https://api.github.com/repos/robotology/icub-gazebo-grasping-sandbox
closed
Provide scientific documentation
📚 documentation 🧪 science
It'd be a nice addition to the sandbox a brief writeup describing the architecture under the hood. To this end, we may consider publishing the writeup on GitHub Pages (in `master` under `/docs`). Once done, remember to enable the `Environment` section within the <kbd>About</kbd>. Further, point out that the demo...
1.0
Provide scientific documentation - It'd be a nice addition to the sandbox a brief writeup describing the architecture under the hood. To this end, we may consider publishing the writeup on GitHub Pages (in `master` under `/docs`). Once done, remember to enable the `Environment` section within the <kbd>About</kbd>. ...
non_priority
provide scientific documentation it d be a nice addition to the sandbox a brief writeup describing the architecture under the hood to this end we may consider publishing the writeup on github pages in master under docs once done remember to enable the environment section within the about furthe...
0
316,181
23,618,438,325
IssuesEvent
2022-08-24 18:03:31
dandi/handbook
https://api.github.com/repos/dandi/handbook
closed
Edit new subsections of Using DANDI
documentation
- [ ] Apply style guidelines to the 5 new subsections added recently to Using Dandi (View, Download, Upload, Publish) and add them to nav TOC under a new umbrella heading "User Guide" (as a parallel to the "Developer Guide" heading). - [ ] Make the subheadings parallel with imperative - Download vs Downloading. - [ ...
1.0
Edit new subsections of Using DANDI - - [ ] Apply style guidelines to the 5 new subsections added recently to Using Dandi (View, Download, Upload, Publish) and add them to nav TOC under a new umbrella heading "User Guide" (as a parallel to the "Developer Guide" heading). - [ ] Make the subheadings parallel with impe...
non_priority
edit new subsections of using dandi apply style guidelines to the new subsections added recently to using dandi view download upload publish and add them to nav toc under a new umbrella heading user guide as a parallel to the developer guide heading make the subheadings parallel with imperati...
0
196,182
15,577,822,350
IssuesEvent
2021-03-17 13:56:20
CERTCC/SSVC
https://api.github.com/repos/CERTCC/SSVC
opened
Organize / clean up tree CSV files
documentation enhancement
This arises from working on #60 but it's a separable task. - [ ] Put v1 and v2 CSVs into separate directories within /data - [ ] Remove any extra or obsolete csv files (Input from @j--- might be necessary here because the filenames are not always clear as to the files' purpose) - [ ] normalize column header capit...
1.0
Organize / clean up tree CSV files - This arises from working on #60 but it's a separable task. - [ ] Put v1 and v2 CSVs into separate directories within /data - [ ] Remove any extra or obsolete csv files (Input from @j--- might be necessary here because the filenames are not always clear as to the files' purpose) ...
non_priority
organize clean up tree csv files this arises from working on but it s a separable task put and csvs into separate directories within data remove any extra or obsolete csv files input from j might be necessary here because the filenames are not always clear as to the files purpose n...
0
278,279
21,058,279,596
IssuesEvent
2022-04-01 06:57:48
9teMare/ped
https://api.github.com/repos/9teMare/ped
opened
Mismatch of DG and ResultDisplay description regarding the `after` command
type.DocumentationBug severity.Medium
Same issue as the `within` issue. ![image.png](https://raw.githubusercontent.com/9teMare/ped/main/files/b8ffe827-dcf8-46b3-9770-c8da860d9229.png) ![image.png](https://raw.githubusercontent.com/9teMare/ped/main/files/69b0660c-049a-4c6d-a3bc-cc11dcaf2df7.png) Please update UG accordingly. <!--session: 1648792343681-...
1.0
Mismatch of DG and ResultDisplay description regarding the `after` command - Same issue as the `within` issue. ![image.png](https://raw.githubusercontent.com/9teMare/ped/main/files/b8ffe827-dcf8-46b3-9770-c8da860d9229.png) ![image.png](https://raw.githubusercontent.com/9teMare/ped/main/files/69b0660c-049a-4c6d-a3bc-c...
non_priority
mismatch of dg and resultdisplay description regarding the after command same issue as the within issue please update ug accordingly
0
72,295
19,142,300,126
IssuesEvent
2021-12-02 01:09:59
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
dev: build "..." expansion is incorrect
C-bug A-build-system T-dev-inf
**Describe the problem** It's useful to be build all targets under a given package (we do the same thing for tests). It appears the "..." expansion is buggy in `dev`. ``` $ dev build pkg/kv/kvserver/... # expands to `bazel build //pkg/kv/kvserver:gen-refreshraftreason-stringer --config=test` ``` Found by @l...
1.0
dev: build "..." expansion is incorrect - **Describe the problem** It's useful to be build all targets under a given package (we do the same thing for tests). It appears the "..." expansion is buggy in `dev`. ``` $ dev build pkg/kv/kvserver/... # expands to `bazel build //pkg/kv/kvserver:gen-refreshraftreason-s...
non_priority
dev build expansion is incorrect describe the problem it s useful to be build all targets under a given package we do the same thing for tests it appears the expansion is buggy in dev dev build pkg kv kvserver expands to bazel build pkg kv kvserver gen refreshraftreason s...
0
195,612
15,531,417,706
IssuesEvent
2021-03-13 23:32:19
MIDIBlocks/handsfree
https://api.github.com/repos/MIDIBlocks/handsfree
closed
Using throttle method to improve performance
📓 documentation
I use handsfreejs to train my custom CNN/RNN classifier on top of mediapipe models in the browser. I would eventually like to run it on my Raspberry Pi 4 so I played around with `throttle()` method for performance improvement. I use it to reduce the calls to model like so: ``` handsfree.model.hands.getData = hand...
1.0
Using throttle method to improve performance - I use handsfreejs to train my custom CNN/RNN classifier on top of mediapipe models in the browser. I would eventually like to run it on my Raspberry Pi 4 so I played around with `throttle()` method for performance improvement. I use it to reduce the calls to model lik...
non_priority
using throttle method to improve performance i use handsfreejs to train my custom cnn rnn classifier on top of mediapipe models in the browser i would eventually like to run it on my raspberry pi so i played around with throttle method for performance improvement i use it to reduce the calls to model lik...
0
220,004
17,144,123,741
IssuesEvent
2021-07-13 12:58:51
nens/lizard-management-client
https://api.github.com/repos/nens/lizard-management-client
closed
As a customer I don't want to accidentally delete the data
Sprint disruption Test result bug
**Repo Steps** 1) Open https://nxt3.staging.lizard.net/management/#/data_management/rasters/sources 2) Select a file where it is possible to 'flush data partially' and click on that option 3) An overview is given with the begin and end point already filled out in the 'data selector' 4) Click on flush data partially...
1.0
As a customer I don't want to accidentally delete the data - **Repo Steps** 1) Open https://nxt3.staging.lizard.net/management/#/data_management/rasters/sources 2) Select a file where it is possible to 'flush data partially' and click on that option 3) An overview is given with the begin and end point already f...
non_priority
as a customer i don t want to accidentally delete the data repo steps open select a file where it is possible to flush data partially and click on that option an overview is given with the begin and end point already filled out in the data selector click on flush data partially res...
0
137,949
12,800,534,671
IssuesEvent
2020-07-02 17:17:22
chakra-ui/chakra-ui
https://api.github.com/repos/chakra-ui/chakra-ui
closed
Add `alex` for documentation
Topic: Documentation 📚 Topic: Tooling 🛠 not stale
After reading feedback from @aaronmcadam on #789, I think we should consider adding [`alex`](https://alexjs.com/) to our documentation linting/pipeline. This will help us guarantee that the voice of our documentation remains considerate and respectful.
1.0
Add `alex` for documentation - After reading feedback from @aaronmcadam on #789, I think we should consider adding [`alex`](https://alexjs.com/) to our documentation linting/pipeline. This will help us guarantee that the voice of our documentation remains considerate and respectful.
non_priority
add alex for documentation after reading feedback from aaronmcadam on i think we should consider adding to our documentation linting pipeline this will help us guarantee that the voice of our documentation remains considerate and respectful
0
158,144
24,794,233,358
IssuesEvent
2022-10-24 15:53:59
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
Task: Provide VA with CIE appointment icon list
design ux HCE-Checkin
Task: Provide CIE's appointment icon list to the VA design team
1.0
Task: Provide VA with CIE appointment icon list - Task: Provide CIE's appointment icon list to the VA design team
non_priority
task provide va with cie appointment icon list task provide cie s appointment icon list to the va design team
0
94,310
11,862,447,778
IssuesEvent
2020-03-25 17:57:35
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
closed
IA: add Bob's insights and prepare report for first broader presentation
design
**Background:** based on #4301 - the report was finalized and we need to insert Bob's insights after her interview on Monday, 23rd. Tasks: - [x] Add Bob's insights to the report. - [ ] Prepare a presentation with the main highlights to share with stakeholders Once this task is done, it will unblock the present...
1.0
IA: add Bob's insights and prepare report for first broader presentation - **Background:** based on #4301 - the report was finalized and we need to insert Bob's insights after her interview on Monday, 23rd. Tasks: - [x] Add Bob's insights to the report. - [ ] Prepare a presentation with the main highlights to sha...
non_priority
ia add bob s insights and prepare report for first broader presentation background based on the report was finalized and we need to insert bob s insights after her interview on monday tasks add bob s insights to the report prepare a presentation with the main highlights to share with st...
0
48,766
5,969,469,077
IssuesEvent
2017-05-30 20:22:50
omeka-s-modules/Omeka2Importer
https://api.github.com/repos/omeka-s-modules/Omeka2Importer
closed
Test integration with Mapping
testing
This tests whether geolocation data gets pulled in when the Mapping module is installed. It will just silently happen -- no configuration or explicit mapping to do. Using an Omeka Classic site that has items with geolocation data, do an import. The locations should be pulled in along with the item data. Addition...
1.0
Test integration with Mapping - This tests whether geolocation data gets pulled in when the Mapping module is installed. It will just silently happen -- no configuration or explicit mapping to do. Using an Omeka Classic site that has items with geolocation data, do an import. The locations should be pulled in along ...
non_priority
test integration with mapping this tests whether geolocation data gets pulled in when the mapping module is installed it will just silently happen no configuration or explicit mapping to do using an omeka classic site that has items with geolocation data do an import the locations should be pulled in along ...
0
180,966
30,598,828,742
IssuesEvent
2023-07-22 05:12:41
OSOceanAcoustics/echopype
https://api.github.com/repos/OSOceanAcoustics/echopype
closed
Remove deprecated `preprocess` subpackage
design tests
When we deprecated the `preprocess` subpackage by moving its functionality into the new `commongrid` and `clean` subpackages (see #889), the plan was to remove `preprocess` with version 0.7.1. Our plan now is to remove it in [0.8.0, which will be released soon](#1063). Also, we inadvertently left "preprocess" in the...
1.0
Remove deprecated `preprocess` subpackage - When we deprecated the `preprocess` subpackage by moving its functionality into the new `commongrid` and `clean` subpackages (see #889), the plan was to remove `preprocess` with version 0.7.1. Our plan now is to remove it in [0.8.0, which will be released soon](#1063). Als...
non_priority
remove deprecated preprocess subpackage when we deprecated the preprocess subpackage by moving its functionality into the new commongrid and clean subpackages see the plan was to remove preprocess with version our plan now is to remove it in also we inadvertently left preprocess in...
0