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
9,588
2,615,163,170
IssuesEvent
2015-03-01 06:42:41
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
DIR-655 B1 WPS lock down
auto-migrated Priority-Triage Type-Defect
``` 0. What version of Reaver are you using? (Only defects against the latest version will be considered.): Latest (Backtrack5 R2) 1. What operating system are you using (Linux is the only supported OS)? Backtrack5 R2 2. Is your wireless card in monitor mode (yes/no)? Yes 3. What is the signal strength of the Acce...
1.0
DIR-655 B1 WPS lock down - ``` 0. What version of Reaver are you using? (Only defects against the latest version will be considered.): Latest (Backtrack5 R2) 1. What operating system are you using (Linux is the only supported OS)? Backtrack5 R2 2. Is your wireless card in monitor mode (yes/no)? Yes 3. What is the ...
defect
dir wps lock down what version of reaver are you using only defects against the latest version will be considered latest what operating system are you using linux is the only supported os is your wireless card in monitor mode yes no yes what is the signal strength of the ...
1
277,499
30,659,260,374
IssuesEvent
2023-07-25 14:03:57
rsoreq/zenbot
https://api.github.com/repos/rsoreq/zenbot
closed
CVE-2022-3517 (High) detected in minimatch-3.0.4.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2022-3517 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimatch-3.0.4.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://regist...
True
CVE-2022-3517 (High) detected in minimatch-3.0.4.tgz - autoclosed - ## CVE-2022-3517 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimatch-3.0.4.tgz</b></p></summary> <p>a glob mat...
non_defect
cve high detected in minimatch tgz autoclosed cve high severity vulnerability vulnerable library minimatch tgz a glob matcher in javascript library home page a href dependency hierarchy shelljs tgz root library glob tgz x minimatc...
0
22,233
6,229,921,655
IssuesEvent
2017-07-11 06:18:00
XceedBoucherS/TestImport5
https://api.github.com/repos/XceedBoucherS/TestImport5
closed
Unable to commit changes
CodePlex
<b>Nimgoble[CodePlex]</b> <br />Hello, I'm unable to commit changes that I've made. I keep receiving a Commit Failed error. I've attached a screenshot of the error. I'm using Visual Studio 2010 with VisualSVN. Thank you
1.0
Unable to commit changes - <b>Nimgoble[CodePlex]</b> <br />Hello, I'm unable to commit changes that I've made. I keep receiving a Commit Failed error. I've attached a screenshot of the error. I'm using Visual Studio 2010 with VisualSVN. Thank you
non_defect
unable to commit changes nimgoble hello i m unable to commit changes that i ve made i keep receiving a commit failed error i ve attached a screenshot of the error i m using visual studio with visualsvn thank you
0
38,042
8,639,913,268
IssuesEvent
2018-11-23 22:39:15
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Comparer<string>.Default not using System.String.compare
defect in-progress
Comparer<string>.Default.Compare(str1, str2) gives a different result the str1CompareTo(str2). The first case calls Bridge.compare, and seems to perform char sorting. The second case calls System.String.compare and seems to correctly sort text. https://deck.net/42fe359ec3524e6024107106ec9c9386 I would expect ...
1.0
Comparer<string>.Default not using System.String.compare - Comparer<string>.Default.Compare(str1, str2) gives a different result the str1CompareTo(str2). The first case calls Bridge.compare, and seems to perform char sorting. The second case calls System.String.compare and seems to correctly sort text. https://d...
defect
comparer default not using system string compare comparer default compare gives a different result the the first case calls bridge compare and seems to perform char sorting the second case calls system string compare and seems to correctly sort text i would expect that comparer default w...
1
32,090
8,793,887,899
IssuesEvent
2018-12-21 22:01:11
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
Less Sourcemap only references files inside 'styles' config
comp: devkit/build-angular freq2: medium severity2: inconvenient type: bug/fix
<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request ``` - [x] bug report - [ ] feature request ``` ### Versions. <!-- Output from: `ng --version`. If nothing, output from: `node --version` and `npm --version`. Window...
1.0
Less Sourcemap only references files inside 'styles' config - <!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request ``` - [x] bug report - [ ] feature request ``` ### Versions. <!-- Output from: `ng --version`. If nothing...
non_defect
less sourcemap only references files inside styles config if you don t fill out the following information your issue might be closed without investigating bug report or feature request bug report feature request versions output from ng version if nothing ou...
0
114,668
17,258,891,998
IssuesEvent
2021-07-22 02:56:10
nforgeio/neonKUBE
https://api.github.com/repos/nforgeio/neonKUBE
closed
neon-cluster-manager DB credentials are hardcoded and insecure
bug cluster-setup neon-kube security
I was going to copy/paste some code from **neon-cluster-manager** and noticed a couple issues: - [ ] @marcusbooyah: You define `Service.connString` as a hardcoded string with an insecure password. You should create the database user with a random password when creating the cluster and then loading that password via...
True
neon-cluster-manager DB credentials are hardcoded and insecure - I was going to copy/paste some code from **neon-cluster-manager** and noticed a couple issues: - [ ] @marcusbooyah: You define `Service.connString` as a hardcoded string with an insecure password. You should create the database user with a random pass...
non_defect
neon cluster manager db credentials are hardcoded and insecure i was going to copy paste some code from neon cluster manager and noticed a couple issues marcusbooyah you define service connstring as a hardcoded string with an insecure password you should create the database user with a random passwo...
0
72,951
24,381,715,324
IssuesEvent
2022-10-04 08:24:27
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
rec: Inconsistency in logging between lua and protobuf
rec defect
<!-- 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
rec: Inconsistency in logging between lua and protobuf - <!-- 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 close...
defect
rec inconsistency in logging between lua and protobuf program recursor issue type bug report short description just a quick email to say that we re seeing an inconsistency in the powerdns beta output between lua and protobuf when we request a domain that is listed in a white...
1
90,007
3,808,117,188
IssuesEvent
2016-03-25 13:22:17
iSoron/uhabits
https://api.github.com/repos/iSoron/uhabits
closed
Import data from HabitBull
low-priority new-feature
[HabitBull](https://play.google.com/store/apps/details?id=com.oristats.habitbull) is one of the most popular habit apps on Android and iOS. It does allow to export habits into a .csv file. Would be great, if Loop could import them.
1.0
Import data from HabitBull - [HabitBull](https://play.google.com/store/apps/details?id=com.oristats.habitbull) is one of the most popular habit apps on Android and iOS. It does allow to export habits into a .csv file. Would be great, if Loop could import them.
non_defect
import data from habitbull is one of the most popular habit apps on android and ios it does allow to export habits into a csv file would be great if loop could import them
0
33,751
27,781,591,028
IssuesEvent
2023-03-16 21:35:55
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
Unnecessary ApiCompat CP0001 errors when type forwards used
bug area-Infrastructure-libraries
See https://github.com/dotnet/runtime/pull/82453#discussion_r1139284637 for more detail. Local errors for when the https://github.com/dotnet/runtime/tree/main/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml file is removed (please delete that file when this issue is fixed): ``` C:\User...
1.0
Unnecessary ApiCompat CP0001 errors when type forwards used - See https://github.com/dotnet/runtime/pull/82453#discussion_r1139284637 for more detail. Local errors for when the https://github.com/dotnet/runtime/tree/main/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml file is removed (pl...
non_defect
unnecessary apicompat errors when type forwards used see for more detail local errors for when the file is removed please delete that file when this issue is fixed c users sharter nuget packages microsoft dotnet apicompat task preview build microsoft net apicompat validatepackage ...
0
151,913
13,438,549,892
IssuesEvent
2020-09-07 18:24:50
featherity/featherity
https://api.github.com/repos/featherity/featherity
opened
Update CONTRIBUTING file with rule for one PR for each icon or icon series.
documentation
Regarding to the thread in #57 @llaenowyd said this: > I think after re-reading the submission guidelines , maybe there should be one PR for each icon. I certain way I think this is a good idea to write this down in CONTRIBUTING file. For me it's a little-bit of an unwritten rule that you need to submit icons or...
1.0
Update CONTRIBUTING file with rule for one PR for each icon or icon series. - Regarding to the thread in #57 @llaenowyd said this: > I think after re-reading the submission guidelines , maybe there should be one PR for each icon. I certain way I think this is a good idea to write this down in CONTRIBUTING file. ...
non_defect
update contributing file with rule for one pr for each icon or icon series regarding to the thread in llaenowyd said this i think after re reading the submission guidelines maybe there should be one pr for each icon i certain way i think this is a good idea to write this down in contributing file f...
0
36,601
8,030,931,627
IssuesEvent
2018-07-27 21:41:47
IBM/CAST
https://api.github.com/repos/IBM/CAST
opened
Possible Bug: csm_allocation_query_active_all
Comp: CSM Comp: CSM.api PhaseFound: Development Sev: 2 Status: Open Type: Defect
**Describe the bug** There are some inconsistencies and mismatches between `csm_allocation_query_active_all` VS `csm_allocation_query` and `csm_cluster_query_state` and the CSM database. The number of nodes in an allocation seems to be off sometimes. and sometimes the `compute_nodes` field may not show all the nodes i...
1.0
Possible Bug: csm_allocation_query_active_all - **Describe the bug** There are some inconsistencies and mismatches between `csm_allocation_query_active_all` VS `csm_allocation_query` and `csm_cluster_query_state` and the CSM database. The number of nodes in an allocation seems to be off sometimes. and sometimes the `c...
defect
possible bug csm allocation query active all describe the bug there are some inconsistencies and mismatches between csm allocation query active all vs csm allocation query and csm cluster query state and the csm database the number of nodes in an allocation seems to be off sometimes and sometimes the c...
1
134,763
10,928,811,435
IssuesEvent
2019-11-22 19:56:15
status-im/nim-beacon-chain
https://api.github.com/repos/status-im/nim-beacon-chain
opened
Reenable BLS nd shuffling tests
test suite
See https://github.com/status-im/nim-beacon-chain/pull/585 it seems like we removed the json tests too early. So we need to update the shuffling and BLS tests to the yaml format.
1.0
Reenable BLS nd shuffling tests - See https://github.com/status-im/nim-beacon-chain/pull/585 it seems like we removed the json tests too early. So we need to update the shuffling and BLS tests to the yaml format.
non_defect
reenable bls nd shuffling tests see it seems like we removed the json tests too early so we need to update the shuffling and bls tests to the yaml format
0
32,595
12,131,321,359
IssuesEvent
2020-04-23 04:21:17
kenferrara/spark
https://api.github.com/repos/kenferrara/spark
opened
WS-2018-0021 (Medium) detected in bootstrap-2.1.0.min.js, bootstrap-2.1.0.js
security vulnerability
## WS-2018-0021 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bootstrap-2.1.0.min.js</b>, <b>bootstrap-2.1.0.js</b></p></summary> <p> <details><summary><b>bootstrap-2.1.0.min.js<...
True
WS-2018-0021 (Medium) detected in bootstrap-2.1.0.min.js, bootstrap-2.1.0.js - ## WS-2018-0021 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bootstrap-2.1.0.min.js</b>, <b>bootstr...
non_defect
ws medium detected in bootstrap min js bootstrap js ws medium severity vulnerability vulnerable libraries bootstrap min js bootstrap js bootstrap min js the most popular front end framework for developing responsive mobile first projects on the we...
0
44,632
12,301,008,942
IssuesEvent
2020-05-11 14:48:21
contao/contao
https://api.github.com/repos/contao/contao
closed
Overridden default template not shown in template selection
defect
**Affected version(s)** Contao 4.8.5 **Description** Currently the default template is not shown in the custom template selection, e.g. for a content element. However, this also includes default templates, that have been overriden in the `templates/` folder. ![ce_text](https://user-images.githubusercontent.co...
1.0
Overridden default template not shown in template selection - **Affected version(s)** Contao 4.8.5 **Description** Currently the default template is not shown in the custom template selection, e.g. for a content element. However, this also includes default templates, that have been overriden in the `templates/` ...
defect
overridden default template not shown in template selection affected version s contao description currently the default template is not shown in the custom template selection e g for a content element however this also includes default templates that have been overriden in the templates ...
1
39,061
9,188,365,656
IssuesEvent
2019-03-06 07:09:24
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
beefproject on Ubuntu can't run beef -error
Defect
Verify first that your issue/request has not been posted previously: * https://github.com/beefproject/beef/issues * https://github.com/beefproject/beef/wiki/FAQ Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.4.7.1). #### Environment What version/r...
1.0
beefproject on Ubuntu can't run beef -error - Verify first that your issue/request has not been posted previously: * https://github.com/beefproject/beef/issues * https://github.com/beefproject/beef/wiki/FAQ Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.4...
defect
beefproject on ubuntu can t run beef error verify first that your issue request has not been posted previously ensure you re using the environment what version revision of beef are you using latest version on what version of ruby on what browser firefox on what operating...
1
58,957
16,964,809,966
IssuesEvent
2021-06-29 09:34:54
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
UISIs after restart
T-Defect
This is almost certainly captured elsewhere, but: - I went into the office for a day and didn't use my eleweb nightly on my desktop - I came home and used it the next day - I clicked update to update to the latest version - It's 20 minutes later and a good chunk of my encrypted rooms are still full of UISIs I su...
1.0
UISIs after restart - This is almost certainly captured elsewhere, but: - I went into the office for a day and didn't use my eleweb nightly on my desktop - I came home and used it the next day - I clicked update to update to the latest version - It's 20 minutes later and a good chunk of my encrypted rooms are still...
defect
uisis after restart this is almost certainly captured elsewhere but i went into the office for a day and didn t use my eleweb nightly on my desktop i came home and used it the next day i clicked update to update to the latest version it s minutes later and a good chunk of my encrypted rooms are still ...
1
265,408
20,092,703,312
IssuesEvent
2022-02-06 02:08:55
atsign-foundation/at_server
https://api.github.com/repos/atsign-foundation/at_server
closed
Review for Missing Documentation - at_persistence_spec (API Reference)
documentation
- [ ] Review for any additional documentation needed on [API Reference](https://pub.dev/documentation/at_persistence_spec/latest/). Right nav bar (samples and examples) - [ ] Broken [documentation link](https://atsign.dev/at_docs-dev_env/at_persistence_spec/index.html) needs to be fixed Please review library links ...
1.0
Review for Missing Documentation - at_persistence_spec (API Reference) - - [ ] Review for any additional documentation needed on [API Reference](https://pub.dev/documentation/at_persistence_spec/latest/). Right nav bar (samples and examples) - [ ] Broken [documentation link](https://atsign.dev/at_docs-dev_env/at_persi...
non_defect
review for missing documentation at persistence spec api reference review for any additional documentation needed on right nav bar samples and examples broken needs to be fixed please review library links as well current samples and examples libraries
0
24,145
3,917,074,302
IssuesEvent
2016-04-21 06:25:10
irnawansuprapti/openbiz-cubi
https://api.github.com/repos/irnawansuprapti/openbiz-cubi
closed
>>>>>>>>>>>>>>>>health 5756
auto-migrated Priority-Medium spam Type-Defect
``` In order to wake up early, you need to go to bed a little early as well. Most people sit before the television set till they get sleepy. They assume that they need some entertainment after a hard day's work. But in reality, most people watch shows that get them emotionally charged or drained, which adds more st...
1.0
>>>>>>>>>>>>>>>>health 5756 - ``` In order to wake up early, you need to go to bed a little early as well. Most people sit before the television set till they get sleepy. They assume that they need some entertainment after a hard day's work. But in reality, most people watch shows that get them emotionally charged o...
defect
health in order to wake up early you need to go to bed a little early as well most people sit before the television set till they get sleepy they assume that they need some entertainment after a hard day s work but in reality most people watch shows that get them emotionally charged or d...
1
32,268
2,751,749,752
IssuesEvent
2015-04-24 11:16:36
NatLibFi/Finto-data
https://api.github.com/repos/NatLibFi/Finto-data
closed
YSAn seuraaja-suhde ei näy SKOSissa
bug imported InCharge-Technical Onto-YSA Priority-Low sv
_From [osma.suominen@helsinki.fi](https://code.google.com/u/osma.suominen@helsinki.fi/) on December 19, 2013 14:58:41_ YSAssa on seuraaja-suhde joidenkin käsitteiden välillä, esim. atk-ohjelmat -> tietokoneohjelmat: http://vesa.lib.helsinki.fi/cgi-bin/ysa.pl?h=atk-ohjelmat Tämä ei kuitenkaan mitenkään näy SKOS-muodoss...
1.0
YSAn seuraaja-suhde ei näy SKOSissa - _From [osma.suominen@helsinki.fi](https://code.google.com/u/osma.suominen@helsinki.fi/) on December 19, 2013 14:58:41_ YSAssa on seuraaja-suhde joidenkin käsitteiden välillä, esim. atk-ohjelmat -> tietokoneohjelmat: http://vesa.lib.helsinki.fi/cgi-bin/ysa.pl?h=atk-ohjelmat Tämä ei...
non_defect
ysan seuraaja suhde ei näy skosissa from on december ysassa on seuraaja suhde joidenkin käsitteiden välillä esim atk ohjelmat tietokoneohjelmat tämä ei kuitenkaan mitenkään näy skos muodossa jolloin tätä suhdetta ei myöskään voida näyttää fintossa sopiva suhde olisikin varmaan dct isreplace...
0
12,092
9,593,931,976
IssuesEvent
2019-05-09 12:52:19
elastic/beats
https://api.github.com/repos/elastic/beats
closed
failed to unmarshal jolokia JSON response
:infrastructure Metricbeat bug
Jolokia module fails to parse some responses fetched using the GET method with the error: ``` failed to unmarshal jolokia JSON response '{"request":{"mbean":"java.lang:type=OperatingSystem","attribute":"ProcessCpuLoad","type":"read"},"value":2.519526329050139E-4,"timestamp":1557157281,"status":200}': json: cannot u...
1.0
failed to unmarshal jolokia JSON response - Jolokia module fails to parse some responses fetched using the GET method with the error: ``` failed to unmarshal jolokia JSON response '{"request":{"mbean":"java.lang:type=OperatingSystem","attribute":"ProcessCpuLoad","type":"read"},"value":2.519526329050139E-4,"timestam...
non_defect
failed to unmarshal jolokia json response jolokia module fails to parse some responses fetched using the get method with the error failed to unmarshal jolokia json response request mbean java lang type operatingsystem attribute processcpuload type read value timestamp status ...
0
39,656
9,603,117,171
IssuesEvent
2019-05-10 16:09:59
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Negative zero literal not supported
defect
The compiler will turn a -0 literal to 0. This is not a big issue, but not strictly correct C# semantics. https://deck.net/e8fd971e74153e169bc375b9e4db6f11 ```csharp public class Test { public static void Main() { double negativezero = -0.0; // fails System.Console.WriteLine(1 /...
1.0
Negative zero literal not supported - The compiler will turn a -0 literal to 0. This is not a big issue, but not strictly correct C# semantics. https://deck.net/e8fd971e74153e169bc375b9e4db6f11 ```csharp public class Test { public static void Main() { double negativezero = -0.0; // fails...
defect
negative zero literal not supported the compiler will turn a literal to this is not a big issue but not strictly correct c semantics csharp public class test public static void main double negativezero fails system console writeline negativez...
1
11,467
3,005,058,477
IssuesEvent
2015-07-26 15:41:31
cgstudiomap/cgstudiomap
https://api.github.com/repos/cgstudiomap/cgstudiomap
closed
Navbar other pages
design Development
Put a class on homepage in order to prevent the padding in the other pages.
1.0
Navbar other pages - Put a class on homepage in order to prevent the padding in the other pages.
non_defect
navbar other pages put a class on homepage in order to prevent the padding in the other pages
0
297,837
9,182,295,516
IssuesEvent
2019-03-05 12:29:13
servicemesher/istio-official-translation
https://api.github.com/repos/servicemesher/istio-official-translation
closed
content/about/contribute/github/index.md
lang/zh pending priority/P0 sync/update version/1.1
文件路径:content/about/contribute/github/index.md [源码](https://github.com/istio/istio.github.io/tree/master/content/about/contribute/github/index.md) [网址](https://istio.io//about/contribute/github/index.htm) ```diff diff --git a/content/about/contribute/github/index.md b/content/about/contribute/github/index.md index 6...
1.0
content/about/contribute/github/index.md - 文件路径:content/about/contribute/github/index.md [源码](https://github.com/istio/istio.github.io/tree/master/content/about/contribute/github/index.md) [网址](https://istio.io//about/contribute/github/index.htm) ```diff diff --git a/content/about/contribute/github/index.md b/conte...
non_defect
content about contribute github index md 文件路径:content about contribute github index md diff diff git a content about contribute github index md b content about contribute github index md index a content about contribute github index md b content about contribute github index md ...
0
23,136
3,770,013,514
IssuesEvent
2016-03-16 13:09:50
gstreamer-java/gstreamer-java
https://api.github.com/repos/gstreamer-java/gstreamer-java
closed
Making gstreamer-java work with binaries from gstreamer.com
auto-migrated Priority-Medium Type-Defect
``` I recently found http://www.gstreamer.com/ which offer what appears to be Windows binaries for gstreamer that are not over a year old. It gives me some new hope of integrating gstreamer in my program (as the ossbuild binaries crash too often). I'm trying to get this to work with gstreamer-java. The first thin...
1.0
Making gstreamer-java work with binaries from gstreamer.com - ``` I recently found http://www.gstreamer.com/ which offer what appears to be Windows binaries for gstreamer that are not over a year old. It gives me some new hope of integrating gstreamer in my program (as the ossbuild binaries crash too often). I'm t...
defect
making gstreamer java work with binaries from gstreamer com i recently found which offer what appears to be windows binaries for gstreamer that are not over a year old it gives me some new hope of integrating gstreamer in my program as the ossbuild binaries crash too often i m trying to get this to wor...
1
112,243
17,080,843,846
IssuesEvent
2021-07-08 04:48:40
MohamedElashri/Zotero-Docker
https://api.github.com/repos/MohamedElashri/Zotero-Docker
opened
CVE-2018-11694 (High) detected in node-sass-4.14.1.tgz, opennmsopennms-source-26.0.0-1
security vulnerability
## CVE-2018-11694 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.14.1.tgz</b>, <b>opennmsopennms-source-26.0.0-1</b></p></summary> <p> <details><summary><b>node-sass-4.1...
True
CVE-2018-11694 (High) detected in node-sass-4.14.1.tgz, opennmsopennms-source-26.0.0-1 - ## CVE-2018-11694 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.14.1.tgz</b>, <b...
non_defect
cve high detected in node sass tgz opennmsopennms source cve high severity vulnerability vulnerable libraries node sass tgz opennmsopennms source node sass tgz wrapper around libsass library home page a href path to dependency file zot...
0
49,644
13,187,244,774
IssuesEvent
2020-08-13 02:48:20
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[pybindings] Stack address stored into global variable (Trac #1800)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1800">https://code.icecube.wisc.edu/ticket/1800</a>, reported by kjmeagher and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2016-07-27T09:34:51", "description": "static analysis has issue ...
1.0
[pybindings] Stack address stored into global variable (Trac #1800) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1800">https://code.icecube.wisc.edu/ticket/1800</a>, reported by kjmeagher and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": ...
defect
stack address stored into global variable trac migrated from json status closed changetime description static analysis has issue with these pybindings as the maintainer of ipdf i tried to figure this one out but couldn t someone who is better at boost ...
1
430,989
12,468,361,116
IssuesEvent
2020-05-28 18:43:15
betheluniversity/cascade
https://api.github.com/repos/betheluniversity/cascade
closed
Add a link to add an event to your calendar on Event Pages
low priority
We need to - Add a link to add the event to your calendar (your personal calendar on your iPhone, for example) - only after RSVP if there is an RSVP form.
1.0
Add a link to add an event to your calendar on Event Pages - We need to - Add a link to add the event to your calendar (your personal calendar on your iPhone, for example) - only after RSVP if there is an RSVP form.
non_defect
add a link to add an event to your calendar on event pages we need to add a link to add the event to your calendar your personal calendar on your iphone for example only after rsvp if there is an rsvp form
0
401,048
27,314,099,668
IssuesEvent
2023-02-24 14:27:12
rrousselGit/riverpod
https://api.github.com/repos/rrousselGit/riverpod
closed
Pub example app fail in web but OK in mobile
bug documentation
https://github.com/rrousselGit/riverpod/tree/master/examples/pub Demo cannot be launched in a web browser. It throws ```The following JSRangeError was thrown building: Invalid argument: Maximum call stack size exceeded ... ======== Exception caught by SVG ==================================================...
1.0
Pub example app fail in web but OK in mobile - https://github.com/rrousselGit/riverpod/tree/master/examples/pub Demo cannot be launched in a web browser. It throws ```The following JSRangeError was thrown building: Invalid argument: Maximum call stack size exceeded ... ======== Exception caught by SVG ===...
non_defect
pub example app fail in web but ok in mobile demo cannot be launched in a web browser it throws the following jsrangeerror was thrown building invalid argument maximum call stack size exceeded exception caught by svg ...
0
79,904
10,144,832,209
IssuesEvent
2019-08-05 00:45:54
cornellius-gp/gpytorch
https://api.github.com/repos/cornellius-gp/gpytorch
closed
error in example - new data
documentation
Hi @dougalsutherland @jmhessel Hi I am trying the below example with new data https://github.com/cornellius-gp/gpytorch/blob/master/examples/03_Multitask_GP_Regression/Multitask_GP_Regression.ipynb model.train() likelihood.train() Use the adam optimizer optimizer = torch.optim.Adam([ {‘params’: model.pa...
1.0
error in example - new data - Hi @dougalsutherland @jmhessel Hi I am trying the below example with new data https://github.com/cornellius-gp/gpytorch/blob/master/examples/03_Multitask_GP_Regression/Multitask_GP_Regression.ipynb model.train() likelihood.train() Use the adam optimizer optimizer = torch.op...
non_defect
error in example new data hi dougalsutherland jmhessel hi i am trying the below example with new data model train likelihood train use the adam optimizer optimizer torch optim adam ‘params’ model parameters includes gaussianlikelihood parameters lr “loss” for gps t...
0
301,459
26,050,035,355
IssuesEvent
2022-12-22 17:42:00
conda/conda-build
https://api.github.com/repos/conda/conda-build
opened
Flaky test `tests/test_api_build.py::test_failed_recipe_leaves_folders`
backlog source::anaconda type::testing
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? This test has proven very flaky on Windows recently, here are just some examples: - [Python 3.9 tests](https://github.com/conda/conda-build/actions/runs/3716460346/jobs/6332948506#step:11:3...
1.0
Flaky test `tests/test_api_build.py::test_failed_recipe_leaves_folders` - ### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? This test has proven very flaky on Windows recently, here are just some examples: - [Python 3.9 tests](https://gith...
non_defect
flaky test tests test api build py test failed recipe leaves folders checklist i added a descriptive title i searched open reports and couldn t find a duplicate what happened this test has proven very flaky on windows recently here are just some examples ...
0
55,107
14,219,320,060
IssuesEvent
2020-11-17 13:07:20
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
auth mysql: mysql 8 defaults to utf8mb4 which is incompatible with our latin1 schema declaration
auth defect
<!-- Tell us what is issue is about --> - Program: Authoritative 4.3.1 with PowerDNS-Admin - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> Add a new record (or modify something as TTL) fail. ### Environment <!-- Tell us about the environment --> ...
1.0
auth mysql: mysql 8 defaults to utf8mb4 which is incompatible with our latin1 schema declaration - <!-- Tell us what is issue is about --> - Program: Authoritative 4.3.1 with PowerDNS-Admin - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> Add a new re...
defect
auth mysql mysql defaults to which is incompatible with our schema declaration program authoritative with powerdns admin issue type bug report short description add a new record or modify something as ttl fail environment operating system ubuntu software v...
1
11,265
13,234,284,308
IssuesEvent
2020-08-18 16:02:46
gudmdharalds-a8c/testing123
https://api.github.com/repos/gudmdharalds-a8c/testing123
closed
PHP Upgrade: Compatibility issues found in file1.php
PHP 7.4 Compatibility PHP Compatibility
The following issues were found when scanning for compatibility issues: * <b>Warning</b>: Function ldap_sort() is deprecated since PHP 7.0 https://github.com/gudmdharalds-a8c/testing123/blob/b99a028e21f490f459f7095329fe4933e8643e79/file1.php#L3 * <b>Error</b>: Extension 'mcrypt' is deprecated since PHP 7.1 and remove...
True
PHP Upgrade: Compatibility issues found in file1.php - The following issues were found when scanning for compatibility issues: * <b>Warning</b>: Function ldap_sort() is deprecated since PHP 7.0 https://github.com/gudmdharalds-a8c/testing123/blob/b99a028e21f490f459f7095329fe4933e8643e79/file1.php#L3 * <b>Error</b>: Ex...
non_defect
php upgrade compatibility issues found in php the following issues were found when scanning for compatibility issues warning function ldap sort is deprecated since php error extension mcrypt is deprecated since php and removed since php use openssl preferred or pecl mcrypt once av...
0
15,534
2,859,572,256
IssuesEvent
2015-06-03 11:28:44
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
closed
'as_map' expects a pair as second argument - road traffic and maybe other model
Priority-Medium Type-Defect Usability
``` What steps will reproduce the problem? 1.Model that are using as_map may have to be changed For example road_traffic is not working anymore with the following use of as_maps let weights_map type: map <- (list (road)) as_map [each:: each.destruction_coeff]; What is the expected output? What do you see instead...
1.0
'as_map' expects a pair as second argument - road traffic and maybe other model - ``` What steps will reproduce the problem? 1.Model that are using as_map may have to be changed For example road_traffic is not working anymore with the following use of as_maps let weights_map type: map <- (list (road)) as_map [each:: ...
defect
as map expects a pair as second argument road traffic and maybe other model what steps will reproduce the problem model that are using as map may have to be changed for example road traffic is not working anymore with the following use of as maps let weights map type map list road as map ...
1
26,283
4,651,561,580
IssuesEvent
2016-10-03 10:37:36
gbif/ipt
https://api.github.com/repos/gbif/ipt
closed
Resource gets added to RSS on PUBLIC, not on published
bug Component-Logic Priority-High Type-Defect
Steps: 1. I add a new resource to our IPT 2. The to-be-published version 1.0 of the resource will be public, so I set visibility to `PUBLIC`. Since I haven't finished writing the metadata or uploading the data yet, I'm not yet publishing the dataset. 3. The status `PUBLIC` triggers the IPT to include the resource ...
1.0
Resource gets added to RSS on PUBLIC, not on published - Steps: 1. I add a new resource to our IPT 2. The to-be-published version 1.0 of the resource will be public, so I set visibility to `PUBLIC`. Since I haven't finished writing the metadata or uploading the data yet, I'm not yet publishing the dataset. 3. The ...
defect
resource gets added to rss on public not on published steps i add a new resource to our ipt the to be published version of the resource will be public so i set visibility to public since i haven t finished writing the metadata or uploading the data yet i m not yet publishing the dataset the ...
1
68,770
3,292,575,261
IssuesEvent
2015-10-30 15:15:06
thesgc/chembiohub_helpdesk
https://api.github.com/repos/thesgc/chembiohub_helpdesk
closed
Can't clear out the custom field values in the search. It looks like I've deleted the 2 tagged cu
app: ChemReg bug name: Karen priority: Medium status: New
Can't clear out the custom field values in the search. It looks like I've deleted the 2 tagged custom fields in my search, but the search isn't rerun and the URL isn't updated. If I change the functional group search that seems to be taken into account, but not custom fields.
1.0
Can't clear out the custom field values in the search. It looks like I've deleted the 2 tagged cu - Can't clear out the custom field values in the search. It looks like I've deleted the 2 tagged custom fields in my search, but the search isn't rerun and the URL isn't updated. If I change the functional group sea...
non_defect
can t clear out the custom field values in the search it looks like i ve deleted the tagged cu can t clear out the custom field values in the search it looks like i ve deleted the tagged custom fields in my search but the search isn t rerun and the url isn t updated if i change the functional group sea...
0
343,808
10,336,590,439
IssuesEvent
2019-09-03 13:17:19
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
Sponsored events should not also be able to be partner events
Priority: Medium Product: Events UX: Validated
## Feature or problem - [ ] In the EventDashboard__List component, disable these buttons. ## UX Validation Validated ### Suggested priority Medium ### Stakeholders *Submitted:* michael ### Definition of done How will we know when this feature is complete? ### Subtasks A detailed list of changes that need to be mad...
1.0
Sponsored events should not also be able to be partner events - ## Feature or problem - [ ] In the EventDashboard__List component, disable these buttons. ## UX Validation Validated ### Suggested priority Medium ### Stakeholders *Submitted:* michael ### Definition of done How will we know when this feature is comple...
non_defect
sponsored events should not also be able to be partner events feature or problem in the eventdashboard list component disable these buttons ux validation validated suggested priority medium stakeholders submitted michael definition of done how will we know when this feature is complete...
0
111,008
24,051,026,948
IssuesEvent
2022-09-16 12:49:57
ices-eg/DIG
https://api.github.com/repos/ices-eg/DIG
closed
RDBES: RS_SpecimensState update of codes
vocab: CodeValue vocab: new vocab: concept change
Please see attached spreadsheet for the 8 code updates. [RS_SpecimensState updates.xlsx](https://github.com/ices-eg/DIG/files/6931334/RS_SpecimensState.updates.xlsx)
1.0
RDBES: RS_SpecimensState update of codes - Please see attached spreadsheet for the 8 code updates. [RS_SpecimensState updates.xlsx](https://github.com/ices-eg/DIG/files/6931334/RS_SpecimensState.updates.xlsx)
non_defect
rdbes rs specimensstate update of codes please see attached spreadsheet for the code updates
0
334,241
29,829,095,643
IssuesEvent
2023-06-18 03:05:49
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
opened
Fix tensor.test_torch_special_neg
PyTorch Frontend Sub Task Failing Test
| | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5301229031/jobs/9595347278"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5301229031/jobs/9595347278"><img src=https://img.shields.io/badge/-success-success></a> |ten...
1.0
Fix tensor.test_torch_special_neg - | | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5301229031/jobs/9595347278"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5301229031/jobs/9595347278"><img src=https://img.shields....
non_defect
fix tensor test torch special neg numpy a href src torch a href src tensorflow a href src jax a href src paddle a href src
0
73,612
7,346,071,215
IssuesEvent
2018-03-07 19:28:40
SmartPhoenix/PWMod
https://api.github.com/repos/SmartPhoenix/PWMod
opened
Test Banner Dropping Again
need testing
### Stuff such as: - Does the banner start dropping when the person capping is isn't capable of capping it because of his class. - Does the banner start dropping when you want to cap it when not in war. - Does the banner start dropping when a commoner/outlaw tries to cap it.
1.0
Test Banner Dropping Again - ### Stuff such as: - Does the banner start dropping when the person capping is isn't capable of capping it because of his class. - Does the banner start dropping when you want to cap it when not in war. - Does the banner start dropping when a commoner/outlaw tries to cap it.
non_defect
test banner dropping again stuff such as does the banner start dropping when the person capping is isn t capable of capping it because of his class does the banner start dropping when you want to cap it when not in war does the banner start dropping when a commoner outlaw tries to cap it
0
63,477
3,195,662,486
IssuesEvent
2015-09-30 17:36:17
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
Correctif des modèles SNMP 4767953.xml et 8157205.xml
Category: SNMP Component: For junior contributor Component: Found in version Priority: Normal Status: Rejected Tracker: Bug
--- Author Name: **Christophe Pujol** (Christophe Pujol) Original Redmine Issue: 2112, http://forge.fusioninventory.org/issues/2112 Original Date: 2013-05-11 Original Assignee: David Durieux --- Bonjour, Comme le bug perdure depuis le signalement dans le forum, je relance içi. Il faut juste retirer le ZyWALL ...
1.0
Correctif des modèles SNMP 4767953.xml et 8157205.xml - --- Author Name: **Christophe Pujol** (Christophe Pujol) Original Redmine Issue: 2112, http://forge.fusioninventory.org/issues/2112 Original Date: 2013-05-11 Original Assignee: David Durieux --- Bonjour, Comme le bug perdure depuis le signalement dans le fo...
non_defect
correctif des modèles snmp xml et xml author name christophe pujol christophe pujol original redmine issue original date original assignee david durieux bonjour comme le bug perdure depuis le signalement dans le forum je relance içi il faut juste retirer le zywall usg d...
0
63,161
17,399,059,776
IssuesEvent
2021-08-02 16:57:31
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Rooms where all messages have expired, are shown as unread
T-Defect
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the neces...
1.0
Rooms where all messages have expired, are shown as unread - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with...
defect
rooms where all messages have expired are shown as unread this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting...
1
21,268
4,699,744,245
IssuesEvent
2016-10-12 16:30:48
material-motion/material-motion-runtime-objc
https://api.github.com/repos/material-motion/material-motion-runtime-objc
closed
Write a "How to" guide for adding/removing named plans to a scheduler
Documentation
Should be added to the README.md.
1.0
Write a "How to" guide for adding/removing named plans to a scheduler - Should be added to the README.md.
non_defect
write a how to guide for adding removing named plans to a scheduler should be added to the readme md
0
129,560
17,795,420,598
IssuesEvent
2021-08-31 21:26:41
microsoft/responsible-ai-widgets
https://api.github.com/repos/microsoft/responsible-ai-widgets
closed
Zoom interaction on Tree map
Error Analysis Design
The zoom interaction is unavailable before you click the canvas area. Without clicking the background, the scroll reaction is a vertical scroll, not zooming. <img width="1409" alt="Screen Shot 2020-12-10 at 9 29 14 AM" src="https://user-images.githubusercontent.com/1608824/101807948-91de4580-3aca-11eb-99e1-85b194103...
1.0
Zoom interaction on Tree map - The zoom interaction is unavailable before you click the canvas area. Without clicking the background, the scroll reaction is a vertical scroll, not zooming. <img width="1409" alt="Screen Shot 2020-12-10 at 9 29 14 AM" src="https://user-images.githubusercontent.com/1608824/101807948-91...
non_defect
zoom interaction on tree map the zoom interaction is unavailable before you click the canvas area without clicking the background the scroll reaction is a vertical scroll not zooming img width alt screen shot at am src
0
62,798
17,198,717,392
IssuesEvent
2021-07-16 22:14:43
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
closed
Carta Porte - no genera PDF cuando se incluye mas de 1 mercancía.
bug defect resolved
El XML si lo genera, pero con el PDF truena. Es cuando existe mas de 1 mercancía.
1.0
Carta Porte - no genera PDF cuando se incluye mas de 1 mercancía. - El XML si lo genera, pero con el PDF truena. Es cuando existe mas de 1 mercancía.
defect
carta porte no genera pdf cuando se incluye mas de mercancía el xml si lo genera pero con el pdf truena es cuando existe mas de mercancía
1
58,113
16,342,489,598
IssuesEvent
2021-05-13 00:25:25
darshan-hpc/darshan
https://api.github.com/repos/darshan-hpc/darshan
closed
darshan does not understand binded mount points
defect
In GitLab by @shanedsnyder on Mar 28, 2016, 11:18 When accessing a file path corresponding to a binded mount point, Darshan is unable to recognize the actual underlying mount point it references. This prevents Darshan from determining the underlying file system type, which is necessary for determining the FS block siz...
1.0
darshan does not understand binded mount points - In GitLab by @shanedsnyder on Mar 28, 2016, 11:18 When accessing a file path corresponding to a binded mount point, Darshan is unable to recognize the actual underlying mount point it references. This prevents Darshan from determining the underlying file system type, w...
defect
darshan does not understand binded mount points in gitlab by shanedsnyder on mar when accessing a file path corresponding to a binded mount point darshan is unable to recognize the actual underlying mount point it references this prevents darshan from determining the underlying file system type which i...
1
178,447
29,820,189,665
IssuesEvent
2023-06-17 01:06:06
calcom/cal.com
https://api.github.com/repos/calcom/cal.com
closed
[CAL-1966] Top banner for verifying email doesn't match designs
✅ good first issue 🎨 needs design ⚡ Quick Wins
Should be ![CleanShot 2023-06-16 at 12.26.29@2x.png](https://uploads.linear.app/e86bf957-d82f-465e-b205-135559f4b623/696c4429-feb1-40db-a96e-016081ad07f2/0bcff37c-4d50-436e-8a87-6c5d38e41250) Currently ![CleanShot 2023-06-16 at 12.25.10@2x.png](https://uploads.linear.app/e86bf957-d82f-465e-b205-135559f4b623/1c64e663...
1.0
[CAL-1966] Top banner for verifying email doesn't match designs - Should be ![CleanShot 2023-06-16 at 12.26.29@2x.png](https://uploads.linear.app/e86bf957-d82f-465e-b205-135559f4b623/696c4429-feb1-40db-a96e-016081ad07f2/0bcff37c-4d50-436e-8a87-6c5d38e41250) Currently ![CleanShot 2023-06-16 at 12.25.10@2x.png](https:...
non_defect
top banner for verifying email doesn t match designs should be currently from
0
126,528
4,997,114,921
IssuesEvent
2016-12-09 15:53:18
sabino/ProjetoTeste
https://api.github.com/repos/sabino/ProjetoTeste
closed
asdfsadf
Ajuste base Priority - Critical Team - FK
# asdfsadf > <b>Encantador:</b> Jéssica Santos > <b>Case:</b> https://suporte.contaazul.com/agent/case/774745 > <b>Time:</b> Team - FK > <b>Tipo:</b> Ajuste base > <b>Prioridade:</b> Priority - Critical
1.0
asdfsadf - # asdfsadf > <b>Encantador:</b> Jéssica Santos > <b>Case:</b> https://suporte.contaazul.com/agent/case/774745 > <b>Time:</b> Team - FK > <b>Tipo:</b> Ajuste base > <b>Prioridade:</b> Priority - Critical
non_defect
asdfsadf asdfsadf encantador jéssica santos case time team fk tipo ajuste base prioridade priority critical
0
16,021
2,870,251,864
IssuesEvent
2015-06-07 00:36:51
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
opened
Shaking Filters on MovieMaterial
auto-migrated Priority-Medium Type-Defect
#74 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:35Z ``` What steps will reproduce the problem? 1. Create a MovieClip with filters applied to it's nested clips 2. Supply that MovieClip to a MovieMaterial 3. Move mouse over MovieMaterial, watch MCs with filters applied shake Using Away3D v3.4.0 (FP10)...
1.0
Shaking Filters on MovieMaterial - #74 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:35Z ``` What steps will reproduce the problem? 1. Create a MovieClip with filters applied to it's nested clips 2. Supply that MovieClip to a MovieMaterial 3. Move mouse over MovieMaterial, watch MCs with filters applie...
defect
shaking filters on moviematerial issue by googlecodeexporter created on what steps will reproduce the problem create a movieclip with filters applied to it s nested clips supply that movieclip to a moviematerial move mouse over moviematerial watch mcs with filters applied shake usi...
1
29,079
5,530,672,001
IssuesEvent
2017-03-21 03:42:17
ISWPOLI/poli-booking
https://api.github.com/repos/ISWPOLI/poli-booking
closed
invalidar la sesión en localStorage al cerrar sesión
defectos/bugs prioridad-deseable
Actualmente para cerrar sesión tenemos un link a /logout que se encarga de invalidar la sesión en el backend. Sin embargo, la sesión también la almacenamos en BackboneJS en localStorage y es necesario eliminarla de ahí, de lo contrario BackboneJS seguirá asumiendo que el usuario tiene una sesión activa.
1.0
invalidar la sesión en localStorage al cerrar sesión - Actualmente para cerrar sesión tenemos un link a /logout que se encarga de invalidar la sesión en el backend. Sin embargo, la sesión también la almacenamos en BackboneJS en localStorage y es necesario eliminarla de ahí, de lo contrario BackboneJS seguirá asumiendo ...
defect
invalidar la sesión en localstorage al cerrar sesión actualmente para cerrar sesión tenemos un link a logout que se encarga de invalidar la sesión en el backend sin embargo la sesión también la almacenamos en backbonejs en localstorage y es necesario eliminarla de ahí de lo contrario backbonejs seguirá asumiendo ...
1
15,960
2,870,102,216
IssuesEvent
2015-06-06 20:50:10
dkpro/dkpro-tc
https://api.github.com/repos/dkpro/dkpro-tc
closed
Certain special characters cause problems when used as feature names.
Priority-Critical Release-0.5.0 Type-Defect
Originally reported on Google Code with ID 14 ``` See test case. Should be escaped or filtered. ``` Reported by `torsten.zesch` on 2013-05-20 16:04:18
1.0
Certain special characters cause problems when used as feature names. - Originally reported on Google Code with ID 14 ``` See test case. Should be escaped or filtered. ``` Reported by `torsten.zesch` on 2013-05-20 16:04:18
defect
certain special characters cause problems when used as feature names originally reported on google code with id see test case should be escaped or filtered reported by torsten zesch on
1
3,972
2,610,085,056
IssuesEvent
2015-02-26 18:25:53
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳彩光怎样治疗痘痘
auto-migrated Priority-Medium Type-Defect
``` 深圳彩光怎样治疗痘痘【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:02
1.0
深圳彩光怎样治疗痘痘 - ``` 深圳彩光怎样治疗痘痘【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:02
defect
深圳彩光怎样治疗痘痘 深圳彩光怎样治疗痘痘【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
1
820,570
30,778,693,381
IssuesEvent
2023-07-31 08:30:42
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Secondary network position changes when any network is selected
bug priority/P4 QA/Yes release-notes/exclude feature/web3/wallet OS/Android
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV...
1.0
Secondary network position changes when any network is selected - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE I...
non_defect
secondary network position changes when any network is selected have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the i...
0
73,850
24,833,746,900
IssuesEvent
2022-10-26 07:05:38
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
opened
display 4:3 cameras properly (currently crops them to 16:9)
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… when you join the element-call call with a 4:3 camera, it crops it to 16:9 for the default "full view" of a participant. i think it would be better to make 4:3 cameras show the whole thing including the bottom...
1.0
display 4:3 cameras properly (currently crops them to 16:9) - ### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… when you join the element-call call with a 4:3 camera, it crops it to 16:9 for the default "full view" of a participant. i think it would be better...
defect
display cameras properly currently crops them to steps to reproduce where are you starting what can you see what do you click more steps… when you join the element call call with a camera it crops it to for the default full view of a participant i think it would be better t...
1
386,236
11,434,180,279
IssuesEvent
2020-02-04 16:55:17
YangCatalog/bottle-yang-extractor-validator
https://api.github.com/repos/YangCatalog/bottle-yang-extractor-validator
closed
https://www.yangcatalog.org/yangvalidator/ => yumaworks
Priority: High enhancement
https://www.yangcatalog.org/yangvalidator/ I see pyang, confdc. yanglint. We need yumaworks as well. On top of that, we need the same output as the compilation-result in the metadata. That means: we need pyang --ietf
1.0
https://www.yangcatalog.org/yangvalidator/ => yumaworks - https://www.yangcatalog.org/yangvalidator/ I see pyang, confdc. yanglint. We need yumaworks as well. On top of that, we need the same output as the compilation-result in the metadata. That means: we need pyang --ietf
non_defect
yumaworks i see pyang confdc yanglint we need yumaworks as well on top of that we need the same output as the compilation result in the metadata that means we need pyang ietf
0
32,075
12,061,780,616
IssuesEvent
2020-04-16 00:55:49
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Use correct OpenSSL libraries for FreeBSD
area-System.Security os-freebsd untriaged
src/libraries/Native/Unix/System.Security.Cryptography.Native/opensslshim.c `OpenLibrary()` doesn't currently find the correct libraries on my FreeBSD 11.3 build box. The version of OpenSSL included in the base 11.3 install is 1.0.2 ``` [jason@freebsd11 ~/src/runtime]$ /usr/bin/openssl version OpenSSL 1.0.2s-f...
True
Use correct OpenSSL libraries for FreeBSD - src/libraries/Native/Unix/System.Security.Cryptography.Native/opensslshim.c `OpenLibrary()` doesn't currently find the correct libraries on my FreeBSD 11.3 build box. The version of OpenSSL included in the base 11.3 install is 1.0.2 ``` [jason@freebsd11 ~/src/runtime]...
non_defect
use correct openssl libraries for freebsd src libraries native unix system security cryptography native opensslshim c openlibrary doesn t currently find the correct libraries on my freebsd build box the version of openssl included in the base install is usr bin openssl version open...
0
28,397
5,247,706,475
IssuesEvent
2017-02-01 13:53:52
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Boxed enum types are treated as regular numbers
defect
### Expected ``` Boat Boat Boat ``` ### Actual ``` Boat 2 2 ``` ### Steps To Reproduce [Deck](http://deck.net/50c6936a439e6c4dcafdb53edfce9dee) ```cs public enum VehicleType { Car, Plane, Boat } public class Program { public static void Main() { Vehicle...
1.0
Boxed enum types are treated as regular numbers - ### Expected ``` Boat Boat Boat ``` ### Actual ``` Boat 2 2 ``` ### Steps To Reproduce [Deck](http://deck.net/50c6936a439e6c4dcafdb53edfce9dee) ```cs public enum VehicleType { Car, Plane, Boat } public class Program { ...
defect
boxed enum types are treated as regular numbers expected boat boat boat actual boat steps to reproduce cs public enum vehicletype car plane boat public class program public static void main vehicletyp...
1
46,277
5,794,294,928
IssuesEvent
2017-05-02 14:37:21
hashicorp/consul
https://api.github.com/repos/hashicorp/consul
closed
Track down TestCatalog_Nodes timeout failure
test-failure
``` ... 2016/10/31 21:10:00 [DEBUG] http: Request GET /v1/catalog/nodes (28.441µs) from=127.0.0.1:55097 2016/10/31 21:10:00 [DEBUG] http: Request GET /v1/catalog/nodes (33.41µs) from=127.0.0.1:55097 2016/10/31 21:10:00 [DEBUG] http: Request GET /v1/catalog/nodes (37.158µs) from=127.0.0.1:55097 --- FAIL...
1.0
Track down TestCatalog_Nodes timeout failure - ``` ... 2016/10/31 21:10:00 [DEBUG] http: Request GET /v1/catalog/nodes (28.441µs) from=127.0.0.1:55097 2016/10/31 21:10:00 [DEBUG] http: Request GET /v1/catalog/nodes (33.41µs) from=127.0.0.1:55097 2016/10/31 21:10:00 [DEBUG] http: Request GET /v1/catalog/...
non_defect
track down testcatalog nodes timeout failure http request get catalog nodes from http request get catalog nodes from http request get catalog nodes from fail testcatalog nodes ca...
0
77,749
27,143,556,915
IssuesEvent
2023-02-16 18:04:49
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Composer doesn't refocus when "Unknown Command" dialog is quit
T-Defect S-Minor Help Wanted A-Composer A-Slash-Commands A11y O-Uncommon
### Steps to reproduce 1. In a room, send an invalid command from the composer. e.g. `/>` 2. See the "Unknown Command" dialog appear 3. Press `Esc` on the keyboard to quit the dialog ### Outcome #### What did you expect? Dialog closes and composer is re-focused #### What happened instead? Dialog closes and ...
1.0
Composer doesn't refocus when "Unknown Command" dialog is quit - ### Steps to reproduce 1. In a room, send an invalid command from the composer. e.g. `/>` 2. See the "Unknown Command" dialog appear 3. Press `Esc` on the keyboard to quit the dialog ### Outcome #### What did you expect? Dialog closes and composer...
defect
composer doesn t refocus when unknown command dialog is quit steps to reproduce in a room send an invalid command from the composer e g see the unknown command dialog appear press esc on the keyboard to quit the dialog outcome what did you expect dialog closes and composer...
1
26,489
4,729,397,480
IssuesEvent
2016-10-18 18:35:20
edno/kleis
https://api.github.com/repos/edno/kleis
closed
Correction et amelioration des informations suggestives pour le formulaire de whitelist des domaines
defect
In gitlab by @ValentinGuerlesquin on Aug 10, 2016, 02:13 l’information suggestive pour ajouter un domaine a la liste blanche propose : `domaine.sousdomaine.ext` alors qu’il faudrait plutôt suggérer `sousdomaine.domaine.ext` Accessoirement il serait mieux de mettre `domaine.ext ou sousdomaine.domaine.ext` pour aider l...
1.0
Correction et amelioration des informations suggestives pour le formulaire de whitelist des domaines - In gitlab by @ValentinGuerlesquin on Aug 10, 2016, 02:13 l’information suggestive pour ajouter un domaine a la liste blanche propose : `domaine.sousdomaine.ext` alors qu’il faudrait plutôt suggérer `sousdomaine.domai...
defect
correction et amelioration des informations suggestives pour le formulaire de whitelist des domaines in gitlab by valentinguerlesquin on aug l’information suggestive pour ajouter un domaine a la liste blanche propose domaine sousdomaine ext alors qu’il faudrait plutôt suggérer sousdomaine domaine ext...
1
806,663
29,867,122,709
IssuesEvent
2023-06-20 05:26:30
Fiserv/Support
https://api.github.com/repos/Fiserv/Support
closed
Download Postman Collection Option functionality issue, Server Error when downloading Postman Collection
bug Priority - Medium Severity - Medium client verification Download Postman
**Region (optional)** EMEA and NA **Is your feature request related to a problem? Please describe.** In the page of every endpoint is a section called **Additional resources**, this section includes the "Download Postman collection" option. When this option is clicked, the download bar shows up, but the zip file c...
1.0
Download Postman Collection Option functionality issue, Server Error when downloading Postman Collection - **Region (optional)** EMEA and NA **Is your feature request related to a problem? Please describe.** In the page of every endpoint is a section called **Additional resources**, this section includes the "Down...
non_defect
download postman collection option functionality issue server error when downloading postman collection region optional emea and na is your feature request related to a problem please describe in the page of every endpoint is a section called additional resources this section includes the down...
0
498,892
14,435,135,646
IssuesEvent
2020-12-07 08:17:31
aau-giraf/api_client
https://api.github.com/repos/aau-giraf/api_client
closed
As a developer I would like an interface for the offline features
Offline mode group 9 point: 1 prepare for handover priority: highest
**Is your feature request related to a problem? Please describe.** At the moment, only one group can work on the offline mode at the same time. **Describe the solution you'd like** An interface would allow the work to be spread out to more groups Related to #52 and #72 (And aau-giraf/weekplanner#9)
1.0
As a developer I would like an interface for the offline features - **Is your feature request related to a problem? Please describe.** At the moment, only one group can work on the offline mode at the same time. **Describe the solution you'd like** An interface would allow the work to be spread out to more groups...
non_defect
as a developer i would like an interface for the offline features is your feature request related to a problem please describe at the moment only one group can work on the offline mode at the same time describe the solution you d like an interface would allow the work to be spread out to more groups...
0
88,410
10,570,873,366
IssuesEvent
2019-10-07 04:50:40
K-Desk/members
https://api.github.com/repos/K-Desk/members
opened
Tambah Nama Sendiri-Sendiri
documentation enhancement good first issue
Buat Pull Request untuk menambahkan namamu, harap perhatikan, nama harus lengkap dan ditambahkan nickname serta url akun github. Kemudian tambah sebuah snippet code tereserah yang menarik :sunglasses:
1.0
Tambah Nama Sendiri-Sendiri - Buat Pull Request untuk menambahkan namamu, harap perhatikan, nama harus lengkap dan ditambahkan nickname serta url akun github. Kemudian tambah sebuah snippet code tereserah yang menarik :sunglasses:
non_defect
tambah nama sendiri sendiri buat pull request untuk menambahkan namamu harap perhatikan nama harus lengkap dan ditambahkan nickname serta url akun github kemudian tambah sebuah snippet code tereserah yang menarik sunglasses
0
25,365
18,543,958,225
IssuesEvent
2021-10-21 19:29:54
wnbrb/wnb-rb-site
https://api.github.com/repos/wnbrb/wnb-rb-site
closed
Set up website deployment pipeline
infrastructure
This ticket involves a few steps: - [x] Decide where to deploy (Heroku?) - [x] Set up the initial deployment - [x] Create a GitHub action that continuously deploys the website every time it is merged I am happy to pair on this!
1.0
Set up website deployment pipeline - This ticket involves a few steps: - [x] Decide where to deploy (Heroku?) - [x] Set up the initial deployment - [x] Create a GitHub action that continuously deploys the website every time it is merged I am happy to pair on this!
non_defect
set up website deployment pipeline this ticket involves a few steps decide where to deploy heroku set up the initial deployment create a github action that continuously deploys the website every time it is merged i am happy to pair on this
0
306,287
26,454,601,596
IssuesEvent
2023-01-16 13:39:10
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Create 5.x PR and increase test coverage of new Hubspot API changes
enhancement automated-tests
@kuzmany @escopecz this needs to go out in 4.4.5 but it is failing on test coverage. Anything that can be done to get this over the line? _Originally posted by @RCheesley in https://github.com/mautic/mautic/issues/11470#issuecomment-1330898518_ This needs to be merged into the next 4.4.x release and also into the...
1.0
Create 5.x PR and increase test coverage of new Hubspot API changes - @kuzmany @escopecz this needs to go out in 4.4.5 but it is failing on test coverage. Anything that can be done to get this over the line? _Originally posted by @RCheesley in https://github.com/mautic/mautic/issues/11470#issuecomment-1330898518_ ...
non_defect
create x pr and increase test coverage of new hubspot api changes kuzmany escopecz this needs to go out in but it is failing on test coverage anything that can be done to get this over the line originally posted by rcheesley in this needs to be merged into the next x release and also into th...
0
9,430
2,615,149,733
IssuesEvent
2015-03-01 06:26:50
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
Alfa AWUS050NH support (rt2800usb)
auto-migrated Priority-Low Type-Defect
``` add support to it. didnt work using backtrack 5 r1 ``` Original issue reported on code.google.com by `wil.c.w...@gmail.com` on 12 Jan 2012 at 11:39
1.0
Alfa AWUS050NH support (rt2800usb) - ``` add support to it. didnt work using backtrack 5 r1 ``` Original issue reported on code.google.com by `wil.c.w...@gmail.com` on 12 Jan 2012 at 11:39
defect
alfa support add support to it didnt work using backtrack original issue reported on code google com by wil c w gmail com on jan at
1
4,733
2,610,153,856
IssuesEvent
2015-02-26 18:48:58
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
CIS Patrol Frigate
auto-migrated Priority-Medium Type-Defect
``` Select box scale needs to be increased ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:07
1.0
CIS Patrol Frigate - ``` Select box scale needs to be increased ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:07
defect
cis patrol frigate select box scale needs to be increased original issue reported on code google com by gmail com on jan at
1
345,117
30,789,167,083
IssuesEvent
2023-07-31 15:02:21
wazuh/wazuh-kibana-app
https://api.github.com/repos/wazuh/wazuh-kibana-app
closed
Compatibility with Wazuh 4.6.0
type/test compatibility level/task
## Description We need to ensure the UI compatibility with the next version of Wazuh, and the latest version of wazuh-indexer and wazuh-dashboard This update is still being discussed, but we need to be aware of potential issues. For that, we need to: - [x] Review wazuh-indexer and wazuh-dashboard latest stable ...
1.0
Compatibility with Wazuh 4.6.0 - ## Description We need to ensure the UI compatibility with the next version of Wazuh, and the latest version of wazuh-indexer and wazuh-dashboard This update is still being discussed, but we need to be aware of potential issues. For that, we need to: - [x] Review wazuh-indexer a...
non_defect
compatibility with wazuh description we need to ensure the ui compatibility with the next version of wazuh and the latest version of wazuh indexer and wazuh dashboard this update is still being discussed but we need to be aware of potential issues for that we need to review wazuh indexer and...
0
584,956
17,467,660,083
IssuesEvent
2021-08-06 19:27:26
googleapis/repo-automation-bots
https://api.github.com/repos/googleapis/repo-automation-bots
opened
OwlBot Failing on java-aiplatform, due to too many subsequent updates
priority: p1 bot: owl-bot
There's an error happening on OwlBot: ``` Error: too many OwlBot updates created in a row for googleapis/java-aiplatform at runPostProcessor (/workspace/build/src/owl-bot.js:267:15) at async Object.handlePullRequestLabeled (/workspace/build/src/owl-bot.js:173:5) at async /workspace/build/src/owl-bot.js:57:9 at asy...
1.0
OwlBot Failing on java-aiplatform, due to too many subsequent updates - There's an error happening on OwlBot: ``` Error: too many OwlBot updates created in a row for googleapis/java-aiplatform at runPostProcessor (/workspace/build/src/owl-bot.js:267:15) at async Object.handlePullRequestLabeled (/workspace/build/sr...
non_defect
owlbot failing on java aiplatform due to too many subsequent updates there s an error happening on owlbot error too many owlbot updates created in a row for googleapis java aiplatform at runpostprocessor workspace build src owl bot js at async object handlepullrequestlabeled workspace build src o...
0
69,548
7,147,492,300
IssuesEvent
2018-01-25 01:03:21
fpco/stackage
https://api.github.com/repos/fpco/stackage
closed
zm-0.3 doctest build failure
failure: test-suite type: failure
```haskell > /tmp/stackage-build14/zm-0.3$ dist/build/zm-doctest/zm-doctest src/ZM/Pretty.hs:33:1: error: Ambiguous module name ‘Text.PrettyPrint.HughesPJClass’: it was found in multiple packages: pretty-1.1.3.3 pretty-class-1.0.1.1 prettyclass-1.0.0.0 | 33 | import Text.PrettyPrin...
1.0
zm-0.3 doctest build failure - ```haskell > /tmp/stackage-build14/zm-0.3$ dist/build/zm-doctest/zm-doctest src/ZM/Pretty.hs:33:1: error: Ambiguous module name ‘Text.PrettyPrint.HughesPJClass’: it was found in multiple packages: pretty-1.1.3.3 pretty-class-1.0.1.1 prettyclass-1.0.0.0 | 33 | i...
non_defect
zm doctest build failure haskell tmp stackage zm dist build zm doctest zm doctest src zm pretty hs error ambiguous module name ‘text prettyprint hughespjclass’ it was found in multiple packages pretty pretty class prettyclass import ...
0
59,854
8,381,056,160
IssuesEvent
2018-10-07 20:52:26
niamurrell/value-app
https://api.github.com/repos/niamurrell/value-app
reopened
DOCUMENTATION: Improve contribution guidelines
documentation hacktoberfest help wanted
### Feature Request/Idea Add clarifications or further prompts to improve the contribution guidelines for people new to open source. [These guidelines](https://github.com/thedaviddias/Front-End-Performance-Checklist/blob/master/.github/CONTRIBUTING.md) might have some good elements to include.
1.0
DOCUMENTATION: Improve contribution guidelines - ### Feature Request/Idea Add clarifications or further prompts to improve the contribution guidelines for people new to open source. [These guidelines](https://github.com/thedaviddias/Front-End-Performance-Checklist/blob/master/.github/CONTRIBUTING.md) might have some...
non_defect
documentation improve contribution guidelines feature request idea add clarifications or further prompts to improve the contribution guidelines for people new to open source might have some good elements to include
0
3,144
2,607,985,506
IssuesEvent
2015-02-26 00:51:31
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
closed
Dreamweaver CS5.5: Wrapping with Abbreviation turns all '$' characters to '1''s
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open Dreamweaver 2. Open New HTML Document 3. Add '$' Character 4. Highlight and either use the keyboard shortcut Control + H or Command > Zen Coding > Wrap with Abbreviation 5. Wrap it in any HTML tag, a div for example 6. Your '$' character turns into a '1' What is the ...
1.0
Dreamweaver CS5.5: Wrapping with Abbreviation turns all '$' characters to '1''s - ``` What steps will reproduce the problem? 1. Open Dreamweaver 2. Open New HTML Document 3. Add '$' Character 4. Highlight and either use the keyboard shortcut Control + H or Command > Zen Coding > Wrap with Abbreviation 5. Wrap it in an...
defect
dreamweaver wrapping with abbreviation turns all characters to s what steps will reproduce the problem open dreamweaver open new html document add character highlight and either use the keyboard shortcut control h or command zen coding wrap with abbreviation wrap it in any ...
1
12,462
2,700,551,744
IssuesEvent
2015-04-04 08:52:06
lextm/obfuscar
https://api.github.com/repos/lextm/obfuscar
closed
Obfuscator crashes when trying to obfuscate two assemblies in a row using one config file
auto-migrated bug Type-Defect
``` What steps will reproduce the problem? 1. I have two assemblies, one class library, another an exe. I am trying to obfuscate both at the same time using a config file similar to the following: <?xml version='1.0'?> <Obfuscator> <Var name="InPath" value=".\Obfuscator_Input" /> <Var name="OutPath" value=".\Obfu...
1.0
Obfuscator crashes when trying to obfuscate two assemblies in a row using one config file - ``` What steps will reproduce the problem? 1. I have two assemblies, one class library, another an exe. I am trying to obfuscate both at the same time using a config file similar to the following: <?xml version='1.0'?> <Obfusc...
defect
obfuscator crashes when trying to obfuscate two assemblies in a row using one config file what steps will reproduce the problem i have two assemblies one class library another an exe i am trying to obfuscate both at the same time using a config file similar to the following wh...
1
355,578
25,175,971,412
IssuesEvent
2022-11-11 09:17:45
liviamil/pe
https://api.github.com/repos/liviamil/pe
opened
Inconvenienced UG flow as a new user
severity.VeryLow type.DocumentationBug
![image.png](https://raw.githubusercontent.com/liviamil/pe/main/files/fd5bfbee-c7fd-4179-a9c0-8a7f2a77aca9.png) When reading the UG from top to bottom, user is learning the app terms as they go. However, once user reached "sorting the task list", they are under the assumption of knowing what these criteria are. Howev...
1.0
Inconvenienced UG flow as a new user - ![image.png](https://raw.githubusercontent.com/liviamil/pe/main/files/fd5bfbee-c7fd-4179-a9c0-8a7f2a77aca9.png) When reading the UG from top to bottom, user is learning the app terms as they go. However, once user reached "sorting the task list", they are under the assumption of...
non_defect
inconvenienced ug flow as a new user when reading the ug from top to bottom user is learning the app terms as they go however once user reached sorting the task list they are under the assumption of knowing what these criteria are however when executing the sort c command nothing happens because user...
0
28,179
5,207,385,998
IssuesEvent
2017-01-24 23:21:57
netty/netty
https://api.github.com/repos/netty/netty
closed
HTTP2 Encoder Failure on encode of oversized headers corrupts dynamic table consistency
defect
### Problem Description When the HTTP/2 encoder fails to encode headers due to headers that exceed the MAX_HEADER_LIST_SIZE during an encode where new headers are added, the dynamic on the sending side is updated, but the dynamic table on the receiving side is not. This can cause subsequent encodes of headers that alr...
1.0
HTTP2 Encoder Failure on encode of oversized headers corrupts dynamic table consistency - ### Problem Description When the HTTP/2 encoder fails to encode headers due to headers that exceed the MAX_HEADER_LIST_SIZE during an encode where new headers are added, the dynamic on the sending side is updated, but the dynamic...
defect
encoder failure on encode of oversized headers corrupts dynamic table consistency problem description when the http encoder fails to encode headers due to headers that exceed the max header list size during an encode where new headers are added the dynamic on the sending side is updated but the dynamic tab...
1
566,144
16,812,827,896
IssuesEvent
2021-06-17 01:36:30
mozilla/fx-private-relay
https://api.github.com/repos/mozilla/fx-private-relay
closed
The banner section disappears after installing the dev version of the Relay addon
priority-P1 softvision
#### Platforms affected:: - Windows 10, Linux Ubuntu 18.04, MacOS 10.15; #### Browsers tested on: - Firefox; #### Prerequisites: - A new firefox profile has been created; - The user has a Private Relay account without the Mozilla Privacy Pack purchased; - Have the test addon downloaded, but not installed; ...
1.0
The banner section disappears after installing the dev version of the Relay addon - #### Platforms affected:: - Windows 10, Linux Ubuntu 18.04, MacOS 10.15; #### Browsers tested on: - Firefox; #### Prerequisites: - A new firefox profile has been created; - The user has a Private Relay account without the Mozi...
non_defect
the banner section disappears after installing the dev version of the relay addon platforms affected windows linux ubuntu macos browsers tested on firefox prerequisites a new firefox profile has been created the user has a private relay account without the mozilla p...
0
3,690
2,610,067,048
IssuesEvent
2015-02-26 18:19:41
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥治前列腺炎哪家权威
auto-migrated Priority-Medium Type-Defect
``` 路桥治前列腺炎哪家权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。...
1.0
路桥治前列腺炎哪家权威 - ``` 路桥治前列腺炎哪家权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费...
defect
路桥治前列腺炎哪家权威 路桥治前列腺炎哪家权威【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 origina...
1
26,504
4,732,279,644
IssuesEvent
2016-10-19 07:09:27
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
Blog site skeleton has problem on master.
defect
After starting a site made from the blog skeleton it returns this page. I'm not sure if this is a problem with the skeleton or with zotonic itself. ![screenshot from 2016-10-18 13 04 45](https://cloud.githubusercontent.com/assets/1024972/19475317/c201d38a-9533-11e6-966d-a1ee1139f49e.png)
1.0
Blog site skeleton has problem on master. - After starting a site made from the blog skeleton it returns this page. I'm not sure if this is a problem with the skeleton or with zotonic itself. ![screenshot from 2016-10-18 13 04 45](https://cloud.githubusercontent.com/assets/1024972/19475317/c201d38a-9533-11e6-966d...
defect
blog site skeleton has problem on master after starting a site made from the blog skeleton it returns this page i m not sure if this is a problem with the skeleton or with zotonic itself
1
34,170
7,372,730,555
IssuesEvent
2018-03-13 15:26:59
ONSdigital/eq-survey-runner
https://api.github.com/repos/ONSdigital/eq-survey-runner
opened
Highlight not padded correctly
design-defect
### Expected behaviour Text that is highlighted has 2px padding on left and right edges. ### Actual behaviour Text that is highlighted is un-padded. Use of `<em>` without the `class="highlight"` means that the appropriate padding is not applied. ### Steps to reproduce the behaviour View a question wi...
1.0
Highlight not padded correctly - ### Expected behaviour Text that is highlighted has 2px padding on left and right edges. ### Actual behaviour Text that is highlighted is un-padded. Use of `<em>` without the `class="highlight"` means that the appropriate padding is not applied. ### Steps to reproduce th...
defect
highlight not padded correctly expected behaviour text that is highlighted has padding on left and right edges actual behaviour text that is highlighted is un padded use of without the class highlight means that the appropriate padding is not applied steps to reproduce the beh...
1
387,307
11,459,726,762
IssuesEvent
2020-02-07 08:05:27
kubernetes-sigs/cluster-api
https://api.github.com/repos/kubernetes-sigs/cluster-api
closed
Define clusterctl move process
area/clusterctl kind/feature lifecycle/active priority/important-soon
[2019-11-26 Updated] according to https://github.com/kubernetes-sigs/cluster-api/pull/1730#discussion_r346935816 Pivot is now rebranded into Move; issue updated accordingly **User Story** As an operator I would like to move cluster objects and all the associated resources (Machines, Machine Depolyments etc.) from...
1.0
Define clusterctl move process - [2019-11-26 Updated] according to https://github.com/kubernetes-sigs/cluster-api/pull/1730#discussion_r346935816 Pivot is now rebranded into Move; issue updated accordingly **User Story** As an operator I would like to move cluster objects and all the associated resources (Machine...
non_defect
define clusterctl move process according to pivot is now rebranded into move issue updated accordingly user story as an operator i would like to move cluster objects and all the associated resources machines machine depolyments etc from the current management cluster to another management cluster f...
0
36,397
7,923,515,583
IssuesEvent
2018-07-05 14:17:10
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
SerializationServiceBuilder ignores useNativeByteOrder
Team: Core Type: Defect
Reproducer: ``` @Test public void test_useNativeByteOrder() { ByteOrder nativeOrder = ByteOrder.nativeOrder(); SerializationServiceBuilder serializationServiceBuilder = new DefaultSerializationServiceBuilder(); InternalSerializationService serializationService = serializationServiceBui...
1.0
SerializationServiceBuilder ignores useNativeByteOrder - Reproducer: ``` @Test public void test_useNativeByteOrder() { ByteOrder nativeOrder = ByteOrder.nativeOrder(); SerializationServiceBuilder serializationServiceBuilder = new DefaultSerializationServiceBuilder(); InternalSerializat...
defect
serializationservicebuilder ignores usenativebyteorder reproducer test public void test usenativebyteorder byteorder nativeorder byteorder nativeorder serializationservicebuilder serializationservicebuilder new defaultserializationservicebuilder internalserializat...
1
18,075
3,022,982,088
IssuesEvent
2015-08-01 01:08:33
GiraffaFS/giraffa
https://api.github.com/repos/GiraffaFS/giraffa
closed
Unnecessary Assertion in TestLeaseRecovery
bug Priority-High Type-Defect
I made a mistake in the fix for #188. On line 173 of TestLeaseManagement, INode.getINode may return null, which is supposed to be ok (it will retry 100 times). But I call INodeFile.valueOf on it, which will cause a NullPointerException unless the test succeeds on the first attempt. @weilintsaiWand, is this related to a...
1.0
Unnecessary Assertion in TestLeaseRecovery - I made a mistake in the fix for #188. On line 173 of TestLeaseManagement, INode.getINode may return null, which is supposed to be ok (it will retry 100 times). But I call INodeFile.valueOf on it, which will cause a NullPointerException unless the test succeeds on the first a...
defect
unnecessary assertion in testleaserecovery i made a mistake in the fix for on line of testleasemanagement inode getinode may return null which is supposed to be ok it will retry times but i call inodefile valueof on it which will cause a nullpointerexception unless the test succeeds on the first attempt...
1
340,060
10,266,205,041
IssuesEvent
2019-08-22 20:49:01
kubernetes/release
https://api.github.com/repos/kubernetes/release
closed
missing images for the ci/latest.txt label
area/release-eng kind/bug priority/critical-urgent
currently, it appears that the ci/latest.txt label points to images that are missing: ``` curl -L https://dl.k8s.io/ci/latest.txt v1.17.0-alpha.0.400+b8e8130a9195d5 ``` missing `400` tagged image for a control-plane component: https://console.cloud.google.com/gcr/images/kubernetes-ci-images/GLOBAL/kube-apiser...
1.0
missing images for the ci/latest.txt label - currently, it appears that the ci/latest.txt label points to images that are missing: ``` curl -L https://dl.k8s.io/ci/latest.txt v1.17.0-alpha.0.400+b8e8130a9195d5 ``` missing `400` tagged image for a control-plane component: https://console.cloud.google.com/gcr/i...
non_defect
missing images for the ci latest txt label currently it appears that the ci latest txt label points to images that are missing curl l alpha missing tagged image for a control plane component at the time of writing this report the latest one is at ci cross on t...
0
27,327
4,965,459,422
IssuesEvent
2016-12-04 09:42:48
otros-systems/otroslogviewer
https://api.github.com/repos/otros-systems/otroslogviewer
closed
Save/Load log investigation is loosing information about markings
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open log, add markings, notes 2. Save log investigation 3. Load log investigation 4. Events are not marked What is the expected output? What do you see instead? Please use labels and text to provide additional information. ``` Original issue reported on code.google.c...
1.0
Save/Load log investigation is loosing information about markings - ``` What steps will reproduce the problem? 1. Open log, add markings, notes 2. Save log investigation 3. Load log investigation 4. Events are not marked What is the expected output? What do you see instead? Please use labels and text to provide add...
defect
save load log investigation is loosing information about markings what steps will reproduce the problem open log add markings notes save log investigation load log investigation events are not marked what is the expected output what do you see instead please use labels and text to provide add...
1
344,317
30,734,218,904
IssuesEvent
2023-07-28 06:06:40
SKT-AI-Research/backend
https://api.github.com/repos/SKT-AI-Research/backend
opened
Feat : 비밀번호 변경
Back Test DB
## 💡 기대 결과 - 사용자가 자신의 비밀번호를 변경할 수 있다. ## 🚨 주의 및 전달 사항 - 현재 비밀번호와 새 비밀번호, 새 비밀번호 확인이 필요하다. ## ✅ 작업 내용 겸 체크리스트 - [ ] UserController - [ ] UserService - [ ] UserRepository - [ ] Test
1.0
Feat : 비밀번호 변경 - ## 💡 기대 결과 - 사용자가 자신의 비밀번호를 변경할 수 있다. ## 🚨 주의 및 전달 사항 - 현재 비밀번호와 새 비밀번호, 새 비밀번호 확인이 필요하다. ## ✅ 작업 내용 겸 체크리스트 - [ ] UserController - [ ] UserService - [ ] UserRepository - [ ] Test
non_defect
feat 비밀번호 변경 💡 기대 결과 사용자가 자신의 비밀번호를 변경할 수 있다 🚨 주의 및 전달 사항 현재 비밀번호와 새 비밀번호 새 비밀번호 확인이 필요하다 ✅ 작업 내용 겸 체크리스트 usercontroller userservice userrepository test
0
29,672
5,809,419,552
IssuesEvent
2017-05-04 13:23:05
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Saved State on Exodus viewer doesn't appear to work
C: Peacock P: normal T: defect
### Description of the enhancement or error report If you switch between different open files, the state of the check boxes and other controls on the Exodus tab doesn't reflect what's actually shown. It appears that state is saved when you switch between variables, just not files. ### Rationale for the enhancemen...
1.0
Saved State on Exodus viewer doesn't appear to work - ### Description of the enhancement or error report If you switch between different open files, the state of the check boxes and other controls on the Exodus tab doesn't reflect what's actually shown. It appears that state is saved when you switch between variable...
defect
saved state on exodus viewer doesn t appear to work description of the enhancement or error report if you switch between different open files the state of the check boxes and other controls on the exodus tab doesn t reflect what s actually shown it appears that state is saved when you switch between variable...
1
39,010
9,126,033,592
IssuesEvent
2019-02-24 18:27:25
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
The "version" attribute must be the first attribute in the XML pragma
Defect
If version is not the first attribute Firefox will fail to render the document. bad `<?xml encoding="UTF-8" version="1.0"?>` good `<?xml version="1.0" encoding="UTF-8"?>`
1.0
The "version" attribute must be the first attribute in the XML pragma - If version is not the first attribute Firefox will fail to render the document. bad `<?xml encoding="UTF-8" version="1.0"?>` good `<?xml version="1.0" encoding="UTF-8"?>`
defect
the version attribute must be the first attribute in the xml pragma if version is not the first attribute firefox will fail to render the document bad good
1
66,197
20,035,194,392
IssuesEvent
2022-02-02 11:06:44
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
fails to build on kernel 5.16
Type: Defect
CC [M] /var/lib/dkms/zfs/2.0.7/build/module/zfs/vdev_raidz_math_avx2.o CC [M] /var/lib/dkms/zfs/2.0.7/build/module/zfs/vdev_raidz_math_avx512f.o CC [M] /var/lib/dkms/zfs/2.0.7/build/module/zfs/vdev_raidz_math_avx512bw.o /var/lib/dkms/zfs/2.0.7/build/module/zfs/../os/linux/zfs/zvol_os.c: In function 'zvol_os...
1.0
fails to build on kernel 5.16 - CC [M] /var/lib/dkms/zfs/2.0.7/build/module/zfs/vdev_raidz_math_avx2.o CC [M] /var/lib/dkms/zfs/2.0.7/build/module/zfs/vdev_raidz_math_avx512f.o CC [M] /var/lib/dkms/zfs/2.0.7/build/module/zfs/vdev_raidz_math_avx512bw.o /var/lib/dkms/zfs/2.0.7/build/module/zfs/../os/linux/zfs...
defect
fails to build on kernel cc var lib dkms zfs build module zfs vdev raidz math o cc var lib dkms zfs build module zfs vdev raidz math o cc var lib dkms zfs build module zfs vdev raidz math o var lib dkms zfs build module zfs os linux zfs zvol os c in function...
1
62,396
17,023,914,234
IssuesEvent
2021-07-03 04:31:52
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Nominatim down over HTTPS
Component: nominatim Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 7.17am, Sunday, 30th November 2014]** OsmAnd+'s Nominatim integration has stopped working, with an error of: "failed to connect to nominatim.openstreetmap.org/188.40.32.215 (port 443)". I don't think anything changed in OsmAnd+ regarding this. Also, https://no...
1.0
Nominatim down over HTTPS - **[Submitted to the original trac issue database at 7.17am, Sunday, 30th November 2014]** OsmAnd+'s Nominatim integration has stopped working, with an error of: "failed to connect to nominatim.openstreetmap.org/188.40.32.215 (port 443)". I don't think anything changed in OsmAnd+ regar...
defect
nominatim down over https osmand s nominatim integration has stopped working with an error of failed to connect to nominatim openstreetmap org port i don t think anything changed in osmand regarding this also does not work but does links to it s a protocol relative lin...
1
55,857
14,711,439,878
IssuesEvent
2021-01-05 07:25:39
mozilla-lockwise/lockwise-android
https://api.github.com/repos/mozilla-lockwise/lockwise-android
opened
Last update 4.0.3 not working on Android 9 anymore
defect
## Steps to reproduce Open application Choose any stored item When returning to the list app crashes ### Expected behavior Correct return ### Actual behavior App crashes ### Device & build information * Device: Sony XZ1 compact G8441 * Build version: 47.2.A.11.228 ### Notes Attachments:
1.0
Last update 4.0.3 not working on Android 9 anymore - ## Steps to reproduce Open application Choose any stored item When returning to the list app crashes ### Expected behavior Correct return ### Actual behavior App crashes ### Device & build information * Device: Sony XZ1 compact G8441 * Build version...
defect
last update not working on android anymore steps to reproduce open application choose any stored item when returning to the list app crashes expected behavior correct return actual behavior app crashes device build information device sony compact build version ...
1
47,415
24,991,992,232
IssuesEvent
2022-11-02 19:39:11
atomashpolskiy/bt
https://api.github.com/repos/atomashpolskiy/bt
closed
bt.torrent.messaging.ExchangedMetadata.getSha1Digest should not allocate larger buffer than necessary
enhancement performance good first issue
Instead of always allocating a fixed size buffer (1,000,000 bytes currently), it should leverage the upfront knowledge of total size of the metadata and allocate `Math.min(DEFAULT_BUFFER_LEN, metadata.length())`.
True
bt.torrent.messaging.ExchangedMetadata.getSha1Digest should not allocate larger buffer than necessary - Instead of always allocating a fixed size buffer (1,000,000 bytes currently), it should leverage the upfront knowledge of total size of the metadata and allocate `Math.min(DEFAULT_BUFFER_LEN, metadata.length())`.
non_defect
bt torrent messaging exchangedmetadata should not allocate larger buffer than necessary instead of always allocating a fixed size buffer bytes currently it should leverage the upfront knowledge of total size of the metadata and allocate math min default buffer len metadata length
0
309,148
23,285,809,256
IssuesEvent
2022-08-05 16:21:41
flutter-form-builder-ecosystem/flutter_form_builder
https://api.github.com/repos/flutter-form-builder-ecosystem/flutter_form_builder
closed
7.4.0 has breaking change
documentation
### Describe the change you would like to see The "Changelog" on pub.dev for version 7.4.0 should indicate that there is a breaking change: it now requires Flutter SDK v3.0 or greater. I think that the "Versions" info on pub.dev for version 7.4.0 should also indicate minimum Dart SDK v2.17 ### How would the sugges...
1.0
7.4.0 has breaking change - ### Describe the change you would like to see The "Changelog" on pub.dev for version 7.4.0 should indicate that there is a breaking change: it now requires Flutter SDK v3.0 or greater. I think that the "Versions" info on pub.dev for version 7.4.0 should also indicate minimum Dart SDK v2.17...
non_defect
has breaking change describe the change you would like to see the changelog on pub dev for version should indicate that there is a breaking change it now requires flutter sdk or greater i think that the versions info on pub dev for version should also indicate minimum dart sdk ...
0
12,803
2,717,707,710
IssuesEvent
2015-04-11 15:18:22
codenameone/CodenameOne
https://api.github.com/repos/codenameone/CodenameOne
closed
RFE: Platform-version based theme overrides
Priority-Medium Type-Defect
Original [issue 226](https://code.google.com/p/codenameone/issues/detail?id=226) created by codenameone on 2012-06-21T18:48:49.000Z: <b>What is the expected output? What do you see instead?</b> Since the theme will change colors based on the device version it's installed on (example androidTheme.res on Gingerbread, an...
1.0
RFE: Platform-version based theme overrides - Original [issue 226](https://code.google.com/p/codenameone/issues/detail?id=226) created by codenameone on 2012-06-21T18:48:49.000Z: <b>What is the expected output? What do you see instead?</b> Since the theme will change colors based on the device version it's installed o...
defect
rfe platform version based theme overrides original created by codenameone on what is the expected output what do you see instead since the theme will change colors based on the device version it s installed on example androidtheme res on gingerbread android holo light res on ics should qu...
1
450,975
32,001,465,626
IssuesEvent
2023-09-21 12:33:05
frostsg/inf2001-p11-2
https://api.github.com/repos/frostsg/inf2001-p11-2
closed
1.7.3: Estimation of Effort and Project Duration
Documentation (Report) Calculation
Goal: Estimate the effort needed and the duration of the project Success Criteria: The estimation should be done and it has to be realistic Start Date: 19/09/23 End Date: 20/09/23 Owner: Soon Leung Isaac Status: Done
1.0
1.7.3: Estimation of Effort and Project Duration - Goal: Estimate the effort needed and the duration of the project Success Criteria: The estimation should be done and it has to be realistic Start Date: 19/09/23 End Date: 20/09/23 Owner: Soon Leung Isaac Status: Done
non_defect
estimation of effort and project duration goal estimate the effort needed and the duration of the project success criteria the estimation should be done and it has to be realistic start date end date owner soon leung isaac status done
0
503,051
14,578,367,171
IssuesEvent
2020-12-18 04:38:16
numbersprotocol/capture-lite
https://api.github.com/repos/numbersprotocol/capture-lite
opened
接收 postcapture 後再進行capture 拍照,速度變慢
bug priority:critical
## Description 1s機型 全新安裝跟全新帳號時 產生 capture 8~12s 但接收完 兩張 postcapture 後接著產生 11~15張 capture 21~25s 這個狀況比 note20 嚴重很多~~ 是這21~25s capture 頁面完全沒有新的東西出現是真的會以為當掉了 note20 機型 1. 拍攝到 50 張皆沒有明顯變慢顯示的情況 ( 拍照到顯示約在 6~8 s) 2. 但當 postcapture 接收到 超過 3 張後再進行拍照時 很明顯的拍照到顯示約在 15~20 s ( 拍攝張數在 30 張 ) 測試兩次 3. 但當 postcapture 接收到 10 張...
1.0
接收 postcapture 後再進行capture 拍照,速度變慢 - ## Description 1s機型 全新安裝跟全新帳號時 產生 capture 8~12s 但接收完 兩張 postcapture 後接著產生 11~15張 capture 21~25s 這個狀況比 note20 嚴重很多~~ 是這21~25s capture 頁面完全沒有新的東西出現是真的會以為當掉了 note20 機型 1. 拍攝到 50 張皆沒有明顯變慢顯示的情況 ( 拍照到顯示約在 6~8 s) 2. 但當 postcapture 接收到 超過 3 張後再進行拍照時 很明顯的拍照到顯示約在 15~20 s ( 拍攝張數在 30...
non_defect
接收 postcapture 後再進行capture 拍照,速度變慢 description 全新安裝跟全新帳號時 產生 capture 但接收完 兩張 postcapture 後接著產生 capture 這個狀況比 嚴重很多 capture 頁面完全沒有新的東西出現是真的會以為當掉了 機型 拍攝到 張皆沒有明顯變慢顯示的情況 拍照到顯示約在 s 但當 postcapture 接收到 超過 張後再進行拍照時 很明顯的拍照到顯示約在 s 拍攝張數在 張 測試兩次 但當 postcapture 接...
0
27,740
5,093,103,198
IssuesEvent
2017-01-03 02:48:01
jquery/esprima
https://api.github.com/repos/jquery/esprima
opened
Generator parameters must not contain yield expressions
defect es6
(As reported by @michaelficarra as case 17 in #1502) Test case: ```js esprima.parse('function *g(x = yield){}'); ``` **Actual**: a valid syntax tree. **Expected**: a thrown exception indicating a syntax error. <hr> Following [V8 error messages](https://chromium.googlesource.com/v8/v8/+/master/src/mess...
1.0
Generator parameters must not contain yield expressions - (As reported by @michaelficarra as case 17 in #1502) Test case: ```js esprima.parse('function *g(x = yield){}'); ``` **Actual**: a valid syntax tree. **Expected**: a thrown exception indicating a syntax error. <hr> Following [V8 error messages]...
defect
generator parameters must not contain yield expressions as reported by michaelficarra as case in test case js esprima parse function g x yield actual a valid syntax tree expected a thrown exception indicating a syntax error following the exception message ...
1
55,256
14,345,147,049
IssuesEvent
2020-11-28 17:39:54
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
New composer: Tiny text below compose is illegable and dissappears when you click it.
bug defect type:composer ui/ux
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> ### Description ### Steps to reproduce When I mouse over and enable text entry in the compose, there seems to be a "Code" button that is highlighted - if it's like a lot of things, I can click to select/deselect to enable or disable co...
1.0
New composer: Tiny text below compose is illegable and dissappears when you click it. - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> ### Description ### Steps to reproduce When I mouse over and enable text entry in the compose, there seems to be a "Code" button that is highlighte...
defect
new composer tiny text below compose is illegable and dissappears when you click it description steps to reproduce when i mouse over and enable text entry in the compose there seems to be a code button that is highlighted if it s like a lot of things i can click to select deselect to enable...
1
65,114
19,099,265,291
IssuesEvent
2021-11-29 20:20:10
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Emoji picker has jumpy scroll jitter (x)
T-Defect S-Minor A-Emoji O-Uncommon
<!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitt...
1.0
Emoji picker has jumpy scroll jitter (x) - <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You ...
defect
emoji picker has jumpy scroll jitter x this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sec...
1
18,880
3,090,946,461
IssuesEvent
2015-08-26 10:03:39
gbif/ipt
https://api.github.com/repos/gbif/ipt
closed
Allow IPT to be installed without an organization
bug Component-i18n Milestone-Release2.3 Priority-Critical Translation Type-Defect Usability
The IPT should not need an organization to be installed. Several people have come forward complaining about this, and have been using it to generate archives for exchange within networks but without any intention or need to publish to GBIF. Most recently the iDigBio folks have raised it as confusing and a regressio...
1.0
Allow IPT to be installed without an organization - The IPT should not need an organization to be installed. Several people have come forward complaining about this, and have been using it to generate archives for exchange within networks but without any intention or need to publish to GBIF. Most recently the iDigB...
defect
allow ipt to be installed without an organization the ipt should not need an organization to be installed several people have come forward complaining about this and have been using it to generate archives for exchange within networks but without any intention or need to publish to gbif most recently the idigb...
1
29,559
5,720,790,716
IssuesEvent
2017-04-20 03:26:46
pigfoot/formosa
https://api.github.com/repos/pigfoot/formosa
closed
[bug]百年蟲
Defect Usability
src/cursor.c :93,94 sprintf(chdate, "%02d.%02d.%02d",tm->tm_year - 11, tm->tm_mon + 1, tm->tm_mday); 會導致無法進入看板
1.0
[bug]百年蟲 - src/cursor.c :93,94 sprintf(chdate, "%02d.%02d.%02d",tm->tm_year - 11, tm->tm_mon + 1, tm->tm_mday); 會導致無法進入看板
defect
百年蟲 src cursor c sprintf chdate tm tm year tm tm mon tm tm mday 會導致無法進入看板
1
127,737
18,022,119,967
IssuesEvent
2021-09-16 20:55:11
xinyuanwss/gradle-ghe
https://api.github.com/repos/xinyuanwss/gradle-ghe
opened
WS-2020-0408 (High) detected in netty-handler-4.1.39.Final.jar
security vulnerability
## WS-2020-0408 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-handler-4.1.39.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework ...
True
WS-2020-0408 (High) detected in netty-handler-4.1.39.Final.jar - ## WS-2020-0408 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-handler-4.1.39.Final.jar</b></p></summary> <p>Net...
non_defect
ws high detected in netty handler final jar ws high severity vulnerability vulnerable library netty handler final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients ...
0