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
219,791
17,111,781,333
IssuesEvent
2021-07-10 13:15:17
IntellectualSites/FastAsyncWorldEdit
https://api.github.com/repos/IntellectualSites/FastAsyncWorldEdit
closed
Not working from 1.17-1.17.1 version
Requires Testing
### Server Implementation Paper ### Server Version 1.17.+ ### Describe the bug java.lang.ArrayIndexOutOfBoundsException: Index 19 out of bounds for length 16 [15:55:17 WARN]: at com.fastasyncworldedit.core.beta.implementation.blocks.CharBlocks.hasSection(CharBlocks.java:125) [15:55:17 WARN]: at com...
1.0
Not working from 1.17-1.17.1 version - ### Server Implementation Paper ### Server Version 1.17.+ ### Describe the bug java.lang.ArrayIndexOutOfBoundsException: Index 19 out of bounds for length 16 [15:55:17 WARN]: at com.fastasyncworldedit.core.beta.implementation.blocks.CharBlocks.hasSection(CharBlocks.ja...
non_defect
not working from version server implementation paper server version describe the bug java lang arrayindexoutofboundsexception index out of bounds for length at com fastasyncworldedit core beta implementation blocks charblocks hassection charblocks java at...
0
122,200
16,092,169,354
IssuesEvent
2021-04-26 18:06:47
carbon-design-system/carbon-for-ibm-dotcom
https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom
closed
[Filter panel] Design investigation / exploration
Airtable Done design design: research
### Key design considerations to sort out: - Grid usage. This bar likely sits outside the grid - Type size. Ideally 14px to reduce text line wrapping, which complicates expressive theme - States. This bar need several states of expansion, toggle select, and a way to reset to default state - Search. Many use cases have...
2.0
[Filter panel] Design investigation / exploration - ### Key design considerations to sort out: - Grid usage. This bar likely sits outside the grid - Type size. Ideally 14px to reduce text line wrapping, which complicates expressive theme - States. This bar need several states of expansion, toggle select, and a way to ...
non_defect
design investigation exploration key design considerations to sort out grid usage this bar likely sits outside the grid type size ideally to reduce text line wrapping which complicates expressive theme states this bar need several states of expansion toggle select and a way to reset to default...
0
391,431
26,892,805,794
IssuesEvent
2023-02-06 10:10:39
scaleway/docs-content
https://api.github.com/repos/scaleway/docs-content
closed
[👩‍💻 Documentation Request]: Tutorial to configure ingress-nginx proxy-protocol-v2 support
Documentation Request
### Summary This documentation is about configuring the `ingress-nginx ` to accept `proxy-protocol-v2` communication, here's the Slack threads about it : - https://scaleway-community.slack.com/archives/CD9JPK4KF/p1674483432890869 - https://scaleway-community.slack.com/archives/CD9JPK4KF/p1665128165284669 ### W...
1.0
[👩‍💻 Documentation Request]: Tutorial to configure ingress-nginx proxy-protocol-v2 support - ### Summary This documentation is about configuring the `ingress-nginx ` to accept `proxy-protocol-v2` communication, here's the Slack threads about it : - https://scaleway-community.slack.com/archives/CD9JPK4KF/p1674483...
non_defect
tutorial to configure ingress nginx proxy protocol support summary this documentation is about configuring the ingress nginx to accept proxy protocol communication here s the slack threads about it why is it needed tutorial to setup the ingress nginx to accept proxy prot...
0
144,538
19,287,772,859
IssuesEvent
2021-12-11 08:31:53
ghc-dev/Brian-Harper
https://api.github.com/repos/ghc-dev/Brian-Harper
closed
CVE-2019-20445 (High) detected in netty-codec-http-4.1.39.Final.jar - autoclosed
security vulnerability
## CVE-2019-20445 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.39.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application frame...
True
CVE-2019-20445 (High) detected in netty-codec-http-4.1.39.Final.jar - autoclosed - ## CVE-2019-20445 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.39.Final.jar</b...
non_defect
cve high detected in netty codec http final jar autoclosed cve high severity vulnerability vulnerable library netty codec http final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol serv...
0
73,231
24,515,240,553
IssuesEvent
2022-10-11 04:00:47
unascribed/Fabrication
https://api.github.com/repos/unascribed/Fabrication
closed
Multiline Sign Paste - Game crashes when moving text cursor after pasting
k: Defect n: Fabric s: New
[Log](https://mclo.gs/49fzvSm) Replication steps: 1. Enable multiline sign paste 2. Copy the text from a muliline sign 3. paste it into a new sign 4. press the left arrow key to move the text cursor 5. Crash
1.0
Multiline Sign Paste - Game crashes when moving text cursor after pasting - [Log](https://mclo.gs/49fzvSm) Replication steps: 1. Enable multiline sign paste 2. Copy the text from a muliline sign 3. paste it into a new sign 4. press the left arrow key to move the text cursor 5. Crash
defect
multiline sign paste game crashes when moving text cursor after pasting replication steps enable multiline sign paste copy the text from a muliline sign paste it into a new sign press the left arrow key to move the text cursor crash
1
57,155
14,112,933,694
IssuesEvent
2020-11-07 08:23:06
pravega/pravega
https://api.github.com/repos/pravega/pravega
opened
Replace AuthHandler.Permissions with AccessOperation
area/security kind/enhancement status/accepted
**Problem description** Prior to PR #5231, Pravega used `AuthHandler.Permissions` to represent permissions everywhere. This enum suffers from a few problems: * It's contained in the `AuthHandler` which is a server-side construct, so using it in the client module'd be awkward. * The `AuthHandler.Permissions` enum c...
True
Replace AuthHandler.Permissions with AccessOperation - **Problem description** Prior to PR #5231, Pravega used `AuthHandler.Permissions` to represent permissions everywhere. This enum suffers from a few problems: * It's contained in the `AuthHandler` which is a server-side construct, so using it in the client module...
non_defect
replace authhandler permissions with accessoperation problem description prior to pr pravega used authhandler permissions to represent permissions everywhere this enum suffers from a few problems it s contained in the authhandler which is a server side construct so using it in the client module d ...
0
21,371
3,491,702,905
IssuesEvent
2016-01-04 16:51:05
buildo/github-workflow-pal
https://api.github.com/repos/buildo/github-workflow-pal
opened
UI is wonky on issue page
defect
## Bug report The 'New buildo issue' button is larger than the 'New issue' button in the single issue page ### Steps to reproduce - navigate to any issue
1.0
UI is wonky on issue page - ## Bug report The 'New buildo issue' button is larger than the 'New issue' button in the single issue page ### Steps to reproduce - navigate to any issue
defect
ui is wonky on issue page bug report the new buildo issue button is larger than the new issue button in the single issue page steps to reproduce navigate to any issue
1
671,882
22,779,734,266
IssuesEvent
2022-07-08 18:14:29
MiSTer-devel/PSX_MiSTer
https://api.github.com/repos/MiSTer-devel/PSX_MiSTer
closed
Eggs of Steel (NTSC-U)
Priority-2
Issue: Intermittent 2D glitching that affects all moving sprites, in addition to a small flashing banner at the top right Reproduce: Load or start a new game/idle to let it run the demo mode Workaround: N/A BIOS: SCPH-101 CD Images: Redump CHD & BIN/CUE Core Version: PSX_20220511 ![My Great Capt...
1.0
Eggs of Steel (NTSC-U) - Issue: Intermittent 2D glitching that affects all moving sprites, in addition to a small flashing banner at the top right Reproduce: Load or start a new game/idle to let it run the demo mode Workaround: N/A BIOS: SCPH-101 CD Images: Redump CHD & BIN/CUE Core Version: PSX_20...
non_defect
eggs of steel ntsc u issue intermittent glitching that affects all moving sprites in addition to a small flashing banner at the top right reproduce load or start a new game idle to let it run the demo mode workaround n a bios scph cd images redump chd bin cue core version psx ...
0
33,526
7,147,370,688
IssuesEvent
2018-01-25 00:22:34
aguaviva/micro-jpeg-visualizer
https://api.github.com/repos/aguaviva/micro-jpeg-visualizer
closed
struct.error: unpack requires a string argument of length 64
Priority-Medium Type-Defect auto-migrated
``` Running the script gives the following output: Traceback (most recent call last): File "micro-jpeg-visualizer.py", line 282, in <module> j.decode(open('images/porsche.jpg', 'r').read()) File "micro-jpeg-visualizer.py", line 262, in decode self.DefineQuantizationTables(chunk) File "micro-jpeg-visualiz...
1.0
struct.error: unpack requires a string argument of length 64 - ``` Running the script gives the following output: Traceback (most recent call last): File "micro-jpeg-visualizer.py", line 282, in <module> j.decode(open('images/porsche.jpg', 'r').read()) File "micro-jpeg-visualizer.py", line 262, in decode s...
defect
struct error unpack requires a string argument of length running the script gives the following output traceback most recent call last file micro jpeg visualizer py line in j decode open images porsche jpg r read file micro jpeg visualizer py line in decode self definequ...
1
275,361
20,919,317,524
IssuesEvent
2022-03-24 15:57:19
vnkhoa02/harvard-tay-son
https://api.github.com/repos/vnkhoa02/harvard-tay-son
closed
Viết URD chức năng tạo lớp học [BA]
documentation task
- Yêu cầu: - Chỉ giáo viên, người quản trị mới có thể tạo lớp học - Cần phải điền form khi tạo lớp học mới - Tên lớp học, số học viên tối đa - Mô tả lớp học - lịch học - Giáo viên đảm nhận
1.0
Viết URD chức năng tạo lớp học [BA] - - Yêu cầu: - Chỉ giáo viên, người quản trị mới có thể tạo lớp học - Cần phải điền form khi tạo lớp học mới - Tên lớp học, số học viên tối đa - Mô tả lớp học - lịch học - Giáo viên đảm nhận
non_defect
viết urd chức năng tạo lớp học yêu cầu chỉ giáo viên người quản trị mới có thể tạo lớp học cần phải điền form khi tạo lớp học mới tên lớp học số học viên tối đa mô tả lớp học lịch học giáo viên đảm nhận
0
59,385
17,023,112,823
IssuesEvent
2021-07-03 00:25:58
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Full local(!) path of a public file is shown on both user page and public traces page
Component: website Priority: major Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 1.09pm, Tuesday, 25th April 2006]** cut from my public user page after adding a file: ``` <local full path deleted>\apotek2.gpx ... (0 points) ... 0 hours ago PENDING second part of apotek, torvegade, kongensgade, havnegade, englandsgade, borgergade, jyllandsgade,...
1.0
Full local(!) path of a public file is shown on both user page and public traces page - **[Submitted to the original trac issue database at 1.09pm, Tuesday, 25th April 2006]** cut from my public user page after adding a file: ``` <local full path deleted>\apotek2.gpx ... (0 points) ... 0 hours ago PENDING second pa...
defect
full local path of a public file is shown on both user page and public traces page cut from my public user page after adding a file gpx points hours ago pending second part of apotek torvegade kongensgade havnegade englandsgade borgergade jyllandsgade havnegade strandbygade...
1
193,088
6,877,844,299
IssuesEvent
2017-11-20 09:42:08
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
opened
Add a cancel button to the interface when adding a parameter to a template
Category: Sunstone Priority: Normal Status: Pending Tracker: Backlog
--- Author Name: **Jaime Melis** (@jmelis) Original Redmine Issue: 4440, https://dev.opennebula.org/issues/4440 Original Date: 2016-04-29 --- None
1.0
Add a cancel button to the interface when adding a parameter to a template - --- Author Name: **Jaime Melis** (@jmelis) Original Redmine Issue: 4440, https://dev.opennebula.org/issues/4440 Original Date: 2016-04-29 --- None
non_defect
add a cancel button to the interface when adding a parameter to a template author name jaime melis jmelis original redmine issue original date none
0
268,232
23,352,640,624
IssuesEvent
2022-08-10 02:46:45
pachadotdev/analogsea
https://api.github.com/repos/pachadotdev/analogsea
closed
Test suite against live droplet
testing
Would be painfully slow to run tests against a real droplet, but I'll play with this for separate testing via `test_dir()` - to allow anyone with a DO acct to run them
1.0
Test suite against live droplet - Would be painfully slow to run tests against a real droplet, but I'll play with this for separate testing via `test_dir()` - to allow anyone with a DO acct to run them
non_defect
test suite against live droplet would be painfully slow to run tests against a real droplet but i ll play with this for separate testing via test dir to allow anyone with a do acct to run them
0
82,078
31,931,029,075
IssuesEvent
2023-09-19 07:26:18
zed-industries/community
https://api.github.com/repos/zed-industries/community
closed
Can't navigate through code hints by arrows
defect popovers
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Just look at the short video below - I just can't navigate hints by arrow keys. https://github.com/zed-industries/community/assets/45122321/df0d6be5-6176-41d1-ae25-587cea138af7 ### Environment Zed: v0.104.0 (p...
1.0
Can't navigate through code hints by arrows - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Just look at the short video below - I just can't navigate hints by arrow keys. https://github.com/zed-industries/community/assets/45122321/df0d6be5-6176-41d1-ae25-587ce...
defect
can t navigate through code hints by arrows check for existing issues completed describe the bug provide steps to reproduce it just look at the short video below i just can t navigate hints by arrow keys environment zed preview os macos memory gib architecture ...
1
35,416
7,736,755,933
IssuesEvent
2018-05-28 04:45:09
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
FR: Sort article list by multiple columns (e.g. first sort by read status, then sort by title)
Component-Core Component-DB Component-Message-List Type-Defect
#### Brief description of the issue. It would be nice if one could sort by multiple columns, e.g. by holding CTRL when clicking on the column title. The sort order could be indicated by a number in brackets, e.g. "^(1)", where ^ is the arrow. I removed the other headlines, because none seemed to be applicable.
1.0
FR: Sort article list by multiple columns (e.g. first sort by read status, then sort by title) - #### Brief description of the issue. It would be nice if one could sort by multiple columns, e.g. by holding CTRL when clicking on the column title. The sort order could be indicated by a number in brackets, e.g. "^(1)",...
defect
fr sort article list by multiple columns e g first sort by read status then sort by title brief description of the issue it would be nice if one could sort by multiple columns e g by holding ctrl when clicking on the column title the sort order could be indicated by a number in brackets e g ...
1
37,483
8,406,271,869
IssuesEvent
2018-10-11 17:28:09
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Questions about defaults supply temp and humidity ratio setpoints in HVACTemplate:System:DOAS (CR #8594)
ExpandObjects PriorityLow SeverityMedium WontFix unconfirmed defect
###### Added on 2011-10-16 13:47 by @mjwitte ## #### Description From Don Shirey 06 Jul 2011 > Another question for you. > > The default cooling coil design setpoint (cooling supply air setpoint temperature) is 12.8C. > > The default dehumidification setpoint is 0.00924 kg/kg... which is equivalent to 12.8C dewpoi...
1.0
Questions about defaults supply temp and humidity ratio setpoints in HVACTemplate:System:DOAS (CR #8594) - ###### Added on 2011-10-16 13:47 by @mjwitte ## #### Description From Don Shirey 06 Jul 2011 > Another question for you. > > The default cooling coil design setpoint (cooling supply air setpoint temperature) i...
defect
questions about defaults supply temp and humidity ratio setpoints in hvactemplate system doas cr added on by mjwitte description from don shirey jul another question for you the default cooling coil design setpoint cooling supply air setpoint temperature is th...
1
54,689
13,883,227,509
IssuesEvent
2020-10-18 10:59:14
AeroScripts/QuestieDev
https://api.github.com/repos/AeroScripts/QuestieDev
closed
Some Logistic Task quest are not marked as Repeatable
Type - Defect
## Bug description Four Logistic Tasks (see screenshot) should (probably) be in repeatable group as the rest of them. ## Screenshots ![image](https://user-images.githubusercontent.com/55866790/96365078-c7a82300-1146-11eb-8c4c-6a90f0c728ff.png) ## Questie version v6.1.0
1.0
Some Logistic Task quest are not marked as Repeatable - ## Bug description Four Logistic Tasks (see screenshot) should (probably) be in repeatable group as the rest of them. ## Screenshots ![image](https://user-images.githubusercontent.com/55866790/96365078-c7a82300-1146-11eb-8c4c-6a90f0c728ff.png) ## Que...
defect
some logistic task quest are not marked as repeatable bug description four logistic tasks see screenshot should probably be in repeatable group as the rest of them screenshots questie version
1
517,638
15,017,329,561
IssuesEvent
2021-02-01 10:42:31
netdata/netdata
https://api.github.com/repos/netdata/netdata
closed
linux proc collectors - these should be migrated to sys
area/collectors feature request group/d-c priority/low
For various reasons (primarily inconsistency of presentation in /proc), it's generally regarded as a better idea to use /sys as the first port of call when reading data than /proc This is particularly relevant when reading anything related to hardware or system parameters - there's virtually nothing in /proc that i...
1.0
linux proc collectors - these should be migrated to sys - For various reasons (primarily inconsistency of presentation in /proc), it's generally regarded as a better idea to use /sys as the first port of call when reading data than /proc This is particularly relevant when reading anything related to hardware or sys...
non_defect
linux proc collectors these should be migrated to sys for various reasons primarily inconsistency of presentation in proc it s generally regarded as a better idea to use sys as the first port of call when reading data than proc this is particularly relevant when reading anything related to hardware or sys...
0
41,723
10,576,836,598
IssuesEvent
2019-10-07 18:45:32
mozilla-lockwise/lockwise-android
https://api.github.com/repos/mozilla-lockwise/lockwise-android
opened
Link hover/press copy for Learn More links not working
needs-design type: defect
Related to #951 > Settings Support - ... noticed that our link hover/press copy is no longer present on this type of link style (same as on the welcome screen link) nor does the tap target seem to be consistent (I tend to have to press it multiple times before the page will load)
1.0
Link hover/press copy for Learn More links not working - Related to #951 > Settings Support - ... noticed that our link hover/press copy is no longer present on this type of link style (same as on the welcome screen link) nor does the tap target seem to be consistent (I tend to have to press it multiple times befor...
defect
link hover press copy for learn more links not working related to settings support noticed that our link hover press copy is no longer present on this type of link style same as on the welcome screen link nor does the tap target seem to be consistent i tend to have to press it multiple times before ...
1
211,014
23,778,996,441
IssuesEvent
2022-09-02 01:11:29
ignatandrei/RecordVisitors
https://api.github.com/repos/ignatandrei/RecordVisitors
closed
CVE-2017-0256 (Medium) detected in system.net.http.4.3.0.nupkg - autoclosed
security vulnerability
## CVE-2017-0256 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p></summary> <p>Provides a programming interface for modern HTTP applications, inclu...
True
CVE-2017-0256 (Medium) detected in system.net.http.4.3.0.nupkg - autoclosed - ## CVE-2017-0256 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p></sum...
non_defect
cve medium detected in system net http nupkg autoclosed cve medium severity vulnerability vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to d...
0
272,035
23,648,191,523
IssuesEvent
2022-08-26 02:06:18
Programming-Simplified-Community/Social-Coder
https://api.github.com/repos/Programming-Simplified-Community/Social-Coder
opened
Add Tests for Badge Endpoints
enhancement good first issue Api Tests
Implement [test-containers](https://github.com/testcontainers/testcontainers-dotnet) to help get our test suite started. Will require a little bit of research/trial and error on how to properly integrate this. [Nick Chapsas](https://youtu.be/8IRNC7qZBmk) has a demo using this... can use this to help figure things...
1.0
Add Tests for Badge Endpoints - Implement [test-containers](https://github.com/testcontainers/testcontainers-dotnet) to help get our test suite started. Will require a little bit of research/trial and error on how to properly integrate this. [Nick Chapsas](https://youtu.be/8IRNC7qZBmk) has a demo using this... ca...
non_defect
add tests for badge endpoints implement to help get our test suite started will require a little bit of research trial and error on how to properly integrate this has a demo using this can use this to help figure things out food for thought must have tests for both happy bad paths shou...
0
146,114
13,171,490,127
IssuesEvent
2020-08-11 16:45:38
corrados/jamulus
https://api.github.com/repos/corrados/jamulus
closed
How many Jamulus servers can be run on a single computer?
documentation
I am currently using Jamulus to run a server at a university, and the university is interested in running multiple Jamulus servers for ensemble rehearsals. I tried to do this as a quick test by trying to run 5 servers in a bash script, and it only seemed to allow one to run. Is it possible to run multiple Jamulus serve...
1.0
How many Jamulus servers can be run on a single computer? - I am currently using Jamulus to run a server at a university, and the university is interested in running multiple Jamulus servers for ensemble rehearsals. I tried to do this as a quick test by trying to run 5 servers in a bash script, and it only seemed to al...
non_defect
how many jamulus servers can be run on a single computer i am currently using jamulus to run a server at a university and the university is interested in running multiple jamulus servers for ensemble rehearsals i tried to do this as a quick test by trying to run servers in a bash script and it only seemed to al...
0
28,805
8,211,916,184
IssuesEvent
2018-09-04 14:58:36
quicklisp/quicklisp-projects
https://api.github.com/repos/quicklisp/quicklisp-projects
closed
Please add cmake-parser.
canbuild
This is a project to parse cmake scripts, it will parse script into a list of command invocation. Repository: https://github.com/zbq/cmake-parser license: MIT
1.0
Please add cmake-parser. - This is a project to parse cmake scripts, it will parse script into a list of command invocation. Repository: https://github.com/zbq/cmake-parser license: MIT
non_defect
please add cmake parser this is a project to parse cmake scripts it will parse script into a list of command invocation repository license mit
0
63,534
17,754,513,915
IssuesEvent
2021-08-28 13:34:43
primefaces-extensions/primefaces-extensions
https://api.github.com/repos/primefaces-extensions/primefaces-extensions
closed
CombinedResourceHandler: Myfaces ParseError in Dev Mode
defect
**Describe the bug** @tandraschko I have attached this reproducer: [pfe-combinedresourcehandler.zip](https://github.com/primefaces-extensions/primefaces-extensions/files/7059882/pfe-combinedresourcehandler.zip) To get the issue run the reproducer `mvn clean jetty:run -Pmyfaces23` with JSF mode **Development** and ...
1.0
CombinedResourceHandler: Myfaces ParseError in Dev Mode - **Describe the bug** @tandraschko I have attached this reproducer: [pfe-combinedresourcehandler.zip](https://github.com/primefaces-extensions/primefaces-extensions/files/7059882/pfe-combinedresourcehandler.zip) To get the issue run the reproducer `mvn clean...
defect
combinedresourcehandler myfaces parseerror in dev mode describe the bug tandraschko i have attached this reproducer to get the issue run the reproducer mvn clean jetty run with jsf mode development and press the update button twice on the second press you will see this in the console for ...
1
51,848
13,211,323,151
IssuesEvent
2020-08-15 22:18:29
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[cscd-llh] needs more tests (Trac #1168)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1168">https://code.icecube.wisc.edu/projects/icecube/ticket/1168</a>, reported by hdembinskiand owned by tpalczewski</em></summary> <p> ```json { "status": "closed", "changetime": "2015-08-21T13:27:59", "_t...
1.0
[cscd-llh] needs more tests (Trac #1168) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1168">https://code.icecube.wisc.edu/projects/icecube/ticket/1168</a>, reported by hdembinskiand owned by tpalczewski</em></summary> <p> ```json { "status": "closed", "...
defect
needs more tests trac migrated from json status closed changetime ts description the project has some cpp tests but the pybindings are not tested the script cscdllhtest py is practically a test should be converted into a test by moving it to...
1
46,378
24,506,797,111
IssuesEvent
2022-10-10 17:07:57
jonisavo/uicomponents
https://api.github.com/repos/jonisavo/uicomponents
opened
Replace all UIComponent reflection with source generation, drop Unity 2019 support
enhancement performance
`com.unity.roslyn` allows source generation to be used in Unity 2020. This makes the jump from reflection to full source generation a viable option, since support for Unity 2020 can be retained for a while. All reflection related to UIComponent (not counting the dependency injection system) should be converted to us...
True
Replace all UIComponent reflection with source generation, drop Unity 2019 support - `com.unity.roslyn` allows source generation to be used in Unity 2020. This makes the jump from reflection to full source generation a viable option, since support for Unity 2020 can be retained for a while. All reflection related to...
non_defect
replace all uicomponent reflection with source generation drop unity support com unity roslyn allows source generation to be used in unity this makes the jump from reflection to full source generation a viable option since support for unity can be retained for a while all reflection related to uicompon...
0
8,538
2,611,516,925
IssuesEvent
2015-02-27 05:51:48
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Error while compiling and linking
auto-migrated Priority-Medium Type-Defect
``` Hello! Trying to compile the 0.9.19 branch fails with the following error: (9015) Linking /home/eugeno/Projects/Hedgewars/trunk/bin/hwengine /usr/bin/ld.bfd.real: warning: /home/eugeno/Projects/Hedgewars/trunk/bin/link.res contains output sections; did you forget -T? /usr/bin/ld.bfd.real: cannot find -lstdc++ h...
1.0
Error while compiling and linking - ``` Hello! Trying to compile the 0.9.19 branch fails with the following error: (9015) Linking /home/eugeno/Projects/Hedgewars/trunk/bin/hwengine /usr/bin/ld.bfd.real: warning: /home/eugeno/Projects/Hedgewars/trunk/bin/link.res contains output sections; did you forget -T? /usr/bin...
defect
error while compiling and linking hello trying to compile the branch fails with the following error linking home eugeno projects hedgewars trunk bin hwengine usr bin ld bfd real warning home eugeno projects hedgewars trunk bin link res contains output sections did you forget t usr bin ld ...
1
100,200
30,641,090,669
IssuesEvent
2023-07-24 22:05:29
riversoforion/clio-auth
https://api.github.com/repos/riversoforion/clio-auth
opened
Fix Codecov integration
bug build
Coverage reports are successfully uploaded, but flagged as "unusable report" by Codecov. e.g. https://app.codecov.io/github/riversoforion/clio-auth/commit/7f0b2d5f45716d95cc58592505ed302b4f61105e
1.0
Fix Codecov integration - Coverage reports are successfully uploaded, but flagged as "unusable report" by Codecov. e.g. https://app.codecov.io/github/riversoforion/clio-auth/commit/7f0b2d5f45716d95cc58592505ed302b4f61105e
non_defect
fix codecov integration coverage reports are successfully uploaded but flagged as unusable report by codecov e g
0
30,121
6,032,799,175
IssuesEvent
2017-06-09 05:57:52
moosetechnology/Moose
https://api.github.com/repos/moosetechnology/Moose
closed
VerveineJ does not export non-javadoc comments
Component-VerveineJ Priority-Medium Type-Defect
Originally reported on Google Code with ID 838 ``` VerveineJ exports javadoc comments for both types and methods. However, it does not export line comments like: //This is also a relevant comment ``` Reported by `tudor.girba` on 2012-09-17 06:38:08
1.0
VerveineJ does not export non-javadoc comments - Originally reported on Google Code with ID 838 ``` VerveineJ exports javadoc comments for both types and methods. However, it does not export line comments like: //This is also a relevant comment ``` Reported by `tudor.girba` on 2012-09-17 06:38:08
defect
verveinej does not export non javadoc comments originally reported on google code with id verveinej exports javadoc comments for both types and methods however it does not export line comments like this is also a relevant comment reported by tudor girba on
1
263,485
8,290,227,198
IssuesEvent
2018-09-19 16:43:26
CyberReboot/poseidon
https://api.github.com/repos/CyberReboot/poseidon
closed
poseidon.log created as a directory
bug high-priority
Under certain circumstances the file /var/log/poseidon.log is being created as a directory. This leads to a warning message: ``` WARNING:Logger_Base:68 - Unable to setup Poseidon logger because: [Errno 21] Is a directory: '/var/log/poseidon.log' ``` When this happens the user will be unable to view logging outpu...
1.0
poseidon.log created as a directory - Under certain circumstances the file /var/log/poseidon.log is being created as a directory. This leads to a warning message: ``` WARNING:Logger_Base:68 - Unable to setup Poseidon logger because: [Errno 21] Is a directory: '/var/log/poseidon.log' ``` When this happens the use...
non_defect
poseidon log created as a directory under certain circumstances the file var log poseidon log is being created as a directory this leads to a warning message warning logger base unable to setup poseidon logger because is a directory var log poseidon log when this happens the user will be ...
0
16,973
9,956,368,569
IssuesEvent
2019-07-05 13:45:07
AtlasOfLivingAustralia/image-service
https://api.github.com/repos/AtlasOfLivingAustralia/image-service
closed
Require authentication or apikey for scheduleArtifactGeneration
IAD bug fixed-grails3 security
Some admin commands are being called by crawler bots, which implies that they don't have authentication or apikeys restricting access. In this case, the target is ``/ws/scheduleArtifactGeneration`` ``` ==> /var/log/tomcat7/catalina.out <== Index Image 229250751: 2 ms Index Image 229250751: 1 ms 2018-11-02 10:59:...
True
Require authentication or apikey for scheduleArtifactGeneration - Some admin commands are being called by crawler bots, which implies that they don't have authentication or apikeys restricting access. In this case, the target is ``/ws/scheduleArtifactGeneration`` ``` ==> /var/log/tomcat7/catalina.out <== Index Ima...
non_defect
require authentication or apikey for scheduleartifactgeneration some admin commands are being called by crawler bots which implies that they don t have authentication or apikeys restricting access in this case the target is ws scheduleartifactgeneration var log catalina out index image ...
0
71,030
23,419,362,426
IssuesEvent
2022-08-13 12:59:19
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Dropdown component flicker bug
defect :bangbang: needs-triage
### Describe the bug When a page loads initially, the dropdown component has a flicker when it's first clicked on. Then the dropdown opens up for a millisecond and closes immediately after. This issue is only resolved when the page is refreshed and then for some reason the dropdown works and displays the listed it...
1.0
Dropdown component flicker bug - ### Describe the bug When a page loads initially, the dropdown component has a flicker when it's first clicked on. Then the dropdown opens up for a millisecond and closes immediately after. This issue is only resolved when the page is refreshed and then for some reason the dropdown...
defect
dropdown component flicker bug describe the bug when a page loads initially the dropdown component has a flicker when it s first clicked on then the dropdown opens up for a millisecond and closes immediately after this issue is only resolved when the page is refreshed and then for some reason the dropdown...
1
59,189
17,016,323,134
IssuesEvent
2021-07-02 12:35:09
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
opened
In the search for street names in Spanish, stop words should be eliminated.
Component: nominatim Priority: major Type: defect
**[Submitted to the original trac issue database at 7.08pm, Wednesday, 10th July 2013]** The Royal Spanish Academy indicates that the preposition "**de*'" (of, in English) should never be omitted in the names of streets, avenues and promenades, unless the name is an adjective: "Calle '''de''' Esproceda", "Plaza '''de'...
1.0
In the search for street names in Spanish, stop words should be eliminated. - **[Submitted to the original trac issue database at 7.08pm, Wednesday, 10th July 2013]** The Royal Spanish Academy indicates that the preposition "**de*'" (of, in English) should never be omitted in the names of streets, avenues and promenad...
defect
in the search for street names in spanish stop words should be eliminated the royal spanish academy indicates that the preposition de of in english should never be omitted in the names of streets avenues and promenades unless the name is an adjective calle de esproceda plaza de co...
1
17,466
3,006,987,893
IssuesEvent
2015-07-27 13:59:08
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
NullReferenceException calling CultureInfo constructor
defect
While trying to parse some dates (which led to #329), we noticed that we get errors when trying to use the `CultureInfo` constructor. [Live example here](http://live.bridge.net/#b2a88e44d05088157ac7). ``` public class App { [Ready] public static void Main() { new CultureInfo("en-US"); ...
1.0
NullReferenceException calling CultureInfo constructor - While trying to parse some dates (which led to #329), we noticed that we get errors when trying to use the `CultureInfo` constructor. [Live example here](http://live.bridge.net/#b2a88e44d05088157ac7). ``` public class App { [Ready] public static...
defect
nullreferenceexception calling cultureinfo constructor while trying to parse some dates which led to we noticed that we get errors when trying to use the cultureinfo constructor public class app public static void main new cultureinfo en us ...
1
57,824
16,089,776,917
IssuesEvent
2021-04-26 15:21:10
bardsoftware/ganttproject
https://api.github.com/repos/bardsoftware/ganttproject
closed
Milestone display issue on timeline
Type-Defect auto-migrated
``` What steps wille reproduce the problem? 1.create a task 2.convert it in milestone 3.or create directly a milestone task What is the expected output? What do you see instead? it appears as miletone on gantt start but only the task id is displayed on timeline. Random issue. What version of the product are you usin...
1.0
Milestone display issue on timeline - ``` What steps wille reproduce the problem? 1.create a task 2.convert it in milestone 3.or create directly a milestone task What is the expected output? What do you see instead? it appears as miletone on gantt start but only the task id is displayed on timeline. Random issue. Wh...
defect
milestone display issue on timeline what steps wille reproduce the problem create a task convert it in milestone or create directly a milestone task what is the expected output what do you see instead it appears as miletone on gantt start but only the task id is displayed on timeline random issue wh...
1
703
2,583,244,921
IssuesEvent
2015-02-16 02:24:01
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Cache groups are not working
cache Defect On hold
I suppose cache groups are not working as they should. I have this configuration: ```php $defaultCache = [ 'className' => 'File', 'path' => CACHE . 'plugin' . DS, 'probability' => 100, 'duration' => '+1 year' ]; // cache definitions Cache::config('plugin_language', array_merge($defaultCache...
1.0
Cache groups are not working - I suppose cache groups are not working as they should. I have this configuration: ```php $defaultCache = [ 'className' => 'File', 'path' => CACHE . 'plugin' . DS, 'probability' => 100, 'duration' => '+1 year' ]; // cache definitions Cache::config('plugin_langu...
defect
cache groups are not working i suppose cache groups are not working as they should i have this configuration php defaultcache classname file path cache plugin ds probability duration year cache definitions cache config plugin languag...
1
5,903
2,610,217,696
IssuesEvent
2015-02-26 19:09:17
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
инструкция dvr s1000.txt
auto-migrated Priority-Medium Type-Defect
``` '''Генрих Александров''' День добрый никак не могу найти .инструкция dvr s1000.txt. как то выкладывали уже '''Аврор Гурьев''' Вот хороший сайт где можно скачать http://bit.ly/1aCqM96 '''Бронислав Архипов''' Спасибо вроде то но просит телефон вводить '''Аким Казаков''' Неа все ок у меня ничего не списало '''Го...
1.0
инструкция dvr s1000.txt - ``` '''Генрих Александров''' День добрый никак не могу найти .инструкция dvr s1000.txt. как то выкладывали уже '''Аврор Гурьев''' Вот хороший сайт где можно скачать http://bit.ly/1aCqM96 '''Бронислав Архипов''' Спасибо вроде то но просит телефон вводить '''Аким Казаков''' Неа все ок у ме...
defect
инструкция dvr txt генрих александров день добрый никак не могу найти инструкция dvr txt как то выкладывали уже аврор гурьев вот хороший сайт где можно скачать бронислав архипов спасибо вроде то но просит телефон вводить аким казаков неа все ок у меня ничего не списало гор...
1
22,250
3,619,269,997
IssuesEvent
2016-02-08 15:26:05
pavva94/snake-os
https://api.github.com/repos/pavva94/snake-os
closed
IP Cam Feature Extension
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? I read that there is somewhere a package which gives IP CAM feature. Unfortunately I cannot download this as the link is broken - Can anyone Help ? What is the expected output? What do you see instead? What version of the product are you using? On what operating system? ...
1.0
IP Cam Feature Extension - ``` What steps will reproduce the problem? I read that there is somewhere a package which gives IP CAM feature. Unfortunately I cannot download this as the link is broken - Can anyone Help ? What is the expected output? What do you see instead? What version of the product are you using? ...
defect
ip cam feature extension what steps will reproduce the problem i read that there is somewhere a package which gives ip cam feature unfortunately i cannot download this as the link is broken can anyone help what is the expected output what do you see instead what version of the product are you using ...
1
334,731
29,953,652,259
IssuesEvent
2023-06-23 05:08:37
crossplane/crossplane
https://api.github.com/repos/crossplane/crossplane
opened
Add descriptions to E2E features and assessments
enhancement test e2e
<!-- Thank you for helping to improve Crossplane! Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please find us at https://slack.crossplane.io for questions, support, and discussion. --> ### What problem are you facing? <!-- Please tell...
1.0
Add descriptions to E2E features and assessments - <!-- Thank you for helping to improve Crossplane! Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please find us at https://slack.crossplane.io for questions, support, and discussion. --> ...
non_defect
add descriptions to features and assessments thank you for helping to improve crossplane please be sure to search for open issues before raising a new one we use issues for bug reports and feature requests please find us at for questions support and discussion what problem are you fac...
0
146,794
5,627,950,302
IssuesEvent
2017-04-05 03:58:50
dnGrep/dnGrep
https://api.github.com/repos/dnGrep/dnGrep
closed
no supports for gb2312/utf8 encoding?
bug imported Priority-Medium
_From [mfm...@sina.com](https://code.google.com/u/107484051280825188802/) on February 25, 2013 23:15:51_ it turns out to be no supports for greping gb2312/utf8 encoded text. 1. dngrep did find the occurs, but linenos and positions of the result are very wrong 2. chinese characters displayed in result pane are unreadab...
1.0
no supports for gb2312/utf8 encoding? - _From [mfm...@sina.com](https://code.google.com/u/107484051280825188802/) on February 25, 2013 23:15:51_ it turns out to be no supports for greping gb2312/utf8 encoded text. 1. dngrep did find the occurs, but linenos and positions of the result are very wrong 2. chinese characte...
non_defect
no supports for encoding from on february it turns out to be no supports for greping encoded text dngrep did find the occurs but linenos and positions of the result are very wrong chinese characters displayed in result pane are unreadable while they are good in preview pane con...
0
5,727
2,610,214,203
IssuesEvent
2015-02-26 19:08:22
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
инструкция для cisco 7906 русский.doc
auto-migrated Priority-Medium Type-Defect
``` '''Викентий Аксёнов''' День добрый никак не могу найти .инструкция для cisco 7906 русский.doc. где то видел уже '''Альвин Лазарев''' Качай тут http://bit.ly/177cjBm '''Арнольд Кононов''' Просит ввести номер мобилы!Не опасно ли это? '''Виталий Якушев''' Не это не влияет на баланс '''Владлен Евдокимов''' Неа все...
1.0
инструкция для cisco 7906 русский.doc - ``` '''Викентий Аксёнов''' День добрый никак не могу найти .инструкция для cisco 7906 русский.doc. где то видел уже '''Альвин Лазарев''' Качай тут http://bit.ly/177cjBm '''Арнольд Кононов''' Просит ввести номер мобилы!Не опасно ли это? '''Виталий Якушев''' Не это не влияет на...
defect
инструкция для cisco русский doc викентий аксёнов день добрый никак не могу найти инструкция для cisco русский doc где то видел уже альвин лазарев качай тут арнольд кононов просит ввести номер мобилы не опасно ли это виталий якушев не это не влияет на баланс владлен евдоки...
1
72,328
24,054,057,254
IssuesEvent
2022-09-16 15:10:33
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
Possible to look through reinforced corners
Priority-Medium Type-Defect
In KeeperFX it is possible to look through corners that are fully reinforced. This allows the player to see things and even drop imps in places he should not be able to. The behavior is different from the original game. Steps to reproduce: 1) Load the testmap: [testmap1076.zip](https://github.com/dkfans/keeperfx/f...
1.0
Possible to look through reinforced corners - In KeeperFX it is possible to look through corners that are fully reinforced. This allows the player to see things and even drop imps in places he should not be able to. The behavior is different from the original game. Steps to reproduce: 1) Load the testmap: [testmap...
defect
possible to look through reinforced corners in keeperfx it is possible to look through corners that are fully reinforced this allows the player to see things and even drop imps in places he should not be able to the behavior is different from the original game steps to reproduce load the testmap ...
1
46,757
13,055,971,194
IssuesEvent
2020-07-30 03:16:19
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
L1 filter for 2014 and 2015 (Trac #1828)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/1828 ```json { "status": "closed", "changetime": "2016-08-18T21:39:38", "description": "Running offline filter for 2014 and 2015:\n/cvmfs/icecube.opensciencegrid.org/py2-v1/RHEL_6_x86_64/metaprojects/icerec/IC2014-L2_V14-02-00/lib/icecube/filterscripts/of...
1.0
L1 filter for 2014 and 2015 (Trac #1828) - Migrated from https://code.icecube.wisc.edu/ticket/1828 ```json { "status": "closed", "changetime": "2016-08-18T21:39:38", "description": "Running offline filter for 2014 and 2015:\n/cvmfs/icecube.opensciencegrid.org/py2-v1/RHEL_6_x86_64/metaprojects/icerec/IC201...
defect
filter for and trac migrated from json status closed changetime description running offline filter for and n cvmfs icecube opensciencegrid org rhel metaprojects icerec lib icecube filterscripts simulationfiltering py n ni receive t...
1
42,190
2,869,256,950
IssuesEvent
2015-06-06 01:34:16
Automattic/mongoose
https://api.github.com/repos/Automattic/mongoose
closed
cast to buffer failed
priority
i'm having logs that say that a cast to buffer failed: ``` May 29 14:05:40 studio app/web.2: ValidationError: Video validation failed May 29 14:05:40 studio app/web.2: at model.Document.invalidate (/app/node_modules/mongoose/lib/document.js:1156:32) May 29 14:05:40 studio app/web.2: at init (/app/nod...
1.0
cast to buffer failed - i'm having logs that say that a cast to buffer failed: ``` May 29 14:05:40 studio app/web.2: ValidationError: Video validation failed May 29 14:05:40 studio app/web.2: at model.Document.invalidate (/app/node_modules/mongoose/lib/document.js:1156:32) May 29 14:05:40 studio app/web.2...
non_defect
cast to buffer failed i m having logs that say that a cast to buffer failed may studio app web validationerror video validation failed may studio app web at model document invalidate app node modules mongoose lib document js may studio app web at init ...
0
75,558
25,915,318,481
IssuesEvent
2022-12-15 16:53:45
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: `url_matches` expected condition is using `re.search` possibly accidentally
I-defect needs-triaging
### What happened? According to the docstring of [`url_matches`](https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/support/expected_conditions.py#L96) the pattern should be matched against the url _exactly_ - Is a `re.search` sufficient here over `re.fullmatch` ? ```python """An expectati...
1.0
[🐛 Bug]: `url_matches` expected condition is using `re.search` possibly accidentally - ### What happened? According to the docstring of [`url_matches`](https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/support/expected_conditions.py#L96) the pattern should be matched against the url _exactly_ - ...
defect
url matches expected condition is using re search possibly accidentally what happened according to the docstring of the pattern should be matched against the url exactly is a re search sufficient here over re fullmatch python an expectation for checking the current url p...
1
228,632
17,467,851,183
IssuesEvent
2021-08-06 19:46:51
jbold569/profile
https://api.github.com/repos/jbold569/profile
closed
Agent Based Logging
documentation.blog
title: Agent Based Logging type: tech description: Whether you're working in site reliability, business intelligence, or security, one thing rings true. Logs are king. They are a window into your operations, providing insights into access, change, performance, who, what, when, where, and why. However, just as logs ca...
1.0
Agent Based Logging - title: Agent Based Logging type: tech description: Whether you're working in site reliability, business intelligence, or security, one thing rings true. Logs are king. They are a window into your operations, providing insights into access, change, performance, who, what, when, where, and why. Ho...
non_defect
agent based logging title agent based logging type tech description whether you re working in site reliability business intelligence or security one thing rings true logs are king they are a window into your operations providing insights into access change performance who what when where and why ho...
0
48,304
13,068,430,598
IssuesEvent
2020-07-31 03:33:17
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
wimpsim-reader - default options are invalid (Trac #2155)
Migrated from Trac combo simulation defect
In [http://software.icecube.wisc.edu/documentation/inspect/wimpsim_reader.html?highlight=i3wimpsim#I3WimpSimReader I3WimpSimReader] we can read: Param EndMJD: Default = nan, MJD to end simulation; if unspecified: read everything But if I try not to set it (and take the NAN default) I receive this error ```text E...
1.0
wimpsim-reader - default options are invalid (Trac #2155) - In [http://software.icecube.wisc.edu/documentation/inspect/wimpsim_reader.html?highlight=i3wimpsim#I3WimpSimReader I3WimpSimReader] we can read: Param EndMJD: Default = nan, MJD to end simulation; if unspecified: read everything But if I try not to set it ...
defect
wimpsim reader default options are invalid trac in we can read param endmjd default nan mjd to end simulation if unspecified read everything but if i try not to set it and take the nan default i receive this error text error dataclasses calling with nan not possible will do nothing ...
1
40,227
9,916,851,799
IssuesEvent
2019-06-28 21:22:08
vector-im/riot-web
https://api.github.com/repos/vector-im/riot-web
closed
If you're trying to register but can't contact the default HS, the UX doesn't make it very clear how to proceed.
bug defect p1 type:registration ui/ux
<img width="719" alt="image" src="https://user-images.githubusercontent.com/1922197/59196000-669d3200-8b85-11e9-92cf-b48842f9ce1c.png"> The spinner just spins; if you want to register _somewhere_ your best bet is to click 'advanced', but that isn't obvious.
1.0
If you're trying to register but can't contact the default HS, the UX doesn't make it very clear how to proceed. - <img width="719" alt="image" src="https://user-images.githubusercontent.com/1922197/59196000-669d3200-8b85-11e9-92cf-b48842f9ce1c.png"> The spinner just spins; if you want to register _somewhere_ your bes...
defect
if you re trying to register but can t contact the default hs the ux doesn t make it very clear how to proceed img width alt image src the spinner just spins if you want to register somewhere your best bet is to click advanced but that isn t obvious
1
13,763
2,782,632,797
IssuesEvent
2015-05-06 19:06:15
canadainc/quran10
https://api.github.com/repos/canadainc/quran10
reopened
If you try to start a download session while another one is already happening it might corrupt the download
auto-migrated Component-Logic Milestone-Release4.0 Priority-High Security Type-Defect
``` Title: Step back Created Date: May 11, 2014 10:00:13 PM File Bundle: Filebundle[id=1692472, name=quran_3520] Release: 3.5.2 Review Body: I think this update fixed somethings but there is still work to be done. It shouldn't allow you to download the same surah twice while it downloads. This causes problems when...
1.0
If you try to start a download session while another one is already happening it might corrupt the download - ``` Title: Step back Created Date: May 11, 2014 10:00:13 PM File Bundle: Filebundle[id=1692472, name=quran_3520] Release: 3.5.2 Review Body: I think this update fixed somethings but there is still work to be...
defect
if you try to start a download session while another one is already happening it might corrupt the download title step back created date may pm file bundle filebundle release review body i think this update fixed somethings but there is still work to be done it shouldn t allow you to d...
1
204,291
23,238,939,539
IssuesEvent
2022-08-03 14:05:48
Gal-Doron/renovate-test
https://api.github.com/repos/Gal-Doron/renovate-test
opened
WS-2021-0616 (Medium) detected in jackson-databind-2.12.3.jar
security vulnerability
## WS-2021-0616 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.12.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streami...
True
WS-2021-0616 (Medium) detected in jackson-databind-2.12.3.jar - ## WS-2021-0616 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.12.3.jar</b></p></summary> <p>Gener...
non_defect
ws medium detected in jackson databind jar ws medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable...
0
11,346
2,649,303,795
IssuesEvent
2015-03-14 19:44:29
AsyncHttpClient/async-http-client
https://api.github.com/repos/AsyncHttpClient/async-http-client
closed
NullPointerException with GrizzlyAsyncHttpProvider(v1.8) when WebSocket is closed
Defect Grizzly
The Grizzly ProtocolHandler (grizzly-websockets-2.3.18) org.glassfish.grizzly.websockets.ProtocolHandler has a bug when it close the webSocket. ``` public GrizzlyFuture<DataFrame> close(int code, String reason) { return send(new ClosingFrame(code, reason), new EmptyCompletionHandler<DataFrame>() ...
1.0
NullPointerException with GrizzlyAsyncHttpProvider(v1.8) when WebSocket is closed - The Grizzly ProtocolHandler (grizzly-websockets-2.3.18) org.glassfish.grizzly.websockets.ProtocolHandler has a bug when it close the webSocket. ``` public GrizzlyFuture<DataFrame> close(int code, String reason) { return send(n...
defect
nullpointerexception with grizzlyasynchttpprovider when websocket is closed the grizzly protocolhandler grizzly websockets org glassfish grizzly websockets protocolhandler has a bug when it close the websocket public grizzlyfuture close int code string reason return send new closingfr...
1
50,566
13,187,582,304
IssuesEvent
2020-08-13 03:53:24
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
coverage - dst - gcov is getting stuck on I3DST.cxx (Trac #951)
Migrated from Trac cmake defect
37 hours is way too long to process a file [https://groups.google.com/forum/#!topic/gnu.gcc.help/aS3mQGzGE_4 This thread] has a pointer. <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/951 , reported by nega and owned by nega</em></summary> <p> ```json { "status": "closed", "chang...
1.0
coverage - dst - gcov is getting stuck on I3DST.cxx (Trac #951) - 37 hours is way too long to process a file [https://groups.google.com/forum/#!topic/gnu.gcc.help/aS3mQGzGE_4 This thread] has a pointer. <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/951 , reported by nega and owned by nega...
defect
coverage dst gcov is getting stuck on cxx trac hours is way too long to process a file has a pointer migrated from reported by nega and owned by nega json status closed changetime description hours is way too long to process a file n n ha...
1
95,296
8,555,445,391
IssuesEvent
2018-11-08 10:03:39
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
closed
testing8 : ApiV1OrgsByUserGetPathParamPageMysqlSqlInjectionTimebound
testing8 testing8
Project : testing8 Job : UAT Env : UAT Region : US_WEST_3 Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Typ...
2.0
testing8 : ApiV1OrgsByUserGetPathParamPageMysqlSqlInjectionTimebound - Project : testing8 Job : UAT Env : UAT Region : US_WEST_3 Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidat...
non_defect
project job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date endpoint or benchmark charset abc ...
0
4,854
2,610,158,445
IssuesEvent
2015-02-26 18:50:16
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Graphics Glitch
auto-migrated Priority-Medium Type-Defect
``` Destoyed CIS reserch has Rebel model ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 3:01
1.0
Graphics Glitch - ``` Destoyed CIS reserch has Rebel model ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 3:01
defect
graphics glitch destoyed cis reserch has rebel model original issue reported on code google com by gmail com on jan at
1
48,706
5,967,610,500
IssuesEvent
2017-05-30 16:17:46
lucapette/deloominator
https://api.github.com/repos/lucapette/deloominator
opened
Fix travis-ci build
bug testing
Currently the build is [broken](https://travis-ci.org/lucapette/deloominator/builds/237580736) because `yarn` isn't installed on the travis image. I suspect there may be other roadblocks too.
1.0
Fix travis-ci build - Currently the build is [broken](https://travis-ci.org/lucapette/deloominator/builds/237580736) because `yarn` isn't installed on the travis image. I suspect there may be other roadblocks too.
non_defect
fix travis ci build currently the build is because yarn isn t installed on the travis image i suspect there may be other roadblocks too
0
447,849
31,724,594,172
IssuesEvent
2023-09-10 20:02:22
armadaproject/armada
https://api.github.com/repos/armadaproject/armada
closed
Add note about signed commits to Contributor documentation
type/documentation good first issue
The Armada repo now uses the DCO plug-in in its Pull Request checks, and requires that all future commits have a "Signed-Off" attribute in every commit in PRs - see https://github.com/apps/dco . A prominent note should be added to the `CONTRIBUTING.md` doc (and perhaps elsewhere in `docs/` and `developer/` that info...
1.0
Add note about signed commits to Contributor documentation - The Armada repo now uses the DCO plug-in in its Pull Request checks, and requires that all future commits have a "Signed-Off" attribute in every commit in PRs - see https://github.com/apps/dco . A prominent note should be added to the `CONTRIBUTING.md` doc...
non_defect
add note about signed commits to contributor documentation the armada repo now uses the dco plug in in its pull request checks and requires that all future commits have a signed off attribute in every commit in prs see a prominent note should be added to the contributing md doc and perhaps elsewhere in...
0
3,417
2,610,062,287
IssuesEvent
2015-02-26 18:18:19
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
黄岩治疗男性不孕不育
auto-migrated Priority-Medium Type-Defect
``` 黄岩治疗男性不孕不育【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专...
1.0
黄岩治疗男性不孕不育 - ``` 黄岩治疗男性不孕不育【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医...
defect
黄岩治疗男性不孕不育 黄岩治疗男性不孕不育【台州五洲生殖医院】 热线 微信号tzwzszyy 医院地址 台州市 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original i...
1
45,968
13,146,458,694
IssuesEvent
2020-08-08 09:59:53
shaundmorris/ddf
https://api.github.com/repos/shaundmorris/ddf
closed
CVE-2018-19837 Medium Severity Vulnerability detected by WhiteSource
security vulnerability wontfix
## CVE-2018-19837 - Medium Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.11.0</b></p></summary> <p> <p>:rainbow: Node.js bindings to libsass</p> <p>Library home page: <...
True
CVE-2018-19837 Medium Severity Vulnerability detected by WhiteSource - ## CVE-2018-19837 - Medium Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.11.0</b></p></summary> <p...
non_defect
cve medium severity vulnerability detected by whitesource cve medium severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href library source files the source files were matched to this source library bas...
0
50,779
13,187,739,868
IssuesEvent
2020-08-13 04:25:15
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
weighting 'from_simprod' function tries to load missing values (Trac #1356)
Migrated from Trac combo reconstruction defect
icecube.weighting.weighting.from_simprod (weighting.py L578) after connecting to the simprod database, the function tries to load 'NUGEN::elogmin', 'NUGEN::elogmax', and 'NUGEN::injectionradius', which do not exist in new neutrino generator tables. <details> <summary><em>Migrated from <a href="https://code.icecube.wi...
1.0
weighting 'from_simprod' function tries to load missing values (Trac #1356) - icecube.weighting.weighting.from_simprod (weighting.py L578) after connecting to the simprod database, the function tries to load 'NUGEN::elogmin', 'NUGEN::elogmax', and 'NUGEN::injectionradius', which do not exist in new neutrino generator t...
defect
weighting from simprod function tries to load missing values trac icecube weighting weighting from simprod weighting py after connecting to the simprod database the function tries to load nugen elogmin nugen elogmax and nugen injectionradius which do not exist in new neutrino generator tables ...
1
63,721
17,869,891,094
IssuesEvent
2021-09-06 14:09:11
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Element loses connection to the server when exiting
T-Defect X-Cannot-Reproduce
### Steps to reproduce How to reproduce: 1. Install Element/Open Element) 2. Log in (I'm using Matrix.org, I'm not sure about other servers) 3. Exit Element somehow (Everything works fine until this point) 1. You can do this on desktop by either quitting the app from the system tray or letting the compute...
1.0
Element loses connection to the server when exiting - ### Steps to reproduce How to reproduce: 1. Install Element/Open Element) 2. Log in (I'm using Matrix.org, I'm not sure about other servers) 3. Exit Element somehow (Everything works fine until this point) 1. You can do this on desktop by either quitti...
defect
element loses connection to the server when exiting steps to reproduce how to reproduce install element open element log in i m using matrix org i m not sure about other servers exit element somehow everything works fine until this point you can do this on desktop by either quitti...
1
62,542
17,035,600,054
IssuesEvent
2021-07-05 06:35:44
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Manual section about limit-clause contains broken link about Oracle ROWNUM filtering performance
C: Documentation E: All Editions P: Medium R: Fixed T: Defect
Hi, just read the manual at https://www.jooq.org/doc/3.14/manual/sql-building/sql-statements/select-statement/limit-clause/ The link inside this paragraph > Side-note: If you're interested in understanding why we chose ROWNUM for Oracle, please refer to this very interesting benchmark, comparing the different ap...
1.0
Manual section about limit-clause contains broken link about Oracle ROWNUM filtering performance - Hi, just read the manual at https://www.jooq.org/doc/3.14/manual/sql-building/sql-statements/select-statement/limit-clause/ The link inside this paragraph > Side-note: If you're interested in understanding why we c...
defect
manual section about limit clause contains broken link about oracle rownum filtering performance hi just read the manual at the link inside this paragraph side note if you re interested in understanding why we chose rownum for oracle please refer to this very interesting benchmark comparing the differe...
1
26,711
4,777,625,431
IssuesEvent
2016-10-27 16:48:53
wheeler-microfluidics/microdrop
https://api.github.com/repos/wheeler-microfluidics/microdrop
closed
Common AppData dir warnings (Trac #47)
core defect Migrated from Trac
The "devices/plugins does not exist in common AppData dir" warnings pop up on program launch if the user does not have Microdrop installed on their system. These warnings should only be displayed if the application is being run from an exe file (otherwise, the devices and plugins directories should exist in the src tre...
1.0
Common AppData dir warnings (Trac #47) - The "devices/plugins does not exist in common AppData dir" warnings pop up on program launch if the user does not have Microdrop installed on their system. These warnings should only be displayed if the application is being run from an exe file (otherwise, the devices and plugin...
defect
common appdata dir warnings trac the devices plugins does not exist in common appdata dir warnings pop up on program launch if the user does not have microdrop installed on their system these warnings should only be displayed if the application is being run from an exe file otherwise the devices and plugins...
1
383,958
11,371,981,354
IssuesEvent
2020-01-28 00:12:58
googleapis/nodejs-pubsub
https://api.github.com/repos/googleapis/nodejs-pubsub
closed
UnhandledPromiseRejectionWarning: Error: Deadline exceeded
:rotating_light: help wanted needs more info priority: p2 type: bug
#### Environment details - OS: macOS 10.14.5 - Node.js version: v10.16.0 - npm version: 6.9.0 - `@google-cloud/pubsub` version: "^0.30.1", #### Steps to reproduce 1. download this repo as zip 2. cd samples, npm i 3. node subscriptions.js list ``` (node:88354) UnhandledPromiseRej...
1.0
UnhandledPromiseRejectionWarning: Error: Deadline exceeded - #### Environment details - OS: macOS 10.14.5 - Node.js version: v10.16.0 - npm version: 6.9.0 - `@google-cloud/pubsub` version: "^0.30.1", #### Steps to reproduce 1. download this repo as zip 2. cd samples, npm i 3. node su...
non_defect
unhandledpromiserejectionwarning error deadline exceeded environment details os macos node js version npm version google cloud pubsub version steps to reproduce download this repo as zip cd samples npm i node subscrip...
0
52,137
13,211,392,273
IssuesEvent
2020-08-15 22:48:44
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[Steamshovel] artists python files don't like being called on their own which confuses the documentation (Trac #1736)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1736">https://code.icecube.wisc.edu/projects/icecube/ticket/1736</a>, reported by kjmeagherand owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:12:38", "_ts"...
1.0
[Steamshovel] artists python files don't like being called on their own which confuses the documentation (Trac #1736) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1736">https://code.icecube.wisc.edu/projects/icecube/ticket/1736</a>, reported by kjmeagherand owne...
defect
artists python files don t like being called on their own which confuses the documentation trac migrated from json status closed changetime ts description it is not clear to me exactly how steamshovel loads these artist files but it causes prob...
1
184,101
21,784,794,076
IssuesEvent
2022-05-14 01:20:32
rgordon95/simple-react-redux-demo
https://api.github.com/repos/rgordon95/simple-react-redux-demo
opened
CVE-2022-1650 (High) detected in eventsource-1.0.7.tgz
security vulnerability
## CVE-2022-1650 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eventsource-1.0.7.tgz</b></p></summary> <p>W3C compliant EventSource client for Node.js and browser (polyfill)</p> <p>L...
True
CVE-2022-1650 (High) detected in eventsource-1.0.7.tgz - ## CVE-2022-1650 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eventsource-1.0.7.tgz</b></p></summary> <p>W3C compliant Event...
non_defect
cve high detected in eventsource tgz cve high severity vulnerability vulnerable library eventsource tgz compliant eventsource client for node js and browser polyfill library home page a href path to dependency file simple react redux demo package json path to vul...
0
3,239
2,664,652,202
IssuesEvent
2015-03-20 15:45:25
backbee/backbee-standard
https://api.github.com/repos/backbee/backbee-standard
closed
name of the blocks
Fixed To test
After droping a new block, i can't see the breadcrumb trail telling me how block ae organised contentset > articleblock...etc
1.0
name of the blocks - After droping a new block, i can't see the breadcrumb trail telling me how block ae organised contentset > articleblock...etc
non_defect
name of the blocks after droping a new block i can t see the breadcrumb trail telling me how block ae organised contentset articleblock etc
0
580,022
17,203,287,949
IssuesEvent
2021-07-17 18:02:27
soedevteam/soe-tracker
https://api.github.com/repos/soedevteam/soe-tracker
reopened
[BUG] Tow Job not registering as on duty
Bug Low Priority
Details -- **Report Link:** https://evolpcgaming.com/forums/topic/19683-bug-tow-job-issues/ **Feature(s) Affected:** /towonduty **Exploitable?:** No **CitizenFX Log(s):** [CitizenFX_log_2021-06-19T110813.log](https://github.com/soedevteam/soe-tracker/files/6681193/CitizenFX_log_2021-06-19T110813.log) <br>De...
1.0
[BUG] Tow Job not registering as on duty - Details -- **Report Link:** https://evolpcgaming.com/forums/topic/19683-bug-tow-job-issues/ **Feature(s) Affected:** /towonduty **Exploitable?:** No **CitizenFX Log(s):** [CitizenFX_log_2021-06-19T110813.log](https://github.com/soedevteam/soe-tracker/files/6681193/Citiz...
non_defect
tow job not registering as on duty details report link feature s affected towonduty exploitable no citizenfx log s description noticed that towonduty didn t show any tow on duty even though i was and have been for a while an leo tried to mark a vehicle for tow a...
0
49,878
13,187,284,320
IssuesEvent
2020-08-13 02:55:38
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[clsim] GPU detection broken for RTX-series cards (Trac #2212)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2212">https://code.icecube.wisc.edu/ticket/2212</a>, reported by jvansanten and owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime": "2019-03-06T20:58:01", "description": "Nvidia decided that...
1.0
[clsim] GPU detection broken for RTX-series cards (Trac #2212) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2212">https://code.icecube.wisc.edu/ticket/2212</a>, reported by jvansanten and owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime"...
defect
gpu detection broken for rtx series cards trac migrated from json status closed changetime description nvidia decided that ray tracing was a thing and renamed their gtx series rtx and e g the ti advertises itself as geforce rtx ti clsim tr...
1
34,898
7,468,082,101
IssuesEvent
2018-04-02 17:42:23
mlpack/mlpack
https://api.github.com/repos/mlpack/mlpack
closed
LARSTest/NoCholeskySingularityTest often fails for i386
D: difficult P: minor T: defect
**Reported by rcurtin on 10 Apr 44902838 02:43 UTC** For some reason I haven't nailed down, on i386, NoCholeskySingularityTest often fails despite the fact that the code should work fine. In my investigations, I have discovered that the reason for this is that the test will try to solve a singular matrix of the form ...
1.0
LARSTest/NoCholeskySingularityTest often fails for i386 - **Reported by rcurtin on 10 Apr 44902838 02:43 UTC** For some reason I haven't nailed down, on i386, NoCholeskySingularityTest often fails despite the fact that the code should work fine. In my investigations, I have discovered that the reason for this is that ...
defect
larstest nocholeskysingularitytest often fails for reported by rcurtin on apr utc for some reason i haven t nailed down on nocholeskysingularitytest often fails despite the fact that the code should work fine in my investigations i have discovered that the reason for this is that the test will tr...
1
555,937
16,472,619,672
IssuesEvent
2021-05-23 18:14:42
SkriptLang/Skript
https://api.github.com/repos/SkriptLang/Skript
closed
Issue with custom items from itemsadder
bug completed priority: medium
### Description It seems like Skript changes the lore of an itemsadder item ### Steps to Reproduce |> Install Skript, TuSKe and Itemsadder |> Create a gui |> Add a custom item with a lore to that gui |> Give yourself the itemsadder item that has been used in the GUI ### Expected Behavior Keeping the lore a...
1.0
Issue with custom items from itemsadder - ### Description It seems like Skript changes the lore of an itemsadder item ### Steps to Reproduce |> Install Skript, TuSKe and Itemsadder |> Create a gui |> Add a custom item with a lore to that gui |> Give yourself the itemsadder item that has been used in the GUI ...
non_defect
issue with custom items from itemsadder description it seems like skript changes the lore of an itemsadder item steps to reproduce install skript tuske and itemsadder create a gui add a custom item with a lore to that gui give yourself the itemsadder item that has been used in the gui ...
0
111,243
24,095,560,803
IssuesEvent
2022-09-19 18:24:51
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
reopened
[Bug]-[1120]:Where condition on GSheets fails to query if there's mixed data type present in column data
Bug Backend High Release Google Sheets BE Coders Pod Datatype issue
## Description If a GSheet column has mixed data type (number and string) then where condition fails to query results that favour the filter condition. This is an extension of #7688 ### Steps to reproduce the behaviour: 1. Go to GSheets datasource and add a new query 2. Add where condition for a table where m...
1.0
[Bug]-[1120]:Where condition on GSheets fails to query if there's mixed data type present in column data - ## Description If a GSheet column has mixed data type (number and string) then where condition fails to query results that favour the filter condition. This is an extension of #7688 ### Steps to reproduce ...
non_defect
where condition on gsheets fails to query if there s mixed data type present in column data description if a gsheet column has mixed data type number and string then where condition fails to query results that favour the filter condition this is an extension of steps to reproduce the behaviou...
0
49,308
13,186,603,541
IssuesEvent
2020-08-13 00:42:51
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
CoincSuite split_recombine.py example doesn't run (Trac #1162)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1162">https://code.icecube.wisc.edu/ticket/1162</a>, reported by jtatar and owned by mzoll</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "Here is the error message:\n...
1.0
CoincSuite split_recombine.py example doesn't run (Trac #1162) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1162">https://code.icecube.wisc.edu/ticket/1162</a>, reported by jtatar and owned by mzoll</em></summary> <p> ```json { "status": "closed", "changetime": "2019-0...
defect
coincsuite split recombine py example doesn t run trac migrated from json status closed changetime description here is the error message n n n ninfo python using coincsuite recombinations coincsuite py in complete ntraceback most recent call las...
1
376,382
26,197,870,128
IssuesEvent
2023-01-03 14:59:43
Gamify-IT/issues
https://api.github.com/repos/Gamify-IT/issues
closed
Overworld: Achievement System Data Model
documentation storypoint/1
## Requirement ## Current Behavior Currently, we don't know which data is needed for the achievements and how we want to model them. ## Expected Behavior We have a data modeling system. ## DoD - [ ] The data model is documented
1.0
Overworld: Achievement System Data Model - ## Requirement ## Current Behavior Currently, we don't know which data is needed for the achievements and how we want to model them. ## Expected Behavior We have a data modeling system. ## DoD - [ ] The data model is documented
non_defect
overworld achievement system data model requirement current behavior currently we don t know which data is needed for the achievements and how we want to model them expected behavior we have a data modeling system dod the data model is documented
0
109,050
4,366,931,171
IssuesEvent
2016-08-03 15:40:32
radiasoft/sirepo
https://api.github.com/repos/radiasoft/sirepo
closed
Zoom on heatmap line-outs
1st Priority
Add zoom/pan and point navigator to heatmap line-outs similar to line plots.
1.0
Zoom on heatmap line-outs - Add zoom/pan and point navigator to heatmap line-outs similar to line plots.
non_defect
zoom on heatmap line outs add zoom pan and point navigator to heatmap line outs similar to line plots
0
21,909
3,587,215,015
IssuesEvent
2016-01-30 05:06:04
mash99/crypto-js
https://api.github.com/repos/mash99/crypto-js
closed
MD4
auto-migrated Priority-Medium Type-Defect
``` Can you add MD4 hashing algoritm? Implementation for crypto-js library attached ``` Original issue reported on code.google.com by `nf404.n...@gmail.com` on 2 Apr 2014 at 4:07 Attachments: * [md4.js](https://storage.googleapis.com/google-code-attachments/crypto-js/issue-123/comment-0/md4.js)
1.0
MD4 - ``` Can you add MD4 hashing algoritm? Implementation for crypto-js library attached ``` Original issue reported on code.google.com by `nf404.n...@gmail.com` on 2 Apr 2014 at 4:07 Attachments: * [md4.js](https://storage.googleapis.com/google-code-attachments/crypto-js/issue-123/comment-0/md4.js)
defect
can you add hashing algoritm implementation for crypto js library attached original issue reported on code google com by n gmail com on apr at attachments
1
371,135
25,938,882,754
IssuesEvent
2022-12-16 16:25:44
NIAEFEUP/tts-revamp-fe
https://api.github.com/repos/NIAEFEUP/tts-revamp-fe
opened
Refactor, comment, and polish of code
documentation low priority medium effort
The code in this project has become difficult to read and maintain due to a lack of comments. We need to refactor the code to improve its structure and readability and add comments to help other developers understand how the code works.
1.0
Refactor, comment, and polish of code - The code in this project has become difficult to read and maintain due to a lack of comments. We need to refactor the code to improve its structure and readability and add comments to help other developers understand how the code works.
non_defect
refactor comment and polish of code the code in this project has become difficult to read and maintain due to a lack of comments we need to refactor the code to improve its structure and readability and add comments to help other developers understand how the code works
0
197,858
15,696,047,387
IssuesEvent
2021-03-26 01:03:22
MuneebNasir/Amazin-online-bookstore-OA
https://api.github.com/repos/MuneebNasir/Amazin-online-bookstore-OA
closed
Research for Cucumber Tests
documentation new
**Is your feature request related to a problem? Please describe.** Research into Cucumber test cases for the developed code **Describe the solution you'd like** Research & understand the testing technique and create test case with Cucumber **Describe alternatives you've considered** N/A **Additional contex...
1.0
Research for Cucumber Tests - **Is your feature request related to a problem? Please describe.** Research into Cucumber test cases for the developed code **Describe the solution you'd like** Research & understand the testing technique and create test case with Cucumber **Describe alternatives you've considere...
non_defect
research for cucumber tests is your feature request related to a problem please describe research into cucumber test cases for the developed code describe the solution you d like research understand the testing technique and create test case with cucumber describe alternatives you ve considere...
0
98,405
8,676,291,214
IssuesEvent
2018-11-30 13:41:54
HippieStation/HippieStation
https://api.github.com/repos/HippieStation/HippieStation
closed
admin heal wont work properly on decapitated people
Tested/Reproduced
In-Game report from pyko: Server info: 24508 (Hippie Station) It fixes corpse, but brains and shit have to be edited in.
1.0
admin heal wont work properly on decapitated people - In-Game report from pyko: Server info: 24508 (Hippie Station) It fixes corpse, but brains and shit have to be edited in.
non_defect
admin heal wont work properly on decapitated people in game report from pyko server info hippie station it fixes corpse but brains and shit have to be edited in
0
318,172
23,706,191,465
IssuesEvent
2022-08-30 01:32:35
RCommon-Team/RCommon
https://api.github.com/repos/RCommon-Team/RCommon
closed
Clean Architecture CQRS Sample
documentation enhancement
Need a simple CA/CQRS sample to assist with demonstrating how to use RCommon. Scenarios that should be covered: - Dependency Injection via Adapters - Mediator - Repositories w/ EF - Business Entities base classes - Model/DTO base classes - Unit of Work pattern & behavior - DTO validation
1.0
Clean Architecture CQRS Sample - Need a simple CA/CQRS sample to assist with demonstrating how to use RCommon. Scenarios that should be covered: - Dependency Injection via Adapters - Mediator - Repositories w/ EF - Business Entities base classes - Model/DTO base classes - Unit of Work pattern & behavior - DTO...
non_defect
clean architecture cqrs sample need a simple ca cqrs sample to assist with demonstrating how to use rcommon scenarios that should be covered dependency injection via adapters mediator repositories w ef business entities base classes model dto base classes unit of work pattern behavior dto...
0
294,392
9,023,093,491
IssuesEvent
2019-02-07 05:24:43
utra-robosoccer/soccer-embedded
https://api.github.com/repos/utra-robosoccer/soccer-embedded
closed
green bar and "pure virtual method called" in console when function in EXPECT_CALL(*).Times(1) gets called 0 times
Priority: Low Type: Bug
**Describe the bug** When an `EXPECT_CALL` is given with `.Times(1)`, sometimes the test results show as green and the console has the following printed: ``` pure virtual method called terminate called without an active exception ``` An example of this occurring is the message shows in one of the UDP driver t...
1.0
green bar and "pure virtual method called" in console when function in EXPECT_CALL(*).Times(1) gets called 0 times - **Describe the bug** When an `EXPECT_CALL` is given with `.Times(1)`, sometimes the test results show as green and the console has the following printed: ``` pure virtual method called terminate ca...
non_defect
green bar and pure virtual method called in console when function in expect call times gets called times describe the bug when an expect call is given with times sometimes the test results show as green and the console has the following printed pure virtual method called terminate ca...
0
15,828
2,869,079,991
IssuesEvent
2015-06-05 23:10:18
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Pub server crashes during compilation
NeedsInfo Pkg-Polymer Priority-Unassigned Type-Defect
*This issue was originally filed by tejaine...&#064;gmail.com* _____ **What steps will reproduce the problem?** 1. Launch Pub server 2. Use it for a while 3. It crashes while compiling **What version of the product are you using?** Dart Editor version 1.7.0.dev_02_00 (DEV) Dart SDK version 1.7.0-dev.2.0 **On what op...
1.0
Pub server crashes during compilation - *This issue was originally filed by tejaine...&#064;gmail.com* _____ **What steps will reproduce the problem?** 1. Launch Pub server 2. Use it for a while 3. It crashes while compiling **What version of the product are you using?** Dart Editor version 1.7.0.dev_02_00 (DEV) Dart...
defect
pub server crashes during compilation this issue was originally filed by tejaine gmail com what steps will reproduce the problem launch pub server use it for a while it crashes while compiling what version of the product are you using dart editor version dev dev dart sdk...
1
757,431
26,512,143,278
IssuesEvent
2023-01-18 17:56:34
LLK/scratch-www
https://api.github.com/repos/LLK/scratch-www
closed
CE-310 Title Text on EV3 Page Overlaps
priority 3 Medium Severity Low Impact
### Expected Behavior The text "EV3" in the title should be next to "LEGO MINDSTORMS" ### Actual Behavior Text "EV3" overlaps with body text in fullscreen mode. ### Steps to Reproduce Steps to reproduce the behavior: 1. Go to https://scratch.mit.edu/ev3/ 2. Notice that the text EV3 overlaps with the body tex...
1.0
CE-310 Title Text on EV3 Page Overlaps - ### Expected Behavior The text "EV3" in the title should be next to "LEGO MINDSTORMS" ### Actual Behavior Text "EV3" overlaps with body text in fullscreen mode. ### Steps to Reproduce Steps to reproduce the behavior: 1. Go to https://scratch.mit.edu/ev3/ 2. Notice tha...
non_defect
ce title text on page overlaps expected behavior the text in the title should be next to lego mindstorms actual behavior text overlaps with body text in fullscreen mode steps to reproduce steps to reproduce the behavior go to notice that the text overlaps with the body...
0
14,389
3,833,686,161
IssuesEvent
2016-04-01 05:40:51
okTurtles/dnschain
https://api.github.com/repos/okTurtles/dnschain
closed
Domain used in documentation examples ( okturtles.bit ) returns NXDOMAIN
documentation namecoin
Greetings dear dnschain developers & users. I just noticed that okturtles.bit now returns NXDOMAIN, this could be confusing for new dnschain users since that domain is used in the documentation examples: https://github.com/okTurtles/dnschain/blob/dev/docs/How-do-I-run-my-own.md https://github.com/okTurtles/dnsch...
1.0
Domain used in documentation examples ( okturtles.bit ) returns NXDOMAIN - Greetings dear dnschain developers & users. I just noticed that okturtles.bit now returns NXDOMAIN, this could be confusing for new dnschain users since that domain is used in the documentation examples: https://github.com/okTurtles/dnscha...
non_defect
domain used in documentation examples okturtles bit returns nxdomain greetings dear dnschain developers users i just noticed that okturtles bit now returns nxdomain this could be confusing for new dnschain users since that domain is used in the documentation examples querying my own install d...
0
25,653
4,417,711,847
IssuesEvent
2016-08-15 07:24:23
snowie2000/mactype
https://api.github.com/repos/snowie2000/mactype
closed
Download link broken
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Go to mactype homepage 2. Click download 3. Server error What is the expected output? What do you see instead? There is a server error when trying to download the .exe file What version of the product are you using? On what operating system? Newest version (2014) Windows ...
1.0
Download link broken - ``` What steps will reproduce the problem? 1. Go to mactype homepage 2. Click download 3. Server error What is the expected output? What do you see instead? There is a server error when trying to download the .exe file What version of the product are you using? On what operating system? Newest ...
defect
download link broken what steps will reproduce the problem go to mactype homepage click download server error what is the expected output what do you see instead there is a server error when trying to download the exe file what version of the product are you using on what operating system newest ...
1
32,959
6,979,144,167
IssuesEvent
2017-12-12 19:57:26
idaholab/raven
https://api.github.com/repos/idaholab/raven
opened
Regression test script runs plugin tests multiple times
defect priority_normal
-------- Issue Description -------- ##### What did you expect to see happen? The regression test system should run each test only once. ##### What did you see instead? When ./run_tests is executed, the plugin tests are run multiple times. I did not check if other test are run multiple times as well... #...
1.0
Regression test script runs plugin tests multiple times - -------- Issue Description -------- ##### What did you expect to see happen? The regression test system should run each test only once. ##### What did you see instead? When ./run_tests is executed, the plugin tests are run multiple times. I did not ch...
defect
regression test script runs plugin tests multiple times issue description what did you expect to see happen the regression test system should run each test only once what did you see instead when run tests is executed the plugin tests are run multiple times i did not ch...
1
51,597
10,698,936,845
IssuesEvent
2019-10-23 19:48:53
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Pop Up Box does not close
No Code Attached Yet
### Steps to reproduce the issue Go to system> mail templates Open an existing mail template and save it. Green popup box appears after save ### Expected result Click x to close popup box and box should close ### Actual result Click x to close popup box, green box closes but gray box remains place ...
1.0
Pop Up Box does not close - ### Steps to reproduce the issue Go to system> mail templates Open an existing mail template and save it. Green popup box appears after save ### Expected result Click x to close popup box and box should close ### Actual result Click x to close popup box, green box closes...
non_defect
pop up box does not close steps to reproduce the issue go to system mail templates open an existing mail template and save it green popup box appears after save expected result click x to close popup box and box should close actual result click x to close popup box green box closes...
0
288,575
31,861,476,035
IssuesEvent
2023-09-15 11:14:59
nidhi7598/linux-v4.19.72_CVE-2022-3564
https://api.github.com/repos/nidhi7598/linux-v4.19.72_CVE-2022-3564
opened
CVE-2019-12380 (Medium) detected in linuxlinux-4.19.294, linuxlinux-4.19.294
Mend: dependency security vulnerability
## CVE-2019-12380 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.19.294</b>, <b>linuxlinux-4.19.294</b></p></summary> <p> </p> </details> <p></p> <details><summary><...
True
CVE-2019-12380 (Medium) detected in linuxlinux-4.19.294, linuxlinux-4.19.294 - ## CVE-2019-12380 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.19.294</b>, <b>linuxlin...
non_defect
cve medium detected in linuxlinux linuxlinux cve medium severity vulnerability vulnerable libraries linuxlinux linuxlinux vulnerability details disputed an issue was discovered in the efi subsystem in the linux kernel through phys ...
0
195,157
6,904,799,986
IssuesEvent
2017-11-27 02:26:26
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.facebook.com - video or audio doesn't play
browser-firefox priority-critical
<!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.facebook.com/SChassis/videos/vb.131028676974110/1553725754704388/?type=2&theater **Browser / Version**: Firefox 58.0 **Operating System*...
1.0
www.facebook.com - video or audio doesn't play - <!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.facebook.com/SChassis/videos/vb.131028676974110/1553725754704388/?type=2&theater **Brow...
non_defect
video or audio doesn t play url browser version firefox operating system windows tested another browser unknown problem type video or audio doesn t play description wont play videos says i need flash player but have adobe flash player steps to reproduce lay...
0
24,192
3,923,186,588
IssuesEvent
2016-04-22 10:06:49
googlei18n/libphonenumber
https://api.github.com/repos/googlei18n/libphonenumber
closed
Chile mobile number not accepted as valid number
priority-medium type-defect
Imported from [Google Code issue #562](https://code.google.com/p/libphonenumber/issues/detail?id=562) created by [RalphLenssen](https://code.google.com/u/115514840686149311424/) on 2014-11-25T13:08:11.000Z: ---- <b>What steps will reproduce the problem?</b> 1.Use the phone number &quot;+56 8 998xxxx&quot; which is a ...
1.0
Chile mobile number not accepted as valid number - Imported from [Google Code issue #562](https://code.google.com/p/libphonenumber/issues/detail?id=562) created by [RalphLenssen](https://code.google.com/u/115514840686149311424/) on 2014-11-25T13:08:11.000Z: ---- <b>What steps will reproduce the problem?</b> 1.Use the ...
defect
chile mobile number not accepted as valid number imported from created by on what steps will reproduce the problem use the phone number quot quot which is a valid format for a chile mobile number according to the phonenumber is rejected as not a valid number what is...
1
48,734
12,236,761,758
IssuesEvent
2020-05-04 16:52:43
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found.
TF 2.0 stat:awaiting response subtype:windows type:build/install
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 64-bit - TensorFlow installed from (source or binary): - TensorFlow version: 20.1 - Python version: Python 3.8 (64-bit) - Installed using virtualenv? pip? conda?: pip - GCC/Compiler version (if compiling from source): Ju...
1.0
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found. - **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 64-bit - TensorFlow installed from (source or binary): - TensorFlow version: 20.1 - Python version: Pytho...
non_defect
importerror dll load failed while importing pywrap tensorflow internal the specified module could not be found system information os platform and distribution e g linux ubuntu windows bit tensorflow installed from source or binary tensorflow version python version python ...
0
61,299
17,023,660,829
IssuesEvent
2021-07-03 03:09:38
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
search/... URLs to nominatim do not work correctly
Component: nominatim Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.16pm, Friday, 10th December 2010]** Maybe URL rewriting is not configured right; from the examples at http://wiki.openstreetmap.org/wiki/Nominatim#Examples only the search?q=... one is working, the other ones do not return valid data. This breaks other tools t...
1.0
search/... URLs to nominatim do not work correctly - **[Submitted to the original trac issue database at 8.16pm, Friday, 10th December 2010]** Maybe URL rewriting is not configured right; from the examples at http://wiki.openstreetmap.org/wiki/Nominatim#Examples only the search?q=... one is working, the other one...
defect
search urls to nominatim do not work correctly maybe url rewriting is not configured right from the examples at only the search q one is working the other ones do not return valid data this breaks other tools that rely on the search format
1
24,426
3,975,697,162
IssuesEvent
2016-05-05 07:22:43
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Responsive Datatable seems to be broken
defect
It seems that the responsive Datatable don't work correct. --> See attached screenshot ![2016-05-04 11_36_37-clipboard](https://cloud.githubusercontent.com/assets/1255481/15010505/9d31bc70-11ec-11e6-9bbc-50d6d055f948.png) Tested on Chrome & Firefox. Using primeng1.0.0-beta.4 and angular2.0.0-beta.17
1.0
Responsive Datatable seems to be broken - It seems that the responsive Datatable don't work correct. --> See attached screenshot ![2016-05-04 11_36_37-clipboard](https://cloud.githubusercontent.com/assets/1255481/15010505/9d31bc70-11ec-11e6-9bbc-50d6d055f948.png) Tested on Chrome & Firefox. Using primeng1.0...
defect
responsive datatable seems to be broken it seems that the responsive datatable don t work correct see attached screenshot tested on chrome firefox using beta and beta
1
54,446
13,689,096,853
IssuesEvent
2020-09-30 12:42:49
numpy/numpy.org
https://api.github.com/repos/numpy/numpy.org
opened
Newer Hugo version introduced rendering issue
defect deployment
See gh-362: Hugo 0.74.3 worked fine, 0.75.1 broke the navbar. There's two things to do here: - Figure out what is broken with the newer Hugo version and fix it. - Better control the Hugo versions used for Netlify preview and for deployment, so we will not have unexpected breakage when the Hugo version gets bumped t...
1.0
Newer Hugo version introduced rendering issue - See gh-362: Hugo 0.74.3 worked fine, 0.75.1 broke the navbar. There's two things to do here: - Figure out what is broken with the newer Hugo version and fix it. - Better control the Hugo versions used for Netlify preview and for deployment, so we will not have unexpec...
defect
newer hugo version introduced rendering issue see gh hugo worked fine broke the navbar there s two things to do here figure out what is broken with the newer hugo version and fix it better control the hugo versions used for netlify preview and for deployment so we will not have unexpected ...
1
444,286
31,030,741,344
IssuesEvent
2023-08-10 12:18:58
appsmithorg/appsmith-docs
https://api.github.com/repos/appsmithorg/appsmith-docs
closed
[Docs]: Rehaul - clearStore ()
Documentation Doc Rehaul User Education Pod
### Is there an existing issue for this? - [X] I have searched the existing issues ### Documentation Link https://docs.appsmith.com/reference/appsmith-framework/widget-actions/store-value#clear-store ### Discord/slack/intercom Link _No response_ ### Describe the problem and improvement. Create a new page for thi...
1.0
[Docs]: Rehaul - clearStore () - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Documentation Link https://docs.appsmith.com/reference/appsmith-framework/widget-actions/store-value#clear-store ### Discord/slack/intercom Link _No response_ ### Describe the problem and improv...
non_defect
rehaul clearstore is there an existing issue for this i have searched the existing issues documentation link discord slack intercom link no response describe the problem and improvement create a new page for this function and update the content
0
78,254
15,569,949,786
IssuesEvent
2021-03-17 01:22:15
jrrk/riscv-linux
https://api.github.com/repos/jrrk/riscv-linux
opened
CVE-2020-25212 (High) detected in linux-amlogicv4.18, aspeedaspeed-4.19-devicetree-no-fsi
security vulnerability
## CVE-2020-25212 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-amlogicv4.18</b>, <b>aspeedaspeed-4.19-devicetree-no-fsi</b></p></summary> <p> </p> </details> <p></p> <detai...
True
CVE-2020-25212 (High) detected in linux-amlogicv4.18, aspeedaspeed-4.19-devicetree-no-fsi - ## CVE-2020-25212 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-amlogicv4.18</b>, <...
non_defect
cve high detected in linux aspeedaspeed devicetree no fsi cve high severity vulnerability vulnerable libraries linux aspeedaspeed devicetree no fsi vulnerability details a toctou mismatch in the nfs client code in the linux kernel before could ...
0
11,110
8,293,299,564
IssuesEvent
2018-09-20 05:59:41
oasp/oasp4j
https://api.github.com/repos/oasp/oasp4j
closed
Security, sample application: Data validation issues
sample security
There are some security issues with the provided sample application of OASP: 1. The data received from the client is always fully trusted. 2. The client gets always whole objects containing many attributes which are neither needed or displayed (which in combination with point 1 leads to an unnecessary big attack surfac...
True
Security, sample application: Data validation issues - There are some security issues with the provided sample application of OASP: 1. The data received from the client is always fully trusted. 2. The client gets always whole objects containing many attributes which are neither needed or displayed (which in combination...
non_defect
security sample application data validation issues there are some security issues with the provided sample application of oasp the data received from the client is always fully trusted the client gets always whole objects containing many attributes which are neither needed or displayed which in combination...
0
173,282
13,395,216,823
IssuesEvent
2020-09-03 08:05:21
elastic/beats
https://api.github.com/repos/elastic/beats
opened
[x-pack/metricbeat] ec2_integration_test
Metricbeat flaky-test
## Flaky Test * **Test Name:** TestFetch – ec2 * **Link:** https://github.com/elastic/beats/blob/8fce110040dd445b2cd3f5a3b95e67dddab31b0a/x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go#L28 * **Branch:** master * **Artifact Link:** [build logs](https://beats-ci.elastic.co/job/Beats/job/beats/job/master/3...
1.0
[x-pack/metricbeat] ec2_integration_test - ## Flaky Test * **Test Name:** TestFetch – ec2 * **Link:** https://github.com/elastic/beats/blob/8fce110040dd445b2cd3f5a3b95e67dddab31b0a/x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go#L28 * **Branch:** master * **Artifact Link:** [build logs](https://beats-ci....
non_defect
integration test flaky test test name testfetch – link branch master artifact link if the first link got broke notes kaiyan sheng dig deeper and found that there is no metric collected by metricset which means there is no cloudwatch metrics for yet ...
0
94,218
3,922,991,087
IssuesEvent
2016-04-22 09:18:45
sahana/SAMBRO
https://api.github.com/repos/sahana/SAMBRO
opened
Parameters in Info block
bug High Priority
Parameters are not saving in message templates. The labels are not key and value ... laymen need to understand .... is should be name and value
1.0
Parameters in Info block - Parameters are not saving in message templates. The labels are not key and value ... laymen need to understand .... is should be name and value
non_defect
parameters in info block parameters are not saving in message templates the labels are not key and value laymen need to understand is should be name and value
0
44,191
12,034,270,904
IssuesEvent
2020-04-13 15:44:40
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
When adding an account manager, using a project URL does not halt gracefully.
C: Manager P: Minor R: fixed T: Defect
**Reported by JacobKlein on 16 May 41247778 08:26 UTC** Tools -> Add project or account manager... -> Use account manager -> Paste a project URL like http://isaac.ssl.berkeley.edu/alpha/ -> Next -> Agree to terms if applicable -> Identify account for the project -> Receive the following error: Failed to add project[er...
1.0
When adding an account manager, using a project URL does not halt gracefully. - **Reported by JacobKlein on 16 May 41247778 08:26 UTC** Tools -> Add project or account manager... -> Use account manager -> Paste a project URL like http://isaac.ssl.berkeley.edu/alpha/ -> Next -> Agree to terms if applicable -> Identify a...
defect
when adding an account manager using a project url does not halt gracefully reported by jacobklein on may utc tools add project or account manager use account manager paste a project url like next agree to terms if applicable identify account for the project receive the followi...
1
135,563
5,254,592,876
IssuesEvent
2017-02-02 13:24:46
Alexey-Yakovenko/deadbeef
https://api.github.com/repos/Alexey-Yakovenko/deadbeef
closed
keyboard control for track properties (navigation between fields, e. g. TAB)
enhancement Priority-Medium
Original [issue 1117](https://code.google.com/p/ddb/issues/detail?id=1117) created by Alexey-Yakovenko on 2014-05-25T18:33:49.000Z: (This is an ENHANCEMENT) It would be a very nice thing to have if we could navigate between fields (Artist/Title/Comment...) using the TAB key. (Though a long-time wish of mine, I wanted...
1.0
keyboard control for track properties (navigation between fields, e. g. TAB) - Original [issue 1117](https://code.google.com/p/ddb/issues/detail?id=1117) created by Alexey-Yakovenko on 2014-05-25T18:33:49.000Z: (This is an ENHANCEMENT) It would be a very nice thing to have if we could navigate between fields (Artist/...
non_defect
keyboard control for track properties navigation between fields e g tab original created by alexey yakovenko on this is an enhancement it would be a very nice thing to have if we could navigate between fields artist title comment using the tab key though a long time wish of mine i wa...
0