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
131,800
5,166,005,222
IssuesEvent
2017-01-17 15:13:12
snaiperskaya96/test-import-repo
https://api.github.com/repos/snaiperskaya96/test-import-repo
closed
add new deployment specifically for the ad hoc running of the reorder level calculator over long time period. call it apps.unifiedretailgroup.com
Accepted High Priority On Hold
https://trello.com/c/SWFVF7Zr/517-add-new-deployment-specifically-for-the-ad-hoc-running-of-the-reorder-level-calculator-over-long-time-period-call-it-apps-unifie
1.0
add new deployment specifically for the ad hoc running of the reorder level calculator over long time period. call it apps.unifiedretailgroup.com - https://trello.com/c/SWFVF7Zr/517-add-new-deployment-specifically-for-the-ad-hoc-running-of-the-reorder-level-calculator-over-long-time-period-call-it-apps-unifie
non_defect
add new deployment specifically for the ad hoc running of the reorder level calculator over long time period call it apps unifiedretailgroup com
0
78,347
27,449,018,704
IssuesEvent
2023-03-02 16:05:47
zed-industries/community
https://api.github.com/repos/zed-industries/community
closed
`1 G` results in jumping to the last line instead of the 1st line in Vim mode
defect triage
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Jumping to line 1 with `1 G` does not work in Vim mode; that operation results in jumping to the last line. `2 G` and `11 G` works well (jumps to line 2 and line 11, respectively), but `1 G` does not work. Steps: ...
1.0
`1 G` results in jumping to the last line instead of the 1st line in Vim mode - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Jumping to line 1 with `1 G` does not work in Vim mode; that operation results in jumping to the last line. `2 G` and `11 G` works well (...
defect
g results in jumping to the last line instead of the line in vim mode check for existing issues completed describe the bug provide steps to reproduce it jumping to line with g does not work in vim mode that operation results in jumping to the last line g and g works well jumps...
1
20,509
3,369,096,120
IssuesEvent
2015-11-23 07:55:40
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
[TEST-FAILURE] reliable.TopicOverloadTest.whenBlock_whenNoSpace
Team: Core Team: QuSP Type: Defect
``` java.lang.AssertionError: expected:<100> but was:<26> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.hazelcast.topic.impl.reliable.TopicOverloadTest.when...
1.0
[TEST-FAILURE] reliable.TopicOverloadTest.whenBlock_whenNoSpace - ``` java.lang.AssertionError: expected:<100> but was:<26> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:...
defect
reliable topicoverloadtest whenblock whennospace java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequals assert java at org junit assert assertequals assert java at org junit assert assertequals assert java at com hazelcast top...
1
59,442
17,023,130,718
IssuesEvent
2021-07-03 00:30:37
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Footpath styling
Component: mapnik Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 11.47pm, Saturday, 25th November 2006]** Footpaths: They show up as grey lines on higher zoom levels, when they shouldn't appear at all
1.0
Footpath styling - **[Submitted to the original trac issue database at 11.47pm, Saturday, 25th November 2006]** Footpaths: They show up as grey lines on higher zoom levels, when they shouldn't appear at all
defect
footpath styling footpaths they show up as grey lines on higher zoom levels when they shouldn t appear at all
1
74,755
25,300,968,174
IssuesEvent
2022-11-17 10:39:18
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
The remaining migration tasks are always 1
Type: Defect
**The log is as follows:** 2022-11-17 18:34:36.050 INFO 6 --- [cached.thread-6] c.h.i.p.InternalPartitionService : [10.8.183.161]:5701 [dev] [5.1.2] **Remaining migration tasks: 1**. (repartitionTime=Fri Oct 28 20:02:09 CST 2022, **plannedMigrations=271, completedMigrations=271,** remainingMigrations=0, total...
1.0
The remaining migration tasks are always 1 - **The log is as follows:** 2022-11-17 18:34:36.050 INFO 6 --- [cached.thread-6] c.h.i.p.InternalPartitionService : [10.8.183.161]:5701 [dev] [5.1.2] **Remaining migration tasks: 1**. (repartitionTime=Fri Oct 28 20:02:09 CST 2022, **plannedMigrations=271, completedM...
defect
the remaining migration tasks are always the log is as follows: info c h i p internalpartitionservice remaining migration tasks repartitiontime fri oct cst plannedmigrations completedmigrations remainingmigrations totalcompletedmigration...
1
50,660
26,722,568,113
IssuesEvent
2023-01-29 10:12:33
lmichaelis/phoenix
https://api.github.com/repos/lmichaelis/phoenix
closed
`archive_reader_binsafe::read_object_begin` performance
performance
Followup to: https://github.com/lmichaelis/phoenix/issues/28 I've tested `std::stringstream` performance today. Change: ``` char name[128] = {}; char cls [128] = {}; sscanf_s(line.c_str(), "[%s %s %u %u]", name, rsize_t(sizeof(name)), cls, rsize_t(sizeof(cls)), ...
True
`archive_reader_binsafe::read_object_begin` performance - Followup to: https://github.com/lmichaelis/phoenix/issues/28 I've tested `std::stringstream` performance today. Change: ``` char name[128] = {}; char cls [128] = {}; sscanf_s(line.c_str(), "[%s %s %u %u]", name, rsize_t(sizeof(nam...
non_defect
archive reader binsafe read object begin performance followup to i ve tested std stringstream performance today change char name char cls sscanf s line c str name rsize t sizeof name cls rsize t sizeof cls obj ...
0
111,392
24,121,164,688
IssuesEvent
2022-09-20 18:50:58
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
closed
codeintel: Auto-inference sandbox - Adopt an stdlib
team/code-intelligence rfc-624 team/language-platform-and-navigation iteration-22-10
We should choose a standard set of libraries (path, table, string manipulation, etc) to provide in the Lua sandbox. Right now we have some hand-written implementations of `reverse`. These types of solutions should be solved already for the end user. This issue addressed [this conversation](https://github.com/sourceg...
1.0
codeintel: Auto-inference sandbox - Adopt an stdlib - We should choose a standard set of libraries (path, table, string manipulation, etc) to provide in the Lua sandbox. Right now we have some hand-written implementations of `reverse`. These types of solutions should be solved already for the end user. This issue ad...
non_defect
codeintel auto inference sandbox adopt an stdlib we should choose a standard set of libraries path table string manipulation etc to provide in the lua sandbox right now we have some hand written implementations of reverse these types of solutions should be solved already for the end user this issue ad...
0
82,942
7,857,056,066
IssuesEvent
2018-06-21 09:33:26
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
Readonly workspace folders
feature-request file-explorer on-testplan
- [x] add API that a FileSystemProvider can be readonly - [x] open readonly files using readonly editors - [x] disable all context menu commands in the explorer which do not make sense on a readonly resource - [x] disable all actions (explorer title) that do not make sense on a readonly resource
1.0
Readonly workspace folders - - [x] add API that a FileSystemProvider can be readonly - [x] open readonly files using readonly editors - [x] disable all context menu commands in the explorer which do not make sense on a readonly resource - [x] disable all actions (explorer title) that do not make sense on a readonly ...
non_defect
readonly workspace folders add api that a filesystemprovider can be readonly open readonly files using readonly editors disable all context menu commands in the explorer which do not make sense on a readonly resource disable all actions explorer title that do not make sense on a readonly resource
0
132,036
18,474,347,486
IssuesEvent
2021-10-18 04:30:28
sergiotaborda/lense-lang
https://api.github.com/repos/sergiotaborda/lense-lang
closed
Allow for type inference
language design
Add new syntax to type declaration to grammar Add type inference to samantic analysis
1.0
Allow for type inference - Add new syntax to type declaration to grammar Add type inference to samantic analysis
non_defect
allow for type inference add new syntax to type declaration to grammar add type inference to samantic analysis
0
184,413
31,885,021,179
IssuesEvent
2023-09-16 21:04:25
jupyterlab/jupyterlab
https://api.github.com/repos/jupyterlab/jupyterlab
opened
Should we remove partial completion on cycling?
question tag:Design and UX pkg:completer status:Needs Triage
## Description When user presses <kbd>tab</kbd> to cycle completer suggestions (but not when they press arrow down or page down) **and** all suggestions have the same prefix, the prefix gets auto-inserted: ![test-new](https://user-images.githubusercontent.com/5832902/124687461-da2cdd00-decc-11eb-9109-f3952320bebb...
1.0
Should we remove partial completion on cycling? - ## Description When user presses <kbd>tab</kbd> to cycle completer suggestions (but not when they press arrow down or page down) **and** all suggestions have the same prefix, the prefix gets auto-inserted: ![test-new](https://user-images.githubusercontent.com/5832...
non_defect
should we remove partial completion on cycling description when user presses tab to cycle completer suggestions but not when they press arrow down or page down and all suggestions have the same prefix the prefix gets auto inserted this behaviour was a feature introduced for compatibili...
0
98,009
12,281,140,482
IssuesEvent
2020-05-08 15:19:31
Princeton-CDH/startwords
https://api.github.com/repos/Princeton-CDH/startwords
opened
Guidelines/styles for images in contextual notes on PDF and end note display
design
Thinking about this because I'm looking at the DBV essay; #73 only provides styles for images when they appear in the contextual notes container. How will we display those same images in the end note / PDF version of the same notes?
1.0
Guidelines/styles for images in contextual notes on PDF and end note display - Thinking about this because I'm looking at the DBV essay; #73 only provides styles for images when they appear in the contextual notes container. How will we display those same images in the end note / PDF version of the same notes?
non_defect
guidelines styles for images in contextual notes on pdf and end note display thinking about this because i m looking at the dbv essay only provides styles for images when they appear in the contextual notes container how will we display those same images in the end note pdf version of the same notes
0
207,088
7,124,543,183
IssuesEvent
2018-01-19 19:18:10
smartprocure/contexture-elasticsearch
https://api.github.com/repos/smartprocure/contexture-elasticsearch
opened
Explore flow type documentation for example-type input/output structures
A: Geo Priority: Low Release: Current
Notably, we need to account for metadata like `reactors` for contexture-client among other things. Additionally, we should be able to generate documentation like the tables that are starting to enter the readme.
1.0
Explore flow type documentation for example-type input/output structures - Notably, we need to account for metadata like `reactors` for contexture-client among other things. Additionally, we should be able to generate documentation like the tables that are starting to enter the readme.
non_defect
explore flow type documentation for example type input output structures notably we need to account for metadata like reactors for contexture client among other things additionally we should be able to generate documentation like the tables that are starting to enter the readme
0
421,141
12,254,240,266
IssuesEvent
2020-05-06 08:07:22
RTradeLtd/s3x
https://api.github.com/repos/RTradeLtd/s3x
closed
A breaking change is coming, lets make the transition as seamless as possible!
high-priority
The goal of this project is to add TemporalX support to minio, while the goal has not changed, the original approach has shown it's downsides. Maintains our fork with upstream has become a regular time sink, time we could use bug fixing and developing new features. So we are working towards reorganizing s3x only as a m...
1.0
A breaking change is coming, lets make the transition as seamless as possible! - The goal of this project is to add TemporalX support to minio, while the goal has not changed, the original approach has shown it's downsides. Maintains our fork with upstream has become a regular time sink, time we could use bug fixing an...
non_defect
a breaking change is coming lets make the transition as seamless as possible the goal of this project is to add temporalx support to minio while the goal has not changed the original approach has shown it s downsides maintains our fork with upstream has become a regular time sink time we could use bug fixing an...
0
74,497
7,431,223,987
IssuesEvent
2018-03-25 12:41:06
nodejs/node
https://api.github.com/repos/nodejs/node
closed
investigate flaky parallel/test-https-socket-options
CI / flaky test http https test
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
2.0
investigate flaky parallel/test-https-socket-options - <!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template b...
non_defect
investigate flaky parallel test https socket options thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re able versi...
0
10,111
2,618,936,663
IssuesEvent
2015-03-03 00:02:21
chrsmith/open-ig
https://api.github.com/repos/chrsmith/open-ig
closed
Game disables auto-save when an older autosave was reloaded.
auto-migrated Missions Priority-Medium Type-Defect
``` Game version: 0.95.152 Operating System: Linux 64-bit Java runtime version: 1.7.0_51 Installed using the Launcher? yes Game language (en, hu, de): hu What steps will reproduce the problem? 1. Play some. 2. Reload the latest autosave. 3. Game ceases saving the game on every day. What is the expected outp...
1.0
Game disables auto-save when an older autosave was reloaded. - ``` Game version: 0.95.152 Operating System: Linux 64-bit Java runtime version: 1.7.0_51 Installed using the Launcher? yes Game language (en, hu, de): hu What steps will reproduce the problem? 1. Play some. 2. Reload the latest autosave. 3. Game c...
defect
game disables auto save when an older autosave was reloaded game version operating system linux bit java runtime version installed using the launcher yes game language en hu de hu what steps will reproduce the problem play some reload the latest autosave game ceases...
1
28,912
5,434,891,274
IssuesEvent
2017-03-05 12:08:36
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
[RFC] Nested transaction might be rolled back unexpectedly
Defect ORM RFC
This is a (multiple allowed): * [x] bug * [ ] enhancement * [x] feature-discussion (RFC) * CakePHP Version: 3.4.2 ### What you did A simple test code: ```php $this->loadModel('Bookmarks'); $this->Bookmarks->connection()->transactional(function(){ $this->Bookmarks->findOrCreate(['user_id' => -1]); ...
1.0
[RFC] Nested transaction might be rolled back unexpectedly - This is a (multiple allowed): * [x] bug * [ ] enhancement * [x] feature-discussion (RFC) * CakePHP Version: 3.4.2 ### What you did A simple test code: ```php $this->loadModel('Bookmarks'); $this->Bookmarks->connection()->transactional(functio...
defect
nested transaction might be rolled back unexpectedly this is a multiple allowed bug enhancement feature discussion rfc cakephp version what you did a simple test code php this loadmodel bookmarks this bookmarks connection transactional function ...
1
56,512
15,146,945,743
IssuesEvent
2021-02-11 08:18:11
meerk40t/meerk40t
https://api.github.com/repos/meerk40t/meerk40t
closed
drawings get filled once merged and optimized
"¯\[ツ]/¯" Priority: Low Status: Rejected Type: Defect
drawings get filled once merged and optimized [fill_problem.zip](https://github.com/meerk40t/meerk40t/files/5867978/fill_problem.zip)
1.0
drawings get filled once merged and optimized - drawings get filled once merged and optimized [fill_problem.zip](https://github.com/meerk40t/meerk40t/files/5867978/fill_problem.zip)
defect
drawings get filled once merged and optimized drawings get filled once merged and optimized
1
531,977
15,528,069,431
IssuesEvent
2021-03-13 09:13:56
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
Use klona
priority-3-normal status:ready type:refactor
**What would you like Renovate to be able to do?** Replace our util/clone with `klona` **Did you already have any implementation ideas?** I tried this, and it resulted in exceptions. It seems that fast-safe-stringify is saving us from a circular reference that `klona` does not. I don't think we have a lot to g...
1.0
Use klona - **What would you like Renovate to be able to do?** Replace our util/clone with `klona` **Did you already have any implementation ideas?** I tried this, and it resulted in exceptions. It seems that fast-safe-stringify is saving us from a circular reference that `klona` does not. I don't think we hav...
non_defect
use klona what would you like renovate to be able to do replace our util clone with klona did you already have any implementation ideas i tried this and it resulted in exceptions it seems that fast safe stringify is saving us from a circular reference that klona does not i don t think we hav...
0
37,245
8,307,791,791
IssuesEvent
2018-09-23 13:46:47
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
opened
Endless AI reset loop in Volcano Island
C:AI P5: trivial T: defect
See the video : https://youtu.be/_jz5hULv_i4 Labeling as trivial because it is exceedingly rare.
1.0
Endless AI reset loop in Volcano Island - See the video : https://youtu.be/_jz5hULv_i4 Labeling as trivial because it is exceedingly rare.
defect
endless ai reset loop in volcano island see the video labeling as trivial because it is exceedingly rare
1
246,296
7,894,376,414
IssuesEvent
2018-06-28 21:15:37
curationexperts/laevigata
https://api.github.com/repos/curationexperts/laevigata
closed
Header image overlaps content
in progress release priority
**ISSUE** Content in the main content window is obscured/overlapped by the masthead image. As a user, I would like to be able to see the full content in the window including breadcrumbs. NOTE: This is probably because the div and css structure was changed when Emory customized the homepage. To get the "After" ...
1.0
Header image overlaps content - **ISSUE** Content in the main content window is obscured/overlapped by the masthead image. As a user, I would like to be able to see the full content in the window including breadcrumbs. NOTE: This is probably because the div and css structure was changed when Emory customized the ...
non_defect
header image overlaps content issue content in the main content window is obscured overlapped by the masthead image as a user i would like to be able to see the full content in the window including breadcrumbs note this is probably because the div and css structure was changed when emory customized the ...
0
22,356
3,640,912,850
IssuesEvent
2016-02-13 07:07:52
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
Auto rule will not run
Autorun Rules Engine Defect
I have an auto rule setup to run the HTA module, which works just fine when evasion is turned off, but I get the following in the logs with evasion turned on. **Log file** [16:02:21][*] [ARE] Checking if any defined rules should be triggered on target. [16:02:21] |_ Browser version check -> (hook) 11 ALL (rule...
1.0
Auto rule will not run - I have an auto rule setup to run the HTA module, which works just fine when evasion is turned off, but I get the following in the logs with evasion turned on. **Log file** [16:02:21][*] [ARE] Checking if any defined rules should be triggered on target. [16:02:21] |_ Browser version che...
defect
auto rule will not run i have an auto rule setup to run the hta module which works just fine when evasion is turned off but i get the following in the logs with evasion turned on log file checking if any defined rules should be triggered on target browser version check hook all rule...
1
21,776
3,551,641,469
IssuesEvent
2016-01-21 05:28:35
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
bbb-web causes tomcat6 jvm to run out of memory (intermittent)
Defect Normal Priority Stability Web
Originally reported on Google Code with ID 1500 ``` We've seen this error intermittently. At some point, under a sequence of actions that we can't yet reproduce, bbb-web (written in grails) will use up all the available memory in the JVM and cause tomcat6 out of memory. Here's a stack trace after the out of mem...
1.0
bbb-web causes tomcat6 jvm to run out of memory (intermittent) - Originally reported on Google Code with ID 1500 ``` We've seen this error intermittently. At some point, under a sequence of actions that we can't yet reproduce, bbb-web (written in grails) will use up all the available memory in the JVM and cause to...
defect
bbb web causes jvm to run out of memory intermittent originally reported on google code with id we ve seen this error intermittently at some point under a sequence of actions that we can t yet reproduce bbb web written in grails will use up all the available memory in the jvm and cause out of me...
1
138,601
5,344,836,218
IssuesEvent
2017-02-17 15:31:51
worona/worona-dashboard
https://api.github.com/repos/worona/worona-dashboard
closed
Trying to access to a non-existing or a non-owned site hangs indefinitely
Priority: Low Type: Bug
If the user tries to access to a screen with a non-existing site id, let's say: http://dashboard.worona.org/check-site/foo , then the interface hangs saying "Retrieving data..." indefinitely. Same happens if user tries to access to a deleted site or to a site which she doesn't own. A possible solution would be to ad...
1.0
Trying to access to a non-existing or a non-owned site hangs indefinitely - If the user tries to access to a screen with a non-existing site id, let's say: http://dashboard.worona.org/check-site/foo , then the interface hangs saying "Retrieving data..." indefinitely. Same happens if user tries to access to a delete...
non_defect
trying to access to a non existing or a non owned site hangs indefinitely if the user tries to access to a screen with a non existing site id let s say then the interface hangs saying retrieving data indefinitely same happens if user tries to access to a deleted site or to a site which she doesn t own...
0
800,838
28,434,823,014
IssuesEvent
2023-04-15 07:04:25
Together-Java/TJ-Bot
https://api.github.com/repos/Together-Java/TJ-Bot
closed
ChatGPT - Slash command improvements
enhance command priority: major
We recently added a `/chatgpt` slashcommand. It is now time to fine-tune it: * limit message length to prevent people from sending a huge ass message that rips all our money (maybe 200?) * limit usages per user to maybe once per 10 seconds (can use a Caffeine cache) * make the message optional and if its left out,...
1.0
ChatGPT - Slash command improvements - We recently added a `/chatgpt` slashcommand. It is now time to fine-tune it: * limit message length to prevent people from sending a huge ass message that rips all our money (maybe 200?) * limit usages per user to maybe once per 10 seconds (can use a Caffeine cache) * make th...
non_defect
chatgpt slash command improvements we recently added a chatgpt slashcommand it is now time to fine tune it limit message length to prevent people from sending a huge ass message that rips all our money maybe limit usages per user to maybe once per seconds can use a caffeine cache make the m...
0
318,696
27,321,019,484
IssuesEvent
2023-02-24 19:50:59
peviitor-ro/ui-js
https://api.github.com/repos/peviitor-ro/ui-js
closed
[SERP]" Alătură-te" button text's line height.
bug TestQuality
## Precondition URL: https://beta.peviitor.ro/ Device: Samsung Galaxy S21 Ultra Browser: Chrome Platform: Android 12 ## Steps to Reproduce: ### Step 1 <span style="color:#58b880"> **[Pass]** </span> Open URL in browser #### Expected Result Website is loaded without any issues ### Step 2 <span style="color:#58b880">...
1.0
[SERP]" Alătură-te" button text's line height. - ## Precondition URL: https://beta.peviitor.ro/ Device: Samsung Galaxy S21 Ultra Browser: Chrome Platform: Android 12 ## Steps to Reproduce: ### Step 1 <span style="color:#58b880"> **[Pass]** </span> Open URL in browser #### Expected Result Website is loaded without an...
non_defect
alătură te button text s line height precondition url device samsung galaxy ultra browser chrome platform android steps to reproduce step open url in browser expected result website is loaded without any issues step click on “caută” expected result ...
0
157,401
13,688,122,813
IssuesEvent
2020-09-30 11:12:17
covid19-cau/capstone-design-project
https://api.github.com/repos/covid19-cau/capstone-design-project
closed
[2020-09-23] weekly scrum
documentation
Development up to week 1 -~Proposal~ -~Research and Advancement of planning~ Development up to week 2 -~Research and Advancement of planning~ -Architect db -Architect rest api server -Architect client structure Week 3 development goal according to the time schedule -Architect db -Architect rest api server...
1.0
[2020-09-23] weekly scrum - Development up to week 1 -~Proposal~ -~Research and Advancement of planning~ Development up to week 2 -~Research and Advancement of planning~ -Architect db -Architect rest api server -Architect client structure Week 3 development goal according to the time schedule -Architect db...
non_defect
weekly scrum development up to week proposal research and advancement of planning development up to week research and advancement of planning architect db architect rest api server architect client structure week development goal according to the time schedule architect db architec...
0
23,477
11,890,620,192
IssuesEvent
2020-03-28 19:11:47
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
Cloudwatch metric doesn't get associated with a valid resource
bug service/cloudwatch stale
Terraform Version Terraform v0.10.7 & v0.11.1 ### Affected Resource(s) Please list the resources as a list, for example: - aws_cloudwatch_metric_alarm ### Terraform Configuration Files ```hcl resource "aws_cloudwatch_metric_alarm" "ec2-CPU-util-alert" { alarm_name = "${terraform.workspac...
1.0
Cloudwatch metric doesn't get associated with a valid resource - Terraform Version Terraform v0.10.7 & v0.11.1 ### Affected Resource(s) Please list the resources as a list, for example: - aws_cloudwatch_metric_alarm ### Terraform Configuration Files ```hcl resource "aws_cloudwatch_metric_alarm" "ec2-CPU-ut...
non_defect
cloudwatch metric doesn t get associated with a valid resource terraform version terraform affected resource s please list the resources as a list for example aws cloudwatch metric alarm terraform configuration files hcl resource aws cloudwatch metric alarm cpu util ale...
0
66,471
20,206,734,989
IssuesEvent
2022-02-11 21:23:19
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
DataTable: Issue with missing lazy attribute
defect
With the recent PF 12-Snapshots, I am getting the following error on some screens that were working for many years: `Unable to automatically determine the `lazy` attribute. Either define the `lazy` attribute on the component or make sure the `value` attribute doesn't resolve to `null`. clientId: ...` Could you p...
1.0
DataTable: Issue with missing lazy attribute - With the recent PF 12-Snapshots, I am getting the following error on some screens that were working for many years: `Unable to automatically determine the `lazy` attribute. Either define the `lazy` attribute on the component or make sure the `value` attribute doesn't r...
defect
datatable issue with missing lazy attribute with the recent pf snapshots i am getting the following error on some screens that were working for many years unable to automatically determine the lazy attribute either define the lazy attribute on the component or make sure the value attribute doesn t re...
1
36,744
8,109,296,818
IssuesEvent
2018-08-14 06:59:03
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Missing padding for ui-inputgroup-addon in overlayPanel
defect pending-review
``` [X ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/vi...
1.0
Missing padding for ui-inputgroup-addon in overlayPanel - ``` [X ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit suppor...
defect
missing padding for ui inputgroup addon in overlaypanel bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see current behavior...
1
788,356
27,750,988,363
IssuesEvent
2023-03-15 20:43:31
Zapper-fi/studio
https://api.github.com/repos/Zapper-fi/studio
closed
[Ren] renBTC WBTC sBTC not showing correct. value
priority 2
ethereum网络下, renBTC WBTC sBTC单独显示的币种数量 ≠ renBTC/WBTC/sBTC的汇总数量,该以哪一个数据为准
1.0
[Ren] renBTC WBTC sBTC not showing correct. value - ethereum网络下, renBTC WBTC sBTC单独显示的币种数量 ≠ renBTC/WBTC/sBTC的汇总数量,该以哪一个数据为准
non_defect
renbtc wbtc sbtc not showing correct value ethereum网络下, renbtc wbtc sbtc单独显示的币种数量 ≠ renbtc wbtc sbtc的汇总数量,该以哪一个数据为准
0
3,873
2,610,083,278
IssuesEvent
2015-02-26 18:25:26
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
去除痘疤深圳
auto-migrated Priority-Medium Type-Defect
``` 去除痘疤深圳【深圳韩方科颜全国热线400-869-1818,24小时QQ4008 691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:48
1.0
去除痘疤深圳 - ``` 去除痘疤深圳【深圳韩方科颜全国热线400-869-1818,24小时QQ4008 691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:48
defect
去除痘疤深圳 去除痘疤深圳【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 original issue reported on code google com by szft com on may at
1
604,825
18,719,502,371
IssuesEvent
2021-11-03 10:08:14
MadsBalslev/P3
https://api.github.com/repos/MadsBalslev/P3
closed
/Posters respondes with 500 Internal Server Error
Type: Bug Priority: Critical Domain: DevOps
``` System.NullReferenceException: Object reference not set to an instance of an object. at server.Models.Poster.ToJSON() in C:\Users\caspe\Documents\GitHub\P3\server\Services\Poster.cs:line 7 at server.Services.PosterService.GetAllPosterJSON() in C:\Users\caspe\Documents\GitHub\P3\server\Services\PosterServic...
1.0
/Posters respondes with 500 Internal Server Error - ``` System.NullReferenceException: Object reference not set to an instance of an object. at server.Models.Poster.ToJSON() in C:\Users\caspe\Documents\GitHub\P3\server\Services\Poster.cs:line 7 at server.Services.PosterService.GetAllPosterJSON() in C:\Users\ca...
non_defect
posters respondes with internal server error system nullreferenceexception object reference not set to an instance of an object at server models poster tojson in c users caspe documents github server services poster cs line at server services posterservice getallposterjson in c users caspe...
0
205,854
15,692,076,553
IssuesEvent
2021-03-25 18:40:03
MajkiIT/polish-ads-filter
https://api.github.com/repos/MajkiIT/polish-ads-filter
closed
eskarock.pl | muratorplus.pl
adblock detect reguły gotowe/testowanie
eskarock.pl ![Zrzut ekranu z 2021-03-25 08-48-12](https://user-images.githubusercontent.com/36385327/112437101-decaec80-8d46-11eb-974d-d09c6843cecb.png) Winny Oficjalne Polskie Filtry do AdBlocka, uBlocka Origin i AdGuarda pl##.ad pl##[class$="-ads"] ##.ad-placement muratorplus.pl ![Zrzut ekranu z 2021-03-25 0...
1.0
eskarock.pl | muratorplus.pl - eskarock.pl ![Zrzut ekranu z 2021-03-25 08-48-12](https://user-images.githubusercontent.com/36385327/112437101-decaec80-8d46-11eb-974d-d09c6843cecb.png) Winny Oficjalne Polskie Filtry do AdBlocka, uBlocka Origin i AdGuarda pl##.ad pl##[class$="-ads"] ##.ad-placement muratorplus.pl...
non_defect
eskarock pl muratorplus pl eskarock pl winny oficjalne polskie filtry do adblocka ublocka origin i adguarda pl ad pl ad placement muratorplus pl winny oficjalne polskie filtry do adblocka ublocka origin i adguarda pl ad pl ad placement oraz easylist adsbox ...
0
258,688
19,569,327,582
IssuesEvent
2022-01-04 07:48:03
voctory/v1
https://api.github.com/repos/voctory/v1
opened
Archive page functionality
documentation
Should bring back currently commented out archive page with my list of own projects — dependent on resolution of #3.
1.0
Archive page functionality - Should bring back currently commented out archive page with my list of own projects — dependent on resolution of #3.
non_defect
archive page functionality should bring back currently commented out archive page with my list of own projects — dependent on resolution of
0
36,153
7,867,514,332
IssuesEvent
2018-06-23 09:44:00
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
TreeTable : Paginator Position not working
defect
# IMPORTANT - !!! If you open an issue, fill every item. Otherwise the issue might be closed as invalid. !!! - Please use the naming convention for the title: ${component}: ${title} Example: SelectOneMenu: Converter not called - Before you open an issue, test it with the current/newest version. - Try to...
1.0
TreeTable : Paginator Position not working - # IMPORTANT - !!! If you open an issue, fill every item. Otherwise the issue might be closed as invalid. !!! - Please use the naming convention for the title: ${component}: ${title} Example: SelectOneMenu: Converter not called - Before you open an issue, test ...
defect
treetable paginator position not working important if you open an issue fill every item otherwise the issue might be closed as invalid please use the naming convention for the title component title example selectonemenu converter not called before you open an issue test ...
1
48,070
13,067,427,004
IssuesEvent
2020-07-31 00:25:10
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[Steamshovel] artists python files don't like being called on their own which confuses the documentation (Trac #1736)
Migrated from Trac combo core defect
It is not clear to me exactly how steamshovel loads these artist files but it causes problems with sphinx documentation. These can be tested by running the file directly for example calling `python ${I3_SRC}/CommonVariables/python/artists/direct_hits.py` instead of calling sphinx and it gets the same result. * common_...
1.0
[Steamshovel] artists python files don't like being called on their own which confuses the documentation (Trac #1736) - It is not clear to me exactly how steamshovel loads these artist files but it causes problems with sphinx documentation. These can be tested by running the file directly for example calling `python ${...
defect
artists python files don t like being called on their own which confuses the documentation trac it is not clear to me exactly how steamshovel loads these artist files but it causes problems with sphinx documentation these can be tested by running the file directly for example calling python src commonva...
1
16,156
2,873,877,819
IssuesEvent
2015-06-08 19:26:19
Guake/guake
https://api.github.com/repos/Guake/guake
reopened
Guake not taking the entire width of the screen
Priority:Low Type: Defect
For a while, Guake has left some ten or so pixels of empty space on the right side of the screen (screenshot below because I suck at describing things). I have tried aligning center, left, and right, and nothing fixes it. I also have a screenshot of my preferences. Using the most current version of master as of the tim...
1.0
Guake not taking the entire width of the screen - For a while, Guake has left some ten or so pixels of empty space on the right side of the screen (screenshot below because I suck at describing things). I have tried aligning center, left, and right, and nothing fixes it. I also have a screenshot of my preferences. Usin...
defect
guake not taking the entire width of the screen for a while guake has left some ten or so pixels of empty space on the right side of the screen screenshot below because i suck at describing things i have tried aligning center left and right and nothing fixes it i also have a screenshot of my preferences usin...
1
163,572
20,363,909,528
IssuesEvent
2022-02-21 01:43:58
LuisMartinSchick/website-portfolio
https://api.github.com/repos/LuisMartinSchick/website-portfolio
opened
CVE-2022-0639 (Medium) detected in url-parse-1.5.4.tgz
security vulnerability
## CVE-2022-0639 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.4.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser ...
True
CVE-2022-0639 (Medium) detected in url-parse-1.5.4.tgz - ## CVE-2022-0639 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.4.tgz</b></p></summary> <p>Small footprint URL...
non_defect
cve medium detected in url parse tgz cve medium severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href dependency hierarchy gatsby tgz root li...
0
23,838
11,961,332,298
IssuesEvent
2020-04-05 07:54:25
thrashplay/incubator-node
https://api.github.com/repos/thrashplay/incubator-node
closed
Create 'Samba' Docker image for arm architectures
enhancement service: samba
In order to deploy Samba to Pegasus Control, we need an image that runs on Arm processors.
1.0
Create 'Samba' Docker image for arm architectures - In order to deploy Samba to Pegasus Control, we need an image that runs on Arm processors.
non_defect
create samba docker image for arm architectures in order to deploy samba to pegasus control we need an image that runs on arm processors
0
55,804
14,692,620,388
IssuesEvent
2021-01-03 03:26:15
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
ReliableTopic possible duplicate messages using publishAsync method
Type: Defect
Hi, is it 'normal' for the publicAsync method of ReliableTopic to send duplicate messages to listeners? If I used the the normal publish function, this does not happen. Not sure if this is a bug or not.
1.0
ReliableTopic possible duplicate messages using publishAsync method - Hi, is it 'normal' for the publicAsync method of ReliableTopic to send duplicate messages to listeners? If I used the the normal publish function, this does not happen. Not sure if this is a bug or not.
defect
reliabletopic possible duplicate messages using publishasync method hi is it normal for the publicasync method of reliabletopic to send duplicate messages to listeners if i used the the normal publish function this does not happen not sure if this is a bug or not
1
25,704
4,417,714,285
IssuesEvent
2016-08-15 07:25:20
snowie2000/mactype
https://api.github.com/repos/snowie2000/mactype
closed
Windows "Fonts" folder crashed while loading some font thumbnail
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open "Fonts" folder in Windows directory through Windows Explorer 2. Browse a while What is the expected output? What do you see instead? The expected output : Font preview displayed correctly. The real output : "Fonts" folder suddenly closed. What version of the product ...
1.0
Windows "Fonts" folder crashed while loading some font thumbnail - ``` What steps will reproduce the problem? 1. Open "Fonts" folder in Windows directory through Windows Explorer 2. Browse a while What is the expected output? What do you see instead? The expected output : Font preview displayed correctly. The real out...
defect
windows fonts folder crashed while loading some font thumbnail what steps will reproduce the problem open fonts folder in windows directory through windows explorer browse a while what is the expected output what do you see instead the expected output font preview displayed correctly the real out...
1
687,643
23,533,924,106
IssuesEvent
2022-08-19 18:17:50
linkerd/linkerd2
https://api.github.com/repos/linkerd/linkerd2
closed
Show default servers in linkerd viz authz output
area/cli priority/P1 enhancement area/viz area/policy
### What problem are you trying to solve? The `linkerd viz authz` command lists metrics for all Servers of the given resource. However, the default Server (which is used when no Server resource has been created) is not shown. This leaves us with a blind spot when trying to reason about traffic for which there is no ...
1.0
Show default servers in linkerd viz authz output - ### What problem are you trying to solve? The `linkerd viz authz` command lists metrics for all Servers of the given resource. However, the default Server (which is used when no Server resource has been created) is not shown. This leaves us with a blind spot when tr...
non_defect
show default servers in linkerd viz authz output what problem are you trying to solve the linkerd viz authz command lists metrics for all servers of the given resource however the default server which is used when no server resource has been created is not shown this leaves us with a blind spot when tr...
0
22,488
3,654,276,171
IssuesEvent
2016-02-17 11:44:38
brunoais/javadude
https://api.github.com/repos/brunoais/javadude
closed
Annotations - add transient option for properties
auto-migrated Priority-Medium Project-Annotations Type-Defect
``` Add option to mark properties transient (or possibly do automatically if Bean is serializable and property type isn't) ``` Original issue reported on code.google.com by `scott%ja...@gtempaccount.com` on 3 May 2009 at 3:15
1.0
Annotations - add transient option for properties - ``` Add option to mark properties transient (or possibly do automatically if Bean is serializable and property type isn't) ``` Original issue reported on code.google.com by `scott%ja...@gtempaccount.com` on 3 May 2009 at 3:15
defect
annotations add transient option for properties add option to mark properties transient or possibly do automatically if bean is serializable and property type isn t original issue reported on code google com by scott ja gtempaccount com on may at
1
31,047
5,897,252,324
IssuesEvent
2017-05-18 12:00:29
optimad/mimmo
https://api.github.com/repos/optimad/mimmo
closed
Review of xml documentation of all blocks
documentation
Review of xml documentation of all blocks. Missing for: - [x] SelectionByCylinder - [x] SelectionBySphere - [x] SelectionByMapping - [x]  SelectionByPID
1.0
Review of xml documentation of all blocks - Review of xml documentation of all blocks. Missing for: - [x] SelectionByCylinder - [x] SelectionBySphere - [x] SelectionByMapping - [x]  SelectionByPID
non_defect
review of xml documentation of all blocks review of xml documentation of all blocks missing for selectionbycylinder selectionbysphere selectionbymapping  selectionbypid
0
22,968
3,733,882,185
IssuesEvent
2016-03-08 02:46:54
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
Liquid: Indent Comments Not Working
Defect Parsing QA
Looks like comments aren't being detected in liquid. I'm using `ERB Template` to beautify the liquid code. ## Source ``` {% comment %} Sed aliquam ultrices mauris. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nullam accumsan lorem in dui. Quisque id odio. Praesent porttitor, n...
1.0
Liquid: Indent Comments Not Working - Looks like comments aren't being detected in liquid. I'm using `ERB Template` to beautify the liquid code. ## Source ``` {% comment %} Sed aliquam ultrices mauris. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nullam accumsan lorem in dui. ...
defect
liquid indent comments not working looks like comments aren t being detected in liquid i m using erb template to beautify the liquid code source comment sed aliquam ultrices mauris donec quam felis ultricies nec pellentesque eu pretium quis sem nullam accumsan lorem in dui ...
1
119,449
25,518,851,919
IssuesEvent
2022-11-28 18:38:09
gmdavef/example-java-maven
https://api.github.com/repos/gmdavef/example-java-maven
opened
CVE: 2019-0230 found in Struts 2 Core - Version: 2.5.12 [JAVA]
Severity: High Veracode Dependency Scanning
Veracode Software Composition Analysis =============================== Attribute | Details | --- | --- | Library | Struts 2 Core Description | Apache Struts 2 Language | JAVA Vulnerability | Remote Code Execution (RCE) Vulnerability description | struts2-core is vulnerable to remote code execution (RC...
1.0
CVE: 2019-0230 found in Struts 2 Core - Version: 2.5.12 [JAVA] - Veracode Software Composition Analysis =============================== Attribute | Details | --- | --- | Library | Struts 2 Core Description | Apache Struts 2 Language | JAVA Vulnerability | Remote Code Execution (RCE) Vulnerability desc...
non_defect
cve found in struts core version veracode software composition analysis attribute details library struts core description apache struts language java vulnerability remote code execution rce vulnerability description ...
0
48,468
13,091,281,825
IssuesEvent
2020-08-03 06:12:06
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
ORM issue in case of combining joinWith and Join.
ORM defect pinned
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.4.* (tested on master branch) Here is the testcase that demonstrate the issue ```php public function testCombinedJoinWithAndJoins() { \Cake\Core\Plugin::load('TestPlugin'); ...
1.0
ORM issue in case of combining joinWith and Join. - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.4.* (tested on master branch) Here is the testcase that demonstrate the issue ```php public function testCombinedJoinWithAndJoins() { ...
defect
orm issue in case of combining joinwith and join this is a multiple allowed bug enhancement feature discussion rfc cakephp version tested on master branch here is the testcase that demonstrate the issue php public function testcombinedjoinwithandjoins ...
1
124,819
26,544,728,004
IssuesEvent
2023-01-19 22:39:46
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
opened
insights: search context filters do not error when a json based context is entered
bug webapp team/code-insights
Found in v4.4.0 Insights can only be filtered by query based search contexts. When a user enters a context that does not exist a red boarder is placed on the field and the user can not save the changes. However if the user enters the name of a json based search context the error message is displayed saying `N...
1.0
insights: search context filters do not error when a json based context is entered - Found in v4.4.0 Insights can only be filtered by query based search contexts. When a user enters a context that does not exist a red boarder is placed on the field and the user can not save the changes. However if the user en...
non_defect
insights search context filters do not error when a json based context is entered found in insights can only be filtered by query based search contexts when a user enters a context that does not exist a red boarder is placed on the field and the user can not save the changes however if the user ent...
0
78,574
27,602,984,784
IssuesEvent
2023-03-09 11:08:57
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Connection pool leak unless running under debugger
T: Defect
### Expected behavior Running tests under debugger work the same way as running tests without debugger. ### Actual behavior Bumped from 3.15.5 to 3.18.0, and tests reliably hang due to empty pool. No good idea how to troubleshoot this. Everything works as expected when running under debugger. The same applies to 3.1...
1.0
Connection pool leak unless running under debugger - ### Expected behavior Running tests under debugger work the same way as running tests without debugger. ### Actual behavior Bumped from 3.15.5 to 3.18.0, and tests reliably hang due to empty pool. No good idea how to troubleshoot this. Everything works as expected...
defect
connection pool leak unless running under debugger expected behavior running tests under debugger work the same way as running tests without debugger actual behavior bumped from to and tests reliably hang due to empty pool no good idea how to troubleshoot this everything works as expected w...
1
80,355
30,246,487,878
IssuesEvent
2023-07-06 16:53:15
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Vulnerability in hadoop-shaded-guava-1.1.1.jar (shaded: com.google.guava:guava:30.1.1-jre)
Type: Defect Source: Internal security severity:high Team: Integration
[CVE-2023-2976](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-2976) ``` Referenced In Projects/Scopes: hazelcast-jet-files-s3:compile hazelcast-jet-hadoop-dist:compile hazelcast-distribution:compile hazelcast-jet-files-gcs:compile hazelcast-jet-files-azure:compile hazelcast-jet-hadoop-all:compile ...
1.0
Vulnerability in hadoop-shaded-guava-1.1.1.jar (shaded: com.google.guava:guava:30.1.1-jre) - [CVE-2023-2976](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-2976) ``` Referenced In Projects/Scopes: hazelcast-jet-files-s3:compile hazelcast-jet-hadoop-dist:compile hazelcast-distribution:compile hazelcast...
defect
vulnerability in hadoop shaded guava jar shaded com google guava guava jre referenced in projects scopes hazelcast jet files compile hazelcast jet hadoop dist compile hazelcast distribution compile hazelcast jet files gcs compile hazelcast jet files azure compile hazelcast jet hadoo...
1
19,066
13,536,130,834
IssuesEvent
2020-09-16 08:36:27
topcoder-platform/qa-fun
https://api.github.com/repos/topcoder-platform/qa-fun
closed
[Chrome] Selected tab is not highlighted when user select any tab in data science page
UX/Usability
Bug title - Selected tab is not highlighted when user select any tab (I have added two screenshots observe the difference) Steps To Reproduce - 1. Go to https://www.topcoder.com/community/data-science/datasets 2. Click on a dataset and observe 3. It is not highlighted (that is selected) if you select "learn" op...
True
[Chrome] Selected tab is not highlighted when user select any tab in data science page - Bug title - Selected tab is not highlighted when user select any tab (I have added two screenshots observe the difference) Steps To Reproduce - 1. Go to https://www.topcoder.com/community/data-science/datasets 2. Click on a ...
non_defect
selected tab is not highlighted when user select any tab in data science page bug title selected tab is not highlighted when user select any tab i have added two screenshots observe the difference steps to reproduce go to click on a dataset and observe it is not highlighted that is selecte...
0
828,953
31,848,780,194
IssuesEvent
2023-09-14 22:33:23
googleapis/repo-automation-bots
https://api.github.com/repos/googleapis/repo-automation-bots
opened
[auto-label] Incorrectly class composer/workflows content as 'api: workflows'
type: bug priority: p2
In https://github.com/GoogleCloudPlatform/python-docs-samples/pull/10619, the PR was labeled `api: workflows` instead of `api: composer`, which then led to mistakes in PR routing.
1.0
[auto-label] Incorrectly class composer/workflows content as 'api: workflows' - In https://github.com/GoogleCloudPlatform/python-docs-samples/pull/10619, the PR was labeled `api: workflows` instead of `api: composer`, which then led to mistakes in PR routing.
non_defect
incorrectly class composer workflows content as api workflows in the pr was labeled api workflows instead of api composer which then led to mistakes in pr routing
0
18,534
4,283,426,192
IssuesEvent
2016-07-15 13:25:59
Grumnir/IDEmm
https://api.github.com/repos/Grumnir/IDEmm
closed
Document coding conventions in wiki
Documentation Projectmanagement
There are some coding convention that should be documented in the wiki. Until yet, nothing is specified but eclipse default was used. JavaDoc standard must be specified as well.
1.0
Document coding conventions in wiki - There are some coding convention that should be documented in the wiki. Until yet, nothing is specified but eclipse default was used. JavaDoc standard must be specified as well.
non_defect
document coding conventions in wiki there are some coding convention that should be documented in the wiki until yet nothing is specified but eclipse default was used javadoc standard must be specified as well
0
45,673
12,977,993,249
IssuesEvent
2020-07-21 21:47:14
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Hit: chained fparse expressions don't work when the dependency is quoted
T: defect
## Bug Description Chained fparse brace expressions die with an error when the one depended on by another is quoted. ## Steps to Reproduce Put: ``` foo = '${fparse 42}' bar = ${fparse foo}' ``` in an input file. It will error out on `bar`'s line saying that foo has the wrong type (not float). ## Imp...
1.0
Hit: chained fparse expressions don't work when the dependency is quoted - ## Bug Description Chained fparse brace expressions die with an error when the one depended on by another is quoted. ## Steps to Reproduce Put: ``` foo = '${fparse 42}' bar = ${fparse foo}' ``` in an input file. It will error ou...
defect
hit chained fparse expressions don t work when the dependency is quoted bug description chained fparse brace expressions die with an error when the one depended on by another is quoted steps to reproduce put foo fparse bar fparse foo in an input file it will error out...
1
8,350
2,611,493,827
IssuesEvent
2015-02-27 05:34:00
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Gentoo user crashing on startup. Wrong SDL version detected
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Start the hwengine from game(in that case, when start the game, engine simply doesn't starts). 2. If the engine is invoked from command line, with the string like this: "hwengine .hedgewars/ /usr/share/games/hedgewars/Data/ Downloads/Repair_Border.37.hwd" the output will...
1.0
Gentoo user crashing on startup. Wrong SDL version detected - ``` What steps will reproduce the problem? 1. Start the hwengine from game(in that case, when start the game, engine simply doesn't starts). 2. If the engine is invoked from command line, with the string like this: "hwengine .hedgewars/ /usr/share/games/h...
defect
gentoo user crashing on startup wrong sdl version detected what steps will reproduce the problem start the hwengine from game in that case when start the game engine simply doesn t starts if the engine is invoked from command line with the string like this hwengine hedgewars usr share games h...
1
38,749
8,954,986,992
IssuesEvent
2019-01-26 02:18:00
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
Segmentation fault in Ipopt::AugRestoSystemSolver::Solve
Ipopt defect
Issue created by migration from Trac. Original creator: bchretien Original creation time: 2014-01-31 16:59:50 Assignee: ipopt-team Version: 3.11 CC: ghackebeil Hi, a few days ago I stumbled across a segmentation fault in my code using Ipopt 3.11.7 (upstream version). Note that I use Arch Linux x86_64, gcc 4.8.2,...
1.0
Segmentation fault in Ipopt::AugRestoSystemSolver::Solve - Issue created by migration from Trac. Original creator: bchretien Original creation time: 2014-01-31 16:59:50 Assignee: ipopt-team Version: 3.11 CC: ghackebeil Hi, a few days ago I stumbled across a segmentation fault in my code using Ipopt 3.11.7 (upstr...
defect
segmentation fault in ipopt augrestosystemsolver solve issue created by migration from trac original creator bchretien original creation time assignee ipopt team version cc ghackebeil hi a few days ago i stumbled across a segmentation fault in my code using ipopt upstream versio...
1
10,998
2,622,954,327
IssuesEvent
2015-03-04 09:02:54
folded/carve
https://api.github.com/repos/folded/carve
closed
Building on 32bit arch linux (gcc 4.4), build error
auto-migrated Priority-Medium Type-Defect
``` Hi, I tried to build but had the following error. In file included from ../include/carve/pointset_decl.hpp:27, from ../include/carve/pointset.hpp:22, from intersect.cpp:23: ../include/carve/kd_node.hpp:115: error: default argument missing for parameter 2 of 'bool carve::geom::kd_n...
1.0
Building on 32bit arch linux (gcc 4.4), build error - ``` Hi, I tried to build but had the following error. In file included from ../include/carve/pointset_decl.hpp:27, from ../include/carve/pointset.hpp:22, from intersect.cpp:23: ../include/carve/kd_node.hpp:115: error: default argum...
defect
building on arch linux gcc build error hi i tried to build but had the following error in file included from include carve pointset decl hpp from include carve pointset hpp from intersect cpp include carve kd node hpp error default argument missi...
1
31,880
6,653,194,530
IssuesEvent
2017-09-29 07:15:39
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Open calendar on clicking input box
6.0.25 6.1.7 defect
Reported by PRO User; > We are using cell edit <p:datatable editable="true" cellEditMode="lazy" editMode="cell" saveOnCellBlur="false" ../> with <p:calendar showButtonPanel="true" focusOnSelect="true"... > as input facet in cell editor. After selecting the value form the calendar for the fist time,(without saving it)...
1.0
Open calendar on clicking input box - Reported by PRO User; > We are using cell edit <p:datatable editable="true" cellEditMode="lazy" editMode="cell" saveOnCellBlur="false" ../> with <p:calendar showButtonPanel="true" focusOnSelect="true"... > as input facet in cell editor. After selecting the value form the calendar...
defect
open calendar on clicking input box reported by pro user we are using cell edit with as input facet in cell editor after selecting the value form the calendar for the fist time without saving it user is unable to open the calendar again
1
7,674
2,610,432,498
IssuesEvent
2015-02-26 20:21:41
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
No longer publishing
auto-migrated Priority-Medium Type-Defect
``` What's the problem? I write the entry, I send the entry, it confirms that the entry has been sent BUT the entry never arrives on the blog What browser are you using? Chrome Version 32.0.1700.72 m What version of ScribeFire are you running? Version: 4.2.3 ``` ----- Original issue reported on code.google.com ...
1.0
No longer publishing - ``` What's the problem? I write the entry, I send the entry, it confirms that the entry has been sent BUT the entry never arrives on the blog What browser are you using? Chrome Version 32.0.1700.72 m What version of ScribeFire are you running? Version: 4.2.3 ``` ----- Original issue repor...
defect
no longer publishing what s the problem i write the entry i send the entry it confirms that the entry has been sent but the entry never arrives on the blog what browser are you using chrome version m what version of scribefire are you running version original issue reported o...
1
3,878
2,610,083,364
IssuesEvent
2015-02-26 18:25:27
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
去青春痘深圳
auto-migrated Priority-Medium Type-Defect
``` 去青春痘深圳【深圳韩方科颜全国热线400-869-1818,24小时QQ4008 691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:48
1.0
去青春痘深圳 - ``` 去青春痘深圳【深圳韩方科颜全国热线400-869-1818,24小时QQ4008 691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:48
defect
去青春痘深圳 去青春痘深圳【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 original issue reported on code google com by szft com on may at
1
184,850
32,059,918,496
IssuesEvent
2023-09-24 14:36:36
dev-launchers/dev-launchers-platform
https://api.github.com/repos/dev-launchers/dev-launchers-platform
opened
Integration Figma Component Documentation
Universal Design
**Description:** We need to add documentation for our Figma components. The documentation is already prepared in separate documents and needs to be integrated into the design system for better accessibility and usability.
1.0
Integration Figma Component Documentation - **Description:** We need to add documentation for our Figma components. The documentation is already prepared in separate documents and needs to be integrated into the design system for better accessibility and usability.
non_defect
integration figma component documentation description we need to add documentation for our figma components the documentation is already prepared in separate documents and needs to be integrated into the design system for better accessibility and usability
0
747,781
26,098,802,947
IssuesEvent
2022-12-27 02:35:31
bounswe/bounswe2022group1
https://api.github.com/repos/bounswe/bounswe2022group1
opened
Frontend - Newly Added Learning Space Not Show Error
Type: Bug Priority: Critical Frontend
**Issue Description:** When a new learning space is created, the new learning space is not shown on the landing page. I will inspect its reason and fix it. **Tasks to Do:** - [ ] fix the error *Task Deadline:* 27.12.2022 12:00 *Final Situation:* I fixed the error. The error was caused by the wrong sta...
1.0
Frontend - Newly Added Learning Space Not Show Error - **Issue Description:** When a new learning space is created, the new learning space is not shown on the landing page. I will inspect its reason and fix it. **Tasks to Do:** - [ ] fix the error *Task Deadline:* 27.12.2022 12:00 *Final Situation:* I...
non_defect
frontend newly added learning space not show error issue description when a new learning space is created the new learning space is not shown on the landing page i will inspect its reason and fix it tasks to do fix the error task deadline final situation i fixed th...
0
69,159
22,215,308,319
IssuesEvent
2022-06-08 00:34:31
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Element window often white
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? Sometimes when i try to open Element, it's just a white color window inside (see screenshot) ![image](https://user-images.githubusercontent.com/50620416/172505377-52d629f5-0dc0-476f-b289-37f5f82bc460.png) 3. What do you click? Element from a taskba...
1.0
Element window often white - ### Steps to reproduce 1. Where are you starting? What can you see? Sometimes when i try to open Element, it's just a white color window inside (see screenshot) ![image](https://user-images.githubusercontent.com/50620416/172505377-52d629f5-0dc0-476f-b289-37f5f82bc460.png) 3. What do you...
defect
element window often white steps to reproduce where are you starting what can you see sometimes when i try to open element it s just a white color window inside see screenshot what do you click element from a taskbar or when starting it more steps… outcome what did you expect...
1
87,427
10,545,743,420
IssuesEvent
2019-10-02 19:50:51
fga-eps-mds/2019.2-Over26
https://api.github.com/repos/fga-eps-mds/2019.2-Over26
closed
Refatorar EAP
Documentation EPS PO
## Descrição da Mudança * <!--- Forneça um resumo geral da _issue_ --> Atualizar EAP do Projeto ## Checklist * <!-- Essa checklist propõe a criação de uma boa issue --> <!-- Se a issue é sobre uma história de usuário, seu nome deve ser "USXX - Nome da história--> <!-- Se a issue é sobre um bug, seu nome deve ser ...
1.0
Refatorar EAP - ## Descrição da Mudança * <!--- Forneça um resumo geral da _issue_ --> Atualizar EAP do Projeto ## Checklist * <!-- Essa checklist propõe a criação de uma boa issue --> <!-- Se a issue é sobre uma história de usuário, seu nome deve ser "USXX - Nome da história--> <!-- Se a issue é sobre um bug, s...
non_defect
refatorar eap descrição da mudança atualizar eap do projeto checklist esta issue tem um nome significativo o nome da issue está no padrão esta issue tem uma descrição de fácil entendimento esta issue tem uma boa definição de critérios de aceitação esta issue ...
0
70,545
23,228,397,186
IssuesEvent
2022-08-03 04:21:26
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Periods following a hyperlink are parsed as part of the link, mangling the URL
T-Defect
### Steps to reproduce URLs in posts are converted to hyperlinks. However, if the link is immediately followed by a period, without an intervening space, it is included as part of the link, which mangles the URL. This happen, for example, if the link is part of a sentence that ends with a period. ### Outcome On El...
1.0
Periods following a hyperlink are parsed as part of the link, mangling the URL - ### Steps to reproduce URLs in posts are converted to hyperlinks. However, if the link is immediately followed by a period, without an intervening space, it is included as part of the link, which mangles the URL. This happen, for exampl...
defect
periods following a hyperlink are parsed as part of the link mangling the url steps to reproduce urls in posts are converted to hyperlinks however if the link is immediately followed by a period without an intervening space it is included as part of the link which mangles the url this happen for exampl...
1
68,167
21,527,266,191
IssuesEvent
2022-04-28 19:48:33
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: f-stat distribution output doesn't make sense, possibly incorrect?
defect
### Describe your issue. The output of `scipy.stats.f.ppf()` doesn't make any sense to me. Maybe I'm missing something obvious. Comparing the output of this function to f distribution tables found online, the results don't match. For example: looking at [this table](http://www.socr.ucla.edu/Applets.dir/F_Table.h...
1.0
BUG: f-stat distribution output doesn't make sense, possibly incorrect? - ### Describe your issue. The output of `scipy.stats.f.ppf()` doesn't make any sense to me. Maybe I'm missing something obvious. Comparing the output of this function to f distribution tables found online, the results don't match. For examp...
defect
bug f stat distribution output doesn t make sense possibly incorrect describe your issue the output of scipy stats f ppf doesn t make any sense to me maybe i m missing something obvious comparing the output of this function to f distribution tables found online the results don t match for examp...
1
93,456
19,214,644,063
IssuesEvent
2021-12-07 08:07:16
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
R-29 Big Rig Pathfinding Error in Bots
Bug Code
- [x] I have searched the issue tracker to check if the issue has already been reported. **Description** If a section of the hull just to the top right of the right ballast in the R-29 Big Rig submarine is damaged, bots will get stuck walking into the wall trying to reach it. **Steps To Reproduce** Put on a div...
1.0
R-29 Big Rig Pathfinding Error in Bots - - [x] I have searched the issue tracker to check if the issue has already been reported. **Description** If a section of the hull just to the top right of the right ballast in the R-29 Big Rig submarine is damaged, bots will get stuck walking into the wall trying to reach it...
non_defect
r big rig pathfinding error in bots i have searched the issue tracker to check if the issue has already been reported description if a section of the hull just to the top right of the right ballast in the r big rig submarine is damaged bots will get stuck walking into the wall trying to reach it ...
0
63,102
14,656,668,900
IssuesEvent
2020-12-28 13:56:28
fu1771695yongxie/mpvue
https://api.github.com/repos/fu1771695yongxie/mpvue
opened
CVE-2018-3739 (High) detected in https-proxy-agent-1.0.0.tgz
security vulnerability
## CVE-2018-3739 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https-proxy-agent-1.0.0.tgz</b></p></summary> <p>An HTTP(s) proxy `http.Agent` implementation for HTTPS</p> <p>Library ...
True
CVE-2018-3739 (High) detected in https-proxy-agent-1.0.0.tgz - ## CVE-2018-3739 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https-proxy-agent-1.0.0.tgz</b></p></summary> <p>An HTTP...
non_defect
cve high detected in https proxy agent tgz cve high severity vulnerability vulnerable library https proxy agent tgz an http s proxy http agent implementation for https library home page a href path to dependency file mpvue package json path to vulnerable library m...
0
41,081
10,299,062,570
IssuesEvent
2019-08-28 11:43:28
codl/forget
https://api.github.com/repos/codl/forget
closed
posts getting refreshed frequently that don't need to be
defect
posts are getting refreshed too often. i suspect this is still because of trying to delete something, not finding anything immediately actionable, and checking posts that may have beein unfavourited. might be interesting to maybe add a backoff so posts are only actively refreshed like this once every six hours or so
1.0
posts getting refreshed frequently that don't need to be - posts are getting refreshed too often. i suspect this is still because of trying to delete something, not finding anything immediately actionable, and checking posts that may have beein unfavourited. might be interesting to maybe add a backoff so posts are only...
defect
posts getting refreshed frequently that don t need to be posts are getting refreshed too often i suspect this is still because of trying to delete something not finding anything immediately actionable and checking posts that may have beein unfavourited might be interesting to maybe add a backoff so posts are only...
1
79,780
29,047,350,184
IssuesEvent
2023-05-13 18:38:13
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
`mx_CallEvent` styling not consistent with `mx_EventTileBubble`
T-Defect
### Steps to reproduce 1. Enable Element Call and place calls 2. Disable Element Call and create video conferences with Jitsi ### Outcome #### What did you expect? The event should be rendered consistently. #### What happened instead? `mx_CallEvent` is not rendered in the same way as other events are ren...
1.0
`mx_CallEvent` styling not consistent with `mx_EventTileBubble` - ### Steps to reproduce 1. Enable Element Call and place calls 2. Disable Element Call and create video conferences with Jitsi ### Outcome #### What did you expect? The event should be rendered consistently. #### What happened instead? `mx_...
defect
mx callevent styling not consistent with mx eventtilebubble steps to reproduce enable element call and place calls disable element call and create video conferences with jitsi outcome what did you expect the event should be rendered consistently what happened instead mx ...
1
325,601
27,947,194,489
IssuesEvent
2023-03-24 04:56:40
gradle/gradle
https://api.github.com/repos/gradle/gradle
closed
8.1 RC 1: Regression in JUnit5 parameterized tests
a:regression in:testing-junit5
### Current Behavior Tests with `@ParameterizedTest` and `@MethodSource` no longer works, throwing ``` java.lang.NoSuchMethodError: 'java.lang.String[] org.junit.platform.commons.util.ReflectionUtils.parseQualifiedMethodName(java.lang.String)' at org.junit.jupiter.params.provider.MethodArgumentsProvider.getFacto...
1.0
8.1 RC 1: Regression in JUnit5 parameterized tests - ### Current Behavior Tests with `@ParameterizedTest` and `@MethodSource` no longer works, throwing ``` java.lang.NoSuchMethodError: 'java.lang.String[] org.junit.platform.commons.util.ReflectionUtils.parseQualifiedMethodName(java.lang.String)' at org.junit.jup...
non_defect
rc regression in parameterized tests current behavior tests with parameterizedtest and methodsource no longer works throwing java lang nosuchmethoderror java lang string org junit platform commons util reflectionutils parsequalifiedmethodname java lang string at org junit jupiter p...
0
47,173
13,056,046,615
IssuesEvent
2020-07-30 03:29:36
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
root 5.10 in ports won't build on fc6 (Trac #94)
Migrated from Trac defect infrastructure
Migrated from https://code.icecube.wisc.edu/ticket/94 ```json { "status": "closed", "changetime": "2007-12-03T15:32:13", "description": "", "reporter": "troy", "cc": "", "resolution": "invalid", "_ts": "1196695933000000", "component": "infrastructure", "summary": "root 5.10...
1.0
root 5.10 in ports won't build on fc6 (Trac #94) - Migrated from https://code.icecube.wisc.edu/ticket/94 ```json { "status": "closed", "changetime": "2007-12-03T15:32:13", "description": "", "reporter": "troy", "cc": "", "resolution": "invalid", "_ts": "1196695933000000", "compo...
defect
root in ports won t build on trac migrated from json status closed changetime description reporter troy cc resolution invalid ts component infrastructure summary root in ports won t b...
1
265,774
28,298,127,196
IssuesEvent
2023-04-10 01:38:03
Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
https://api.github.com/repos/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
closed
CVE-2022-40307 (Medium) detected in linuxlinux-4.19.241 - autoclosed
Mend: dependency security vulnerability
## CVE-2022-40307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.241</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge...
True
CVE-2022-40307 (Medium) detected in linuxlinux-4.19.241 - autoclosed - ## CVE-2022-40307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.241</b></p></summary> <p> <p>...
non_defect
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
44
2,537,549,309
IssuesEvent
2015-01-26 21:21:23
Protobile/Protobile
https://api.github.com/repos/Protobile/Protobile
closed
Attach DevelopmentTools middleware in default development config profile
architecture enhancement
**As a** developer|user **I want to** have Protobile development tools attached to the development environment configuration as middleware **in order to** be able to utilize development tools functionality
1.0
Attach DevelopmentTools middleware in default development config profile - **As a** developer|user **I want to** have Protobile development tools attached to the development environment configuration as middleware **in order to** be able to utilize development tools functionality
non_defect
attach developmenttools middleware in default development config profile as a developer user i want to have protobile development tools attached to the development environment configuration as middleware in order to be able to utilize development tools functionality
0
14,805
2,831,389,808
IssuesEvent
2015-05-24 15:54:39
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
Crash after Focus Stacking
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Perform a Focus Stacking operation (Camera used Canon 60D) 2. Try to click Cancel on the screen to go back 3. Or try the Back key on the Android 4. The application freezes and has to be killed What is the expected output? What do you see instead? One should be able to go b...
1.0
Crash after Focus Stacking - ``` What steps will reproduce the problem? 1. Perform a Focus Stacking operation (Camera used Canon 60D) 2. Try to click Cancel on the screen to go back 3. Or try the Back key on the Android 4. The application freezes and has to be killed What is the expected output? What do you see instea...
defect
crash after focus stacking what steps will reproduce the problem perform a focus stacking operation camera used canon try to click cancel on the screen to go back or try the back key on the android the application freezes and has to be killed what is the expected output what do you see instead ...
1
26,572
4,762,383,271
IssuesEvent
2016-10-25 11:20:09
OpenMS/OpenMS
https://api.github.com/repos/OpenMS/OpenMS
closed
InternalCalibration: Problems with R scripts
defect TOPP
I'm having some trouble with the functionality for generating quality control plots using R scripts in InternalCalibration. First, I tried running it on a server that had the "Rscript" executable, which however turned out to be broken (due to a missing library). The log messages in that case were confusing: ``` Co...
1.0
InternalCalibration: Problems with R scripts - I'm having some trouble with the functionality for generating quality control plots using R scripts in InternalCalibration. First, I tried running it on a server that had the "Rscript" executable, which however turned out to be broken (due to a missing library). The log...
defect
internalcalibration problems with r scripts i m having some trouble with the functionality for generating quality control plots using r scripts in internalcalibration first i tried running it on a server that had the rscript executable which however turned out to be broken due to a missing library the log...
1
377,728
11,183,241,479
IssuesEvent
2019-12-31 12:21:01
googleapis/nodejs-datastore
https://api.github.com/repos/googleapis/nodejs-datastore
opened
Synthesis failed for nodejs-datastore
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate nodejs-datastore. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--'] synthtool > Executing /tmpfs/src/git/au...
1.0
Synthesis failed for nodejs-datastore - Hello! Autosynth couldn't regenerate nodejs-datastore. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']...
non_defect
synthesis failed for nodejs datastore hello autosynth couldn t regenerate nodejs datastore broken heart here s the output from running synth py cloning into working repo switched to branch autosynth running synthtool synthtool executing tmpfs src git autosynth working repo synth py synthtool...
0
63,588
17,778,934,578
IssuesEvent
2021-08-30 23:58:51
DivinumOfficium/divinum-officium
https://api.github.com/repos/DivinumOfficium/divinum-officium
closed
Missa options aren't saved between sessions
Priority-Medium auto-migrated Type-Defect Component-UI
``` What steps will reproduce the problem? 1. go to Sancta Missa 2. go to options 3. change something (e.g. nomen Episcopi or text width percent) 4. OK 5. Quit browser 6. Do 1 and 2 again : changes are lost This might be a cookie naming/interpreting issue. Tested in Safari 5.1.1. Tested in 2011-12-11 version. Wh...
1.0
Missa options aren't saved between sessions - ``` What steps will reproduce the problem? 1. go to Sancta Missa 2. go to options 3. change something (e.g. nomen Episcopi or text width percent) 4. OK 5. Quit browser 6. Do 1 and 2 again : changes are lost This might be a cookie naming/interpreting issue. Tested in Safar...
defect
missa options aren t saved between sessions what steps will reproduce the problem go to sancta missa go to options change something e g nomen episcopi or text width percent ok quit browser do and again changes are lost this might be a cookie naming interpreting issue tested in safar...
1
228,285
25,172,414,579
IssuesEvent
2022-11-11 05:25:45
ForgeRock/ds-operator
https://api.github.com/repos/ForgeRock/ds-operator
closed
github.com/go-ldap/ldap/v3-v3.3.0: 2 vulnerabilities (highest severity is: 7.5) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/go-ldap/ldap/v3-v3.3.0</b></p></summary> <p></p> <p> <p>Found in HEAD commit: <a href="https://github.com/ForgeRock/ds-operator/commit/a822537c8941e22804...
True
github.com/go-ldap/ldap/v3-v3.3.0: 2 vulnerabilities (highest severity is: 7.5) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/go-ldap/ldap/v3-v3.3.0</b></p></summary> <p></p> <p> <p>Fo...
non_defect
github com go ldap ldap vulnerabilities highest severity is autoclosed vulnerable library github com go ldap ldap found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available ...
0
33,881
7,290,491,788
IssuesEvent
2018-02-24 02:31:06
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
opened
IntegrationTestCase and PHP7.2
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: latest master * Platform and Target: CakeBox in Linux Vagrant PHP 7.2 ### What you did So far this worked: php phpunit.phar tests/TestCase/Controller/AccountControllerTest.php ### What ha...
1.0
IntegrationTestCase and PHP7.2 - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: latest master * Platform and Target: CakeBox in Linux Vagrant PHP 7.2 ### What you did So far this worked: php phpunit.phar tests/TestCase/Controller/Account...
defect
integrationtestcase and this is a multiple allowed bug enhancement feature discussion rfc cakephp version latest master platform and target cakebox in linux vagrant php what you did so far this worked php phpunit phar tests testcase controller accountcontrolle...
1
39,568
9,549,516,103
IssuesEvent
2019-05-02 09:22:44
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
7.14.1 for Android: Event Log is filled with <![CDATA[>entries.
C: Android - Manager E: 1 day P: Major R: fixed T: Defect
Event Log is filled with all these <![CDATA[>entries. (The forum here drops everything behind a larger than sign, so log removed)
1.0
7.14.1 for Android: Event Log is filled with <![CDATA[>entries. - Event Log is filled with all these <![CDATA[>entries. (The forum here drops everything behind a larger than sign, so log removed)
defect
for android event log is filled with entries event log is filled with all these entries the forum here drops everything behind a larger than sign so log removed
1
25,271
4,269,991,539
IssuesEvent
2016-07-13 04:10:32
pot8oe/mythmote
https://api.github.com/repos/pot8oe/mythmote
closed
Reconnect after sleep
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. use mythmote 2. lock screen with power/lock button 3. let sit for at least 10 min 4. reactivate screen What is the expected output? What do you see instead? refresh interval automatically reconnects to frontends. io exception network timeout / io exception network unavail...
1.0
Reconnect after sleep - ``` What steps will reproduce the problem? 1. use mythmote 2. lock screen with power/lock button 3. let sit for at least 10 min 4. reactivate screen What is the expected output? What do you see instead? refresh interval automatically reconnects to frontends. io exception network timeout / io e...
defect
reconnect after sleep what steps will reproduce the problem use mythmote lock screen with power lock button let sit for at least min reactivate screen what is the expected output what do you see instead refresh interval automatically reconnects to frontends io exception network timeout io ex...
1
15,767
27,880,883,422
IssuesEvent
2023-03-21 19:17:47
sc19jwh/COMP3931
https://api.github.com/repos/sc19jwh/COMP3931
opened
Configure inbound/outbound flight airports
Must Have Requirement
**As a:** Site user **I want to:** be able to chose the departure airport when searching for flights **So that:** I can customise to my situation and see appropriate local results ### Acceptance Criteria - Select from list of airports - Results are to/from inputted airport to/from airport of configured destinati...
1.0
Configure inbound/outbound flight airports - **As a:** Site user **I want to:** be able to chose the departure airport when searching for flights **So that:** I can customise to my situation and see appropriate local results ### Acceptance Criteria - Select from list of airports - Results are to/from inputted ai...
non_defect
configure inbound outbound flight airports as a site user i want to be able to chose the departure airport when searching for flights so that i can customise to my situation and see appropriate local results acceptance criteria select from list of airports results are to from inputted ai...
0
783,427
27,530,319,498
IssuesEvent
2023-03-06 21:29:59
googleapis/python-pubsub
https://api.github.com/repos/googleapis/python-pubsub
opened
tests.system.TestStreamingPull: test_streaming_pull_blocking_shutdown[grpc-grpc] failed
type: bug priority: p1 flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 1dcff30f6254cb6429565fe74b9c8cdc3e0338bb b...
1.0
tests.system.TestStreamingPull: test_streaming_pull_blocking_shutdown[grpc-grpc] failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` ...
non_defect
tests system teststreamingpull test streaming pull blocking shutdown failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output self publisher...
0
828,660
31,838,120,453
IssuesEvent
2023-09-14 14:39:08
SuperDupr/builder
https://api.github.com/repos/SuperDupr/builder
closed
Multiple prompts show on first question every time
bug High Priority
AND the functionality is off. 1. First question always shows the arrow to go to the second prompt even when there isn't one. ![Screenshot 2023-09-11 at 10 47 48 AM](https://github.com/SuperDupr/builder/assets/4260841/b4bb1b21-3b52-4c8f-8587-ca3c4a9f4587) 2. Arrow disappear when you go the phantom second prompt...
1.0
Multiple prompts show on first question every time - AND the functionality is off. 1. First question always shows the arrow to go to the second prompt even when there isn't one. ![Screenshot 2023-09-11 at 10 47 48 AM](https://github.com/SuperDupr/builder/assets/4260841/b4bb1b21-3b52-4c8f-8587-ca3c4a9f4587) 2...
non_defect
multiple prompts show on first question every time and the functionality is off first question always shows the arrow to go to the second prompt even when there isn t one arrow disappear when you go the phantom second prompt on the first question
0
18,237
3,036,688,425
IssuesEvent
2015-08-06 13:28:04
gigazman/zhisto4sm
https://api.github.com/repos/gigazman/zhisto4sm
closed
while massupdate zhisto records, the archive are updated too
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. select record to be massupdate 2. change the version value and click "massupdate" What is the expected output? What do you see instead? Expected to change only the version value. Instead, the archived object is updated too. Please use labels and text to provide additional...
1.0
while massupdate zhisto records, the archive are updated too - ``` What steps will reproduce the problem? 1. select record to be massupdate 2. change the version value and click "massupdate" What is the expected output? What do you see instead? Expected to change only the version value. Instead, the archived object is...
defect
while massupdate zhisto records the archive are updated too what steps will reproduce the problem select record to be massupdate change the version value and click massupdate what is the expected output what do you see instead expected to change only the version value instead the archived object is...
1
13,128
8,300,781,412
IssuesEvent
2018-09-21 09:13:07
eclipse/dirigible
https://api.github.com/repos/eclipse/dirigible
closed
[IDE] Branding Support
enhancement usability web-ide
Add support for (re)branding of the Eclipse Dirigible Web IDE through configurations e.g.: - DIRIGIBLE_BRANDING_NAME - DIRIGIBLE_BRANDING_ICON - ...
True
[IDE] Branding Support - Add support for (re)branding of the Eclipse Dirigible Web IDE through configurations e.g.: - DIRIGIBLE_BRANDING_NAME - DIRIGIBLE_BRANDING_ICON - ...
non_defect
branding support add support for re branding of the eclipse dirigible web ide through configurations e g dirigible branding name dirigible branding icon
0
431,518
12,480,786,988
IssuesEvent
2020-05-29 21:00:00
tensorfork/tensorfork
https://api.github.com/repos/tensorfork/tensorfork
opened
BigGAN LR: auto-tune learning rate using gradient noise scale?
enhancement priority: low
The OA [GPT-3](https://arxiv.org/pdf/2005.14165.pdf#page=9) paper notes: > As found in [KMH+20,MKAT18], larger models can typically use a larger batch size, but require a smaller learning rate. We measure the gradient noise scale during training and use it to guide our choice of batch size [MKAT18]. The 'gradient...
1.0
BigGAN LR: auto-tune learning rate using gradient noise scale? - The OA [GPT-3](https://arxiv.org/pdf/2005.14165.pdf#page=9) paper notes: > As found in [KMH+20,MKAT18], larger models can typically use a larger batch size, but require a smaller learning rate. We measure the gradient noise scale during training and us...
non_defect
biggan lr auto tune learning rate using gradient noise scale the oa paper notes as found in larger models can typically use a larger batch size but require a smaller learning rate we measure the gradient noise scale during training and use it to guide our choice of batch size the gradient nois...
0
820,557
30,778,052,170
IssuesEvent
2023-07-31 08:05:14
pythonindia/inpycon2023
https://api.github.com/repos/pythonindia/inpycon2023
closed
Keynote speakers to be added
good first issue priority
The component is already created. The data needs to added in _/data/keynote.yml_ file.
1.0
Keynote speakers to be added - The component is already created. The data needs to added in _/data/keynote.yml_ file.
non_defect
keynote speakers to be added the component is already created the data needs to added in data keynote yml file
0
784,878
27,588,240,024
IssuesEvent
2023-03-08 21:39:44
GluuFederation/oxTrust
https://api.github.com/repos/GluuFederation/oxTrust
opened
Regex pattern validation on Password attributes causes error when creating user
bug High Priority
## Description As pointed out by customer in ticket 11134, when creating a new user, oxTrust will throw an error at the moment admin steps into "Confirm password" field when a particular regex is set as "Regex Pattern" for "Password" attribute. The customer tried to use this approach to ensure strict password policies...
1.0
Regex pattern validation on Password attributes causes error when creating user - ## Description As pointed out by customer in ticket 11134, when creating a new user, oxTrust will throw an error at the moment admin steps into "Confirm password" field when a particular regex is set as "Regex Pattern" for "Password" att...
non_defect
regex pattern validation on password attributes causes error when creating user description as pointed out by customer in ticket when creating a new user oxtrust will throw an error at the moment admin steps into confirm password field when a particular regex is set as regex pattern for password attribu...
0
1,323
2,603,785,138
IssuesEvent
2015-02-24 17:54:52
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳龟头下面有肉芽
auto-migrated Priority-Medium Type-Defect
``` 沈阳龟头下面有肉芽〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com by `q964105....
1.0
沈阳龟头下面有肉芽 - ``` 沈阳龟头下面有肉芽〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com ...
defect
沈阳龟头下面有肉芽 沈阳龟头下面有肉芽〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at
1
38,732
8,952,797,593
IssuesEvent
2019-01-25 17:31:31
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
setting multipliers for fixed variables gives assert/segfault if solve failed
Ipopt defect minor
Issue created by migration from Trac. Original creator: @svigerske Original creation time: 2012-01-26 10:43:42 Assignee: ipopt-team Version: 3.10 Hi, I run Ipopt with "fixed_variable_treatment make_constraint". The solve failed with status RESTORATION_FAILURE. In this case, I get a segmentation fault from `TNLP...
1.0
setting multipliers for fixed variables gives assert/segfault if solve failed - Issue created by migration from Trac. Original creator: @svigerske Original creation time: 2012-01-26 10:43:42 Assignee: ipopt-team Version: 3.10 Hi, I run Ipopt with "fixed_variable_treatment make_constraint". The solve failed with ...
defect
setting multipliers for fixed variables gives assert segfault if solve failed issue created by migration from trac original creator svigerske original creation time assignee ipopt team version hi i run ipopt with fixed variable treatment make constraint the solve failed with status re...
1
49,826
13,187,277,750
IssuesEvent
2020-08-13 02:54:24
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
icetray-start does not detect download failures (Trac #2144)
Incomplete Migration Migrated from Trac cvmfs defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2144">https://code.icecube.wisc.edu/ticket/2144</a>, reported by cweaver and owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "description": "There are several r...
1.0
icetray-start does not detect download failures (Trac #2144) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2144">https://code.icecube.wisc.edu/ticket/2144</a>, reported by cweaver and owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": ...
defect
icetray start does not detect download failures trac migrated from json status closed changetime description there are several reasons icetray start can fail to download a user specified tarball such as networking issues or the current host os not matching...
1
184,553
14,289,501,414
IssuesEvent
2020-11-23 19:21:44
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
rpcxio/etcd: integration/v3_watch_test.go; 91 LoC
fresh medium test
Found a possible issue in [rpcxio/etcd](https://www.github.com/rpcxio/etcd) at [integration/v3_watch_test.go](https://github.com/rpcxio/etcd/blob/f9cde972fd94e1047a6b3a9fa1713256b2250fc7/integration/v3_watch_test.go#L206-L296) The below snippet of Go code triggered static analysis which searches for goroutines and/or...
1.0
rpcxio/etcd: integration/v3_watch_test.go; 91 LoC - Found a possible issue in [rpcxio/etcd](https://www.github.com/rpcxio/etcd) at [integration/v3_watch_test.go](https://github.com/rpcxio/etcd/blob/f9cde972fd94e1047a6b3a9fa1713256b2250fc7/integration/v3_watch_test.go#L206-L296) The below snippet of Go code triggered ...
non_defect
rpcxio etcd integration watch test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for i...
0
66,716
20,601,746,711
IssuesEvent
2022-03-06 11:21:30
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Error when using BodyParserMiddleware in Route Scope with caching active
defect
### Description In my efforts not to load unnecessary stuff application-wide, I removed the `BodyParserMiddleware` from my Application.php file and wanted to use it only as a Route Scoped Middleware like so: ``` $routes->scope('/api', function (RouteBuilder $builder) { $builder->applyMiddleware('bodyParser', ...
1.0
Error when using BodyParserMiddleware in Route Scope with caching active - ### Description In my efforts not to load unnecessary stuff application-wide, I removed the `BodyParserMiddleware` from my Application.php file and wanted to use it only as a Route Scoped Middleware like so: ``` $routes->scope('/api', funct...
defect
error when using bodyparsermiddleware in route scope with caching active description in my efforts not to load unnecessary stuff application wide i removed the bodyparsermiddleware from my application php file and wanted to use it only as a route scoped middleware like so routes scope api funct...
1
12,212
2,685,471,428
IssuesEvent
2015-03-30 01:20:47
IssueMigrationTest/Test5
https://api.github.com/repos/IssueMigrationTest/Test5
closed
class var type infer error
auto-migrated Priority-Medium Type-Defect
**Issue by jason.mi...@gmail.com** _15 Jun 2011 at 2:52 GMT_ _Originally opened on Google Code_ ---- ``` Correct if uncomment the Logger.Init() in the last 2 lines Logger.LoggerFile should be typed as file* in both cases instead of void* test case: class Logger(object): debug = False LoggerFile = None @static...
1.0
class var type infer error - **Issue by jason.mi...@gmail.com** _15 Jun 2011 at 2:52 GMT_ _Originally opened on Google Code_ ---- ``` Correct if uncomment the Logger.Init() in the last 2 lines Logger.LoggerFile should be typed as file* in both cases instead of void* test case: class Logger(object): debug = False ...
defect
class var type infer error issue by jason mi gmail com jun at gmt originally opened on google code correct if uncomment the logger init in the last lines logger loggerfile should be typed as file in both cases instead of void test case class logger object debug false logg...
1
10,764
3,136,373,850
IssuesEvent
2015-09-10 19:34:28
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
Multiple e2e tests fail with "Namespace x is active"
priority/P1 team/testing
Our CI "soak" testing runs e2e tests repeatedly against a cluster. After a few runs we start seeing lots of the following sort of thing: >**SchedulerPredicates validates resource limits of pods that are allowed to run.** >/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_...
1.0
Multiple e2e tests fail with "Namespace x is active" - Our CI "soak" testing runs e2e tests repeatedly against a cluster. After a few runs we start seeing lots of the following sort of thing: >**SchedulerPredicates validates resource limits of pods that are allowed to run.** >/go/src/k8s.io/kubernetes/_output/...
non_defect
multiple tests fail with namespace x is active our ci soak testing runs tests repeatedly against a cluster after a few runs we start seeing lots of the following sort of thing schedulerpredicates validates resource limits of pods that are allowed to run go src io kubernetes output docker...
0
364,064
10,758,399,614
IssuesEvent
2019-10-31 14:55:18
AY1920S1-CS2103T-F12-2/main
https://api.github.com/repos/AY1920S1-CS2103T-F12-2/main
closed
Add Reminder Panel for Reminder system
priority.High type.Task v1.3
1. Add the Reminder Panel to display the Reminder system as specified in UI design 2. Assist Jason with integration of Reminder system to the Reminder Panel 3. Finish any leftover goals from v1.2
1.0
Add Reminder Panel for Reminder system - 1. Add the Reminder Panel to display the Reminder system as specified in UI design 2. Assist Jason with integration of Reminder system to the Reminder Panel 3. Finish any leftover goals from v1.2
non_defect
add reminder panel for reminder system add the reminder panel to display the reminder system as specified in ui design assist jason with integration of reminder system to the reminder panel finish any leftover goals from
0
35,440
7,742,305,480
IssuesEvent
2018-05-29 09:07:44
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
CDS/CDNSKEY RRSIG
auth defect
- Program: Authoritative - Issue type: Bug report ### Short description Using PowerDNS Auth 4.0.5 the added CDS/CDNSKEY RR is signed by the ZSK or if only a CSK is used by the CSK. It is not signed by the KSK. However, RFC 7344, section "4.1. CDS and CDNSKEY Processing Rules" states: > Signer: MUST be signed w...
1.0
CDS/CDNSKEY RRSIG - - Program: Authoritative - Issue type: Bug report ### Short description Using PowerDNS Auth 4.0.5 the added CDS/CDNSKEY RR is signed by the ZSK or if only a CSK is used by the CSK. It is not signed by the KSK. However, RFC 7344, section "4.1. CDS and CDNSKEY Processing Rules" states: > Sign...
defect
cds cdnskey rrsig program authoritative issue type bug report short description using powerdns auth the added cds cdnskey rr is signed by the zsk or if only a csk is used by the csk it is not signed by the ksk however rfc section cds and cdnskey processing rules states signer ...
1
90,302
3,814,261,055
IssuesEvent
2016-03-28 12:06:35
pelias/api
https://api.github.com/repos/pelias/api
opened
focus.viewport centroid does not account for sphrerical earth
enhancement fixme low priority question
we currently use an `average lat/lon` algorithm for computing the centroid of the `focus.viewport`, this is probably only accuracy for smaller viewports (~400km). at larger scales the centroid would be more accurate if we use a spherical model, although this will cause problems when the two diagonal corners are at o...
1.0
focus.viewport centroid does not account for sphrerical earth - we currently use an `average lat/lon` algorithm for computing the centroid of the `focus.viewport`, this is probably only accuracy for smaller viewports (~400km). at larger scales the centroid would be more accurate if we use a spherical model, although...
non_defect
focus viewport centroid does not account for sphrerical earth we currently use an average lat lon algorithm for computing the centroid of the focus viewport this is probably only accuracy for smaller viewports at larger scales the centroid would be more accurate if we use a spherical model although thi...
0