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
13,289
2,750,706,637
IssuesEvent
2015-04-24 01:31:00
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
linprog returns solution violating equality constraint
defect scipy.optimize
From https://stackoverflow.com/questions/29629618/scipy-optimize-linprog-equality-constraint-does-not-appear-satisfied This program returns a solution not satisfying the equality constraint ``` import numpy as np from scipy.optimize import linprog c=[-0.098782540360068297, -0.072316526358138802, 0.004, 0.004, ...
1.0
linprog returns solution violating equality constraint - From https://stackoverflow.com/questions/29629618/scipy-optimize-linprog-equality-constraint-does-not-appear-satisfied This program returns a solution not satisfying the equality constraint ``` import numpy as np from scipy.optimize import linprog c=[-0....
defect
linprog returns solution violating equality constraint from this program returns a solution not satisfying the equality constraint import numpy as np from scipy optimize import linprog c a ub b ub a eq b eq res linprog c a ub b ub a eq b eq print a eq x np dot...
1
73,733
24,778,389,512
IssuesEvent
2022-10-24 00:50:49
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
fixed_meshes option for NearestNode Transfer with multiple sub-apps broken
C: Framework T: defect P: normal
## Bug Description This is a large bug that needs to be fixed immediately. If you have multiple sub-apps at different positions and you use the `fixed_meshes` option for `NearestNodeTransfer` the transfers are _wrong_. What happens is that all of the transfers happen as if they are in the same position! ## Step...
1.0
fixed_meshes option for NearestNode Transfer with multiple sub-apps broken - ## Bug Description This is a large bug that needs to be fixed immediately. If you have multiple sub-apps at different positions and you use the `fixed_meshes` option for `NearestNodeTransfer` the transfers are _wrong_. What happens is tha...
defect
fixed meshes option for nearestnode transfer with multiple sub apps broken bug description this is a large bug that needs to be fixed immediately if you have multiple sub apps at different positions and you use the fixed meshes option for nearestnodetransfer the transfers are wrong what happens is tha...
1
250,770
27,111,482,361
IssuesEvent
2023-02-15 15:35:58
EliyaC/JAVA-DEMO
https://api.github.com/repos/EliyaC/JAVA-DEMO
closed
CVE-2016-10006 (Medium) detected in antisamy-1.5.3.jar - autoclosed
security vulnerability
## CVE-2016-10006 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>antisamy-1.5.3.jar</b></p></summary> <p>The OWASP AntiSamy project is a collection of APIs for safely allowing users...
True
CVE-2016-10006 (Medium) detected in antisamy-1.5.3.jar - autoclosed - ## CVE-2016-10006 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>antisamy-1.5.3.jar</b></p></summary> <p>The OW...
non_defect
cve medium detected in antisamy jar autoclosed cve medium severity vulnerability vulnerable library antisamy jar the owasp antisamy project is a collection of apis for safely allowing users to supply their own html and css without exposing the site to xss vulnerabiliti...
0
60,784
17,023,521,531
IssuesEvent
2021-07-03 02:27:16
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
incorrect order of search results
Component: nominatim Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 10.38am, Wednesday, 2nd December 2009]** A search for "Lange Strae, Bamberg" returns the correct street among its search results, but only after streets in nearby villages that happen to have the same name: http://nominatim.openstreetmap.org/?q=lange+strae%2C+bamb...
1.0
incorrect order of search results - **[Submitted to the original trac issue database at 10.38am, Wednesday, 2nd December 2009]** A search for "Lange Strae, Bamberg" returns the correct street among its search results, but only after streets in nearby villages that happen to have the same name: http://nominatim.open...
defect
incorrect order of search results a search for lange strae bamberg returns the correct street among its search results but only after streets in nearby villages that happen to have the same name
1
350,023
31,846,871,208
IssuesEvent
2023-09-14 20:40:42
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
reopened
[Flaky Test] should be immeadiately saved on indentation
[Type] Flaky Test
<!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should be immeadiately saved on indentation ## Test path `/test/e2e/specs/editor/blocks/list.spec.js` ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ -->...
1.0
[Flaky Test] should be immeadiately saved on indentation - <!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should be immeadiately saved on indentation ## Test path `/test/e2e/specs/editor/blocks/list.spec.js` ## Err...
non_defect
should be immeadiately saved on indentation flaky test detected this is an auto generated issue by github actions please do not edit this manually test title should be immeadiately saved on indentation test path test specs editor blocks list spec js errors test passed after fail...
0
78,063
27,305,142,967
IssuesEvent
2023-02-24 07:27:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Deleting the thread root shows „You can't see earlier messages“ in thread
T-Defect S-Minor O-Uncommon A-Threads
### Steps to reproduce 1. Create a thread in an encrypted room 2. Delete the thread root event 3. Open the thread ### Outcome #### What did you expect? Thread with first message displayed as deleted #### What happened instead? „You can't see earlier messages Encrypted messages before this point are una...
1.0
Deleting the thread root shows „You can't see earlier messages“ in thread - ### Steps to reproduce 1. Create a thread in an encrypted room 2. Delete the thread root event 3. Open the thread ### Outcome #### What did you expect? Thread with first message displayed as deleted #### What happened instead? „...
defect
deleting the thread root shows „you can t see earlier messages“ in thread steps to reproduce create a thread in an encrypted room delete the thread root event open the thread outcome what did you expect thread with first message displayed as deleted what happened instead „...
1
221,040
7,373,261,898
IssuesEvent
2018-03-13 16:47:50
SiLeBAT/FSK-Lab
https://api.github.com/repos/SiLeBAT/FSK-Lab
opened
FSK-Writer: write out the calculated values of the model output parameters as dedicated HDF5 files
enhancement medium priority
It would be helpful if the results of a simulation (i.e. the numerical values of each output parameter) can be accessed directly in the generated FSKX file. For example one could create a folder inside the FSKX file for each simulation run that holds HDF5 files for each output parameter.
1.0
FSK-Writer: write out the calculated values of the model output parameters as dedicated HDF5 files - It would be helpful if the results of a simulation (i.e. the numerical values of each output parameter) can be accessed directly in the generated FSKX file. For example one could create a folder inside the FSKX file fo...
non_defect
fsk writer write out the calculated values of the model output parameters as dedicated files it would be helpful if the results of a simulation i e the numerical values of each output parameter can be accessed directly in the generated fskx file for example one could create a folder inside the fskx file for e...
0
62,261
17,023,884,001
IssuesEvent
2021-07-03 04:21:42
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Rendering natural=mud between river banks
Component: mapnik Priority: minor Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 6.49pm, Thursday, 24th October 2013]** At some recent time, the rendering of natural=mud within riverbank polygons stopped happening. Could this be a painting order problem? This can be seen here: http://www.openstreetmap.org/#map=14/53.7050/-0.4459 The mud adj...
1.0
Rendering natural=mud between river banks - **[Submitted to the original trac issue database at 6.49pm, Thursday, 24th October 2013]** At some recent time, the rendering of natural=mud within riverbank polygons stopped happening. Could this be a painting order problem? This can be seen here: http://www.openstreetma...
defect
rendering natural mud between river banks at some recent time the rendering of natural mud within riverbank polygons stopped happening could this be a painting order problem this can be seen here the mud adjacent to coastline renders ok but abruptly stops when the coastline gives way to riverbanks...
1
26,628
4,774,868,035
IssuesEvent
2016-10-27 08:29:32
buildo/prisma
https://api.github.com/repos/buildo/prisma
reopened
[macro] label brutta2
defect macro
[Trello card](https://trello.com/c/5810cc788ef384a078b50d33/) ## description la label al momento é brutta123 ## how to reproduce - {optional: describe steps to reproduce defect} ## specs {optional: describe a possible fix for this defect, if not obvious} ## misc {optional: other useful info} ## sub...
1.0
[macro] label brutta2 - [Trello card](https://trello.com/c/5810cc788ef384a078b50d33/) ## description la label al momento é brutta123 ## how to reproduce - {optional: describe steps to reproduce defect} ## specs {optional: describe a possible fix for this defect, if not obvious} ## misc {optional: othe...
defect
label description la label al momento é how to reproduce optional describe steps to reproduce defect specs optional describe a possible fix for this defect if not obvious misc optional other useful info sub issues sub issue
1
46,766
13,055,972,883
IssuesEvent
2020-07-30 03:16:34
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
CLSim: handle IceACT strind ID 0 (Trac #1844)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/1844 ```json { "status": "closed", "changetime": "2019-02-13T14:13:18", "description": "When using GeoCalibDetectorStatus_2016.57531_V0.i3.gz clsim producess the following error when encountering string 0:\n\nRuntimeError: This module assumes an IceCube g...
1.0
CLSim: handle IceACT strind ID 0 (Trac #1844) - Migrated from https://code.icecube.wisc.edu/ticket/1844 ```json { "status": "closed", "changetime": "2019-02-13T14:13:18", "description": "When using GeoCalibDetectorStatus_2016.57531_V0.i3.gz clsim producess the following error when encountering string 0:\n...
defect
clsim handle iceact strind id trac migrated from json status closed changetime description when using geocalibdetectorstatus gz clsim producess the following error when encountering string n nruntimeerror this module assumes an icecube geometry as inp...
1
41,424
12,832,094,541
IssuesEvent
2020-07-07 07:00:34
rvvergara/javascript-weather-app
https://api.github.com/repos/rvvergara/javascript-weather-app
closed
CVE-2020-13822 (High) detected in elliptic-6.4.1.tgz
security vulnerability
## CVE-2020-13822 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/...
True
CVE-2020-13822 (High) detected in elliptic-6.4.1.tgz - ## CVE-2020-13822 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary> <p>EC cryptography</p> <p>...
non_defect
cve high detected in elliptic tgz cve high severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file tmp ws scm javascript weather app package json path to vulnerable library tmp ws scm javascript weathe...
0
35,251
7,673,974,875
IssuesEvent
2018-05-15 01:05:27
adamhope/testing-github-and-projects
https://api.github.com/repos/adamhope/testing-github-and-projects
closed
When 'Installation Required' checkbox is unticked for a media install in SIGNZ it will still come through to Retriever
Defect campaign delivery
https://trello.com/c/urV7307I/16-when-installation-required-checkbox-is-unticked-for-a-media-install-in-signz-it-will-still-come-through-to-retriever **Steps to reproduce** 1) Create a booking with a static road or retail site in SIGNZ. 2) Click on "installs" next to the site in the contract. 3) Add media and untick ...
1.0
When 'Installation Required' checkbox is unticked for a media install in SIGNZ it will still come through to Retriever - https://trello.com/c/urV7307I/16-when-installation-required-checkbox-is-unticked-for-a-media-install-in-signz-it-will-still-come-through-to-retriever **Steps to reproduce** 1) Create a booking with...
defect
when installation required checkbox is unticked for a media install in signz it will still come through to retriever steps to reproduce create a booking with a static road or retail site in signz click on installs next to the site in the contract add media and untick the option for installatio...
1
80,649
30,463,315,892
IssuesEvent
2023-07-17 08:36:48
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Settings screen text contrast is not accessible
T-Defect X-Cannot-Reproduce X-Regression S-Major A-Room-Settings A-User-Settings A-Spaces-Settings A11y O-Occasional
### Steps to reproduce 1. Open settings 2. Be concerned there's a 5% tint on everything ### Outcome #### What did you expect? Higher contrast, I think. The settings overall feel unnervingly dark/slightly too hard to read. #### What happened instead? ![image](https://github.com/vector-im/element-web/assets...
1.0
Settings screen text contrast is not accessible - ### Steps to reproduce 1. Open settings 2. Be concerned there's a 5% tint on everything ### Outcome #### What did you expect? Higher contrast, I think. The settings overall feel unnervingly dark/slightly too hard to read. #### What happened instead? ![imag...
defect
settings screen text contrast is not accessible steps to reproduce open settings be concerned there s a tint on everything outcome what did you expect higher contrast i think the settings overall feel unnervingly dark slightly too hard to read what happened instead ...
1
519,412
15,050,781,963
IssuesEvent
2021-02-03 13:19:45
graknlabs/grakn
https://api.github.com/repos/graknlabs/grakn
closed
ThreadLocal used in ManagedBlockingQueue causing memory leak
priority: high type: bug
When `ThreadLocal` is used as instance field, we need to call `remove()` method explicitly, otherwise memory will not be released until the thread finishes. See https://www.baeldung.com/java-memory-leaks#7-using-threadlocals
1.0
ThreadLocal used in ManagedBlockingQueue causing memory leak - When `ThreadLocal` is used as instance field, we need to call `remove()` method explicitly, otherwise memory will not be released until the thread finishes. See https://www.baeldung.com/java-memory-leaks#7-using-threadlocals
non_defect
threadlocal used in managedblockingqueue causing memory leak when threadlocal is used as instance field we need to call remove method explicitly otherwise memory will not be released until the thread finishes see
0
46,461
13,055,915,219
IssuesEvent
2020-07-30 03:06:30
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[coinc-twc] example scrip does not work + missing documentation (Trac #1234)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/1234 ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "1) example testCoincTWC.py does *not* work. \n\nLoading libflat-ntuple....................................FATAL (I3Tray): Failed to load library (<type 'exceptions.Run...
1.0
[coinc-twc] example scrip does not work + missing documentation (Trac #1234) - Migrated from https://code.icecube.wisc.edu/ticket/1234 ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "1) example testCoincTWC.py does *not* work. \n\nLoading libflat-ntuple.....................
defect
example scrip does not work missing documentation trac migrated from json status closed changetime description example testcoinctwc py does not work n nloading libflat ntuple fatal failed to load library dlopen...
1
263,263
28,029,831,932
IssuesEvent
2023-03-28 11:38:52
RG4421/ampere-centos-kernel
https://api.github.com/repos/RG4421/ampere-centos-kernel
reopened
CVE-2021-28038 (Medium) detected in linux-yocto-devv5.3, linux-yocto-devv5.3
Mend: dependency security vulnerability
## CVE-2021-28038 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yocto-devv5.3</b>, <b>linux-yocto-devv5.3</b></p></summary> <p> </p> </details> <p></p> <details><summary><...
True
CVE-2021-28038 (Medium) detected in linux-yocto-devv5.3, linux-yocto-devv5.3 - ## CVE-2021-28038 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yocto-devv5.3</b>, <b>linux-yo...
non_defect
cve medium detected in linux yocto linux yocto cve medium severity vulnerability vulnerable libraries linux yocto linux yocto vulnerability details an issue was discovered in the linux kernel through as used with xen pv a certain part of the ...
0
829,006
31,850,735,968
IssuesEvent
2023-09-15 01:17:30
recro/ats-issues
https://api.github.com/repos/recro/ats-issues
closed
application showing up on dashboard but not in "my applications" tab
bug priority/high area/candidate area/application area/dashboard
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The candidate, **Derrick Holman** (owned by Caitlin) is showing up on our dashboard under the application status "interview completed", his application status on his candidate record is also "interview completed" ...
1.0
application showing up on dashboard but not in "my applications" tab - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The candidate, **Derrick Holman** (owned by Caitlin) is showing up on our dashboard under the application status "interview completed", his ap...
non_defect
application showing up on dashboard but not in my applications tab is there an existing issue for this i have searched the existing issues describe the bug the candidate derrick holman owned by caitlin is showing up on our dashboard under the application status interview completed his appl...
0
15,178
2,850,246,317
IssuesEvent
2015-05-31 12:05:08
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
contactsGet doesn't get any contact
auto-migrated Priority-Medium Type-Defect
``` What device(s) are you experiencing the problem on? LG NEXUS 4 What firmware version are you running on the device? What steps will reproduce the problem? /data/data/com.android.perl/files/perl/perl -e 'use Android; use Data::Dumper; my $droid = Android->new(); print Dumper $droid->contactsGet();' What is the...
1.0
contactsGet doesn't get any contact - ``` What device(s) are you experiencing the problem on? LG NEXUS 4 What firmware version are you running on the device? What steps will reproduce the problem? /data/data/com.android.perl/files/perl/perl -e 'use Android; use Data::Dumper; my $droid = Android->new(); print Dumper ...
defect
contactsget doesn t get any contact what device s are you experiencing the problem on lg nexus what firmware version are you running on the device what steps will reproduce the problem data data com android perl files perl perl e use android use data dumper my droid android new print dumper ...
1
3,988
2,610,085,344
IssuesEvent
2015-02-26 18:25:57
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳长豆怎么办
auto-migrated Priority-Medium Type-Defect
``` 深圳长豆怎么办【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:04
1.0
深圳长豆怎么办 - ``` 深圳长豆怎么办【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:04
defect
深圳长豆怎么办 深圳长豆怎么办【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
115
2,509,071,724
IssuesEvent
2015-01-13 10:38:55
Guake/guake
https://api.github.com/repos/Guake/guake
reopened
'clear' Messes Up Scrolling
Priority:High Type: Defect
When running the 'clear' command or other commands which add newlines to the output, guake scrolls up or down while hidden. For example, try running the 'clear' command, hiding guake, then showing guake again. The terminal prompt is no longer visible until you press a key, when it scrolls back into view. This only happ...
1.0
'clear' Messes Up Scrolling - When running the 'clear' command or other commands which add newlines to the output, guake scrolls up or down while hidden. For example, try running the 'clear' command, hiding guake, then showing guake again. The terminal prompt is no longer visible until you press a key, when it scrolls ...
defect
clear messes up scrolling when running the clear command or other commands which add newlines to the output guake scrolls up or down while hidden for example try running the clear command hiding guake then showing guake again the terminal prompt is no longer visible until you press a key when it scrolls ...
1
8,153
2,869,073,343
IssuesEvent
2015-06-05 23:06:59
dart-lang/polymer-dart
https://api.github.com/repos/dart-lang/polymer-dart
closed
polymer 0.11.0+3 auto-binding not work
AsDesigned bug Priority-Low
_Originally opened as dart-lang/sdk#19663_ *This issue was originally filed by joo....&#064;gmail.com* _____ &lt;!DOCTYPE html&gt; &lt;html&gt; &nbsp;&nbsp;&lt;head&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;meta charset=&quot;utf-8&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;meta name=&quot;viewport&quot; content=&quot;width=device-...
1.0
polymer 0.11.0+3 auto-binding not work - _Originally opened as dart-lang/sdk#19663_ *This issue was originally filed by joo....&#064;gmail.com* _____ &lt;!DOCTYPE html&gt; &lt;html&gt; &nbsp;&nbsp;&lt;head&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;meta charset=&quot;utf-8&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;meta name=&quot;v...
non_defect
polymer auto binding not work originally opened as dart lang sdk this issue was originally filed by joo gmail com lt doctype html gt lt html gt nbsp nbsp lt head gt nbsp nbsp nbsp nbsp lt meta charset quot utf quot gt nbsp nbsp nbsp nbsp lt meta name quot viewport...
0
523,861
15,191,183,509
IssuesEvent
2021-02-15 19:23:59
Greenstand/treetracker-admin
https://api.github.com/repos/Greenstand/treetracker-admin
closed
Audit logging is not working
bug capture verification good first issue priority user manager
The process that writes logins and tree verifications to the `audit` table is failing for both actions. - For logins, we're always returning code 401, even when login is successful. - For tree verification actions, we are attempting to extract a user ID from the request that is not present.
1.0
Audit logging is not working - The process that writes logins and tree verifications to the `audit` table is failing for both actions. - For logins, we're always returning code 401, even when login is successful. - For tree verification actions, we are attempting to extract a user ID from the request that is not pres...
non_defect
audit logging is not working the process that writes logins and tree verifications to the audit table is failing for both actions for logins we re always returning code even when login is successful for tree verification actions we are attempting to extract a user id from the request that is not presen...
0
15,823
2,869,078,910
IssuesEvent
2015-06-05 23:09:48
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
investigate ie failures
Area-Pkg Pkg-Polymer Priority-Medium Triaged Type-Defect
pkg/polymer/test/template_attr_template_test fails on all ie browsers.
1.0
investigate ie failures - pkg/polymer/test/template_attr_template_test fails on all ie browsers.
defect
investigate ie failures pkg polymer test template attr template test fails on all ie browsers
1
11,146
2,641,223,930
IssuesEvent
2015-03-11 16:38:46
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
Can't use arrow keys in text forms
Priority-Medium Type-Defect
Original [issue 7](https://code.google.com/p/html5rocks/issues/detail?id=7) created by chrsmith on 2010-06-22T23:09:59.000Z: <b>Please describe the issue:</b> Go this page http://slides.html5rocks.com/#slide21 Click on the &lt;input type='email' /&gt; form. Use the cursor keys left or right because you want to ...
1.0
Can't use arrow keys in text forms - Original [issue 7](https://code.google.com/p/html5rocks/issues/detail?id=7) created by chrsmith on 2010-06-22T23:09:59.000Z: <b>Please describe the issue:</b> Go this page http://slides.html5rocks.com/#slide21 Click on the &lt;input type='email' /&gt; form. Use the cursor ke...
defect
can t use arrow keys in text forms original created by chrsmith on please describe the issue go this page click on the lt input type email gt form use the cursor keys left or right because you want to test what happens when you add or delete characters instead of moving the curs...
1
6,295
2,610,225,075
IssuesEvent
2015-02-26 19:11:17
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
амк-2114 инструкция
auto-migrated Priority-Medium Type-Defect
``` '''Горазд Носов''' День добрый никак не могу найти .амк-2114 инструкция. как то выкладывали уже '''Вольмир Фёдоров''' Вот держи линк http://bit.ly/1aADPrB '''Венедикт Стрелков''' Просит ввести номер мобилы!Не опасно ли это? '''Вениамин Дмитриев''' Неа все ок у меня ничего не списало '''Арам Иванов''' Неа все о...
1.0
амк-2114 инструкция - ``` '''Горазд Носов''' День добрый никак не могу найти .амк-2114 инструкция. как то выкладывали уже '''Вольмир Фёдоров''' Вот держи линк http://bit.ly/1aADPrB '''Венедикт Стрелков''' Просит ввести номер мобилы!Не опасно ли это? '''Вениамин Дмитриев''' Неа все ок у меня ничего не списало '''Ар...
defect
амк инструкция горазд носов день добрый никак не могу найти амк инструкция как то выкладывали уже вольмир фёдоров вот держи линк венедикт стрелков просит ввести номер мобилы не опасно ли это вениамин дмитриев неа все ок у меня ничего не списало арам иванов неа все ок у ...
1
80,720
30,505,524,336
IssuesEvent
2023-07-18 16:35:26
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
When you hit the Publish action from the tasks page you get the Push Publish dialog
Type : Defect QA : Approved dotCMS : Admin Tools Priority : 3 Average OKR : Customer Support Team : Bug Fixers Release : 23.01.4 Release : 22.03.7 Release : 23.07
### Describe the bug When you try to use the Publish action from the tasks page (the dropdown on the task itself) you get the Push Publish dialog box instead of firing the publish action Related Ticket: https://dotcms.zendesk.com/agent/tickets/109059 Reproduced on: 22.10, 5.3.8.14, demo (23.03) ### To Repro...
1.0
When you hit the Publish action from the tasks page you get the Push Publish dialog - ### Describe the bug When you try to use the Publish action from the tasks page (the dropdown on the task itself) you get the Push Publish dialog box instead of firing the publish action Related Ticket: https://dotcms.zendesk.com/...
defect
when you hit the publish action from the tasks page you get the push publish dialog describe the bug when you try to use the publish action from the tasks page the dropdown on the task itself you get the push publish dialog box instead of firing the publish action related ticket reproduced on ...
1
4,832
2,610,157,653
IssuesEvent
2015-02-26 18:50:05
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Graphics Glitch
auto-migrated Priority-Medium Type-Defect
``` CIS Patrol Frigate missing icon ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:54
1.0
Graphics Glitch - ``` CIS Patrol Frigate missing icon ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:54
defect
graphics glitch cis patrol frigate missing icon original issue reported on code google com by gmail com on jan at
1
153,796
5,903,239,183
IssuesEvent
2017-05-19 05:49:01
robmcmullen/omnivore
https://api.github.com/repos/robmcmullen/omnivore
closed
Fix omnivore metadata file strings
bug priority:high
With the conversion to use future in atrcopy, the `.omnivore` file contains things like: ``` "segment parser": { "py/object": "atrcopy.parsers.XexSegmentParser", "py/state": {"segments": [{"py/object": "atrcopy.ataridos.XexContainerSegment", "py/state": {"_order_list": null, "_rawdata_bounds": [...
1.0
Fix omnivore metadata file strings - With the conversion to use future in atrcopy, the `.omnivore` file contains things like: ``` "segment parser": { "py/object": "atrcopy.parsers.XexSegmentParser", "py/state": {"segments": [{"py/object": "atrcopy.ataridos.XexContainerSegment", "py/state": {"_or...
non_defect
fix omnivore metadata file strings with the conversion to use future in atrcopy the omnivore file contains things like segment parser py object atrcopy parsers xexsegmentparser py state segments can resize true error null map width memory map ...
0
23,909
3,869,929,553
IssuesEvent
2016-04-10 21:49:08
vitalyturina99/Releases
https://api.github.com/repos/vitalyturina99/Releases
closed
The source code for the application is not available
auto-migrated Priority-Medium Type-Defect
``` There is an empty subversion repository in the source tab of this project, and no references to any other repository. The licence is stated as Apache 2.0. ``` Original issue reported on code.google.com by `MMacn...@gmail.com` on 10 Aug 2014 at 11:24
1.0
The source code for the application is not available - ``` There is an empty subversion repository in the source tab of this project, and no references to any other repository. The licence is stated as Apache 2.0. ``` Original issue reported on code.google.com by `MMacn...@gmail.com` on 10 Aug 2014 at 11:24
defect
the source code for the application is not available there is an empty subversion repository in the source tab of this project and no references to any other repository the licence is stated as apache original issue reported on code google com by mmacn gmail com on aug at
1
1,604
2,603,968,179
IssuesEvent
2015-02-24 18:59:34
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳沈阳男性生殖疱疹症状
auto-migrated Priority-Medium Type-Defect
``` 沈阳沈阳男性生殖疱疹症状〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.google.com by `q96...
1.0
沈阳沈阳男性生殖疱疹症状 - ``` 沈阳沈阳男性生殖疱疹症状〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.goo...
defect
沈阳沈阳男性生殖疱疹症状 沈阳沈阳男性生殖疱疹症状〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at ...
1
35,797
7,801,412,272
IssuesEvent
2018-06-09 20:50:37
StrikeNP/trac_test
https://api.github.com/repos/StrikeNP/trac_test
closed
Output sedimentation velocity from Morrison microphysics when SILHS is used (Trac #676)
Migrated from Trac clubb_src defect raut@uwm.edu
Rachel notes that sedimentation velocity from Morrison microphysics isn't output to disk when SILHS is on. The relevant line of code clubb:source:/trunk/src/microphys_driver.F90?rev=6809#L526 is in the morrison case, outside the SILHS if statement. Attachments: Migrated from http://carson.math.uwm.edu/trac/club...
1.0
Output sedimentation velocity from Morrison microphysics when SILHS is used (Trac #676) - Rachel notes that sedimentation velocity from Morrison microphysics isn't output to disk when SILHS is on. The relevant line of code clubb:source:/trunk/src/microphys_driver.F90?rev=6809#L526 is in the morrison case, outside t...
defect
output sedimentation velocity from morrison microphysics when silhs is used trac rachel notes that sedimentation velocity from morrison microphysics isn t output to disk when silhs is on the relevant line of code clubb source trunk src microphys driver rev is in the morrison case outside the silhs i...
1
239,109
18,263,508,135
IssuesEvent
2021-10-04 04:36:50
GowthamGoush/Amazing_Sites
https://api.github.com/repos/GowthamGoush/Amazing_Sites
closed
CSS-Tricks
documentation hacktoberfest
Daily articles about CSS, HTML, JavaScript, and all things related to web design and development. Link of the source : https://css-tricks.com/
1.0
CSS-Tricks - Daily articles about CSS, HTML, JavaScript, and all things related to web design and development. Link of the source : https://css-tricks.com/
non_defect
css tricks daily articles about css html javascript and all things related to web design and development link of the source
0
18,155
3,029,169,502
IssuesEvent
2015-08-04 10:49:11
kronometrix/recording
https://api.github.com/repos/kronometrix/recording
closed
CloudLinux 6.6 hdwrec errors
defect-high
We are seeing the following errors from hdwrec: ``` # cat hdwrec.log Use of uninitialized value $relos in printf at /opt/kronometrix/bin/hdwrec line 158. ``` This indicates a problem inside hdwrec and Linux::Distributions.
1.0
CloudLinux 6.6 hdwrec errors - We are seeing the following errors from hdwrec: ``` # cat hdwrec.log Use of uninitialized value $relos in printf at /opt/kronometrix/bin/hdwrec line 158. ``` This indicates a problem inside hdwrec and Linux::Distributions.
defect
cloudlinux hdwrec errors we are seeing the following errors from hdwrec cat hdwrec log use of uninitialized value relos in printf at opt kronometrix bin hdwrec line this indicates a problem inside hdwrec and linux distributions
1
5,414
12,473,825,776
IssuesEvent
2020-05-29 08:33:12
graphhopper/graphhopper
https://api.github.com/repos/graphhopper/graphhopper
closed
warning with JDK9 and bigger
architecture improvement
We need protobuf 3.7.0 to get rid of: > Illegal reflective access by com.google.protobuf.UnsafeUtil See https://github.com/openstreetmap/osmosis/blob/master/gradle.properties#L21 and https://github.com/protocolbuffers/protobuf/issues/3781 Related to #1317
1.0
warning with JDK9 and bigger - We need protobuf 3.7.0 to get rid of: > Illegal reflective access by com.google.protobuf.UnsafeUtil See https://github.com/openstreetmap/osmosis/blob/master/gradle.properties#L21 and https://github.com/protocolbuffers/protobuf/issues/3781 Related to #1317
non_defect
warning with and bigger we need protobuf to get rid of illegal reflective access by com google protobuf unsafeutil see and related to
0
35,995
7,844,645,349
IssuesEvent
2018-06-19 10:17:24
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Accordion onTabOpen-onTabClose does not trigger correctly
defect
on open, close is triggered and vice versa.
1.0
Accordion onTabOpen-onTabClose does not trigger correctly - on open, close is triggered and vice versa.
defect
accordion ontabopen ontabclose does not trigger correctly on open close is triggered and vice versa
1
1,898
2,603,973,143
IssuesEvent
2015-02-24 19:00:48
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳龟头长豆怎么回事
auto-migrated Priority-Medium Type-Defect
``` 沈阳龟头长豆怎么回事〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...
1.0
沈阳龟头长豆怎么回事 - ``` 沈阳龟头长豆怎么回事〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.co...
defect
沈阳龟头长豆怎么回事 沈阳龟头长豆怎么回事〓沈陽軍區政治部醫院性病〓tel: 〓 , 。� �� 。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 original issue reported on code google com by gmail com on jun at
1
74,216
25,012,848,013
IssuesEvent
2022-11-03 16:27:01
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
Chips: Incorrect onRemove Event Documentation
defect
### Describe the bug Very minor issue. The word "Added" should be changed to "Removed" in the "onRemove" event documentation under the "Parameters" column: ![image](https://user-images.githubusercontent.com/20786498/199777453-b60074d3-3f79-4d19-8090-2ec5cdc5a3ea.png) ### Environment Any Browser ### Reproducer...
1.0
Chips: Incorrect onRemove Event Documentation - ### Describe the bug Very minor issue. The word "Added" should be changed to "Removed" in the "onRemove" event documentation under the "Parameters" column: ![image](https://user-images.githubusercontent.com/20786498/199777453-b60074d3-3f79-4d19-8090-2ec5cdc5a3ea.png)...
defect
chips incorrect onremove event documentation describe the bug very minor issue the word added should be changed to removed in the onremove event documentation under the parameters column environment any browser reproducer no response angular version primeng versio...
1
42,379
11,010,140,216
IssuesEvent
2019-12-04 14:04:07
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
opened
CR : HR Admin : General Setting : Common Settings page : No of years Education to be verified control should be removed.
CR - P2 Change Request Defect
Experienced Behavior : Currently we are displaying " No of years Education" control in common settings screen under "General Settings" (Please Refer Screen shot) Expected Behavior : Ensure that No of years Education to be verified control should be removed from common settings screen ![No of years of education to b...
1.0
CR : HR Admin : General Setting : Common Settings page : No of years Education to be verified control should be removed. - Experienced Behavior : Currently we are displaying " No of years Education" control in common settings screen under "General Settings" (Please Refer Screen shot) Expected Behavior : Ensure that...
defect
cr hr admin general setting common settings page no of years education to be verified control should be removed experienced behavior currently we are displaying no of years education control in common settings screen under general settings please refer screen shot expected behavior ensure that...
1
33,766
6,259,173,216
IssuesEvent
2017-07-14 17:25:14
scikit-optimize/scikit-optimize
https://api.github.com/repos/scikit-optimize/scikit-optimize
closed
Update hyper-parameter example notebook
Documentation Easy
Now that we have `BayesSearchCV` we should update/cross link the bayes search CV example notebook and then hyper-parameter optimisation one. As part of this we should also change the name of the searchcv notebook so it renders more like the others on our webpage: <img width="243" alt="screen shot 2017-07-10 at 09...
1.0
Update hyper-parameter example notebook - Now that we have `BayesSearchCV` we should update/cross link the bayes search CV example notebook and then hyper-parameter optimisation one. As part of this we should also change the name of the searchcv notebook so it renders more like the others on our webpage: <img wid...
non_defect
update hyper parameter example notebook now that we have bayessearchcv we should update cross link the bayes search cv example notebook and then hyper parameter optimisation one as part of this we should also change the name of the searchcv notebook so it renders more like the others on our webpage img wid...
0
83,014
16,080,198,814
IssuesEvent
2021-04-26 02:18:10
surge-synthesizer/surge
https://api.github.com/repos/surge-synthesizer/surge
closed
More Unicode Checks
Code Cleanup JUCE ex machina
defaultAuthor being garbage memory blew up linux over in #2266 and I fixed it with a small unicode check we should be more fulsome with those since it seems vstgui type-ins are not very resilient under bad strings.
1.0
More Unicode Checks - defaultAuthor being garbage memory blew up linux over in #2266 and I fixed it with a small unicode check we should be more fulsome with those since it seems vstgui type-ins are not very resilient under bad strings.
non_defect
more unicode checks defaultauthor being garbage memory blew up linux over in and i fixed it with a small unicode check we should be more fulsome with those since it seems vstgui type ins are not very resilient under bad strings
0
565,772
16,769,519,777
IssuesEvent
2021-06-14 13:16:51
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Shields is disabled on sites when its opened in a new background tab
OS/Desktop QA/Yes bug feature/shields/panel priority/P2 regression
<!-- 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
Shields is disabled on sites when its opened in a new background tab - <!-- 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 T...
non_defect
shields is disabled on sites when its opened in a new background tab 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 t...
0
177,292
21,471,730,639
IssuesEvent
2022-04-26 10:06:00
sultanabubaker/TKA-3366
https://api.github.com/repos/sultanabubaker/TKA-3366
closed
ejs-locals-1.0.2.tgz: 1 vulnerabilities (highest severity is: 9.8) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-locals-1.0.2.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/ejs-locals/node_modules/ejs/...
True
ejs-locals-1.0.2.tgz: 1 vulnerabilities (highest severity is: 9.8) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-locals-1.0.2.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package....
non_defect
ejs locals tgz vulnerabilities highest severity is autoclosed vulnerable library ejs locals tgz path to dependency file package json path to vulnerable library node modules ejs locals node modules ejs package json found in head commit a href vulnerabilities ...
0
184,807
21,784,986,121
IssuesEvent
2022-05-14 02:03:30
soumya132/pomscan
https://api.github.com/repos/soumya132/pomscan
closed
WS-2021-0491 (Medium) detected in logback-classic-1.1.7.jar - autoclosed
security vulnerability
## WS-2021-0491 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>logback-classic-1.1.7.jar</b></p></summary> <p>logback-classic module</p> <p>Library home page: <a href="http://logbac...
True
WS-2021-0491 (Medium) detected in logback-classic-1.1.7.jar - autoclosed - ## WS-2021-0491 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>logback-classic-1.1.7.jar</b></p></summary> ...
non_defect
ws medium detected in logback classic jar autoclosed ws medium severity vulnerability vulnerable library logback classic jar logback classic module library home page a href path to dependency file pomscan pom xml path to vulnerable library home wss scanner repo...
0
38,437
8,817,423,516
IssuesEvent
2018-12-30 23:51:04
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
closed
Can't sort sets by columns anymore
App - Cockatrice Defect - Regression UI / UX
I assume, given the "While set list is sorted by columns, custom setting is disabled" message, that this is intended behavior, but I'd like to ask you to reconsider, or at least add a toggle for this behavior. Up until now, I've sorted my sets by *oldest* first, so I can see the original art for every card, by sorting ...
1.0
Can't sort sets by columns anymore - I assume, given the "While set list is sorted by columns, custom setting is disabled" message, that this is intended behavior, but I'd like to ask you to reconsider, or at least add a toggle for this behavior. Up until now, I've sorted my sets by *oldest* first, so I can see the ori...
defect
can t sort sets by columns anymore i assume given the while set list is sorted by columns custom setting is disabled message that this is intended behavior but i d like to ask you to reconsider or at least add a toggle for this behavior up until now i ve sorted my sets by oldest first so i can see the ori...
1
342,600
24,750,315,682
IssuesEvent
2022-10-21 13:14:52
DataverseLabs/pyinterpolate
https://api.github.com/repos/DataverseLabs/pyinterpolate
closed
[Variogram] [calculate_covariance] Examples in docs
feature documentation TODO
**Is your feature request related to a problem? Please describe.** Docstring of the `calculate_covariance` function doesn't have an example. **Describe the solution you'd like** Write a simple example. **Describe alternatives you've considered** n/a **Additional context** n/a
1.0
[Variogram] [calculate_covariance] Examples in docs - **Is your feature request related to a problem? Please describe.** Docstring of the `calculate_covariance` function doesn't have an example. **Describe the solution you'd like** Write a simple example. **Describe alternatives you've considered** n/a **Ad...
non_defect
examples in docs is your feature request related to a problem please describe docstring of the calculate covariance function doesn t have an example describe the solution you d like write a simple example describe alternatives you ve considered n a additional context n a
0
10,298
7,978,826,050
IssuesEvent
2018-07-17 19:37:23
nucypher/nucypher
https://api.github.com/repos/nucypher/nucypher
closed
Raise an error in verify_from if signature is invalid (instead of returning False)
Security
Title says it all - if somebody tries to verify a message and it doesn't check out, let's raise.
True
Raise an error in verify_from if signature is invalid (instead of returning False) - Title says it all - if somebody tries to verify a message and it doesn't check out, let's raise.
non_defect
raise an error in verify from if signature is invalid instead of returning false title says it all if somebody tries to verify a message and it doesn t check out let s raise
0
11,870
2,667,810,708
IssuesEvent
2015-03-22 23:03:42
mikepultz/netdns2
https://api.github.com/repos/mikepultz/netdns2
closed
Possible "output to show the query" ?
auto-migrated Priority-Medium Type-Defect
``` I wanted to migrate one of my little personal project to Net_DNS net_dns2 but I can not find the option "debug" or "output to show the query" (http://forge.zici.fr/p/dig-php/source/tree/master/dig.php#L75) $resolver = new Net_DNS_Resolver(); $resolver->debug = 1; // Turn on debugging output to show the query ...
1.0
Possible "output to show the query" ? - ``` I wanted to migrate one of my little personal project to Net_DNS net_dns2 but I can not find the option "debug" or "output to show the query" (http://forge.zici.fr/p/dig-php/source/tree/master/dig.php#L75) $resolver = new Net_DNS_Resolver(); $resolver->debug = 1; // Turn...
defect
possible output to show the query i wanted to migrate one of my little personal project to net dns net but i can not find the option debug or output to show the query resolver new net dns resolver resolver debug turn on debugging output to show the query is that possible with ne...
1
69,151
22,209,272,235
IssuesEvent
2022-06-07 17:35:08
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
"Tables" a11y error on events pages reported by Cypress
Defect Needs refining
## Describe the defect The past two days the a11y report run has reported errors on all `/events/` pages on va.gov with an interesting error message. The error message in question: ``` https://www.va.gov/alaska-health-care/events/ 5.7s Error: Table data must not contain control characters. at validateTabl...
1.0
"Tables" a11y error on events pages reported by Cypress - ## Describe the defect The past two days the a11y report run has reported errors on all `/events/` pages on va.gov with an interesting error message. The error message in question: ``` https://www.va.gov/alaska-health-care/events/ 5.7s Error: Table data...
defect
tables error on events pages reported by cypress describe the defect the past two days the report run has reported errors on all events pages on va gov with an interesting error message the error message in question error table data must not contain control characters at valid...
1
171,631
13,241,674,183
IssuesEvent
2020-08-19 08:34:52
navikt/arbeidsgiver-innsyn-aareg-api
https://api.github.com/repos/navikt/arbeidsgiver-innsyn-aareg-api
closed
Bygg av bytt-testmiljo
bytt-testmiljo deploy
Kommenter med >/deploy bytt-testmiljo for å deploye til dev-fss. Commit: 5623e0784e1ad799e7f9f39cf39c664fe06720a2
1.0
Bygg av bytt-testmiljo - Kommenter med >/deploy bytt-testmiljo for å deploye til dev-fss. Commit: 5623e0784e1ad799e7f9f39cf39c664fe06720a2
non_defect
bygg av bytt testmiljo kommenter med deploy bytt testmiljo for å deploye til dev fss commit
0
398,351
27,191,880,291
IssuesEvent
2023-02-19 22:05:37
cweagans/composer-patches
https://api.github.com/repos/cweagans/composer-patches
closed
Syntax errors in JSON examples
documentation
### Verification - [X] I have searched existing issues _and_ discussions for my problem. ### Which file do you have feedback about? (leave blank if not applicable) docs/usage/defining-patches.md ### Feedback There are syntax errors in the JSON examples. (trailing comma after the last item)
1.0
Syntax errors in JSON examples - ### Verification - [X] I have searched existing issues _and_ discussions for my problem. ### Which file do you have feedback about? (leave blank if not applicable) docs/usage/defining-patches.md ### Feedback There are syntax errors in the JSON examples. (trailing comma after the la...
non_defect
syntax errors in json examples verification i have searched existing issues and discussions for my problem which file do you have feedback about leave blank if not applicable docs usage defining patches md feedback there are syntax errors in the json examples trailing comma after the last...
0
186,005
14,394,554,549
IssuesEvent
2020-12-03 01:34:05
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
Casper-dev/Casper-server: vendor/gx/ipfs/Qmaau1d1WjnQdTYfRYfFVsCS97cgD8ATyrKuNoEfexL7JZ/go-text/unicode/norm/ucd_test.go; 3 LoC
fresh test tiny vendored
Found a possible issue in [Casper-dev/Casper-server](https://www.github.com/Casper-dev/Casper-server) at [vendor/gx/ipfs/Qmaau1d1WjnQdTYfRYfFVsCS97cgD8ATyrKuNoEfexL7JZ/go-text/unicode/norm/ucd_test.go](https://github.com/Casper-dev/Casper-server/blob/0b99ef7ceaa400e7069162d1a86d74ffb206984a/vendor/gx/ipfs/Qmaau1d1WjnQ...
1.0
Casper-dev/Casper-server: vendor/gx/ipfs/Qmaau1d1WjnQdTYfRYfFVsCS97cgD8ATyrKuNoEfexL7JZ/go-text/unicode/norm/ucd_test.go; 3 LoC - Found a possible issue in [Casper-dev/Casper-server](https://www.github.com/Casper-dev/Casper-server) at [vendor/gx/ipfs/Qmaau1d1WjnQdTYfRYfFVsCS97cgD8ATyrKuNoEfexL7JZ/go-text/unicode/norm/...
non_defect
casper dev casper server vendor gx ipfs go text unicode norm ucd test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of...
0
75,334
25,779,280,100
IssuesEvent
2022-12-09 14:36:48
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
develop failed to load resource
T-Defect
### Steps to reproduce Not sure, was using as normal. ### Outcome #### What did you expect? App works #### What happened instead? Element froze, couldn't open console, browser asked if I wanted to force close the tab or wait. I selected wait, it eventually fixed itself. Errors in console: ![Screenshot fro...
1.0
develop failed to load resource - ### Steps to reproduce Not sure, was using as normal. ### Outcome #### What did you expect? App works #### What happened instead? Element froze, couldn't open console, browser asked if I wanted to force close the tab or wait. I selected wait, it eventually fixed itself. Er...
defect
develop failed to load resource steps to reproduce not sure was using as normal outcome what did you expect app works what happened instead element froze couldn t open console browser asked if i wanted to force close the tab or wait i selected wait it eventually fixed itself er...
1
510,221
14,786,955,803
IssuesEvent
2021-01-12 06:41:46
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.facebook.com - site is not usable
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox 85.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/65394 --> **URL**: https://www.facebook.com/ **Browser / Version**: Firefox 85.0 ...
1.0
www.facebook.com - site is not usable - <!-- @browser: Firefox 85.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/65394 --> **URL**: https://www.facebook.co...
non_defect
site is not usable url browser version firefox operating system windows tested another browser yes safari problem type site is not usable description browser unsupported steps to reproduce the page wont load view the screenshot img alt s...
0
78,596
27,617,743,900
IssuesEvent
2023-03-09 20:50:26
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Issue running a model with PIU + ReturnPlenum
Defect
Issue overview -------------- When a return plenum is used in conjunction with a PIU, the `PoweredInductionUnits::PIUInducesPlenumAir` is called here in `ZonePlenum::GetZonePlenumInput`: https://github.com/NREL/EnergyPlus/blob/4a7322f8f2005215913c795504b4da46b5937086/src/EnergyPlus/ZonePlenum.cc#L423 That in t...
1.0
Issue running a model with PIU + ReturnPlenum - Issue overview -------------- When a return plenum is used in conjunction with a PIU, the `PoweredInductionUnits::PIUInducesPlenumAir` is called here in `ZonePlenum::GetZonePlenumInput`: https://github.com/NREL/EnergyPlus/blob/4a7322f8f2005215913c795504b4da46b593708...
defect
issue running a model with piu returnplenum issue overview when a return plenum is used in conjunction with a piu the poweredinductionunits piuinducesplenumair is called here in zoneplenum getzoneplenuminput that in turns calls poweredinductionunits getpius but at that point in...
1
133,742
5,207,476,143
IssuesEvent
2017-01-24 23:41:39
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Script giving different results in Mantid v3.8 and a recent branch
Priority: High
The following script: ``` Load(Filename=r'\\isis\inst$\ndxinter\instrument\data\cycle_16_2\INTER00038415.nxs', OutputWorkspace='38415', LoadMonitors=True) FilterByTime(InputWorkspace='38415', OutputWorkspace='38415_filter', StopTime=200) Rebin(InputWorkspace='38415_filter', OutputWorkspace='38415_0_200', Params='...
1.0
Script giving different results in Mantid v3.8 and a recent branch - The following script: ``` Load(Filename=r'\\isis\inst$\ndxinter\instrument\data\cycle_16_2\INTER00038415.nxs', OutputWorkspace='38415', LoadMonitors=True) FilterByTime(InputWorkspace='38415', OutputWorkspace='38415_filter', StopTime=200) Rebin(I...
non_defect
script giving different results in mantid and a recent branch the following script load filename r isis inst ndxinter instrument data cycle nxs outputworkspace loadmonitors true filterbytime inputworkspace outputworkspace filter stoptime rebin inputworkspace filter ou...
0
141,589
5,438,666,553
IssuesEvent
2017-03-06 11:06:35
qgis/qwc2-demo-app
https://api.github.com/repos/qgis/qwc2-demo-app
closed
Changing a theme should not change the map extent
high priority in progress
In the old QWC a change of theme would retain the current map extent. In QWC2, if one changes the theme, the map extent is changed to the full view of the new theme. I think the old behaviour of QWC was more intuitive, because often one wants to see the same map extent in different themes.
1.0
Changing a theme should not change the map extent - In the old QWC a change of theme would retain the current map extent. In QWC2, if one changes the theme, the map extent is changed to the full view of the new theme. I think the old behaviour of QWC was more intuitive, because often one wants to see the same map ex...
non_defect
changing a theme should not change the map extent in the old qwc a change of theme would retain the current map extent in if one changes the theme the map extent is changed to the full view of the new theme i think the old behaviour of qwc was more intuitive because often one wants to see the same map exten...
0
306,494
23,162,799,087
IssuesEvent
2022-07-29 19:50:20
SiloCityLabs/docker-nas
https://api.github.com/repos/SiloCityLabs/docker-nas
closed
Document paths
documentation enhancement
## Problem With v3 we had a slew of paths updated. ``` /docker-nas (repo folder) /docker-nas/home (used for user files, TV, Movies, User folders nextcloud, plex paths etc Mounted to containers) /docker-nas/docker-data /docker-nas/docker-templates ``` ## Solution We want to let the user know the new def...
1.0
Document paths - ## Problem With v3 we had a slew of paths updated. ``` /docker-nas (repo folder) /docker-nas/home (used for user files, TV, Movies, User folders nextcloud, plex paths etc Mounted to containers) /docker-nas/docker-data /docker-nas/docker-templates ``` ## Solution We want to let the user...
non_defect
document paths problem with we had a slew of paths updated docker nas repo folder docker nas home used for user files tv movies user folders nextcloud plex paths etc mounted to containers docker nas docker data docker nas docker templates solution we want to let the user ...
0
1,863
4,004,537,799
IssuesEvent
2016-05-12 07:47:02
IBM-Bluemix/logistics-wizard
https://api.github.com/repos/IBM-Bluemix/logistics-wizard
reopened
Define API and data model the ERP service expose
back end erp-service task
related to #16 how does the service interacts with the others.
1.0
Define API and data model the ERP service expose - related to #16 how does the service interacts with the others.
non_defect
define api and data model the erp service expose related to how does the service interacts with the others
0
50,923
13,187,977,885
IssuesEvent
2020-08-13 05:11:55
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[iceprod2] check dynamic sql bind parameters (Trac #1688)
Migrated from Trac defect iceprod
For the sql bind parameters (the ? character in a query), make sure that dynamic query creation is limited to 999 or less. If we go over, we need to make another query. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1688">https://code.icecube.wisc.edu/ticket/1688</a>, reported by ...
1.0
[iceprod2] check dynamic sql bind parameters (Trac #1688) - For the sql bind parameters (the ? character in a query), make sure that dynamic query creation is limited to 999 or less. If we go over, we need to make another query. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1688"...
defect
check dynamic sql bind parameters trac for the sql bind parameters the character in a query make sure that dynamic query creation is limited to or less if we go over we need to make another query migrated from json status closed changetime descri...
1
78,846
22,469,556,165
IssuesEvent
2022-06-22 06:50:20
TortugaResearch/Chain
https://api.github.com/repos/TortugaResearch/Chain
closed
TableAndView and GetByKey
Command Builders
If you use the `TableAndView` attribute, then GetByKey doesn't work because it doesn't know what the primary key is. When that happens, it should ask the table for it's primary key. (We have to assume that the developer setup the view correctly.)
1.0
TableAndView and GetByKey - If you use the `TableAndView` attribute, then GetByKey doesn't work because it doesn't know what the primary key is. When that happens, it should ask the table for it's primary key. (We have to assume that the developer setup the view correctly.)
non_defect
tableandview and getbykey if you use the tableandview attribute then getbykey doesn t work because it doesn t know what the primary key is when that happens it should ask the table for it s primary key we have to assume that the developer setup the view correctly
0
79,749
28,780,656,205
IssuesEvent
2023-05-02 00:09:09
ibus/ibus
https://api.github.com/repos/ibus/ibus
closed
IBus + anthy: Japanese characters (hiragana) invisible while typing
Type-Defect OpSys-All Priority-Low ibus Linux-Fedora gnome
Please fill in the following items if you don't know the root cause. Which distribution and version?: (E.g. Fedora 27. Check /etc/fedora-release) Gentoo Linux Which desktop environment and version?: (E.g. GNOME 3.24. Check $XDG_CURRENT_DESKTOP and your ISO image.) GNOME 43.3 Which session type?: (X11 o...
1.0
IBus + anthy: Japanese characters (hiragana) invisible while typing - Please fill in the following items if you don't know the root cause. Which distribution and version?: (E.g. Fedora 27. Check /etc/fedora-release) Gentoo Linux Which desktop environment and version?: (E.g. GNOME 3.24. Check $XDG_CURRENT_DES...
defect
ibus anthy japanese characters hiragana invisible while typing please fill in the following items if you don t know the root cause which distribution and version e g fedora check etc fedora release gentoo linux which desktop environment and version e g gnome check xdg current deskt...
1
11,579
2,658,797,431
IssuesEvent
2015-03-18 17:25:41
joolswills/plugin.video.iplayer
https://api.github.com/repos/joolswills/plugin.video.iplayer
closed
Cached channel logo images are HTML error pages
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Click on TV 2. Click on Watch Live 3. Switch to Thumbnail view 4. Click on a channel logo to start watching, after playback starts wait a few seconds then click stop. 5. Channel logo disappears, errors in log. What is the expected output? What do you see instead? Channe...
1.0
Cached channel logo images are HTML error pages - ``` What steps will reproduce the problem? 1. Click on TV 2. Click on Watch Live 3. Switch to Thumbnail view 4. Click on a channel logo to start watching, after playback starts wait a few seconds then click stop. 5. Channel logo disappears, errors in log. What is the...
defect
cached channel logo images are html error pages what steps will reproduce the problem click on tv click on watch live switch to thumbnail view click on a channel logo to start watching after playback starts wait a few seconds then click stop channel logo disappears errors in log what is the...
1
50,733
13,187,701,942
IssuesEvent
2020-08-13 04:17:18
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[millipeda] missing docstrings in examples (Trac #1248)
Migrated from Trac combo reconstruction defect
the scripts in resources/examples need a brief explanation what they do and what kind of input they expect. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1248">https://code.icecube.wisc.edu/ticket/1248</a>, reported by hdembinski and owned by jbraun</em></summary> <p> ```json { ...
1.0
[millipeda] missing docstrings in examples (Trac #1248) - the scripts in resources/examples need a brief explanation what they do and what kind of input they expect. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1248">https://code.icecube.wisc.edu/ticket/1248</a>, reported by hdem...
defect
missing docstrings in examples trac the scripts in resources examples need a brief explanation what they do and what kind of input they expect migrated from json status closed changetime description the scripts in resources examples need a brief explana...
1
132,713
28,311,238,001
IssuesEvent
2023-04-10 15:34:50
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Code Table Request - ANSP: Academy of Natural Sciences of Drexel University
Function-CodeTables
## Instructions This is a template to facilitate communication with the Arctos Code Table Committee. Submit a separate request for each relevant value. This form is appropriate for exploring how data may best be stored, for adding vocabulary, or for updating existing definitions. Reviewing documentation before pr...
1.0
Code Table Request - ANSP: Academy of Natural Sciences of Drexel University - ## Instructions This is a template to facilitate communication with the Arctos Code Table Committee. Submit a separate request for each relevant value. This form is appropriate for exploring how data may best be stored, for adding vocabula...
non_defect
code table request ansp academy of natural sciences of drexel university instructions this is a template to facilitate communication with the arctos code table committee submit a separate request for each relevant value this form is appropriate for exploring how data may best be stored for adding vocabula...
0
218,068
16,920,562,788
IssuesEvent
2021-06-25 04:35:50
egal/test
https://api.github.com/repos/egal/test
opened
Создание правил написания кода при работе с фреймворком.
backend frontend test
Уже есть стандарты написания кода для пользователей фреймворка. https://www.notion.so/066764c6bb9f466ea057f60f40ed892f Необходимо доработать эти документы и возможно добавить еще.
1.0
Создание правил написания кода при работе с фреймворком. - Уже есть стандарты написания кода для пользователей фреймворка. https://www.notion.so/066764c6bb9f466ea057f60f40ed892f Необходимо доработать эти документы и возможно добавить еще.
non_defect
создание правил написания кода при работе с фреймворком уже есть стандарты написания кода для пользователей фреймворка необходимо доработать эти документы и возможно добавить еще
0
31,497
2,733,156,095
IssuesEvent
2015-04-17 12:09:56
tjcsl/cslbot
https://api.github.com/repos/tjcsl/cslbot
closed
gizoogle filter strips anything after an opening HTML (<) tag
bot bug high priority
No description given. Issue created by jwoglom!~jwoglom@unaffiliated/jwoglom
1.0
gizoogle filter strips anything after an opening HTML (<) tag - No description given. Issue created by jwoglom!~jwoglom@unaffiliated/jwoglom
non_defect
gizoogle filter strips anything after an opening html tag no description given issue created by jwoglom jwoglom unaffiliated jwoglom
0
4,328
6,542,579,970
IssuesEvent
2017-09-02 09:14:11
anand-bhat/httpswatch
https://api.github.com/repos/anand-bhat/httpswatch
closed
makemyreturns.com
C [A-] No FS [B] RC4 [B] SSLv3 [B] Weak DH [C] POODLE (SSL) [Indian Tax Preparation Services] Make My Returns
Organization: Make My Returns Type: Indian Tax Preparation Service Host: makemyreturns.com Function: Home page https://www.ssllabs.com/ssltest/analyze.html?d=makemyreturns.com&ignoreMismatch=on Grade: C Issues: 1. SSL POODLE 2. RC4 3. SSL3 4. Weak DH 5. No FS
1.0
makemyreturns.com - Organization: Make My Returns Type: Indian Tax Preparation Service Host: makemyreturns.com Function: Home page https://www.ssllabs.com/ssltest/analyze.html?d=makemyreturns.com&ignoreMismatch=on Grade: C Issues: 1. SSL POODLE 2. RC4 3. SSL3 4. Weak DH 5. No FS
non_defect
makemyreturns com organization make my returns type indian tax preparation service host makemyreturns com function home page grade c issues ssl poodle weak dh no fs
0
69,534
22,419,712,433
IssuesEvent
2022-06-20 00:33:05
jezzsantos/automate
https://api.github.com/repos/jezzsantos/automate
closed
Alternative language for commands
defect-design
`automate build toolkit` should really be `automate publish pattern` or `automate publish toolkit`. (use aliases to support all variants)
1.0
Alternative language for commands - `automate build toolkit` should really be `automate publish pattern` or `automate publish toolkit`. (use aliases to support all variants)
defect
alternative language for commands automate build toolkit should really be automate publish pattern or automate publish toolkit use aliases to support all variants
1
176,732
21,443,044,151
IssuesEvent
2022-04-25 01:01:15
jgeraigery/spring-session
https://api.github.com/repos/jgeraigery/spring-session
closed
CVE-2019-12086 (High) detected in jackson-databind-2.9.6.jar, jackson-databind-2.9.8.jar - autoclosed
security vulnerability
## CVE-2019-12086 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.8.jar</b></p></summary> <p> <details><summary><b>jackson-dat...
True
CVE-2019-12086 (High) detected in jackson-databind-2.9.6.jar, jackson-databind-2.9.8.jar - autoclosed - ## CVE-2019-12086 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-datab...
non_defect
cve high detected in jackson databind jar jackson databind jar autoclosed cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on...
0
48,793
13,184,741,380
IssuesEvent
2020-08-12 20:00:35
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
NFE calling PushFrame multiple time (Trac #212)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/212 , reported by blaufuss and owned by mwallraff_</summary> <p> ```json { "status": "closed", "changetime": "2010-11-10T11:29:13", "description": "If the NFEPulseMerger is used, along with poorly configured \nNFE settings (so no pul...
1.0
NFE calling PushFrame multiple time (Trac #212) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/212 , reported by blaufuss and owned by mwallraff_</summary> <p> ```json { "status": "closed", "changetime": "2010-11-10T11:29:13", "description": "If the NFEPulseMerger is used, alon...
defect
nfe calling pushframe multiple time trac migrated from reported by blaufuss and owned by mwallraff json status closed changetime description if the nfepulsemerger is used along with poorly configured nnfe settings so no pulses generated you get mult...
1
79,922
29,522,696,234
IssuesEvent
2023-06-05 04:23:10
softwaredelta/GNP
https://api.github.com/repos/softwaredelta/GNP
closed
[FRONT] When editing a group does not re-render
bug defectlog
### ID in the defect log: * 99 ### Expected behaviour: * When editing a group should reflect the changes immediately ### Defective behaviour: * When editing the group and returning the group view still has the same name #### Steps to replicate defect (optional if defect is not aparent): * Enter a group and e...
1.0
[FRONT] When editing a group does not re-render - ### ID in the defect log: * 99 ### Expected behaviour: * When editing a group should reflect the changes immediately ### Defective behaviour: * When editing the group and returning the group view still has the same name #### Steps to replicate defect (optional ...
defect
when editing a group does not re render id in the defect log expected behaviour when editing a group should reflect the changes immediately defective behaviour when editing the group and returning the group view still has the same name steps to replicate defect optional if defe...
1
50,867
13,187,919,375
IssuesEvent
2020-08-13 05:01:54
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[IceHive] tests gone wild! (Trac #1562)
Migrated from Trac combo reconstruction defect
See #1553 ``` 21230 ? Rl 26416:47 python /home/nega/i3/combo/src/IceHive/resources/test/i3hiveclusterTest.py``` ```text (gdb) bt https://code.icecube.wisc.edu/ticket/0 0x00007f80e00414fd in write () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007f80dffc3bff in _IO_new_file_write (f=0x7f80e030f640 <_IO...
1.0
[IceHive] tests gone wild! (Trac #1562) - See #1553 ``` 21230 ? Rl 26416:47 python /home/nega/i3/combo/src/IceHive/resources/test/i3hiveclusterTest.py``` ```text (gdb) bt https://code.icecube.wisc.edu/ticket/0 0x00007f80e00414fd in write () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007f80dffc3bff in...
defect
tests gone wild trac see rl python home nega combo src icehive resources test py text gdb bt in write at sysdeps unix syscall template s in io new file write f data n at fileops c in new do write to do data info hivesplitt...
1
382,657
26,509,107,247
IssuesEvent
2023-01-18 15:49:56
dj-fiorex/angular2-smart-table
https://api.github.com/repos/dj-fiorex/angular2-smart-table
closed
Invalid demo link for expand row example
bug documentation
The demo link for the expand row example is invalid, valid link should be: https://github.com/dj-fiorex/angular2-smart-table/blob/master/projects/demo/src/app/pages/examples/custom-edit-view/row-expand-example.ts.
1.0
Invalid demo link for expand row example - The demo link for the expand row example is invalid, valid link should be: https://github.com/dj-fiorex/angular2-smart-table/blob/master/projects/demo/src/app/pages/examples/custom-edit-view/row-expand-example.ts.
non_defect
invalid demo link for expand row example the demo link for the expand row example is invalid valid link should be
0
55,634
14,599,438,261
IssuesEvent
2020-12-21 04:12:01
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
Multi input: Placeholder is not as per the fiori3 left side have more space
Defect Hunting Medium bug platform
Description: Placeholder is not as per the fiori3 spec. Left side have more space Expected: Space is not required. Screenshot: ![image](https://user-images.githubusercontent.com/32538291/100315070-051d8d00-2fde-11eb-9b22-ce2438f2b31b.png) Expeted: ![image](https://user-images.githubusercontent.com/325...
1.0
Multi input: Placeholder is not as per the fiori3 left side have more space - Description: Placeholder is not as per the fiori3 spec. Left side have more space Expected: Space is not required. Screenshot: ![image](https://user-images.githubusercontent.com/32538291/100315070-051d8d00-2fde-11eb-9b22-ce2438f2b...
defect
multi input placeholder is not as per the left side have more space description placeholder is not as per the spec left side have more space expected space is not required screenshot expeted
1
34,199
9,305,278,262
IssuesEvent
2019-03-25 05:46:20
nnsuite/nnstreamer
https://api.github.com/repos/nnsuite/nnstreamer
closed
[E1/ROS] CI Integration
backlog build/CI
This issue is a sub-item of https://github.com/nnsuite/nnstreamer/issues/1059. In order to ensure quality of code, we need to integrate our [TAOS-CI](https://github.com/nnsuite/TAOS-CI) into the [nnstreamer-ros](https://github.com/nnsuite/nnstreamer-ros) repository. **Action Items** - [x] For the test purpose, s...
1.0
[E1/ROS] CI Integration - This issue is a sub-item of https://github.com/nnsuite/nnstreamer/issues/1059. In order to ensure quality of code, we need to integrate our [TAOS-CI](https://github.com/nnsuite/TAOS-CI) into the [nnstreamer-ros](https://github.com/nnsuite/nnstreamer-ros) repository. **Action Items** - [...
non_defect
ci integration this issue is a sub item of in order to ensure quality of code we need to integrate our into the repository action items for the test purpose set up taos ci on local server instead of doing on a local server this has done on our aws development server please ref...
0
79,521
28,355,760,364
IssuesEvent
2023-04-12 07:11:34
DependencyTrack/dependency-track
https://api.github.com/repos/DependencyTrack/dependency-track
closed
Email Notification for OICD Groups is not working
defect p2
### Current Behavior I receive the mail notification when the team mapped to an alert contains local users, but I didn't get the Mail Notification when the Team is mapped to OIDC Group ### Steps to Reproduce 1. Setup OIDC Group in OIDC Tool 2. Add a user to that OIDC Group 3. Create an OIDC Group in Dependency Tra...
1.0
Email Notification for OICD Groups is not working - ### Current Behavior I receive the mail notification when the team mapped to an alert contains local users, but I didn't get the Mail Notification when the Team is mapped to OIDC Group ### Steps to Reproduce 1. Setup OIDC Group in OIDC Tool 2. Add a user to that ...
defect
email notification for oicd groups is not working current behavior i receive the mail notification when the team mapped to an alert contains local users but i didn t get the mail notification when the team is mapped to oidc group steps to reproduce setup oidc group in oidc tool add a user to that ...
1
96,048
27,733,493,488
IssuesEvent
2023-03-15 09:40:46
fumiX/fuBlog
https://api.github.com/repos/fumiX/fuBlog
closed
Creation docker container for deployment
build
Create a docker container containing node server and able to serve the UI pages. Details TBD.
1.0
Creation docker container for deployment - Create a docker container containing node server and able to serve the UI pages. Details TBD.
non_defect
creation docker container for deployment create a docker container containing node server and able to serve the ui pages details tbd
0
19,967
3,284,093,987
IssuesEvent
2015-10-28 15:24:56
wro4j/wro4j
https://api.github.com/repos/wro4j/wro4j
closed
Need updated lessCompiler in WRO4J
auto-migrated Type-Defect wontfix
``` What steps will reproduce the problem? 1. Download bootstrap v3.2 2. Setup a project to compile their less files 3. Compile with maven plugin It should process this but instead its having an issue compiling the new lessCss feature extend. This feature was introduced in v1.4 of less so if this can be worked into ...
1.0
Need updated lessCompiler in WRO4J - ``` What steps will reproduce the problem? 1. Download bootstrap v3.2 2. Setup a project to compile their less files 3. Compile with maven plugin It should process this but instead its having an issue compiling the new lessCss feature extend. This feature was introduced in v1.4 of...
defect
need updated lesscompiler in what steps will reproduce the problem download bootstrap setup a project to compile their less files compile with maven plugin it should process this but instead its having an issue compiling the new lesscss feature extend this feature was introduced in of less ...
1
51,422
13,207,469,985
IssuesEvent
2020-08-14 23:13:35
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
trigger config parameters are treated as int, not double (Trac #389)
Incomplete Migration Migrated from Trac dataclasses defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/389">https://code.icecube.wisc.edu/projects/icecube/ticket/389</a>, reported by jacobiand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-22T18:26:26", "_ts": "141668...
1.0
trigger config parameters are treated as int, not double (Trac #389) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/389">https://code.icecube.wisc.edu/projects/icecube/ticket/389</a>, reported by jacobiand owned by olivas</em></summary> <p> ```json { "status"...
defect
trigger config parameters are treated as int not double trac migrated from json status closed changetime ts description treats trigger settings as integers but the slop trigger has a setting rel v which is set to when creating a gcd th...
1
177,190
13,686,096,032
IssuesEvent
2020-09-30 08:11:52
zonemaster/zonemaster-engine
https://api.github.com/repos/zonemaster/zonemaster-engine
closed
No NO_CHILD from Basic01 when tested domain does not exist
A-TestCase T-Bug
Testing for xn--test0.se that does not exist (and cannot exist). Note that there is no **NO_CHILD** message on level _ERROR_ as expected. ``` Seconds Level Module Message ======= ========= ============ ======= 0.00 INFO SYSTEM Using version v3.1.1 of the Zonemaster engine. 0.09 INFO ...
1.0
No NO_CHILD from Basic01 when tested domain does not exist - Testing for xn--test0.se that does not exist (and cannot exist). Note that there is no **NO_CHILD** message on level _ERROR_ as expected. ``` Seconds Level Module Message ======= ========= ============ ======= 0.00 INFO SYSTEM Us...
non_defect
no no child from when tested domain does not exist testing for xn se that does not exist and cannot exist note that there is no no child message on level error as expected seconds level module message info system using version...
0
29,114
7,058,056,033
IssuesEvent
2018-01-04 18:48:06
WordImpress/Give
https://api.github.com/repos/WordImpress/Give
closed
[Give 2.0] preview_id and user_id repeated in query string when preview email
bug code improvement
## Issue Overview <!-- This is a brief overview of the issue. ---> Currently, When we preview email with a donation and switching donation id then it will add new preview id instead of replacing old. See video: https://screencast-o-matic.com/watch/cFVVlGoV6s ## Expected Behavior <!-- If you're describing a bug...
1.0
[Give 2.0] preview_id and user_id repeated in query string when preview email - ## Issue Overview <!-- This is a brief overview of the issue. ---> Currently, When we preview email with a donation and switching donation id then it will add new preview id instead of replacing old. See video: https://screencast-o-mat...
non_defect
preview id and user id repeated in query string when preview email issue overview currently when we preview email with a donation and switching donation id then it will add new preview id instead of replacing old see video expected behavior preview id should not repeat in the query str...
0
394,613
11,646,160,620
IssuesEvent
2020-03-01 07:08:42
kubernetes/website
https://api.github.com/repos/kubernetes/website
closed
Clean up “Non-preempting PriorityClasses” page section
good first issue help wanted kind/cleanup priority/backlog
**This is a cleanup issue** This issue is about clean-up work for https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#non-preempting-priority-class 1. The [table of contents](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#markdown-toc) does not list “Non-preempti...
1.0
Clean up “Non-preempting PriorityClasses” page section - **This is a cleanup issue** This issue is about clean-up work for https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#non-preempting-priority-class 1. The [table of contents](https://kubernetes.io/docs/concepts/configuration/pod-prior...
non_defect
clean up “non preempting priorityclasses” page section this is a cleanup issue this issue is about clean up work for the does not list “non preempting priorityclasses” the section for should use a shortcode proposed solution change the heading level for markdow...
0
72,583
9,600,090,492
IssuesEvent
2019-05-10 08:31:43
ampproject/docs
https://api.github.com/repos/ampproject/docs
closed
amp.dev stories docs missing amp-story link in side nav
Category: Documentation P0: Critical Site: amp.dev Type: Bug
## Description of the issue found on ampproject.org Please provide: - https://amp.dev/documentation/components.html?format=stories - This page, which is filtered to the stories view, is missing amp-story itself in the component nav on the side. ## How do we reproduce the issue? Please provide the steps to ...
1.0
amp.dev stories docs missing amp-story link in side nav - ## Description of the issue found on ampproject.org Please provide: - https://amp.dev/documentation/components.html?format=stories - This page, which is filtered to the stories view, is missing amp-story itself in the component nav on the side. ## How ...
non_defect
amp dev stories docs missing amp story link in side nav description of the issue found on ampproject org please provide this page which is filtered to the stories view is missing amp story itself in the component nav on the side how do we reproduce the issue please provide the steps to r...
0
29,662
5,794,564,805
IssuesEvent
2017-05-02 15:10:32
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
ErlyDTL compiler creates too many atoms
defect
One of our servers just crashed with `no more index entries in atom_tab (max=1048576)`. As it turns out, the number of atom entries is very high on other servers as well. @mworrell reports nearly 1M entries on one of his servers. The culprit seems to be [this line](https://github.com/zotonic/zotonic/blob/0.x/src/erl...
1.0
ErlyDTL compiler creates too many atoms - One of our servers just crashed with `no more index entries in atom_tab (max=1048576)`. As it turns out, the number of atom entries is very high on other servers as well. @mworrell reports nearly 1M entries on one of his servers. The culprit seems to be [this line](https://g...
defect
erlydtl compiler creates too many atoms one of our servers just crashed with no more index entries in atom tab max as it turns out the number of atom entries is very high on other servers as well mworrell reports nearly entries on one of his servers the culprit seems to be in erlydtl compiler
1
7,638
2,610,408,258
IssuesEvent
2015-02-26 20:12:39
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
opened
[Defect] AT-UT Anti-Inf Turrets
auto-migrated Priority-Medium Type-Defect
``` The anti-inf turrets on the AT-UT don't turn or fire. Assumed to be a defect. ``` ----- Original issue reported on code.google.com by `Klaku...@gmail.com` on 10 May 2012 at 6:19
1.0
[Defect] AT-UT Anti-Inf Turrets - ``` The anti-inf turrets on the AT-UT don't turn or fire. Assumed to be a defect. ``` ----- Original issue reported on code.google.com by `Klaku...@gmail.com` on 10 May 2012 at 6:19
defect
at ut anti inf turrets the anti inf turrets on the at ut don t turn or fire assumed to be a defect original issue reported on code google com by klaku gmail com on may at
1
280,239
8,679,391,052
IssuesEvent
2018-11-30 23:36:56
AugurProject/augur-node
https://api.github.com/repos/AugurProject/augur-node
closed
Augur Node Warp Sync
Priority: High feature v1
In order to reduce the startup time currently required to get an Augur Node synced we'd like to provide functionality to take and retrieve snapshots /deltas in a decentralized manner. The basic premise would be to assume there is some external mapping of block => hash which AN can query. With this hash AN can then req...
1.0
Augur Node Warp Sync - In order to reduce the startup time currently required to get an Augur Node synced we'd like to provide functionality to take and retrieve snapshots /deltas in a decentralized manner. The basic premise would be to assume there is some external mapping of block => hash which AN can query. With th...
non_defect
augur node warp sync in order to reduce the startup time currently required to get an augur node synced we d like to provide functionality to take and retrieve snapshots deltas in a decentralized manner the basic premise would be to assume there is some external mapping of block hash which an can query with th...
0
19,238
3,163,472,446
IssuesEvent
2015-09-20 09:40:49
prest3/php52-backports
https://api.github.com/repos/prest3/php52-backports
closed
SOAP fixes missing
auto-migrated Priority-Medium Type-Defect
``` The security patch lacks of two security fixes by PHP.NET team after PHP 5.2 went EOL, those fixes were still committed to their SVN but were never released neither snapshots where made. I have included those fixes in my custom PHP build for Windows and I'd like to see them merged with this project. http://svn...
1.0
SOAP fixes missing - ``` The security patch lacks of two security fixes by PHP.NET team after PHP 5.2 went EOL, those fixes were still committed to their SVN but were never released neither snapshots where made. I have included those fixes in my custom PHP build for Windows and I'd like to see them merged with this...
defect
soap fixes missing the security patch lacks of two security fixes by php net team after php went eol those fixes were still committed to their svn but were never released neither snapshots where made i have included those fixes in my custom php build for windows and i d like to see them merged with this...
1
151,093
19,648,459,858
IssuesEvent
2022-01-10 01:46:50
iburton/frozen_archive
https://api.github.com/repos/iburton/frozen_archive
opened
CVE-2020-7720 (High) detected in node-forge-0.9.0.tgz
security vulnerability
## CVE-2020-7720 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.9.0.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, PKI,...
True
CVE-2020-7720 (High) detected in node-forge-0.9.0.tgz - ## CVE-2020-7720 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.9.0.tgz</b></p></summary> <p>JavaScript implementa...
non_defect
cve high detected in node forge tgz cve high severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency file ...
0
55,467
14,500,514,436
IssuesEvent
2020-12-11 18:08:57
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Return Fan:VariableVolume Fan Power Minimum Flow Fraction imposes air loop flow
Defect PriorityLow
Issue overview -------------- Return Fan:VariableVolume imposes air loop flow to _Fan Power Minimum Flow Fraction_ despite E+I/O states the opposite: > This field does not enforce the system air flow rate during simulation ### Details It seems to happen with return fan but not with supply fan.
1.0
Return Fan:VariableVolume Fan Power Minimum Flow Fraction imposes air loop flow - Issue overview -------------- Return Fan:VariableVolume imposes air loop flow to _Fan Power Minimum Flow Fraction_ despite E+I/O states the opposite: > This field does not enforce the system air flow rate during simulation ### Det...
defect
return fan variablevolume fan power minimum flow fraction imposes air loop flow issue overview return fan variablevolume imposes air loop flow to fan power minimum flow fraction despite e i o states the opposite this field does not enforce the system air flow rate during simulation det...
1
37,704
8,477,299,972
IssuesEvent
2018-10-25 02:18:23
STEllAR-GROUP/phylanx
https://api.github.com/repos/STEllAR-GROUP/phylanx
opened
'arange' with one or two arguments.
category: primitives submodule: backend type: defect
If the number of arguments to 'arange' is less than 3, e.g.: ```py from phylanx import Phylanx import numpy as np @Phylanx def test_arange_one_args(): a = np.arange(3) return a assert(test_arange_one_args() == np.arange(3)).all() @Phylanx def test_arange_two_args(): a = np.arange(1, 3) ...
1.0
'arange' with one or two arguments. - If the number of arguments to 'arange' is less than 3, e.g.: ```py from phylanx import Phylanx import numpy as np @Phylanx def test_arange_one_args(): a = np.arange(3) return a assert(test_arange_one_args() == np.arange(3)).all() @Phylanx def test_arange_t...
defect
arange with one or two arguments if the number of arguments to arange is less than e g py from phylanx import phylanx import numpy as np phylanx def test arange one args a np arange return a assert test arange one args np arange all phylanx def test arange t...
1
45,646
12,969,763,282
IssuesEvent
2020-07-21 08:17:31
IvanGenesoto/amazeown
https://api.github.com/repos/IvanGenesoto/amazeown
opened
Missing total in confirmation is fixed.
defect
## Expected Checkout total in confirmation. ## Instead Total is missing.
1.0
Missing total in confirmation is fixed. - ## Expected Checkout total in confirmation. ## Instead Total is missing.
defect
missing total in confirmation is fixed expected checkout total in confirmation instead total is missing
1
57,595
15,877,788,712
IssuesEvent
2021-04-09 10:05:43
owncloud/ocis
https://api.github.com/repos/owncloud/ocis
closed
Trashbin Delete not working
Category:Defect Type:Bug
Delete a file and try to remove that file from the trasibn we get error. ``` curl 'http://172.17.0.1:9140/remote.php/dav/trash-bin/TU1/test.html.d1585113012' -X DELETE -u tu1:1234 -v ``` ... < HTTP/1.1 405 Method Not Allowed ... ```
1.0
Trashbin Delete not working - Delete a file and try to remove that file from the trasibn we get error. ``` curl 'http://172.17.0.1:9140/remote.php/dav/trash-bin/TU1/test.html.d1585113012' -X DELETE -u tu1:1234 -v ``` ... < HTTP/1.1 405 Method Not Allowed ... ```
defect
trashbin delete not working delete a file and try to remove that file from the trasibn we get error curl x delete u v http method not allowed
1
74,985
25,468,199,404
IssuesEvent
2022-11-25 07:36:56
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Rich text editor: plus button menu stucked
T-Defect
### Steps to reproduce 1. Enable rich text editor 2. Go to some room 3. Tap to (+) button below 4. Swipe menu down 5. Menu got stucked ![obrazek](https://user-images.githubusercontent.com/15554561/203925925-4cbaecb7-d16b-438e-bbfd-e8fd19c052af.png) ### Outcome #### What did you expect? Swipe down should diss...
1.0
Rich text editor: plus button menu stucked - ### Steps to reproduce 1. Enable rich text editor 2. Go to some room 3. Tap to (+) button below 4. Swipe menu down 5. Menu got stucked ![obrazek](https://user-images.githubusercontent.com/15554561/203925925-4cbaecb7-d16b-438e-bbfd-e8fd19c052af.png) ### Outcome ####...
defect
rich text editor plus button menu stucked steps to reproduce enable rich text editor go to some room tap to button below swipe menu down menu got stucked outcome what did you expect swipe down should dissapear that menu what happened instead menu got stucked ...
1
153,598
24,156,967,225
IssuesEvent
2022-09-22 08:31:01
nextunicorn-inc/nu-packages
https://api.github.com/repos/nextunicorn-inc/nu-packages
opened
🌟 FEATURE: Select 추가
🌟 FEATURE 🌱DESIGN
## 🚩 요구사항 - Select 박스를 추가한다. <br/> ## 💡 구현 방안 - 오픈소스 라이브러리를 가져와서 커스텀한다. <br/> ## 🌐 참고 자료 - [레포](https://github.com/hc-oss/react-multi-select-component) <br/>
1.0
🌟 FEATURE: Select 추가 - ## 🚩 요구사항 - Select 박스를 추가한다. <br/> ## 💡 구현 방안 - 오픈소스 라이브러리를 가져와서 커스텀한다. <br/> ## 🌐 참고 자료 - [레포](https://github.com/hc-oss/react-multi-select-component) <br/>
non_defect
🌟 feature select 추가 🚩 요구사항 select 박스를 추가한다 💡 구현 방안 오픈소스 라이브러리를 가져와서 커스텀한다 🌐 참고 자료
0
495,261
14,274,781,614
IssuesEvent
2020-11-22 06:17:08
grpc/grpc
https://api.github.com/repos/grpc/grpc
opened
Can this library communicate with Grpc.AspNetCore (2.32.0) NuGet package project and how?
kind/question priority/P3
This is the error I get: Grpc.Core.RpcException: 'Status(StatusCode="Unavailable", Detail="failed to connect to all addresses", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1606025509.864000000","description":"Failed to pick subchannel","file":"T:\src\github\grpc\workspace_csharp_ext_windo...
1.0
Can this library communicate with Grpc.AspNetCore (2.32.0) NuGet package project and how? - This is the error I get: Grpc.Core.RpcException: 'Status(StatusCode="Unavailable", Detail="failed to connect to all addresses", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1606025509.864000000","de...
non_defect
can this library communicate with grpc aspnetcore nuget package project and how this is the error i get grpc core rpcexception status statuscode unavailable detail failed to connect to all addresses debugexception grpc core internal coreerrordetailexception created description failed...
0
71,900
23,846,047,886
IssuesEvent
2022-09-06 14:06:18
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Inviting a user on matrix.org over federation can result in the inviter receiving no state after the invitee joins
z-p1 A-Federation T-Defect A-Invite
Which triggers https://github.com/vector-im/riot-web/issues/7331, which is an incredibly bad experience. @michaelkaye span up a new HHS, invited his matrix.org user to it, and promptly got hit with the riot warning due to the HHS haven't received any state. This may also be related to the mess at https://github.c...
1.0
Inviting a user on matrix.org over federation can result in the inviter receiving no state after the invitee joins - Which triggers https://github.com/vector-im/riot-web/issues/7331, which is an incredibly bad experience. @michaelkaye span up a new HHS, invited his matrix.org user to it, and promptly got hit with th...
defect
inviting a user on matrix org over federation can result in the inviter receiving no state after the invitee joins which triggers which is an incredibly bad experience michaelkaye span up a new hhs invited his matrix org user to it and promptly got hit with the riot warning due to the hhs haven t received an...
1
105,121
22,908,757,498
IssuesEvent
2022-07-16 01:31:47
smuldoon1/F1GameTelemetryLibrary
https://api.github.com/repos/smuldoon1/F1GameTelemetryLibrary
opened
Store app critical data in project
enhancement code-improvement
Move data that is critical to the app such as the Teams and Nationalities tables to a file in the project that re-populates the database when necessary. This will make it simpler to wipe the database to run test data.
1.0
Store app critical data in project - Move data that is critical to the app such as the Teams and Nationalities tables to a file in the project that re-populates the database when necessary. This will make it simpler to wipe the database to run test data.
non_defect
store app critical data in project move data that is critical to the app such as the teams and nationalities tables to a file in the project that re populates the database when necessary this will make it simpler to wipe the database to run test data
0
201,587
23,018,621,897
IssuesEvent
2022-07-22 01:08:34
shiriivtsan/WordPress
https://api.github.com/repos/shiriivtsan/WordPress
opened
WS-2021-0133 (Medium) detected in tinymce-4.9.4.min.js
security vulnerability
## WS-2021-0133 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tinymce-4.9.4.min.js</b></p></summary> <p>TinyMCE rich text editor</p> <p>Library home page: <a href="https://cdnjs.cl...
True
WS-2021-0133 (Medium) detected in tinymce-4.9.4.min.js - ## WS-2021-0133 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tinymce-4.9.4.min.js</b></p></summary> <p>TinyMCE rich text e...
non_defect
ws medium detected in tinymce min js ws medium severity vulnerability vulnerable library tinymce min js tinymce rich text editor library home page a href path to vulnerable library wp includes js tinymce tinymce min js dependency hierarchy x tinymce ...
0
315,096
9,606,573,296
IssuesEvent
2019-05-11 11:39:40
CoffeeITWorks/ansible_burp2_server
https://api.github.com/repos/CoffeeITWorks/ansible_burp2_server
closed
more users with this ansible role
help wanted high_priority
Hi @deajan , I have noticed you are one of those users that contribute a lot to burp, and also use burp in production. Do you think it is feasible for you to use this ansible role? Also the other roles? What this role needs to have added for you? I'm looking for more people using it as it could benefit all ...
1.0
more users with this ansible role - Hi @deajan , I have noticed you are one of those users that contribute a lot to burp, and also use burp in production. Do you think it is feasible for you to use this ansible role? Also the other roles? What this role needs to have added for you? I'm looking for more peop...
non_defect
more users with this ansible role hi deajan i have noticed you are one of those users that contribute a lot to burp and also use burp in production do you think it is feasible for you to use this ansible role also the other roles what this role needs to have added for you i m looking for more peop...
0
42,544
5,474,565,091
IssuesEvent
2017-03-11 01:38:35
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
C# 7.0 patterns design concerns
Area-Language Design New Language Feature - Pattern Matching Question
Hi Roslyn team! After observing the C# 7.0 design proposals and trying to imagine future ReSharper features/suggestions/transformations that would help C# developers to adopt all the great language improvements, I have a few design concerns around patterns I wish to express here. I really hope this would be any helpfu...
1.0
C# 7.0 patterns design concerns - Hi Roslyn team! After observing the C# 7.0 design proposals and trying to imagine future ReSharper features/suggestions/transformations that would help C# developers to adopt all the great language improvements, I have a few design concerns around patterns I wish to express here. I re...
non_defect
c patterns design concerns hi roslyn team after observing the c design proposals and trying to imagine future resharper features suggestions transformations that would help c developers to adopt all the great language improvements i have a few design concerns around patterns i wish to express here i re...
0