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
68,739
21,874,897,387
IssuesEvent
2022-05-19 09:15:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
IRC room presence status does not sync to room on matrix
T-Defect
### Steps to reproduce 1. Go into room https://matrix.to/#/#_gimpnet_#gimp:gnome.org 2. Open room info 3. Look at list of people. This list is not up to date with who is actually online, if they are using an IRC client. (there is no indication of online or offline, to be fair). ### Outcome #### What did you expect...
1.0
IRC room presence status does not sync to room on matrix - ### Steps to reproduce 1. Go into room https://matrix.to/#/#_gimpnet_#gimp:gnome.org 2. Open room info 3. Look at list of people. This list is not up to date with who is actually online, if they are using an IRC client. (there is no indication of online or o...
defect
irc room presence status does not sync to room on matrix steps to reproduce go into room open room info look at list of people this list is not up to date with who is actually online if they are using an irc client there is no indication of online or offline to be fair outcome what...
1
22,745
10,766,199,219
IssuesEvent
2019-11-01 13:11:54
valdisiljuconoks/Ascend15
https://api.github.com/repos/valdisiljuconoks/Ascend15
opened
CVE-2018-19797 (Medium) detected in node-sass-v3.7.0
security vulnerability
## CVE-2018-19797 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv3.7.0</b></p></summary> <p> <p>:rainbow: Node.js bindings to libsass</p> <p>Library home page: <a href=htt...
True
CVE-2018-19797 (Medium) detected in node-sass-v3.7.0 - ## CVE-2018-19797 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv3.7.0</b></p></summary> <p> <p>:rainbow: Node.js bi...
non_defect
cve medium detected in node sass cve medium severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href found in head commit a href library source files the source files were matched to this s...
0
240,082
18,292,473,309
IssuesEvent
2021-10-05 16:40:26
terrapower/armi
https://api.github.com/repos/terrapower/armi
closed
Some gallery examples are broken
bug documentation
Six of the gallery examples show a "broken" thumbnail. https://terrapower.github.io/armi/gallery/index.html Related to #394; some of these examples are calling a `sefl._log()` with arguments that are consistent with the ARMI logger where a standard python logger is expected. ``` Traceback (most recent call la...
1.0
Some gallery examples are broken - Six of the gallery examples show a "broken" thumbnail. https://terrapower.github.io/armi/gallery/index.html Related to #394; some of these examples are calling a `sefl._log()` with arguments that are consistent with the ARMI logger where a standard python logger is expected. ...
non_defect
some gallery examples are broken six of the gallery examples show a broken thumbnail related to some of these examples are calling a sefl log with arguments that are consistent with the armi logger where a standard python logger is expected traceback most recent call last file hom...
0
259,129
27,621,702,870
IssuesEvent
2023-03-10 01:05:19
rvvergara/rails-api
https://api.github.com/repos/rvvergara/rails-api
opened
CVE-2023-27530 (High) detected in rack-2.2.3.gem
Mend: dependency security vulnerability
## CVE-2023-27530 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-2.2.3.gem</b></p></summary> <p>Rack provides a minimal, modular and adaptable interface for developing web applic...
True
CVE-2023-27530 (High) detected in rack-2.2.3.gem - ## CVE-2023-27530 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-2.2.3.gem</b></p></summary> <p>Rack provides a minimal, modula...
non_defect
cve high detected in rack gem cve high severity vulnerability vulnerable library rack gem rack provides a minimal modular and adaptable interface for developing web applications in ruby by wrapping http requests and responses in the simplest way possible it unifies and distil...
0
13,557
2,765,686,553
IssuesEvent
2015-04-29 21:53:00
ljean/modbus-tk
https://api.github.com/repos/ljean/modbus-tk
closed
32 bit values
auto-migrated Priority-Medium Type-Defect
``` Is it possible to have a 32 bit value and let the library to split in 2 16 bit registers automatically ? If so, could you please send me an example ? Thanks !! Platform: ARM OS: Linux Python version: 2.6.3 ``` Original issue reported on code.google.com by `arapop...@gmail.com` on 29 Nov 2012 at 6:38
1.0
32 bit values - ``` Is it possible to have a 32 bit value and let the library to split in 2 16 bit registers automatically ? If so, could you please send me an example ? Thanks !! Platform: ARM OS: Linux Python version: 2.6.3 ``` Original issue reported on code.google.com by `arapop...@gmail.com` on 29 Nov 2012 ...
defect
bit values is it possible to have a bit value and let the library to split in bit registers automatically if so could you please send me an example thanks platform arm os linux python version original issue reported on code google com by arapop gmail com on nov at
1
10,820
2,622,191,646
IssuesEvent
2015-03-04 00:23:23
byzhang/cudpp
https://api.github.com/repos/byzhang/cudpp
closed
non-multiple of 16 sizes seem to fail for radixsort
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. running cuddpSort with radix sort functionality 2. setting it up for 3991 as the number of elements to sort 3. What is the expected output? What do you see instead? Expected outcome should be a sorted device array which can then be passed to other functions for further pr...
1.0
non-multiple of 16 sizes seem to fail for radixsort - ``` What steps will reproduce the problem? 1. running cuddpSort with radix sort functionality 2. setting it up for 3991 as the number of elements to sort 3. What is the expected output? What do you see instead? Expected outcome should be a sorted device array which...
defect
non multiple of sizes seem to fail for radixsort what steps will reproduce the problem running cuddpsort with radix sort functionality setting it up for as the number of elements to sort what is the expected output what do you see instead expected outcome should be a sorted device array which can...
1
57,707
15,978,246,412
IssuesEvent
2021-04-17 09:02:37
GeekBotDevelopments/GeekBot
https://api.github.com/repos/GeekBotDevelopments/GeekBot
opened
PrinterStateMonitior catches and fails the entire bot
defect
```2021-04-17 06:31:19.123 ERROR 1 --- [ Thread-2] bot.modules.octopi.PrinterUtilities : Catching java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because "this.estimatedPrintTime" is null at bot.modules.octopi.models.PrintJob.getEstimatedPrintTime(PrintJob.java:20) ~[classes!/:na] ...
1.0
PrinterStateMonitior catches and fails the entire bot - ```2021-04-17 06:31:19.123 ERROR 1 --- [ Thread-2] bot.modules.octopi.PrinterUtilities : Catching java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because "this.estimatedPrintTime" is null at bot.modules.octopi.models.PrintJob....
defect
printerstatemonitior catches and fails the entire bot error bot modules octopi printerutilities catching java lang nullpointerexception cannot invoke java lang integer intvalue because this estimatedprinttime is null at bot modules octopi models printjob getestimatedprinttim...
1
93,854
11,812,895,875
IssuesEvent
2020-03-19 21:07:11
chapel-lang/chapel
https://api.github.com/repos/chapel-lang/chapel
closed
Should copy initializers be generated by default, even when other explicit initializers are present?
area: Compiler area: Language type: Design
There are a lot of situations where a copy initializer is required, but today the presence of an explicit initializer prevents it from being generated. Example 1: ```chapel record Foo { proc init() { super.init(); } } proc quux(x: Foo) return x; // Returning an argument requires a copy initializer va...
1.0
Should copy initializers be generated by default, even when other explicit initializers are present? - There are a lot of situations where a copy initializer is required, but today the presence of an explicit initializer prevents it from being generated. Example 1: ```chapel record Foo { proc init() { supe...
non_defect
should copy initializers be generated by default even when other explicit initializers are present there are a lot of situations where a copy initializer is required but today the presence of an explicit initializer prevents it from being generated example chapel record foo proc init supe...
0
7,867
2,611,054,516
IssuesEvent
2015-02-27 00:25:09
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
Vacor quest description typo
auto-migrated Milestone-0.6.8 Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Kill the four bandits and return to Vacor. 2. Vacor says look for Unzel to the southeast. 3. Quest log says look for Unzel to the southwest. What is the expected output? What do you see instead? I assume southwest is correct. Also, maybe I've just misread Vacor's monologue...
1.0
Vacor quest description typo - ``` What steps will reproduce the problem? 1. Kill the four bandits and return to Vacor. 2. Vacor says look for Unzel to the southeast. 3. Quest log says look for Unzel to the southwest. What is the expected output? What do you see instead? I assume southwest is correct. Also, maybe I've...
defect
vacor quest description typo what steps will reproduce the problem kill the four bandits and return to vacor vacor says look for unzel to the southeast quest log says look for unzel to the southwest what is the expected output what do you see instead i assume southwest is correct also maybe i ve...
1
130,868
12,464,416,269
IssuesEvent
2020-05-28 12:26:45
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[docs] remove the term environment from any references to publishing to staging throughout documentation
documentation enhancement priority: medium
**Is your feature request related to a problem? Please describe.** We are consolidating the use of the term ENVIRONMENT to mean wholly unique separate installations of Crafter e.g. (DEV, QA, STAGING, LOAD TESTING, PRODUCTION) Today our documentation and some configurations reference the term ENVIRONMENT when discus...
1.0
[docs] remove the term environment from any references to publishing to staging throughout documentation - **Is your feature request related to a problem? Please describe.** We are consolidating the use of the term ENVIRONMENT to mean wholly unique separate installations of Crafter e.g. (DEV, QA, STAGING, LOAD TESTING...
non_defect
remove the term environment from any references to publishing to staging throughout documentation is your feature request related to a problem please describe we are consolidating the use of the term environment to mean wholly unique separate installations of crafter e g dev qa staging load testing pro...
0
140,108
12,887,013,877
IssuesEvent
2020-07-13 10:26:57
X-Sharp/XSharpPublic
https://api.github.com/repos/X-Sharp/XSharpPublic
closed
2.5a chm help issues
documentation
When i click on the [view source] button of e.g. the VFP DMY() function the .../XSharp.VFP/Functions.prg is opened instead of the ../XSharp.VFP/DateFunctions.prg. The same happens in other cases: e.g. CDX() location is .../XSharp.VFP/Cursors/DbFunctions.prg e.g. File2Str() location is .../XSharp.VFP/FileFunctions.p...
1.0
2.5a chm help issues - When i click on the [view source] button of e.g. the VFP DMY() function the .../XSharp.VFP/Functions.prg is opened instead of the ../XSharp.VFP/DateFunctions.prg. The same happens in other cases: e.g. CDX() location is .../XSharp.VFP/Cursors/DbFunctions.prg e.g. File2Str() location is .../XSh...
non_defect
chm help issues when i click on the button of e g the vfp dmy function the xsharp vfp functions prg is opened instead of the xsharp vfp datefunctions prg the same happens in other cases e g cdx location is xsharp vfp cursors dbfunctions prg e g location is xsharp vfp filefunction...
0
23,400
3,812,716,966
IssuesEvent
2016-03-27 19:54:16
hestenet/arduino-shot-timer
https://api.github.com/repos/hestenet/arduino-shot-timer
closed
Free Some RAm
auto-migrated Priority-Medium Type-Defect
``` The original free RAM was very low char startName[] = "[Start]"; char reviewName[] = "[Review]"; char parName[] = "Set Par >>"; char parSetName[] = "<< [Toggle Par]"; char parTimesName[] = "<< [Par Times]"; char settingsName[] = "Settings >>"; char setDelayName[] = "<< [Set Delay]"; char buzzerName[] = "<< [Buzzr V...
1.0
Free Some RAm - ``` The original free RAM was very low char startName[] = "[Start]"; char reviewName[] = "[Review]"; char parName[] = "Set Par >>"; char parSetName[] = "<< [Toggle Par]"; char parTimesName[] = "<< [Par Times]"; char settingsName[] = "Settings >>"; char setDelayName[] = "<< [Set Delay]"; char buzzerName[...
defect
free some ram the original free ram was very low char startname char reviewname char parname set par char parsetname char partimesname char settingsname settings char setdelayname char buzzername char sensitivityname char ech...
1
1,392
3,923,937,490
IssuesEvent
2016-04-22 13:33:10
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
opened
Incoming message not attributed to contact
0 - Backlog Bug v2.6 v2.6 - Backwards Compatibility with .4
Messages received via medic-reporter are not attributed to a contact, even though one exists with the same phone number.
True
Incoming message not attributed to contact - Messages received via medic-reporter are not attributed to a contact, even though one exists with the same phone number.
non_defect
incoming message not attributed to contact messages received via medic reporter are not attributed to a contact even though one exists with the same phone number
0
98,173
4,018,468,545
IssuesEvent
2016-05-16 10:42:51
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
e2e flake: Cluster size autoscaling
area/autoscaling kind/flake priority/P2 team/control-plane
Cluster autoscaling tests fail with because Heapster can't detect that it runs on GCE: ``` I0229 13:35:54.618647 1 gce.go:32] Waiting for GCE metadata to be available ... I0229 13:36:53.374667 1 gce.go:32] Waiting for GCE metadata to be available E0229 13:36:55.374864 1 factory.go:68] Failed to c...
1.0
e2e flake: Cluster size autoscaling - Cluster autoscaling tests fail with because Heapster can't detect that it runs on GCE: ``` I0229 13:35:54.618647 1 gce.go:32] Waiting for GCE metadata to be available ... I0229 13:36:53.374667 1 gce.go:32] Waiting for GCE metadata to be available E0229 13:36:55.374...
non_defect
flake cluster size autoscaling cluster autoscaling tests fail with because heapster can t detect that it runs on gce gce go waiting for gce metadata to be available gce go waiting for gce metadata to be available factory go failed to crea...
0
34,323
7,446,725,979
IssuesEvent
2018-03-28 10:01:57
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
ALIAS RR type does not work if querying over TCP
auth defect
<!-- Tell us what is issue is about --> - Program: Authoritative - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> <!-- If this is a bug report, use the following part of the the template and delete the part at the bottom --> ### Environment - Ope...
1.0
ALIAS RR type does not work if querying over TCP - <!-- Tell us what is issue is about --> - Program: Authoritative - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> <!-- If this is a bug report, use the following part of the the template and delete t...
defect
alias rr type does not work if querying over tcp program authoritative issue type bug report short description if this is a bug report use the following part of the the template and delete the part at the bottom environment operating system software version ...
1
78,058
15,569,913,219
IssuesEvent
2021-03-17 01:17:05
jrrk/riscv-linux
https://api.github.com/repos/jrrk/riscv-linux
opened
CVE-2020-29661 (High) detected in aspeedaspeed-4.19-devicetree-no-fsi
security vulnerability
## CVE-2020-29661 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aspeedaspeed-4.19-devicetree-no-fsi</b></p></summary> <p> <p>ASPEED ARM SoC development</p> <p>Library home page: <a h...
True
CVE-2020-29661 (High) detected in aspeedaspeed-4.19-devicetree-no-fsi - ## CVE-2020-29661 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aspeedaspeed-4.19-devicetree-no-fsi</b></p></su...
non_defect
cve high detected in aspeedaspeed devicetree no fsi cve high severity vulnerability vulnerable library aspeedaspeed devicetree no fsi aspeed arm soc development library home page a href vulnerable source files riscv linux drivers tty tty jobctrl c ...
0
33,506
7,135,149,273
IssuesEvent
2018-01-22 23:33:37
bridgedotnet/CLI
https://api.github.com/repos/bridgedotnet/CLI
closed
remove package <name> command is case-sensitive
defect in-progress
Removing a package by name should be case-insensitive. ``` // add success bridge add package bridge.html5 // fail bridge remove package bridge.html5 // success bridge remove package Bridge.Html5 ```
1.0
remove package <name> command is case-sensitive - Removing a package by name should be case-insensitive. ``` // add success bridge add package bridge.html5 // fail bridge remove package bridge.html5 // success bridge remove package Bridge.Html5 ```
defect
remove package command is case sensitive removing a package by name should be case insensitive add success bridge add package bridge fail bridge remove package bridge success bridge remove package bridge
1
50,667
13,187,672,963
IssuesEvent
2020-08-13 04:11:17
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
CoincSuite split_recombine.py example doesn't run (Trac #1162)
Migrated from Trac combo reconstruction defect
Here is the error message: ```text INFO (Python): Using CoincSuite Recombinations (coincsuite.py:82 in Complete) Traceback (most recent call last): File "split_recombine.py", line 77, in <module> Split_Recombine( tray, "Split_Recombine", params) File "split_recombine.py", line 58, in Split_Recombine Spli...
1.0
CoincSuite split_recombine.py example doesn't run (Trac #1162) - Here is the error message: ```text INFO (Python): Using CoincSuite Recombinations (coincsuite.py:82 in Complete) Traceback (most recent call last): File "split_recombine.py", line 77, in <module> Split_Recombine( tray, "Split_Recombine", params) ...
defect
coincsuite split recombine py example doesn t run trac here is the error message text info python using coincsuite recombinations coincsuite py in complete traceback most recent call last file split recombine py line in split recombine tray split recombine params file spli...
1
382,959
11,340,769,461
IssuesEvent
2020-01-23 07:34:53
SanojPunchihewa/f5n
https://api.github.com/repos/SanojPunchihewa/f5n
closed
Add default argument values
Priority: Normal UX enhancement
Some of the tools don't display their default values in the configuration UI. To fix this update the JSON files
1.0
Add default argument values - Some of the tools don't display their default values in the configuration UI. To fix this update the JSON files
non_defect
add default argument values some of the tools don t display their default values in the configuration ui to fix this update the json files
0
53,197
13,789,453,348
IssuesEvent
2020-10-09 08:54:15
anyulled/mws-restaurant-stage-1
https://api.github.com/repos/anyulled/mws-restaurant-stage-1
opened
CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js
security vulnerability
## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="htt...
True
CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js - ## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library ...
non_defect
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file mws restaurant stage node modules vm browserify example run index html path...
0
345,775
10,372,976,884
IssuesEvent
2019-09-09 05:42:07
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
feedback.weather.com - see bug description
browser-firefox-mobile engine-gecko priority-important
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://feedback.weather.com/customer/portal/emails/new **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android **Tested Anoth...
1.0
feedback.weather.com - see bug description - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://feedback.weather.com/customer/portal/emails/new **Browser / Version**: Firefox Mobile 68.0...
non_defect
feedback weather com see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description i can t remove this app from my mobile steps to reproduce i am in follonica location is on wea...
0
326,345
24,080,046,473
IssuesEvent
2022-09-19 05:13:42
rkd103/Group-11
https://api.github.com/repos/rkd103/Group-11
closed
Design Sequence Diagrams for Each User Story
documentation
From slide set "Pressman_SEPA_9e_Ch008_PPT," see **page 36** for a _sample diagram_ and pages **33 & 35** for a more _in-depth explanation_.
1.0
Design Sequence Diagrams for Each User Story - From slide set "Pressman_SEPA_9e_Ch008_PPT," see **page 36** for a _sample diagram_ and pages **33 & 35** for a more _in-depth explanation_.
non_defect
design sequence diagrams for each user story from slide set pressman sepa ppt see page for a sample diagram and pages for a more in depth explanation
0
13,596
9,994,829,678
IssuesEvent
2019-07-11 18:40:10
Azure/azure-cli
https://api.github.com/repos/Azure/azure-cli
closed
Azure Batch durations reported in wrong format in JSON
Batch Bug Service Attention
### Description When you do a 'get' or 'list' of Azure Batch resources containing durations, the resulting JSON contains a textual description of the duration rather than the round-trippable, machine-processable representation used in the API. E.g. ``` C:\temp>az batch job show --job-id cmd-line { "constrai...
1.0
Azure Batch durations reported in wrong format in JSON - ### Description When you do a 'get' or 'list' of Azure Batch resources containing durations, the resulting JSON contains a textual description of the duration rather than the round-trippable, machine-processable representation used in the API. E.g. ``` C:...
non_defect
azure batch durations reported in wrong format in json description when you do a get or list of azure batch resources containing durations the resulting json contains a textual description of the duration rather than the round trippable machine processable representation used in the api e g c ...
0
11,227
2,641,942,614
IssuesEvent
2015-03-11 20:39:15
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
API Key Error
Priority-Medium Type-Defect
Original [issue 143](https://code.google.com/p/html5rocks/issues/detail?id=143) created by chrsmith on 2010-08-13T21:49:18.000Z: <b>Please describe the issue:</b> When accessing &lt;http://studio.html5rocks.com/samples/geo/index.html&gt; The following dialogue appears... This web site needs a different Goog...
1.0
API Key Error - Original [issue 143](https://code.google.com/p/html5rocks/issues/detail?id=143) created by chrsmith on 2010-08-13T21:49:18.000Z: <b>Please describe the issue:</b> When accessing &lt;http://studio.html5rocks.com/samples/geo/index.html&gt; The following dialogue appears... This web site needs ...
defect
api key error original created by chrsmith on please describe the issue when accessing lt the following dialogue appears this web site needs a different google maps api key a new key can be generated at
1
9,677
2,615,165,167
IssuesEvent
2015-03-01 06:45:19
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
rt3290 problem
auto-migrated Priority-Triage Type-Defect
``` Just bought a new HP laptop and installed linux on it. My wireless card is Ralink 3290 and apparently is not compatible with reaver 1.4 (I've put it into monitoring mode). The wash script executes fine but no wireless networks are detected. Anyone who has the same problem and has solved it? Thanks. ``` Original...
1.0
rt3290 problem - ``` Just bought a new HP laptop and installed linux on it. My wireless card is Ralink 3290 and apparently is not compatible with reaver 1.4 (I've put it into monitoring mode). The wash script executes fine but no wireless networks are detected. Anyone who has the same problem and has solved it? Than...
defect
problem just bought a new hp laptop and installed linux on it my wireless card is ralink and apparently is not compatible with reaver i ve put it into monitoring mode the wash script executes fine but no wireless networks are detected anyone who has the same problem and has solved it thanks ...
1
45,285
12,702,305,046
IssuesEvent
2020-06-22 19:55:25
vim/vim
https://api.github.com/repos/vim/vim
closed
sh syntax highlight breaks on "'\$#'": everything after becomes shDoubleQuote
Priority-Medium auto-migrated defect runtime
``` What steps will reproduce the problem? a=b echo "'\$#'" c=d What is the expected output? What do you see instead? Everything after the # is highlighted as shDoubleQuote What version of the product are you using? On what operating system? Just compiled 7-4.728 from source on Ubuntu 14.04 ``` Original issue rep...
1.0
sh syntax highlight breaks on "'\$#'": everything after becomes shDoubleQuote - ``` What steps will reproduce the problem? a=b echo "'\$#'" c=d What is the expected output? What do you see instead? Everything after the # is highlighted as shDoubleQuote What version of the product are you using? On what operating sy...
defect
sh syntax highlight breaks on everything after becomes shdoublequote what steps will reproduce the problem a b echo c d what is the expected output what do you see instead everything after the is highlighted as shdoublequote what version of the product are you using on what operating sy...
1
197,819
14,944,086,015
IssuesEvent
2021-01-26 00:34:29
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[FLORIANÓPOLIS - SC] 27 vagas de Back-end Developer @Delivery Much
AWS CLT Docker MongoDB NodeJS Pleno RabbitMQ Remoto Rest Stale Testes Unitários
> ## Vaga Remota durante a pandemia > > ## Nossa empresa > Aqui na Delivery Much você fará parte de uma empresa de crescimento acelerado, presente em mais de 300 cidades e que já **impacta quase 3 milhões de usuários**! Aqui negócio e tecnologia andam lado a lado com um único propósito: democratizar a tecnologia n...
1.0
[FLORIANÓPOLIS - SC] 27 vagas de Back-end Developer @Delivery Much - > ## Vaga Remota durante a pandemia > > ## Nossa empresa > Aqui na Delivery Much você fará parte de uma empresa de crescimento acelerado, presente em mais de 300 cidades e que já **impacta quase 3 milhões de usuários**! Aqui negócio e tecnologia ...
non_defect
vagas de back end developer delivery much vaga remota durante a pandemia nossa empresa aqui na delivery much você fará parte de uma empresa de crescimento acelerado presente em mais de cidades e que já impacta quase milhões de usuários aqui negócio e tecnologia andam lado a lado com ...
0
373,890
11,052,064,169
IssuesEvent
2019-12-10 08:36:50
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
koimemo.com - A zoomed -in version of the site is displayed
browser-firefox-mobile engine-gecko ml-needsdiagnosis-false priority-normal severity-important type-css-flexbox type-tracking-protection-strict
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @extra_labels: type-tracking-protection-strict --> **URL**: https://koimemo.com/article/10392 **Browser / Version**: Firefox Mobile 68.0 **Oper...
1.0
koimemo.com - A zoomed -in version of the site is displayed - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @extra_labels: type-tracking-protection-strict --> **URL**: https://koimemo.com/ar...
non_defect
koimemo com a zoomed in version of the site is displayed url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description the paragraph is not display to the end steps to reproduce ...
0
2,133
2,603,976,888
IssuesEvent
2015-02-24 19:01:43
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳人类乳头瘤病毒阳性
auto-migrated Priority-Medium Type-Defect
``` 沈阳人类乳头瘤病毒阳性〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q96410...
1.0
沈阳人类乳头瘤病毒阳性 - ``` 沈阳人类乳头瘤病毒阳性〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google....
defect
沈阳人类乳头瘤病毒阳性 沈阳人类乳头瘤病毒阳性〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
1
71,639
8,672,075,374
IssuesEvent
2018-11-29 21:01:42
samtecspg/articulate
https://api.github.com/repos/samtecspg/articulate
opened
Re-arrange Page Headers
needs design new-ui
We discussed changing the page headers from this: ![image](https://user-images.githubusercontent.com/1779894/49251627-d4ef8380-f3ef-11e8-8f05-2169e363d4ca.png) to this: ![image 1](https://user-images.githubusercontent.com/1779894/49251634-dae56480-f3ef-11e8-9146-a3d6233007db.png)
1.0
Re-arrange Page Headers - We discussed changing the page headers from this: ![image](https://user-images.githubusercontent.com/1779894/49251627-d4ef8380-f3ef-11e8-8f05-2169e363d4ca.png) to this: ![image 1](https://user-images.githubusercontent.com/1779894/49251634-dae56480-f3ef-11e8-9146-a3d6233007db.png)
non_defect
re arrange page headers we discussed changing the page headers from this to this
0
75,307
25,761,670,048
IssuesEvent
2022-12-08 21:07:07
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Chromedriver for Linux version 108.0.5359 does not work in headless mode.
R-awaiting answer I-defect
### What happened? I am running some tests on an Ubuntu 20.04 machine. I have the latest Chrome browser version 108.0.5359.94 installed. I am using Service(ChromeDriverManager().install() in order to download and install the compatible chromedriver. When I run a simple code to create a driver, I am getting en erro...
1.0
[🐛 Bug]: Chromedriver for Linux version 108.0.5359 does not work in headless mode. - ### What happened? I am running some tests on an Ubuntu 20.04 machine. I have the latest Chrome browser version 108.0.5359.94 installed. I am using Service(ChromeDriverManager().install() in order to download and install the compa...
defect
chromedriver for linux version does not work in headless mode what happened i am running some tests on an ubuntu machine i have the latest chrome browser version installed i am using service chromedrivermanager install in order to download and install the compatible chromedriver ...
1
126,794
5,005,286,453
IssuesEvent
2016-12-12 10:11:09
happah-graphics/happah-applets
https://api.github.com/repos/happah-graphics/happah-applets
closed
Increase resolution for bernstein polynomial applet
enhancement priority-high
For now a curve is approximated using ~20 segments. More segments are easy calculated using the de Castaljau algorithms subdivision scheme.
1.0
Increase resolution for bernstein polynomial applet - For now a curve is approximated using ~20 segments. More segments are easy calculated using the de Castaljau algorithms subdivision scheme.
non_defect
increase resolution for bernstein polynomial applet for now a curve is approximated using segments more segments are easy calculated using the de castaljau algorithms subdivision scheme
0
91,091
26,273,127,401
IssuesEvent
2023-01-06 19:02:19
nerdyman/react-compare-slider
https://api.github.com/repos/nerdyman/react-compare-slider
closed
Upgrade to Node 18 LTS
build
- [x] Update `.nvmrc` to use Node 18 LTS - [x] Update actions to use node set up action - [x] Update actions to use `.nvmrc` - [x] Upgrade Storybook to use Webpack 5 (Webpack 4 is not compatible with SSL options in Node 18)
1.0
Upgrade to Node 18 LTS - - [x] Update `.nvmrc` to use Node 18 LTS - [x] Update actions to use node set up action - [x] Update actions to use `.nvmrc` - [x] Upgrade Storybook to use Webpack 5 (Webpack 4 is not compatible with SSL options in Node 18)
non_defect
upgrade to node lts update nvmrc to use node lts update actions to use node set up action update actions to use nvmrc upgrade storybook to use webpack webpack is not compatible with ssl options in node
0
62,883
17,214,218,364
IssuesEvent
2021-07-19 09:23:44
galasa-dev/projectmanagement
https://api.github.com/repos/galasa-dev/projectmanagement
opened
zOS UNIX file binary transfer not working
Manager: zOS File defect
zOS UNIX file binary transfer in both zOSMF and RSE API use `String` rather than `byte[]`. The `store(String)` and `String retrieve()` methods need to replaced with `storeText(String)`, `storeBinary(byte[])`, `String retrieveAsText()` and `byte[] retrieveAsBinary()` methods as used in zOS Datasets.
1.0
zOS UNIX file binary transfer not working - zOS UNIX file binary transfer in both zOSMF and RSE API use `String` rather than `byte[]`. The `store(String)` and `String retrieve()` methods need to replaced with `storeText(String)`, `storeBinary(byte[])`, `String retrieveAsText()` and `byte[] retrieveAsBinary()` meth...
defect
zos unix file binary transfer not working zos unix file binary transfer in both zosmf and rse api use string rather than byte the store string and string retrieve methods need to replaced with storetext string storebinary byte string retrieveastext and byte retrieveasbinary methods...
1
48,246
13,067,564,354
IssuesEvent
2020-07-31 00:51:58
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[simprod-scripts] polyplopia with ppc (Trac #2051)
Migrated from Trac combo simulation defect
Running polyplopia with the ppc option: ```text FATAL (MPHitFilter): No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (MPHitFilter.cxx:73 in virtual void MPHitFilter::DAQ(I3FramePtr)) ERROR (I3Module): hitfilter: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)())) ERROR (I3...
1.0
[simprod-scripts] polyplopia with ppc (Trac #2051) - Running polyplopia with the ppc option: ```text FATAL (MPHitFilter): No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (MPHitFilter.cxx:73 in virtual void MPHitFilter::DAQ(I3FramePtr)) ERROR (I3Module): hitfilter: Exception thrown (I3Module.cxx:118 ...
defect
polyplopia with ppc trac running polyplopia with the ppc option text fatal mphitfilter no named found in frame mphitfilter cxx in virtual void mphitfilter daq error hitfilter exception thrown cxx in void do void error ppc exception thrown cxx in void ...
1
20,682
2,622,856,906
IssuesEvent
2015-03-04 08:08:17
max99x/inline-search-chrome-ext
https://api.github.com/repos/max99x/inline-search-chrome-ext
opened
Allow multiple binding
auto-migrated Priority-Medium Type-Enhancement
``` Allow binding multiple sources at the same time, each bound to a particular modifier key. ``` Original issue reported on code.google.com by `max99x` on 11 Mar 2010 at 4:06
1.0
Allow multiple binding - ``` Allow binding multiple sources at the same time, each bound to a particular modifier key. ``` Original issue reported on code.google.com by `max99x` on 11 Mar 2010 at 4:06
non_defect
allow multiple binding allow binding multiple sources at the same time each bound to a particular modifier key original issue reported on code google com by on mar at
0
19,379
3,197,760,530
IssuesEvent
2015-10-01 07:57:39
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
`CacheStatisticsImpl::getAverageRemoveTime` is broken
Team: Integration Type: Defect
`CacheStatisticsImpl::getAverageRemoveTime` uses get count on cache but it must be remove count
1.0
`CacheStatisticsImpl::getAverageRemoveTime` is broken - `CacheStatisticsImpl::getAverageRemoveTime` uses get count on cache but it must be remove count
defect
cachestatisticsimpl getaverageremovetime is broken cachestatisticsimpl getaverageremovetime uses get count on cache but it must be remove count
1
75,335
25,779,297,461
IssuesEvent
2022-12-09 14:37:37
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Rich Text: main room composer steals focus from thread composer
T-Defect S-Minor O-Occasional A-Threads Z-Labs A-Rich-Text-Editor
### Steps to reproduce 0. Rich Text Editor labs flag enabled 1. In a room with a thread in the right-hand panel 2. Type a message and press Enter to send 3. Notice where the cursor goes ### Outcome #### What did you expect? I expected the cursor to stay in the thread composer #### What happened instead? ...
1.0
Rich Text: main room composer steals focus from thread composer - ### Steps to reproduce 0. Rich Text Editor labs flag enabled 1. In a room with a thread in the right-hand panel 2. Type a message and press Enter to send 3. Notice where the cursor goes ### Outcome #### What did you expect? I expected the curs...
defect
rich text main room composer steals focus from thread composer steps to reproduce rich text editor labs flag enabled in a room with a thread in the right hand panel type a message and press enter to send notice where the cursor goes outcome what did you expect i expected the curs...
1
23,796
3,851,867,815
IssuesEvent
2016-04-06 05:28:58
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
Clearing NV-RAM option needed
auto-migrated Priority-Medium Type-Defect
``` On ghouls and ghosts if pressing COINS while bootstrapping will permanently crash the game. ``` Original issue reported on code.google.com by `ipad.p...@gmail.com` on 22 Dec 2011 at 9:21
1.0
Clearing NV-RAM option needed - ``` On ghouls and ghosts if pressing COINS while bootstrapping will permanently crash the game. ``` Original issue reported on code.google.com by `ipad.p...@gmail.com` on 22 Dec 2011 at 9:21
defect
clearing nv ram option needed on ghouls and ghosts if pressing coins while bootstrapping will permanently crash the game original issue reported on code google com by ipad p gmail com on dec at
1
225,060
24,807,639,948
IssuesEvent
2022-10-25 06:46:28
sast-automation-dev/NodeGoat-45
https://api.github.com/repos/sast-automation-dev/NodeGoat-45
opened
forever-2.0.0.tgz: 9 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>forever-2.0.0.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/y18n/package.json</p> <p> <p>...
True
forever-2.0.0.tgz: 9 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>forever-2.0.0.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to...
non_defect
forever tgz vulnerabilities highest severity is vulnerable library forever tgz path to dependency file package json path to vulnerable library node modules package json found in head commit a href vulnerabilities cve severity cvss dependency typ...
0
37,385
8,377,223,423
IssuesEvent
2018-10-05 23:19:53
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
opened
In local multiplayer, only the first player can get achievements increase
C: Other P4: minor T: defect
This is because when the code do something like that : `PlayerManager::getCurrentAchievementsStatus()` It retrieves the achievement's progress of the "active player" only.
1.0
In local multiplayer, only the first player can get achievements increase - This is because when the code do something like that : `PlayerManager::getCurrentAchievementsStatus()` It retrieves the achievement's progress of the "active player" only.
defect
in local multiplayer only the first player can get achievements increase this is because when the code do something like that playermanager getcurrentachievementsstatus it retrieves the achievement s progress of the active player only
1
109,412
9,380,618,615
IssuesEvent
2019-04-04 17:32:34
kubernetes/minikube
https://api.github.com/repos/kubernetes/minikube
closed
Add integration test for double-start scenario
area/testing help wanted priority/important-longterm
Assert that calling start twice works properly, as it should be idempotent. See #3284
1.0
Add integration test for double-start scenario - Assert that calling start twice works properly, as it should be idempotent. See #3284
non_defect
add integration test for double start scenario assert that calling start twice works properly as it should be idempotent see
0
47,810
13,066,241,296
IssuesEvent
2020-07-30 21:17:02
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[DOMLauncher] FIXME: I3DOM: SetLCBit(false) (Trac #1204)
Migrated from Trac combo simulation defect
```text private/DOMLauncher/I3DOM.cxx: domLaunch.SetLCBit(false);//FIXME: check that this is correct. ``` Migrated from https://code.icecube.wisc.edu/ticket/1204 ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "{{{\nprivate/DOMLauncher/I3DOM.cxx: d...
1.0
[DOMLauncher] FIXME: I3DOM: SetLCBit(false) (Trac #1204) - ```text private/DOMLauncher/I3DOM.cxx: domLaunch.SetLCBit(false);//FIXME: check that this is correct. ``` Migrated from https://code.icecube.wisc.edu/ticket/1204 ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "desc...
defect
fixme setlcbit false trac text private domlauncher cxx domlaunch setlcbit false fixme check that this is correct migrated from json status closed changetime description nprivate domlauncher cxx domlaunch setlcbit ...
1
80,050
29,930,613,242
IssuesEvent
2023-06-22 09:12:47
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Can't switch back to default hs on sign in dialogue
T-Defect
### Steps to reproduce 1. Go to https://app.element.io/#/login 2. Click "Edit" 3. Enter some custom hs 4. Click "Continue" 5. ![image](https://github.com/vector-im/element-web/assets/112475628/2acad4ac-9dc6-4a3f-8c01-dcfc88fa3dda) 6. Click "Edit" again 7. Select the default "matrix.org" hs 8. Clic...
1.0
Can't switch back to default hs on sign in dialogue - ### Steps to reproduce 1. Go to https://app.element.io/#/login 2. Click "Edit" 3. Enter some custom hs 4. Click "Continue" 5. ![image](https://github.com/vector-im/element-web/assets/112475628/2acad4ac-9dc6-4a3f-8c01-dcfc88fa3dda) 6. Click "Edit" aga...
defect
can t switch back to default hs on sign in dialogue steps to reproduce go to click edit enter some custom hs click continue click edit again select the default matrix org hs click continue outcome what did you expect matrix org h...
1
70,194
23,042,666,510
IssuesEvent
2022-07-23 11:51:10
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
StyleClass: Bug with "position: fixed" on chromium family only, firefox works OK
defect 👍 confirmed
### Describe the bug If the target element has position: fixed the exit transition doesn't work, the element never go out. ### Reproducer _No response_ ### PrimeReact version latest ### React version 18.x ### Language TypeScript ### Build / Runtime Next.js ### Browser(s) Edge & Chrome tested that is broken...
1.0
StyleClass: Bug with "position: fixed" on chromium family only, firefox works OK - ### Describe the bug If the target element has position: fixed the exit transition doesn't work, the element never go out. ### Reproducer _No response_ ### PrimeReact version latest ### React version 18.x ### Language TypeScript...
defect
styleclass bug with position fixed on chromium family only firefox works ok describe the bug if the target element has position fixed the exit transition doesn t work the element never go out reproducer no response primereact version latest react version x language typescript ...
1
63,116
17,379,951,640
IssuesEvent
2021-07-31 13:48:26
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
[Github bot] Existing webhooks should be editable/removale
T-Defect
Hello! Github bot has the ability to add multiple webhooks. But due to #18310 even a normal user (power 0) can add a webhook to his github repo and worst admins/mods can't do anything about it as Github bot doesn't give any ability to change/delete the existing webhooks. Screenshot here: ![element3](https://user...
1.0
[Github bot] Existing webhooks should be editable/removale - Hello! Github bot has the ability to add multiple webhooks. But due to #18310 even a normal user (power 0) can add a webhook to his github repo and worst admins/mods can't do anything about it as Github bot doesn't give any ability to change/delete the exi...
defect
existing webhooks should be editable removale hello github bot has the ability to add multiple webhooks but due to even a normal user power can add a webhook to his github repo and worst admins mods can t do anything about it as github bot doesn t give any ability to change delete the existing webhooks ...
1
240,112
26,254,322,181
IssuesEvent
2023-01-05 22:32:46
yaeljacobs67/cncjs
https://api.github.com/repos/yaeljacobs67/cncjs
opened
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz
security vulnerability
## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON Schema validation and specifications</p> <p>Library home page: <a href=...
True
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - ## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON Schema validat...
non_defect
cve high detected in json schema tgz cve high severity vulnerability vulnerable library json schema tgz json schema validation and specifications library home page a href dependency hierarchy coveralls tgz root library request tgz http ...
0
293,849
9,010,294,415
IssuesEvent
2019-02-05 11:33:27
OneArmyWorld/onearmy
https://api.github.com/repos/OneArmyWorld/onearmy
closed
Styled components - material-ui interoperability issue
Priority: Low Type:Bug🐛 Type:Optimisation deep-backlog
As material-ui injects its stylings into head styled-components fails to override. Workarounds include marking things as '!important' or wrapping '&&' before code (see Tags/elements.tsx for examples). It would be better if this wasn't required. Tried implementing solution here but failed: https://material-ui.com/cust...
1.0
Styled components - material-ui interoperability issue - As material-ui injects its stylings into head styled-components fails to override. Workarounds include marking things as '!important' or wrapping '&&' before code (see Tags/elements.tsx for examples). It would be better if this wasn't required. Tried implementin...
non_defect
styled components material ui interoperability issue as material ui injects its stylings into head styled components fails to override workarounds include marking things as important or wrapping before code see tags elements tsx for examples it would be better if this wasn t required tried implementin...
0
3,246
2,610,059,048
IssuesEvent
2015-02-26 18:17:26
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
黄岩治疗不育去哪家医院效果最好
auto-migrated Priority-Medium Type-Defect
``` 黄岩治疗不育去哪家医院效果最好【台州五洲生殖医院】24小 时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院� ��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘� ��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107 、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备...
1.0
黄岩治疗不育去哪家医院效果最好 - ``` 黄岩治疗不育去哪家医院效果最好【台州五洲生殖医院】24小 时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院� ��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘� ��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107 、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格...
defect
黄岩治疗不育去哪家医院效果最好 黄岩治疗不育去哪家医院效果最好【台州五洲生殖医院】 时健康咨询热线 微信号tzwzszyy 医院� ��址 (枫南大转盘旁)乘车线路 乘� �� 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ...
1
81,159
23,402,913,679
IssuesEvent
2022-08-12 09:48:32
ziglang/zig
https://api.github.com/repos/ziglang/zig
opened
When running in a CI environment, have the build system warn when the target is underspecified
zig build system
CI environments rarely have documented or stable choice of CPUs; this ends up causing people's build artifacts to (from their perspective) randomly change over time. e.g. https://github.com/coilhq/tigerbeetle-node/issues/13 I propose that when in a CI environment, we warn when the target is underspecified e.g. - ...
1.0
When running in a CI environment, have the build system warn when the target is underspecified - CI environments rarely have documented or stable choice of CPUs; this ends up causing people's build artifacts to (from their perspective) randomly change over time. e.g. https://github.com/coilhq/tigerbeetle-node/issues/13...
non_defect
when running in a ci environment have the build system warn when the target is underspecified ci environments rarely have documented or stable choice of cpus this ends up causing people s build artifacts to from their perspective randomly change over time e g i propose that when in a ci environment we war...
0
83,620
10,332,932,257
IssuesEvent
2019-09-03 02:50:18
vsla/BugHunter
https://api.github.com/repos/vsla/BugHunter
closed
[0-3] Escopo do Projeto e Descrição do Readme
documentation
"Ata da primeira reunião com cliente ou registro da primeira reunião de definição de escopo do projeto; artefato salvo no repositório"
1.0
[0-3] Escopo do Projeto e Descrição do Readme - "Ata da primeira reunião com cliente ou registro da primeira reunião de definição de escopo do projeto; artefato salvo no repositório"
non_defect
escopo do projeto e descrição do readme ata da primeira reunião com cliente ou registro da primeira reunião de definição de escopo do projeto artefato salvo no repositório
0
339,818
30,477,851,375
IssuesEvent
2023-07-17 17:53:18
astriaorg/astria
https://api.github.com/repos/astriaorg/astria
opened
Multi sequencer testnet script is not posix compliant
bug sequencer testing
The test script to create multiple sequencer nodes uses `&>` redirection which is a bashism and not posix compliant. Therefore there is no guarantee that it will work on systems that don't symlink sh to bash.
1.0
Multi sequencer testnet script is not posix compliant - The test script to create multiple sequencer nodes uses `&>` redirection which is a bashism and not posix compliant. Therefore there is no guarantee that it will work on systems that don't symlink sh to bash.
non_defect
multi sequencer testnet script is not posix compliant the test script to create multiple sequencer nodes uses redirection which is a bashism and not posix compliant therefore there is no guarantee that it will work on systems that don t symlink sh to bash
0
294,775
9,041,485,454
IssuesEvent
2019-02-11 00:51:01
telstra/open-kilda
https://api.github.com/repos/telstra/open-kilda
closed
Validate and document "sync_rules" toggle
area/ops priority/2-high
please comment/remove a code related to this so it ("sync rules" toggle) disappear from API. We probably restore it in the future
1.0
Validate and document "sync_rules" toggle - please comment/remove a code related to this so it ("sync rules" toggle) disappear from API. We probably restore it in the future
non_defect
validate and document sync rules toggle please comment remove a code related to this so it sync rules toggle disappear from api we probably restore it in the future
0
40,401
2,868,917,507
IssuesEvent
2015-06-05 21:57:05
dart-lang/dart_style
https://api.github.com/repos/dart-lang/dart_style
closed
Code formatting doesn't work.
AssumedStale bug Priority-Medium
_Originally opened as dart-lang/sdk#19712_ *This issue was originally filed by @giry* _____ **What steps will reproduce the problem?** 1. Create sample polymer application. 2. Open clickcounter.dart and select &quot;format&quot; from context menu. **What is the expected output? What do you see instead?** Code remains...
1.0
Code formatting doesn't work. - _Originally opened as dart-lang/sdk#19712_ *This issue was originally filed by @giry* _____ **What steps will reproduce the problem?** 1. Create sample polymer application. 2. Open clickcounter.dart and select &quot;format&quot; from context menu. **What is the expected output? What do...
non_defect
code formatting doesn t work originally opened as dart lang sdk this issue was originally filed by giry what steps will reproduce the problem create sample polymer application open clickcounter dart and select quot format quot from context menu what is the expected output what do you...
0
27,860
22,494,474,174
IssuesEvent
2022-06-23 06:06:17
wellcomecollection/platform
https://api.github.com/repos/wellcomecollection/platform
closed
Stop using the template provider in our Terraform configurations
🚧 Infrastructure theme: platform sustainability
Working with @melanierogan, we discovered an issue with running Terraform on Apple Silicon: ``` │ Error: Could not retrieve providers for locking │ │ Terraform failed to fetch the requested providers for darwin_arm64 in order to calculate their checksums: some providers could not be installed: │ - registry.terr...
1.0
Stop using the template provider in our Terraform configurations - Working with @melanierogan, we discovered an issue with running Terraform on Apple Silicon: ``` │ Error: Could not retrieve providers for locking │ │ Terraform failed to fetch the requested providers for darwin_arm64 in order to calculate their c...
non_defect
stop using the template provider in our terraform configurations working with melanierogan we discovered an issue with running terraform on apple silicon │ error could not retrieve providers for locking │ │ terraform failed to fetch the requested providers for darwin in order to calculate their check...
0
75,614
9,303,626,264
IssuesEvent
2019-03-24 18:53:39
bounswe/bounswe2019group5
https://api.github.com/repos/bounswe/bounswe2019group5
closed
Sequence Diagram - Exercises
Effort: Medium Priority: Medium Status: Available Type: Design
Exercise Sequence Diagram will be created in the meeting will be handled 15.03.2019 11.00-13.00
1.0
Sequence Diagram - Exercises - Exercise Sequence Diagram will be created in the meeting will be handled 15.03.2019 11.00-13.00
non_defect
sequence diagram exercises exercise sequence diagram will be created in the meeting will be handled
0
10,996
8,861,566,812
IssuesEvent
2019-01-10 01:16:06
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
[Windows/x64] GCStress tests all fail due to timeout AFTER tests have been run
arch-x64 area-Infrastructure os-windows
For all the recent Windows x64 GCStress-related jobs I looked at, the xunit run has completed (with some tests failed in all cases), and xunit has printed out the "GRAND TOTAL" line, but then it appears to hang. Then, the job either hangs, or, more likely, loses the Jenkins connection at some point. e.g., from a con...
1.0
[Windows/x64] GCStress tests all fail due to timeout AFTER tests have been run - For all the recent Windows x64 GCStress-related jobs I looked at, the xunit run has completed (with some tests failed in all cases), and xunit has printed out the "GRAND TOTAL" line, but then it appears to hang. Then, the job either hangs,...
non_defect
gcstress tests all fail due to timeout after tests have been run for all the recent windows gcstress related jobs i looked at the xunit run has completed with some tests failed in all cases and xunit has printed out the grand total line but then it appears to hang then the job either hangs or more like...
0
100,650
16,490,134,647
IssuesEvent
2021-05-25 01:40:39
hisptz/integration-app
https://api.github.com/repos/hisptz/integration-app
opened
CVE-2020-7660 (High) detected in serialize-javascript-2.1.2.tgz, serialize-javascript-1.9.1.tgz
security vulnerability
## CVE-2020-7660 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>serialize-javascript-2.1.2.tgz</b>, <b>serialize-javascript-1.9.1.tgz</b></p></summary> <p> <details><summary><b>seri...
True
CVE-2020-7660 (High) detected in serialize-javascript-2.1.2.tgz, serialize-javascript-1.9.1.tgz - ## CVE-2020-7660 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>serialize-javascript...
non_defect
cve high detected in serialize javascript tgz serialize javascript tgz cve high severity vulnerability vulnerable libraries serialize javascript tgz serialize javascript tgz serialize javascript tgz serialize javascript to a superset of json that i...
0
518,675
15,032,293,154
IssuesEvent
2021-02-02 10:00:22
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
Unicode characters are not supported in identifiers
CompilerSLDump Priority/Blocker SwanLakeDump Type/Bug Type/SpecDeviation
Please consider the following code ```ballerina import ballerina/io; public function main() { io:println("Hello!"); } // This is a comment // You can have Unicode identifiers function พิมพ์ชื่อ(string d) { io:println(d); } ``` When compiling the above code, the following errors are printed. `...
1.0
Unicode characters are not supported in identifiers - Please consider the following code ```ballerina import ballerina/io; public function main() { io:println("Hello!"); } // This is a comment // You can have Unicode identifiers function พิมพ์ชื่อ(string d) { io:println(d); } ``` When compiling ...
non_defect
unicode characters are not supported in identifiers please consider the following code ballerina import ballerina io public function main io println hello this is a comment you can have unicode identifiers function พิมพ์ชื่อ string d io println d when compiling ...
0
725,183
24,953,671,820
IssuesEvent
2022-11-01 09:46:56
angelG02/EruptEngine
https://api.github.com/repos/angelG02/EruptEngine
opened
File IO
High Priority Engine
- [ ] Create functionality for reading a file - [ ] Function that returns the root folder or resources folder full path - [ ] File exists? function that returns true if a file exists in the specified path relative to the root/resources folder - [ ] Optional: Write file functionality
1.0
File IO - - [ ] Create functionality for reading a file - [ ] Function that returns the root folder or resources folder full path - [ ] File exists? function that returns true if a file exists in the specified path relative to the root/resources folder - [ ] Optional: Write file functionality
non_defect
file io create functionality for reading a file function that returns the root folder or resources folder full path file exists function that returns true if a file exists in the specified path relative to the root resources folder optional write file functionality
0
161,008
20,120,382,530
IssuesEvent
2022-02-08 01:13:33
arohablue/BlockDockServer
https://api.github.com/repos/arohablue/BlockDockServer
closed
CVE-2018-8014 (High) detected in tomcat-embed-core-8.5.15.jar - autoclosed
security vulnerability
## CVE-2018-8014 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.15.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://...
True
CVE-2018-8014 (High) detected in tomcat-embed-core-8.5.15.jar - autoclosed - ## CVE-2018-8014 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.15.jar</b></p></summa...
non_defect
cve high detected in tomcat embed core jar autoclosed cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file blockdockserver build gradle path to vulnerable library root...
0
67,389
20,961,608,838
IssuesEvent
2022-03-27 21:48:46
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
Preferred Call Type
Priority-Medium Type-Defect auto-migrated
``` I have installed SipDroid as a way for me to communicate when I am unreachable through the normal Voice Carrier Networks. For example, when I am at work and I have WLAN network connectivity on my cell but no Carrier Voice Network connectivity I would like by default calls to use Sipdroid. So an option for Pre...
1.0
Preferred Call Type - ``` I have installed SipDroid as a way for me to communicate when I am unreachable through the normal Voice Carrier Networks. For example, when I am at work and I have WLAN network connectivity on my cell but no Carrier Voice Network connectivity I would like by default calls to use Sipdroid. ...
defect
preferred call type i have installed sipdroid as a way for me to communicate when i am unreachable through the normal voice carrier networks for example when i am at work and i have wlan network connectivity on my cell but no carrier voice network connectivity i would like by default calls to use sipdroid ...
1
709,473
24,379,238,396
IssuesEvent
2022-10-04 06:02:31
gardener/gardener
https://api.github.com/repos/gardener/gardener
closed
Use non-VPA/HPA autoscaling for metrics-server
kind/enhancement area/control-plane area/auto-scaling priority/2 lifecycle/frozen
**How to categorize this issue?** <!-- Please select area, kind, and priority for this issue. This helps the community categorizing it. Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion. If multiple identifiers make sense you can also state the commands multiple times...
1.0
Use non-VPA/HPA autoscaling for metrics-server - **How to categorize this issue?** <!-- Please select area, kind, and priority for this issue. This helps the community categorizing it. Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion. If multiple identifiers make sen...
non_defect
use non vpa hpa autoscaling for metrics server how to categorize this issue please select area kind and priority for this issue this helps the community categorizing it replace below todos or exchange the existing identifiers with those that fit best in your opinion if multiple identifiers make sen...
0
51,924
13,211,338,370
IssuesEvent
2020-08-15 22:24:57
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[PROPOSAL] No docs (Trac #1276)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1276">https://code.icecube.wisc.edu/projects/icecube/ticket/1276</a>, reported by olivasand owned by tfuchs</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "_ts": "1458...
1.0
[PROPOSAL] No docs (Trac #1276) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1276">https://code.icecube.wisc.edu/projects/icecube/ticket/1276</a>, reported by olivasand owned by tfuchs</em></summary> <p> ```json { "status": "closed", "changetime": "2016...
defect
no docs trac migrated from json status closed changetime ts description there s only an index rst with a link to the release notes this project really needs some documentation reporter olivas cc resolution fi...
1
8,802
2,612,897,063
IssuesEvent
2015-02-27 17:22:46
chrsmith/windows-package-manager
https://api.github.com/repos/chrsmith/windows-package-manager
closed
Start Menu links are not created for All Users
auto-migrated Milestone-1.13.0 Type-Defect
``` What steps will reproduce the problem? 1. Install the program 2. Install anyone of the packages from a non admin account using elevation 3. Look for the installed program in start menu and you won't find it What is the expected output? What do you see instead? Expect output is for the links to be placed in the all...
1.0
Start Menu links are not created for All Users - ``` What steps will reproduce the problem? 1. Install the program 2. Install anyone of the packages from a non admin account using elevation 3. Look for the installed program in start menu and you won't find it What is the expected output? What do you see instead? Expec...
defect
start menu links are not created for all users what steps will reproduce the problem install the program install anyone of the packages from a non admin account using elevation look for the installed program in start menu and you won t find it what is the expected output what do you see instead expec...
1
34,044
7,330,120,656
IssuesEvent
2018-03-05 08:48:16
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Picklist multi select and move does not work if selecting items in reverse order
defect
**Current behavior** When I multi select items in a Picklist and push move, nothing happens. This bug only happens if I selected the items from bottom to top (instead of sequentially). **Expected behavior** I expect the multi-selected items to move when I push the move buttons. **Minimal reproduction of the pro...
1.0
Picklist multi select and move does not work if selecting items in reverse order - **Current behavior** When I multi select items in a Picklist and push move, nothing happens. This bug only happens if I selected the items from bottom to top (instead of sequentially). **Expected behavior** I expect the multi-select...
defect
picklist multi select and move does not work if selecting items in reverse order current behavior when i multi select items in a picklist and push move nothing happens this bug only happens if i selected the items from bottom to top instead of sequentially expected behavior i expect the multi select...
1
780,130
27,380,468,804
IssuesEvent
2023-02-28 09:42:12
climateconnect/climateconnect
https://api.github.com/repos/climateconnect/climateconnect
closed
Bug: Organization creation translation issues
bug Priority B
**Describe the bug** Using the automatic translate feature when creating an organization does not save the changes made. Note: seems you need to input English text first and then translations would be correctly generated. **To Reproduce** Steps to reproduce the behavior: 1. Be on the German version of the webs...
1.0
Bug: Organization creation translation issues - **Describe the bug** Using the automatic translate feature when creating an organization does not save the changes made. Note: seems you need to input English text first and then translations would be correctly generated. **To Reproduce** Steps to reproduce the be...
non_defect
bug organization creation translation issues describe the bug using the automatic translate feature when creating an organization does not save the changes made note seems you need to input english text first and then translations would be correctly generated to reproduce steps to reproduce the be...
0
74,930
25,411,587,859
IssuesEvent
2022-11-22 19:29:35
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
draw_networkx_edges ignores connectionstyle parameter
Defect Visualization
If you call `draw_networkx_edges` with an undirected graph with no self loops, the `connectionstyle` parameter is ignored unless `arrows=True`. This is not clear from the documentation. Either the documentation could be changed to clarify this, or the code could be changed to use the FancyArrowPatch when the connectio...
1.0
draw_networkx_edges ignores connectionstyle parameter - If you call `draw_networkx_edges` with an undirected graph with no self loops, the `connectionstyle` parameter is ignored unless `arrows=True`. This is not clear from the documentation. Either the documentation could be changed to clarify this, or the code could ...
defect
draw networkx edges ignores connectionstyle parameter if you call draw networkx edges with an undirected graph with no self loops the connectionstyle parameter is ignored unless arrows true this is not clear from the documentation either the documentation could be changed to clarify this or the code could ...
1
209,424
7,175,553,760
IssuesEvent
2018-01-31 06:14:10
jaws/jaws
https://api.github.com/repos/jaws/jaws
closed
Add featureType = timeSeries metadata
low priority
As discussed earlier, please make all JAWS output compliant with the CF featureType = timeSeries described [here](http://cfconventions.org/cf-conventions/cf-conventions.html#time-series-data). This will require first addressing #31, since the timeSeries will need a station_name variable as the instance variable.
1.0
Add featureType = timeSeries metadata - As discussed earlier, please make all JAWS output compliant with the CF featureType = timeSeries described [here](http://cfconventions.org/cf-conventions/cf-conventions.html#time-series-data). This will require first addressing #31, since the timeSeries will need a station_name ...
non_defect
add featuretype timeseries metadata as discussed earlier please make all jaws output compliant with the cf featuretype timeseries described this will require first addressing since the timeseries will need a station name variable as the instance variable
0
342,202
30,612,009,530
IssuesEvent
2023-07-23 18:22:19
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix statistical.test_mean
Sub Task Failing Test
| | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5637886035"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5637886035"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://githu...
1.0
Fix statistical.test_mean - | | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5637886035"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5637886035"><img src=https://img.shields.io/badge/-success-success></a> |tenso...
non_defect
fix statistical test mean jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src
0
53,637
13,262,007,784
IssuesEvent
2020-08-20 20:56:15
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[fillratio] uninitialized value (Trac #1795)
Migrated from Trac combo reconstruction defect
found by static analyser http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-844164.html#EndPath <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1795">https://code.icecube.wisc.edu/projects/icecube/ticket/1795</a>, reported by kjmeagher...
1.0
[fillratio] uninitialized value (Trac #1795) - found by static analyser http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-844164.html#EndPath <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1795">https://code.icecube.wisc.edu/projects...
defect
uninitialized value trac found by static analyser migrated from json status closed changetime ts description found by static analyser reporter kjmeagher cc resolution invalid time com...
1
12,443
2,700,136,357
IssuesEvent
2015-04-03 22:51:05
netty/netty
https://api.github.com/repos/netty/netty
closed
HTTP/2 HEADERS stream dependency stream state
defect
The specification does not provide explicit direction as how to what state the `Stream Dependency` stream is expected to be in, and how implementations should react if it is not in the OPEN (or other "created" states). The decoder may have to be updated by: 1. Move the `setPriority` above notification of the listener...
1.0
HTTP/2 HEADERS stream dependency stream state - The specification does not provide explicit direction as how to what state the `Stream Dependency` stream is expected to be in, and how implementations should react if it is not in the OPEN (or other "created" states). The decoder may have to be updated by: 1. Move the ...
defect
http headers stream dependency stream state the specification does not provide explicit direction as how to what state the stream dependency stream is expected to be in and how implementations should react if it is not in the open or other created states the decoder may have to be updated by move the ...
1
18,055
3,022,258,144
IssuesEvent
2015-07-31 19:14:08
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
[Number] Default constructor creates a class instance instead of zero value
defect
```C# using Bridge; using Bridge.Html5; using System; using System.Globalization; using System.Collections.Generic; namespace Demo { public class App { [Ready] public static void Main() { Console.Log(new char() == 0); Console.Log(new decimal() == 0...
1.0
[Number] Default constructor creates a class instance instead of zero value - ```C# using Bridge; using Bridge.Html5; using System; using System.Globalization; using System.Collections.Generic; namespace Demo { public class App { [Ready] public static void Main() { ...
defect
default constructor creates a class instance instead of zero value c using bridge using bridge using system using system globalization using system collections generic namespace demo public class app public static void main console log ...
1
65,959
19,830,664,384
IssuesEvent
2022-01-20 11:37:31
GoldenSoftwareLtd/gedemin
https://api.github.com/repos/GoldenSoftwareLtd/gedemin
closed
Нельзя продублировать экспедитора
GedeminExe Type-Defect Priority-High BMKK
Originally reported on Google Code with ID 2061 ``` На действующей базе попытаться продублировать экспедитора. Кинет ошибку. PS: говорят, что и объединение на новом экзешнике не так работает. ``` Reported by `gs1994` on 2010-06-24 13:26:28
1.0
Нельзя продублировать экспедитора - Originally reported on Google Code with ID 2061 ``` На действующей базе попытаться продублировать экспедитора. Кинет ошибку. PS: говорят, что и объединение на новом экзешнике не так работает. ``` Reported by `gs1994` on 2010-06-24 13:26:28
defect
нельзя продублировать экспедитора originally reported on google code with id на действующей базе попытаться продублировать экспедитора кинет ошибку ps говорят что и объединение на новом экзешнике не так работает reported by on
1
232,074
7,654,256,566
IssuesEvent
2018-05-10 08:33:35
canonical-websites/www.ubuntu.com
https://api.github.com/repos/canonical-websites/www.ubuntu.com
closed
Search results pages are returned in search results
Priority: Medium
1\. Go to ubuntu.com. 2\. [Search for “irc”](https://www.ubuntu.com/search?q=irc). What happens: The first two results are search results pages, and [the second one](https://jujucharms.com/q/?requires=irc) is literally a page saying “Your search for irc returned 0 results”. This issue is not about the fact that ...
1.0
Search results pages are returned in search results - 1\. Go to ubuntu.com. 2\. [Search for “irc”](https://www.ubuntu.com/search?q=irc). What happens: The first two results are search results pages, and [the second one](https://jujucharms.com/q/?requires=irc) is literally a page saying “Your search for irc returned...
non_defect
search results pages are returned in search results go to ubuntu com what happens the first two results are search results pages and is literally a page saying “your search for irc returned results” this issue is not about the fact that the results are from jujucharms com that is thi...
0
19,222
5,825,755,922
IssuesEvent
2017-05-08 00:16:12
ThatCrazyIrishGuy/less-to-palette
https://api.github.com/repos/ThatCrazyIrishGuy/less-to-palette
closed
Fix "Similar code" issue in src/containers/colour-tile.js
codeclimate done quality
Similar code found in 1 other location (mass = 67) https://codeclimate.com/github/ThatCrazyIrishGuy/less-to-palette/src/containers/colour-tile.js#issue_58da6917dcf64a0001000027
1.0
Fix "Similar code" issue in src/containers/colour-tile.js - Similar code found in 1 other location (mass = 67) https://codeclimate.com/github/ThatCrazyIrishGuy/less-to-palette/src/containers/colour-tile.js#issue_58da6917dcf64a0001000027
non_defect
fix similar code issue in src containers colour tile js similar code found in other location mass
0
13,409
8,443,242,656
IssuesEvent
2018-10-18 15:07:36
ooni/probe-android
https://api.github.com/repos/ooni/probe-android
closed
More explicit "view log", like in iOS
usability wishlist
While replying to detailed feedback we received, I noticed that the feature for viewing logs is too much hidden on Android, as compared to iOS (see https://github.com/TheTorProject/ooniprobe-ios/issues/103 for a screenshot). It would be nice if, instead, it would be possible to view logs as easily as we do on iOS.
True
More explicit "view log", like in iOS - While replying to detailed feedback we received, I noticed that the feature for viewing logs is too much hidden on Android, as compared to iOS (see https://github.com/TheTorProject/ooniprobe-ios/issues/103 for a screenshot). It would be nice if, instead, it would be possible to v...
non_defect
more explicit view log like in ios while replying to detailed feedback we received i noticed that the feature for viewing logs is too much hidden on android as compared to ios see for a screenshot it would be nice if instead it would be possible to view logs as easily as we do on ios
0
48,148
13,067,479,122
IssuesEvent
2020-07-31 00:35:20
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[serialization]/[tools] missing/moved lib-files (Trac #1861)
Migrated from Trac defect tools/ports
library is not including the correct header files, see below; [compilation from current icerec/trunk@r150128] In file included from /opt/i3/meta-projects/icerec/trunk/src/hitspool-reader/private/hitspool-reader/FullEventReader.cxx:1: In file included from /opt/i3/meta-projects/icerec/trunk/src/icetray/public/icet...
1.0
[serialization]/[tools] missing/moved lib-files (Trac #1861) - library is not including the correct header files, see below; [compilation from current icerec/trunk@r150128] In file included from /opt/i3/meta-projects/icerec/trunk/src/hitspool-reader/private/hitspool-reader/FullEventReader.cxx:1: In file included ...
defect
missing moved lib files trac library is not including the correct header files see below in file included from opt meta projects icerec trunk src hitspool reader private hitspool reader fulleventreader cxx in file included from opt meta projects icerec trunk src icetray public icetray h ...
1
437,797
12,602,627,480
IssuesEvent
2020-06-11 12:05:16
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
jx-ts-client has not had a PR merged using update-jx-clients.sh
area/updatebot lifecycle/rotten priority/important-soon
### Summary The update-jx-clients.sh script now resides within jenkins-x-versions/jx/scripts/update-jx-clients.sh
1.0
jx-ts-client has not had a PR merged using update-jx-clients.sh - ### Summary The update-jx-clients.sh script now resides within jenkins-x-versions/jx/scripts/update-jx-clients.sh
non_defect
jx ts client has not had a pr merged using update jx clients sh summary the update jx clients sh script now resides within jenkins x versions jx scripts update jx clients sh
0
44,654
12,308,037,885
IssuesEvent
2020-05-12 06:20:16
jankeirse/tvhgooglemapi
https://api.github.com/repos/jankeirse/tvhgooglemapi
closed
allow to send email immediately
Priority-Low Type-Defect auto-migrated feature-request wontfix
``` What steps will reproduce the problem? 1. Use a mapi application that send mail without user interaction. 2. The mail will show up as a draft and the user can change the mail with tvhgooglemapi. When other mail clients like thunderbird of outlook are used, the user can not change the mail. What is the expected ...
1.0
allow to send email immediately - ``` What steps will reproduce the problem? 1. Use a mapi application that send mail without user interaction. 2. The mail will show up as a draft and the user can change the mail with tvhgooglemapi. When other mail clients like thunderbird of outlook are used, the user can not chang...
defect
allow to send email immediately what steps will reproduce the problem use a mapi application that send mail without user interaction the mail will show up as a draft and the user can change the mail with tvhgooglemapi when other mail clients like thunderbird of outlook are used the user can not chang...
1
33,753
7,236,802,572
IssuesEvent
2018-02-13 08:47:45
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Dialog is displayed below topbar in showcase
defect
it can be reproduced on demo page http://prntscr.com/i173bp if t try to resize window or do it programmatically(window.dispatchEvent(new Event('resize'))) then size of dialog will become right http://prntscr.com/i175jm
1.0
Dialog is displayed below topbar in showcase - it can be reproduced on demo page http://prntscr.com/i173bp if t try to resize window or do it programmatically(window.dispatchEvent(new Event('resize'))) then size of dialog will become right http://prntscr.com/i175jm
defect
dialog is displayed below topbar in showcase it can be reproduced on demo page if t try to resize window or do it programmatically window dispatchevent new event resize then size of dialog will become right
1
11,385
2,649,862,553
IssuesEvent
2015-03-15 11:09:46
bbk79/xbmc-glwiz-addon
https://api.github.com/repos/bbk79/xbmc-glwiz-addon
closed
Open Elec R-Pi latest build, with NO Audio and NO Video
auto-migrated Priority-Medium Type-Defect
``` I have OpenElec xbmc on R-Pi latest built. The VL-01 codec installed and working the addon of GLArab - 0.0.2. release of march 21 installed. User name and password are ok a list of channel shows up but No Audio and no Video. same configuration on a windows laptop. it works fine? ``` Original issue rep...
1.0
Open Elec R-Pi latest build, with NO Audio and NO Video - ``` I have OpenElec xbmc on R-Pi latest built. The VL-01 codec installed and working the addon of GLArab - 0.0.2. release of march 21 installed. User name and password are ok a list of channel shows up but No Audio and no Video. same configuration on a win...
defect
open elec r pi latest build with no audio and no video i have openelec xbmc on r pi latest built the vl codec installed and working the addon of glarab release of march installed user name and password are ok a list of channel shows up but no audio and no video same configuration on a windo...
1
18,929
10,267,924,797
IssuesEvent
2019-08-23 03:56:08
chanzuckerberg/cellxgene
https://api.github.com/repos/chanzuckerberg/cellxgene
closed
RAF loop always active in graph pan/zoom mode
performance
The graph component RAF is always active when in pan/zoom mode, which leads to excessive cpu/power consumption (a problem for some usage scenarios, eg mobile/tablet). We should activate only when required, or move to an explicit repaint callback.
True
RAF loop always active in graph pan/zoom mode - The graph component RAF is always active when in pan/zoom mode, which leads to excessive cpu/power consumption (a problem for some usage scenarios, eg mobile/tablet). We should activate only when required, or move to an explicit repaint callback.
non_defect
raf loop always active in graph pan zoom mode the graph component raf is always active when in pan zoom mode which leads to excessive cpu power consumption a problem for some usage scenarios eg mobile tablet we should activate only when required or move to an explicit repaint callback
0
279,669
21,179,313,218
IssuesEvent
2022-04-08 06:01:34
teamBugBash/hello
https://api.github.com/repos/teamBugBash/hello
reopened
demo issue
documentation duplicate
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop p...
1.0
demo issue - It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. M...
non_defect
demo issue it is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout the point of using lorem ipsum is that it has a more or less normal distribution of letters as opposed to using content here content here making it look like readable english m...
0
41,056
10,278,732,959
IssuesEvent
2019-08-25 16:47:48
joshuaulrich/IBrokers
https://api.github.com/repos/joshuaulrich/IBrokers
closed
reference manual?
Priority-Medium Type-Defect auto-migrated
``` Is there a reference manual for this API? Thanks, John presci3nce@gmail.com ``` Original issue reported on code.google.com by `presci3...@gmail.com` on 29 Dec 2011 at 7:32
1.0
reference manual? - ``` Is there a reference manual for this API? Thanks, John presci3nce@gmail.com ``` Original issue reported on code.google.com by `presci3...@gmail.com` on 29 Dec 2011 at 7:32
defect
reference manual is there a reference manual for this api thanks john gmail com original issue reported on code google com by gmail com on dec at
1
3,987
2,544,444,900
IssuesEvent
2015-01-29 09:58:51
phetsims/scenery
https://api.github.com/repos/phetsims/scenery
closed
Key.down interferes with Mouse.down and Touch.down
accessibility high-priority
While working on the accessibility project, I tried adding a key listener on Forces and Motion Basics: PullerNode which already uses SimpleDragHandler and I discovered that SimpleDragHandler.down() is getting called by the key down, which is causing interference. Presumably SimpleDragHandler shouldn't handle keyboard ...
1.0
Key.down interferes with Mouse.down and Touch.down - While working on the accessibility project, I tried adding a key listener on Forces and Motion Basics: PullerNode which already uses SimpleDragHandler and I discovered that SimpleDragHandler.down() is getting called by the key down, which is causing interference. Pr...
non_defect
key down interferes with mouse down and touch down while working on the accessibility project i tried adding a key listener on forces and motion basics pullernode which already uses simpledraghandler and i discovered that simpledraghandler down is getting called by the key down which is causing interference pr...
0
70,990
23,395,522,745
IssuesEvent
2022-08-11 22:49:51
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Two columns with same posgresql type varchar[] yield different types after .get(...)
T: Defect
### Expected behavior When using .get in RecordMapper i expect that each of the get returns valid type. ### Actual behavior First call return array of string, second returns just a string. ### Steps to reproduce the problem I have two tables. Each of them have postgresql array's type varchar[] First is `r...
1.0
Two columns with same posgresql type varchar[] yield different types after .get(...) - ### Expected behavior When using .get in RecordMapper i expect that each of the get returns valid type. ### Actual behavior First call return array of string, second returns just a string. ### Steps to reproduce the problem ...
defect
two columns with same posgresql type varchar yield different types after get expected behavior when using get in recordmapper i expect that each of the get returns valid type actual behavior first call return array of string second returns just a string steps to reproduce the problem ...
1
57,267
14,060,550,746
IssuesEvent
2020-11-03 06:17:21
jacoco/jacoco
https://api.github.com/repos/jacoco/jacoco
closed
Build JaCoCo with Java >= 12 and without bytecode.version property
component: build
* JaCoCo version: latest version (d60a5b2) * Tool integration: Maven 3.6.3 and Java 13.0.2 * Steps: `mvn clean verify` or `mvn clean package` ### Expected behaviour Build succeed ### Actual behaviour Build fail If we don't provider `bytecode.version` property the modules `org.jacoco.core.test.validation....
1.0
Build JaCoCo with Java >= 12 and without bytecode.version property - * JaCoCo version: latest version (d60a5b2) * Tool integration: Maven 3.6.3 and Java 13.0.2 * Steps: `mvn clean verify` or `mvn clean package` ### Expected behaviour Build succeed ### Actual behaviour Build fail If we don't provider `by...
non_defect
build jacoco with java and without bytecode version property jacoco version latest version tool integration maven and java steps mvn clean verify or mvn clean package expected behaviour build succeed actual behaviour build fail if we don t provider bytecode v...
0
59,881
14,666,290,027
IssuesEvent
2020-12-29 15:59:56
googleapis/python-talent
https://api.github.com/repos/googleapis/python-talent
closed
samples.snippets.job_search_commute_search_test: test_commute_search failed
:rotating_light: api: jobs buildcop: flaky buildcop: issue priority: p1 samples type: bug
This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: fbe4d9b3c1fbd7d2ea684151e804885ce056...
2.0
samples.snippets.job_search_commute_search_test: test_commute_search failed - This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label ...
non_defect
samples snippets job search commute search test test commute search failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output args parent pro...
0
39,842
9,674,316,237
IssuesEvent
2019-05-22 09:36:17
vector-im/riot-web
https://api.github.com/repos/vector-im/riot-web
closed
Reactions: Mix of color, non-color emojis and boxes in reaction bar
bug defect feature:aggregations feature:reactions p1
![image](https://user-images.githubusercontent.com/1342360/57395165-40e2ce80-717c-11e9-87a5-2af4f5e11cc7.png) ![image](https://user-images.githubusercontent.com/1342360/58090790-fd4a8480-7bbf-11e9-91b4-6356dfc58476.png) ### Description I'm getting an interesting mix of color and non-color emojis in my reaction...
1.0
Reactions: Mix of color, non-color emojis and boxes in reaction bar - ![image](https://user-images.githubusercontent.com/1342360/57395165-40e2ce80-717c-11e9-87a5-2af4f5e11cc7.png) ![image](https://user-images.githubusercontent.com/1342360/58090790-fd4a8480-7bbf-11e9-91b4-6356dfc58476.png) ### Description I'm g...
defect
reactions mix of color non color emojis and boxes in reaction bar description i m getting an interesting mix of color and non color emojis in my reactions bar which kind of make it look like i ve already selected like when i haven t version information platform web ...
1
19,936
5,957,159,323
IssuesEvent
2017-05-28 23:39:48
mrr0088/Python_DataClassification
https://api.github.com/repos/mrr0088/Python_DataClassification
closed
Hacer que el conjunto de entrenamiento se actualice progresivamente
code enhancement
En lugar de usar sólo el Dataset de Isabel, permitir que el conjunto de entrenamiento crezca progresivamente a medida que hay más noticias etiquetadas
1.0
Hacer que el conjunto de entrenamiento se actualice progresivamente - En lugar de usar sólo el Dataset de Isabel, permitir que el conjunto de entrenamiento crezca progresivamente a medida que hay más noticias etiquetadas
non_defect
hacer que el conjunto de entrenamiento se actualice progresivamente en lugar de usar sólo el dataset de isabel permitir que el conjunto de entrenamiento crezca progresivamente a medida que hay más noticias etiquetadas
0
28,221
5,221,384,031
IssuesEvent
2017-01-27 01:17:15
elTiempoVuela/https-finder
https://api.github.com/repos/elTiempoVuela/https-finder
closed
my address bar keeps showing a symbol saying that it isnt from a valid trust site
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? windows xp Please provide any additional information below. ``` Original issue reported on code.google.com by `tglasgo0...@gmail.com` on 1...
1.0
my address bar keeps showing a symbol saying that it isnt from a valid trust site - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? windows xp Please provide any additional information belo...
defect
my address bar keeps showing a symbol saying that it isnt from a valid trust site what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system windows xp please provide any additional information belo...
1
64,547
18,737,161,151
IssuesEvent
2021-11-04 09:12:29
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
display name with hyphens / underscores in causes display name push rule to fail
T-Defect P2 S-Minor A-Notifications
User with display name 'steve-_-' reported channel icon not turning red on mentions - worked when display names changed to contaisn just letters
1.0
display name with hyphens / underscores in causes display name push rule to fail - User with display name 'steve-_-' reported channel icon not turning red on mentions - worked when display names changed to contaisn just letters
defect
display name with hyphens underscores in causes display name push rule to fail user with display name steve reported channel icon not turning red on mentions worked when display names changed to contaisn just letters
1
270,064
28,960,397,196
IssuesEvent
2023-05-10 01:38:34
praneethpanasala/linux
https://api.github.com/repos/praneethpanasala/linux
reopened
CVE-2019-15807 (Medium) detected in linuxlinux-4.19.6
Mend: dependency security vulnerability
## CVE-2019-15807 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https:...
True
CVE-2019-15807 (Medium) detected in linuxlinux-4.19.6 - ## CVE-2019-15807 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apache Software F...
non_defect
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
201,707
15,219,092,239
IssuesEvent
2021-02-17 18:43:21
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
`Customize sync` settings are not respected
OS/Desktop QA/Test-Plan-Specified QA/Yes bug feature/sync needs-discussion
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV...
1.0
`Customize sync` settings are not respected - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ...
non_defect
customize sync settings are not respected have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will ...
0
436,591
12,550,994,273
IssuesEvent
2020-06-06 13:12:51
googleapis/elixir-google-api
https://api.github.com/repos/googleapis/elixir-google-api
opened
Synthesis failed for Logging
api: logging autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate Logging. :broken_heart: Here's the output from running `synth.py`: ``` 12:10,023 autosynth [DEBUG] > Running: git config user.name yoshi-automation 2020-06-06 06:12:10,026 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com 2020-06-06 06:12:10,029 autosy...
1.0
Synthesis failed for Logging - Hello! Autosynth couldn't regenerate Logging. :broken_heart: Here's the output from running `synth.py`: ``` 12:10,023 autosynth [DEBUG] > Running: git config user.name yoshi-automation 2020-06-06 06:12:10,026 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com...
non_defect
synthesis failed for logging hello autosynth couldn t regenerate logging broken heart here s the output from running synth py autosynth running git config user name yoshi automation autosynth running git config user email yoshi automation google com autosynth ...
0
285,235
24,653,334,046
IssuesEvent
2022-10-17 20:39:11
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: acceptance/many-splits failed
C-test-failure O-robot O-roachtest branch-master T-testeng
roachtest.acceptance/many-splits [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6837129?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6837129?buildTab=artifacts#/acceptance/many-s...
3.0
roachtest: acceptance/many-splits failed - roachtest.acceptance/many-splits [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6837129?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/68...
non_defect
roachtest acceptance many splits failed roachtest acceptance many splits with on master test artifacts and logs in artifacts acceptance many splits run cluster go put cluster pute put go src github com cockroachdb cockroach bin cockroach failed scp r c o stricthostkeychecking no ...
0
42,465
12,891,421,748
IssuesEvent
2020-07-13 17:42:17
jtimberlake/jazz
https://api.github.com/repos/jtimberlake/jazz
opened
CVE-2019-19919 (High) detected in handlebars-4.1.0.tgz, handlebars-1.3.0.tgz
security vulnerability
## CVE-2019-19919 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.1.0.tgz</b>, <b>handlebars-1.3.0.tgz</b></p></summary> <p> <details><summary><b>handlebars-4.1.0.tgz</b...
True
CVE-2019-19919 (High) detected in handlebars-4.1.0.tgz, handlebars-1.3.0.tgz - ## CVE-2019-19919 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.1.0.tgz</b>, <b>handlebar...
non_defect
cve high detected in handlebars tgz handlebars tgz cve high severity vulnerability vulnerable libraries handlebars tgz handlebars tgz handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no fru...
0
16,137
2,872,987,076
IssuesEvent
2015-06-08 14:54:09
msimpson/pixelcity
https://api.github.com/repos/msimpson/pixelcity
closed
Compile Pixel City on Linux
auto-migrated Priority-Medium Type-Defect
``` The attached patch makes it possible to compile and use Pixel City on Linux (tested on Ubuntu 9.10, x86). There are still some issues, but basic functionality works. ``` Original issue reported on code.google.com by `mcuelena...@gmail.com` on 9 Mar 2010 at 11:22 Attachments: * [pixelcity_linux.diff](https://sto...
1.0
Compile Pixel City on Linux - ``` The attached patch makes it possible to compile and use Pixel City on Linux (tested on Ubuntu 9.10, x86). There are still some issues, but basic functionality works. ``` Original issue reported on code.google.com by `mcuelena...@gmail.com` on 9 Mar 2010 at 11:22 Attachments: * [pix...
defect
compile pixel city on linux the attached patch makes it possible to compile and use pixel city on linux tested on ubuntu there are still some issues but basic functionality works original issue reported on code google com by mcuelena gmail com on mar at attachments
1
250,551
18,893,967,996
IssuesEvent
2021-11-15 15:56:35
SandraScherer/EntertainmentInfothek
https://api.github.com/repos/SandraScherer/EntertainmentInfothek
closed
Fix source documentation
documentation bug-minor
There are some method documentations that have not been updated when the code was changed, e.g. thrown exceptions. Fix that.
1.0
Fix source documentation - There are some method documentations that have not been updated when the code was changed, e.g. thrown exceptions. Fix that.
non_defect
fix source documentation there are some method documentations that have not been updated when the code was changed e g thrown exceptions fix that
0