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
228,674
17,469,114,271
IssuesEvent
2021-08-06 22:12:00
jaredhendrickson13/pfsense-api
https://api.github.com/repos/jaredhendrickson13/pfsense-api
closed
Alias Parameters
bug documentation
Hi! First thing: great work! I was trying your API out and found Alias description/handling a bit strange. Creation lists name, type, descr, address & detail. So far, so nice. Read operation lists an alias normally, e.g. ```{ "status": "ok", "code": 200, "return": 0, "message": "Success", ...
1.0
Alias Parameters - Hi! First thing: great work! I was trying your API out and found Alias description/handling a bit strange. Creation lists name, type, descr, address & detail. So far, so nice. Read operation lists an alias normally, e.g. ```{ "status": "ok", "code": 200, "return": 0, "me...
non_defect
alias parameters hi first thing great work i was trying your api out and found alias description handling a bit strange creation lists name type descr address detail so far so nice read operation lists an alias normally e g status ok code return mess...
0
66,640
20,387,207,554
IssuesEvent
2022-02-22 08:24:09
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
dnsdist: latency-count is broken
defect dnsdist
<!-- Tell us what is issue is about --> - Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Bug report ### Short description On master, I get the following stats: ``` latency-avg100 97490075.9 tcp-listen-overflows 0 latency-av...
1.0
dnsdist: latency-count is broken - <!-- Tell us what is issue is about --> - Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Bug report ### Short description On master, I get the following stats: ``` latency-avg100 97490075.9 tcp-listen-overflows ...
defect
dnsdist latency count is broken program dnsdist issue type bug report short description on master i get the following stats latency tcp listen overflows latency tcp query pipe full ...
1
523,624
15,186,499,155
IssuesEvent
2021-02-15 12:28:24
r-lib/styler
https://api.github.com/repos/r-lib/styler
closed
braces in roxygen comments cause styling error
Complexity: High Priority: Medium Status: Unassigned Type: Bug
``` r styler::cache_deactivate() #> Deactivated cache. styler::style_text( c( "#' Hi", "#' @examples", "#' x <- \"'{'\"", # also with single quotes "#' \\dontrun{", "#' fu(x = 3)", "#' }", "NULL" ) ) #> Warning in tools::parse_Rd(., fragment = TRUE): <connection>:6: unexpec...
1.0
braces in roxygen comments cause styling error - ``` r styler::cache_deactivate() #> Deactivated cache. styler::style_text( c( "#' Hi", "#' @examples", "#' x <- \"'{'\"", # also with single quotes "#' \\dontrun{", "#' fu(x = 3)", "#' }", "NULL" ) ) #> Warning in tools::pars...
non_defect
braces in roxygen comments cause styling error r styler cache deactivate deactivated cache styler style text c hi examples x also with single quotes dontrun fu x null warning in tools pars...
0
417,139
12,156,058,490
IssuesEvent
2020-04-25 15:44:51
altest-com/vue-schemas
https://api.github.com/repos/altest-com/vue-schemas
opened
Improve choices field editor
high priority
Allow edit / delete / sort choices (currently you can only add them)
1.0
Improve choices field editor - Allow edit / delete / sort choices (currently you can only add them)
non_defect
improve choices field editor allow edit delete sort choices currently you can only add them
0
38,684
8,952,148,165
IssuesEvent
2019-01-25 15:48:27
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
cg-penalty crash / questions
Ipopt cg-penalty defect
Issue created by migration from Trac. Original creator: hmartin Original creation time: 2009-06-22 09:44:21 Assignee: ipopt-team Version: 3.6 Hi, After reading some papers of Chen/Goldfarb about their piecewise linear penalty method that has been implemented in Ipopt, I decided to give it a try. However, I got s...
1.0
cg-penalty crash / questions - Issue created by migration from Trac. Original creator: hmartin Original creation time: 2009-06-22 09:44:21 Assignee: ipopt-team Version: 3.6 Hi, After reading some papers of Chen/Goldfarb about their piecewise linear penalty method that has been implemented in Ipopt, I decided to g...
defect
cg penalty crash questions issue created by migration from trac original creator hmartin original creation time assignee ipopt team version hi after reading some papers of chen goldfarb about their piecewise linear penalty method that has been implemented in ipopt i decided to give it a...
1
298,235
9,197,380,269
IssuesEvent
2019-03-07 09:51:58
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Can't create account on android PR builds
bug high-priority
# Problem Found in https://github.com/status-im/status-react/pull/7457#issuecomment-462873139 App is named "Status PR" instead of "Status". When trying to create the account I'm redirected to last visited app (in my case it was file manager) after setting password. Video: https://take.ms/JdJSG Logcat: [logc...
1.0
Can't create account on android PR builds - # Problem Found in https://github.com/status-im/status-react/pull/7457#issuecomment-462873139 App is named "Status PR" instead of "Status". When trying to create the account I'm redirected to last visited app (in my case it was file manager) after setting password. ...
non_defect
can t create account on android pr builds problem found in app is named status pr instead of status when trying to create the account i m redirected to last visited app in my case it was file manager after setting password video logcat version of app pr
0
77,937
27,240,892,982
IssuesEvent
2023-02-21 20:20:11
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: RequestWillBeSent doesn't work when the link opens another tab
C-dotnet I-defect I-stale
### What happened? Hello. I am using selenium to check submitted Requests from a page. I use the Network.RequestWillBeSent event for this. Everything works well until I come across a link that opens a new tab. Such links usually have a target = "_blank" attribute. When a new tab opens, I do not receive requests from...
1.0
[🐛 Bug]: RequestWillBeSent doesn't work when the link opens another tab - ### What happened? Hello. I am using selenium to check submitted Requests from a page. I use the Network.RequestWillBeSent event for this. Everything works well until I come across a link that opens a new tab. Such links usually have a target...
defect
requestwillbesent doesn t work when the link opens another tab what happened hello i am using selenium to check submitted requests from a page i use the network requestwillbesent event for this everything works well until i come across a link that opens a new tab such links usually have a target bl...
1
173,478
14,427,362,092
IssuesEvent
2020-12-06 03:32:29
briansemrau/godot_box2d
https://api.github.com/repos/briansemrau/godot_box2d
opened
There should be a Godot recreation of Box2D testbed scenes
documentation enhancement
To demonstrate the utility of Box2D (and to test if things are working properly), there should be a folder or repository of scenes copied from the Box2D testbeds.
1.0
There should be a Godot recreation of Box2D testbed scenes - To demonstrate the utility of Box2D (and to test if things are working properly), there should be a folder or repository of scenes copied from the Box2D testbeds.
non_defect
there should be a godot recreation of testbed scenes to demonstrate the utility of and to test if things are working properly there should be a folder or repository of scenes copied from the testbeds
0
240,144
7,800,482,626
IssuesEvent
2018-06-09 09:58:19
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0009558: sometimes free/busy conflicts are not detected
Bug Calendar Mantis high priority
**Reported by pschuele on 20 Jan 2014 14:32** **Version:** Collin (2013.10.4) sometimes free/busy conflicts are not detected **Steps to reproduce:** 1. switch tz to europe/berlin 2. create recurring event in summer 3. create another event conflicting with first event in winter (but at the end of event #1) -&gt; n...
1.0
0009558: sometimes free/busy conflicts are not detected - **Reported by pschuele on 20 Jan 2014 14:32** **Version:** Collin (2013.10.4) sometimes free/busy conflicts are not detected **Steps to reproduce:** 1. switch tz to europe/berlin 2. create recurring event in summer 3. create another event conflicting with f...
non_defect
sometimes free busy conflicts are not detected reported by pschuele on jan version collin sometimes free busy conflicts are not detected steps to reproduce switch tz to europe berlin create recurring event in summer create another event conflicting with first event in wi...
0
27,532
5,041,200,996
IssuesEvent
2016-12-19 09:30:09
contao/core
https://api.github.com/repos/contao/core
closed
srcset läuft Amok bei zu kleinen Bildern
defect
Wenn wir mehrere Bildgrößen definieren, das Zielbild aber zu klein ist (oder vom Format nicht passt?), wird im picture - srcset Unfug generiert: ![image](https://cloud.githubusercontent.com/assets/2657385/21101182/3add95fe-c078-11e6-99b7-3c776beaf94e.png) ``` <picture> <!--[if IE 9]><video style="display: n...
1.0
srcset läuft Amok bei zu kleinen Bildern - Wenn wir mehrere Bildgrößen definieren, das Zielbild aber zu klein ist (oder vom Format nicht passt?), wird im picture - srcset Unfug generiert: ![image](https://cloud.githubusercontent.com/assets/2657385/21101182/3add95fe-c078-11e6-99b7-3c776beaf94e.png) ``` <picture> ...
defect
srcset läuft amok bei zu kleinen bildern wenn wir mehrere bildgrößen definieren das zielbild aber zu klein ist oder vom format nicht passt wird im picture srcset unfug generiert hier beim es liegt wohl am komma das wird von chrome...
1
377,607
11,177,050,999
IssuesEvent
2019-12-30 09:24:33
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.pinterest.com - design is broken
browser-focus-geckoview engine-gecko ml-needsdiagnosis-false priority-important
<!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://www.pinterest.com/pin/292241463290921686/ **Browser / Version**: Firefox Mobile 71.0 **Operating S...
1.0
www.pinterest.com - design is broken - <!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://www.pinterest.com/pin/292241463290921686/ **Browser / Versi...
non_defect
design is broken url browser version firefox mobile operating system android tested another browser no problem type design is broken description can t bypass popups steps to reproduce browser configuration none from with ❤️
0
72,221
24,001,448,894
IssuesEvent
2022-09-14 11:48:56
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Thundering herd hazelcast with ehcache
Type: Defect
Hey, we notice some time that if our site is attacked on same cache objects that are marked for invalidated in our near cache (so have to be retrieved from server), we run into a thundering herd issue.. We see that a GET on same object (same cache and sam key) result in at least 100 same calls to our backend and at th...
1.0
Thundering herd hazelcast with ehcache - Hey, we notice some time that if our site is attacked on same cache objects that are marked for invalidated in our near cache (so have to be retrieved from server), we run into a thundering herd issue.. We see that a GET on same object (same cache and sam key) result in at leas...
defect
thundering herd hazelcast with ehcache hey we notice some time that if our site is attacked on same cache objects that are marked for invalidated in our near cache so have to be retrieved from server we run into a thundering herd issue we see that a get on same object same cache and sam key result in at leas...
1
46,645
11,864,650,698
IssuesEvent
2020-03-25 22:09:20
googleapis/nodejs-storage
https://api.github.com/repos/googleapis/nodejs-storage
opened
Mocha Tests: should make the key INACTIVE failed
buildcop: issue priority: p1 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: 5561452cb0b6e5a1dcabea6973db57799422...
1.0
Mocha Tests: should make the key INACTIVE 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 and I will stop commenting....
non_defect
mocha tests should make the key inactive 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
0
65,257
19,302,210,913
IssuesEvent
2021-12-13 07:32:40
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Notification become not working
T-Defect X-Needs-Info S-Major A-Notifications O-Uncommon
### Steps to reproduce Some users report then element notification become not working around task bar ### Outcome User want to return popup notification pop-up window ### Operating system Windows 10 x64 ### Application version Element version: 1.9.5 Olm version: 3.2.3 ### How did you install the app? _No respo...
1.0
Notification become not working - ### Steps to reproduce Some users report then element notification become not working around task bar ### Outcome User want to return popup notification pop-up window ### Operating system Windows 10 x64 ### Application version Element version: 1.9.5 Olm version: 3.2.3 ### How d...
defect
notification become not working steps to reproduce some users report then element notification become not working around task bar outcome user want to return popup notification pop up window operating system windows application version element version olm version how did ...
1
42,843
11,303,145,429
IssuesEvent
2020-01-17 19:23:03
mozilla/blurts-server
https://api.github.com/repos/mozilla/blurts-server
closed
strengthen-pin-security.svg is 404ing
defect effort-XS front-end
https://monitor.firefox.com/breach-details/vtech Failed to load resource: the server responded with a status of 404 (strengthen-pin-security.svg:1) ![Firefox_Monitor](https://user-images.githubusercontent.com/557895/72199077-85012f80-33eb-11ea-81cd-799473079be9.png)
1.0
strengthen-pin-security.svg is 404ing - https://monitor.firefox.com/breach-details/vtech Failed to load resource: the server responded with a status of 404 (strengthen-pin-security.svg:1) ![Firefox_Monitor](https://user-images.githubusercontent.com/557895/72199077-85012f80-33eb-11ea-81cd-799473079be9.png)
defect
strengthen pin security svg is failed to load resource the server responded with a status of strengthen pin security svg
1
22,063
3,591,977,233
IssuesEvent
2016-02-01 14:23:52
soravux/scoop
https://api.github.com/repos/soravux/scoop
closed
Scoop not working on OS X 10.9 Python 2.7.5
auto-migrated Priority-Medium Type-Defect
``` python -m 'scoop' does not start scoop properly. I also get 'Be sure to start your program with the '-m scoop' parameter. You can find further information in the documentation.' when I actually try to run something using futures.map (meteng)megatron-5390:examples niko$ python -m 'scoop' [2014-02-18 14:22:28,73...
1.0
Scoop not working on OS X 10.9 Python 2.7.5 - ``` python -m 'scoop' does not start scoop properly. I also get 'Be sure to start your program with the '-m scoop' parameter. You can find further information in the documentation.' when I actually try to run something using futures.map (meteng)megatron-5390:examples n...
defect
scoop not working on os x python python m scoop does not start scoop properly i also get be sure to start your program with the m scoop parameter you can find further information in the documentation when i actually try to run something using futures map meteng megatron examples niko ...
1
78,684
15,586,064,163
IssuesEvent
2021-03-18 01:05:23
Mohib-hub/karate
https://api.github.com/repos/Mohib-hub/karate
opened
CVE-2020-36180 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-36180 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.5.jar</b>, <b>jackson-databind-2.8.8.jar</b>, <b>jackson-databind-2.9.8.jar</b></p></summary> ...
True
CVE-2020-36180 (Medium) detected in multiple libraries - ## CVE-2020-36180 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.5.jar</b>, <b>jackson-databind-2.8.8....
non_defect
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming...
0
14,578
5,713,437,679
IssuesEvent
2017-04-19 07:46:17
travis-ci/travis-ci
https://api.github.com/repos/travis-ci/travis-ci
closed
Test executed by a worker not updated since 2 years
build environment
Hi, It's look like some workers are very old and MUST be updated. You can check this build log (18 April 2017). https://travis-ci.org/photon/utils-mongodb/jobs/223236164 Cookbooks Version a68419e https://github.com/travis-ci/travis-cookbooks/tree/a68419e <= 4 feb 2015 !!! Best regards,
1.0
Test executed by a worker not updated since 2 years - Hi, It's look like some workers are very old and MUST be updated. You can check this build log (18 April 2017). https://travis-ci.org/photon/utils-mongodb/jobs/223236164 Cookbooks Version a68419e https://github.com/travis-ci/travis-cookbooks/tree/a68419e ...
non_defect
test executed by a worker not updated since years hi it s look like some workers are very old and must be updated you can check this build log april cookbooks version feb best regards
0
25,207
12,228,040,990
IssuesEvent
2020-05-03 17:42:44
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
Deleting ELB with stickiness policy gives error
bug service/elb stale
_This issue was originally opened by @hamza3202 as hashicorp/terraform#10989. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> Hi there. We are using terraform version 0.7.3 and we are...
1.0
Deleting ELB with stickiness policy gives error - _This issue was originally opened by @hamza3202 as hashicorp/terraform#10989. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> Hi there...
non_defect
deleting elb with stickiness policy gives error this issue was originally opened by as hashicorp terraform it was migrated here as part of the the original body of the issue is below hi there we are using terraform version and we are facing an issue when trying to delete amazon resources ...
0
26,661
5,280,410,352
IssuesEvent
2017-02-07 14:10:10
IgniteUI/igniteui-js-blocks
https://api.github.com/repos/IgniteUI/igniteui-js-blocks
closed
Move JSB Specs to GitHub Wiki
documentation
Specifications: - [x] avatar - [x] badge - [x] carousel - [x] list - [x] navbar - [x] tabbar - [x] dialog - [x] snackbar - [x] toast - [x] navigation drawer - [x] radio - [x] checkbox - [x] switch - [x] linear progress bar - [x] circular progress bar - [x] icon - [x] card - [x] igxButt...
1.0
Move JSB Specs to GitHub Wiki - Specifications: - [x] avatar - [x] badge - [x] carousel - [x] list - [x] navbar - [x] tabbar - [x] dialog - [x] snackbar - [x] toast - [x] navigation drawer - [x] radio - [x] checkbox - [x] switch - [x] linear progress bar - [x] circular progress bar - [x] ...
non_defect
move jsb specs to github wiki specifications avatar badge carousel list navbar tabbar dialog snackbar toast navigation drawer radio checkbox switch linear progress bar circular progress bar icon card igxbutton ...
0
149,710
5,724,284,459
IssuesEvent
2017-04-20 14:13:57
GafferHQ/gaffer
https://api.github.com/repos/GafferHQ/gaffer
closed
Add mechanism to simplify specification of input and output connections in Boxes
component-core component-ui priority-low type-enhancement
Users should be able to visually manage the number of input and output connections a box has, and be able to hot swap the connections from the Box contents to those input/outputs. A proposed interface for this would consist of floating 'connection points' that are visible in the NodeGraph when the user enters a Box. T...
1.0
Add mechanism to simplify specification of input and output connections in Boxes - Users should be able to visually manage the number of input and output connections a box has, and be able to hot swap the connections from the Box contents to those input/outputs. A proposed interface for this would consist of floating ...
non_defect
add mechanism to simplify specification of input and output connections in boxes users should be able to visually manage the number of input and output connections a box has and be able to hot swap the connections from the box contents to those input outputs a proposed interface for this would consist of floating ...
0
506,768
14,672,409,953
IssuesEvent
2020-12-30 10:33:07
NodeFactoryIo/ChainGuardian
https://api.github.com/repos/NodeFactoryIo/ChainGuardian
closed
Use lodestar-validator slashing db interchange validation
priority: P1 critical
> Hmm I think we should use validation stuff from ldoestar-validator: https://github.com/ChainSafe/lodestar/blob/4ca5a760c928c1257172bb4bf1033de2f60e6f3d/packages/lodestar-validator/src/slashingProtection/interchange/parseInterchange.ts#L8 as it provides better checks (config, and genesis root should be pulled from...
1.0
Use lodestar-validator slashing db interchange validation - > Hmm I think we should use validation stuff from ldoestar-validator: https://github.com/ChainSafe/lodestar/blob/4ca5a760c928c1257172bb4bf1033de2f60e6f3d/packages/lodestar-validator/src/slashingProtection/interchange/parseInterchange.ts#L8 as it provides b...
non_defect
use lodestar validator slashing db interchange validation hmm i think we should use validation stuff from ldoestar validator as it provides better checks config and genesis root should be pulled from network config we should remove slashing db import from create validator and add it on start of valida...
0
532,504
15,558,119,069
IssuesEvent
2021-03-16 09:55:40
ldsec/glowing-bear-medco
https://api.github.com/repos/ldsec/glowing-bear-medco
opened
Survival Analysis Results: extra lines in summary table cells
low priority bug
Sometimes (not clear exactly when), the padding attribute of table cell coerced the text to wrap with extra new lines. This behaviour impairs ergonomy/readability. ![2021-03-16 08_27_42-Window](https://user-images.githubusercontent.com/32438039/111289976-f834b000-8645-11eb-8a59-ce8e3a68ad5f.jpg) To reproduc...
1.0
Survival Analysis Results: extra lines in summary table cells - Sometimes (not clear exactly when), the padding attribute of table cell coerced the text to wrap with extra new lines. This behaviour impairs ergonomy/readability. ![2021-03-16 08_27_42-Window](https://user-images.githubusercontent.com/32438039/1112899...
non_defect
survival analysis results extra lines in summary table cells sometimes not clear exactly when the padding attribute of table cell coerced the text to wrap with extra new lines this behaviour impairs ergonomy readability to reproduce bserved when using multiple sub groups but it should only d...
0
16,466
2,902,366,795
IssuesEvent
2015-06-18 06:13:05
VsMoroz/tt-system-data
https://api.github.com/repos/VsMoroz/tt-system-data
closed
Экранировать кавычки при создании Договора в каталоге Договоров
Type-Defect
Каталог договоров: Справочники -> Договора ССу При попытке добавить договор для пратнера у которого в имени присутствуют " - вываливается ошибка синтаксиса. * Пример был в сегодняшней переписке
1.0
Экранировать кавычки при создании Договора в каталоге Договоров - Каталог договоров: Справочники -> Договора ССу При попытке добавить договор для пратнера у которого в имени присутствуют " - вываливается ошибка синтаксиса. * Пример был в сегодняшней переписке
defect
экранировать кавычки при создании договора в каталоге договоров каталог договоров справочники договора ссу при попытке добавить договор для пратнера у которого в имени присутствуют вываливается ошибка синтаксиса пример был в сегодняшней переписке
1
74,946
25,449,325,724
IssuesEvent
2022-11-24 09:14:54
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Upgrade pgjdbc to 42.5.1 to mitigate CVE-2022-41946
T: Defect C: Functionality P: High E: All Editions dependencies
CVE-2022-41946 has been published for pgjdbc. Depending on the jOOQ version, the following upgrades will be done: - jOOQ 3.18: 42.5.1 - jOOQ 3.17: 42.4.3 - jOOQ 3.16: 42.4.3
1.0
Upgrade pgjdbc to 42.5.1 to mitigate CVE-2022-41946 - CVE-2022-41946 has been published for pgjdbc. Depending on the jOOQ version, the following upgrades will be done: - jOOQ 3.18: 42.5.1 - jOOQ 3.17: 42.4.3 - jOOQ 3.16: 42.4.3
defect
upgrade pgjdbc to to mitigate cve cve has been published for pgjdbc depending on the jooq version the following upgrades will be done jooq jooq jooq
1
331,178
28,588,336,938
IssuesEvent
2023-04-22 00:05:38
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Failing test: X-Pack Case API Integration Tests.x-pack/test/cases_api_integration/security_and_spaces/tests/common/comments/delete_comments·ts - cases security and spaces enabled: trial Common delete_comments alerts security_solution should remove only one case
failed-test
A test failed on a tracked branch ``` TypeError: Cannot read properties of undefined (reading '_id') at map (alerts.ts:221:46) at Array.map (<anonymous>) at createCaseAndAttachAlert (alerts.ts:221:25) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:...
1.0
Failing test: X-Pack Case API Integration Tests.x-pack/test/cases_api_integration/security_and_spaces/tests/common/comments/delete_comments·ts - cases security and spaces enabled: trial Common delete_comments alerts security_solution should remove only one case - A test failed on a tracked branch ``` TypeError: Cannot...
non_defect
failing test x pack case api integration tests x pack test cases api integration security and spaces tests common comments delete comments·ts cases security and spaces enabled trial common delete comments alerts security solution should remove only one case a test failed on a tracked branch typeerror cannot...
0
30,638
6,203,366,636
IssuesEvent
2017-07-06 11:41:17
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
IO-Balancer Max Events value looks wrong
in progress Team: Core Type: Defect
``` 2017-06-27T16:07:06,052 TRACE [IOBalancer] [XXX]:47501 [prod] [3.8.2] No imbalance has been detected. Max. events: *-9223372036854775808* Min events: 0. ``` Looks like a bitshift by one bit too much :) You might want to consider using Long.MAX_VALUE :)
1.0
IO-Balancer Max Events value looks wrong - ``` 2017-06-27T16:07:06,052 TRACE [IOBalancer] [XXX]:47501 [prod] [3.8.2] No imbalance has been detected. Max. events: *-9223372036854775808* Min events: 0. ``` Looks like a bitshift by one bit too much :) You might want to consider using Long.MAX_VALUE :)
defect
io balancer max events value looks wrong trace no imbalance has been detected max events min events looks like a bitshift by one bit too much you might want to consider using long max value
1
58,483
16,553,683,975
IssuesEvent
2021-05-28 11:33:26
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
ztest failure: NULL pointer deref in `vdev_initialize_thread`
Status: Triage Needed Type: Defect
I encountered this crash multiple times (but several hours apart) while running `zloop.sh`. ``` git describe zfs-2.0.0-rc1-313-g06346cc5b ``` ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f8d15cfe5fa in zfs_btree_first (tree=tree@entry=0x0, where=where@entry=0x7f8d0ce74be0) at ....
1.0
ztest failure: NULL pointer deref in `vdev_initialize_thread` - I encountered this crash multiple times (but several hours apart) while running `zloop.sh`. ``` git describe zfs-2.0.0-rc1-313-g06346cc5b ``` ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f8d15cfe5fa in zfs_btree_fi...
defect
ztest failure null pointer deref in vdev initialize thread i encountered this crash multiple times but several hours apart while running zloop sh git describe zfs program terminated with signal sigsegv segmentation fault in zfs btree first tree tree entry where ...
1
27,008
6,813,069,966
IssuesEvent
2017-11-06 07:34:06
BTDF/DeploymentFramework
https://api.github.com/repos/BTDF/DeploymentFramework
closed
Integrate Environment Settings Manager exporter V1.6.0
bug CodePlexMigrationInitiated Impact: High Release 5.0 SSO and Environment Settings
Integrate Environment Settings Manager exporter V1.6.0. Update includes fix for settings export issue after copying and pasting data in the Excel spreadsheet and re-saving as XML. #### This work item was migrated from CodePlex CodePlex work item ID: '6959' Assigned to: 'tfabraham' Vote count: '0'
1.0
Integrate Environment Settings Manager exporter V1.6.0 - Integrate Environment Settings Manager exporter V1.6.0. Update includes fix for settings export issue after copying and pasting data in the Excel spreadsheet and re-saving as XML. #### This work item was migrated from CodePlex CodePlex work item ID: '6959' ...
non_defect
integrate environment settings manager exporter integrate environment settings manager exporter update includes fix for settings export issue after copying and pasting data in the excel spreadsheet and re saving as xml this work item was migrated from codeplex codeplex work item id assig...
0
74,310
3,437,709,433
IssuesEvent
2015-12-13 12:50:20
godotengine/godot
https://api.github.com/repos/godotengine/godot
opened
Crash when opening inherited scenes in tscn format
bug high priority topic:core
Creating an inherited scene based on my scenes/towers/tower1.tscn scene in https://github.com/KOBUGE-Games/project-kumquat works fine, but then Godot crashes when trying to load the saved inherited scene. I get this error: ``` ERROR: get_dependencies: res://scenes/towers/tower2.tscn:5 - Parse Error: Unexpected end...
1.0
Crash when opening inherited scenes in tscn format - Creating an inherited scene based on my scenes/towers/tower1.tscn scene in https://github.com/KOBUGE-Games/project-kumquat works fine, but then Godot crashes when trying to load the saved inherited scene. I get this error: ``` ERROR: get_dependencies: res://scen...
non_defect
crash when opening inherited scenes in tscn format creating an inherited scene based on my scenes towers tscn scene in works fine but then godot crashes when trying to load the saved inherited scene i get this error error get dependencies res scenes towers tscn parse error unexpected end of...
0
70,869
8,584,966,947
IssuesEvent
2018-11-14 01:04:19
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Flash of un-styled content in dashboard
:Design :KibanaApp bug regression
**Kibana version:** master **Browser version:** Chrome 70 **Browser OS version:** OSx **Original install method (e.g. download page, yum, from source, etc.):** source **Describe the bug:** When switching from the dashboard to a visualize (only when in visualize you previously edited/created a visualization) ...
1.0
Flash of un-styled content in dashboard - **Kibana version:** master **Browser version:** Chrome 70 **Browser OS version:** OSx **Original install method (e.g. download page, yum, from source, etc.):** source **Describe the bug:** When switching from the dashboard to a visualize (only when in visualize you p...
non_defect
flash of un styled content in dashboard kibana version master browser version chrome browser os version osx original install method e g download page yum from source etc source describe the bug when switching from the dashboard to a visualize only when in visualize you pr...
0
9,620
24,916,913,754
IssuesEvent
2022-10-30 14:07:57
datacontw/DataCon.TW_2022
https://api.github.com/repos/datacontw/DataCon.TW_2022
opened
How to do incremental update by dbt
Developer Architecture Case studies dbt
* 演講主題 Talk Topic: `How to do incremental update by dbt` * 講者姓名 Name: `Aiden Huang * 單位名稱 Organization & Job Title: `Senior Data Engineer, Micron Technology` * 講者簡介 Self Introduction: <img src="https://drive.google.com/file/d/1QWmo6joleACv4QpGLNQb44ae7WgOGCLP/view?usp=sharing"/> * 講題摘要 Abstract: > In recent...
1.0
How to do incremental update by dbt - * 演講主題 Talk Topic: `How to do incremental update by dbt` * 講者姓名 Name: `Aiden Huang * 單位名稱 Organization & Job Title: `Senior Data Engineer, Micron Technology` * 講者簡介 Self Introduction: <img src="https://drive.google.com/file/d/1QWmo6joleACv4QpGLNQb44ae7WgOGCLP/view?usp=sharing...
non_defect
how to do incremental update by dbt 演講主題 talk topic how to do incremental update by dbt 講者姓名 name aiden huang 單位名稱 organization job title senior data engineer micron technology 講者簡介 self introduction img src 講題摘要 abstract in recent years the size of the data handled by data e...
0
30,490
6,135,087,991
IssuesEvent
2017-06-26 03:34:47
kronometrix/recording
https://api.github.com/repos/kronometrix/recording
opened
webrec: sleep time between request affect response time
defect-immediate
I have noticed bigger response times after we have introduced nap time within webrec. Im not sure why nap time could influence the website response time overall. It should not. For example before update www.apple.com was more or less 50-100ms. After upgrade it was 400ms. In fact all requests got bigger response times....
1.0
webrec: sleep time between request affect response time - I have noticed bigger response times after we have introduced nap time within webrec. Im not sure why nap time could influence the website response time overall. It should not. For example before update www.apple.com was more or less 50-100ms. After upgrade it w...
defect
webrec sleep time between request affect response time i have noticed bigger response times after we have introduced nap time within webrec im not sure why nap time could influence the website response time overall it should not for example before update was more or less after upgrade it was in fact al...
1
55,670
14,627,460,614
IssuesEvent
2020-12-23 12:19:48
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
Orphan cloned zvol devices remaining after zfs destroy on parent snapshot
Status: Triage Needed Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Proxmox Distribution Version | 6.3 Linux Kernel | 5.4.78-2-pve Architecture | x86_64 ZFS Version | 0.8.5-pve1 SPL Version | 0.8.5-pve1 ### Describe the problem you're observing When I am running command ```zfs destroy rpool/windows/ma...
1.0
Orphan cloned zvol devices remaining after zfs destroy on parent snapshot - ### System information Type | Version/Name --- | --- Distribution Name | Proxmox Distribution Version | 6.3 Linux Kernel | 5.4.78-2-pve Architecture | x86_64 ZFS Version | 0.8.5-pve1 SPL Version | 0.8.5-pve1 ### Describe the problem...
defect
orphan cloned zvol devices remaining after zfs destroy on parent snapshot system information type version name distribution name proxmox distribution version linux kernel pve architecture zfs version spl version describe the problem you re ob...
1
115,199
4,656,123,666
IssuesEvent
2016-10-04 03:13:19
Pterodactyl/Panel
https://api.github.com/repos/Pterodactyl/Panel
closed
Team Fortress named 'Insurgency' in panel.
bug priority: low
Appears I was doing too much copy and paste in the seeder and ended up setting Team Fortress to be named Insurgency, so now the only thing to distinguish them is the game name after selecting it. 💯
1.0
Team Fortress named 'Insurgency' in panel. - Appears I was doing too much copy and paste in the seeder and ended up setting Team Fortress to be named Insurgency, so now the only thing to distinguish them is the game name after selecting it. 💯
non_defect
team fortress named insurgency in panel appears i was doing too much copy and paste in the seeder and ended up setting team fortress to be named insurgency so now the only thing to distinguish them is the game name after selecting it 💯
0
14,182
5,578,748,559
IssuesEvent
2017-03-28 13:11:29
IMA-WorldHealth/bhima-2.X
https://api.github.com/repos/IMA-WorldHealth/bhima-2.X
opened
(test) Use browser.waitForAngularEnabled() to speed up test flow
build process performance tests
Protractor added a replacement for `ignoreSynchronization` called `waitForAngularEnabled()`. It may be useful to speed up complex tests by selectively ignoring Angular's synchronization during test execution.
1.0
(test) Use browser.waitForAngularEnabled() to speed up test flow - Protractor added a replacement for `ignoreSynchronization` called `waitForAngularEnabled()`. It may be useful to speed up complex tests by selectively ignoring Angular's synchronization during test execution.
non_defect
test use browser waitforangularenabled to speed up test flow protractor added a replacement for ignoresynchronization called waitforangularenabled it may be useful to speed up complex tests by selectively ignoring angular s synchronization during test execution
0
273,020
20,767,712,340
IssuesEvent
2022-03-15 22:48:50
jondavid-black/AaC
https://api.github.com/repos/jondavid-black/AaC
opened
Create the Subcomponent Type validator plugin
documentation enhancement
Create the "Subcomponent Type" validator plugin. This validator plugin verifies that the definitions referenced as `model:` subcomponents are also `model:` definitions. ## AC: - [ ] The validator plugin implements the following plugin hooks - [ ] `get_plugin_aac_definitions()` - [ ] `register_validators()` -...
1.0
Create the Subcomponent Type validator plugin - Create the "Subcomponent Type" validator plugin. This validator plugin verifies that the definitions referenced as `model:` subcomponents are also `model:` definitions. ## AC: - [ ] The validator plugin implements the following plugin hooks - [ ] `get_plugin_aac_de...
non_defect
create the subcomponent type validator plugin create the subcomponent type validator plugin this validator plugin verifies that the definitions referenced as model subcomponents are also model definitions ac the validator plugin implements the following plugin hooks get plugin aac defini...
0
76,942
26,681,336,770
IssuesEvent
2023-01-26 17:57:03
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Content organization] Content organization and/or categorization isn't clear or actionable. (02.06.1)
content 508/Accessibility ia 508-defect-2 collab-cycle-feedback sitewide content Staging CC-Dashboard CCIssue02.06
### General Information #### VFS team name Sitewide Content #### VFS product name Foreign Medical Program #### VFS feature name #### Point of Contact/Reviewers Sara Sterkenburg - @sterkenburgsara - IA Brian DeConinck - @briandeconinck - Accessibility *For more information on how to interpret this ticket, please r...
1.0
[Content organization] Content organization and/or categorization isn't clear or actionable. (02.06.1) - ### General Information #### VFS team name Sitewide Content #### VFS product name Foreign Medical Program #### VFS feature name #### Point of Contact/Reviewers Sara Sterkenburg - @sterkenburgsara - IA Brian De...
defect
content organization and or categorization isn t clear or actionable general information vfs team name sitewide content vfs product name foreign medical program vfs feature name point of contact reviewers sara sterkenburg sterkenburgsara ia brian deconinck briandeconin...
1
785,083
27,597,480,244
IssuesEvent
2023-03-09 07:42:04
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Object constructor expressions cannot be used with union expected types
Type/Bug Priority/High Team/CompilerFE SwanLakeDump Lang/Object Reason/EngineeringMistake Deferred
**Description:** Following is not working ``` import ballerina/http; import ballerina/websocket; service /chat on new websocket:Listener(9090) { resource isolated function get [string name](http:Request req) returns websocket:Service|websocket:UpgradeError { map<string[]> queryParams = req.getQue...
1.0
Object constructor expressions cannot be used with union expected types - **Description:** Following is not working ``` import ballerina/http; import ballerina/websocket; service /chat on new websocket:Listener(9090) { resource isolated function get [string name](http:Request req) returns websocket:Servic...
non_defect
object constructor expressions cannot be used with union expected types description following is not working import ballerina http import ballerina websocket service chat on new websocket listener resource isolated function get http request req returns websocket service websocket upg...
0
387,528
11,463,070,832
IssuesEvent
2020-02-07 15:19:39
canonical-web-and-design/tutorials.ubuntu.com
https://api.github.com/repos/canonical-web-and-design/tutorials.ubuntu.com
closed
Can we add back button on mobile on tutorial page?
Feature 🎁 Priority: Medium
google codelabs doesn't have it either but it would be really helpful to have it somewhere in navigation. If possible please discuss design with Joana
1.0
Can we add back button on mobile on tutorial page? - google codelabs doesn't have it either but it would be really helpful to have it somewhere in navigation. If possible please discuss design with Joana
non_defect
can we add back button on mobile on tutorial page google codelabs doesn t have it either but it would be really helpful to have it somewhere in navigation if possible please discuss design with joana
0
197,051
15,624,201,925
IssuesEvent
2021-03-21 01:02:25
Requarks/wiki
https://api.github.com/repos/Requarks/wiki
closed
SSL & Proxy configurations
documentation
I am relatively new to GitHub and even newer to Wiki.js & struggled for several hours to properly configure port 80 and 443 proxying to get the wiki my colleague built for our company to automatically work with port 80 & 443 and automatically redirect to port 443 and have it work properly with the wiki node proxy. I...
1.0
SSL & Proxy configurations - I am relatively new to GitHub and even newer to Wiki.js & struggled for several hours to properly configure port 80 and 443 proxying to get the wiki my colleague built for our company to automatically work with port 80 & 443 and automatically redirect to port 443 and have it work properly w...
non_defect
ssl proxy configurations i am relatively new to github and even newer to wiki js struggled for several hours to properly configure port and proxying to get the wiki my colleague built for our company to automatically work with port and automatically redirect to port and have it work properly with the ...
0
48,263
13,067,585,135
IssuesEvent
2020-07-31 00:56:07
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[icetray] docstring for I3Map::update is cryptic (Trac #2099)
Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/2099 ```json { "status": "closed", "changetime": "2019-02-13T14:14:06", "description": "", "reporter": "kjmeagher", "cc": "", "resolution": "wontfix", "_ts": "1550067246777582", "component": "combo core", "summary": "[icetr...
1.0
[icetray] docstring for I3Map::update is cryptic (Trac #2099) - Migrated from https://code.icecube.wisc.edu/ticket/2099 ```json { "status": "closed", "changetime": "2019-02-13T14:14:06", "description": "", "reporter": "kjmeagher", "cc": "", "resolution": "wontfix", "_ts": "1550067246...
defect
docstring for update is cryptic trac migrated from json status closed changetime description reporter kjmeagher cc resolution wontfix ts component combo core summary docstring for upd...
1
86,978
3,735,649,127
IssuesEvent
2016-03-08 13:08:54
asterics/AsTeRICS
https://api.github.com/repos/asterics/AsTeRICS
closed
JNativeHook error message when starting two instances of AsTeRICS
high priority
When starting two instances of AsTeRICS the jnativehook service bundle cannot be activated and an error message is thrown. The debug console shows the following root exception: Caused by: java.lang.RuntimeException: C:\Users\mad\AppData\Local\Temp\JNativeHook-1.2.RC2.dll (Der Prozess kann nicht auf die Datei zugr...
1.0
JNativeHook error message when starting two instances of AsTeRICS - When starting two instances of AsTeRICS the jnativehook service bundle cannot be activated and an error message is thrown. The debug console shows the following root exception: Caused by: java.lang.RuntimeException: C:\Users\mad\AppData\Local\Tem...
non_defect
jnativehook error message when starting two instances of asterics when starting two instances of asterics the jnativehook service bundle cannot be activated and an error message is thrown the debug console shows the following root exception caused by java lang runtimeexception c users mad appdata local tem...
0
49,182
13,185,282,589
IssuesEvent
2020-08-12 21:05:06
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
PROPOSAL build fail due to missing tables in I3_TESTDATA (Trac #923)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/923 , reported by musner and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-13T16:20:55", "description": "when trying to build PROPOSAL in DEBUG mode compiler will fail due to missing directo...
1.0
PROPOSAL build fail due to missing tables in I3_TESTDATA (Trac #923) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/923 , reported by musner and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-13T16:20:55", "description": "when trying to...
defect
proposal build fail due to missing tables in testdata trac migrated from reported by musner and owned by nega json status closed changetime description when trying to build proposal in debug mode compiler will fail due to missing directory in testdat...
1
54,255
7,880,286,812
IssuesEvent
2018-06-26 15:31:37
SNIA/Swordfish-API-Emulator
https://api.github.com/repos/SNIA/Swordfish-API-Emulator
closed
Additional documentation is needed
ReadyForReview documentation enhancement
Three things need to be documented: (1) How to install the code (2) How to use the code (3) How the code works (1) seems to be done. This is taken care of by the README file (recently updated by SNIA) and the current contents of the "Swordfish Documentation" Word file. (2) still needs to be documented. This co...
1.0
Additional documentation is needed - Three things need to be documented: (1) How to install the code (2) How to use the code (3) How the code works (1) seems to be done. This is taken care of by the README file (recently updated by SNIA) and the current contents of the "Swordfish Documentation" Word file. (2) ...
non_defect
additional documentation is needed three things need to be documented how to install the code how to use the code how the code works seems to be done this is taken care of by the readme file recently updated by snia and the current contents of the swordfish documentation word file ...
0
52,744
13,224,995,722
IssuesEvent
2020-08-17 20:16:38
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Ncurses includes not properly found on SUSE Linux Enterprise Server 11 (x86_64) (Trac #268)
Migrated from Trac combo core defect
On SUSE Linux Enterprise Server 11 (x86_64) cmake/tools/ncurses.h "finds" ncurses includes at /usr/include so CMakeCache.txt says: NCURSES_INCLUDE_DIR:STRING=/usr/include while it actually should be NCURSES_INCLUDE_DIR:STRING=/usr/include/ncurses This was reported by Martino. <details> <summary><em>Migrated from ...
1.0
Ncurses includes not properly found on SUSE Linux Enterprise Server 11 (x86_64) (Trac #268) - On SUSE Linux Enterprise Server 11 (x86_64) cmake/tools/ncurses.h "finds" ncurses includes at /usr/include so CMakeCache.txt says: NCURSES_INCLUDE_DIR:STRING=/usr/include while it actually should be NCURSES_INCLUDE_DIR:STRI...
defect
ncurses includes not properly found on suse linux enterprise server trac on suse linux enterprise server cmake tools ncurses h finds ncurses includes at usr include so cmakecache txt says ncurses include dir string usr include while it actually should be ncurses include dir string usr in...
1
88,875
17,689,359,847
IssuesEvent
2021-08-24 08:02:43
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
The quick fix short cut
keybindings editor-code-actions notebook
We have written the needed data into your clipboard because it was too large to send. Please paste. Issue Type: <b>Bug</b> I change the quick fix shortcut to alt +enter(using intellij keymap), however, it is same as the 'note book cell and insert below'. I want to change the short cut of note book cell but is not ...
1.0
The quick fix short cut - We have written the needed data into your clipboard because it was too large to send. Please paste. Issue Type: <b>Bug</b> I change the quick fix shortcut to alt +enter(using intellij keymap), however, it is same as the 'note book cell and insert below'. I want to change the short cut of n...
non_defect
the quick fix short cut we have written the needed data into your clipboard because it was too large to send please paste issue type bug i change the quick fix shortcut to alt enter using intellij keymap however it is same as the note book cell and insert below i want to change the short cut of note b...
0
71,313
8,643,675,337
IssuesEvent
2018-11-25 20:10:47
cockpit-project/cockpit
https://api.github.com/repos/cockpit-project/cockpit
closed
persistent metrics vs. Store Performance data
needsdesign
It's called one thing before it's installed, and another once it's installed. Maybe best to call it Persistent metrics in both places, since it's the shorter label. @garrett thoughts?
1.0
persistent metrics vs. Store Performance data - It's called one thing before it's installed, and another once it's installed. Maybe best to call it Persistent metrics in both places, since it's the shorter label. @garrett thoughts?
non_defect
persistent metrics vs store performance data it s called one thing before it s installed and another once it s installed maybe best to call it persistent metrics in both places since it s the shorter label garrett thoughts
0
80,418
30,280,123,523
IssuesEvent
2023-07-08 01:51:02
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
opened
Share screen with system audio option missing
T-Defect
### Steps to reproduce 1. Be on windows 2. Try to screenshare 3. No audio option ### Outcome There is no screen share option ### Operating system Windows 11 Pro ### Browser information Version 114.0.5735.199 (Official Build) (64-bit) ### URL for webapp call.element.io ### Will you send logs? No
1.0
Share screen with system audio option missing - ### Steps to reproduce 1. Be on windows 2. Try to screenshare 3. No audio option ### Outcome There is no screen share option ### Operating system Windows 11 Pro ### Browser information Version 114.0.5735.199 (Official Build) (64-bit) ### URL for webapp call.ele...
defect
share screen with system audio option missing steps to reproduce be on windows try to screenshare no audio option outcome there is no screen share option operating system windows pro browser information version official build bit url for webapp call element io ...
1
27,728
5,088,089,031
IssuesEvent
2016-12-31 14:46:49
phingofficial/phing
https://api.github.com/repos/phingofficial/phing
closed
TarTask not packing generated js.min files (Trac #1201)
defect Migrated from Trac phing-core
I just found Phing and were playing around, when i experienced a strange problem... I'm trying to jsmin some files (using uglify-js) and add them to a tar archive. But for some reason, the TarTask won't pack the js.min files. First i thought, the TarTask is being executed earlier/faster than my ExecTask, but that doe...
1.0
TarTask not packing generated js.min files (Trac #1201) - I just found Phing and were playing around, when i experienced a strange problem... I'm trying to jsmin some files (using uglify-js) and add them to a tar archive. But for some reason, the TarTask won't pack the js.min files. First i thought, the TarTask is be...
defect
tartask not packing generated js min files trac i just found phing and were playing around when i experienced a strange problem i m trying to jsmin some files using uglify js and add them to a tar archive but for some reason the tartask won t pack the js min files first i thought the tartask is being...
1
128
2,512,186,459
IssuesEvent
2015-01-14 14:48:47
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
AbstractScope creates an excessive amount of HashMaps, internally
C: Functionality P: High R: Fixed T: Defect
The newly introduced `AbstractScope` eagerly creates `HashMap` instances, even if they are not going to be needed (such as for `DefaultBindingGetResultSetContext`). Lazy-initialising this `map` can greatly improve performance for those `Scope` implementations that are always used by single threads only
1.0
AbstractScope creates an excessive amount of HashMaps, internally - The newly introduced `AbstractScope` eagerly creates `HashMap` instances, even if they are not going to be needed (such as for `DefaultBindingGetResultSetContext`). Lazy-initialising this `map` can greatly improve performance for those `Scope` implemen...
defect
abstractscope creates an excessive amount of hashmaps internally the newly introduced abstractscope eagerly creates hashmap instances even if they are not going to be needed such as for defaultbindinggetresultsetcontext lazy initialising this map can greatly improve performance for those scope implemen...
1
105,695
23,095,414,232
IssuesEvent
2022-07-26 19:01:35
Azure/draft
https://api.github.com/repos/Azure/draft
closed
Where is the Draft selection menu when right clicked?
Vscode
Not sure which extension is needed to get Draft selection menu when right click VSCode explorer? Is this not available yet? ![Screenshot 2022-07-17 at 00 38 03](https://user-images.githubusercontent.com/1273014/179375179-158df7c8-3c9a-4b6d-b2b8-551d2023b20a.png) Mac OSX 12.4 VSCode: 1.69.1
1.0
Where is the Draft selection menu when right clicked? - Not sure which extension is needed to get Draft selection menu when right click VSCode explorer? Is this not available yet? ![Screenshot 2022-07-17 at 00 38 03](https://user-images.githubusercontent.com/1273014/179375179-158df7c8-3c9a-4b6d-b2b8-551d2023b20a....
non_defect
where is the draft selection menu when right clicked not sure which extension is needed to get draft selection menu when right click vscode explorer is this not available yet mac osx vscode
0
69,617
22,577,378,933
IssuesEvent
2022-06-28 08:34:33
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
opened
Dvorak-QWERTY doesn't seem to work
defect triage
**Describe the bug** I am using Dvorak-QWERTY keyboard layout. Zed does not seem to respect layout changing to QWERTY when Cmd is pressed. **To reproduce** Steps to reproduce the behavior: 1. Add Dvorak-QWERTY as your keyboard layout 2. Press Cmd+Shift+P to open palette, the crucial part here is to press P as in...
1.0
Dvorak-QWERTY doesn't seem to work - **Describe the bug** I am using Dvorak-QWERTY keyboard layout. Zed does not seem to respect layout changing to QWERTY when Cmd is pressed. **To reproduce** Steps to reproduce the behavior: 1. Add Dvorak-QWERTY as your keyboard layout 2. Press Cmd+Shift+P to open palette, the ...
defect
dvorak qwerty doesn t seem to work describe the bug i am using dvorak qwerty keyboard layout zed does not seem to respect layout changing to qwerty when cmd is pressed to reproduce steps to reproduce the behavior add dvorak qwerty as your keyboard layout press cmd shift p to open palette the ...
1
107,270
16,751,744,898
IssuesEvent
2021-06-12 02:02:37
turkdevops/graphql-tools
https://api.github.com/repos/turkdevops/graphql-tools
opened
CVE-2020-36048 (High) detected in engine.io-3.4.0.tgz
security vulnerability
## CVE-2020-36048 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>engine.io-3.4.0.tgz</b></p></summary> <p>The realtime engine behind Socket.IO. Provides the foundation of a bidirectio...
True
CVE-2020-36048 (High) detected in engine.io-3.4.0.tgz - ## CVE-2020-36048 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>engine.io-3.4.0.tgz</b></p></summary> <p>The realtime engine b...
non_defect
cve high detected in engine io tgz cve high severity vulnerability vulnerable library engine io tgz the realtime engine behind socket io provides the foundation of a bidirectional connection between client and server library home page a href path to dependency file gra...
0
37,018
8,202,537,443
IssuesEvent
2018-09-02 10:43:12
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Threadsafety parallel threads error on daily builds
defect scipy.lib
Apparently a new error, on Python 2.7 wide unicode 64-bit only, but maybe this test has some degree of uncertainty, and this run just happened to hit a failing condition? ``` ====================================================================== FAIL: test__threadsafety.test_parallel_threads ---------------------...
1.0
Threadsafety parallel threads error on daily builds - Apparently a new error, on Python 2.7 wide unicode 64-bit only, but maybe this test has some degree of uncertainty, and this run just happened to hit a failing condition? ``` ====================================================================== FAIL: test__thr...
defect
threadsafety parallel threads error on daily builds apparently a new error on python wide unicode bit only but maybe this test has some degree of uncertainty and this run just happened to hit a failing condition fail test thre...
1
16,949
2,964,592,990
IssuesEvent
2015-07-10 17:33:35
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
If class is referenced only via undefined named constructor, it is not emitted to output
Area-Dart2Dart NotPlanned Priority-Medium Triaged Type-Defect
*This issue was originally filed by [smok@google.com](https://github.com/search?q=smok%40google.com&type=Users)* _____ Example (from tests/co19/src/Language/11_Expressions/11_Instance_Creation/1_New_A03_t01.dart): class A{} main() { &nbsp;&nbsp;new A.named(); } Result: main(){new p_Unresolved();} Or should 'A' get i...
1.0
If class is referenced only via undefined named constructor, it is not emitted to output - *This issue was originally filed by [smok@google.com](https://github.com/search?q=smok%40google.com&type=Users)* _____ Example (from tests/co19/src/Language/11_Expressions/11_Instance_Creation/1_New_A03_t01.dart): class A{} main...
defect
if class is referenced only via undefined named constructor it is not emitted to output this issue was originally filed by example from tests src language expressions instance creation new dart class a main nbsp nbsp new a named result main new p unresolved or should ...
1
28,945
5,439,611,264
IssuesEvent
2017-03-06 13:55:12
Openki/Openki
https://api.github.com/repos/Openki/Openki
closed
Test-data does not spread coordinates anymore
defect
Looks like all generated test-events are located at the region center.
1.0
Test-data does not spread coordinates anymore - Looks like all generated test-events are located at the region center.
defect
test data does not spread coordinates anymore looks like all generated test events are located at the region center
1
34,320
7,446,242,421
IssuesEvent
2018-03-28 08:29:29
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Tooltip in scrolling containers doens't work
defect
### There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [X] bug report => Search github for a similar issue or PR befo...
1.0
Tooltip in scrolling containers doens't work - ### There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [X] bug report ...
defect
tooltip in scrolling containers doens t work there is no guarantee in receiving a response in github issue tracker if you d like to secure our response you may consider primeng pro support where support is provided within business hours i m submitting a check one with x bug report ...
1
50,621
13,187,633,075
IssuesEvent
2020-08-13 04:03:14
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[dataclasses] particle type pybinding oddity (Trac #1069)
Migrated from Trac combo core defect
```text In [42]: particle.type Out[42]: icecube.dataclasses.ParticleType.MuMinus In [43]: particle.type == dataclasses.I3Particle.ParticleType.MuMinus Out[43]: True ``` Obviously, particle.type displays an incorrect value. Yet comparing to the correct value works. Maybe something is wrong with the way the enum pyb...
1.0
[dataclasses] particle type pybinding oddity (Trac #1069) - ```text In [42]: particle.type Out[42]: icecube.dataclasses.ParticleType.MuMinus In [43]: particle.type == dataclasses.I3Particle.ParticleType.MuMinus Out[43]: True ``` Obviously, particle.type displays an incorrect value. Yet comparing to the correct valu...
defect
particle type pybinding oddity trac text in particle type out icecube dataclasses particletype muminus in particle type dataclasses particletype muminus out true obviously particle type displays an incorrect value yet comparing to the correct value works maybe something is wrong w...
1
20,679
6,912,186,191
IssuesEvent
2017-11-28 11:02:20
reactor/reactor-core
https://api.github.com/repos/reactor/reactor-core
closed
Upgrade to Kotlin-Gradle-Plugin 1.1.60 when available
chores/build enhancement kotlin on-hold
Follow-up to #887: - upgrade to the 1.1.60 version when available - verify it fixes the duplicate entries in sources jar (` unzip reactor-core-3.1.2.BUILD-SNAPSHOT-sources.jar -d ./temp`) - verify it doesn't cause any other issue - remove the "IGNORE_DUPLICATES" workaround from the `build.gradle` - do the s...
1.0
Upgrade to Kotlin-Gradle-Plugin 1.1.60 when available - Follow-up to #887: - upgrade to the 1.1.60 version when available - verify it fixes the duplicate entries in sources jar (` unzip reactor-core-3.1.2.BUILD-SNAPSHOT-sources.jar -d ./temp`) - verify it doesn't cause any other issue - remove the "IGNORE_DUP...
non_defect
upgrade to kotlin gradle plugin when available follow up to upgrade to the version when available verify it fixes the duplicate entries in sources jar unzip reactor core build snapshot sources jar d temp verify it doesn t cause any other issue remove the ignore duplica...
0
25,890
4,487,981,178
IssuesEvent
2016-08-30 04:32:36
harlam357/hfm-net
https://api.github.com/repos/harlam357/hfm-net
closed
Folding client 7.4.0 breaks link to HFM 0.9.1
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1.Install FAH client 7.4.0 over working 7.3.6 2. 3. What is the expected output? What do you see instead? HFM should work as before. Instead, client is greyed out (no data) or missing completely. What version of the product are you using? On what operating system? 0.9.1 on ...
1.0
Folding client 7.4.0 breaks link to HFM 0.9.1 - ``` What steps will reproduce the problem? 1.Install FAH client 7.4.0 over working 7.3.6 2. 3. What is the expected output? What do you see instead? HFM should work as before. Instead, client is greyed out (no data) or missing completely. What version of the product ar...
defect
folding client breaks link to hfm what steps will reproduce the problem install fah client over working what is the expected output what do you see instead hfm should work as before instead client is greyed out no data or missing completely what version of the product ar...
1
212,578
16,460,218,078
IssuesEvent
2021-05-21 17:46:42
SciLor/Hyperion_LED-Controller
https://api.github.com/repos/SciLor/Hyperion_LED-Controller
closed
wifi AP
enhancement next-release question tested
Hello, please what happens when I leave blank wifi fields? #define CONFIG_WIFI_SSID "" #define CONFIG_WIFI_PASSWORD "" How can I then access webinterface? Will it behave as standalone wifi AP then? Because I did not find access point code in sources. Many thanks and sorry if my question is wrong.
1.0
wifi AP - Hello, please what happens when I leave blank wifi fields? #define CONFIG_WIFI_SSID "" #define CONFIG_WIFI_PASSWORD "" How can I then access webinterface? Will it behave as standalone wifi AP then? Because I did not find access point code in sources. Many thanks and sorry if my question is wrong.
non_defect
wifi ap hello please what happens when i leave blank wifi fields define config wifi ssid define config wifi password how can i then access webinterface will it behave as standalone wifi ap then because i did not find access point code in sources many thanks and sorry if my question is wrong
0
65,379
3,227,897,840
IssuesEvent
2015-10-11 16:37:44
UnifiedViews/Core
https://api.github.com/repos/UnifiedViews/Core
closed
DEV documentation: to explain 'Pipeline'
priority: Low severity: bug status: planned
Page "Basic concepts for creating new Data Processing Units (DPUs)": https://grips.semantic-web.at/pages/viewpage.action?pageId=52564333 explains what is "DPU", "DPU Configuration", "DPU Template", "DPU Instance", "Data Unit". Then sort of jumps to "Pipeline execution - DPU Context", leaving "Pipeline" unexplaine...
1.0
DEV documentation: to explain 'Pipeline' - Page "Basic concepts for creating new Data Processing Units (DPUs)": https://grips.semantic-web.at/pages/viewpage.action?pageId=52564333 explains what is "DPU", "DPU Configuration", "DPU Template", "DPU Instance", "Data Unit". Then sort of jumps to "Pipeline execution -...
non_defect
dev documentation to explain pipeline page basic concepts for creating new data processing units dpus explains what is dpu dpu configuration dpu template dpu instance data unit then sort of jumps to pipeline execution dpu context leaving pipeline unexplained it would be nice...
0
11,171
13,188,960,172
IssuesEvent
2020-08-13 07:34:40
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Yoast 14.7 breaks NExtGEN galleries.
Yoast: Plugins integration compatibility severity: minor
<!-- Please use this template when creating an issue. - Please check the boxes after you've created your issue. - Please use the latest version of Yoast SEO.--> * [ x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md). * [ x] I've se...
True
Yoast 14.7 breaks NExtGEN galleries. - <!-- Please use this template when creating an issue. - Please check the boxes after you've created your issue. - Please use the latest version of Yoast SEO.--> * [ x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.g...
non_defect
yoast breaks nextgen galleries please use this template when creating an issue please check the boxes after you ve created your issue please use the latest version of yoast seo i ve read and understood the i ve searched for any related issues and avoided creating a duplicate iss...
0
2,793
3,184,656,818
IssuesEvent
2015-09-27 15:45:18
Fachschaft07/fs-app
https://api.github.com/repos/Fachschaft07/fs-app
closed
Yellow "Rate us" tile on the homescreen.
usability
.. I don't like it. ;) Maybe give the user an option to disable it in the settings of the homescreen.
True
Yellow "Rate us" tile on the homescreen. - .. I don't like it. ;) Maybe give the user an option to disable it in the settings of the homescreen.
non_defect
yellow rate us tile on the homescreen i don t like it maybe give the user an option to disable it in the settings of the homescreen
0
11,632
2,660,008,901
IssuesEvent
2015-03-19 01:31:53
perfsonar/project
https://api.github.com/repos/perfsonar/project
closed
Add a way to auto-scale on zoom with the charts
Milestone-Release3.5 Priority-Medium Type-Defect
Original [issue 1008](https://code.google.com/p/perfsonar-ps/issues/detail?id=1008) created by arlake228 on 2014-10-24T17:44:45.000Z: It would be good to have a way to make the charts auto-scale when you zoom in on a region. i.e. there may be a large spike of packet loss and if we select a region outside it we want it...
1.0
Add a way to auto-scale on zoom with the charts - Original [issue 1008](https://code.google.com/p/perfsonar-ps/issues/detail?id=1008) created by arlake228 on 2014-10-24T17:44:45.000Z: It would be good to have a way to make the charts auto-scale when you zoom in on a region. i.e. there may be a large spike of packet lo...
defect
add a way to auto scale on zoom with the charts original created by on it would be good to have a way to make the charts auto scale when you zoom in on a region i e there may be a large spike of packet loss and if we select a region outside it we want it to zoom in this could be an optional ...
1
15,544
2,859,705,178
IssuesEvent
2015-06-03 12:21:31
ddavison/sublime-tabs
https://api.github.com/repos/ddavison/sublime-tabs
closed
Finding a file (from the panel) then selecting it should make the tab permanent
I-defect
I think that's the way it works with Sublime. Could verify if you want me to but it makes more sense than making it a preview tab. Otherwise, when you search for a second file, the first tab is removed when opening the other file.
1.0
Finding a file (from the panel) then selecting it should make the tab permanent - I think that's the way it works with Sublime. Could verify if you want me to but it makes more sense than making it a preview tab. Otherwise, when you search for a second file, the first tab is removed when opening the other file.
defect
finding a file from the panel then selecting it should make the tab permanent i think that s the way it works with sublime could verify if you want me to but it makes more sense than making it a preview tab otherwise when you search for a second file the first tab is removed when opening the other file
1
44,253
12,091,273,059
IssuesEvent
2020-04-19 10:48:56
naev/naev
https://api.github.com/repos/naev/naev
closed
Map item editor crashes the game
Priority-Medium Type-Defect
On commit 64fafe9, when clicking on the button "Open" in the Map Outfits Editor crashes the game. Here are the logs : [stderr.txt](https://github.com/naev/naev/files/4432617/stderr.txt) [stdout.txt](https://github.com/naev/naev/files/4432618/stdout.txt) Since I initially developed the editor, I'll try to find w...
1.0
Map item editor crashes the game - On commit 64fafe9, when clicking on the button "Open" in the Map Outfits Editor crashes the game. Here are the logs : [stderr.txt](https://github.com/naev/naev/files/4432617/stderr.txt) [stdout.txt](https://github.com/naev/naev/files/4432618/stdout.txt) Since I initially devel...
defect
map item editor crashes the game on commit when clicking on the button open in the map outfits editor crashes the game here are the logs since i initially developed the editor i ll try to find where it bugs however it seems a memory allocation issue which i m quite bad at debugging it see...
1
63,390
17,619,373,733
IssuesEvent
2021-08-18 13:42:34
FreeRADIUS/freeradius-server
https://api.github.com/repos/FreeRADIUS/freeradius-server
closed
[defect]: v3.x incorrect oracle SQL query for accounting stop
defect
### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? Delete accounting record in radacct table of established session. On next DISCONNECT, 1st query for accounting stop, the UPDATE query will fail (expected), and will fallback to 2nd q...
1.0
[defect]: v3.x incorrect oracle SQL query for accounting stop - ### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? Delete accounting record in radacct table of established session. On next DISCONNECT, 1st query for accounting stop, t...
defect
x incorrect oracle sql query for accounting stop what type of defect bug is this unexpected behaviour obvious or verified by project member how can the issue be reproduced delete accounting record in radacct table of established session on next disconnect query for accounting stop the update ...
1
20,574
3,606,267,948
IssuesEvent
2016-02-04 10:29:32
Aeradriel/birdl-android
https://api.github.com/repos/Aeradriel/birdl-android
closed
Page d'accueil - Hall of Fame
backend design
- Créer un Hall of Fame en dur dans un premier temps. - Dès que le backend web sera fait, commencer la dynamisation.
1.0
Page d'accueil - Hall of Fame - - Créer un Hall of Fame en dur dans un premier temps. - Dès que le backend web sera fait, commencer la dynamisation.
non_defect
page d accueil hall of fame créer un hall of fame en dur dans un premier temps dès que le backend web sera fait commencer la dynamisation
0
49,900
6,045,153,142
IssuesEvent
2017-06-12 08:31:03
Drakulix/knex
https://api.github.com/repos/Drakulix/knex
closed
[BE] Test delete
backend tests
DELETE to /api/projects/ with known id. Test for 200. Method `test_success` in `TestDELETE` in `tests/api/test_projects.py`
1.0
[BE] Test delete - DELETE to /api/projects/ with known id. Test for 200. Method `test_success` in `TestDELETE` in `tests/api/test_projects.py`
non_defect
test delete delete to api projects with known id test for method test success in testdelete in tests api test projects py
0
29,383
11,744,977,693
IssuesEvent
2020-03-12 08:56:39
maxonrow/maxonrow-go
https://api.github.com/repos/maxonrow/maxonrow-go
closed
Multi-sig re-submission a Tx
bug security
We need to make sure when user create a Tx , `tx_id` is always same as `counter+1` in multisig account. User should not be able to submit a tx twice, regardless of Pending_Txs list.
True
Multi-sig re-submission a Tx - We need to make sure when user create a Tx , `tx_id` is always same as `counter+1` in multisig account. User should not be able to submit a tx twice, regardless of Pending_Txs list.
non_defect
multi sig re submission a tx we need to make sure when user create a tx tx id is always same as counter in multisig account user should not be able to submit a tx twice regardless of pending txs list
0
61,226
17,023,640,933
IssuesEvent
2021-07-03 03:03:43
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Nature Reserve Blocks Out River
Component: mapnik Priority: major Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 4.00pm, Wednesday, 6th October 2010]** The nature reserver layer overlaps the river layer. Here is the permalink: http://www.openstreetmap.org/?lat=50.0428&lon=-125.3067&zoom=13&layers=M
1.0
Nature Reserve Blocks Out River - **[Submitted to the original trac issue database at 4.00pm, Wednesday, 6th October 2010]** The nature reserver layer overlaps the river layer. Here is the permalink: http://www.openstreetmap.org/?lat=50.0428&lon=-125.3067&zoom=13&layers=M
defect
nature reserve blocks out river the nature reserver layer overlaps the river layer here is the permalink
1
55,762
8,029,304,389
IssuesEvent
2018-07-27 15:34:28
earthlab/earth-analytics-python-env
https://api.github.com/repos/earthlab/earth-analytics-python-env
closed
Update README for Windows users
documentation
Currently we suggest `source activate my-env` to activate the environment, but Windows users should just do `activate my-env`.
1.0
Update README for Windows users - Currently we suggest `source activate my-env` to activate the environment, but Windows users should just do `activate my-env`.
non_defect
update readme for windows users currently we suggest source activate my env to activate the environment but windows users should just do activate my env
0
45,008
23,862,982,556
IssuesEvent
2022-09-07 08:41:10
nuxt/framework
https://api.github.com/repos/nuxt/framework
closed
avoid double-downloading of inlined css
enhancement 🍰 p2-nice-to-have performance
Possibly we could move CSS resource hints from preload -> prefetch, and/or change stylesheet to load after site is interactive, maybe following one of [these strategies](https://github.com/GoogleChromeLabs/critters#preloadstrategy).
True
avoid double-downloading of inlined css - Possibly we could move CSS resource hints from preload -> prefetch, and/or change stylesheet to load after site is interactive, maybe following one of [these strategies](https://github.com/GoogleChromeLabs/critters#preloadstrategy).
non_defect
avoid double downloading of inlined css possibly we could move css resource hints from preload prefetch and or change stylesheet to load after site is interactive maybe following one of
0
66,138
20,015,807,693
IssuesEvent
2022-02-01 11:57:23
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Pressing Enter when adding alias causes browser refresh
T-Defect S-Major A-Room-Settings A-Aliases O-Occasional
### Steps to reproduce 1. Type a room alias under Local Addresses in room settings 2. Press Enter ### Outcome #### What did you expect? Either submit the alias or nothing #### What happened instead? Browser tab refreshes ### Operating system Arch Linux ### Browser information Firefox 96 ### URL for we...
1.0
Pressing Enter when adding alias causes browser refresh - ### Steps to reproduce 1. Type a room alias under Local Addresses in room settings 2. Press Enter ### Outcome #### What did you expect? Either submit the alias or nothing #### What happened instead? Browser tab refreshes ### Operating system Arch ...
defect
pressing enter when adding alias causes browser refresh steps to reproduce type a room alias under local addresses in room settings press enter outcome what did you expect either submit the alias or nothing what happened instead browser tab refreshes operating system arch ...
1
72,405
24,107,109,321
IssuesEvent
2022-09-20 08:23:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Export Chat doesn't show images
T-Defect
### Steps to reproduce 1. Click on "Export Chat" 2. Select the "HTML" and the "Include attachments" option 3. Open the html in a browser 4. You will see the chat perfectly fine except for the images, as you will only see white squares. Tried on Mozilla Firefox 104.0.2 and Google Chrome 105.0.5195.127 ###...
1.0
Export Chat doesn't show images - ### Steps to reproduce 1. Click on "Export Chat" 2. Select the "HTML" and the "Include attachments" option 3. Open the html in a browser 4. You will see the chat perfectly fine except for the images, as you will only see white squares. Tried on Mozilla Firefox 104.0.2 and Googl...
defect
export chat doesn t show images steps to reproduce click on export chat select the html and the include attachments option open the html in a browser you will see the chat perfectly fine except for the images as you will only see white squares tried on mozilla firefox and google ...
1
24,095
3,916,266,482
IssuesEvent
2016-04-21 00:29:42
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
Small bug in networkx.algorithms.dominance
Defect
There is a small bug in ```networkx.algorithms.dominance``` package. Function ```immediate_dominators``` should be given digraph and starting point. However, if a given graph has several entry points, say ```entry_1``` and ```entry_2``` (e.g. dead code block in control flow graph), and the starting point is specifi...
1.0
Small bug in networkx.algorithms.dominance - There is a small bug in ```networkx.algorithms.dominance``` package. Function ```immediate_dominators``` should be given digraph and starting point. However, if a given graph has several entry points, say ```entry_1``` and ```entry_2``` (e.g. dead code block in control f...
defect
small bug in networkx algorithms dominance there is a small bug in networkx algorithms dominance package function immediate dominators should be given digraph and starting point however if a given graph has several entry points say entry and entry e g dead code block in control f...
1
109,111
9,368,492,880
IssuesEvent
2019-04-03 08:50:18
italia/spid
https://api.github.com/repos/italia/spid
closed
Comune di Terracina: richiesta di aggiornamento metadati
aggiornamento md test metadata
Buongiorno, a nome del Comune di Terracina chiediamo cortesemente di aggiornare i servizi attualmente in produzione secondo i metadati esposti all'endpoint https://sportellotelematico.comune.terracina.lt.it/sites/default/files/spid-metadata/terracina-signed.xml Grazie
1.0
Comune di Terracina: richiesta di aggiornamento metadati - Buongiorno, a nome del Comune di Terracina chiediamo cortesemente di aggiornare i servizi attualmente in produzione secondo i metadati esposti all'endpoint https://sportellotelematico.comune.terracina.lt.it/sites/default/files/spid-metadata/terracina-signed.xm...
non_defect
comune di terracina richiesta di aggiornamento metadati buongiorno a nome del comune di terracina chiediamo cortesemente di aggiornare i servizi attualmente in produzione secondo i metadati esposti all endpoint grazie
0
71,641
23,740,660,959
IssuesEvent
2022-08-31 12:09:59
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
Can't get rid of "Verify this session"
T-Defect A-E2EE A-E2EE-Cross-Signing S-Minor O-Frequent Z-AppLayout
### Steps to reproduce It always exists on the top of the screen since the time I logged in. It's frustrating. It reappears, even though I swipe it or skip it. ![Screenshot_20220705_034213](https://user-images.githubusercontent.com/83843264/177221359-7c725def-f971-4432-bdc0-e579d87654a8.png) I don't want to have...
1.0
Can't get rid of "Verify this session" - ### Steps to reproduce It always exists on the top of the screen since the time I logged in. It's frustrating. It reappears, even though I swipe it or skip it. ![Screenshot_20220705_034213](https://user-images.githubusercontent.com/83843264/177221359-7c725def-f971-4432-bdc0-...
defect
can t get rid of verify this session steps to reproduce it always exists on the top of the screen since the time i logged in it s frustrating it reappears even though i swipe it or skip it i don t want to have another session please leave me with just one good session 😐 outcome what...
1
702,757
24,134,425,931
IssuesEvent
2022-09-21 10:03:29
svthalia/concrexit
https://api.github.com/repos/svthalia/concrexit
closed
Promotion requests get deleted instantly
priority: medium bug
### Describe the bug After saving a promotion request, it disappears or it gets deleted instantly. on thalia.nu/admin I can still see the action that I created one. When clicking on the action, I get the error that promotion request [ID] does not exist. ### How to reproduce 1. create and save a promotion request ...
1.0
Promotion requests get deleted instantly - ### Describe the bug After saving a promotion request, it disappears or it gets deleted instantly. on thalia.nu/admin I can still see the action that I created one. When clicking on the action, I get the error that promotion request [ID] does not exist. ### How to reproduc...
non_defect
promotion requests get deleted instantly describe the bug after saving a promotion request it disappears or it gets deleted instantly on thalia nu admin i can still see the action that i created one when clicking on the action i get the error that promotion request does not exist how to reproduce ...
0
3,829
2,610,069,778
IssuesEvent
2015-02-26 18:20:28
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
台州割包茎哪里比较好
auto-migrated Priority-Medium Type-Defect
``` 台州割包茎哪里比较好【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专...
1.0
台州割包茎哪里比较好 - ``` 台州割包茎哪里比较好【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医...
defect
台州割包茎哪里比较好 台州割包茎哪里比较好【台州五洲生殖医院】 热线 微信号tzwzszyy 医院地址 台州市 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original is...
1
256,626
27,561,700,541
IssuesEvent
2023-03-07 22:40:54
samqws-marketing/amzn-ion-hive-serde
https://api.github.com/repos/samqws-marketing/amzn-ion-hive-serde
closed
CVE-2016-6796 (High) detected in jasper-compiler-5.5.23.jar - autoclosed
Mend: dependency security vulnerability
## CVE-2016-6796 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jasper-compiler-5.5.23.jar</b></p></summary> <p>The Apache Software Foundation provides support for the Apache communit...
True
CVE-2016-6796 (High) detected in jasper-compiler-5.5.23.jar - autoclosed - ## CVE-2016-6796 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jasper-compiler-5.5.23.jar</b></p></summary> ...
non_defect
cve high detected in jasper compiler jar autoclosed cve high severity vulnerability vulnerable library jasper compiler jar the apache software foundation provides support for the apache community of open source software projects the apache projects are characterized by a ...
0
258
2,508,380,534
IssuesEvent
2015-01-13 01:41:38
EmpathyApp/EmpathyApp
https://api.github.com/repos/EmpathyApp/EmpathyApp
closed
Document tech setup
documentation
Hosting environment Dev environment Dev tools Etc (Maybe in multiple files)
1.0
Document tech setup - Hosting environment Dev environment Dev tools Etc (Maybe in multiple files)
non_defect
document tech setup hosting environment dev environment dev tools etc maybe in multiple files
0
55,920
11,487,379,198
IssuesEvent
2020-02-11 11:50:12
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
Enum size includes sizes of variants that can't be created
A-codegen C-enhancement T-compiler
<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ```rust enum MyPhantomData<T> { Always, Never(T, core::convert::Infallible), } #[test] fn size() { assert_eq!(co...
1.0
Enum size includes sizes of variants that can't be created - <!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ```rust enum MyPhantomData<T> { Always, Never(T, core::conver...
non_defect
enum size includes sizes of variants that can t be created thank you for filing a bug report 🐛 please provide a short summary of the bug along with any information you feel relevant to replicating the bug i tried this code rust enum myphantomdata always never t core convert ...
0
63,013
17,330,200,910
IssuesEvent
2021-07-28 00:21:46
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
Arrow gets through rebound shield in 'Standard' rule set
Type-Defect
In the unreleased versions, the 'standard' rule set has arrow set to 'strength based', which causes it to go through rebound. Arrows should be rebounded.
1.0
Arrow gets through rebound shield in 'Standard' rule set - In the unreleased versions, the 'standard' rule set has arrow set to 'strength based', which causes it to go through rebound. Arrows should be rebounded.
defect
arrow gets through rebound shield in standard rule set in the unreleased versions the standard rule set has arrow set to strength based which causes it to go through rebound arrows should be rebounded
1
145,527
22,707,281,372
IssuesEvent
2022-07-05 15:40:17
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
"Go-Up Button" Showing Always in Release Notes Page
*as-designed
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
1.0
"Go-Up Button" Showing Always in Release Notes Page - <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sugge...
non_defect
go up button showing always in release notes page does this issue occur when all extensions are disabled yes report issue dialog can assist with this vs code version os version steps to reproduce enter release notes page go up button always showi...
0
43,440
11,723,354,421
IssuesEvent
2020-03-10 08:57:30
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
opened
Run all webviews in the same process
Defect
See https://bugs.chromium.org/p/chromium/issues/detail?id=558377 Best solution is probable to run the affected activities all in the help viewer process. Affected: Authorize and DownloadActivity
1.0
Run all webviews in the same process - See https://bugs.chromium.org/p/chromium/issues/detail?id=558377 Best solution is probable to run the affected activities all in the help viewer process. Affected: Authorize and DownloadActivity
defect
run all webviews in the same process see best solution is probable to run the affected activities all in the help viewer process affected authorize and downloadactivity
1
36,800
8,138,047,893
IssuesEvent
2018-08-20 13:44:02
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
pdns_recursor: Tried to remove unlisted fd X from multiplexer
defect rec
<!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! --> <!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate --> <!-- Ple...
1.0
pdns_recursor: Tried to remove unlisted fd X from multiplexer - <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! --> <!-- Also please search the existing issues (both open an...
defect
pdns recursor tried to remove unlisted fd x from multiplexer program recursor issue type bug report short description after min of operation pdns recursor crashes with stl exception tried to remove unlisted fd from multiplexer if this is a bug report use the fo...
1
86,762
24,943,890,925
IssuesEvent
2022-10-31 21:31:01
FashionFreedom/Seamly2D
https://api.github.com/repos/FashionFreedom/Seamly2D
opened
Build: Compiler warnings in build
build
Build contains several compiler warnings - mainly improper casting or initialized class members.
1.0
Build: Compiler warnings in build - Build contains several compiler warnings - mainly improper casting or initialized class members.
non_defect
build compiler warnings in build build contains several compiler warnings mainly improper casting or initialized class members
0
59,561
17,023,162,846
IssuesEvent
2021-07-03 00:39:20
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Finding tickets in this trac that have patches ready to apply should be easy
Component: admin Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 12.31pm, Wednesday, 16th May 2007]** This trac needs an extra state or something and an associated report so that people with commit rights can look for these patches (with an RSS feed) and apply them quickly. Sometimes a patch is offered but it doesn't get committed...
1.0
Finding tickets in this trac that have patches ready to apply should be easy - **[Submitted to the original trac issue database at 12.31pm, Wednesday, 16th May 2007]** This trac needs an extra state or something and an associated report so that people with commit rights can look for these patches (with an RSS feed) an...
defect
finding tickets in this trac that have patches ready to apply should be easy this trac needs an extra state or something and an associated report so that people with commit rights can look for these patches with an rss feed and apply them quickly sometimes a patch is offered but it doesn t get committed for...
1
46,952
13,056,006,341
IssuesEvent
2020-07-30 03:22:14
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[dataclasses] SuperDST should not produce pulses with the same time (Trac #2181)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/2181 ```json { "status": "closed", "changetime": "2019-03-27T16:25:07", "description": "If the time rounding produces two pulses with the same time, they should be combined into one pulse with charge equal to the sum of the two original pulses.\n\nSlack d...
1.0
[dataclasses] SuperDST should not produce pulses with the same time (Trac #2181) - Migrated from https://code.icecube.wisc.edu/ticket/2181 ```json { "status": "closed", "changetime": "2019-03-27T16:25:07", "description": "If the time rounding produces two pulses with the same time, they should be combined...
defect
superdst should not produce pulses with the same time trac migrated from json status closed changetime description if the time rounding produces two pulses with the same time they should be combined into one pulse with charge equal to the sum of the two original ...
1
12,442
2,700,024,258
IssuesEvent
2015-04-03 21:46:37
EightShapes/Blocks
https://api.github.com/repos/EightShapes/Blocks
closed
performance is not supported by iOS
Effort: Small (<1 hr) Loader P1 type: defect
@chipcullen pointed me at an error on iOS where Blocks just doesn't load. Turns out iOS does not support performance.now(): https://developer.mozilla.org/en-US/docs/Web/API/Performance/now I'm going to just remove it from jquery.8SblocksLoader.js and use something like this gist in the ES6 branch: https://gist.gith...
1.0
performance is not supported by iOS - @chipcullen pointed me at an error on iOS where Blocks just doesn't load. Turns out iOS does not support performance.now(): https://developer.mozilla.org/en-US/docs/Web/API/Performance/now I'm going to just remove it from jquery.8SblocksLoader.js and use something like this gist...
defect
performance is not supported by ios chipcullen pointed me at an error on ios where blocks just doesn t load turns out ios does not support performance now i m going to just remove it from jquery js and use something like this gist in the branch
1
12,247
9,603,887,440
IssuesEvent
2019-05-10 18:20:52
dockstore/dockstore
https://api.github.com/repos/dockstore/dockstore
closed
Investigate new WDL 1.0 Java Parser
enhancement web-service
Currently we use WDL4S, though it is deprecated. Should investigate if the new parser works. Pros - in java and a single file https://github.com/openwdl/wdl/tree/master/versions/1.0/parsers/java/java8 ┆Issue is synchronized with this [Jira Story](https://ucsc-cgl.atlassian.net/browse/DOCK-555) ┆Issue Type: Story ┆Fix...
1.0
Investigate new WDL 1.0 Java Parser - Currently we use WDL4S, though it is deprecated. Should investigate if the new parser works. Pros - in java and a single file https://github.com/openwdl/wdl/tree/master/versions/1.0/parsers/java/java8 ┆Issue is synchronized with this [Jira Story](https://ucsc-cgl.atlassian.net/br...
non_defect
investigate new wdl java parser currently we use though it is deprecated should investigate if the new parser works pros in java and a single file ┆issue is synchronized with this ┆issue type story ┆fix versions dockstore ┆sprint seabright sprint ice boat ┆issue number dock
0
72,365
24,077,587,706
IssuesEvent
2022-09-19 00:46:56
scoutplan/scoutplan
https://api.github.com/repos/scoutplan/scoutplan
closed
[Scoutplan Production/production] NoMethodError: undefined method `[]' for nil:NilClass
defect
## Backtrace line 7 of [PROJECT_ROOT]/app/views/events/_irl_location_card.slim: block in _app_views_events__irl_location_card_slim___2608315621994053286_514800 line 5 of [PROJECT_ROOT]/app/views/events/_irl_location_card.slim: each line 5 of [PROJECT_ROOT]/app/views/events/_irl_location_card.slim: _app_vie...
1.0
[Scoutplan Production/production] NoMethodError: undefined method `[]' for nil:NilClass - ## Backtrace line 7 of [PROJECT_ROOT]/app/views/events/_irl_location_card.slim: block in _app_views_events__irl_location_card_slim___2608315621994053286_514800 line 5 of [PROJECT_ROOT]/app/views/events/_irl_location_card....
defect
nomethoderror undefined method for nil nilclass backtrace line of app views events irl location card slim block in app views events irl location card slim line of app views events irl location card slim each line of app views events irl location card slim app views ev...
1
156,272
13,645,949,202
IssuesEvent
2020-09-25 21:55:37
textileio/js-threads
https://api.github.com/repos/textileio/js-threads
closed
Enable write validators and read filters defined on the client
documentation enhancement
This is already available on the go-clients, so now we should enabled it here for additional testing/usage. Additionally, some external dev teams are looking forward to using this feature as soon as possible.
1.0
Enable write validators and read filters defined on the client - This is already available on the go-clients, so now we should enabled it here for additional testing/usage. Additionally, some external dev teams are looking forward to using this feature as soon as possible.
non_defect
enable write validators and read filters defined on the client this is already available on the go clients so now we should enabled it here for additional testing usage additionally some external dev teams are looking forward to using this feature as soon as possible
0
47,092
6,042,054,022
IssuesEvent
2017-06-11 08:59:14
arik-le/A-Home-For-Every-Child
https://api.github.com/repos/arik-le/A-Home-For-Every-Child
opened
Manager will have all clubhouse keys
Design Difficulity - normal Iteration 4 OnProgress Priority - High
when adding a manager type , the manager will hold all clubhouses keys , the app will desable clubhouse select, also when adding new clubhouse , the new clubhouse key will be added to manager object on the clubhouse-keys array
1.0
Manager will have all clubhouse keys - when adding a manager type , the manager will hold all clubhouses keys , the app will desable clubhouse select, also when adding new clubhouse , the new clubhouse key will be added to manager object on the clubhouse-keys array
non_defect
manager will have all clubhouse keys when adding a manager type the manager will hold all clubhouses keys the app will desable clubhouse select also when adding new clubhouse the new clubhouse key will be added to manager object on the clubhouse keys array
0
56,765
15,361,473,567
IssuesEvent
2021-03-01 18:11:25
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
When Discovery IP address is return as null Hazelcast throw NPE
Type: Defect
<!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** When discovery-strategy returns NULL as bind and public address NULL, Hazelcast is throwing NPE, rather than throwing NPE throw an appropriate er...
1.0
When Discovery IP address is return as null Hazelcast throw NPE - <!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** When discovery-strategy returns NULL as bind and public address NULL, Hazelcast...
defect
when discovery ip address is return as null hazelcast throw npe thanks for reporting your issue please share with us the following information to help us resolve your issue quickly and efficiently describe the bug when discovery strategy returns null as bind and public address null hazelcast...
1
412,098
12,035,294,678
IssuesEvent
2020-04-13 17:37:34
redhat-developer/vscode-tekton
https://api.github.com/repos/redhat-developer/vscode-tekton
closed
Show resource YAML on double-click
enhancement in progress priority/medium
Currently the resource YAML shows on clicks. It should be displayed on double-click so user can click on resources for actions without opening the YAML. Alternatively add an action in the context menu to open the YAML
1.0
Show resource YAML on double-click - Currently the resource YAML shows on clicks. It should be displayed on double-click so user can click on resources for actions without opening the YAML. Alternatively add an action in the context menu to open the YAML
non_defect
show resource yaml on double click currently the resource yaml shows on clicks it should be displayed on double click so user can click on resources for actions without opening the yaml alternatively add an action in the context menu to open the yaml
0
327,760
28,081,779,247
IssuesEvent
2023-03-30 07:01:17
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix linalg.test_vecdot
Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4522247083/jobs/7964577597" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4522247083/jobs/7964577597" rel="noopener nore...
1.0
Fix linalg.test_vecdot - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4522247083/jobs/7964577597" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4522247083/jobs/79645...
non_defect
fix linalg test vecdot tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test functional test core test linalg py test vecdot e assertionerror there are no parameters in the inputs to connect the outputs to ...
0