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
602,827
18,508,736,414
IssuesEvent
2021-10-19 22:18:00
dtcenter/MET
https://api.github.com/repos/dtcenter/MET
opened
Modify the STAT-Analysis GO Index configuration file.
type: task priority: medium requestor: DTC/AF V&V MET: Configuration
## Describe the Task ## This is a very small change. Adjust the STAT-Analysis GO Index configuration file by changing PRMSL/Z0 to PRMSL/L0. When applying the GO Index and newly developed CBS Index to recent Air Force datasets, it was determined that while "L0" works, "Z0" does not. This necessitated that a separate co...
1.0
Modify the STAT-Analysis GO Index configuration file. - ## Describe the Task ## This is a very small change. Adjust the STAT-Analysis GO Index configuration file by changing PRMSL/Z0 to PRMSL/L0. When applying the GO Index and newly developed CBS Index to recent Air Force datasets, it was determined that while "L0" wo...
non_defect
modify the stat analysis go index configuration file describe the task this is a very small change adjust the stat analysis go index configuration file by changing prmsl to prmsl when applying the go index and newly developed cbs index to recent air force datasets it was determined that while works...
0
451,996
32,047,581,689
IssuesEvent
2023-09-23 06:45:49
hxijxe/ict-inf2001-p3-6
https://api.github.com/repos/hxijxe/ict-inf2001-p3-6
closed
#Task 1.4.1: Use Case Point
documentation
**Task title ID: #1.4.1** **What is the task about? Please describe in detail.** Describe the resources required and overall time required for the project. **What are the goals of the task? Please describe in detail.** Analyzing the complexity of each use case and calculate them together. **Success or completion cri...
1.0
#Task 1.4.1: Use Case Point - **Task title ID: #1.4.1** **What is the task about? Please describe in detail.** Describe the resources required and overall time required for the project. **What are the goals of the task? Please describe in detail.** Analyzing the complexity of each use case and calculate them together...
non_defect
task use case point task title id what is the task about please describe in detail describe the resources required and overall time required for the project what are the goals of the task please describe in detail analyzing the complexity of each use case and calculate them together...
0
7,196
3,082,707,180
IssuesEvent
2015-08-24 00:23:15
california-civic-data-coalition/django-calaccess-raw-data
https://api.github.com/repos/california-civic-data-coalition/django-calaccess-raw-data
opened
Add documentation for the ``ls_end_yr`` field on the ``CvrRegistrationCd`` database model
documentation enhancement small
## Your mission Add documentation for the ``ls_end_yr`` field on the ``CvrRegistrationCd`` database model. ## Here's how **Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT! **Step 2**: Open up the file that contains this model. It should be in <a href="https://github.com/californi...
1.0
Add documentation for the ``ls_end_yr`` field on the ``CvrRegistrationCd`` database model - ## Your mission Add documentation for the ``ls_end_yr`` field on the ``CvrRegistrationCd`` database model. ## Here's how **Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT! **Step 2**: Open...
non_defect
add documentation for the ls end yr field on the cvrregistrationcd database model your mission add documentation for the ls end yr field on the cvrregistrationcd database model here s how step claim this ticket by leaving a comment below tell everyone you re on it step open...
0
57,497
15,817,202,038
IssuesEvent
2021-04-05 14:16:18
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
FS doesn't "Member-ID" on ESL event when user leaves the conference
module: audio priority: normal status: accepted type: defect
Originally reported on Google Code with ID 1463 ``` We get a NPE when trying to get the Member-ID of the user that left the voice conference. We need then to figure out the user that left some other way. It would be good if we modify FS to return the Member-ID when the user leaves. ``` Reported by `ritzalam` on 20...
1.0
FS doesn't "Member-ID" on ESL event when user leaves the conference - Originally reported on Google Code with ID 1463 ``` We get a NPE when trying to get the Member-ID of the user that left the voice conference. We need then to figure out the user that left some other way. It would be good if we modify FS to return t...
defect
fs doesn t member id on esl event when user leaves the conference originally reported on google code with id we get a npe when trying to get the member id of the user that left the voice conference we need then to figure out the user that left some other way it would be good if we modify fs to return the ...
1
217,968
24,351,704,985
IssuesEvent
2022-10-03 01:11:33
kzonix/firecall-flex-apio
https://api.github.com/repos/kzonix/firecall-flex-apio
opened
CVE-2022-42004 (Medium) detected in jackson-databind-2.10.1.jar
security vulnerability
## CVE-2022-42004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.10.1.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core strea...
True
CVE-2022-42004 (Medium) detected in jackson-databind-2.10.1.jar - ## CVE-2022-42004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.10.1.jar</b></p></summary> <p>G...
non_defect
cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file build gradle path to vul...
0
64,324
18,434,699,295
IssuesEvent
2021-10-14 11:45:10
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Parser should support PERCENTILE_CONT / PERCENTILE_DISC with expressions as percentiles
T: Defect P: Medium E: All Editions C: Parser
### Expected behavior I think this should be correctly parsed by jooq (at least with postgresql dialect): ```sql SELECT PERCENTILE_DISC(T.percentile) WITHIN GROUP(ORDER BY T.value) FROM T ``` ### Actual behavior I get this error (demonstrable on https://www.jooq.org/translate/): ``` Unsigned numeric lite...
1.0
Parser should support PERCENTILE_CONT / PERCENTILE_DISC with expressions as percentiles - ### Expected behavior I think this should be correctly parsed by jooq (at least with postgresql dialect): ```sql SELECT PERCENTILE_DISC(T.percentile) WITHIN GROUP(ORDER BY T.value) FROM T ``` ### Actual behavior I get...
defect
parser should support percentile cont percentile disc with expressions as percentiles expected behavior i think this should be correctly parsed by jooq at least with postgresql dialect sql select percentile disc t percentile within group order by t value from t actual behavior i get...
1
365,170
10,778,822,748
IssuesEvent
2019-11-04 09:10:48
wso2/docs-ei
https://api.github.com/repos/wso2/docs-ei
opened
Point the 'Provide Feedback' from confluence docs to 'Git Docs'
Priority/Highest Type/UX
Configure the 'Provide Feedback' button in all EI 6.x.x doc version to create Git issues in [1]. [1] https://github.com/wso2/docs-ei/issues
1.0
Point the 'Provide Feedback' from confluence docs to 'Git Docs' - Configure the 'Provide Feedback' button in all EI 6.x.x doc version to create Git issues in [1]. [1] https://github.com/wso2/docs-ei/issues
non_defect
point the provide feedback from confluence docs to git docs configure the provide feedback button in all ei x x doc version to create git issues in
0
70,687
23,282,674,554
IssuesEvent
2022-08-05 13:35:53
galasa-dev/projectmanagement
https://api.github.com/repos/galasa-dev/projectmanagement
closed
Error injecting org.apache.maven.artifact.installer.DefaultArtifactInstaller
defect 5-Framework
User David Dai raised this issue on slack: Building a empty own galasa project as per the documentation user is experiencing the following when trying to mvn install the project: ``` [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Bui...
1.0
Error injecting org.apache.maven.artifact.installer.DefaultArtifactInstaller - User David Dai raised this issue on slack: Building a empty own galasa project as per the documentation user is experiencing the following when trying to mvn install the project: ``` [INFO] Scanning for projects... [INFO] -------------...
defect
error injecting org apache maven artifact installer defaultartifactinstaller user david dai raised this issue on slack building a empty own galasa project as per the documentation user is experiencing the following when trying to mvn install the project scanning for projects ...
1
60,405
17,023,417,348
IssuesEvent
2021-07-03 01:55:25
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
main map layer chooser untranslatable
Component: admin Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 4.56am, Thursday, 4th June 2009]** "Base layer" and "Overlays" come as defaults with openlayers, but they might be translatable. Layer names for sure can be made translatable.
1.0
main map layer chooser untranslatable - **[Submitted to the original trac issue database at 4.56am, Thursday, 4th June 2009]** "Base layer" and "Overlays" come as defaults with openlayers, but they might be translatable. Layer names for sure can be made translatable.
defect
main map layer chooser untranslatable base layer and overlays come as defaults with openlayers but they might be translatable layer names for sure can be made translatable
1
76,784
26,597,545,737
IssuesEvent
2023-01-23 13:35:47
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Threads sidebar getting stuck in individual threads
T-Defect S-Minor O-Uncommon A-Threads
### Steps to reproduce 1. Open thread sidebar 2. Click into a specific thread 3. Click the 'back' arrow to get back to the list of threads ### Outcome #### What did you expect? Being able to go back to the list of threads #### What happened instead? It gets 'stuck,' i.e. when I click the back button it refre...
1.0
Threads sidebar getting stuck in individual threads - ### Steps to reproduce 1. Open thread sidebar 2. Click into a specific thread 3. Click the 'back' arrow to get back to the list of threads ### Outcome #### What did you expect? Being able to go back to the list of threads #### What happened instead? It ge...
defect
threads sidebar getting stuck in individual threads steps to reproduce open thread sidebar click into a specific thread click the back arrow to get back to the list of threads outcome what did you expect being able to go back to the list of threads what happened instead it ge...
1
381,475
26,454,292,416
IssuesEvent
2023-01-16 13:27:41
Luanftg/codigo-do-futuro-api-dotnet
https://api.github.com/repos/Luanftg/codigo-do-futuro-api-dotnet
closed
Criar um .gitignore e apagar .vscode e obj
documentation
### 4-Criar um .gitignore e apagar .vscode e obj Não existe um .gitignore e por isso as pastas .vscode e obj existem, como podem conter informações sensíveis ou causar conflitos é necessário retira-las e configuar o .gitignore - [x] Criar .gitignore - [x] Apagar as pastas .vscode e obj
1.0
Criar um .gitignore e apagar .vscode e obj - ### 4-Criar um .gitignore e apagar .vscode e obj Não existe um .gitignore e por isso as pastas .vscode e obj existem, como podem conter informações sensíveis ou causar conflitos é necessário retira-las e configuar o .gitignore - [x] Criar .gitignore - [x] Apagar as pastas...
non_defect
criar um gitignore e apagar vscode e obj criar um gitignore e apagar vscode e obj não existe um gitignore e por isso as pastas vscode e obj existem como podem conter informações sensíveis ou causar conflitos é necessário retira las e configuar o gitignore criar gitignore apagar as pastas vs...
0
50,494
13,537,661,001
IssuesEvent
2020-09-16 10:51:39
hammondjm/ksa
https://api.github.com/repos/hammondjm/ksa
opened
CVE-2019-16335 (High) detected in jackson-databind-2.9.9.3.jar
security vulnerability
## CVE-2019-16335 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core stream...
True
CVE-2019-16335 (High) detected in jackson-databind-2.9.9.3.jar - ## CVE-2019-16335 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.3.jar</b></p></summary> <p>Gen...
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file ksa ksa web root ksa system...
0
48,418
13,068,519,455
IssuesEvent
2020-07-31 03:50:15
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[IceHive] Unused variables (Trac #2363)
Migrated from Trac combo reconstruction defect
I get the following warning when compiling IceHive ```text [281/1701] Building CXX object IceHive/CMakeFiles/IceHive.dir/private/IceHive/TriggerSplitter.cxx.o In file included from /Users/kmeagher/icecube/combo/src/IceHive/private/IceHive/TriggerSplitter.cxx:32: /Users/kmeagher/icecube/combo/src/IceHive/private/IceHi...
1.0
[IceHive] Unused variables (Trac #2363) - I get the following warning when compiling IceHive ```text [281/1701] Building CXX object IceHive/CMakeFiles/IceHive.dir/private/IceHive/TriggerSplitter.cxx.o In file included from /Users/kmeagher/icecube/combo/src/IceHive/private/IceHive/TriggerSplitter.cxx:32: /Users/kmeagh...
defect
unused variables trac i get the following warning when compiling icehive text building cxx object icehive cmakefiles icehive dir private icehive triggersplitter cxx o in file included from users kmeagher icecube combo src icehive private icehive triggersplitter cxx users kmeagher icecube combo src ...
1
53,957
13,262,558,752
IssuesEvent
2020-08-20 22:03:10
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[filterscripts] grecofilter crashes with Python3 (Trac #2391)
Migrated from Trac defect jeb + pnf
I'm getting the following error and a throw: ```text Traceback (most recent call last): File "/home/olivas/icecube/combo/trunk/build/lib/icecube/filterscripts/grecofilter.py", line 174, in FirstHit x, y, z, t, q = grecovariables.GetHitInformation(frame['I3Geometry'], hits, 1) File "/home/olivas/icecube/combo/...
1.0
[filterscripts] grecofilter crashes with Python3 (Trac #2391) - I'm getting the following error and a throw: ```text Traceback (most recent call last): File "/home/olivas/icecube/combo/trunk/build/lib/icecube/filterscripts/grecofilter.py", line 174, in FirstHit x, y, z, t, q = grecovariables.GetHitInformation(f...
defect
grecofilter crashes with trac i m getting the following error and a throw text traceback most recent call last file home olivas icecube combo trunk build lib icecube filterscripts grecofilter py line in firsthit x y z t q grecovariables gethitinformation frame hits file ...
1
24,610
3,906,218,344
IssuesEvent
2016-04-19 07:54:54
selinasee/JCHR4IV6WIWXKAUKECK6744D
https://api.github.com/repos/selinasee/JCHR4IV6WIWXKAUKECK6744D
closed
eR/F7hPtOlWFU0OKcFOFjGCBCH3IiCiqNoRlA5ZrrPtDDlxywioT0P7tLwCqfBwy4+pzE8N4bgLcby0/WcpR3xAsD3f5KWh0NaHbIig6EQ7jkUpd4g8pYKE1FOKyYGPFjPv8gfyu62LgCHU0PnPQ3p4l2Fe96YQGj/AqFFlADqQ=
design
EWIEEBN1PC3IJg5NS0m6fMk2+EL/vkEzVDrWK4ZVI5hQOwr0aimZfaCFwCD2bfI6T5nK0+5VIOxSVoJADLCNKiNUYesnlmnWdI1HZ2Izt7GTGIbToYmidOQZpUcHAT0HjZGtG6mXB0gFmgcpyIiyvUMJwjwqXA8TXIbs9kfjLHOsYTKvPPiN0oTxFNUb+VR0DMNIWPwPh2UDG8dV66fWZgzDSFj8D4dlAxvHVeun1mYMw0hY/A+HZQMbx1Xrp9ZmDMNIWPwPh2UDG8dV66fWZhuh+3WKy/waMsgOWcCMjdsfBl9utq0Ua3aVwlnVdToQ...
1.0
eR/F7hPtOlWFU0OKcFOFjGCBCH3IiCiqNoRlA5ZrrPtDDlxywioT0P7tLwCqfBwy4+pzE8N4bgLcby0/WcpR3xAsD3f5KWh0NaHbIig6EQ7jkUpd4g8pYKE1FOKyYGPFjPv8gfyu62LgCHU0PnPQ3p4l2Fe96YQGj/AqFFlADqQ= - EWIEEBN1PC3IJg5NS0m6fMk2+EL/vkEzVDrWK4ZVI5hQOwr0aimZfaCFwCD2bfI6T5nK0+5VIOxSVoJADLCNKiNUYesnlmnWdI1HZ2Izt7GTGIbToYmidOQZpUcHAT0HjZGtG6mXB0gFmgcpy...
non_defect
er aqffladqq el a j y dwv wonjnrwradqkluk ltdehl
0
50,154
13,505,873,893
IssuesEvent
2020-09-14 01:04:04
jtimberlake/moloch
https://api.github.com/repos/jtimberlake/moloch
closed
WS-2020-0070 (High) detected in lodash-4.17.13.tgz, lodash-4.17.15.tgz - autoclosed
security vulnerability
## WS-2020-0070 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.13.tgz</b>, <b>lodash-4.17.15.tgz</b></p></summary> <p> <details><summary><b>lodash-4.17.13.tgz</b></p></s...
True
WS-2020-0070 (High) detected in lodash-4.17.13.tgz, lodash-4.17.15.tgz - autoclosed - ## WS-2020-0070 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.13.tgz</b>, <b>lodash...
non_defect
ws high detected in lodash tgz lodash tgz autoclosed ws high severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash modular utilities library home page a href dependency hierarchy request promise ...
0
65,541
19,570,129,463
IssuesEvent
2022-01-04 08:53:40
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Red shield in forwarding preview
T-Defect S-Minor A-E2EE O-Occasional good first issue
### Steps to reproduce 1. forward a message (from a fully verified e2ee room?) ### Outcome #### What did you expect? no red shields #### What happened instead? red shield in the preview ### Operating system arch ### Application version Element Nightly version: 2021112501 Olm version: 3.2.3 ### How did you ...
1.0
Red shield in forwarding preview - ### Steps to reproduce 1. forward a message (from a fully verified e2ee room?) ### Outcome #### What did you expect? no red shields #### What happened instead? red shield in the preview ### Operating system arch ### Application version Element Nightly version: 2021112501 O...
defect
red shield in forwarding preview steps to reproduce forward a message from a fully verified room outcome what did you expect no red shields what happened instead red shield in the preview operating system arch application version element nightly version olm version ...
1
37,121
8,246,293,263
IssuesEvent
2018-09-11 12:30:41
gwaldron/osgearth
https://api.github.com/repos/gwaldron/osgearth
opened
FractalElevationLayer: does not work properly with elevation dataset
defect
Compositing a fractal_elevation on top of a normal elevation layer doesn't work properly; it causes the normal elevation layer to repeat: <elevation name="ReadyMap Elevation" driver="tms" enabled="true"> <url>http://readymap.org/readymap/tiles/1.0.0/116/</url> </elevation> <fractal_elevation...
1.0
FractalElevationLayer: does not work properly with elevation dataset - Compositing a fractal_elevation on top of a normal elevation layer doesn't work properly; it causes the normal elevation layer to repeat: <elevation name="ReadyMap Elevation" driver="tms" enabled="true"> <url>http://readymap.org/read...
defect
fractalelevationlayer does not work properly with elevation dataset compositing a fractal elevation on top of a normal elevation layer doesn t work properly it causes the normal elevation layer to repeat data seamless noise png
1
80,041
29,927,530,920
IssuesEvent
2023-06-22 07:05:12
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: Filtering articles into multiple labels causes huge slowdown
Type-Defect Component-DB Status-Partially-Fixed
### Brief description of the issue I make heavy use of filters and labels. Quite often I'm not able to go through everything for a while and so the articles can sit there unattended for some time until I'm able to look at them. Over time, the amount of articles build up and because many of them can be filtered into mo...
1.0
[BUG]: Filtering articles into multiple labels causes huge slowdown - ### Brief description of the issue I make heavy use of filters and labels. Quite often I'm not able to go through everything for a while and so the articles can sit there unattended for some time until I'm able to look at them. Over time, the amount...
defect
filtering articles into multiple labels causes huge slowdown brief description of the issue i make heavy use of filters and labels quite often i m not able to go through everything for a while and so the articles can sit there unattended for some time until i m able to look at them over time the amount of ...
1
14,893
2,831,390,185
IssuesEvent
2015-05-24 15:55:02
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
D90 not detected.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. connect OTG USB cable to phone (HTC Desire C) and to camera 2. launch DLSRdashboard 3. turn on D90 4. dashboard screen says 'no DSLR camera found on USB'. What is the expected output? What do you see instead? >> should connect to camera ? What version of the product are ...
1.0
D90 not detected. - ``` What steps will reproduce the problem? 1. connect OTG USB cable to phone (HTC Desire C) and to camera 2. launch DLSRdashboard 3. turn on D90 4. dashboard screen says 'no DSLR camera found on USB'. What is the expected output? What do you see instead? >> should connect to camera ? What version...
defect
not detected what steps will reproduce the problem connect otg usb cable to phone htc desire c and to camera launch dlsrdashboard turn on dashboard screen says no dslr camera found on usb what is the expected output what do you see instead should connect to camera what version of ...
1
35,010
7,522,681,351
IssuesEvent
2018-04-12 21:16:00
bridgedotnet/CLI
https://api.github.com/repos/bridgedotnet/CLI
closed
Exception thrown if console is not supported/attached
defect help wanted
Running from cygwin, I get this: ``` $ ./bridge.exe new Installing NuGet package 'Bridge': Error: The handle is invalid. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded) at Bridge.CLI.Program.AddPacka...
1.0
Exception thrown if console is not supported/attached - Running from cygwin, I get this: ``` $ ./bridge.exe new Installing NuGet package 'Bridge': Error: The handle is invalid. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.Console.GetBufferInfo(Boolean throwOnNoConsole...
defect
exception thrown if console is not supported attached running from cygwin i get this bridge exe new installing nuget package bridge error the handle is invalid at system io error winioerror errorcode string maybefullpath at system console getbufferinfo boolean throwonnoconsole bo...
1
71,144
23,468,811,496
IssuesEvent
2022-08-16 19:30:50
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
p-confirmPopup: Does not show even with a valid target
defect
### Describe the bug My code looks like this: ``` console.log(this.contextEvent.target); this.confirmationService.confirm({ target: this.contextEvent.target ? this.contextEvent.target : undefined, message: 'Are you sure that you want to proceed?', icon: 'pi pi-exclamation-triangle',...
1.0
p-confirmPopup: Does not show even with a valid target - ### Describe the bug My code looks like this: ``` console.log(this.contextEvent.target); this.confirmationService.confirm({ target: this.contextEvent.target ? this.contextEvent.target : undefined, message: 'Are you sure that you want...
defect
p confirmpopup does not show even with a valid target describe the bug my code looks like this console log this contextevent target this confirmationservice confirm target this contextevent target this contextevent target undefined message are you sure that you want...
1
205,086
7,093,862,349
IssuesEvent
2018-01-12 22:27:09
Earthereum/eth-space-mining
https://api.github.com/repos/Earthereum/eth-space-mining
opened
Setting up the testing framework
enhancement high priority
As we add more vital features, it's important to make sure all the parts are working. Need to set up a testing framework, write tests, and set up continuous integration.
1.0
Setting up the testing framework - As we add more vital features, it's important to make sure all the parts are working. Need to set up a testing framework, write tests, and set up continuous integration.
non_defect
setting up the testing framework as we add more vital features it s important to make sure all the parts are working need to set up a testing framework write tests and set up continuous integration
0
197,377
15,651,971,879
IssuesEvent
2021-03-23 10:49:24
k0sproject/k0s
https://api.github.com/repos/k0sproject/k0s
closed
add option for --single
area/configuration area/install documentation enhancement
**Is your feature request related to a problem? Please describe.** There are some processes running that are not needed when running `k0s` as a mini cluster on local laptop, like konnectivity. **Describe the solution you'd like** Would be nice with a `--single` option that tells `k0s` that we intend to not expand ...
1.0
add option for --single - **Is your feature request related to a problem? Please describe.** There are some processes running that are not needed when running `k0s` as a mini cluster on local laptop, like konnectivity. **Describe the solution you'd like** Would be nice with a `--single` option that tells `k0s` tha...
non_defect
add option for single is your feature request related to a problem please describe there are some processes running that are not needed when running as a mini cluster on local laptop like konnectivity describe the solution you d like would be nice with a single option that tells that we...
0
83,253
16,107,869,252
IssuesEvent
2021-04-27 17:03:09
carbon-design-system/carbon-website
https://api.github.com/repos/carbon-design-system/carbon-website
closed
docs(light variant): code snippet, overflow menu, tile
component: code-snippet component: overflow-menu component: tile role: visual 🎨 type: docs 📖
Need to add docs similar to input pages about the correct usage of the `--light` variants for these components: - [x] code snippet: https://github.com/carbon-design-system/carbon/pull/4342 - [x] overflow menu: https://github.com/carbon-design-system/carbon/pull/4347 - [ ] tile: https://github.com/carbon-design-syste...
1.0
docs(light variant): code snippet, overflow menu, tile - Need to add docs similar to input pages about the correct usage of the `--light` variants for these components: - [x] code snippet: https://github.com/carbon-design-system/carbon/pull/4342 - [x] overflow menu: https://github.com/carbon-design-system/carbon/pull...
non_defect
docs light variant code snippet overflow menu tile need to add docs similar to input pages about the correct usage of the light variants for these components code snippet overflow menu tile note include a don t on not using same color background with same color containers ...
0
124,938
26,563,954,797
IssuesEvent
2023-01-20 18:16:40
FerretDB/FerretDB
https://api.github.com/repos/FerretDB/FerretDB
closed
`proxy.(*Router).Route` panics
code/bug not ready
f1f559a77bcb8c101ee6ed3a942c8ba179088910 panics on `db.runCommand({explain: {count: "values"}})` in `task mongosh` with: ``` 2022-07-26T21:21:08.947+0300 DPANIC // 127.0.0.1:49325 -> 127.0.0.1:27017 clientconn/conn.go:130 expected length 70 (marshaled body size) + 16 (fixed marshaled header size) = 86, got 72 (er...
1.0
`proxy.(*Router).Route` panics - f1f559a77bcb8c101ee6ed3a942c8ba179088910 panics on `db.runCommand({explain: {count: "values"}})` in `task mongosh` with: ``` 2022-07-26T21:21:08.947+0300 DPANIC // 127.0.0.1:49325 -> 127.0.0.1:27017 clientconn/conn.go:130 expected length 70 (marshaled body size) + 16 (fixed marshal...
non_defect
proxy router route panics panics on db runcommand explain count values in task mongosh with dpanic clientconn conn go expected length marshaled body size fixed marshaled header size got err github com ferretdb ferretdb in...
0
107
2,508,337,797
IssuesEvent
2015-01-13 01:11:54
AtlasOfLivingAustralia/spatial-portal
https://api.github.com/repos/AtlasOfLivingAustralia/spatial-portal
closed
Invalid layer icon for generated layer
priority-medium status-ondev type-defect
Prediction produces a probability layer that is of type environmental (gridded with continuous values) but is displayed in the layer table in the SP as a list icon instead of a grid icon. Ditto, classification should produce an Australian icon? I suspect GDM may be the same (but there is a separate bug)- it shoul...
1.0
Invalid layer icon for generated layer - Prediction produces a probability layer that is of type environmental (gridded with continuous values) but is displayed in the layer table in the SP as a list icon instead of a grid icon. Ditto, classification should produce an Australian icon? I suspect GDM may be the sam...
defect
invalid layer icon for generated layer prediction produces a probability layer that is of type environmental gridded with continuous values but is displayed in the layer table in the sp as a list icon instead of a grid icon ditto classification should produce an australian icon i suspect gdm may be the sam...
1
298,807
22,573,487,924
IssuesEvent
2022-06-28 04:11:37
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
documentation issues of functions in scipy.stats.mstats
scipy.stats Documentation sprint
There is no documentation of the following functions in `mstats`: - [ ] `sen_seasonal_slopes` (https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.sen_seasonal_slopes.html) - [x] `trimmed_var` (https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.trimmed_var.html) - [x] `trim...
1.0
documentation issues of functions in scipy.stats.mstats - There is no documentation of the following functions in `mstats`: - [ ] `sen_seasonal_slopes` (https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.sen_seasonal_slopes.html) - [x] `trimmed_var` (https://docs.scipy.org/doc/scipy/reference/g...
non_defect
documentation issues of functions in scipy stats mstats there is no documentation of the following functions in mstats sen seasonal slopes trimmed var trimmed std trimmed mean in general there is little information on the functions references examples see e g ...
0
59,406
7,243,484,249
IssuesEvent
2018-02-14 11:54:26
pypa/warehouse
https://api.github.com/repos/pypa/warehouse
closed
Add 'activity log' to each project
Post launch - medium priority design
We want to be able to expose information on the changes that have been made to a project over time. In particular, this will be useful for viewing which maintainer uploaded different files. From a UI perspective, this could either be added as an extra tab on the project sidebar, _or_ exposed via a toggle button on the...
1.0
Add 'activity log' to each project - We want to be able to expose information on the changes that have been made to a project over time. In particular, this will be useful for viewing which maintainer uploaded different files. From a UI perspective, this could either be added as an extra tab on the project sidebar, _o...
non_defect
add activity log to each project we want to be able to expose information on the changes that have been made to a project over time in particular this will be useful for viewing which maintainer uploaded different files from a ui perspective this could either be added as an extra tab on the project sidebar o...
0
20,302
3,331,973,456
IssuesEvent
2015-11-11 18:03:26
googlei18n/noto-fonts
https://api.github.com/repos/googlei18n/noto-fonts
closed
Lepcha font should NOT use script tag 'lepc'
Android FoundIn-1.x Priority-Critical Script-Lepcha Type-Defect
moved from https://github.com/googlei18n/noto-alpha/issues/8 Imported from Google Code issue #8 created by behdad@google.com on 2013-11-12T20:47:13.000Z: ---------------------------------------------- For Lepcha, our recommendation is to NOT use the 'lepc' script tag if the font does not expect reordering to happen ...
1.0
Lepcha font should NOT use script tag 'lepc' - moved from https://github.com/googlei18n/noto-alpha/issues/8 Imported from Google Code issue #8 created by behdad@google.com on 2013-11-12T20:47:13.000Z: ---------------------------------------------- For Lepcha, our recommendation is to NOT use the 'lepc' script tag i...
defect
lepcha font should not use script tag lepc moved from imported from google code issue created by behdad google com on for lepcha our recommendation is to not use the lepc script tag if the font does not expect reordering to happen at the shaper...
1
40,540
10,036,979,914
IssuesEvent
2019-07-18 12:06:02
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Generator outputs duplicate method (not compilable)
T: Defect
Using `org.jooq.codegen.DefaultGenerator` with `org.jooq.codegen.DefaultGeneratorStrategy` input schema `pg_catalog` for a Postgres 10 DB, outputs duplicate method in class `PgStatGetSubscription`: ``` /** * Get the <code>subid</code> parameter OUT value from the routine */ public Long getSubi...
1.0
Generator outputs duplicate method (not compilable) - Using `org.jooq.codegen.DefaultGenerator` with `org.jooq.codegen.DefaultGeneratorStrategy` input schema `pg_catalog` for a Postgres 10 DB, outputs duplicate method in class `PgStatGetSubscription`: ``` /** * Get the <code>subid</code> parameter OUT va...
defect
generator outputs duplicate method not compilable using org jooq codegen defaultgenerator with org jooq codegen defaultgeneratorstrategy input schema pg catalog for a postgres db outputs duplicate method in class pgstatgetsubscription get the subid parameter out value from the...
1
57,916
14,242,019,082
IssuesEvent
2020-11-19 00:45:23
xamarin/xamarin-android
https://api.github.com/repos/xamarin/xamarin-android
closed
[Bug] Warning in Google Console when publishing an app from Visual Studio
Area: App+Library Build
### Description When I published my app to the new (beta) Google console, i got two warnings, one of them was "This App Bundle contains Java/Kotlin code, which might be obfuscated." I found this issue that describes my situation: https://github.com/apache/cordova-android/issues/1008 From what I read it seems th...
1.0
[Bug] Warning in Google Console when publishing an app from Visual Studio - ### Description When I published my app to the new (beta) Google console, i got two warnings, one of them was "This App Bundle contains Java/Kotlin code, which might be obfuscated." I found this issue that describes my situation: https://g...
non_defect
warning in google console when publishing an app from visual studio description when i published my app to the new beta google console i got two warnings one of them was this app bundle contains java kotlin code which might be obfuscated i found this issue that describes my situation from wha...
0
14,011
2,789,852,320
IssuesEvent
2015-05-08 21:55:32
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
closed
vAxis title is not displaying
Priority-Medium Type-Defect
Original [issue 294](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=294) created by orwant on 2010-05-25T15:47:04.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. Using the corechart package 2. S...
1.0
vAxis title is not displaying - Original [issue 294](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=294) created by orwant on 2010-05-25T15:47:04.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. U...
defect
vaxis title is not displaying original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code using the corechart package supply vaxis title foo and haxis title bar note that haxis appea...
1
250,505
21,313,675,274
IssuesEvent
2022-04-16 00:32:15
mylar3/mylar3
https://api.github.com/repos/mylar3/mylar3
closed
Recent error cannot search
pending testing
I'm getting when I try and manually search or when I try to add a series from the weekly pull list. 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/cherrypy/_cpr...
1.0
Recent error cannot search - I'm getting when I try and manually search or when I try to add a series from the weekly pull list. 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. Traceback (most recent call last): File "/usr/lib/python3....
non_defect
recent error cannot search i m getting when i try and manually search or when i try to add a series from the weekly pull list internal server error the server encountered an unexpected condition which prevented it from fulfilling the request traceback most recent call last file usr lib site p...
0
59,711
17,023,213,723
IssuesEvent
2021-07-03 00:53:21
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
osm2pgsql: improve handling of multipolygon relations
Component: osm2pgsql Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 12.04pm, Tuesday, 4th March 2008]** Following the mailing list discussion at http://lists.openstreetmap.org/pipermail/talk/2008-March/thread.html#23876 I've rewritten the definition at http://wiki.openstreetmap.org/index.php/Relations/Multipolygon. In particular: ...
1.0
osm2pgsql: improve handling of multipolygon relations - **[Submitted to the original trac issue database at 12.04pm, Tuesday, 4th March 2008]** Following the mailing list discussion at http://lists.openstreetmap.org/pipermail/talk/2008-March/thread.html#23876 I've rewritten the definition at http://wiki.openstreetmap....
defect
improve handling of multipolygon relations following the mailing list discussion at i ve rewritten the definition at in particular renderers shouldn t rely on the orientation of the ways involved only the tags of the outer polygon should be applied to the multipolygon inner polygons s...
1
10,197
4,724,496,984
IssuesEvent
2016-10-18 00:47:52
spring-projects/spring-security
https://api.github.com/repos/spring-projects/spring-security
closed
Spring 5 Compatabilty
Build and Admin Improvement
Support Spring 5.x and Spring 4.x. This is important for ensuring users can gradually migrate.
1.0
Spring 5 Compatabilty - Support Spring 5.x and Spring 4.x. This is important for ensuring users can gradually migrate.
non_defect
spring compatabilty support spring x and spring x this is important for ensuring users can gradually migrate
0
42,302
10,949,353,141
IssuesEvent
2019-11-26 10:40:50
contao/contao
https://api.github.com/repos/contao/contao
closed
Einstellungen "Maximale GD-Bildbreite" und "Maximale GD-Bildhöhe"
defect
In den Einstellungen werden die Felder "Maximale GD-Bildbreite" und "Maximale GD-Bildhöhe" angezeigt. Soweit dies für mich nachvollziehbar ist, gelten diese Einstellungen jedoch unabhängig von der verwendeten Erweiterung, also nicht nur für GD sondern auch für Imagick und Gmagick.
1.0
Einstellungen "Maximale GD-Bildbreite" und "Maximale GD-Bildhöhe" - In den Einstellungen werden die Felder "Maximale GD-Bildbreite" und "Maximale GD-Bildhöhe" angezeigt. Soweit dies für mich nachvollziehbar ist, gelten diese Einstellungen jedoch unabhängig von der verwendeten Erweiterung, also nicht nur für GD sonde...
defect
einstellungen maximale gd bildbreite und maximale gd bildhöhe in den einstellungen werden die felder maximale gd bildbreite und maximale gd bildhöhe angezeigt soweit dies für mich nachvollziehbar ist gelten diese einstellungen jedoch unabhängig von der verwendeten erweiterung also nicht nur für gd sonde...
1
23,954
16,717,993,075
IssuesEvent
2021-06-10 01:17:58
open-austin/BASTA-tfwa
https://api.github.com/repos/open-austin/BASTA-tfwa
opened
[Dev] Check if portal-app yarn readme should be deleted
Dev-Infrastructure Size-S
# Description Check if the BASTA-tfwa/tenant-file/portal-app/readme.md should be deleted. I tried to use it after installing `nvm` and got the message: ``` /bin/sh: react-scripts: command not found error Command failed with exit code 127. ``` I asked about the error code, and the consensus seemed to be that...
1.0
[Dev] Check if portal-app yarn readme should be deleted - # Description Check if the BASTA-tfwa/tenant-file/portal-app/readme.md should be deleted. I tried to use it after installing `nvm` and got the message: ``` /bin/sh: react-scripts: command not found error Command failed with exit code 127. ``` I asked...
non_defect
check if portal app yarn readme should be deleted description check if the basta tfwa tenant file portal app readme md should be deleted i tried to use it after installing nvm and got the message bin sh react scripts command not found error command failed with exit code i asked about...
0
135,301
18,678,891,002
IssuesEvent
2021-11-01 01:02:15
benchmarkdebricked/kubernetes
https://api.github.com/repos/benchmarkdebricked/kubernetes
opened
CVE-2019-11254 (Medium) detected in kubernetesv1.16.0-alpha.0
security vulnerability
## CVE-2019-11254 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kubernetesv1.16.0-alpha.0</b></p></summary> <p> <p>Production-Grade Container Scheduling and Management</p> <p>Libra...
True
CVE-2019-11254 (Medium) detected in kubernetesv1.16.0-alpha.0 - ## CVE-2019-11254 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kubernetesv1.16.0-alpha.0</b></p></summary> <p> <p>P...
non_defect
cve medium detected in alpha cve medium severity vulnerability vulnerable library alpha production grade container scheduling and management library home page a href vulnerable source files kubernetes vendor gopkg in yaml scannerc go ...
0
7,816
7,107,366,714
IssuesEvent
2018-01-16 19:43:46
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
opened
uap build hitting ApiCompat issues
area-Infrastructure
Official builds are hitting the following apicompat errors below. There are 2 issues that need to be understood: 1. Why is the build passing instead of failing because of the compat errors 2. The compat errors look to be a bug in the ApiCompat tool or configuration of it, so that needs to be understood. ``` 201...
1.0
uap build hitting ApiCompat issues - Official builds are hitting the following apicompat errors below. There are 2 issues that need to be understood: 1. Why is the build passing instead of failing because of the compat errors 2. The compat errors look to be a bug in the ApiCompat tool or configuration of it, so tha...
non_defect
uap build hitting apicompat issues official builds are hitting the following apicompat errors below there are issues that need to be understood why is the build passing instead of failing because of the compat errors the compat errors look to be a bug in the apicompat tool or configuration of it so tha...
0
428,089
12,402,881,228
IssuesEvent
2020-05-21 12:55:04
LorittaBot/Loritta
https://api.github.com/repos/LorittaBot/Loritta
closed
Concurrent update fails in the daily tax
Module: Loritta (Discord) 🎀 Priority: High Type: Bug 🐞
``` [19:00:10.833] [DailyTaxTask Executor Thread-0/WARN]: Transaction attempt #0 failed: org.postgresql.util.PSQLException: ERROR: could not serialize access due to concurrent update. Statement(s): UPDATE profiles SET money=(profiles.money - ?) WHERE profiles.marriage IS NOT NULL AND profiles.money >= ? at co...
1.0
Concurrent update fails in the daily tax - ``` [19:00:10.833] [DailyTaxTask Executor Thread-0/WARN]: Transaction attempt #0 failed: org.postgresql.util.PSQLException: ERROR: could not serialize access due to concurrent update. Statement(s): UPDATE profiles SET money=(profiles.money - ?) WHERE profiles.marriage IS NOT ...
non_defect
concurrent update fails in the daily tax transaction attempt failed org postgresql util psqlexception error could not serialize access due to concurrent update statement s update profiles set money profiles money where profiles marriage is not null and profiles money at com mrpo...
0
22,865
3,727,389,258
IssuesEvent
2016-03-06 08:04:54
godfather1103/mentohust
https://api.github.com/repos/godfather1103/mentohust
closed
有人在反编译v3算法吗
auto-migrated Priority-Medium Type-Defect
``` 有人在反编译v3算法吗? 最近在看v3算法,算是看出一点点结构了。 有大神研究吗?有的话大家可以交流一下 ``` Original issue reported on code.google.com by `wangming...@gmail.com` on 25 Aug 2013 at 12:06
1.0
有人在反编译v3算法吗 - ``` 有人在反编译v3算法吗? 最近在看v3算法,算是看出一点点结构了。 有大神研究吗?有的话大家可以交流一下 ``` Original issue reported on code.google.com by `wangming...@gmail.com` on 25 Aug 2013 at 12:06
defect
? ,算是看出一点点结构了。 有大神研究吗?有的话大家可以交流一下 original issue reported on code google com by wangming gmail com on aug at
1
505
2,928,523,970
IssuesEvent
2015-06-27 08:19:08
cnb/News_Manager-getsimplecms
https://api.github.com/repos/cnb/News_Manager-getsimplecms
closed
nm_post_url issues on I18N-based multilanguage sites (frontend)
compatibility
(Found by TeeJay) `nm_post_url()` may echo/return bad URLs, that contain `%nondefaultlanguage%` or `%language%` NM should call `i18n_init()` at hook *index-pretemplate* (ref: http://mvlcek.bplaced.net/get-simple/i18n)
True
nm_post_url issues on I18N-based multilanguage sites (frontend) - (Found by TeeJay) `nm_post_url()` may echo/return bad URLs, that contain `%nondefaultlanguage%` or `%language%` NM should call `i18n_init()` at hook *index-pretemplate* (ref: http://mvlcek.bplaced.net/get-simple/i18n)
non_defect
nm post url issues on based multilanguage sites frontend found by teejay nm post url may echo return bad urls that contain nondefaultlanguage or language nm should call init at hook index pretemplate ref
0
259,888
8,201,183,761
IssuesEvent
2018-09-01 14:40:56
backstagetechnicalservices/website
https://api.github.com/repos/backstagetechnicalservices/website
closed
Award votes deleted when releasing results
Priority: High Type: Bug Urgency: Short Term
Voting data seemed to be deleted when the results were opened. Possible that this was user error but not sure how! Cheers
1.0
Award votes deleted when releasing results - Voting data seemed to be deleted when the results were opened. Possible that this was user error but not sure how! Cheers
non_defect
award votes deleted when releasing results voting data seemed to be deleted when the results were opened possible that this was user error but not sure how cheers
0
287,358
21,651,701,310
IssuesEvent
2022-05-06 10:01:05
OpenSID/wiki-pbb
https://api.github.com/repos/OpenSID/wiki-pbb
closed
Gambar Panduan 22.05
documentation
Login <img width="100%" alt="login" src="https://user-images.githubusercontent.com/68048807/163296912-d1f68c97-0f82-4495-b4b0-2722c73e1785.png"> Dashboard <img width="100%" alt="demopbb" src="https://user-images.githubusercontent.com/68048807/163296918-20283607-ecd6-46c5-8ee4-5297dfe8eedb.png"> <img width="100%...
1.0
Gambar Panduan 22.05 - Login <img width="100%" alt="login" src="https://user-images.githubusercontent.com/68048807/163296912-d1f68c97-0f82-4495-b4b0-2722c73e1785.png"> Dashboard <img width="100%" alt="demopbb" src="https://user-images.githubusercontent.com/68048807/163296918-20283607-ecd6-46c5-8ee4-5297dfe8eedb.p...
non_defect
gambar panduan login img width alt login src dashboard img width alt demopbb src img width alt dashboard src
0
70,499
23,199,643,638
IssuesEvent
2022-08-01 20:02:43
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Simulation crashes if no simulation is specified in SimulationControl.
Defect SeverityLow
Issue overview -------------- Users may speed up reporting of sizing data by changing, in this example, Run Simulation for Weather File Run Periods = No, however the simulation will crash. It seems sizing information should be reported and the simulation should exit gracefully. Test file was 5ZoneAirCooled_VRPSizi...
1.0
Simulation crashes if no simulation is specified in SimulationControl. - Issue overview -------------- Users may speed up reporting of sizing data by changing, in this example, Run Simulation for Weather File Run Periods = No, however the simulation will crash. It seems sizing information should be reported and the s...
defect
simulation crashes if no simulation is specified in simulationcontrol issue overview users may speed up reporting of sizing data by changing in this example run simulation for weather file run periods no however the simulation will crash it seems sizing information should be reported and the s...
1
65,860
19,722,001,038
IssuesEvent
2022-01-13 16:11:46
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Other] No VA.gov Experience Standard for the issue found. (00.00.1)
vsa-public-websites 508-defect-2 collab-cycle-feedback Staging CCIssue00.00 CC-Dashboard
### General Information #### VFS team name Public Websites #### VFS product name Outreach & Events Enhancements #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility --- ### Platform Issue No VA.gov Experience Standard for the issue found. ### Issue Details When following a pagination ...
1.0
[Other] No VA.gov Experience Standard for the issue found. (00.00.1) - ### General Information #### VFS team name Public Websites #### VFS product name Outreach & Events Enhancements #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility --- ### Platform Issue No VA.gov Experience Standa...
defect
no va gov experience standard for the issue found general information vfs team name public websites vfs product name outreach events enhancements point of contact reviewers brian deconinck briandeconinck accessibility platform issue no va gov experience standard for t...
1
46,320
13,055,891,318
IssuesEvent
2020-07-30 03:02:22
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[icetray] fix the docs already (Trac #981)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/981 ```json { "status": "closed", "changetime": "2016-03-18T21:13:59", "description": "IceTray V3 and V4 aren't new anymore. These docs need to be merged into the regular docs. ", "reporter": "olivas", "cc": "", "resolution": "fixed", ...
1.0
[icetray] fix the docs already (Trac #981) - Migrated from https://code.icecube.wisc.edu/ticket/981 ```json { "status": "closed", "changetime": "2016-03-18T21:13:59", "description": "IceTray V3 and V4 aren't new anymore. These docs need to be merged into the regular docs. ", "reporter": "olivas", ...
defect
fix the docs already trac migrated from json status closed changetime description icetray and aren t new anymore these docs need to be merged into the regular docs reporter olivas cc resolution fixed ts ...
1
78,384
22,217,070,352
IssuesEvent
2022-06-08 03:33:36
google/mediapipe
https://api.github.com/repos/google/mediapipe
closed
Failed building IOS demo
status:duplicate platform:ios type:build/install
Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. System information (Please provide as much relevant information as possible) OS Platform and Distributi...
1.0
Failed building IOS demo - Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. System information (Please provide as much relevant information as possible) ...
non_defect
failed building ios demo please make sure that this is a build installation issue and also refer to the documentation before raising any issues system information please provide as much relevant information as possible os platform and distribution e g linux ubuntu android ios macos ...
0
154,677
24,329,787,052
IssuesEvent
2022-09-30 18:14:29
Opentrons/opentrons
https://api.github.com/repos/Opentrons/opentrons
closed
Trash box has issues with max vol
feature protocol designer
As a user I'd like better guidance on if Trashbox can take liquid. ## Background 1. When you place a trashbox the initial overlay has "add liquids" button 1. You cannot actually add a liquid to the trashbox. Any volume triggers the exceeded max volume error. ## Acceptance Criteria @pantslakz @IanLondon Should we re...
1.0
Trash box has issues with max vol - As a user I'd like better guidance on if Trashbox can take liquid. ## Background 1. When you place a trashbox the initial overlay has "add liquids" button 1. You cannot actually add a liquid to the trashbox. Any volume triggers the exceeded max volume error. ## Acceptance Criter...
non_defect
trash box has issues with max vol as a user i d like better guidance on if trashbox can take liquid background when you place a trashbox the initial overlay has add liquids button you cannot actually add a liquid to the trashbox any volume triggers the exceeded max volume error acceptance criter...
0
59,353
17,023,096,006
IssuesEvent
2021-07-03 00:21:45
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
make applet really grab tiles frim center
Component: admin Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.35pm, Tuesday, 17th January 2006]** applet is grabbing via distance from center to the top left corner of each tile, not the center
1.0
make applet really grab tiles frim center - **[Submitted to the original trac issue database at 8.35pm, Tuesday, 17th January 2006]** applet is grabbing via distance from center to the top left corner of each tile, not the center
defect
make applet really grab tiles frim center applet is grabbing via distance from center to the top left corner of each tile not the center
1
671,503
22,764,019,323
IssuesEvent
2022-07-08 01:10:20
Elice-SW-2-Team14/Animal-Hospital
https://api.github.com/repos/Elice-SW-2-Team14/Animal-Hospital
closed
[FE] DefaultTheme palette 자동완성 추가
🔩 setup ❗️high-priority 🖥 Frontend
## 🔨 기능 설명 DefaultTheme palette 자동완성 추가 ## 📑 완료 조건 styled-components에서 'props.theme.palette.색상이름' 자동완성 ## 💭 관련 백로그 [[FE] 초기 셋팅]-[프론트엔드 초기 셋팅]-[전역 스타일 설정] ## 💭 예상 작업 시간 0.4h
1.0
[FE] DefaultTheme palette 자동완성 추가 - ## 🔨 기능 설명 DefaultTheme palette 자동완성 추가 ## 📑 완료 조건 styled-components에서 'props.theme.palette.색상이름' 자동완성 ## 💭 관련 백로그 [[FE] 초기 셋팅]-[프론트엔드 초기 셋팅]-[전역 스타일 설정] ## 💭 예상 작업 시간 0.4h
non_defect
defaulttheme palette 자동완성 추가 🔨 기능 설명 defaulttheme palette 자동완성 추가 📑 완료 조건 styled components에서 props theme palette 색상이름 자동완성 💭 관련 백로그 초기 셋팅 💭 예상 작업 시간
0
83,263
16,108,790,114
IssuesEvent
2021-04-27 18:12:08
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Nullable<T> interface check / dispatch is comparatively very slow
area-CodeGen-coreclr in pr
Repro: ```C# using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; using System.Runtime.CompilerServices; [MemoryDiagnoser] [DisassemblyDiagnoser] public class Program { static void Main(string[] args) => BenchmarkSwitcher.FromAssemblies(new[] { typeof(Program).Assembly }).Run(args); pr...
1.0
Nullable<T> interface check / dispatch is comparatively very slow - Repro: ```C# using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; using System.Runtime.CompilerServices; [MemoryDiagnoser] [DisassemblyDiagnoser] public class Program { static void Main(string[] args) => BenchmarkSwitcher.Fro...
non_defect
nullable interface check dispatch is comparatively very slow repro c using benchmarkdotnet attributes using benchmarkdotnet running using system runtime compilerservices public class program static void main string args benchmarkswitcher fromassemblies new typeof program assem...
0
364,000
10,757,674,273
IssuesEvent
2019-10-31 13:42:57
ITISFoundation/osparc-simcore
https://api.github.com/repos/ITISFoundation/osparc-simcore
opened
Help link does not work
High Priority a:frontend t:bug
- open **safari** browser - wanna create an issue ![Image Pasted at 2019-10-31 14-35.png](https://images.zenhubusercontent.com/5caef818ecad11531cc41364/95e0b912-03df-4644-96a3-97deafed04fd) - broken link? ![Image Pasted at 2019-10-31 14-36.png](https://images.zenhubusercontent.com/5caef818ecad11531cc41364/ab80646c-83f3...
1.0
Help link does not work - - open **safari** browser - wanna create an issue ![Image Pasted at 2019-10-31 14-35.png](https://images.zenhubusercontent.com/5caef818ecad11531cc41364/95e0b912-03df-4644-96a3-97deafed04fd) - broken link? ![Image Pasted at 2019-10-31 14-36.png](https://images.zenhubusercontent.com/5caef818ecad...
non_defect
help link does not work open safari browser wanna create an issue broken link the same procedure with chrome seems to work if we want to find gaps bugs between browsers the first thing it should work fine is the issue creator when done please report to syr thx
0
239,957
18,288,671,110
IssuesEvent
2021-10-05 13:09:12
useocl/use
https://api.github.com/repos/useocl/use
opened
Make documentation a first class citizen and switch to markdown
documentation enhancement
**Is your feature request related to a problem? Please describe.** If one looks at the USE "manual" it is completely outdated (last version is from 2007). The switch to mardown would couple the documentation and changes, because of 1. Markdown files can be rendered in GitHub, so documentation is integrated inton the...
1.0
Make documentation a first class citizen and switch to markdown - **Is your feature request related to a problem? Please describe.** If one looks at the USE "manual" it is completely outdated (last version is from 2007). The switch to mardown would couple the documentation and changes, because of 1. Markdown files c...
non_defect
make documentation a first class citizen and switch to markdown is your feature request related to a problem please describe if one looks at the use manual it is completely outdated last version is from the switch to mardown would couple the documentation and changes because of markdown files can ...
0
63,508
17,693,688,658
IssuesEvent
2021-08-24 13:09:47
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Difficult to grab scrollbar on room list
T-Defect X-Regression S-Major X-Release-Blocker A-Room-List A11y O-Intermediate
It is about a pixel wide due to the resizer handle taking precedence.
1.0
Difficult to grab scrollbar on room list - It is about a pixel wide due to the resizer handle taking precedence.
defect
difficult to grab scrollbar on room list it is about a pixel wide due to the resizer handle taking precedence
1
465,110
13,356,667,224
IssuesEvent
2020-08-31 08:32:30
huzaifash/aria
https://api.github.com/repos/huzaifash/aria
closed
examples/aria.ar: `len` should be a function
Priority: Medium Status: In Progress Type: Bug
The len() function call in main() does not appear to have parentheses after the len identifier.
1.0
examples/aria.ar: `len` should be a function - The len() function call in main() does not appear to have parentheses after the len identifier.
non_defect
examples aria ar len should be a function the len function call in main does not appear to have parentheses after the len identifier
0
13,930
2,789,764,386
IssuesEvent
2015-05-08 21:20:55
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
closed
ColumnChart events throw errors in IE8
Priority-Medium Type-Defect
Original [issue 76](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=76) created by orwant on 2009-10-02T21:10:09.000Z: In IE8 (but not IE7), MouseOver, MouseOut, and Select events throw errors: &quot;'object' is undefined&quot; <b>What steps will reproduce the problem? Please provide a li...
1.0
ColumnChart events throw errors in IE8 - Original [issue 76](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=76) created by orwant on 2009-10-02T21:10:09.000Z: In IE8 (but not IE7), MouseOver, MouseOut, and Select events throw errors: &quot;'object' is undefined&quot; <b>What steps will r...
defect
columnchart events throw errors in original created by orwant on in but not mouseover mouseout and select events throw errors quot object is undefined quot what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code ...
1
423,141
28,497,654,242
IssuesEvent
2023-04-18 15:11:03
matplotlib/matplotlib
https://api.github.com/repos/matplotlib/matplotlib
closed
[Doc]: backport strategy: inconsistency in guide
Documentation
### Documentation Link https://matplotlib.org/devdocs/devel/coding_guide.html ### Problem The [milestones](https://matplotlib.org/devdocs/devel/coding_guide.html#milestones) section of the PR guidelines states > Bugfixes, tests for released code, and docstring changes are milestoned for the next patch release v3....
1.0
[Doc]: backport strategy: inconsistency in guide - ### Documentation Link https://matplotlib.org/devdocs/devel/coding_guide.html ### Problem The [milestones](https://matplotlib.org/devdocs/devel/coding_guide.html#milestones) section of the PR guidelines states > Bugfixes, tests for released code, and docstring ch...
non_defect
backport strategy inconsistency in guide documentation link problem the section of the pr guidelines states bugfixes tests for released code and docstring changes are milestoned for the next patch release n m which i had assumed means all bugfixes should go to a patch release howev...
0
37,320
8,257,457,637
IssuesEvent
2018-09-13 05:11:53
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] [a11y] Accessibility jump menu function (front and back)
J4 Issue No Code Attached Yet
Hello to by more accessible we need to add an important but light feature A jump to content menu in accessiblity we have 3 types - Keyboard navigation - Vocable navigation - Zooming navigation For keyborad navigation we need an hidden menu at first in html structure, to jump easier in page with anchor link 1 i...
1.0
[4.0] [a11y] Accessibility jump menu function (front and back) - Hello to by more accessible we need to add an important but light feature A jump to content menu in accessiblity we have 3 types - Keyboard navigation - Vocable navigation - Zooming navigation For keyborad navigation we need an hidden menu at firs...
non_defect
accessibility jump menu function front and back hello to by more accessible we need to add an important but light feature a jump to content menu in accessiblity we have types keyboard navigation vocable navigation zooming navigation for keyborad navigation we need an hidden menu at first in html...
0
213,735
24,016,356,351
IssuesEvent
2022-09-15 01:21:52
rvvergara/advanced-web-developer-bootcamp-notes-examples-and-exercises
https://api.github.com/repos/rvvergara/advanced-web-developer-bootcamp-notes-examples-and-exercises
opened
WS-2019-0425 (Medium) detected in mocha-2.2.5.js
security vulnerability
## WS-2019-0425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mocha-2.2.5.js</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://cd...
True
WS-2019-0425 (Medium) detected in mocha-2.2.5.js - ## WS-2019-0425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mocha-2.2.5.js</b></p></summary> <p>simple, flexible, fun test fram...
non_defect
ws medium detected in mocha js ws medium severity vulnerability vulnerable library mocha js simple flexible fun test framework library home page a href path to dependency file state update complex state node modules js test index html path to vulnerable library...
0
7,646
8,018,074,055
IssuesEvent
2018-07-25 17:55:21
linked-art/linked.art
https://api.github.com/repos/linked-art/linked.art
opened
When can/should we use blank nodes?
service
From Ethan, is there a policy on blank nodes? I don't have a URI for every possible individual measurement.
1.0
When can/should we use blank nodes? - From Ethan, is there a policy on blank nodes? I don't have a URI for every possible individual measurement.
non_defect
when can should we use blank nodes from ethan is there a policy on blank nodes i don t have a uri for every possible individual measurement
0
77,539
27,045,699,836
IssuesEvent
2023-02-13 09:37:00
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
dnsdist: Add missing documentation for #11126
defect dnsdist
- Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Feature request ### Short description Add missing documentation for #11126
1.0
dnsdist: Add missing documentation for #11126 - - Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Feature request ### Short description Add missing documentation for #11126
defect
dnsdist add missing documentation for program dnsdist issue type feature request short description add missing documentation for
1
28,536
5,287,018,325
IssuesEvent
2017-02-08 11:00:12
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Tree leaf and non-leaf items are not aligned
defect
Same level leaf and non-leaf item are not aligned.
1.0
Tree leaf and non-leaf items are not aligned - Same level leaf and non-leaf item are not aligned.
defect
tree leaf and non leaf items are not aligned same level leaf and non leaf item are not aligned
1
28,493
5,281,690,502
IssuesEvent
2017-02-07 17:01:09
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Shouldn't DEBUG log OUT parameters on procedures that don't have any
C: Functionality P: Medium R: Fixed T: Defect
We're currently logging empty result sets on procedures that do not have any `OUT` parameters: ``` 16:08:07,936 DEBUG [org.jooq.tools.LoggerListener] - Fetched OUT parameters : + 16:08:07,936 DEBUG [org.jooq.tools.LoggerListener] - : | 16:08:07,936 DEBUG [org.jooq.tools.LoggerListener] ...
1.0
Shouldn't DEBUG log OUT parameters on procedures that don't have any - We're currently logging empty result sets on procedures that do not have any `OUT` parameters: ``` 16:08:07,936 DEBUG [org.jooq.tools.LoggerListener] - Fetched OUT parameters : + 16:08:07,936 DEBUG [org.jooq.tools.LoggerListener] - ...
defect
shouldn t debug log out parameters on procedures that don t have any we re currently logging empty result sets on procedures that do not have any out parameters debug fetched out parameters debug debug ...
1
372,647
26,011,746,501
IssuesEvent
2022-12-21 02:54:06
fga-eps-mds/2022-2-MeasureSoftGram-Doc
https://api.github.com/repos/fga-eps-mds/2022-2-MeasureSoftGram-Doc
closed
Documentar `PBB` e `Backlog` elaborado
Documentation
## Descrição da Issue <!-- Descreva de forma sucinta a issue e caso necessite, as informações adicionais necessárias para sua realização. --> Após reunião, documentar técnica utilizada de PBB e adicionar backlog elaborado. ## Tarefas: <!-- - [ ] Tarefa 1 - [ ] Tarefa 2 - [ ] Tarefa 3 --> - [x] Explicar técnica...
1.0
Documentar `PBB` e `Backlog` elaborado - ## Descrição da Issue <!-- Descreva de forma sucinta a issue e caso necessite, as informações adicionais necessárias para sua realização. --> Após reunião, documentar técnica utilizada de PBB e adicionar backlog elaborado. ## Tarefas: <!-- - [ ] Tarefa 1 - [ ] Tarefa 2 -...
non_defect
documentar pbb e backlog elaborado descrição da issue após reunião documentar técnica utilizada de pbb e adicionar backlog elaborado tarefas tarefa tarefa tarefa explicar técnica utilizada pbb demonstrar execução apresentar backlog
0
304,544
26,287,240,461
IssuesEvent
2023-01-08 00:36:45
devssa/onde-codar-em-salvador
https://api.github.com/repos/devssa/onde-codar-em-salvador
closed
[QUALIDADE] [REMOTO] [SENIOR] Consultor de Qualidade de Software (Sênior) na [SOFIST]
SENIOR REMOTO INGLÊS QUALIDADE TESTES AUTOMATIZADOS QUALIDADE DE SOFTWARE HELP WANTED Stale
<!-- ================================================== POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS! Use: "Desenvolvedor Front-end" ao invés de "Front-End Developer" \o/ Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]` ========================...
1.0
[QUALIDADE] [REMOTO] [SENIOR] Consultor de Qualidade de Software (Sênior) na [SOFIST] - <!-- ================================================== POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS! Use: "Desenvolvedor Front-end" ao invés de "Front-End Developer" \o/ Exemplo: `[JAVASCRIPT] [...
non_defect
consultor de qualidade de software sênior na por favor só poste se a vaga for para salvador e cidades vizinhas use desenvolvedor front end ao invés de front end developer o exemplo desenvolvedor front end na ...
0
46,042
13,055,843,140
IssuesEvent
2020-07-30 02:54:06
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
steamshovel.qrc and symlinks (Trac #489)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/489 ```json { "status": "closed", "changetime": "2015-07-22T00:49:45", "description": "From Martin Wolf:\n\nI just encountered an unusual compilation error when compiling streamshovel in offline-software trunk when using a symlink for the steamshovel dire...
1.0
steamshovel.qrc and symlinks (Trac #489) - Migrated from https://code.icecube.wisc.edu/ticket/489 ```json { "status": "closed", "changetime": "2015-07-22T00:49:45", "description": "From Martin Wolf:\n\nI just encountered an unusual compilation error when compiling streamshovel in offline-software trunk wh...
defect
steamshovel qrc and symlinks trac migrated from json status closed changetime description from martin wolf n ni just encountered an unusual compilation error when compiling streamshovel in offline software trunk when using a symlink for the steamshovel directory in...
1
61,000
17,023,577,031
IssuesEvent
2021-07-03 02:44:41
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Cannot delete node
Component: merkaartor Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 7.03am, Tuesday, 13th April 2010]** Sometimes I cannot delete node. I select it and press delete button. I see changes in the Undo box, but node still persists. Merkaartor v0.16-svn Debug Windows XP SP3 x32
1.0
Cannot delete node - **[Submitted to the original trac issue database at 7.03am, Tuesday, 13th April 2010]** Sometimes I cannot delete node. I select it and press delete button. I see changes in the Undo box, but node still persists. Merkaartor v0.16-svn Debug Windows XP SP3 x32
defect
cannot delete node sometimes i cannot delete node i select it and press delete button i see changes in the undo box but node still persists merkaartor svn debug windows xp
1
273,635
23,772,758,508
IssuesEvent
2022-09-01 17:51:19
ConsenSys/teku
https://api.github.com/repos/ConsenSys/teku
opened
StubTimeProvider + StubAsyncRunner improvement
testing 💯🖍
<!-- By filing an Issue, you are expected to comply with the Code of Conduct, including treating everyone with respect: https://github.com/ConsenSys/teku/blob/master/CODE-OF-CONDUCT.md Not all sections will apply to all issue types. --> ### Description Currently if we have `asyncRunner` with optional stub ...
1.0
StubTimeProvider + StubAsyncRunner improvement - <!-- By filing an Issue, you are expected to comply with the Code of Conduct, including treating everyone with respect: https://github.com/ConsenSys/teku/blob/master/CODE-OF-CONDUCT.md Not all sections will apply to all issue types. --> ### Description Curre...
non_defect
stubtimeprovider stubasyncrunner improvement by filing an issue you are expected to comply with the code of conduct including treating everyone with respect not all sections will apply to all issue types description currently if we have asyncrunner with optional stub timeprovider ...
0
670,815
22,706,008,213
IssuesEvent
2022-07-05 14:41:44
CheeseInthe-Life/Daru-iOS
https://api.github.com/repos/CheeseInthe-Life/Daru-iOS
closed
찻집 상세페이지 레이아웃 주소 섹션까지 구현
Type: Feature/Function Priority: Medium Type: Feature/UI Status: To Do
## Description 찻집 상세페이지 레이아웃 주소 섹션까지 구현 ## Todo - [ ] 찻집 상세페이지 레이아웃 주소 섹션까지 구현
1.0
찻집 상세페이지 레이아웃 주소 섹션까지 구현 - ## Description 찻집 상세페이지 레이아웃 주소 섹션까지 구현 ## Todo - [ ] 찻집 상세페이지 레이아웃 주소 섹션까지 구현
non_defect
찻집 상세페이지 레이아웃 주소 섹션까지 구현 description 찻집 상세페이지 레이아웃 주소 섹션까지 구현 todo 찻집 상세페이지 레이아웃 주소 섹션까지 구현
0
35
2,495,605,900
IssuesEvent
2015-01-06 13:01:27
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
3.3.2, ReplicatedMapMBean is not present in jmx
Team: Core Type: Defect
Because ReplicatedMapMBean is not created in ```com.hazelcast.jmx.ManagementService#createHazelcastBean``` - need to add another conditional branch for ```ReplicatedMap```
1.0
3.3.2, ReplicatedMapMBean is not present in jmx - Because ReplicatedMapMBean is not created in ```com.hazelcast.jmx.ManagementService#createHazelcastBean``` - need to add another conditional branch for ```ReplicatedMap```
defect
replicatedmapmbean is not present in jmx because replicatedmapmbean is not created in com hazelcast jmx managementservice createhazelcastbean need to add another conditional branch for replicatedmap
1
23,946
3,874,785,636
IssuesEvent
2016-04-11 21:44:16
OpenESignForms/vaadin-ckeditor
https://api.github.com/repos/OpenESignForms/vaadin-ckeditor
closed
Error on Page using IE and Liferay - CKEditor JS error when select multiple table cells and set properties
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1.Setup portlet using vaadin-ckeditor 2.Create table 3.Highlight cells 4.Right click and select cell properties 5.Choose background color 6.after selecting the background color select ok 7. select ok to close the properties What is the expected output? What do you see instead...
1.0
Error on Page using IE and Liferay - CKEditor JS error when select multiple table cells and set properties - ``` What steps will reproduce the problem? 1.Setup portlet using vaadin-ckeditor 2.Create table 3.Highlight cells 4.Right click and select cell properties 5.Choose background color 6.after selecting the backgrou...
defect
error on page using ie and liferay ckeditor js error when select multiple table cells and set properties what steps will reproduce the problem setup portlet using vaadin ckeditor create table highlight cells right click and select cell properties choose background color after selecting the backgrou...
1
43,847
11,861,012,971
IssuesEvent
2020-03-25 15:43:18
spockframework/spock
https://api.github.com/repos/spockframework/spock
closed
InvokeDynamic causes safe-dereference operator to fail on null parameters
Module-Core Type-Defect
Originally reported on Google Code with ID 326 ``` I have reproduced the problem with this Gist: https://gist.github.com/davidnortonjr/6283439 When building Spock tests with the indy flag, null values in the Where block parameters break the safe de-reference operator. For example, //inputString is null ...
1.0
InvokeDynamic causes safe-dereference operator to fail on null parameters - Originally reported on Google Code with ID 326 ``` I have reproduced the problem with this Gist: https://gist.github.com/davidnortonjr/6283439 When building Spock tests with the indy flag, null values in the Where block parameters break the s...
defect
invokedynamic causes safe dereference operator to fail on null parameters originally reported on google code with id i have reproduced the problem with this gist when building spock tests with the indy flag null values in the where block parameters break the safe de reference operator for example ...
1
740,851
25,770,981,520
IssuesEvent
2022-12-09 07:56:37
risingwavelabs/risingwave
https://api.github.com/repos/risingwavelabs/risingwave
opened
bug: PostgreSQL-incompatible when parsing float overflows
type/bug component/common priority/low
### Describe the bug When parsing a large floating number (real or double precision), PostgreSQL may report overflow error but RisingWave (using rust std parse) returns Infinity in these cases. ### To Reproduce ``` dev=> SELECT '-10e400'::float8; ?column? ----------- -Infinity (1 row) ``` ### Expected beh...
1.0
bug: PostgreSQL-incompatible when parsing float overflows - ### Describe the bug When parsing a large floating number (real or double precision), PostgreSQL may report overflow error but RisingWave (using rust std parse) returns Infinity in these cases. ### To Reproduce ``` dev=> SELECT '-10e400'::float8; ?column...
non_defect
bug postgresql incompatible when parsing float overflows describe the bug when parsing a large floating number real or double precision postgresql may report overflow error but risingwave using rust std parse returns infinity in these cases to reproduce dev select column ...
0
39,417
9,441,706,409
IssuesEvent
2019-04-15 03:04:43
codingbbq/codingbbq.github.io
https://api.github.com/repos/codingbbq/codingbbq.github.io
opened
The latest post entry does not appear correct on the mobile device.
UI-Defect
1. Latest post does not appear correct on mobile screens
1.0
The latest post entry does not appear correct on the mobile device. - 1. Latest post does not appear correct on mobile screens
defect
the latest post entry does not appear correct on the mobile device latest post does not appear correct on mobile screens
1
321,472
27,532,946,160
IssuesEvent
2023-03-07 00:00:34
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix linalg.test_matmul
TensorFlow Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4332331159/jobs/7564746366" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4320233934/jobs/7540261425" rel="noopener ...
1.0
Fix linalg.test_matmul - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4332331159/jobs/7564746366" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4320233934/jobs/7...
non_defect
fix linalg test matmul tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test functional test core test linalg py test matmul e assertionerror the length of results from backend jax and ground truth framework...
0
462,711
13,252,104,270
IssuesEvent
2020-08-20 04:15:32
mikeshardmind/SinbadCogs
https://api.github.com/repos/mikeshardmind/SinbadCogs
closed
Automatic ban sync please
Low priority Maybe enhancement
I added your ban sync cog because I wanted bans to automatically carry over between two servers I run, however, I found out the cog only syncs bans when I run the ban sync command, which is a bit inconvenient.
1.0
Automatic ban sync please - I added your ban sync cog because I wanted bans to automatically carry over between two servers I run, however, I found out the cog only syncs bans when I run the ban sync command, which is a bit inconvenient.
non_defect
automatic ban sync please i added your ban sync cog because i wanted bans to automatically carry over between two servers i run however i found out the cog only syncs bans when i run the ban sync command which is a bit inconvenient
0
153,122
5,877,639,968
IssuesEvent
2017-05-16 00:37:57
yuanxin1997/FYPJ
https://api.github.com/repos/yuanxin1997/FYPJ
closed
L'Cafe status "open" in weekends Bug
Bug High Priority
Logic error: L'Cafe status display "open" in the weekends
1.0
L'Cafe status "open" in weekends Bug - Logic error: L'Cafe status display "open" in the weekends
non_defect
l cafe status open in weekends bug logic error l cafe status display open in the weekends
0
154,076
13,536,033,657
IssuesEvent
2020-09-16 08:28:07
patrick204nqh/react-graphql-chat-app
https://api.github.com/repos/patrick204nqh/react-graphql-chat-app
closed
toJSON()
bug documentation
![image](https://user-images.githubusercontent.com/60766722/93312201-21a88680-f831-11ea-8a04-974a16493426.png) return { ...user, createdAt: user.createdAt.toISOString(), token }; - => return { ...user.toJSON(), createdAt: user.crea...
1.0
toJSON() - ![image](https://user-images.githubusercontent.com/60766722/93312201-21a88680-f831-11ea-8a04-974a16493426.png) return { ...user, createdAt: user.createdAt.toISOString(), token }; - => return { ...user.toJSON(), createdAt...
non_defect
tojson return user createdat user createdat toisostring token return user tojson createdat user createdat toisostring token
0
32,905
4,440,731,954
IssuesEvent
2016-08-19 05:50:17
oppia/oppia
https://api.github.com/repos/oppia/oppia
closed
Make a video/infographic to showcase Oppia's features
loc: frontend starter project team: splash/about pages (@charisseysabel) TODO: design (UI/interaction) type: feature (important)
``` In as much detail as possible, please describe what you would like to see. It would be nice to make some new videos/infographics to demonstrate the various features of Oppia -- especially those that were added (feedback handling, better editor UI, etc.) since the video for the codesite homepage was made. Note t...
1.0
Make a video/infographic to showcase Oppia's features - ``` In as much detail as possible, please describe what you would like to see. It would be nice to make some new videos/infographics to demonstrate the various features of Oppia -- especially those that were added (feedback handling, better editor UI, etc.) sin...
non_defect
make a video infographic to showcase oppia s features in as much detail as possible please describe what you would like to see it would be nice to make some new videos infographics to demonstrate the various features of oppia especially those that were added feedback handling better editor ui etc sin...
0
624,202
19,689,993,376
IssuesEvent
2022-01-12 05:15:28
HERA-Team/hera_sim
https://api.github.com/repos/HERA-Team/hera_sim
opened
Bug in Simulator
priority: medium type: bug context: systematics
I think I found a bug in the `Simulator` class that has eluded the test suite. It looks like calling the `add` method with a multiplicative effect and both `ret_vis` and `add_vis` set to `True` will result in the gain dictionary being returned, but the gains not actually being applied to the data. I think this can be ...
1.0
Bug in Simulator - I think I found a bug in the `Simulator` class that has eluded the test suite. It looks like calling the `add` method with a multiplicative effect and both `ret_vis` and `add_vis` set to `True` will result in the gain dictionary being returned, but the gains not actually being applied to the data. I...
non_defect
bug in simulator i think i found a bug in the simulator class that has eluded the test suite it looks like calling the add method with a multiplicative effect and both ret vis and add vis set to true will result in the gain dictionary being returned but the gains not actually being applied to the data i...
0
44,968
12,498,908,423
IssuesEvent
2020-06-01 19:09:57
reckue/post-api
https://api.github.com/repos/reckue/post-api
closed
Change package of converters
defect
Hi! Please change package of converters. from: ``` com.reckue.post.converters ``` to: ``` com.reckue.post.utils.converters ``` It's all. Good job! Thank you!
1.0
Change package of converters - Hi! Please change package of converters. from: ``` com.reckue.post.converters ``` to: ``` com.reckue.post.utils.converters ``` It's all. Good job! Thank you!
defect
change package of converters hi please change package of converters from com reckue post converters to com reckue post utils converters it s all good job thank you
1
74,460
20,167,167,746
IssuesEvent
2022-02-10 06:27:48
buildingSMART/IFC4.3.x-development
https://api.github.com/repos/buildingSMART/IFC4.3.x-development
opened
Is ParameterTakesPrecedence for IfcWindowType and IfcDoorType still a thing?
allocated-core proposal allocated-building
Originally brought up [here](https://forums.buildingsmart.org/t/using-parametertakesprecedence-in-ifcwindowtype-and-ifcdoortype/2574). I personally have never seen ParameterTakesPrecedence used. In the implementer agreement https://standards.buildingsmart.org/documents/Implementation/IFC_Implementation_Agreements...
1.0
Is ParameterTakesPrecedence for IfcWindowType and IfcDoorType still a thing? - Originally brought up [here](https://forums.buildingsmart.org/t/using-parametertakesprecedence-in-ifcwindowtype-and-ifcdoortype/2574). I personally have never seen ParameterTakesPrecedence used. In the implementer agreement https://sta...
non_defect
is parametertakesprecedence for ifcwindowtype and ifcdoortype still a thing originally brought up i personally have never seen parametertakesprecedence used in the implementer agreement it basically states that it should always be false i propose to mark it as deprecated
0
53,117
13,260,932,571
IssuesEvent
2020-08-20 19:00:25
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
HiveSplitter tests fail on SL5 32bit (Trac #745)
Migrated from Trac combo reconstruction defect
Test fails. It would probably be useful to know what the expect result was. ```text [buildslave@foraii build]$ uname -a Linux foraii.private.pa.umd.edu 2.6.18-371.11.1.el5PAE #1 SMP Wed Jul 23 11:53:41 CDT 2014 i686 athlon i386 GNU/Linux [buildslave@foraii build]$ lsb_release -sd "Scientific Linux release 5.10 (Boron...
1.0
HiveSplitter tests fail on SL5 32bit (Trac #745) - Test fails. It would probably be useful to know what the expect result was. ```text [buildslave@foraii build]$ uname -a Linux foraii.private.pa.umd.edu 2.6.18-371.11.1.el5PAE #1 SMP Wed Jul 23 11:53:41 CDT 2014 i686 athlon i386 GNU/Linux [buildslave@foraii build]$ ls...
defect
hivesplitter tests fail on trac test fails it would probably be useful to know what the expect result was text uname a linux foraii private pa umd edu smp wed jul cdt athlon gnu linux lsb release sd scientific linux release boron env shell sh bin hiv...
1
653,825
21,627,667,836
IssuesEvent
2022-05-05 05:51:40
kubesphere/console
https://api.github.com/repos/kubesphere/console
closed
kubeconfig expired judgment error
kind/bug kind/need-to-verify priority/high
**Describe the bug** As shown in the figure, the expiration time of kubeconfig is still one year. ![image](https://user-images.githubusercontent.com/68640256/163112613-9fa5f0c9-bf85-44a7-8162-c843915ae1a5.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: `v3.3.0-alpha.0` /priority high /assign @...
1.0
kubeconfig expired judgment error - **Describe the bug** As shown in the figure, the expiration time of kubeconfig is still one year. ![image](https://user-images.githubusercontent.com/68640256/163112613-9fa5f0c9-bf85-44a7-8162-c843915ae1a5.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: `v3.3.0-a...
non_defect
kubeconfig expired judgment error describe the bug as shown in the figure the expiration time of kubeconfig is still one year versions used kubesphere kubernetes kubesphere alpha priority high assign kubesphere sig console
0
26,382
4,690,274,514
IssuesEvent
2016-10-11 05:50:13
firebug/firebug
https://api.github.com/repos/firebug/firebug
opened
Option to disable e10s doesn't work
startButton Type-Defect
The popup that is shown when clicking the Firebug button offers an option to disable e10s and start the old Firebug. ![Option to disable e10s and enable the old Firebug](https://cloud.githubusercontent.com/assets/958943/19260001/8897c328-8f86-11e6-9e50-1fadf5f0b021.png) Though this option does not disable e10s. T...
1.0
Option to disable e10s doesn't work - The popup that is shown when clicking the Firebug button offers an option to disable e10s and start the old Firebug. ![Option to disable e10s and enable the old Firebug](https://cloud.githubusercontent.com/assets/958943/19260001/8897c328-8f86-11e6-9e50-1fadf5f0b021.png) Thoug...
defect
option to disable doesn t work the popup that is shown when clicking the firebug button offers an option to disable and start the old firebug though this option does not disable tested in nightly and firebug so this option needs to be fixed also it should just be shown in c...
1
39,270
12,651,653,608
IssuesEvent
2020-06-17 01:02:52
kenferrara/esri-leaflet
https://api.github.com/repos/kenferrara/esri-leaflet
opened
CVE-2017-18869 (Medium) detected in chownr-1.0.1.tgz
security vulnerability
## CVE-2017-18869 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>chownr-1.0.1.tgz</b></p></summary> <p>like `chown -R`</p> <p>Library home page: <a href="https://registry.npmjs.org/...
True
CVE-2017-18869 (Medium) detected in chownr-1.0.1.tgz - ## CVE-2017-18869 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>chownr-1.0.1.tgz</b></p></summary> <p>like `chown -R`</p> <p>...
non_defect
cve medium detected in chownr tgz cve medium severity vulnerability vulnerable library chownr tgz like chown r library home page a href dependency hierarchy karma tgz root library chokidar tgz fsevents tgz node pre gy...
0
652,376
21,529,328,977
IssuesEvent
2022-04-28 22:08:11
googleapis/nodejs-firestore
https://api.github.com/repos/googleapis/nodejs-firestore
opened
Make it more easily possible to write objects with custom prototypes
priority: p3 type: feature request
## Problem When you work with classes and objects quite a bit you will see these errors appear over and over: `Error: Value for argument "data" is not a valid Firestore document. Couldn't serialize object of type "ArticleIdentifier" (found in field "identifier"). Firestore doesn't support JavaScript objects with cust...
1.0
Make it more easily possible to write objects with custom prototypes - ## Problem When you work with classes and objects quite a bit you will see these errors appear over and over: `Error: Value for argument "data" is not a valid Firestore document. Couldn't serialize object of type "ArticleIdentifier" (found in fiel...
non_defect
make it more easily possible to write objects with custom prototypes problem when you work with classes and objects quite a bit you will see these errors appear over and over error value for argument data is not a valid firestore document couldn t serialize object of type articleidentifier found in fiel...
0
113,844
14,495,596,729
IssuesEvent
2020-12-11 11:25:55
mozilla/hubs
https://api.github.com/repos/mozilla/hubs
closed
[New UI] The create object button from chat is not always actionable
P1 [QA]:Needs Verification [QA]:Normal issue bug redesign
**[Affected Versions]:** - Chrome 86.0.4240.198 **[Affected Platforms]:** - Windows 10x64 **[Prerequisites]:** - Have a new room created and entered. **[Steps to reproduce]:** 1. Click the “Chat” button from the bottom menu. 2. Write a text message. 3. Click the create object button from the chat box. 4...
1.0
[New UI] The create object button from chat is not always actionable - **[Affected Versions]:** - Chrome 86.0.4240.198 **[Affected Platforms]:** - Windows 10x64 **[Prerequisites]:** - Have a new room created and entered. **[Steps to reproduce]:** 1. Click the “Chat” button from the bottom menu. 2. Write a...
non_defect
the create object button from chat is not always actionable chrome windows have a new room created and entered click the “chat” button from the bottom menu write a text message click the create object button from the chat box observe the be...
0
227,460
7,533,733,546
IssuesEvent
2018-04-16 04:25:40
CSC480-18S/Red-Team
https://api.github.com/repos/CSC480-18S/Red-Team
closed
Change wordPlayed to boardUpdate
Priority: Low Type: Enhancement
Event name change so that the name is more generic and makes more sense when used in other places.
1.0
Change wordPlayed to boardUpdate - Event name change so that the name is more generic and makes more sense when used in other places.
non_defect
change wordplayed to boardupdate event name change so that the name is more generic and makes more sense when used in other places
0
81,456
30,856,885,246
IssuesEvent
2023-08-02 21:27:57
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Bayesian UQ PR causing valgrind failure in STM
T: defect P: normal C: Modules/Stochastic Tools
## Bug Description Bayesian UQ PR causing valgrind failure in STM ## Steps to Reproduce Run tests with valgrind turned on ## Impact next cannot be integrated with devel
1.0
Bayesian UQ PR causing valgrind failure in STM - ## Bug Description Bayesian UQ PR causing valgrind failure in STM ## Steps to Reproduce Run tests with valgrind turned on ## Impact next cannot be integrated with devel
defect
bayesian uq pr causing valgrind failure in stm bug description bayesian uq pr causing valgrind failure in stm steps to reproduce run tests with valgrind turned on impact next cannot be integrated with devel
1
65,753
19,679,185,444
IssuesEvent
2022-01-11 15:15:16
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
ShaftConnectedCompressor1Phase divides by zero when shaft speed is zero
T: defect P: normal
## Bug Description `ShaftConnectedCompressor1Phase` computes torques that divide a quantity by shaft speed, which when equal to zero, gives a NaN value. ## Steps to Reproduce Use `ShaftConnectedCompressor1Phase` with an initially zero shaft speed and observe NaNs in nonlinear residual. ## Impact This is a seri...
1.0
ShaftConnectedCompressor1Phase divides by zero when shaft speed is zero - ## Bug Description `ShaftConnectedCompressor1Phase` computes torques that divide a quantity by shaft speed, which when equal to zero, gives a NaN value. ## Steps to Reproduce Use `ShaftConnectedCompressor1Phase` with an initially zero shaft ...
defect
divides by zero when shaft speed is zero bug description computes torques that divide a quantity by shaft speed which when equal to zero gives a nan value steps to reproduce use with an initially zero shaft speed and observe nans in nonlinear residual impact this is a serious bug to us...
1
7,968
2,611,070,131
IssuesEvent
2015-02-27 00:32:45
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
0.6.11 dev r224 issues
auto-migrated Type-Defect
``` If I enter the townhall of crossglen in a game saved with 0.6.10 then it is empty. It is normally populated if I enter it in a new game created with 0.6.11. Perhaps Arambold is not in his reduced movement area. I cannot get from waterway 2 to waterway 4 to see the new maps although it seems to be connected co...
1.0
0.6.11 dev r224 issues - ``` If I enter the townhall of crossglen in a game saved with 0.6.10 then it is empty. It is normally populated if I enter it in a new game created with 0.6.11. Perhaps Arambold is not in his reduced movement area. I cannot get from waterway 2 to waterway 4 to see the new maps although it ...
defect
dev issues if i enter the townhall of crossglen in a game saved with then it is empty it is normally populated if i enter it in a new game created with perhaps arambold is not in his reduced movement area i cannot get from waterway to waterway to see the new maps although it seems...
1
79,114
9,829,509,772
IssuesEvent
2019-06-15 21:33:13
Rello/audioplayer
https://api.github.com/repos/Rello/audioplayer
closed
Feature Request: Add cover art as blurred background image in songlist
design
It would be nice to have the cover art as a blurred background image instead of the blank space. With my limited css knowlegde I did something to show you in Chrome. ![2018-10-21](https://user-images.githubusercontent.com/26941455/47268171-c9d24980-d54d-11e8-977c-efe3a306a8dc.jpg) The only thing I wasn't able to ...
1.0
Feature Request: Add cover art as blurred background image in songlist - It would be nice to have the cover art as a blurred background image instead of the blank space. With my limited css knowlegde I did something to show you in Chrome. ![2018-10-21](https://user-images.githubusercontent.com/26941455/47268171-c9d2...
non_defect
feature request add cover art as blurred background image in songlist it would be nice to have the cover art as a blurred background image instead of the blank space with my limited css knowlegde i did something to show you in chrome the only thing i wasn t able to do was the filter blur because i...
0
721,881
24,841,795,912
IssuesEvent
2022-10-26 13:15:56
texttree/v-cana
https://api.github.com/repos/texttree/v-cana
closed
Start a new book
priority/high
Сейчас начать книгу может только админ. Должен ли координатор тоже уметь начинать книги
1.0
Start a new book - Сейчас начать книгу может только админ. Должен ли координатор тоже уметь начинать книги
non_defect
start a new book сейчас начать книгу может только админ должен ли координатор тоже уметь начинать книги
0
2,122
2,589,944,616
IssuesEvent
2015-02-18 16:03:33
mysociety/theyworkforyou
https://api.github.com/repos/mysociety/theyworkforyou
opened
Don't show the result until after you've voted for written answers
1 - Contender Data Design Functionality
Showing the way other people voted makes the answer biased. It shouldn't show the number until after you've chosen.
1.0
Don't show the result until after you've voted for written answers - Showing the way other people voted makes the answer biased. It shouldn't show the number until after you've chosen.
non_defect
don t show the result until after you ve voted for written answers showing the way other people voted makes the answer biased it shouldn t show the number until after you ve chosen
0
77,342
26,932,087,687
IssuesEvent
2023-02-07 17:32:07
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Check tika library for different metadata types in some videos
Type : Defect Triage
### Problem Statement N/A ### Steps to Reproduce N/A ### Acceptance Criteria N/A ### dotCMS Version master ### Proposed Objective Core Features ### Proposed Priority Priority 2 - Important ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initi...
1.0
Check tika library for different metadata types in some videos - ### Problem Statement N/A ### Steps to Reproduce N/A ### Acceptance Criteria N/A ### dotCMS Version master ### Proposed Objective Core Features ### Proposed Priority Priority 2 - Important ### External Links... Slack Conversations, Support Tic...
defect
check tika library for different metadata types in some videos problem statement n a steps to reproduce n a acceptance criteria n a dotcms version master proposed objective core features proposed priority priority important external links slack conversations support tic...
1
7,554
10,677,417,669
IssuesEvent
2019-10-21 15:23:47
googleapis/nodejs-pubsub
https://api.github.com/repos/googleapis/nodejs-pubsub
closed
begin testing @grpc/grpc-js@0.6.9 as alternative to grpc
type: process
@murgatroid99 believes he's continued to address some bugs in the `@grpc/grpc-js` libraries, based on logs we've been provided while debugging #770. We're holding off on making this a recommendation for all users, as we don't want to continue to create disruptions, and the `grpc` transport is working well. Howev...
1.0
begin testing @grpc/grpc-js@0.6.9 as alternative to grpc - @murgatroid99 believes he's continued to address some bugs in the `@grpc/grpc-js` libraries, based on logs we've been provided while debugging #770. We're holding off on making this a recommendation for all users, as we don't want to continue to create disr...
non_defect
begin testing grpc grpc js as alternative to grpc believes he s continued to address some bugs in the grpc grpc js libraries based on logs we ve been provided while debugging we re holding off on making this a recommendation for all users as we don t want to continue to create disruptions and ...
0
131,818
12,491,166,539
IssuesEvent
2020-06-01 03:04:54
panoptes/POCS
https://api.github.com/repos/panoptes/POCS
closed
Instructions on env vars setup needed.
Documentation config
The `docker` branch (soon to be merged into `develop` via #951) assumes there is an environment file in `$PANDIR/.env` (can be read via [dotenv](https://pypi.org/project/python-dotenv/)). This environment file currently consists of the following: ```bash PANDIR=/var/panoptes POCS=/var/panoptes/POCS PANLOG=/var/pa...
1.0
Instructions on env vars setup needed. - The `docker` branch (soon to be merged into `develop` via #951) assumes there is an environment file in `$PANDIR/.env` (can be read via [dotenv](https://pypi.org/project/python-dotenv/)). This environment file currently consists of the following: ```bash PANDIR=/var/panoptes...
non_defect
instructions on env vars setup needed the docker branch soon to be merged into develop via assumes there is an environment file in pandir env can be read via this environment file currently consists of the following bash pandir var panoptes pocs var panoptes pocs panlog var panoptes lo...
0