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
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
51,365
13,207,444,094
IssuesEvent
2020-08-14 23:07:26
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
Tests should dump output to per project directories (Trac #292)
Incomplete Migration Migrated from Trac combo reconstruction defect
<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", "_ts": "143630...
1.0
Tests should dump output to per project directories (Trac #292) - <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": "cl...
defect
tests should dump output to per project directories trac migrated from json status closed changetime ts description duplicate of reporter kislat cc resolution duplicate time component ...
1
47,200
13,056,052,941
IssuesEvent
2020-07-30 03:30:43
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
tests can crash if too much spew (Trac #125)
Migrated from Trac cmake defect
too much spew can crash the test runner suites. Run project 'icetray's tests with log4cplus level set to TRACE, you'll get a crash halfway through Migrated from https://code.icecube.wisc.edu/ticket/125 ```json { "status": "closed", "changetime": "2014-11-23T03:37:56", "description": "too much spew can...
1.0
tests can crash if too much spew (Trac #125) - too much spew can crash the test runner suites. Run project 'icetray's tests with log4cplus level set to TRACE, you'll get a crash halfway through Migrated from https://code.icecube.wisc.edu/ticket/125 ```json { "status": "closed", "changetime": "2014-11-23T03...
defect
tests can crash if too much spew trac too much spew can crash the test runner suites run project icetray s tests with level set to trace you ll get a crash halfway through migrated from json status closed changetime description too much spew can crash the t...
1
579,698
17,196,944,304
IssuesEvent
2021-07-16 18:57:35
cagov/cannabis.ca.gov
https://api.github.com/repos/cagov/cannabis.ca.gov
closed
Design: Single column pages are too wide
2 pts High Priority - Must Post Launch QA
Currently, on pages that do **not** have a page index, the content takes up the full width. For example: - [Search for a Licensed Business](https://staginginye.prod3.sites.ca.gov/resources/search-for-licensed-business/). - [Announcements](https://staginginye.prod3.sites.ca.gov/about-us/announcements/) - [Anno...
1.0
Design: Single column pages are too wide - Currently, on pages that do **not** have a page index, the content takes up the full width. For example: - [Search for a Licensed Business](https://staginginye.prod3.sites.ca.gov/resources/search-for-licensed-business/). - [Announcements](https://staginginye.prod3.sit...
non_defect
design single column pages are too wide currently on pages that do not have a page index the content takes up the full width for example the intended design is for the content to be the same width regardless of whether the page index is visible or not if page index is not visi...
0
158,333
24,824,353,961
IssuesEvent
2022-10-25 19:13:45
Ingressive-for-Good/I4G-OPENSOURCE-FRONTEND-PROJECT-2022
https://api.github.com/repos/Ingressive-for-Good/I4G-OPENSOURCE-FRONTEND-PROJECT-2022
closed
Admin Design - Improved UX writing on Authentication Screen (Log In)
documentation enhancement hacktoberfest-accepted hacktoberfest design
- Improve UX writing on the log in screens. - The improvement should be done on all screens (desktop, tablet and mobile) - Ensure you use the colors and typography on the style guide to ensure consistency
1.0
Admin Design - Improved UX writing on Authentication Screen (Log In) - - Improve UX writing on the log in screens. - The improvement should be done on all screens (desktop, tablet and mobile) - Ensure you use the colors and typography on the style guide to ensure consistency
non_defect
admin design improved ux writing on authentication screen log in improve ux writing on the log in screens the improvement should be done on all screens desktop tablet and mobile ensure you use the colors and typography on the style guide to ensure consistency
0
19,995
3,286,459,223
IssuesEvent
2015-10-29 02:48:09
numpy/numpy
https://api.github.com/repos/numpy/numpy
reopened
recfunctions.append_fields fails on arrays containing objects (Trac #1751)
component: numpy.lib Defect priority: normal
_Original ticket http://projects.scipy.org/numpy/ticket/1751 on 2011-02-28 by trac user aickley, assigned to unknown._ The problem is that append_fields calls array.view() which does not accept arrays containing objects (See [http://projects.scipy.org/numpy/ticket/674]) Test case (to include in numpy/lib/tests/recfun...
1.0
recfunctions.append_fields fails on arrays containing objects (Trac #1751) - _Original ticket http://projects.scipy.org/numpy/ticket/1751 on 2011-02-28 by trac user aickley, assigned to unknown._ The problem is that append_fields calls array.view() which does not accept arrays containing objects (See [http://projects....
defect
recfunctions append fields fails on arrays containing objects trac original ticket on by trac user aickley assigned to unknown the problem is that append fields calls array view which does not accept arrays containing objects see test case to include in numpy lib tests recfunctions py ...
1
34,899
7,468,086,676
IssuesEvent
2018-04-02 17:43:24
mlpack/mlpack
https://api.github.com/repos/mlpack/mlpack
closed
Identify commonly failing tests and address them
D: difficult D: easy D: moderate P: major T: defect
This is a large ticket that many people can collaborate on. mlpack has very many tests, and many of these tests are probabilistic. This means that they can randomly fail, even when something isn't actually wrong with the code. The purpose of this ticket is to identify these tests, open issues to address those fail...
1.0
Identify commonly failing tests and address them - This is a large ticket that many people can collaborate on. mlpack has very many tests, and many of these tests are probabilistic. This means that they can randomly fail, even when something isn't actually wrong with the code. The purpose of this ticket is to iden...
defect
identify commonly failing tests and address them this is a large ticket that many people can collaborate on mlpack has very many tests and many of these tests are probabilistic this means that they can randomly fail even when something isn t actually wrong with the code the purpose of this ticket is to iden...
1
17,981
12,465,498,017
IssuesEvent
2020-05-28 14:08:09
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Add font weight configuration to the "highlighting" option in the text editor
feature proposal topic:editor usability
Right now we can customize colors of some code elements: ![](https://i.imgur.com/UCtQZFD.png) But it would be great to have the ability to change font weight of this code elements, to make it look like so: ![](https://i.imgur.com/5SZVVs0.png) It is common in the color schemes of IDEs to highlight "code words" like ...
True
Add font weight configuration to the "highlighting" option in the text editor - Right now we can customize colors of some code elements: ![](https://i.imgur.com/UCtQZFD.png) But it would be great to have the ability to change font weight of this code elements, to make it look like so: ![](https://i.imgur.com/5SZVVs0...
non_defect
add font weight configuration to the highlighting option in the text editor right now we can customize colors of some code elements but it would be great to have the ability to change font weight of this code elements to make it look like so it is common in the color schemes of ides to highlight c...
0
223,268
7,451,356,643
IssuesEvent
2018-03-29 02:27:46
TwoTenPvP/MLAPI
https://api.github.com/repos/TwoTenPvP/MLAPI
closed
NetworkAnimator and Proximity
enhancement low priority
Shouldn't NetworkAnimator have Proximity control? Maybe we don't want to notify every client in the game world about lights going on in a house someplace when it happens but any client that comes near later should then get the updated states?
1.0
NetworkAnimator and Proximity - Shouldn't NetworkAnimator have Proximity control? Maybe we don't want to notify every client in the game world about lights going on in a house someplace when it happens but any client that comes near later should then get the updated states?
non_defect
networkanimator and proximity shouldn t networkanimator have proximity control maybe we don t want to notify every client in the game world about lights going on in a house someplace when it happens but any client that comes near later should then get the updated states
0
122,390
10,221,544,551
IssuesEvent
2019-08-16 02:13:59
brave/brave-ios
https://api.github.com/repos/brave/brave-ios
closed
Manual test run for 1.10 on iPhone 6/SE running iOS12
QA/Yes iPhone release-notes/exclude tests
## Installer - [ ] Check that installer is close to the size of last release - [x] Check the Brave version in About and make sure it is EXACTLY as expected ## Data - [x] Make sure that data from the last version appears in the new version OK - [x] Test that the previous version's cookies are preserved in t...
1.0
Manual test run for 1.10 on iPhone 6/SE running iOS12 - ## Installer - [ ] Check that installer is close to the size of last release - [x] Check the Brave version in About and make sure it is EXACTLY as expected ## Data - [x] Make sure that data from the last version appears in the new version OK - [x] Tes...
non_defect
manual test run for on iphone se running installer check that installer is close to the size of last release check the brave version in about and make sure it is exactly as expected data make sure that data from the last version appears in the new version ok test that the pr...
0
10,598
2,622,175,871
IssuesEvent
2015-03-04 00:16:40
byzhang/leveldb
https://api.github.com/repos/byzhang/leveldb
closed
memory leak happened
auto-migrated Priority-Medium Type-Defect
``` 1.change kTargetFileSize=128M 2.set op.write_buffer_size=16*1024*1024; op.block_cache = leveldb::NewLRUCache(128 * 1048576); wo.sync=false; 3.put lots of kv to leveldb; memory leak happened version sha1-id:36a5f8ed7f9fb3373236d5eace4f5fea369856ee on windows 32bits system i use vc2010 sp1 for compiling wh...
1.0
memory leak happened - ``` 1.change kTargetFileSize=128M 2.set op.write_buffer_size=16*1024*1024; op.block_cache = leveldb::NewLRUCache(128 * 1048576); wo.sync=false; 3.put lots of kv to leveldb; memory leak happened version sha1-id:36a5f8ed7f9fb3373236d5eace4f5fea369856ee on windows 32bits system i use vc201...
defect
memory leak happened change ktargetfilesize set op write buffer size op block cache leveldb newlrucache wo sync false put lots of kv to leveldb memory leak happened version id on windows system i use for compiling when i not link leveldb drop the data which will b...
1
284,515
24,604,921,435
IssuesEvent
2022-10-14 15:22:54
ValveSoftware/Dota-2
https://api.github.com/repos/ValveSoftware/Dota-2
closed
Random Crashes since 7.31d
Need Retest
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/BrodieSutherland/61c61aa75254d6dcdebb5fa2b6fc81fb): * Have you checked for system updates?: Yes * Are you using the latest stable video driver available for your system? Yes...
1.0
Random Crashes since 7.31d - #### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/BrodieSutherland/61c61aa75254d6dcdebb5fa2b6fc81fb): * Have you checked for system updates?: Yes * Are you using the latest stable video driver a...
non_defect
random crashes since your system information system information from steam steam help system information in a have you checked for system updates yes are you using the latest stable video driver available for your system yes have you verified the game files yes p...
0
70,237
23,063,816,624
IssuesEvent
2022-07-25 12:18:55
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Calling `fieldsRow()` within a `multiset` call causes all fields of fetched Record object to be null. (but not POJO)
T: Defect
Creating this issue as suggested by Lukas Eder here: https://stackoverflow.com/questions/73083090/jooq-fetchinto-with-fieldsrow-returns-null-for-record-object-but-not-for-pojo. ### Expected behavior When calling `fieldsRow()` within a `multiset` call, a fetched Record object has all fields correctly populated. ...
1.0
Calling `fieldsRow()` within a `multiset` call causes all fields of fetched Record object to be null. (but not POJO) - Creating this issue as suggested by Lukas Eder here: https://stackoverflow.com/questions/73083090/jooq-fetchinto-with-fieldsrow-returns-null-for-record-object-but-not-for-pojo. ### Expected behavio...
defect
calling fieldsrow within a multiset call causes all fields of fetched record object to be null but not pojo creating this issue as suggested by lukas eder here expected behavior when calling fieldsrow within a multiset call a fetched record object has all fields correctly populated ...
1
265,407
28,262,636,936
IssuesEvent
2023-04-07 01:42:59
ZSBRybnik/backend
https://api.github.com/repos/ZSBRybnik/backend
opened
cli-6.20.8.tgz: 1 vulnerabilities (highest severity is: 10.0)
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cli-6.20.8.tgz</b></p></summary> <p></p> <p> <p>Found in HEAD commit: <a href="https://github.com/ZSBRybnik/backend/commit/d6f11282ee9f4af0baad5df06570b6a9700994af"...
True
cli-6.20.8.tgz: 1 vulnerabilities (highest severity is: 10.0) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cli-6.20.8.tgz</b></p></summary> <p></p> <p> <p>Found in HEAD commit: <a href="https://github.com/ZS...
non_defect
cli tgz vulnerabilities highest severity is vulnerable library cli tgz found in head commit a href vulnerabilities cve severity cvss dependency type fixed in cli version remediation available ...
0
1,175
2,578,686,390
IssuesEvent
2015-02-13 01:27:02
facelessuser/BracketHighlighter
https://api.github.com/repos/facelessuser/BracketHighlighter
closed
Should include the configuration of image shown in the README.md
Documentation Priority - Low
It would be useful if you included an example configuration that would output the image you have attached. Especially because when you see this repo, you expect it to look like the screen shotted image out of the box. ![687474703a2f2f646c2e64726f70626f782e636f6d2f752f3334323639382f427261636b6574486967686c69676874657...
1.0
Should include the configuration of image shown in the README.md - It would be useful if you included an example configuration that would output the image you have attached. Especially because when you see this repo, you expect it to look like the screen shotted image out of the box. ![687474703a2f2f646c2e64726f7062...
non_defect
should include the configuration of image shown in the readme md it would be useful if you included an example configuration that would output the image you have attached especially because when you see this repo you expect it to look like the screen shotted image out of the box
0
79,637
28,495,506,119
IssuesEvent
2023-04-18 13:57:41
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Docker develop image not built when the react-sdk or js-sdk changes
T-Defect T-Task P2 S-Minor A-Packaging Z-TravisR
which is unfortunate given how the vast majority of the app isn't in this repo.
1.0
Docker develop image not built when the react-sdk or js-sdk changes - which is unfortunate given how the vast majority of the app isn't in this repo.
defect
docker develop image not built when the react sdk or js sdk changes which is unfortunate given how the vast majority of the app isn t in this repo
1
129,387
18,092,940,176
IssuesEvent
2021-09-22 05:16:53
AlexRogalskiy/typescript-tools
https://api.github.com/repos/AlexRogalskiy/typescript-tools
closed
CVE-2019-10744 (High) detected in lodash-2.4.2.tgz
security vulnerability Status: Invalid
## CVE-2019-10744 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-2.4.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, & extras.<...
True
CVE-2019-10744 (High) detected in lodash-2.4.2.tgz - ## CVE-2019-10744 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-2.4.2.tgz</b></p></summary> <p>A utility library deliverin...
non_defect
cve high detected in lodash tgz cve high severity vulnerability vulnerable library lodash tgz a utility library delivering consistency customization performance extras library home page a href path to dependency file typescript tools package json path to vulnera...
0
15,394
2,851,359,840
IssuesEvent
2015-06-01 05:57:32
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
Rhino New File Add 'new' to droid=[new] Android()
auto-migrated Priority-Medium Type-Defect
``` New Rhino files created by SL4A are missing the 'new' keyword causing script failure. Change: var droid = Android(); to: var droid=new Android(); Frank ``` Original issue reported on code.google.com by `frank.we...@gmail.com` on 8 Nov 2010 at 5:05
1.0
Rhino New File Add 'new' to droid=[new] Android() - ``` New Rhino files created by SL4A are missing the 'new' keyword causing script failure. Change: var droid = Android(); to: var droid=new Android(); Frank ``` Original issue reported on code.google.com by `frank.we...@gmail.com` on 8 Nov 2010 at 5:05
defect
rhino new file add new to droid android new rhino files created by are missing the new keyword causing script failure change var droid android to var droid new android frank original issue reported on code google com by frank we gmail com on nov at
1
72,662
24,225,261,899
IssuesEvent
2022-09-26 13:59:39
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Create accessible error state for CMS fields with character limits
⭐️ Sitewide CMS 508/Accessibility 508-defect-1
## Description Within the CMS on the edit screens, fields that have a character limit enabled have a red indicator when the editor goes over the limit. This red color is used both on the border of the field and in the character count below the field. In the character count text, the red (Hex ff0000) does not pass WCA...
1.0
Create accessible error state for CMS fields with character limits - ## Description Within the CMS on the edit screens, fields that have a character limit enabled have a red indicator when the editor goes over the limit. This red color is used both on the border of the field and in the character count below the field....
defect
create accessible error state for cms fields with character limits description within the cms on the edit screens fields that have a character limit enabled have a red indicator when the editor goes over the limit this red color is used both on the border of the field and in the character count below the field ...
1
51,177
13,205,711,371
IssuesEvent
2020-08-14 18:32:51
Reckue/post-api
https://api.github.com/repos/Reckue/post-api
closed
Fix swagger endpoint of comments
type:defect
Please fix it for all methods, except DELETE in swagger for Comment model. ![изображение](https://user-images.githubusercontent.com/32792990/88814575-f3101700-d1c2-11ea-9dbf-4235599a75d9.png) see commit: Add swagger spec and divide controllers. (293886c42166d1bc684954b2f1af8e2b728b6160)
1.0
Fix swagger endpoint of comments - Please fix it for all methods, except DELETE in swagger for Comment model. ![изображение](https://user-images.githubusercontent.com/32792990/88814575-f3101700-d1c2-11ea-9dbf-4235599a75d9.png) see commit: Add swagger spec and divide controllers. (293886c42166d1bc684954b2f1af8e2b7...
defect
fix swagger endpoint of comments please fix it for all methods except delete in swagger for comment model see commit add swagger spec and divide controllers
1
7,559
7,973,942,267
IssuesEvent
2018-07-17 02:18:04
Microsoft/vscode-cpptools
https://api.github.com/repos/Microsoft/vscode-cpptools
closed
Add Windows clang-format.exe dependencies (and update the version).
Language Service bug
...otherwise it fails to run if users don't have the vc++ 2015 redist.
1.0
Add Windows clang-format.exe dependencies (and update the version). - ...otherwise it fails to run if users don't have the vc++ 2015 redist.
non_defect
add windows clang format exe dependencies and update the version otherwise it fails to run if users don t have the vc redist
0
44,919
11,545,368,287
IssuesEvent
2020-02-18 13:19:25
Budibase/budibase
https://api.github.com/repos/Budibase/budibase
closed
Component Control Flow Expressions
builder client
1. For any "component" prop, we should be able to setup an `if ... else` binding. I.e. `if condition then display component A else display component B` 2. For and "array" from, we should be able to setup an `each` binding... bound to an array. This would create an array element for each value in the bound array We...
1.0
Component Control Flow Expressions - 1. For any "component" prop, we should be able to setup an `if ... else` binding. I.e. `if condition then display component A else display component B` 2. For and "array" from, we should be able to setup an `each` binding... bound to an array. This would create an array element fo...
non_defect
component control flow expressions for any component prop we should be able to setup an if else binding i e if condition then display component a else display component b for and array from we should be able to setup an each binding bound to an array this would create an array element fo...
0
31,388
6,515,598,939
IssuesEvent
2017-08-26 17:48:34
GT8Online/eidetic-elixir
https://api.github.com/repos/GT8Online/eidetic-elixir
closed
Throw an error when no events for identifier found
Defect Important
Currently when requesting to `load` a model with an identifier, if there are no events for that identifier an empty model is returned. Eidetic should not produce empty models when an identifier is passed, instead raising an error
1.0
Throw an error when no events for identifier found - Currently when requesting to `load` a model with an identifier, if there are no events for that identifier an empty model is returned. Eidetic should not produce empty models when an identifier is passed, instead raising an error
defect
throw an error when no events for identifier found currently when requesting to load a model with an identifier if there are no events for that identifier an empty model is returned eidetic should not produce empty models when an identifier is passed instead raising an error
1
238,523
26,131,385,938
IssuesEvent
2022-12-29 05:43:50
samq-democorp/GMQ-Java-Remediate2
https://api.github.com/repos/samq-democorp/GMQ-Java-Remediate2
opened
xstream-1.4.5.jar: 34 vulnerabilities (highest severity is: 9.9)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.5.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML and back.</p> <p>Path to dependency file: /webgoat-integration-test...
True
xstream-1.4.5.jar: 34 vulnerabilities (highest severity is: 9.9) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.5.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML ...
non_defect
xstream jar vulnerabilities highest severity is vulnerable library xstream jar xstream is a serialization library from java objects to xml and back path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository com thought...
0
976
2,594,397,999
IssuesEvent
2015-02-20 02:50:11
BALL-Project/ball
https://api.github.com/repos/BALL-Project/ball
closed
BALLView Help menu BALL docu is empty
C: VIEW P: major R: wontfix T: defect
**Reported by akdehof on 18 Dec 41441599 01:41 UTC** In BALLView (build from source code under Ubuntu) the internal documentation for BALL (BALLView main menu Help->BALL Documentation) is currently empty, even if "make doc" was performed.
1.0
BALLView Help menu BALL docu is empty - **Reported by akdehof on 18 Dec 41441599 01:41 UTC** In BALLView (build from source code under Ubuntu) the internal documentation for BALL (BALLView main menu Help->BALL Documentation) is currently empty, even if "make doc" was performed.
defect
ballview help menu ball docu is empty reported by akdehof on dec utc in ballview build from source code under ubuntu the internal documentation for ball ballview main menu help ball documentation is currently empty even if make doc was performed
1
7,043
4,738,034,786
IssuesEvent
2016-10-20 01:46:28
geneontology/go-site
https://api.github.com/repos/geneontology/go-site
opened
db-xrefs.yaml appears to have an incorrect or improperly populated entry for PAINT_REF
bug (B: affects usability)
The current entry for PAINT_REF in db-xrefs.yaml is: ```yaml - database: PAINT_REF name: Phylogenetic Annotation INference Tool References generic_urls: - http://www.pantherdb.org/ entity_types: - type_name: entity type_id: BET:0000000 url_syntax: http://www.geneontology.org/gene-asso...
True
db-xrefs.yaml appears to have an incorrect or improperly populated entry for PAINT_REF - The current entry for PAINT_REF in db-xrefs.yaml is: ```yaml - database: PAINT_REF name: Phylogenetic Annotation INference Tool References generic_urls: - http://www.pantherdb.org/ entity_types: - type_name: en...
non_defect
db xrefs yaml appears to have an incorrect or improperly populated entry for paint ref the current entry for paint ref in db xrefs yaml is yaml database paint ref name phylogenetic annotation inference tool references generic urls entity types type name entity type id bet...
0
51,898
13,211,335,348
IssuesEvent
2020-08-15 22:23:38
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[dst] missing documentation (Trac #1235)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1235">https://code.icecube.wisc.edu/projects/icecube/ticket/1235</a>, reported by tpalczewskiand owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "_t...
1.0
[dst] missing documentation (Trac #1235) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1235">https://code.icecube.wisc.edu/projects/icecube/ticket/1235</a>, reported by tpalczewskiand owned by juancarlos</em></summary> <p> ```json { "status": "closed", "...
defect
missing documentation trac migrated from json status closed changetime ts description please convert release notes and index dox to rst format scripts in resources scripts don t have any explanation tests should be in resources test in add...
1
63,051
17,358,368,170
IssuesEvent
2021-07-29 17:00:08
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
User was not presented new room on room upgrade - room join succeeded server-side
T-Defect
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the neces...
1.0
User was not presented new room on room upgrade - room join succeeded server-side - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and fillin...
defect
user was not presented new room on room upgrade room join succeeded server side this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your r...
1
50,979
13,188,013,087
IssuesEvent
2020-08-13 05:18:17
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[steamshovel] Framerate not honored while creating a movie (Trac #1766)
Migrated from Trac combo core defect
Hello, while trying to create some movies with steamshovel, I noticed that the created movie does not inherit the framerate set in steamshovel but is always 25. As this is the default value of avconv and ffmpeg if no framerate is defined, my guess is at some point the -framerate parameter is not handed to avconv or ff...
1.0
[steamshovel] Framerate not honored while creating a movie (Trac #1766) - Hello, while trying to create some movies with steamshovel, I noticed that the created movie does not inherit the framerate set in steamshovel but is always 25. As this is the default value of avconv and ffmpeg if no framerate is defined, my gue...
defect
framerate not honored while creating a movie trac hello while trying to create some movies with steamshovel i noticed that the created movie does not inherit the framerate set in steamshovel but is always as this is the default value of avconv and ffmpeg if no framerate is defined my guess is at some po...
1
732,704
25,273,588,137
IssuesEvent
2022-11-16 11:00:00
mozilla/addons-frontend
https://api.github.com/repos/mozilla/addons-frontend
closed
The page footer is displayed briefly after an add-on rating/review is deleted
type: bug component: add-on ratings priority: p4 type: papercut
STR 1. Log in to AMO -dev 2. Go to an add-on detail page 4. Rate the add-on 5. Delete your rating 6. Observe the page layout Actual result: When the review is deleted, the page footer is displayed for a brief moment during refresh Expected result: The page footer should not be visible when the page is r...
1.0
The page footer is displayed briefly after an add-on rating/review is deleted - STR 1. Log in to AMO -dev 2. Go to an add-on detail page 4. Rate the add-on 5. Delete your rating 6. Observe the page layout Actual result: When the review is deleted, the page footer is displayed for a brief moment during refre...
non_defect
the page footer is displayed briefly after an add on rating review is deleted str log in to amo dev go to an add on detail page rate the add on delete your rating observe the page layout actual result when the review is deleted the page footer is displayed for a brief moment during refre...
0
18,074
3,022,930,770
IssuesEvent
2015-08-01 00:19:27
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
reopened
dart:io accessible in content_shell/Dartium?
Area-Dartium Type-Defect
This simple program: ```html <script type="application/dart"> import 'package:http/http.dart' as http; main() => http.get(null); </script> ``` fails in content_shell with this bizarre error message: ``` > path/to/dart/repo/client/tests/drt/content_shell --dump-render-tree repro.html ... CONSOLE ERROR: Int...
1.0
dart:io accessible in content_shell/Dartium? - This simple program: ```html <script type="application/dart"> import 'package:http/http.dart' as http; main() => http.get(null); </script> ``` fails in content_shell with this bizarre error message: ``` > path/to/dart/repo/client/tests/drt/content_shell --dump-r...
defect
dart io accessible in content shell dartium this simple program html import package http http dart as http main http get null fails in content shell with this bizarre error message path to dart repo client tests drt content shell dump render tree repro html console er...
1
67,240
20,961,587,121
IssuesEvent
2022-03-27 21:44:32
abedmaatalla/foursquared
https://api.github.com/repos/abedmaatalla/foursquared
closed
Proposed VenueActivity Menu Addition: Navigate
Priority-Medium Type-Defect auto-migrated
``` Probably not completely necessary since you can get to the Navigate app through the map button and then accessing Navigate from there, but I believe it's helpful. Essentially, I added another menu button to the VenueActivity menu titled "Navigate" When the user presses it, it starts up the Navigate activity and w...
1.0
Proposed VenueActivity Menu Addition: Navigate - ``` Probably not completely necessary since you can get to the Navigate app through the map button and then accessing Navigate from there, but I believe it's helpful. Essentially, I added another menu button to the VenueActivity menu titled "Navigate" When the user pre...
defect
proposed venueactivity menu addition navigate probably not completely necessary since you can get to the navigate app through the map button and then accessing navigate from there but i believe it s helpful essentially i added another menu button to the venueactivity menu titled navigate when the user pre...
1
160,050
20,092,550,690
IssuesEvent
2022-02-06 01:28:02
PGreaneyLYIT/easybuggy4django
https://api.github.com/repos/PGreaneyLYIT/easybuggy4django
opened
CVE-2020-11022 (Medium) detected in jquery-3.1.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 Library - <b>jquery-3.1.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="ht...
True
CVE-2020-11022 (Medium) detected in jquery-3.1.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 Library - <b>jquery-3.1.1.min.js</b></p></summary> <p>JavaScript librar...
non_defect
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file templates base html path to vulnerable library templates base html dep...
0
163,067
25,748,569,262
IssuesEvent
2022-12-08 11:32:29
tillioss/tilli-web-app
https://api.github.com/repos/tillioss/tilli-web-app
opened
Improving the home page look and feel
Tilli: Backlog Art & Design
This screen needs to be redesigned with the new art assets and style M1 is following. <img width="300" alt="image" src="https://user-images.githubusercontent.com/119949642/206436129-75c5cfb1-be30-4642-b37a-3a84855ce2f1.png">
1.0
Improving the home page look and feel - This screen needs to be redesigned with the new art assets and style M1 is following. <img width="300" alt="image" src="https://user-images.githubusercontent.com/119949642/206436129-75c5cfb1-be30-4642-b37a-3a84855ce2f1.png">
non_defect
improving the home page look and feel this screen needs to be redesigned with the new art assets and style is following img width alt image src
0
37,948
8,597,512,278
IssuesEvent
2018-11-15 18:54:43
catmaid/CATMAID
https://api.github.com/repos/catmaid/CATMAID
opened
When project is navigated beyond stack viewer z boundary (e.g., from orthoviews), z slider shows 0
priority: low type: defect
Setting the slider would only make the stack and project pop back to boundary, so will have to consider a better fix.
1.0
When project is navigated beyond stack viewer z boundary (e.g., from orthoviews), z slider shows 0 - Setting the slider would only make the stack and project pop back to boundary, so will have to consider a better fix.
defect
when project is navigated beyond stack viewer z boundary e g from orthoviews z slider shows setting the slider would only make the stack and project pop back to boundary so will have to consider a better fix
1
28,617
5,311,239,798
IssuesEvent
2017-02-13 02:26:04
junichi11/netbeans-gitignore-io-plugin
https://api.github.com/repos/junichi11/netbeans-gitignore-io-plugin
closed
gitignore.io/api/list change breaks available ignore types
defect
Hi, I am using this plugin in netbeans 8.2 (used it for 8.1, 8 and previous versions also for more than 1 year) Recently gitignore.io/api/list output format changed and comma (,) from the line ends removed. The available type list could not split output correctly Current gitignore.io/api/list output sample belo...
1.0
gitignore.io/api/list change breaks available ignore types - Hi, I am using this plugin in netbeans 8.2 (used it for 8.1, 8 and previous versions also for more than 1 year) Recently gitignore.io/api/list output format changed and comma (,) from the line ends removed. The available type list could not split output...
defect
gitignore io api list change breaks available ignore types hi i am using this plugin in netbeans used it for and previous versions also for more than year recently gitignore io api list output format changed and comma from the line ends removed the available type list could not split output...
1
23,857
3,863,514,140
IssuesEvent
2016-04-08 09:45:01
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
ELMAH SQL script on Azure
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Run ELMAH creation sql script on Azure 2. Try to use LogError proc What is the expected output? What do you see instead? Expected is an error being added to ELMAH log table. Instead you get an error about clustered index Please provide any additional information below. I...
1.0
ELMAH SQL script on Azure - ``` What steps will reproduce the problem? 1. Run ELMAH creation sql script on Azure 2. Try to use LogError proc What is the expected output? What do you see instead? Expected is an error being added to ELMAH log table. Instead you get an error about clustered index Please provide any add...
defect
elmah sql script on azure what steps will reproduce the problem run elmah creation sql script on azure try to use logerror proc what is the expected output what do you see instead expected is an error being added to elmah log table instead you get an error about clustered index please provide any add...
1
58,295
16,477,795,981
IssuesEvent
2021-05-24 08:01:44
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
youtube embeds dont work
T-Defect
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> ![image](https://user-images.githubusercontent.com/76745649/119315901-52ed1800-bc44-11eb-86ca-45ef4bf60b32.png) <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the i...
1.0
youtube embeds dont work - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> ![image](https://user-images.githubusercontent.com/76745649/119315901-52ed1800-bc44-11eb-86ca-45ef4bf60b32.png) <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report t...
defect
youtube embeds dont work this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections...
1
18,983
3,117,423,182
IssuesEvent
2015-09-04 01:04:40
belangeo/pyo
https://api.github.com/repos/belangeo/pyo
closed
OscDataReceive should accept unicode string in addAddress
auto-migrated Priority-Medium Type-Defect
``` Mandatory if the address comes from an interface built with wxpython-unicode. ``` Original issue reported on code.google.com by `belan...@gmail.com` on 28 Jul 2015 at 5:50
1.0
OscDataReceive should accept unicode string in addAddress - ``` Mandatory if the address comes from an interface built with wxpython-unicode. ``` Original issue reported on code.google.com by `belan...@gmail.com` on 28 Jul 2015 at 5:50
defect
oscdatareceive should accept unicode string in addaddress mandatory if the address comes from an interface built with wxpython unicode original issue reported on code google com by belan gmail com on jul at
1
290,296
25,046,784,943
IssuesEvent
2022-11-05 11:01:54
AY2223S1-CS2103-F09-1/tp
https://api.github.com/repos/AY2223S1-CS2103-F09-1/tp
closed
[PE-D][Tester F] Explanation for the notion of DEADLINE_RANK and priority rank
priority.Low ped.Tester.F
The notion of priority and rank is first mentioned in the following step, which could be confusing to the user. Perhaps some explanation could be provided about what priority and rank entail and how it is affected by the deadline ![image.png](https://raw.githubusercontent.com/marcusczh/ped/main/files/a5096ed9-2a37-435...
1.0
[PE-D][Tester F] Explanation for the notion of DEADLINE_RANK and priority rank - The notion of priority and rank is first mentioned in the following step, which could be confusing to the user. Perhaps some explanation could be provided about what priority and rank entail and how it is affected by the deadline ![image....
non_defect
explanation for the notion of deadline rank and priority rank the notion of priority and rank is first mentioned in the following step which could be confusing to the user perhaps some explanation could be provided about what priority and rank entail and how it is affected by the deadline ...
0
37,407
8,388,130,934
IssuesEvent
2018-10-09 04:37:37
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Use of `self` return type hint causes problem with Phake
Defect testing
While working on updating `TwigView` for Cake 4.x, which uses `Phake` I got errors like ``` Declaration of TwigView_PHAKE5bb103193ff9c1::setResponse(Cake\Http\Response $response): WyriHaximus\TwigView\View\TwigView must be compatible with Cake\View\View::setResponse(Cake\Http\Response $response): Cake\View\View ``...
1.0
Use of `self` return type hint causes problem with Phake - While working on updating `TwigView` for Cake 4.x, which uses `Phake` I got errors like ``` Declaration of TwigView_PHAKE5bb103193ff9c1::setResponse(Cake\Http\Response $response): WyriHaximus\TwigView\View\TwigView must be compatible with Cake\View\View::se...
defect
use of self return type hint causes problem with phake while working on updating twigview for cake x which uses phake i got errors like declaration of twigview setresponse cake http response response wyrihaximus twigview view twigview must be compatible with cake view view setresponse cake htt...
1
16,638
2,920,435,792
IssuesEvent
2015-06-24 18:55:32
ashanbh/chrome-rest-client
https://api.github.com/repos/ashanbh/chrome-rest-client
closed
ComboBox with MethodName is out of sync if using project
auto-migrated Priority-Medium Type-Defect
``` 1. Create project Test with two or more methods in it. In example Login and Menu 2. Select project Test in left navigation bar. The first method (Login) is loaded into page and top combo box correctly shows it. 3. Select second method from top combo box (Menu). Page is correctly filled with method's parameters. 4...
1.0
ComboBox with MethodName is out of sync if using project - ``` 1. Create project Test with two or more methods in it. In example Login and Menu 2. Select project Test in left navigation bar. The first method (Login) is loaded into page and top combo box correctly shows it. 3. Select second method from top combo box (M...
defect
combobox with methodname is out of sync if using project create project test with two or more methods in it in example login and menu select project test in left navigation bar the first method login is loaded into page and top combo box correctly shows it select second method from top combo box m...
1
26,880
4,259,313,217
IssuesEvent
2016-07-11 10:35:16
TEAMMATES/teammates
https://api.github.com/repos/TEAMMATES/teammates
closed
Add gmail testing for InstructorFeedbackRemind
a-Testing f-Email p.Low
_From [arnold.k...@gmail.com](https://code.google.com/u/105779801956403207546/) on February 06, 2014 13:00:01_ Like for evaluation, feedback remind action should be tested on whether or not an email is received by the student by retrieving emails from the gmail account and verifying the reminder email is received. ...
1.0
Add gmail testing for InstructorFeedbackRemind - _From [arnold.k...@gmail.com](https://code.google.com/u/105779801956403207546/) on February 06, 2014 13:00:01_ Like for evaluation, feedback remind action should be tested on whether or not an email is received by the student by retrieving emails from the gmail account ...
non_defect
add gmail testing for instructorfeedbackremind from on february like for evaluation feedback remind action should be tested on whether or not an email is received by the student by retrieving emails from the gmail account and verifying the reminder email is received should be done when tests ar...
0
374,057
26,097,849,440
IssuesEvent
2022-12-27 00:18:01
devyhan/URLRouter
https://api.github.com/repos/devyhan/URLRouter
opened
Update documentation image
documentation
Supported current documentation image is wrong image, it that fix it to current documentation syntax.
1.0
Update documentation image - Supported current documentation image is wrong image, it that fix it to current documentation syntax.
non_defect
update documentation image supported current documentation image is wrong image it that fix it to current documentation syntax
0
98,273
4,019,321,057
IssuesEvent
2016-05-16 14:33:06
fgpv-vpgf/rcs
https://api.github.com/repos/fgpv-vpgf/rcs
closed
Release RCS v2.0.0-rc3
mindless: chore mindless: docs priority: high
Upon completion of outstanding PR requests. Version: 2.0.0-rc3. - [ ] Sync to master - [ ] Tag release & notify team - [ ] Add Release Notes
1.0
Release RCS v2.0.0-rc3 - Upon completion of outstanding PR requests. Version: 2.0.0-rc3. - [ ] Sync to master - [ ] Tag release & notify team - [ ] Add Release Notes
non_defect
release rcs upon completion of outstanding pr requests version sync to master tag release notify team add release notes
0
765,320
26,841,268,299
IssuesEvent
2023-02-03 00:49:30
metabase/metabase
https://api.github.com/repos/metabase/metabase
opened
Add series modal pulls all cards and viz settings and it's unusable on big instances
Type:Bug Priority:P2 .Performance Reporting/Dashboards/Combined charts
**Describe the bug** Saw this on a customer with lots of cards: the add series modal takes at least a minute to return results, and when it does, it's so massive that the browser has problems rendering the list. If you try using it now on Stats, you'll see a 40 seconds wait and the response is 2.8Mb (Feb-2023), whi...
1.0
Add series modal pulls all cards and viz settings and it's unusable on big instances - **Describe the bug** Saw this on a customer with lots of cards: the add series modal takes at least a minute to return results, and when it does, it's so massive that the browser has problems rendering the list. If you try using ...
non_defect
add series modal pulls all cards and viz settings and it s unusable on big instances describe the bug saw this on a customer with lots of cards the add series modal takes at least a minute to return results and when it does it s so massive that the browser has problems rendering the list if you try using ...
0
431,949
12,486,699,979
IssuesEvent
2020-05-31 04:08:18
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
Use different sound
019x Priority-Medium bug imported
_From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on October 29, 2014 15:05:46_ Make the sound the master server plays when someone joins be a separate file from the in-game player joined sound (even if the sound is the same for now). This will let players swap in a new sound without...
1.0
Use different sound - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on October 29, 2014 15:05:46_ Make the sound the master server plays when someone joins be a separate file from the in-game player joined sound (even if the sound is the same for now). This will let players swap ...
non_defect
use different sound from on october make the sound the master server plays when someone joins be a separate file from the in game player joined sound even if the sound is the same for now this will let players swap in a new sound without affecting the game original issue
0
341,137
10,289,854,000
IssuesEvent
2019-08-27 10:49:24
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
Activating a profile triggers a warning
area/profiles area/tekton kind/bug priority/p1
``` $ skaffold build -p anyprofile WARN[0000] unknown field type in profile overlay: ptr. falling back to original config values ``` This is because the code that merges profiles into main configuration doesn't handle some recent fields that are pointers, such as `ExecutionEnvironment *ExecutionEnvironment`.
1.0
Activating a profile triggers a warning - ``` $ skaffold build -p anyprofile WARN[0000] unknown field type in profile overlay: ptr. falling back to original config values ``` This is because the code that merges profiles into main configuration doesn't handle some recent fields that are pointers, such as `Executi...
non_defect
activating a profile triggers a warning skaffold build p anyprofile warn unknown field type in profile overlay ptr falling back to original config values this is because the code that merges profiles into main configuration doesn t handle some recent fields that are pointers such as executionenv...
0
69,017
22,058,753,083
IssuesEvent
2022-05-30 15:12:07
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Firefox DevTools - java.lang.NullPointerException: (keyExchange|initialPriority) is required
C-java I-defect D-firefox C-devtools
### What happened? Im trying to implement DevTools support for my tests, i would like to use Network.requestWillBeSent() and Network.responseReceived() Using Firefox v94 I'm getting NullPointerExceptions for params: `RequestWillBeSent -> Request -> java.lang.NullPointerException: initialPriority is required` `Re...
1.0
[🐛 Bug]: Firefox DevTools - java.lang.NullPointerException: (keyExchange|initialPriority) is required - ### What happened? Im trying to implement DevTools support for my tests, i would like to use Network.requestWillBeSent() and Network.responseReceived() Using Firefox v94 I'm getting NullPointerExceptions for pa...
defect
firefox devtools java lang nullpointerexception keyexchange initialpriority is required what happened im trying to implement devtools support for my tests i would like to use network requestwillbesent and network responsereceived using firefox i m getting nullpointerexceptions for params r...
1
10,413
2,622,151,081
IssuesEvent
2015-03-04 00:06:11
byzhang/lh-vim
https://api.github.com/repos/byzhang/lh-vim
closed
g:mt_IDontWantTemplatesAutomaticallyInserted value not being retaining value from .vimrc
auto-migrated muTemplate Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. set let g:mt_IDontWantTemplatesAutomaticallyInserted = 1 in .vimrc 2. open new vim instance 3. echo g:mt_IDontWantTemplatesAutomaticallyInserted What is the expected output? 1 What do you see instead? 0 What version of the product are you using? On what operating system?...
1.0
g:mt_IDontWantTemplatesAutomaticallyInserted value not being retaining value from .vimrc - ``` What steps will reproduce the problem? 1. set let g:mt_IDontWantTemplatesAutomaticallyInserted = 1 in .vimrc 2. open new vim instance 3. echo g:mt_IDontWantTemplatesAutomaticallyInserted What is the expected output? 1 What ...
defect
g mt idontwanttemplatesautomaticallyinserted value not being retaining value from vimrc what steps will reproduce the problem set let g mt idontwanttemplatesautomaticallyinserted in vimrc open new vim instance echo g mt idontwanttemplatesautomaticallyinserted what is the expected output what ...
1
158,614
12,420,374,287
IssuesEvent
2020-05-23 11:42:27
pypa/pip
https://api.github.com/repos/pypa/pip
closed
Most of the tests in tests/functional/test_install_cleanup.py aren't testing anything
C: tests type: maintenance
Since pip 6 most installations use a randomized build directory, and in pip 7 all installations do unless you specifically mention a directory using `--build`. However the tests in `tests/functional/test_install_cleanup.py` assume the old static build directory. We also might not need many of these tests since scriptte...
1.0
Most of the tests in tests/functional/test_install_cleanup.py aren't testing anything - Since pip 6 most installations use a randomized build directory, and in pip 7 all installations do unless you specifically mention a directory using `--build`. However the tests in `tests/functional/test_install_cleanup.py` assume t...
non_defect
most of the tests in tests functional test install cleanup py aren t testing anything since pip most installations use a randomized build directory and in pip all installations do unless you specifically mention a directory using build however the tests in tests functional test install cleanup py assume t...
0
347,603
31,233,950,943
IssuesEvent
2023-08-20 03:06:11
Hamlib/Hamlib
https://api.github.com/repos/Hamlib/Hamlib
closed
send_voice_mem for K4 and K3
enhancement needs test
The command to play a voice memory on the K4 is to send the following: ``` pascal Self.SendToRadio(Format('DAMP%d00000;',[mem])); // DAMPmnnnnn; where mem is mem number and nnnnn is repeat in ms (set to 00000) ``` The radio supports 8 memories. The command to stop playing the voice is Self.SendToRadio('DA0;...
1.0
send_voice_mem for K4 and K3 - The command to play a voice memory on the K4 is to send the following: ``` pascal Self.SendToRadio(Format('DAMP%d00000;',[mem])); // DAMPmnnnnn; where mem is mem number and nnnnn is repeat in ms (set to 00000) ``` The radio supports 8 memories. The command to stop playing the ...
non_defect
send voice mem for and the command to play a voice memory on the is to send the following pascal self sendtoradio format damp dampmnnnnn where mem is mem number and nnnnn is repeat in ms set to the radio supports memories the command to stop playing the voice is self se...
0
382,860
26,519,413,760
IssuesEvent
2023-01-19 00:26:59
EvanSkiStudios/Raccoon-Mischief
https://api.github.com/repos/EvanSkiStudios/Raccoon-Mischief
closed
TO-DO list
documentation N/A
- [x] Improve datapack load function to clean up everything then reapply - [x] Improve give commands so they are easier to use
1.0
TO-DO list - - [x] Improve datapack load function to clean up everything then reapply - [x] Improve give commands so they are easier to use
non_defect
to do list improve datapack load function to clean up everything then reapply improve give commands so they are easier to use
0
246,979
20,948,238,968
IssuesEvent
2022-03-26 07:13:24
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Upgrade from Chromium 99.0.4844.83 to Chromium 99.0.4844.88.
QA/Yes release-notes/include QA/Test-Plan-Specified OS/Android Chromium/upgrade minor OS/Desktop
Minor Chromium bump. https://chromium.googlesource.com/chromium/src/+log/99.0.4844.83..99.0.4844.88?pretty=fuller&n=10000 QA tests: Check branding items Check for version bump Additional checks: No specific code changes in Brave (only line number changes in patches).
1.0
Upgrade from Chromium 99.0.4844.83 to Chromium 99.0.4844.88. - Minor Chromium bump. https://chromium.googlesource.com/chromium/src/+log/99.0.4844.83..99.0.4844.88?pretty=fuller&n=10000 QA tests: Check branding items Check for version bump Additional checks: No specific code changes in Brave (only line n...
non_defect
upgrade from chromium to chromium minor chromium bump qa tests check branding items check for version bump additional checks no specific code changes in brave only line number changes in patches
0
11,438
2,651,545,010
IssuesEvent
2015-03-16 12:21:53
micheles/papers
https://api.github.com/repos/micheles/papers
closed
Doesn't work with "callable" `func` as documented in comment.
auto-migrated Priority-Medium Type-Defect
``` I'm trying to decorate a fabric `WrappedCallableTask` object. The comment on line 73 of `decorator.py` says `func` can be a class or callable, but not an instance method. `WrappedCallableTask` objects are callable. This seems to be because `self.signature` is only assigned for actual functions (not callables). ...
1.0
Doesn't work with "callable" `func` as documented in comment. - ``` I'm trying to decorate a fabric `WrappedCallableTask` object. The comment on line 73 of `decorator.py` says `func` can be a class or callable, but not an instance method. `WrappedCallableTask` objects are callable. This seems to be because `self.sig...
defect
doesn t work with callable func as documented in comment i m trying to decorate a fabric wrappedcallabletask object the comment on line of decorator py says func can be a class or callable but not an instance method wrappedcallabletask objects are callable this seems to be because self sign...
1
262,007
8,249,028,327
IssuesEvent
2018-09-11 20:16:38
threefoldfoundation/www_threefold.io
https://api.github.com/repos/threefoldfoundation/www_threefold.io
opened
Grid Page: step 2 and step 3 not rendering
priority_minor type_bug
Need to check with @andhartl if they are needed but i think they are... don't see why their not rendering in.
1.0
Grid Page: step 2 and step 3 not rendering - Need to check with @andhartl if they are needed but i think they are... don't see why their not rendering in.
non_defect
grid page step and step not rendering need to check with andhartl if they are needed but i think they are don t see why their not rendering in
0
59,578
17,023,166,760
IssuesEvent
2021-07-03 00:40:24
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
gpx file import emails are not reporting the correct number of imported points
Component: rails_port Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 7.30am, Wednesday, 23rd May 2007]** Example: The following file I know has 9999 points (its been imported previously with 9999 points too): Hi, It looks like your GPX file AJR_G_220407_9999_point_test_copy.gpx loaded successfully with 29997 out of a pos...
1.0
gpx file import emails are not reporting the correct number of imported points - **[Submitted to the original trac issue database at 7.30am, Wednesday, 23rd May 2007]** Example: The following file I know has 9999 points (its been imported previously with 9999 points too): Hi, It looks like your GPX file AJR...
defect
gpx file import emails are not reporting the correct number of imported points example the following file i know has points its been imported previously with points too hi it looks like your gpx file ajr g point test copy gpx loaded successfully with out of a possible points
1
81,006
30,656,047,367
IssuesEvent
2023-07-25 12:13:53
snowplow/snowplow-android-tracker
https://api.github.com/repos/snowplow/snowplow-android-tracker
closed
Prevent crash when Locale returns invalid language code
type:defect
**Describe the bug** An Android device is returning an invalid, i.e. not part of ISO-639, language code from `Locale`. This is causing a crash during `DeviceInfoMonitor` initialisation when the platform context entity values are determined. **To Reproduce** Set the Locale to an unassigned code, e.g. "dk", then cre...
1.0
Prevent crash when Locale returns invalid language code - **Describe the bug** An Android device is returning an invalid, i.e. not part of ISO-639, language code from `Locale`. This is causing a crash during `DeviceInfoMonitor` initialisation when the platform context entity values are determined. **To Reproduce** ...
defect
prevent crash when locale returns invalid language code describe the bug an android device is returning an invalid i e not part of iso language code from locale this is causing a crash during deviceinfomonitor initialisation when the platform context entity values are determined to reproduce s...
1
36,220
7,868,512,382
IssuesEvent
2018-06-23 23:02:02
StrikeNP/trac_test
https://api.github.com/repos/StrikeNP/trac_test
closed
Rename csr_matrix_class_3array.F90 to csr_matrix_class.F90 (Trac #712)
Migrated from Trac clubb_src defect schemena@uwm.edu
I noticed while working on https://github.com/larson-group/clubb/issues/680 that csr_matrix_class_3array.F90 does not follow our coding standards. The module is named differently than the file. I will rename the file to csr_matrix_class.F90. However, because our naming convention tends to be "files that end with '_modu...
1.0
Rename csr_matrix_class_3array.F90 to csr_matrix_class.F90 (Trac #712) - I noticed while working on https://github.com/larson-group/clubb/issues/680 that csr_matrix_class_3array.F90 does not follow our coding standards. The module is named differently than the file. I will rename the file to csr_matrix_class.F90. Howev...
defect
rename csr matrix class to csr matrix class trac i noticed while working on that csr matrix class does not follow our coding standards the module is named differently than the file i will rename the file to csr matrix class however because our naming convention tends to be files that end with ...
1
48,263
5,950,715,791
IssuesEvent
2017-05-26 17:31:01
zfsonlinux/zfs
https://api.github.com/repos/zfsonlinux/zfs
closed
Test case: zfs_destroy_001_pos
Test Suite
### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | all Distribution Version | all Linux Kernel | all Architecture | all ZFS Version ...
1.0
Test case: zfs_destroy_001_pos - ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | all Distribution Version | all Linux Kernel | all Architecture ...
non_defect
test case zfs destroy pos system information type version name distribution name all distribution version all linux kernel all architecture all zfs version ...
0
116,117
11,901,446,319
IssuesEvent
2020-03-30 12:28:10
YuriyPogrebnyak/Beetroot
https://api.github.com/repos/YuriyPogrebnyak/Beetroot
opened
Lesson 5. Pitch of the project. MVP.
PM homework documentation
Homework: Try to write their first version of the deployed pitch, as recommended in the exercise. (according to the video in the lesson) Read the 10 most popular MVPs that are out there: Zappos, ArBnB, Twitter, etc. Research and find 3 more MVP companies that are not listed in the curriculum, describe their ap...
1.0
Lesson 5. Pitch of the project. MVP. - Homework: Try to write their first version of the deployed pitch, as recommended in the exercise. (according to the video in the lesson) Read the 10 most popular MVPs that are out there: Zappos, ArBnB, Twitter, etc. Research and find 3 more MVP companies that are not list...
non_defect
lesson pitch of the project mvp homework try to write their first version of the deployed pitch as recommended in the exercise according to the video in the lesson read the most popular mvps that are out there zappos arbnb twitter etc research and find more mvp companies that are not liste...
0
40,244
6,808,951,078
IssuesEvent
2017-11-04 11:00:45
golang/go
https://api.github.com/repos/golang/go
closed
doc: reflect documentation doesn't show examples
Documentation
Possibly a continuation of #21601. https://golang.org/pkg/reflect/ doesn't show examples, while https://godoc.org/reflect does.
1.0
doc: reflect documentation doesn't show examples - Possibly a continuation of #21601. https://golang.org/pkg/reflect/ doesn't show examples, while https://godoc.org/reflect does.
non_defect
doc reflect documentation doesn t show examples possibly a continuation of doesn t show examples while does
0
61,117
14,939,137,463
IssuesEvent
2021-01-25 16:35:13
EIDSS/EIDSS7
https://api.github.com/repos/EIDSS/EIDSS7
closed
No disease warning was displayed after clicking submit
Build 81.0 Major bug
**Summary** After clicking submit control (Step 11 in script), I should have received the following Disease Warning notification "Disease value is not valid" below the Disease data field but it was not there. **To Reproduce** Steps to reproduce the behavior: 1. Log in as: russellpeters 2. Go to: Human Person Re...
1.0
No disease warning was displayed after clicking submit - **Summary** After clicking submit control (Step 11 in script), I should have received the following Disease Warning notification "Disease value is not valid" below the Disease data field but it was not there. **To Reproduce** Steps to reproduce the behavior:...
non_defect
no disease warning was displayed after clicking submit summary after clicking submit control step in script i should have received the following disease warning notification disease value is not valid below the disease data field but it was not there to reproduce steps to reproduce the behavior ...
0
110,779
16,990,135,178
IssuesEvent
2021-06-30 19:16:24
brogers588/SecurityShepherd
https://api.github.com/repos/brogers588/SecurityShepherd
closed
CVE-2020-2933 (Low) detected in mysql-connector-java-5.1.24.jar - autoclosed
security vulnerability
## CVE-2020-2933 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.24.jar</b></p></summary> <p>MySQL JDBC Type 4 driver</p> <p>Library home page: <a href="http://...
True
CVE-2020-2933 (Low) detected in mysql-connector-java-5.1.24.jar - autoclosed - ## CVE-2020-2933 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.24.jar</b></p></s...
non_defect
cve low detected in mysql connector java jar autoclosed cve low severity vulnerability vulnerable library mysql connector java jar mysql jdbc type driver library home page a href path to dependency file securityshepherd pom xml path to vulnerable library security...
0
37,970
8,609,838,016
IssuesEvent
2018-11-19 01:09:33
line/armeria
https://api.github.com/repos/line/armeria
opened
StreamMessageDuplicator feeds null to its Subscriber
defect
```   | java.lang.NullPointerException: null at com.linecorp.armeria.common.HttpMessageAggregator.onData(HttpMessageAggregator.java:91) at com.linecorp.armeria.common.HttpResponseAggregator.onData(HttpResponseAggregator.java:96) at com.linecorp.armeria.common.HttpMessageAggregator.onNext(HttpMessageAggregator.jav...
1.0
StreamMessageDuplicator feeds null to its Subscriber - ```   | java.lang.NullPointerException: null at com.linecorp.armeria.common.HttpMessageAggregator.onData(HttpMessageAggregator.java:91) at com.linecorp.armeria.common.HttpResponseAggregator.onData(HttpResponseAggregator.java:96) at com.linecorp.armeria.common...
defect
streammessageduplicator feeds null to its subscriber   java lang nullpointerexception null at com linecorp armeria common httpmessageaggregator ondata httpmessageaggregator java at com linecorp armeria common httpresponseaggregator ondata httpresponseaggregator java at com linecorp armeria common h...
1
2,571
2,607,928,938
IssuesEvent
2015-02-26 00:25:51
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
ImportProcessor missing realpath() call for DOC_ROOT
auto-migrated Priority-Medium Release-2.1.0 Type-Defect
``` Minify version: 2.1.0 PHP version: PHP 5.2.6 What steps will reproduce the problem? 1. upload min dir into server root 2. browse to {domain.com}/min_unit_tests 3. test test_Minify_ImportProcessor.php Expected output: PASS Actual output: !FAIL: ImportProcessor (1 of 1 tests run so far have failed) Did you run th...
1.0
ImportProcessor missing realpath() call for DOC_ROOT - ``` Minify version: 2.1.0 PHP version: PHP 5.2.6 What steps will reproduce the problem? 1. upload min dir into server root 2. browse to {domain.com}/min_unit_tests 3. test test_Minify_ImportProcessor.php Expected output: PASS Actual output: !FAIL: ImportProcesso...
defect
importprocessor missing realpath call for doc root minify version php version php what steps will reproduce the problem upload min dir into server root browse to domain com min unit tests test test minify importprocessor php expected output pass actual output fail importprocesso...
1
20,057
11,372,109,329
IssuesEvent
2020-01-28 00:39:15
Not-Zorro/all-your-base
https://api.github.com/repos/Not-Zorro/all-your-base
opened
Darksky Service
services
STORIES TO COMPLETE BEFORE: Google GeoCode Service When supplied with a `latitude and longitude` the [Darksky Api](https://darksky.net/dev/docs) will return a JSON response of the weather info pertaining to that location given.
1.0
Darksky Service - STORIES TO COMPLETE BEFORE: Google GeoCode Service When supplied with a `latitude and longitude` the [Darksky Api](https://darksky.net/dev/docs) will return a JSON response of the weather info pertaining to that location given.
non_defect
darksky service stories to complete before google geocode service when supplied with a latitude and longitude the will return a json response of the weather info pertaining to that location given
0
9,431
2,615,149,751
IssuesEvent
2015-03-01 06:26:53
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Reaver associates with AP but wont start trying pins
auto-migrated Priority-Triage Type-Defect
``` A few things to consider before submitting an issue: 0. We write documentation for a reason, if you have not read it and are having problems with Reaver these pages are required reading before submitting an issue: http://code.google.com/p/reaver-wps/wiki/HintsAndTips http://code.google.com/p/reaver-wps/wiki/README...
1.0
Reaver associates with AP but wont start trying pins - ``` A few things to consider before submitting an issue: 0. We write documentation for a reason, if you have not read it and are having problems with Reaver these pages are required reading before submitting an issue: http://code.google.com/p/reaver-wps/wiki/Hints...
defect
reaver associates with ap but wont start trying pins a few things to consider before submitting an issue we write documentation for a reason if you have not read it and are having problems with reaver these pages are required reading before submitting an issue reaver will only work if your card ...
1
69,005
22,050,307,795
IssuesEvent
2022-05-30 08:04:13
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Element keeps loosing my Rooms
T-Defect A-Room-List S-Critical O-Occasional
### Steps to reproduce 1. Open Element ### Outcome #### What did you expect? My rooms, spaces and DMs are visible #### What happened instead? - Most of my rooms are gone, only a couple of rooms are still visible - half of the rooms that are still visible are shown as empty and i can not read any message in thes...
1.0
Element keeps loosing my Rooms - ### Steps to reproduce 1. Open Element ### Outcome #### What did you expect? My rooms, spaces and DMs are visible #### What happened instead? - Most of my rooms are gone, only a couple of rooms are still visible - half of the rooms that are still visible are shown as empty and i...
defect
element keeps loosing my rooms steps to reproduce open element outcome what did you expect my rooms spaces and dms are visible what happened instead most of my rooms are gone only a couple of rooms are still visible half of the rooms that are still visible are shown as empty and i...
1
50,816
13,187,868,736
IssuesEvent
2020-08-13 04:52:12
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[steamshovel] IceTopViewer does not work on Mac (Trac #1437)
Migrated from Trac combo core defect
Adding IceTopViewer fails with an ImportError exception, it says it cannot import FigureCanvas from matplotlib.backends.backend_agg It seems that the default version of matplotlib installed on Mac is 1.3.1 <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1437">https://code.icecube.w...
1.0
[steamshovel] IceTopViewer does not work on Mac (Trac #1437) - Adding IceTopViewer fails with an ImportError exception, it says it cannot import FigureCanvas from matplotlib.backends.backend_agg It seems that the default version of matplotlib installed on Mac is 1.3.1 <details> <summary><em>Migrated from <a href="ht...
defect
icetopviewer does not work on mac trac adding icetopviewer fails with an importerror exception it says it cannot import figurecanvas from matplotlib backends backend agg it seems that the default version of matplotlib installed on mac is migrated from json status closed ...
1
185,819
14,382,237,490
IssuesEvent
2020-12-02 07:07:56
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
[Desktop] Brave Today p3a
OS/Desktop QA/Test-Plan-Specified QA/Yes feature/brave-today features/P3A release-notes/include
``` Did you scroll down on the NTP and see Brave Today? No Yes How many times did you start a new Brave Today session last week? None 1 session 2 to 3 sessions 4 to 7 sessions 8 to 12 sessions 13 to 18 sessions 19 to 25 sessions More than 25 sessions What was the highest number of cards viewed in a Bra...
1.0
[Desktop] Brave Today p3a - ``` Did you scroll down on the NTP and see Brave Today? No Yes How many times did you start a new Brave Today session last week? None 1 session 2 to 3 sessions 4 to 7 sessions 8 to 12 sessions 13 to 18 sessions 19 to 25 sessions More than 25 sessions What was the highest num...
non_defect
brave today did you scroll down on the ntp and see brave today no yes how many times did you start a new brave today session last week none session to sessions to sessions to sessions to sessions to sessions more than sessions what was the highest number of cards vie...
0
3,907
2,610,083,784
IssuesEvent
2015-02-26 18:25:34
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳鼻子长痘痘怎么办
auto-migrated Priority-Medium Type-Defect
``` 深圳鼻子长痘痘怎么办【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:52
1.0
深圳鼻子长痘痘怎么办 - ``` 深圳鼻子长痘痘怎么办【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:52
defect
深圳鼻子长痘痘怎么办 深圳鼻子长痘痘怎么办【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
1
337,230
24,531,677,462
IssuesEvent
2022-10-11 16:58:06
Field-Day-2022/documentation
https://api.github.com/repos/Field-Day-2022/documentation
closed
Artifact Review 1
documentation
- [ ] Create artifacts for design (UML diagrams, etc) - [ ] Create artifacts for development (prototypes, code, etc.)
1.0
Artifact Review 1 - - [ ] Create artifacts for design (UML diagrams, etc) - [ ] Create artifacts for development (prototypes, code, etc.)
non_defect
artifact review create artifacts for design uml diagrams etc create artifacts for development prototypes code etc
0
294,600
9,037,410,137
IssuesEvent
2019-02-09 10:18:47
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
Comparing function pointer with nil marks the proc as not gcsafe
Effect system High Priority
Comparing function pointer with nil in proc body marks this proc as not gcsafe, while calling the same function pointer does not have this problem. The following is deduced as not gcsafe ``` var global_proc: proc(a: string): int {.nimcall.} = nil proc myproc(i: int) {.gcsafe.} = if global_proc != nil: ec...
1.0
Comparing function pointer with nil marks the proc as not gcsafe - Comparing function pointer with nil in proc body marks this proc as not gcsafe, while calling the same function pointer does not have this problem. The following is deduced as not gcsafe ``` var global_proc: proc(a: string): int {.nimcall.} = nil ...
non_defect
comparing function pointer with nil marks the proc as not gcsafe comparing function pointer with nil in proc body marks this proc as not gcsafe while calling the same function pointer does not have this problem the following is deduced as not gcsafe var global proc proc a string int nimcall nil ...
0
769,315
27,001,426,291
IssuesEvent
2023-02-10 08:09:35
shaka-project/shaka-player
https://api.github.com/repos/shaka-project/shaka-player
closed
Shaka player throws 3016 on LG 2016 and 2017 if server certificate is set.
type: bug flag: seeking PR status: waiting on response priority: P3 platform: WebOS
<!-- NOTE: If you ignore this template, we will send it again and ask you to fill it out anyway. --> **Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **What version of Shaka Player are you using?** 3.2.4 **Can you reproduce the issue with our latest release vers...
1.0
Shaka player throws 3016 on LG 2016 and 2017 if server certificate is set. - <!-- NOTE: If you ignore this template, we will send it again and ask you to fill it out anyway. --> **Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **What version of Shaka Player are you ...
non_defect
shaka player throws on lg and if server certificate is set have you read the and checked for duplicate open issues yes what version of shaka player are you using can you reproduce the issue with our latest release version yes can you reproduce the issue with the late...
0
417,641
28,110,720,754
IssuesEvent
2023-03-31 06:56:28
Mik1ll/LuaRenamer
https://api.github.com/repos/Mik1ll/LuaRenamer
closed
Make example easier to read
documentation
Remove short circuit operators where possible. Allow nil assignments.
1.0
Make example easier to read - Remove short circuit operators where possible. Allow nil assignments.
non_defect
make example easier to read remove short circuit operators where possible allow nil assignments
0
59,672
17,023,199,688
IssuesEvent
2021-07-03 00:49:34
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[Osmarender] Automatic oneway arrows shouldn't apply to areas
Component: osmarender Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 7.10pm, Friday, 25th January 2008]** Motorway's with area=yes are also getting oneway arrows creating an busy and wrong overview of the situation. Example http://www.openstreetmap.org/?lat=43.72724&lon=4.18371&zoom=17&layers=0BFT .
1.0
[Osmarender] Automatic oneway arrows shouldn't apply to areas - **[Submitted to the original trac issue database at 7.10pm, Friday, 25th January 2008]** Motorway's with area=yes are also getting oneway arrows creating an busy and wrong overview of the situation. Example http://www.openstreetmap.org/?lat=43.72724&lon=4...
defect
automatic oneway arrows shouldn t apply to areas motorway s with area yes are also getting oneway arrows creating an busy and wrong overview of the situation example
1
651,580
21,482,422,186
IssuesEvent
2022-04-26 19:08:36
nbalmoori/overlook
https://api.github.com/repos/nbalmoori/overlook
closed
Login Functionality
MVP high priority
- [x] user will see a login page when first visiting the site - [ ] I can log in with credentials: username: customer[id#] password: overlook2021
1.0
Login Functionality - - [x] user will see a login page when first visiting the site - [ ] I can log in with credentials: username: customer[id#] password: overlook2021
non_defect
login functionality user will see a login page when first visiting the site i can log in with credentials username customer password
0
70,837
23,336,925,305
IssuesEvent
2022-08-09 10:47:09
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Property [autofocus] not working on Dropdown component
defect
### Describe the bug This is related to #10232. Autofocus do not have any effect. ### Environment OS: darwin arm64 ### Reproducer https://stackblitz.com/edit/github-1ovwbf?file=src/app/app.component.html ### Angular version 14.0.7 ### PrimeNG version 14.0.0 ### Build / Runtime Angular ...
1.0
Property [autofocus] not working on Dropdown component - ### Describe the bug This is related to #10232. Autofocus do not have any effect. ### Environment OS: darwin arm64 ### Reproducer https://stackblitz.com/edit/github-1ovwbf?file=src/app/app.component.html ### Angular version 14.0.7 ### Pri...
defect
property not working on dropdown component describe the bug this is related to autofocus do not have any effect environment os darwin reproducer angular version primeng version build runtime angular cli app language typescri...
1
22,837
3,710,651,171
IssuesEvent
2016-03-02 06:01:24
bwu-dart-graveyard/polymer_ui_elements
https://api.github.com/repos/bwu-dart-graveyard/polymer_ui_elements
closed
polymer-ui-scaffold demo page display issues
status:accepted type:defect
#34 the demo page has some display issues (missing dark background).
1.0
polymer-ui-scaffold demo page display issues - #34 the demo page has some display issues (missing dark background).
defect
polymer ui scaffold demo page display issues the demo page has some display issues missing dark background
1
474,515
13,671,321,545
IssuesEvent
2020-09-29 06:47:03
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.google.nl - site is not usable
browser-firefox engine-gecko ml-needsdiagnosis-false priority-normal
<!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/59000 --> **URL**: https://www.google.nl/maps/@51.9279723,4.4904063,12z **Browser / Ve...
1.0
www.google.nl - site is not usable - <!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/59000 --> **URL**: https://www.google.nl/maps/@51....
non_defect
site is not usable url browser version firefox operating system mac os x tested another browser yes safari problem type site is not usable description page not loading correctly steps to reproduce with firefox google maps crashes with safari it works like...
0
628,332
19,983,211,351
IssuesEvent
2022-01-30 08:21:32
GoogleCloudPlatform/nodejs-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/nodejs-docs-samples
opened
run/hello-broken: "before all" hook for "Broken resource fails on any request" failed
type: bug priority: p1 flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 983eddcea782c879ad80c3bed364997abc6861c2 b...
1.0
run/hello-broken: "before all" hook for "Broken resource fails on any request" failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` la...
non_defect
run hello broken before all hook for broken resource fails on any request failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output timeout of...
0
57,953
16,190,082,339
IssuesEvent
2021-05-04 07:07:17
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Bug report
T-Defect
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the neces...
1.0
Bug report - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get a...
defect
bug report this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t releva...
1
41,336
6,900,694,806
IssuesEvent
2017-11-24 20:50:03
saltstack/salt
https://api.github.com/repos/saltstack/salt
closed
Update pip.installed docs to notate that https locations work for requirements
Bug Documentation High Severity P3 stale
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.pip_state.html#salt.states.pip_state.installed (specifically the requirements section) does not detail what formats are supported past salt://. It would be good if we had this. In addition this format does not support an md5sum to check against, but that s...
1.0
Update pip.installed docs to notate that https locations work for requirements - https://docs.saltstack.com/en/latest/ref/states/all/salt.states.pip_state.html#salt.states.pip_state.installed (specifically the requirements section) does not detail what formats are supported past salt://. It would be good if we had this...
non_defect
update pip installed docs to notate that https locations work for requirements specifically the requirements section does not detail what formats are supported past salt it would be good if we had this in addition this format does not support an to check against but that should probably be a different iss...
0
24,065
3,906,716,978
IssuesEvent
2016-04-19 09:52:04
contao/core
https://api.github.com/repos/contao/core
closed
[3.5] Problem mit Umlauten bei E-Mail Adressen
defect
Hallo zusammen, ich bin auf folgenden Bug gestoßen: **Hintergrund:** Über ein eigenes Skript werden Daten automatisch in die Mitgliedertabelle tl_member importiert. Manche E-Mail-Adressen enthalten Umlaute und diese werden vom Skript in Punnycode konvertiert und dann in die Datenbank geschrieben. **Problem:**...
1.0
[3.5] Problem mit Umlauten bei E-Mail Adressen - Hallo zusammen, ich bin auf folgenden Bug gestoßen: **Hintergrund:** Über ein eigenes Skript werden Daten automatisch in die Mitgliedertabelle tl_member importiert. Manche E-Mail-Adressen enthalten Umlaute und diese werden vom Skript in Punnycode konvertiert und d...
defect
problem mit umlauten bei e mail adressen hallo zusammen ich bin auf folgenden bug gestoßen hintergrund über ein eigenes skript werden daten automatisch in die mitgliedertabelle tl member importiert manche e mail adressen enthalten umlaute und diese werden vom skript in punnycode konvertiert und dann ...
1
152,328
13,451,673,103
IssuesEvent
2020-09-08 20:40:09
vrudas/lp4k
https://api.github.com/repos/vrudas/lp4k
closed
Rewrite documentation examples using Kotlin
documentation good first issue
To keep documentation in README actual we need to provide examples in Kotlin to keep docs up to date with code
1.0
Rewrite documentation examples using Kotlin - To keep documentation in README actual we need to provide examples in Kotlin to keep docs up to date with code
non_defect
rewrite documentation examples using kotlin to keep documentation in readme actual we need to provide examples in kotlin to keep docs up to date with code
0
69,747
22,638,518,188
IssuesEvent
2022-06-30 21:50:28
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
AirloopHVAC:UnitarySystem uses outdoor air temperature to size a water source coil and incorrectly reports autosized supplemental heating coil capacity for CoolReheat control
Defect
Issue overview -------------- Testing of the example file ZoneVSWSHP_wDOAS has confirmed that the water-to-air coils used in UnitarySystems are using outdoor temperature instead of the coil entering water temperature as a sizing parameter. Water coils should use the inlet water temp with the associated cooling capaci...
1.0
AirloopHVAC:UnitarySystem uses outdoor air temperature to size a water source coil and incorrectly reports autosized supplemental heating coil capacity for CoolReheat control - Issue overview -------------- Testing of the example file ZoneVSWSHP_wDOAS has confirmed that the water-to-air coils used in UnitarySystems a...
defect
airloophvac unitarysystem uses outdoor air temperature to size a water source coil and incorrectly reports autosized supplemental heating coil capacity for coolreheat control issue overview testing of the example file zonevswshp wdoas has confirmed that the water to air coils used in unitarysystems a...
1
4,500
2,610,095,139
IssuesEvent
2015-02-26 18:28:42
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳红蓝光治疗痤疮效果
auto-migrated Priority-Medium Type-Defect
``` 深圳红蓝光治疗痤疮效果【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:22
1.0
深圳红蓝光治疗痤疮效果 - ``` 深圳红蓝光治疗痤疮效果【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:22
defect
深圳红蓝光治疗痤疮效果 深圳红蓝光治疗痤疮效果【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at
1
40,245
5,283,235,830
IssuesEvent
2017-02-07 20:53:15
ClimateImpactLab/DataFS
https://api.github.com/repos/ClimateImpactLab/DataFS
closed
Provide ranges of supported package dependencies, and test against these ranges.
bug deployment tests
Right now we have click==6.0 PyYAML==3.0 fs1==0.6 This breaks when bundled with any packages pinning other dependencies. Seems problematic.
1.0
Provide ranges of supported package dependencies, and test against these ranges. - Right now we have click==6.0 PyYAML==3.0 fs1==0.6 This breaks when bundled with any packages pinning other dependencies. Seems problematic.
non_defect
provide ranges of supported package dependencies and test against these ranges right now we have click pyyaml this breaks when bundled with any packages pinning other dependencies seems problematic
0
3,559
2,610,064,809
IssuesEvent
2015-02-26 18:19:03
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
临海治前列腺炎哪里最好
auto-migrated Priority-Medium Type-Defect
``` 临海治前列腺炎哪里最好【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。...
1.0
临海治前列腺炎哪里最好 - ``` 临海治前列腺炎哪里最好【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费...
defect
临海治前列腺炎哪里最好 临海治前列腺炎哪里最好【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 origina...
1
27,862
5,115,608,808
IssuesEvent
2017-01-06 22:22:15
robolectric/robolectric
https://api.github.com/repos/robolectric/robolectric
closed
org.robolectric.shadows.ShadowNotificationBuilderTest#build_addsActionToNotification fails on api 16 + 17
defect
``` java.lang.NullPointerException at android.widget.RemoteViews.configureRemoteViewsAsChild(RemoteViews.java:1061) at android.widget.RemoteViews.access$300(RemoteViews.java:63) at android.widget.RemoteViews$ViewGroupAction.**constructor**(RemoteViews.java:1080) at android.widget.RemoteViews$ViewGr...
1.0
org.robolectric.shadows.ShadowNotificationBuilderTest#build_addsActionToNotification fails on api 16 + 17 - ``` java.lang.NullPointerException at android.widget.RemoteViews.configureRemoteViewsAsChild(RemoteViews.java:1061) at android.widget.RemoteViews.access$300(RemoteViews.java:63) at android.widget....
defect
org robolectric shadows shadownotificationbuildertest build addsactiontonotification fails on api java lang nullpointerexception at android widget remoteviews configureremoteviewsaschild remoteviews java at android widget remoteviews access remoteviews java at android widget remotevi...
1
9,428
2,615,149,591
IssuesEvent
2015-03-01 06:26:43
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
CTRL + C when waiting causes segmentation fault
auto-migrated Priority-Low Type-Defect
``` With Reaver r90 on Backtrack 5R1 i get an segmentation fault when canceling Reaver while it is waiting after 10 failed attempts. Command given: reaver -i mon0 -v -w -b xx:xx:xx:xx:xx:xx -s xxxxxxxxxxxx.wpc -x 600 Output: [+] Trying pin 59474661 [+] 3.54% complete @ 2012-01-12 18:37:06 (18 seconds/attempt) [+] Tr...
1.0
CTRL + C when waiting causes segmentation fault - ``` With Reaver r90 on Backtrack 5R1 i get an segmentation fault when canceling Reaver while it is waiting after 10 failed attempts. Command given: reaver -i mon0 -v -w -b xx:xx:xx:xx:xx:xx -s xxxxxxxxxxxx.wpc -x 600 Output: [+] Trying pin 59474661 [+] 3.54% complete...
defect
ctrl c when waiting causes segmentation fault with reaver on backtrack i get an segmentation fault when canceling reaver while it is waiting after failed attempts command given reaver i v w b xx xx xx xx xx xx s xxxxxxxxxxxx wpc x output trying pin complete seco...
1
70,483
23,189,669,323
IssuesEvent
2022-08-01 11:31:05
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
synapse includes profile data in `invite` events, bypassing `require_auth_for_profile_requests`
S-Minor Security T-Defect P4 A-Invite A-Membership
### Description Even when setting `require_auth_for_profile_requests` to true, when a user is invited to a room by someone they don't yet share a room with, clients (or at least Riot Web) will display the profile info (name & avatar) of the invitee to the inviter, even before the invite is accepted. However, if t...
1.0
synapse includes profile data in `invite` events, bypassing `require_auth_for_profile_requests` - ### Description Even when setting `require_auth_for_profile_requests` to true, when a user is invited to a room by someone they don't yet share a room with, clients (or at least Riot Web) will display the profile info (...
defect
synapse includes profile data in invite events bypassing require auth for profile requests description even when setting require auth for profile requests to true when a user is invited to a room by someone they don t yet share a room with clients or at least riot web will display the profile info ...
1
116,840
17,392,501,735
IssuesEvent
2021-08-02 09:13:55
SmartBear/ready-jira-plugin
https://api.github.com/repos/SmartBear/ready-jira-plugin
closed
CVE-2020-36179 (High) detected in jackson-databind-2.4.3.jar - autoclosed
security vulnerability
## CVE-2020-36179 - 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.4.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-36179 (High) detected in jackson-databind-2.4.3.jar - autoclosed - ## CVE-2020-36179 - 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.4.3.jar</b></p></summary...
non_defect
cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file ready jira plugin pom xml path to vulnerable li...
0
768,156
26,955,542,320
IssuesEvent
2023-02-08 14:40:59
ORNL-AMO/AMO-Tools-Desktop
https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop
opened
Further cleanup and code removal
low priority Data Explorer Intern To Do
Could be an intern issue with a quick walkthrough-guidance There are still unused files and properties from 5847 changes in Data Explorer that could be removed. Also functions where the new ExplorerData interface is still coupled to or adapting the "individualDataFromCsv". Ex. setDataFromImport()
1.0
Further cleanup and code removal - Could be an intern issue with a quick walkthrough-guidance There are still unused files and properties from 5847 changes in Data Explorer that could be removed. Also functions where the new ExplorerData interface is still coupled to or adapting the "individualDataFromCsv". Ex. setDat...
non_defect
further cleanup and code removal could be an intern issue with a quick walkthrough guidance there are still unused files and properties from changes in data explorer that could be removed also functions where the new explorerdata interface is still coupled to or adapting the individualdatafromcsv ex setdatafr...
0
510,570
14,798,748,227
IssuesEvent
2021-01-13 00:32:49
GoogleChrome/lighthouse
https://api.github.com/repos/GoogleChrome/lighthouse
closed
Need Immediate attention | Not Working | Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_FCP)
needs-priority pending-close
#### Steps to reproduce 1. Run LH on <affected url>http://atsmore.com/ 2. Click on the “Generate Report” (Selected Category: Performance) #### Current behavior? ![Div1](https://user-images.githubusercontent.com/9498899/103507007-22b6ff80-4e84-11eb-96bb-e76efdc1ccd3.png) ![Div2](https://user-images.githubuserco...
1.0
Need Immediate attention | Not Working | Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_FCP) - #### Steps to reproduce 1. Run LH on <affected url>http://atsmore.com/ 2. Click on the “Generate Report” (Selected Category: Performance) #### Current behavior? ![D...
non_defect
need immediate attention not working something went wrong with recording the trace over your page load please run lighthouse again no fcp steps to reproduce run lh on click on the “generate report” selected category performance current behavior ...
0
57,081
15,650,934,402
IssuesEvent
2021-03-23 09:36:03
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Support floating point NaN and (-)Infinity values in other dialects
C: Functionality E: All Editions P: Medium T: Defect
We've recently fixed support for `NaN` and `Infinity` / `-Infinity` floating point values in PostgreSQL (#5249, #6252). Let's fix this for others as well, if supported: - [ ] Access: Search for `INF` or `NAN` in the string version of the value: https://stackoverflow.com/q/33192022/521799 - [ ] BigQuery: `NaN` or `I...
1.0
Support floating point NaN and (-)Infinity values in other dialects - We've recently fixed support for `NaN` and `Infinity` / `-Infinity` floating point values in PostgreSQL (#5249, #6252). Let's fix this for others as well, if supported: - [ ] Access: Search for `INF` or `NAN` in the string version of the value: ht...
defect
support floating point nan and infinity values in other dialects we ve recently fixed support for nan and infinity infinity floating point values in postgresql let s fix this for others as well if supported access search for inf or nan in the string version of the value big...
1
72,087
7,278,746,053
IssuesEvent
2018-02-22 00:26:55
gradle/gradle
https://api.github.com/repos/gradle/gradle
closed
Test task does not run JUnit test with @Category and @RunWith annotations
a:bug from:contributor in:testing
### Expected Behavior Test task runs JUnit test with Category and RunWith annotations. ### Current Behavior Test task does not run JUnit test with Category and RunWith annotations. ### Context I need to filter JUnit tests by Category. The JUnit test uses PowerMock. ### Steps to Reproduce (for bugs) Self-c...
1.0
Test task does not run JUnit test with @Category and @RunWith annotations - ### Expected Behavior Test task runs JUnit test with Category and RunWith annotations. ### Current Behavior Test task does not run JUnit test with Category and RunWith annotations. ### Context I need to filter JUnit tests by Category. ...
non_defect
test task does not run junit test with category and runwith annotations expected behavior test task runs junit test with category and runwith annotations current behavior test task does not run junit test with category and runwith annotations context i need to filter junit tests by category ...
0
7,167
2,610,330,023
IssuesEvent
2015-02-26 19:46:19
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Graphics Glitch
auto-migrated Priority-Medium Type-Defect
``` When you zoom into the Wheel the space station model that appears over other planets is not present. ``` ----- Original issue reported on code.google.com by `jkouzman...@gmail.com` on 15 Jun 2011 at 2:53
1.0
Graphics Glitch - ``` When you zoom into the Wheel the space station model that appears over other planets is not present. ``` ----- Original issue reported on code.google.com by `jkouzman...@gmail.com` on 15 Jun 2011 at 2:53
defect
graphics glitch when you zoom into the wheel the space station model that appears over other planets is not present original issue reported on code google com by jkouzman gmail com on jun at
1
78,606
27,628,464,863
IssuesEvent
2023-03-10 09:01:23
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Vulnerabilities in kafka-clients-2.2.2.jar
Type: Defect Source: Internal security severity:high Team: Platform
`hazelcast-jet-cdc-debezium` and `hazelcast-jet-kafka` use `kafka-clients-2.2.2.jar` which has the following vulnerability: [CVE-2023-25194](https://nvd.nist.gov/vuln/detail/CVE-2023-25194) It affects `5.0.z`, `5.1.z`, `5.2.z`, and `master`.
1.0
Vulnerabilities in kafka-clients-2.2.2.jar - `hazelcast-jet-cdc-debezium` and `hazelcast-jet-kafka` use `kafka-clients-2.2.2.jar` which has the following vulnerability: [CVE-2023-25194](https://nvd.nist.gov/vuln/detail/CVE-2023-25194) It affects `5.0.z`, `5.1.z`, `5.2.z`, and `master`.
defect
vulnerabilities in kafka clients jar hazelcast jet cdc debezium and hazelcast jet kafka use kafka clients jar which has the following vulnerability it affects z z z and master
1
301,189
26,025,710,098
IssuesEvent
2022-12-21 16:09:44
apache/beam
https://api.github.com/repos/apache/beam
opened
[Failing Test]: Exclude MultimapState tests from Dataflow VR suites
bug failing test awaiting triage
### What happened? _No response_ ### Issue Failure Failure: Test is continually failing ### Issue Priority Priority: 2 (backlog / disabled test but we think the product is healthy) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK -...
1.0
[Failing Test]: Exclude MultimapState tests from Dataflow VR suites - ### What happened? _No response_ ### Issue Failure Failure: Test is continually failing ### Issue Priority Priority: 2 (backlog / disabled test but we think the product is healthy) ### Issue Components - [ ] Component: Python SDK - [X] Compon...
non_defect
exclude multimapstate tests from dataflow vr suites what happened no response issue failure failure test is continually failing issue priority priority backlog disabled test but we think the product is healthy issue components component python sdk component java sdk ...
0