Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
811,858
30,303,130,807
IssuesEvent
2023-07-10 07:40:07
plan-be/iode
https://api.github.com/repos/plan-be/iode
closed
GUI: add an Import and Export buttons to IODE objects tabs
priority: high feature small gui
The two buttons call the "Import" and "Export" dialogs from the File menu.
1.0
GUI: add an Import and Export buttons to IODE objects tabs - The two buttons call the "Import" and "Export" dialogs from the File menu.
priority
gui add an import and export buttons to iode objects tabs the two buttons call the import and export dialogs from the file menu
1
200,768
7,016,104,201
IssuesEvent
2017-12-21 01:25:57
concrete5/concrete5
https://api.github.com/repos/concrete5/concrete5
opened
Applying a theme to a site in the Dashboard only does it to a single multilingual tree
accepted:in progress priority:must have type:bug
Applying a theme to a site when the site has multiple languages doesn't apply it to more than one language.
1.0
Applying a theme to a site in the Dashboard only does it to a single multilingual tree - Applying a theme to a site when the site has multiple languages doesn't apply it to more than one language.
priority
applying a theme to a site in the dashboard only does it to a single multilingual tree applying a theme to a site when the site has multiple languages doesn t apply it to more than one language
1
599,197
18,267,544,100
IssuesEvent
2021-10-04 10:11:27
Laravel-Backpack/docs
https://api.github.com/repos/Laravel-Backpack/docs
closed
Missing doc for 'textarea' column
Priority: MUST
I cannot see here: https://backpackforlaravel.com/docs/4.1/crud-columns the documentation for `textarea` as column field Looking at folder `vendor/backpack/crud/src/resources/views/crud/columns` probably are missing also - custom_html - json
1.0
Missing doc for 'textarea' column - I cannot see here: https://backpackforlaravel.com/docs/4.1/crud-columns the documentation for `textarea` as column field Looking at folder `vendor/backpack/crud/src/resources/views/crud/columns` probably are missing also - custom_html - json
priority
missing doc for textarea column i cannot see here the documentation for textarea as column field looking at folder vendor backpack crud src resources views crud columns probably are missing also custom html json
1
391,399
11,573,066,458
IssuesEvent
2020-02-21 02:12:14
gardners/surveysystem
https://api.github.com/repos/gardners/surveysystem
opened
backslash escaping breaks answer deserialization
Priority: HIGH backend bug frontend
```Bash GET <ENDPOINT>/surveyapi/updateanswer?sessionid=<SESSID>&answer=example:Don\\%27t%20know:0:0:0:0:0:0:0: ``` returns astatus `400` with body `answer missing` ```bash #... > User-Agent: curl/7.58.0 > Accept: */* > < HTTP/1.1 400 Bad Request < Access-Control-Allow-Origin: * < Access-Control-Allow-...
1.0
backslash escaping breaks answer deserialization - ```Bash GET <ENDPOINT>/surveyapi/updateanswer?sessionid=<SESSID>&answer=example:Don\\%27t%20know:0:0:0:0:0:0:0: ``` returns astatus `400` with body `answer missing` ```bash #... > User-Agent: curl/7.58.0 > Accept: */* > < HTTP/1.1 400 Bad Request < Acce...
priority
backslash escaping breaks answer deserialization bash get surveyapi updateanswer sessionid answer example don returns astatus with body answer missing bash user agent curl accept http bad request access control allow origin ...
1
44,502
2,906,376,386
IssuesEvent
2015-06-19 09:38:19
EmulatorNexus/VeniceUnleashed
https://api.github.com/repos/EmulatorNexus/VeniceUnleashed
closed
Cursor disappears at loadout screen when used the chat once
bug high priority
The cursor disappears at the loadout screen when opening the chat and confirm with enter. Just closing it (J,K,L) does not cause this issue.
1.0
Cursor disappears at loadout screen when used the chat once - The cursor disappears at the loadout screen when opening the chat and confirm with enter. Just closing it (J,K,L) does not cause this issue.
priority
cursor disappears at loadout screen when used the chat once the cursor disappears at the loadout screen when opening the chat and confirm with enter just closing it j k l does not cause this issue
1
348,332
31,551,581,021
IssuesEvent
2023-09-02 05:42:20
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: npgsql failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-foundations
roachtest.npgsql [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11581515?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11581515?buildTab=artifacts#/npgsql) on master @ [54080dce12...
2.0
roachtest: npgsql failed - roachtest.npgsql [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11581515?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11581515?buildTab=artifacts#/npgs...
non_priority
roachtest npgsql failed roachtest npgsql with on master orm helpers go summarizefailed tests run on cockroach alpha dev tests run against npgsql total tests run tests passed tests failed tests skipped tests ignored tests passed unexpectedly tests failed unexpec...
0
212,947
16,489,180,035
IssuesEvent
2021-05-24 23:28:11
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
bazel: high Bazel CI concurrency affects timing-sensitive tests
A-testing C-test-failure skipped-test
As seen in e.g. #65380, timing-sensitive tests consistently fail with Bazel CI as they take much longer to run than with regular CI (i.e. `make test`). Assuming this is caused by higher test concurrency, we should either tune Bazel CI concurrency such that each test gets e.g. 1 CPU core's worth of reserved CPU, or allo...
3.0
bazel: high Bazel CI concurrency affects timing-sensitive tests - As seen in e.g. #65380, timing-sensitive tests consistently fail with Bazel CI as they take much longer to run than with regular CI (i.e. `make test`). Assuming this is caused by higher test concurrency, we should either tune Bazel CI concurrency such th...
non_priority
bazel high bazel ci concurrency affects timing sensitive tests as seen in e g timing sensitive tests consistently fail with bazel ci as they take much longer to run than with regular ci i e make test assuming this is caused by higher test concurrency we should either tune bazel ci concurrency such that e...
0
301,421
22,755,373,934
IssuesEvent
2022-07-07 16:06:09
flyteorg/flyte
https://api.github.com/repos/flyteorg/flyte
closed
[Docs] [flytekit] FlyteRemote docs
documentation untriaged
### Description We need to write documentation detailing usage of FlyteRemote. ### Are you sure this issue hasn't been raised already? - [X] Yes ### Have you read the Code of Conduct? - [X] Yes
1.0
[Docs] [flytekit] FlyteRemote docs - ### Description We need to write documentation detailing usage of FlyteRemote. ### Are you sure this issue hasn't been raised already? - [X] Yes ### Have you read the Code of Conduct? - [X] Yes
non_priority
flyteremote docs description we need to write documentation detailing usage of flyteremote are you sure this issue hasn t been raised already yes have you read the code of conduct yes
0
525,036
15,228,031,986
IssuesEvent
2021-02-18 10:57:23
bancorprotocol/webapp
https://api.github.com/repos/bancorprotocol/webapp
closed
Error invalid BigNumber string
bug priority
**Describe the bug** trying to remove liquidity from a pool (pool tokens). flow: swap->pool select knc/usdb pool remove liquidity same issue with bnt base pools as well. ![image](https://user-images.githubusercontent.com/40430285/108205026-344f2080-712d-11eb-9753-49367f4a1051.png)
1.0
Error invalid BigNumber string - **Describe the bug** trying to remove liquidity from a pool (pool tokens). flow: swap->pool select knc/usdb pool remove liquidity same issue with bnt base pools as well. ![image](https://user-images.githubusercontent.com/40430285/108205026-344f2080-712d-11eb-9753-49367f4a1051...
priority
error invalid bignumber string describe the bug trying to remove liquidity from a pool pool tokens flow swap pool select knc usdb pool remove liquidity same issue with bnt base pools as well
1
372,201
25,986,840,574
IssuesEvent
2022-12-20 01:34:55
gradient-ai/Graphcore-HuggingFace
https://api.github.com/repos/gradient-ai/Graphcore-HuggingFace
closed
Update text classification text to Paperspace
documentation
In `notebook-tutorials/text_classification.ipynb`
1.0
Update text classification text to Paperspace - In `notebook-tutorials/text_classification.ipynb`
non_priority
update text classification text to paperspace in notebook tutorials text classification ipynb
0
136,753
5,288,480,839
IssuesEvent
2017-02-08 15:14:46
dhis2/d2-ui
https://api.github.com/repos/dhis2/d2-ui
closed
[HeaderBar] Simplify and remove unused functionality
enhancement priority:medium
The header bar component contains a lot of unused functionality that's making it much more complex and difficult to maintain than it needs to be. The existing component should be replaced by a slimmed down version with 100% test coverage, which will also make it easier to add new functionality in the future.
1.0
[HeaderBar] Simplify and remove unused functionality - The header bar component contains a lot of unused functionality that's making it much more complex and difficult to maintain than it needs to be. The existing component should be replaced by a slimmed down version with 100% test coverage, which will also make it ea...
priority
simplify and remove unused functionality the header bar component contains a lot of unused functionality that s making it much more complex and difficult to maintain than it needs to be the existing component should be replaced by a slimmed down version with test coverage which will also make it easier to add ...
1
798,653
28,292,085,869
IssuesEvent
2023-04-09 10:37:55
AY2223S2-CS2103-F10-3/tp
https://api.github.com/repos/AY2223S2-CS2103-F10-3/tp
closed
Remove duplicated details from ReadMe.md that is already and should be in UserGuide.md
priority.High
1. Reduce workload of updating the same descriptions across two different files 2. ReadMe.md will be focused on highlighting and marketing our most important features
1.0
Remove duplicated details from ReadMe.md that is already and should be in UserGuide.md - 1. Reduce workload of updating the same descriptions across two different files 2. ReadMe.md will be focused on highlighting and marketing our most important features
priority
remove duplicated details from readme md that is already and should be in userguide md reduce workload of updating the same descriptions across two different files readme md will be focused on highlighting and marketing our most important features
1
528,016
15,358,379,367
IssuesEvent
2021-03-01 14:44:56
Materials-Consortia/optimade-python-tools
https://api.github.com/repos/Materials-Consortia/optimade-python-tools
closed
Improve validation of providers
OpenAPI enhancement models priority/medium schema
e.g. https://github.com/Materials-Consortia/optimade-python-tools/blob/506373ce56814527927bc1595251ad8b8ad25ce2/optimade/models/optimade_json.py#L203-L206 should only match [a-z][0-9] , as pointed out by @CasperWA elsewhere.
1.0
Improve validation of providers - e.g. https://github.com/Materials-Consortia/optimade-python-tools/blob/506373ce56814527927bc1595251ad8b8ad25ce2/optimade/models/optimade_json.py#L203-L206 should only match [a-z][0-9] , as pointed out by @CasperWA elsewhere.
priority
improve validation of providers e g should only match as pointed out by casperwa elsewhere
1
146,480
19,404,089,713
IssuesEvent
2021-12-19 17:50:09
vincenzodistasio97/BenchmarkJava
https://api.github.com/repos/vincenzodistasio97/BenchmarkJava
opened
CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar
security vulnerability
## CVE-2018-1000632 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary> <p>dom4j: the flexible XML framework for Java</p> <p>Library home page: <a href="h...
True
CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar - ## CVE-2018-1000632 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary> <p>dom4j: the flexible XML f...
non_priority
cve high detected in jar cve high severity vulnerability vulnerable library jar the flexible xml framework for java library home page a href path to dependency file benchmarkjava pom xml path to vulnerable library home wss scanner repository ...
0
52,623
22,322,991,533
IssuesEvent
2022-06-14 08:13:16
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Include hidden indices and data views in Discover getting started check
bug Feature:Discover Team:AppServicesSv Team:DataDiscovery Team:Shared UX
**Kibana version:** 8.3.0 **Elasticsearch version:** 8.3.0 **Server OS version:** Rocky8 **Browser version:** Edge **Browser OS version:** OSX **Original install method (e.g. download page, yum, from source, etc.):** rpm files **Describe the bug:** If I start from a clean Kibana and add a Data View fo...
1.0
Include hidden indices and data views in Discover getting started check - **Kibana version:** 8.3.0 **Elasticsearch version:** 8.3.0 **Server OS version:** Rocky8 **Browser version:** Edge **Browser OS version:** OSX **Original install method (e.g. download page, yum, from source, etc.):** rpm files *...
non_priority
include hidden indices and data views in discover getting started check kibana version elasticsearch version server os version browser version edge browser os version osx original install method e g download page yum from source etc rpm files desc...
0
364,539
10,765,716,797
IssuesEvent
2019-11-01 11:51:09
project-koku/koku
https://api.github.com/repos/project-koku/koku
closed
Api blows up when incorrectly adding local-gcp provider
bug priority - medium team-kokugrade
**Describe the bug** Api blows up when incorrectly adding local-gcp provider **To Reproduce** Steps to reproduce the behavior: 1. Go to '/api/cost-management/v1/providers/' 2. Add gcp-local provider but only fill out name filed and type 3. See error **Expected behavior** Api returns correct error message wi...
1.0
Api blows up when incorrectly adding local-gcp provider - **Describe the bug** Api blows up when incorrectly adding local-gcp provider **To Reproduce** Steps to reproduce the behavior: 1. Go to '/api/cost-management/v1/providers/' 2. Add gcp-local provider but only fill out name filed and type 3. See error *...
priority
api blows up when incorrectly adding local gcp provider describe the bug api blows up when incorrectly adding local gcp provider to reproduce steps to reproduce the behavior go to api cost management providers add gcp local provider but only fill out name filed and type see error ...
1
281,490
21,315,409,309
IssuesEvent
2022-04-16 07:21:21
Decaxical/pe
https://api.github.com/repos/Decaxical/pe
opened
Inaccurate Instructions under FAQ
severity.Low type.DocumentationBug
![image.png](https://raw.githubusercontent.com/Decaxical/pe/main/files/cd137fc4-5818-4e94-8875-1b7bd555670b.png) it is stated that "overwrite the empty data file it creates". However, when the user installs a TAssist on another computer the data file will not be empty and will instead have the sample data. This can b...
1.0
Inaccurate Instructions under FAQ - ![image.png](https://raw.githubusercontent.com/Decaxical/pe/main/files/cd137fc4-5818-4e94-8875-1b7bd555670b.png) it is stated that "overwrite the empty data file it creates". However, when the user installs a TAssist on another computer the data file will not be empty and will inste...
non_priority
inaccurate instructions under faq it is stated that overwrite the empty data file it creates however when the user installs a tassist on another computer the data file will not be empty and will instead have the sample data this can be confusing for the user as the data file will not be empty
0
335,045
10,148,187,051
IssuesEvent
2019-08-05 12:34:44
kirbydesign/designsystem
https://api.github.com/repos/kirbydesign/designsystem
closed
[COMPONENT] Toolbar
component:Toolbar effort: days medium priority
**Describe the solution you'd like** We want to have one toolbar (header) that everyone uses with the possibility to add functionality to the right, like a "more" menu (falafel) that opens up a actionsheet. Team 7 is in need of a toolbar where you can put a action on the very right of the toolbar. See also: htt...
1.0
[COMPONENT] Toolbar - **Describe the solution you'd like** We want to have one toolbar (header) that everyone uses with the possibility to add functionality to the right, like a "more" menu (falafel) that opens up a actionsheet. Team 7 is in need of a toolbar where you can put a action on the very right of the tool...
priority
toolbar describe the solution you d like we want to have one toolbar header that everyone uses with the possibility to add functionality to the right like a more menu falafel that opens up a actionsheet team is in need of a toolbar where you can put a action on the very right of the toolbar s...
1
49,399
6,204,821,698
IssuesEvent
2017-07-06 14:56:41
kodujdlapolski/factchecker-plugin-chrome
https://api.github.com/repos/kodujdlapolski/factchecker-plugin-chrome
opened
Youtube: Ikonka Demagoga na pasku czasu
design experiment question
Aby pokazać ile wypowiedzi zostało sprawdzonych w materiałach wideo, na Youtube na pasku czasu można by umieszczać małe ikonki Demagoga pozwalające na scrollowanie w te miejsca. Pomysł od @blueeyedgirl. Odnosi się do #29
1.0
Youtube: Ikonka Demagoga na pasku czasu - Aby pokazać ile wypowiedzi zostało sprawdzonych w materiałach wideo, na Youtube na pasku czasu można by umieszczać małe ikonki Demagoga pozwalające na scrollowanie w te miejsca. Pomysł od @blueeyedgirl. Odnosi się do #29
non_priority
youtube ikonka demagoga na pasku czasu aby pokazać ile wypowiedzi zostało sprawdzonych w materiałach wideo na youtube na pasku czasu można by umieszczać małe ikonki demagoga pozwalające na scrollowanie w te miejsca pomysł od blueeyedgirl odnosi się do
0
568,452
16,980,091,528
IssuesEvent
2021-06-30 07:43:47
epiphany-platform/epiphany
https://api.github.com/repos/epiphany-platform/epiphany
opened
[BUG] [upgrade] [Filebeat] All settings for multiline feature are removed during upgrade
area/logs priority/high status/grooming-needed type/bug
**Describe the bug** In Filebeat config file there are settings related to the multiline feature. They are configurable via properties: - specification.common_input.multiline - specification.postgresql_input.multiline - specification.container_input.multiline The properties are not defined in upgrade mode and...
1.0
[BUG] [upgrade] [Filebeat] All settings for multiline feature are removed during upgrade - **Describe the bug** In Filebeat config file there are settings related to the multiline feature. They are configurable via properties: - specification.common_input.multiline - specification.postgresql_input.multiline - sp...
priority
all settings for multiline feature are removed during upgrade describe the bug in filebeat config file there are settings related to the multiline feature they are configurable via properties specification common input multiline specification postgresql input multiline specification container...
1
653,286
21,578,637,526
IssuesEvent
2022-05-02 16:13:10
bitsongofficial/sinfonia-ui
https://api.github.com/repos/bitsongofficial/sinfonia-ui
reopened
Change progress bar behavior
High Priority Review
The progress bar behavior needs to change. We need to invert the bar in order to obtain the effect of "remaining" and not "used". So mathematically "1-x" instead of "x" should start from the right. In this way, we'll have the "full gradient" on right and the "empty" piece of the bar on the right. Implementation: !...
1.0
Change progress bar behavior - The progress bar behavior needs to change. We need to invert the bar in order to obtain the effect of "remaining" and not "used". So mathematically "1-x" instead of "x" should start from the right. In this way, we'll have the "full gradient" on right and the "empty" piece of the bar on t...
priority
change progress bar behavior the progress bar behavior needs to change we need to invert the bar in order to obtain the effect of remaining and not used so mathematically x instead of x should start from the right in this way we ll have the full gradient on right and the empty piece of the bar on t...
1
227,698
18,093,578,096
IssuesEvent
2021-09-22 06:20:36
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: acceptance/rapid-restart failed
C-test-failure O-robot O-roachtest branch-master release-blocker
roachtest.acceptance/rapid-restart [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3479918&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3479918&tab=artifacts#/acceptance/rapid-restart) on master @ [1dbea6a3e4c93ba7c4a43ad34369c438558eba8a](https://github.com/cockro...
2.0
roachtest: acceptance/rapid-restart failed - roachtest.acceptance/rapid-restart [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3479918&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3479918&tab=artifacts#/acceptance/rapid-restart) on master @ [1dbea6a3e4c93ba7c4a43a...
non_priority
roachtest acceptance rapid restart failed roachtest acceptance rapid restart with on master the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts acceptance rapid restart run rapid restart go acceptance go...
0
210,814
16,129,233,153
IssuesEvent
2021-04-29 00:08:22
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: sqlsmith/setup=seed/setting=no-ddl failed
C-test-failure O-roachtest O-robot branch-master release-blocker
roachtest.sqlsmith/setup=seed/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2934234&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2934234&tab=artifacts#/sqlsmith/setup=seed/setting=no-ddl) on master @ [394543ab7bd9ff4be8acad9d1fdc892722032293](https...
2.0
roachtest: sqlsmith/setup=seed/setting=no-ddl failed - roachtest.sqlsmith/setup=seed/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2934234&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2934234&tab=artifacts#/sqlsmith/setup=seed/setting=no-ddl) on ma...
non_priority
roachtest sqlsmith setup seed setting no ddl failed roachtest sqlsmith setup seed setting no ddl with on master the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts sqlsmith setup seed setting no ddl run cl...
0
50,363
13,525,247,878
IssuesEvent
2020-09-15 12:46:39
erimaga/thekat
https://api.github.com/repos/erimaga/thekat
opened
CVE-2020-11022 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.1.min.js
security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1.8.1.min.js</b></p></summary> <p> <details><summary><b>jquery-1.7.2.min.js</b>...
True
CVE-2020-11022 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1...
non_priority
cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file thek...
0
218,153
7,330,620,138
IssuesEvent
2018-03-05 10:32:52
NCEAS/metacat
https://api.github.com/repos/NCEAS/metacat
closed
Temporal coverage on Data Registry form
Category: registry Component: Bugzilla-Id Priority: Normal Status: Resolved Tracker: Bug
--- Author Name: **Veronique Connolly** (Veronique Connolly) Original Redmine Issue: 2220, https://projects.ecoinformatics.org/ecoinfo/issues/2220 Original Date: 2005-10-04 Original Assignee: Saurabh Garg --- In the Temporal Coverage of Data section of the NCEAS Data Repository form (http://knb.ecoinformatics.org/...
1.0
Temporal coverage on Data Registry form - --- Author Name: **Veronique Connolly** (Veronique Connolly) Original Redmine Issue: 2220, https://projects.ecoinformatics.org/ecoinfo/issues/2220 Original Date: 2005-10-04 Original Assignee: Saurabh Garg --- In the Temporal Coverage of Data section of the NCEAS Data Reposi...
priority
temporal coverage on data registry form author name veronique connolly veronique connolly original redmine issue original date original assignee saurabh garg in the temporal coverage of data section of the nceas data repository form the year month and day are indicated as being...
1
552,320
16,238,137,020
IssuesEvent
2021-05-07 05:18:56
urbit/landscape
https://api.github.com/repos/urbit/landscape
closed
notebooks: e.indexOf is not a function
bug priority: 2
Hit with this on BYB when I tried pasting a reference as the only content in a notebook. ``` getSnippet (webpack:///src/logic/lib/publish.ts 123:34) getSnippet (webpack:///src/views/apps/publish/components/NotePreview.tsx 69:18) oh (webpack:///node_modules/react-dom/cjs/react-dom.production.min.js 153:145) ji(a,...
1.0
notebooks: e.indexOf is not a function - Hit with this on BYB when I tried pasting a reference as the only content in a notebook. ``` getSnippet (webpack:///src/logic/lib/publish.ts 123:34) getSnippet (webpack:///src/views/apps/publish/components/NotePreview.tsx 69:18) oh (webpack:///node_modules/react-dom/cjs/re...
priority
notebooks e indexof is not a function hit with this on byb when i tried pasting a reference as the only content in a notebook getsnippet webpack src logic lib publish ts getsnippet webpack src views apps publish components notepreview tsx oh webpack node modules react dom cjs react d...
1
114,822
4,646,791,021
IssuesEvent
2016-10-01 03:52:39
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
MacOS Sierra Support: Build gcloud component and kubectl distribution with Go 1.7.x
component/kubectl kind/bug priority/P1 team/ux
**Kubernetes version** (use `kubectl version`): ``` Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.6", GitCommit:"ae4550cc9c89a593bcda6678df201db1b208133b", GitTreeState:"clean", BuildDate:"2016-08-26T18:13:23Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"darwin/amd64"} ``` **Environment...
1.0
MacOS Sierra Support: Build gcloud component and kubectl distribution with Go 1.7.x - **Kubernetes version** (use `kubectl version`): ``` Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.6", GitCommit:"ae4550cc9c89a593bcda6678df201db1b208133b", GitTreeState:"clean", BuildDate:"2016-08-26T18:13:23Z"...
priority
macos sierra support build gcloud component and kubectl distribution with go x kubernetes version use kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform darwi...
1
576,590
17,090,451,360
IssuesEvent
2021-07-08 16:43:14
vaticle/typedb-workbase
https://api.github.com/repos/vaticle/typedb-workbase
opened
TypeDB Visualiser improvements
priority: high type: feature
The TypeDB Visualiser is now pretty good - it behaves like a regular force-directed graph, gradually converging towards a "natural" shape of the graph structure it represents. However, it isn't always perfect: - [ ] The target distance between nodes is always measured from their midpoints. This works well for circul...
1.0
TypeDB Visualiser improvements - The TypeDB Visualiser is now pretty good - it behaves like a regular force-directed graph, gradually converging towards a "natural" shape of the graph structure it represents. However, it isn't always perfect: - [ ] The target distance between nodes is always measured from their midp...
priority
typedb visualiser improvements the typedb visualiser is now pretty good it behaves like a regular force directed graph gradually converging towards a natural shape of the graph structure it represents however it isn t always perfect the target distance between nodes is always measured from their midpoi...
1
123,311
4,860,030,331
IssuesEvent
2016-11-13 22:54:28
gravityview/GravityView
https://api.github.com/repos/gravityview/GravityView
closed
"You don't have any active Views" message shown when performing a Posts screen search
Core: Administration Difficulty: Low Priority: Low
It should use the standard "No Views found" message instead of the "Lost in space?" message.
1.0
"You don't have any active Views" message shown when performing a Posts screen search - It should use the standard "No Views found" message instead of the "Lost in space?" message.
priority
you don t have any active views message shown when performing a posts screen search it should use the standard no views found message instead of the lost in space message
1
60,069
3,117,804,008
IssuesEvent
2015-09-04 05:44:50
NRGI/resourcecontracts.org
https://api.github.com/repos/NRGI/resourcecontracts.org
closed
Prepare migration of OLC contracts and annotation
2 - Working Priority
Check list - upload 60-70 OLC contracts from dropbox using an automatic load workflow - create load workflow for 60-70 XLS based annotations (Sam to provide an example) Sam to provide context: <!--- @huboard:{"order":210.0,"milestone_order":185,"custom_state":""} -->
1.0
Prepare migration of OLC contracts and annotation - Check list - upload 60-70 OLC contracts from dropbox using an automatic load workflow - create load workflow for 60-70 XLS based annotations (Sam to provide an example) Sam to provide context: <!--- @huboard:{"order":210.0,"milestone_order":185,"custom_st...
priority
prepare migration of olc contracts and annotation check list upload olc contracts from dropbox using an automatic load workflow create load workflow for xls based annotations sam to provide an example sam to provide context huboard order milestone order custom state ...
1
286,388
31,562,408,700
IssuesEvent
2023-09-03 12:17:59
capitalone/global-attribution-mapping
https://api.github.com/repos/capitalone/global-attribution-mapping
opened
tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl: 2 vulnerabilities (highest severity is: 6.1)
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl</b></p></summary> <p>Tornado is a Python web framework and...
True
tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl: 2 vulnerabilities (highest severity is: 6.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tornado-6.2...
non_priority
tornado manylinux manylinux whl vulnerabilities highest severity is vulnerable library tornado manylinux manylinux whl tornado is a python web framework and asynchronous networking library originally developed at friendfeed...
0
400,627
11,777,987,885
IssuesEvent
2020-03-16 15:38:04
prometheus/prometheus
https://api.github.com/repos/prometheus/prometheus
closed
add ability to set max resolution
component/ui kind/enhancement priority/Pmaybe
Currently, we have hardcoded limit for 11000 data points per query. I think we should make it configurable. For some cases, we need to limit it to less than 4096, sometimes we need higher resolution more than 11000. https://github.com/prometheus/prometheus/blob/30af47535d4d7c0a7566df78e63e77515ba26863/web/api/v1/...
1.0
add ability to set max resolution - Currently, we have hardcoded limit for 11000 data points per query. I think we should make it configurable. For some cases, we need to limit it to less than 4096, sometimes we need higher resolution more than 11000. https://github.com/prometheus/prometheus/blob/30af47535d4d7c0a...
priority
add ability to set max resolution currently we have hardcoded limit for data points per query i think we should make it configurable for some cases we need to limit it to less than sometimes we need higher resolution more than for safety limit the number of returned points per timeserie...
1
21,357
10,606,120,410
IssuesEvent
2019-10-10 22:14:04
jamijam/WebGoat-Legacy
https://api.github.com/repos/jamijam/WebGoat-Legacy
opened
CVE-2019-16942 (High) detected in jackson-databind-2.0.4.jar
security vulnerability
## CVE-2019-16942 - 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-2019-16942 (High) detected in jackson-databind-2.0.4.jar - ## CVE-2019-16942 - 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 tmp ws scm webgoat legacy pom xml path to vulnerable librar...
0
39,085
8,577,246,765
IssuesEvent
2018-11-12 23:10:00
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
Wrong value passed to generic interface method in release
area-CodeGen bug
On .NET core 2.1.0 and .NET framework 4.7.1 the following program prints `0` in debug but `1` in release: ```csharp using System; class C0 { public ulong F6; public C0(ulong f6) { F6 = f6; } } struct S0 { public C0 F2; public S0(C0 f2) { F2 = f2; } }...
1.0
Wrong value passed to generic interface method in release - On .NET core 2.1.0 and .NET framework 4.7.1 the following program prints `0` in debug but `1` in release: ```csharp using System; class C0 { public ulong F6; public C0(ulong f6) { F6 = f6; } } struct S0 { public C0 ...
non_priority
wrong value passed to generic interface method in release on net core and net framework the following program prints in debug but in release csharp using system class public ulong public ulong struct public ...
0
341,909
24,719,342,462
IssuesEvent
2022-10-20 09:28:10
RedHatInsights/ccx-data-pipeline-monitor
https://api.github.com/repos/RedHatInsights/ccx-data-pipeline-monitor
closed
Generate literate-style documentation for all packages in this project
documentation enhancement
Generate literate-style documentation for all packages in this project
1.0
Generate literate-style documentation for all packages in this project - Generate literate-style documentation for all packages in this project
non_priority
generate literate style documentation for all packages in this project generate literate style documentation for all packages in this project
0
419,873
12,229,427,703
IssuesEvent
2020-05-04 00:10:55
eclipse-ee4j/glassfish
https://api.github.com/repos/eclipse-ee4j/glassfish
closed
Threads stuck in ClassCopierFactoryPipelineImpl
Component: orb ERR: Assignee Priority: Major Stale Type: Bug
On one of our environments GlassFish becomes unresponsive with threads stuck in the following WAIT state: "http-thread-pool-8080(1)" - Thread t@238 java.lang.Thread.State: WAITING at sun.misc.Unsafe.park(Native Method) * parking to wait for <5def7775> (a java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync...
1.0
Threads stuck in ClassCopierFactoryPipelineImpl - On one of our environments GlassFish becomes unresponsive with threads stuck in the following WAIT state: "http-thread-pool-8080(1)" - Thread t@238 java.lang.Thread.State: WAITING at sun.misc.Unsafe.park(Native Method) * parking to wait for <5def7775> (a java.util.c...
priority
threads stuck in classcopierfactorypipelineimpl on one of our environments glassfish becomes unresponsive with threads stuck in the following wait state http thread pool thread t java lang thread state waiting at sun misc unsafe park native method parking to wait for a java util concurrent lock...
1
52,756
13,225,011,977
IssuesEvent
2020-08-17 20:18:41
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Tests should dump output to per project directories (Trac #292)
Migrated from Trac combo reconstruction defect
Duplicate of #290 <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/292">https://code.icecube.wisc.edu/projects/icecube/ticket/292</a>, reported by kislatand owned by kislat</em></summary> <p> ```json { "status": "closed", "changetime": "2015-07-07T22:32:33",...
1.0
Tests should dump output to per project directories (Trac #292) - Duplicate of #290 <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/292">https://code.icecube.wisc.edu/projects/icecube/ticket/292</a>, reported by kislatand owned by kislat</em></summary> <p> ```json ...
non_priority
tests should dump output to per project directories trac duplicate of migrated from json status closed changetime ts description duplicate of reporter kislat cc resolution duplicate time ...
0
87,934
8,127,186,466
IssuesEvent
2018-08-17 07:01:56
Holmusk/three-layer
https://api.github.com/repos/Holmusk/three-layer
closed
Remove `tasty-discovery`
refactoring tests
It doesn't give us the required flexibility when the time comes to testing SQL.
1.0
Remove `tasty-discovery` - It doesn't give us the required flexibility when the time comes to testing SQL.
non_priority
remove tasty discovery it doesn t give us the required flexibility when the time comes to testing sql
0
332,885
10,112,374,253
IssuesEvent
2019-07-30 14:35:24
yalla-coop/death
https://api.github.com/repos/yalla-coop/death
closed
Set up general theme file
awaiting-review priority-2
Add all colors and CSS variables in a theme.js file Set up universal css reset file
1.0
Set up general theme file - Add all colors and CSS variables in a theme.js file Set up universal css reset file
priority
set up general theme file add all colors and css variables in a theme js file set up universal css reset file
1
66,843
8,053,170,776
IssuesEvent
2018-08-01 21:49:15
blockstack/blockstack-browser
https://api.github.com/repos/blockstack/blockstack-browser
closed
Add micro-interactions to home screen
design html/css/scss
Add micro-interactions to home screen in order to subliminally give the user the feeling that by launching Blockstack Browser they are entering a new internet.
1.0
Add micro-interactions to home screen - Add micro-interactions to home screen in order to subliminally give the user the feeling that by launching Blockstack Browser they are entering a new internet.
non_priority
add micro interactions to home screen add micro interactions to home screen in order to subliminally give the user the feeling that by launching blockstack browser they are entering a new internet
0
161,060
6,108,466,847
IssuesEvent
2017-06-21 10:34:57
healthlocker/healthlocker
https://api.github.com/repos/healthlocker/healthlocker
closed
Spike: Connecting mssql with elixir
priority-1 T1h technical
Try to connect elixir with mssql using mssqlex and mssql_ecto following the new information we have been given [here](https://github.com/findmypast-oss/mssql_ecto/issues/15)
1.0
Spike: Connecting mssql with elixir - Try to connect elixir with mssql using mssqlex and mssql_ecto following the new information we have been given [here](https://github.com/findmypast-oss/mssql_ecto/issues/15)
priority
spike connecting mssql with elixir try to connect elixir with mssql using mssqlex and mssql ecto following the new information we have been given
1
92,805
18,954,529,651
IssuesEvent
2021-11-18 18:36:33
4GeeksAcademy/About-4Geeks-Academy
https://api.github.com/repos/4GeeksAcademy/About-4Geeks-Academy
opened
4Geeks Platform - Estilos de Campos
:star: P1 breathecode
En la pantalla de login y registro tenemos problemas con los estilos de los campos de texto. Los errores En los errores sucede lo mismo que en el issue anterior de campo de email en el home. El error unicamente debe mostrarse cuando el usuario intento avanzar en el proceso (boton de loguaese o registrarse) y por si...
1.0
4Geeks Platform - Estilos de Campos - En la pantalla de login y registro tenemos problemas con los estilos de los campos de texto. Los errores En los errores sucede lo mismo que en el issue anterior de campo de email en el home. El error unicamente debe mostrarse cuando el usuario intento avanzar en el proceso (bot...
non_priority
platform estilos de campos en la pantalla de login y registro tenemos problemas con los estilos de los campos de texto los errores en los errores sucede lo mismo que en el issue anterior de campo de email en el home el error unicamente debe mostrarse cuando el usuario intento avanzar en el proceso boton de...
0
39,290
6,733,834,938
IssuesEvent
2017-10-18 15:58:15
reactjs/reactjs.org
https://api.github.com/repos/reactjs/reactjs.org
closed
Document that deep equality checks and JSON.stringify() in shouldComponentUpdate() are a bad idea
difficulty: beginner good first issue in-progress type: documentation
Inspired by erikras/redux-form/issues/3461 Relocated from facebook/react/issues/11107
1.0
Document that deep equality checks and JSON.stringify() in shouldComponentUpdate() are a bad idea - Inspired by erikras/redux-form/issues/3461 Relocated from facebook/react/issues/11107
non_priority
document that deep equality checks and json stringify in shouldcomponentupdate are a bad idea inspired by erikras redux form issues relocated from facebook react issues
0
31,768
7,446,661,560
IssuesEvent
2018-03-28 09:49:47
gbif/portal16
https://api.github.com/repos/gbif/portal16
closed
API shouldn't return error html
bug code maintenance
https://github.com/gbif/portal16/blob/58fcc84142a3099a7e7fa65685624cf63ca4c6ab/app/controllers/api/topojson/topojson.ctrl.js#L42 https://github.com/gbif/portal16/blob/58fcc84142a3099a7e7fa65685624cf63ca4c6ab/app/controllers/api/topojson/topojson.ctrl.js#L74 Seems wrong to return the a 500 error page in an API res...
1.0
API shouldn't return error html - https://github.com/gbif/portal16/blob/58fcc84142a3099a7e7fa65685624cf63ca4c6ab/app/controllers/api/topojson/topojson.ctrl.js#L42 https://github.com/gbif/portal16/blob/58fcc84142a3099a7e7fa65685624cf63ca4c6ab/app/controllers/api/topojson/topojson.ctrl.js#L74 Seems wrong to return ...
non_priority
api shouldn t return error html seems wrong to return the a error page in an api response
0
719,927
24,773,924,194
IssuesEvent
2022-10-23 13:49:21
AY2223S1-CS2103T-T09-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-T09-1/tp
closed
Fix price formatting for net amount
priority.Medium type.Task
Currently, negative prices is shown as `$-1500`, but it should be fixed to `-$1500`
1.0
Fix price formatting for net amount - Currently, negative prices is shown as `$-1500`, but it should be fixed to `-$1500`
priority
fix price formatting for net amount currently negative prices is shown as but it should be fixed to
1
174,212
6,537,855,147
IssuesEvent
2017-09-01 01:28:32
openshift/origin
https://api.github.com/repos/openshift/origin
closed
oc new-app does not support annotations on 'servicecatalog.k8s.io/v1alpha1, Kind=Broker'
component/cli kind/bug priority/P2
When adding a broker object to a template, it can be used an oc process, but not oc new-app. ##### Version oc v3.6.0+c4dd4cf kubernetes v1.6.1+5115d708d7 features: Basic-Auth GSSAPI Kerberos SPNEGO ##### Steps To Reproduce 1. Example (broker.yaml): ``` apiVersion: v1 kind: Template metadata: name: ...
1.0
oc new-app does not support annotations on 'servicecatalog.k8s.io/v1alpha1, Kind=Broker' - When adding a broker object to a template, it can be used an oc process, but not oc new-app. ##### Version oc v3.6.0+c4dd4cf kubernetes v1.6.1+5115d708d7 features: Basic-Auth GSSAPI Kerberos SPNEGO ##### Steps To Repro...
priority
oc new app does not support annotations on servicecatalog io kind broker when adding a broker object to a template it can be used an oc process but not oc new app version oc kubernetes features basic auth gssapi kerberos spnego steps to reproduce example broker y...
1
169,376
6,400,721,548
IssuesEvent
2017-08-05 14:07:25
mreishman/Log-Hog
https://api.github.com/repos/mreishman/Log-Hog
opened
Force refresh all every x poll requests
enhancement Priority - 1 - Very High
- [ ] Option to force refresh all files every x poll requests (Default every 120) - 1 min for 500ms, 2 min for 1000ms
1.0
Force refresh all every x poll requests - - [ ] Option to force refresh all files every x poll requests (Default every 120) - 1 min for 500ms, 2 min for 1000ms
priority
force refresh all every x poll requests option to force refresh all files every x poll requests default every min for min for
1
213,215
16,516,111,858
IssuesEvent
2021-05-26 09:50:49
EBIvariation/eva-opentargets
https://api.github.com/repos/EBIvariation/eva-opentargets
closed
Manual curation for the 21.06 release
Documentation Processing
The submission window for 21.06 is not finalised, but is expected to open approximately at the end of May. But since the curation process is separated from everything else, it can be done at any convenient moment. ### Note on complex terms @BaronKoy previously raised several important questions on how to handle s...
1.0
Manual curation for the 21.06 release - The submission window for 21.06 is not finalised, but is expected to open approximately at the end of May. But since the curation process is separated from everything else, it can be done at any convenient moment. ### Note on complex terms @BaronKoy previously raised severa...
non_priority
manual curation for the release the submission window for is not finalised but is expected to open approximately at the end of may but since the curation process is separated from everything else it can be done at any convenient moment note on complex terms baronkoy previously raised several im...
0
192,890
15,361,295,303
IssuesEvent
2021-03-01 17:57:49
CDCgov/prime-data-hub
https://api.github.com/repos/CDCgov/prime-data-hub
closed
Update documentation for Data Hub developers to move their local envs to ConnectionCredentialStorageService
documentation engineering
Follows secrets management proposed in #284. ### Acceptance Criteria - [ ] Communicate to all devs how to get their environment setup - [ ] Documentation for future devs on the project
1.0
Update documentation for Data Hub developers to move their local envs to ConnectionCredentialStorageService - Follows secrets management proposed in #284. ### Acceptance Criteria - [ ] Communicate to all devs how to get their environment setup - [ ] Documentation for future devs on the project
non_priority
update documentation for data hub developers to move their local envs to connectioncredentialstorageservice follows secrets management proposed in acceptance criteria communicate to all devs how to get their environment setup documentation for future devs on the project
0
127,238
5,027,119,553
IssuesEvent
2016-12-15 14:43:31
VirtoCommerce/vc-platform
https://api.github.com/repos/VirtoCommerce/vc-platform
closed
Storefront - payment and surcharge order after creation
high priority
- handle payment errors (with possibility to repeat payment on resulting order) - possibility to pay extra amount (surcharge) for placed order in customer cabinet if changed order cost during fulfillment process.
1.0
Storefront - payment and surcharge order after creation - - handle payment errors (with possibility to repeat payment on resulting order) - possibility to pay extra amount (surcharge) for placed order in customer cabinet if changed order cost during fulfillment process.
priority
storefront payment and surcharge order after creation handle payment errors with possibility to repeat payment on resulting order possibility to pay extra amount surcharge for placed order in customer cabinet if changed order cost during fulfillment process
1
564,911
16,744,661,734
IssuesEvent
2021-06-11 14:09:08
guardicore/monkey
https://api.github.com/repos/guardicore/monkey
closed
Fix security of credentials in config.
Bug Priority: Critical
<!-- Thank you for reporting a bug to make Infection Monkey better. Please fill in as much of the template below as you're able. --> ## Describe the bug Infection monkey shows/exports unencrypted credentials. ## To Reproduce Steps to reproduce the behavior: 1. Enter passwords in the list 2. See the passw...
1.0
Fix security of credentials in config. - <!-- Thank you for reporting a bug to make Infection Monkey better. Please fill in as much of the template below as you're able. --> ## Describe the bug Infection monkey shows/exports unencrypted credentials. ## To Reproduce Steps to reproduce the behavior: 1. Ente...
priority
fix security of credentials in config thank you for reporting a bug to make infection monkey better please fill in as much of the template below as you re able describe the bug infection monkey shows exports unencrypted credentials to reproduce steps to reproduce the behavior ente...
1
310,239
9,487,395,482
IssuesEvent
2019-04-22 16:44:27
azavea/echo-locator
https://api.github.com/repos/azavea/echo-locator
closed
Add static point layers
priority backlog
Add three static map point layers. Convert the shapefiles below to GeoJSON, and add the GeoJSON to the repository. Add hover interactivity with labels. Consider adding map layer control to turn on/off the new layers as overlays. Depends on #125 (otherwise the new layers would interfere with the existing neighborhood...
1.0
Add static point layers - Add three static map point layers. Convert the shapefiles below to GeoJSON, and add the GeoJSON to the repository. Add hover interactivity with labels. Consider adding map layer control to turn on/off the new layers as overlays. Depends on #125 (otherwise the new layers would interfere with...
priority
add static point layers add three static map point layers convert the shapefiles below to geojson and add the geojson to the repository add hover interactivity with labels consider adding map layer control to turn on off the new layers as overlays depends on otherwise the new layers would interfere with t...
1
208,988
7,163,790,476
IssuesEvent
2018-01-29 08:57:42
swarmcity/SwarmCitySite
https://api.github.com/repos/swarmcity/SwarmCitySite
opened
Create-account title + subtitle not loading
priority terminal
On page create-account, the title and subtitle is not loading.
1.0
Create-account title + subtitle not loading - On page create-account, the title and subtitle is not loading.
priority
create account title subtitle not loading on page create account the title and subtitle is not loading
1
758,362
26,552,211,066
IssuesEvent
2023-01-20 08:55:34
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
[Druid] Flight Form bug
Class: Druid Movement Priority: High Status: Confirmed
[//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** When landing a ground flight form fades but player can still fly (works with other feral forms as well) and it doesn't end as the player lands on the ...
1.0
[Druid] Flight Form bug - [//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** When landing a ground flight form fades but player can still fly (works with other feral forms as well) and it doesn't end ...
priority
flight form bug rembember add links to things related to the bug using for example cata twinhead twinstar cz description when landing a ground flight form fades but player can still fly works with other feral forms as well and it doesn t end as the player lands on the ground ...
1
411,662
12,027,265,476
IssuesEvent
2020-04-12 17:38:13
cci-toast/backend
https://api.github.com/repos/cci-toast/backend
opened
Expose endpoints for the remaining views
Priority 1
- [ ] Plan - [ ] Expense - [ ] Partner - [ ] Children - [ ] Goals
1.0
Expose endpoints for the remaining views - - [ ] Plan - [ ] Expense - [ ] Partner - [ ] Children - [ ] Goals
priority
expose endpoints for the remaining views plan expense partner children goals
1
53,249
28,043,165,392
IssuesEvent
2023-03-28 20:14:02
SatcherInstitute/health-equity-tracker
https://api.github.com/repos/SatcherInstitute/health-equity-tracker
closed
Move all state level vaccine calculations to the backend
Performance Optimization backend-calculations
## Background Currently, our state level vaccine processing is a mish mash of complicated code handling a bunch of different cases. The reason for this is because the Kaiser Family Foundation presents the numbers in a bunch of different ways and we have to have cases for each of them. The current structure is ...
True
Move all state level vaccine calculations to the backend - ## Background Currently, our state level vaccine processing is a mish mash of complicated code handling a bunch of different cases. The reason for this is because the Kaiser Family Foundation presents the numbers in a bunch of different ways and we have to...
non_priority
move all state level vaccine calculations to the backend background currently our state level vaccine processing is a mish mash of complicated code handling a bunch of different cases the reason for this is because the kaiser family foundation presents the numbers in a bunch of different ways and we have to...
0
679,540
23,236,475,996
IssuesEvent
2022-08-03 12:16:05
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
vejr.tv2.dk - video or audio doesn't play
browser-firefox priority-normal engine-gecko
<!-- @browser: Firefox 104.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/108337 --> **URL**: https://vejr.tv2.dk/ **Browser / Version**: Firefox 104.0 ...
1.0
vejr.tv2.dk - video or audio doesn't play - <!-- @browser: Firefox 104.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/108337 --> **URL**: https://vejr.tv...
priority
vejr dk video or audio doesn t play url browser version firefox operating system windows tested another browser yes edge problem type video or audio doesn t play description there is no video steps to reproduce the video on just don t work view...
1
479,845
13,806,290,778
IssuesEvent
2020-10-11 17:05:13
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
Wrong token generation URL for Bitbucket Server
area/bitbucket kind/bug lifecycle/rotten priority/important-longterm
### Summary When I use the command `jx create quickstart` after the installation, it asks me my git username, then provides an URL to generate a git token. The URL that is presented to generate this token works well for GitHub but not for BitBucket Server. ### Steps to reproduce the behavior Install Jenkin...
1.0
Wrong token generation URL for Bitbucket Server - ### Summary When I use the command `jx create quickstart` after the installation, it asks me my git username, then provides an URL to generate a git token. The URL that is presented to generate this token works well for GitHub but not for BitBucket Server. ###...
priority
wrong token generation url for bitbucket server summary when i use the command jx create quickstart after the installation it asks me my git username then provides an url to generate a git token the url that is presented to generate this token works well for github but not for bitbucket server ...
1
219
2,671,600,474
IssuesEvent
2015-03-24 08:25:39
KospY/KIS
https://api.github.com/repos/KospY/KIS
closed
Compatibility issue with RCS Build Aid
Mod compatibility
When RCS Build Aid is installed along with KIS, vessels saves with a part in a KIS inventory slot will not load properly. Screenshots and log included to aid in finding the issue. Built ship and added part to KIT inventory https://www.dropbox.com/s/5i04qb7ut0...shot3.png?dl=0 Saved and loaded after adding part, ...
True
Compatibility issue with RCS Build Aid - When RCS Build Aid is installed along with KIS, vessels saves with a part in a KIS inventory slot will not load properly. Screenshots and log included to aid in finding the issue. Built ship and added part to KIT inventory https://www.dropbox.com/s/5i04qb7ut0...shot3.png?dl=...
non_priority
compatibility issue with rcs build aid when rcs build aid is installed along with kis vessels saves with a part in a kis inventory slot will not load properly screenshots and log included to aid in finding the issue built ship and added part to kit inventory saved and loaded after adding part this is res...
0
772,145
27,108,457,455
IssuesEvent
2023-02-15 13:48:48
chairemobilite/trRouting
https://api.github.com/repos/chairemobilite/trRouting
opened
Cache the connections per scenario
enhancement priority high
Here are some benchmarks: Same queries on the same scenario (no alternatives only) * first one, from a cache that contains a lot of agencies and services, hence a lot of connections are disabled for the scenario ``` ,Forward - no alternatives,Arrival time - no alternatives,Forward - alternatives,Arrival time - alt...
1.0
Cache the connections per scenario - Here are some benchmarks: Same queries on the same scenario (no alternatives only) * first one, from a cache that contains a lot of agencies and services, hence a lot of connections are disabled for the scenario ``` ,Forward - no alternatives,Arrival time - no alternatives,Forw...
priority
cache the connections per scenario here are some benchmarks same queries on the same scenario no alternatives only first one from a cache that contains a lot of agencies and services hence a lot of connections are disabled for the scenario forward no alternatives arrival time no alternatives forw...
1
264,303
23,109,060,264
IssuesEvent
2022-07-27 11:25:59
widdowquinn/pyani
https://api.github.com/repos/widdowquinn/pyani
opened
Use of `unittest.TestCase` assertion methods provides more informative error messages than `assert`
tests
This is just a general suggestion that for future development the assertion methods be considered as an alternative to plain `assert`; they may make it easier to understand why tests fail. An extremely simple example of the difference between the two is shown here: With `assert`: ```python x = "five" y = "fa...
1.0
Use of `unittest.TestCase` assertion methods provides more informative error messages than `assert` - This is just a general suggestion that for future development the assertion methods be considered as an alternative to plain `assert`; they may make it easier to understand why tests fail. An extremely simple exampl...
non_priority
use of unittest testcase assertion methods provides more informative error messages than assert this is just a general suggestion that for future development the assertion methods be considered as an alternative to plain assert they may make it easier to understand why tests fail an extremely simple exampl...
0
751,234
26,235,323,111
IssuesEvent
2023-01-05 06:29:17
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
[Bug]: Get Invalid mutation error in table
Type/Bug Priority/Blocker Team/CompilerFE Crash Reason/EngineeringMistake needTriage userCategory/Compilation
### Description https://stackoverflow.com/questions/74913033/error-table-was-mutated-after-iterator-created-although-iterator-and-mutation-a ### Steps to Reproduce Check above link ### Affected Version(s) 2201.3.0 ### OS, DB, other environment details and versions _No response_ ### Related area -> Compilation ...
1.0
[Bug]: Get Invalid mutation error in table - ### Description https://stackoverflow.com/questions/74913033/error-table-was-mutated-after-iterator-created-although-iterator-and-mutation-a ### Steps to Reproduce Check above link ### Affected Version(s) 2201.3.0 ### OS, DB, other environment details and versions _No...
priority
get invalid mutation error in table description steps to reproduce check above link affected version s os db other environment details and versions no response related area compilation related issue s optional no response suggested label s optional ...
1
315,866
27,112,400,627
IssuesEvent
2023-02-15 16:09:19
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
closed
Release 4.4.0 - Release Candidate 1 - SELinux
team/cicd type/release tracking release test/4.4.0
### Packages tests metrics information ||| | :-- | :-- | | **Main release candidate issue** | #16132 | | **Main packages metrics issue** | #16142 ...
1.0
Release 4.4.0 - Release Candidate 1 - SELinux - ### Packages tests metrics information ||| | :-- | :-- | | **Main release candidate issue** | #16132 | | **Main packages metrics issue** | #16...
non_priority
release release candidate selinux packages tests metrics information main release candidate issue main packages metrics issue ...
0
139,720
18,853,752,160
IssuesEvent
2021-11-12 01:39:33
gavarasana/spring-petclinic
https://api.github.com/repos/gavarasana/spring-petclinic
opened
CVE-2015-9251 (Medium) detected in jquery-2.2.4.jar
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.2.4.jar</b></p></summary> <p>WebJar for jQuery</p> <p>Library home page: <a href="http://webjars.org">http:/...
True
CVE-2015-9251 (Medium) detected in jquery-2.2.4.jar - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.2.4.jar</b></p></summary> <p>WebJar for jQuery</p> <p>...
non_priority
cve medium detected in jquery jar cve medium severity vulnerability vulnerable library jquery jar webjar for jquery library home page a href path to dependency file spring petclinic pom xml path to vulnerable library canner repository org webjars jquery jque...
0
121,949
10,208,008,634
IssuesEvent
2019-08-14 09:06:08
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Implement EIP55 for ENS verification
e2e test blocker v1 release
# Problem > I found a bug in ENS registration where it checks for already owned name. I needed ENS name to test the name UI part and tried to get already owned name registered in the app - but it failed to recognize I am the owner of the name even though I did own the name. > > Turns out comparision of resolved n...
1.0
Implement EIP55 for ENS verification - # Problem > I found a bug in ENS registration where it checks for already owned name. I needed ENS name to test the name UI part and tried to get already owned name registered in the app - but it failed to recognize I am the owner of the name even though I did own the name. > ...
non_priority
implement for ens verification problem i found a bug in ens registration where it checks for already owned name i needed ens name to test the name ui part and tried to get already owned name registered in the app but it failed to recognize i am the owner of the name even though i did own the name ...
0
176,381
6,558,828,499
IssuesEvent
2017-09-06 23:31:37
OperationCode/operationcode_frontend
https://api.github.com/repos/OperationCode/operationcode_frontend
closed
SideNav rendering improperly on mobile
Priority: Medium Status: Available Type: Bug
# Bug Report ## What is the current behavior? If - while viewing on portrait mode - you click the hamburger button to see the `<SideNav>` component on an iPhone 6, the far right of the nav will be chopped off. ## What is the expected behavior? The `<SideNav>` component should cover the entire width of the screen ...
1.0
SideNav rendering improperly on mobile - # Bug Report ## What is the current behavior? If - while viewing on portrait mode - you click the hamburger button to see the `<SideNav>` component on an iPhone 6, the far right of the nav will be chopped off. ## What is the expected behavior? The `<SideNav>` component sho...
priority
sidenav rendering improperly on mobile bug report what is the current behavior if while viewing on portrait mode you click the hamburger button to see the component on an iphone the far right of the nav will be chopped off what is the expected behavior the component should cover the en...
1
679,422
23,231,812,484
IssuesEvent
2022-08-03 08:19:17
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
User's current Session will not get terminate when the multi attribute set as the login identifier is updated from myaccount
Priority/High Severity/Major bug 6.0.0-bug-fixing Affected-6.0.0 QA-Reported Mutli-Attribute-Login
**How to reproduce:** Scenario 1. Enable Multi attribute login in super tenant flow for claim http://wso2.org/claims/mobile 2. Set mobile number in the user profile 3. Login to console as super admin providing the mobile number set in user profile 4. SSO to myaccount 5. Update the mobile number (login identifier)...
1.0
User's current Session will not get terminate when the multi attribute set as the login identifier is updated from myaccount - **How to reproduce:** Scenario 1. Enable Multi attribute login in super tenant flow for claim http://wso2.org/claims/mobile 2. Set mobile number in the user profile 3. Login to console as s...
priority
user s current session will not get terminate when the multi attribute set as the login identifier is updated from myaccount how to reproduce scenario enable multi attribute login in super tenant flow for claim set mobile number in the user profile login to console as super admin providing the mob...
1
199,149
6,985,901,214
IssuesEvent
2017-12-14 00:11:11
HackerExperience/HEBorn
https://api.github.com/repos/HackerExperience/HEBorn
closed
Clean joined channels on logout
Kind:Bug Priority:High
~~Login out keeps previously joined channel state, they should always be cleaned, but aren't for some reason.~~
1.0
Clean joined channels on logout - ~~Login out keeps previously joined channel state, they should always be cleaned, but aren't for some reason.~~
priority
clean joined channels on logout login out keeps previously joined channel state they should always be cleaned but aren t for some reason
1
124,433
16,603,131,099
IssuesEvent
2021-06-01 22:35:57
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
closed
`Reflect.deleteProperty` allows deletion of properties that aren't optional
Design Limitation
**TypeScript Version:** All / Nightly **Search Terms:** Reflect, Object, Reflect types, Object types, Reflect method types, Object method types, Reflect.deleteProperty, deleting non optional properties **Code** ```ts const foo = { "bar": "baz" } as const; Reflect.deleteProperty( foo, "bar" ); console...
1.0
`Reflect.deleteProperty` allows deletion of properties that aren't optional - **TypeScript Version:** All / Nightly **Search Terms:** Reflect, Object, Reflect types, Object types, Reflect method types, Object method types, Reflect.deleteProperty, deleting non optional properties **Code** ```ts const foo = ...
non_priority
reflect deleteproperty allows deletion of properties that aren t optional typescript version all nightly search terms reflect object reflect types object types reflect method types object method types reflect deleteproperty deleting non optional properties code ts const foo ...
0
30,847
25,116,922,175
IssuesEvent
2022-11-09 03:21:05
astropy/astroquery
https://api.github.com/repos/astropy/astroquery
closed
Checking that remote tests actually do something
testing infrastructure
There were a few issues recently that pointed out that some of the modules has only mock test coverage and/or that some of the current tests don't really do anything (#594, https://github.com/astropy/astroquery/pull/545#issuecomment-144826022). ~Going trough the modules and checking their tests may be a good task f...
1.0
Checking that remote tests actually do something - There were a few issues recently that pointed out that some of the modules has only mock test coverage and/or that some of the current tests don't really do anything (#594, https://github.com/astropy/astroquery/pull/545#issuecomment-144826022). ~Going trough the mo...
non_priority
checking that remote tests actually do something there were a few issues recently that pointed out that some of the modules has only mock test coverage and or that some of the current tests don t really do anything going trough the modules and checking their tests may be a good task for a sprint edit...
0
126,391
26,839,443,396
IssuesEvent
2023-02-02 22:35:32
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Possible mistake in a code snippet in Flutter Codelab: Get to know Firebase
d: codelabs p: firebase documentation has reproducible steps
On step 5. Add RSVP functionality: the 5th code snippet about updating the HomePage widget: Consumer<ApplicationState> is wrapping twice: I believe it is excessive. <img width="489" alt="Screenshot_2" src="https://user-images.githubusercontent.com/4963513/204128766-7ab639d7-cc39-4648-a81c-95363c3426e0.png">
1.0
Possible mistake in a code snippet in Flutter Codelab: Get to know Firebase - On step 5. Add RSVP functionality: the 5th code snippet about updating the HomePage widget: Consumer<ApplicationState> is wrapping twice: I believe it is excessive. <img width="489" alt="Screenshot_2" src="https://user-images.githubuserconte...
non_priority
possible mistake in a code snippet in flutter codelab get to know firebase on step add rsvp functionality the code snippet about updating the homepage widget consumer is wrapping twice i believe it is excessive img width alt screenshot src
0
3,308
9,439,777,622
IssuesEvent
2019-04-14 13:13:12
jimkyndemeyer/js-graphql-intellij-plugin
https://api.github.com/repos/jimkyndemeyer/js-graphql-intellij-plugin
closed
Support for getFragment with variables
v2-architecture
Relay.QL relies heavily on getting fragments from other components. Sometimes you have to explictly pass arguments to one of the fragments, like this: ```graphql fragment on foo { ${Screen.getFragment('viewer')} ${AccountFilterURL.getFragment('viewer')} ${PostSearchFilterURL.getFragment('viewer', { ac...
1.0
Support for getFragment with variables - Relay.QL relies heavily on getting fragments from other components. Sometimes you have to explictly pass arguments to one of the fragments, like this: ```graphql fragment on foo { ${Screen.getFragment('viewer')} ${AccountFilterURL.getFragment('viewer')} ${PostSearch...
non_priority
support for getfragment with variables relay ql relies heavily on getting fragments from other components sometimes you have to explictly pass arguments to one of the fragments like this graphql fragment on foo screen getfragment viewer accountfilterurl getfragment viewer postsearch...
0
66,983
7,031,010,507
IssuesEvent
2017-12-26 14:26:57
MajkiIT/polish-ads-filter
https://api.github.com/repos/MajkiIT/polish-ads-filter
closed
zycie.pl
dodać reguły gotowe/testowanie reklama
![2017-12-21 12_40_49-zycie podkarpackie - informacje z regionu przemysla jaroslawia lubaczowa prze](https://user-images.githubusercontent.com/5884000/34254408-3fe4d59e-e64c-11e7-854d-bf6331155eb8.png) puste miejsce ![2017-12-21 12_42_01-zycie podkarpackie - informacje z regionu przemysla jaroslawia lubaczowa prz...
1.0
zycie.pl - ![2017-12-21 12_40_49-zycie podkarpackie - informacje z regionu przemysla jaroslawia lubaczowa prze](https://user-images.githubusercontent.com/5884000/34254408-3fe4d59e-e64c-11e7-854d-bf6331155eb8.png) puste miejsce ![2017-12-21 12_42_01-zycie podkarpackie - informacje z regionu przemysla jaroslawia lu...
non_priority
zycie pl puste miejsce okładki moje filtry polskie filtry easylist nano adblocker nano defender chrome
0
514,311
14,937,112,465
IssuesEvent
2021-01-25 14:15:06
OpenSRP/opensrp-client-chw
https://api.github.com/repos/OpenSRP/opensrp-client-chw
closed
Add label for children who are physically challenged to the family member list and child profile view
All WCARO flavors Has-PR Priority - 1 Size: Small (≤1) enhancement
There is a yes/no field for whether or not the child is physically disabled in the child registration form (field name = physically_challenged). Right now, there is no way to view this information except going back to the registration form. The client is asking that we show a visual indicator of their status, and we...
1.0
Add label for children who are physically challenged to the family member list and child profile view - There is a yes/no field for whether or not the child is physically disabled in the child registration form (field name = physically_challenged). Right now, there is no way to view this information except going bac...
priority
add label for children who are physically challenged to the family member list and child profile view there is a yes no field for whether or not the child is physically disabled in the child registration form field name physically challenged right now there is no way to view this information except going bac...
1
622,496
19,636,553,753
IssuesEvent
2022-01-08 11:41:36
yalla-coop/shannon-trust-website
https://api.github.com/repos/yalla-coop/shannon-trust-website
opened
Ensure questions are up to date
priority-1
Hey @RamyAlshurafa Shannon Trust have sent a final version of the the volunteer application questions. Do you mind going through the forms and making sure they are consistent please? To confirm the current form order would the same (eligibility questions aren't to go at the bottom, they are just there at the botto...
1.0
Ensure questions are up to date - Hey @RamyAlshurafa Shannon Trust have sent a final version of the the volunteer application questions. Do you mind going through the forms and making sure they are consistent please? To confirm the current form order would the same (eligibility questions aren't to go at the bottom...
priority
ensure questions are up to date hey ramyalshurafa shannon trust have sent a final version of the the volunteer application questions do you mind going through the forms and making sure they are consistent please to confirm the current form order would the same eligibility questions aren t to go at the bottom...
1
48,579
20,193,564,480
IssuesEvent
2022-02-11 08:33:19
BBVA-Openweb/uptime-services
https://api.github.com/repos/BBVA-Openweb/uptime-services
opened
🛑 Openweb Service (PLAY) - Form is down
status openweb-service-play-form
In [`4c5b974`](https://github.com/BBVA-Openweb/uptime-services/commit/4c5b974b43613d987c3c3f3c63a6fe58d8c4a4a0 ), Openweb Service (PLAY) - Form ($OPENWEB_HEALTH_PLAY/form) was **down**: - HTTP code: 0 - Response time: 0 ms
1.0
🛑 Openweb Service (PLAY) - Form is down - In [`4c5b974`](https://github.com/BBVA-Openweb/uptime-services/commit/4c5b974b43613d987c3c3f3c63a6fe58d8c4a4a0 ), Openweb Service (PLAY) - Form ($OPENWEB_HEALTH_PLAY/form) was **down**: - HTTP code: 0 - Response time: 0 ms
non_priority
🛑 openweb service play form is down in openweb service play form openweb health play form was down http code response time ms
0
95,943
16,112,921,812
IssuesEvent
2021-04-28 01:08:51
utopikkad/my-Pokedex
https://api.github.com/repos/utopikkad/my-Pokedex
closed
CVE-2018-19837 (Medium) detected in opennms-opennms-source-24.1.2-1 - autoclosed
security vulnerability
## CVE-2018-19837 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-24.1.2-1</b></p></summary> <p> <p>A Java based fault and performance management system</p> <p>...
True
CVE-2018-19837 (Medium) detected in opennms-opennms-source-24.1.2-1 - autoclosed - ## CVE-2018-19837 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-24.1.2-1</b>...
non_priority
cve medium detected in opennms opennms source autoclosed cve medium severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href library so...
0
228,796
7,567,875,787
IssuesEvent
2018-04-22 14:40:23
openbabel/openbabel
https://api.github.com/repos/openbabel/openbabel
closed
Error in Installing Open Babel
auto-migrated bug low priority
I wanted to install Open Babel but everytime I tried installing, a window came up stating as the attachment. I hope someone could help me with this issue. Please.. Reported by: wannursyakilla Original Ticket: [openbabel/bugs/978](https://sourceforge.net/p/openbabel/bugs/978)
1.0
Error in Installing Open Babel - I wanted to install Open Babel but everytime I tried installing, a window came up stating as the attachment. I hope someone could help me with this issue. Please.. Reported by: wannursyakilla Original Ticket: [openbabel/bugs/978](https://sourceforge.net/p/openbabel/bugs/978)
priority
error in installing open babel i wanted to install open babel but everytime i tried installing a window came up stating as the attachment i hope someone could help me with this issue please reported by wannursyakilla original ticket
1
216,578
24,281,576,575
IssuesEvent
2022-09-28 17:54:09
liorzilberg/struts
https://api.github.com/repos/liorzilberg/struts
opened
CVE-2016-1000027 (High) detected in spring-web-4.3.13.RELEASE.jar
security vulnerability
## CVE-2016-1000027 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-4.3.13.RELEASE.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/...
True
CVE-2016-1000027 (High) detected in spring-web-4.3.13.RELEASE.jar - ## CVE-2016-1000027 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-4.3.13.RELEASE.jar</b></p></summary> ...
non_priority
cve high detected in spring web release jar cve high severity vulnerability vulnerable library spring web release jar spring web library home page a href path to dependency file plugins async pom xml path to vulnerable library repository org springframework spri...
0
757,178
26,499,318,814
IssuesEvent
2023-01-18 09:04:30
kubermatic/dashboard
https://api.github.com/repos/kubermatic/dashboard
closed
Changing Provider after choosing Kubeadm Break the wizard
kind/bug priority/high sig/ui
**What is the problem?** after choosing kubeadm in the first step in the wizard and try to chose another provider the wizard still the same wizard for kubeadm (no steps for settings and initial node shown)and an error showed repeatedly in the console ![image.png](https://images.zenhubusercontent.com/620cc25fdd7f2fda29...
1.0
Changing Provider after choosing Kubeadm Break the wizard - **What is the problem?** after choosing kubeadm in the first step in the wizard and try to chose another provider the wizard still the same wizard for kubeadm (no steps for settings and initial node shown)and an error showed repeatedly in the console ![image....
priority
changing provider after choosing kubeadm break the wizard what is the problem after choosing kubeadm in the first step in the wizard and try to chose another provider the wizard still the same wizard for kubeadm no steps for settings and initial node shown and an error showed repeatedly in the console ...
1
118,787
15,365,078,742
IssuesEvent
2021-03-01 22:55:54
Leafwing-Studios/fop-game
https://api.github.com/repos/Leafwing-Studios/fop-game
opened
Turn-based combat event architecture
design
# User Stories ## Select an Action 1. Actor previews actions. This shows, based on the information the actor currently have, what an action might do. This includes reactions that will trigger. 2. Actor picks one of these actions. They select sub-options within it, commonly targets or where to move. 3. Initial ef...
1.0
Turn-based combat event architecture - # User Stories ## Select an Action 1. Actor previews actions. This shows, based on the information the actor currently have, what an action might do. This includes reactions that will trigger. 2. Actor picks one of these actions. They select sub-options within it, commonly t...
non_priority
turn based combat event architecture user stories select an action actor previews actions this shows based on the information the actor currently have what an action might do this includes reactions that will trigger actor picks one of these actions they select sub options within it commonly t...
0
234,238
7,719,116,398
IssuesEvent
2018-05-23 18:21:54
OriginalMy/originalmy-readthedocs
https://api.github.com/repos/OriginalMy/originalmy-readthedocs
closed
[Textos Notary] - Assinatura Digital Certificação
For review priority
http://originalmy.readthedocs.io/pt_BR/latest/60-blockchains.html#o-que-o-originalmy-faz-com-essa-assinatura-digital 25. Da Lista de Mudanças No momento em que o blockchain confirma o registro <b>de autenticidade</b>, ele recebe um carimbo de tempo (timestamp) que comprova o momento da <b>certificação</b>
1.0
[Textos Notary] - Assinatura Digital Certificação - http://originalmy.readthedocs.io/pt_BR/latest/60-blockchains.html#o-que-o-originalmy-faz-com-essa-assinatura-digital 25. Da Lista de Mudanças No momento em que o blockchain confirma o registro <b>de autenticidade</b>, ele recebe um carimbo de tempo (timestamp) que c...
priority
assinatura digital certificação da lista de mudanças no momento em que o blockchain confirma o registro de autenticidade ele recebe um carimbo de tempo timestamp que comprova o momento da certificação
1
504,921
14,623,683,276
IssuesEvent
2020-12-23 04:08:00
AtlasOfLivingAustralia/volunteer-portal
https://api.github.com/repos/AtlasOfLivingAustralia/volunteer-portal
closed
Tutorials link to ///data/volunteer//tutorials
Priority - low
The tutorial page links to ``///data/volunteer//tutorials``. These links manage to render, but it makes it more difficult to setup a useful ``robots.txt`` file to tell bots which paths under ``/data`` (and ``/``) they should and shouldn't index. The links on the tutorial page seem to work if changed to remove the redun...
1.0
Tutorials link to ///data/volunteer//tutorials - The tutorial page links to ``///data/volunteer//tutorials``. These links manage to render, but it makes it more difficult to setup a useful ``robots.txt`` file to tell bots which paths under ``/data`` (and ``/``) they should and shouldn't index. The links on the tutorial...
priority
tutorials link to data volunteer tutorials the tutorial page links to data volunteer tutorials these links manage to render but it makes it more difficult to setup a useful robots txt file to tell bots which paths under data and they should and shouldn t index the links on the tutorial...
1
59,178
14,369,080,307
IssuesEvent
2020-12-01 09:18:15
ignatandrei/stankins
https://api.github.com/repos/ignatandrei/stankins
closed
WS-2019-0307 (Medium) detected in mem-1.1.0.tgz
security vulnerability
## WS-2019-0307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mem-1.1.0.tgz</b></p></summary> <p>Memoize functions - An optimization used to speed up consecutive function calls by ...
True
WS-2019-0307 (Medium) detected in mem-1.1.0.tgz - ## WS-2019-0307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mem-1.1.0.tgz</b></p></summary> <p>Memoize functions - An optimizati...
non_priority
ws medium detected in mem tgz ws medium severity vulnerability vulnerable library mem tgz memoize functions an optimization used to speed up consecutive function calls by caching the result of calls with identical input library home page a href path to dependency file ...
0
70,651
3,333,238,112
IssuesEvent
2015-11-12 00:01:03
angular/material
https://api.github.com/repos/angular/material
closed
md-datepicker with key input won't fire a change event
- In Progress priority: high
Hi, in the actual version md-datepicker fires a ng-change event only, if you select a date with the mouse. If you enterred it with the keyboard it won't be updated. That have a side effect on ng-messages, because they will be only updated with a ng-change event. A correct enterred date with keyboard will not be acce...
1.0
md-datepicker with key input won't fire a change event - Hi, in the actual version md-datepicker fires a ng-change event only, if you select a date with the mouse. If you enterred it with the keyboard it won't be updated. That have a side effect on ng-messages, because they will be only updated with a ng-change even...
priority
md datepicker with key input won t fire a change event hi in the actual version md datepicker fires a ng change event only if you select a date with the mouse if you enterred it with the keyboard it won t be updated that have a side effect on ng messages because they will be only updated with a ng change even...
1
825,097
31,272,523,799
IssuesEvent
2023-08-22 02:00:05
puyu-pe/bifrost-io
https://api.github.com/repos/puyu-pe/bifrost-io
closed
Actualizar Expresion regular namespace yures:waiter
point: 1 priority: high type:feature
## Falta actuliazar la expresion regular para el servicio yures waiter - No se esta considerando el sufijo opcional y tampoco los 11 digitos del ruc
1.0
Actualizar Expresion regular namespace yures:waiter - ## Falta actuliazar la expresion regular para el servicio yures waiter - No se esta considerando el sufijo opcional y tampoco los 11 digitos del ruc
priority
actualizar expresion regular namespace yures waiter falta actuliazar la expresion regular para el servicio yures waiter no se esta considerando el sufijo opcional y tampoco los digitos del ruc
1
395,313
27,065,124,254
IssuesEvent
2023-02-13 23:25:58
SatcherInstitute/health-equity-tracker
https://api.github.com/repos/SatcherInstitute/health-equity-tracker
opened
TODO on Release 2.58
documentation
The following pipelines have changed and must be run on PROD when we cut Release 2.58 - [ ] ACS #1988 - [ ]
1.0
TODO on Release 2.58 - The following pipelines have changed and must be run on PROD when we cut Release 2.58 - [ ] ACS #1988 - [ ]
non_priority
todo on release the following pipelines have changed and must be run on prod when we cut release acs
0
506,841
14,674,204,400
IssuesEvent
2020-12-30 14:50:19
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
opened
Adapt Horse Archers and Camels
:books: lore :books: :grey_exclamation: priority low :ice_cream: vanilla modification :icecream: :question: suggestion :question:
<!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> **Describe your suggestion in full detail below:** We should adapt vanilla horse archers a...
1.0
Adapt Horse Archers and Camels - <!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> **Describe your suggestion in full detail below:** We sho...
priority
adapt horse archers and camels do not remove pre existing lines if you want to suggest a few things open a new issue per every suggestion describe your suggestion in full detail below we sho...
1
5,289
2,573,793,741
IssuesEvent
2015-02-11 12:57:34
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
Date Crash on settings
bug bug - crash/performance/leak Coding HIGH priority Settings
Steps to reproduce: Open settings-> pipe Cope any size type Make names of size type and its copy equal and try to save - message appears Change one of names and try to save again - exception appears ************** Exception Text ************** System.InvalidOperationException: Nullable object must have a value...
1.0
Date Crash on settings - Steps to reproduce: Open settings-> pipe Cope any size type Make names of size type and its copy equal and try to save - message appears Change one of names and try to save again - exception appears ************** Exception Text ************** System.InvalidOperationException: Nullable...
priority
date crash on settings steps to reproduce open settings pipe cope any size type make names of size type and its copy equal and try to save message appears change one of names and try to save again exception appears exception text system invalidoperationexception nullable...
1
426,010
29,507,426,341
IssuesEvent
2023-06-03 13:39:50
ueberdosis/tiptap
https://api.github.com/repos/ueberdosis/tiptap
opened
[Documentation]: Explain how to add image width & height attribute customly
Type: Documentation Status: New Category: Open Source
### What’s the URL to the page you’re sending feedback for? https://tiptap.dev/api/nodes/image ### What part of the documentation needs improvement? The documentation for the Image element does not explain how to **add custom width and height attributes**. This makes it difficult to control the size of images in the...
1.0
[Documentation]: Explain how to add image width & height attribute customly - ### What’s the URL to the page you’re sending feedback for? https://tiptap.dev/api/nodes/image ### What part of the documentation needs improvement? The documentation for the Image element does not explain how to **add custom width and he...
non_priority
explain how to add image width height attribute customly what’s the url to the page you’re sending feedback for what part of the documentation needs improvement the documentation for the image element does not explain how to add custom width and height attributes this makes it difficult to c...
0
143,286
19,177,910,242
IssuesEvent
2021-12-04 00:04:21
samq-ghdemo/js-monorepo
https://api.github.com/repos/samq-ghdemo/js-monorepo
opened
WS-2020-0180 (High) detected in npm-user-validate-0.1.5.tgz
security vulnerability
## WS-2020-0180 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-user-validate-0.1.5.tgz</b></p></summary> <p>User validations for npm</p> <p>Library home page: <a href="https://reg...
True
WS-2020-0180 (High) detected in npm-user-validate-0.1.5.tgz - ## WS-2020-0180 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-user-validate-0.1.5.tgz</b></p></summary> <p>User vali...
non_priority
ws high detected in npm user validate tgz ws high severity vulnerability vulnerable library npm user validate tgz user validations for npm library home page a href path to dependency file js monorepo nodegoat package json path to vulnerable library js monorepo nodego...
0
78,386
14,991,805,245
IssuesEvent
2021-01-29 08:56:56
backstage/backstage
https://api.github.com/repos/backstage/backstage
closed
TechDocs dir preparer to use UrlReader if managed-by-location is url type
docs-like-code enhancement
A recent fix makes the TechDocs `dir` preparer use the git flow to download a repository if `managed-by-location` is set to `url`. This should be changed to use the `UrlReader` instead.
1.0
TechDocs dir preparer to use UrlReader if managed-by-location is url type - A recent fix makes the TechDocs `dir` preparer use the git flow to download a repository if `managed-by-location` is set to `url`. This should be changed to use the `UrlReader` instead.
non_priority
techdocs dir preparer to use urlreader if managed by location is url type a recent fix makes the techdocs dir preparer use the git flow to download a repository if managed by location is set to url this should be changed to use the urlreader instead
0
58,471
11,882,261,626
IssuesEvent
2020-03-27 14:07:39
FRossouw/Deezer-app
https://api.github.com/repos/FRossouw/Deezer-app
opened
Remove Console logs
refactor code
Please remove this `console.log`. It is only useful for while debugging, when we deploy the application we avoid logging anything as much as possible. https://github.com/FRossouw/Deezer-app/blob/61ad4f6c094944f0a203fb92382f1935f12ca3af/src/app/artist-details/artist-details.component.ts#L23
1.0
Remove Console logs - Please remove this `console.log`. It is only useful for while debugging, when we deploy the application we avoid logging anything as much as possible. https://github.com/FRossouw/Deezer-app/blob/61ad4f6c094944f0a203fb92382f1935f12ca3af/src/app/artist-details/artist-details.component.ts#L23
non_priority
remove console logs please remove this console log it is only useful for while debugging when we deploy the application we avoid logging anything as much as possible
0
291,655
8,941,280,118
IssuesEvent
2019-01-24 03:36:24
JulioGa1011/clinica-la-guardia
https://api.github.com/repos/JulioGa1011/clinica-la-guardia
opened
Make a view for medical record module
priority 5 very important view
**General Information** - Route: /medical-record - User Level: Everyone - Module/Section: Medical Record **Describe the expected functionality** This view include the main section, and different view for each action that we can do. Also we are going to integrate CCEO Vue Tables. **Activities** - [ ] Inde...
1.0
Make a view for medical record module - **General Information** - Route: /medical-record - User Level: Everyone - Module/Section: Medical Record **Describe the expected functionality** This view include the main section, and different view for each action that we can do. Also we are going to integrate CCEO ...
priority
make a view for medical record module general information route medical record user level everyone module section medical record describe the expected functionality this view include the main section and different view for each action that we can do also we are going to integrate cceo ...
1
381,499
11,276,549,350
IssuesEvent
2020-01-14 23:35:26
googleapis/google-api-java-client-services
https://api.github.com/repos/googleapis/google-api-java-client-services
closed
Synthesis failed for pagespeedonline
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate pagespeedonline. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Checking out files: 24% (16313/65361) Checking out files: 25% (16341/65361) Checking out files: 26% (16994/65361) Checking out files: 27% (17648/65361) Che...
1.0
Synthesis failed for pagespeedonline - Hello! Autosynth couldn't regenerate pagespeedonline. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Checking out files: 24% (16313/65361) Checking out files: 25% (16341/65361) Checking out files: 26% (16994/65361) Checki...
priority
synthesis failed for pagespeedonline hello autosynth couldn t regenerate pagespeedonline broken heart here s the output from running synth py cloning into working repo checking out files checking out files checking out files checking out files ...
1
612,380
19,011,252,947
IssuesEvent
2021-11-23 09:34:10
cse110-fa21-group29/cse110-fa21-group29
https://api.github.com/repos/cse110-fa21-group29/cse110-fa21-group29
opened
feat(ui): remove default data from each component
html component -PRIORITY: HIGH -TIME: SPRINT 2
Remove default data from each component, so the loading of each component is smoother.
1.0
feat(ui): remove default data from each component - Remove default data from each component, so the loading of each component is smoother.
priority
feat ui remove default data from each component remove default data from each component so the loading of each component is smoother
1
40,067
6,796,957,237
IssuesEvent
2017-11-01 20:52:26
GetDKAN/dkan
https://api.github.com/repos/GetDKAN/dkan
closed
DKAN Times Out When Installing on Pantheon
documentation
I get the following when installing DKAN on Pantheon at the last step: <img width="795" alt="screen shot 2016-04-20 at 10 58 28 pm" src="https://cloud.githubusercontent.com/assets/512243/14712530/1810339e-07a3-11e6-8995-a97cf26d5746.png"> I'm not sure what could be done about this other than breaking up the final ins...
1.0
DKAN Times Out When Installing on Pantheon - I get the following when installing DKAN on Pantheon at the last step: <img width="795" alt="screen shot 2016-04-20 at 10 58 28 pm" src="https://cloud.githubusercontent.com/assets/512243/14712530/1810339e-07a3-11e6-8995-a97cf26d5746.png"> I'm not sure what could be done ab...
non_priority
dkan times out when installing on pantheon i get the following when installing dkan on pantheon at the last step img width alt screen shot at pm src i m not sure what could be done about this other than breaking up the final install into more discreet steps it would be not to time consuming ...
0
402,322
11,808,180,704
IssuesEvent
2020-03-19 12:56:08
somia/ninchat-sdk-android
https://api.github.com/repos/somia/ninchat-sdk-android
closed
Android 9 SDK 0.4.3: Transfer works only once
High priority
After second transfer the app stays in the queueing view and doesn't show the conversation.
1.0
Android 9 SDK 0.4.3: Transfer works only once - After second transfer the app stays in the queueing view and doesn't show the conversation.
priority
android sdk transfer works only once after second transfer the app stays in the queueing view and doesn t show the conversation
1
53,109
13,260,904,372
IssuesEvent
2020-08-20 18:57:50
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
o7_libarchive_read.py dataio test failing on SL6 with system libarchive (Trac #714)
Migrated from Trac dataio defect
Test is failing.... blaufuss@morax[build(I3)]% ./dataio/resources/test/o7_libarchive_read.py Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to pa-pub.private.pa.umd.edu:0.0 tar: Removing leading `/' from member names 1 block I3DOMLaunchSeriesMap.i3 I3DOMLaunchSeriesMap.i3.tar WARN (icetray): (archi...
1.0
o7_libarchive_read.py dataio test failing on SL6 with system libarchive (Trac #714) - Test is failing.... blaufuss@morax[build(I3)]% ./dataio/resources/test/o7_libarchive_read.py Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to pa-pub.private.pa.umd.edu:0.0 tar: Removing leading `/' from member na...
non_priority
libarchive read py dataio test failing on with system libarchive trac test is failing blaufuss morax dataio resources test libarchive read py warning in display not set setting it to pa pub private pa umd edu tar removing leading from member names block tar warn icetray ...
0
441,079
30,768,071,426
IssuesEvent
2023-07-30 14:53:53
AlaSQL/alasql
https://api.github.com/repos/AlaSQL/alasql
closed
AlaSQL Code Examples
! For discussion Related to: Documentation
Guys, you will like it! http://alasql.org/codex/ There are only few examples ready. Also, it can work as console. Any ideas are welcome!
1.0
AlaSQL Code Examples - Guys, you will like it! http://alasql.org/codex/ There are only few examples ready. Also, it can work as console. Any ideas are welcome!
non_priority
alasql code examples guys you will like it there are only few examples ready also it can work as console any ideas are welcome
0