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
64,546
3,212,647,381
IssuesEvent
2015-10-06 16:20:47
ceylon/ceylon-compiler
https://api.github.com/repos/ceylon/ceylon-compiler
closed
Cannot use spread operator to invoke member class
BUG high priority
This code produces a compile time backend error: ```ceylon shared class C() { shared class D() {} value ds = { C() }*.D(); // Cannot find symbol symbol: method D$new$() print("done"); } shared void run() { C(); } ``` Similar happens if `C` is an interface, and also if everything is contai...
1.0
Cannot use spread operator to invoke member class - This code produces a compile time backend error: ```ceylon shared class C() { shared class D() {} value ds = { C() }*.D(); // Cannot find symbol symbol: method D$new$() print("done"); } shared void run() { C(); } ``` Similar happens if `...
non_defect
cannot use spread operator to invoke member class this code produces a compile time backend error ceylon shared class c shared class d value ds c d cannot find symbol symbol method d new print done shared void run c similar happens if ...
0
366,227
25,573,703,525
IssuesEvent
2022-11-30 20:00:41
carlonicora/obsidian-rpg-manager
https://api.github.com/repos/carlonicora/obsidian-rpg-manager
closed
[Wrap-Up] Documentation - Beginners Guide
Documentation
**Current Stage**: Wrap-Up ## Final Tasks - [x] Finalizing Layouts, Generating Pictures (pictures take a while) - [x] Navigation link up top and bottom due to Github - [x] Add to Wiki - [x] Check by x1101 and carlonicora - [x] Revisions - [x] Second Check by x1101 and carlonicora - [x] Publish
1.0
[Wrap-Up] Documentation - Beginners Guide - **Current Stage**: Wrap-Up ## Final Tasks - [x] Finalizing Layouts, Generating Pictures (pictures take a while) - [x] Navigation link up top and bottom due to Github - [x] Add to Wiki - [x] Check by x1101 and carlonicora - [x] Revisions - [x] Second Check by x1101 and ...
non_defect
documentation beginners guide current stage wrap up final tasks finalizing layouts generating pictures pictures take a while navigation link up top and bottom due to github add to wiki check by and carlonicora revisions second check by and carlonicora publish ...
0
52,459
13,224,736,321
IssuesEvent
2020-08-17 19:44:33
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[filterscripts] spe fit injector -> key error (Trac #2239)
Incomplete Migration Migrated from Trac analysis defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2239">https://code.icecube.wisc.edu/projects/icecube/ticket/2239</a>, reported by anna.obertackeand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-21T17:09:41", "_ts...
1.0
[filterscripts] spe fit injector -> key error (Trac #2239) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2239">https://code.icecube.wisc.edu/projects/icecube/ticket/2239</a>, reported by anna.obertackeand owned by olivas</em></summary> <p> ```json { "status"...
defect
spe fit injector key error trac migrated from json status closed changetime ts description when using the new simulationfiltering spe and the spe file option the follwoing error occurs n n nwarn python module iceprod modules not found...
1
88,223
25,348,750,063
IssuesEvent
2022-11-19 14:11:38
sile-typesetter/sile
https://api.github.com/repos/sile-typesetter/sile
opened
v0.14.5 release checklist
todo builds & releases
- [x] Shuffle any issues being put off to future milestones - [x] Close all issues in current milestone (except this one) - [x] Spring clean - [x] Re-fetch tooling - [x] Configure and build - [x] Pass all tests - [x] Remote CI - [x] Local - [x] Cut release - [ ] Push release commit & tag to master ...
1.0
v0.14.5 release checklist - - [x] Shuffle any issues being put off to future milestones - [x] Close all issues in current milestone (except this one) - [x] Spring clean - [x] Re-fetch tooling - [x] Configure and build - [x] Pass all tests - [x] Remote CI - [x] Local - [x] Cut release - [ ] Push rel...
non_defect
release checklist shuffle any issues being put off to future milestones close all issues in current milestone except this one spring clean re fetch tooling configure and build pass all tests remote ci local cut release push release commit tag to m...
0
209,227
16,187,955,633
IssuesEvent
2021-05-04 01:42:58
cabelitos/mentorship-team
https://api.github.com/repos/cabelitos/mentorship-team
closed
Missing Code of Conduct
documentation
The Node.JS Code of Conduct is missing and should be added to this repo.
1.0
Missing Code of Conduct - The Node.JS Code of Conduct is missing and should be added to this repo.
non_defect
missing code of conduct the node js code of conduct is missing and should be added to this repo
0
47,275
13,056,094,379
IssuesEvent
2020-07-30 03:38:25
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
Fixed in revision 75773 with the inclusion of SimpleMajorityTrigger (Trac #264)
Migrated from Trac combo simulation defect
Generates more and shorter triggers. Proposed solution in SMTrigger.cxx: l.238 should be k = q +1 l.248 : j = k should be j = i + threshold -1 But might require also a test. Migrated from https://code.icecube.wisc.edu/ticket/264 ```json { "status": "closed", "changetime": "2011-05-26T16:36:38", "descr...
1.0
Fixed in revision 75773 with the inclusion of SimpleMajorityTrigger (Trac #264) - Generates more and shorter triggers. Proposed solution in SMTrigger.cxx: l.238 should be k = q +1 l.248 : j = k should be j = i + threshold -1 But might require also a test. Migrated from https://code.icecube.wisc.edu/ticket/264 ```js...
defect
fixed in revision with the inclusion of simplemajoritytrigger trac generates more and shorter triggers proposed solution in smtrigger cxx l should be k q l j k should be j i threshold but might require also a test migrated from json status closed changetime ...
1
9,583
2,615,163,040
IssuesEvent
2015-03-01 06:42:31
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
WARNING: Receive timeout occurred
auto-migrated Priority-Triage Type-Defect
``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? Reaver v1.4 1. What operating system are you using? Ubuntu 12.04 2. Is your wireless card in monitor mode (yes/no)? yes, airmon-ng start wlan0, and I'm using mon0 for reaver 3. What is the signal strength of the...
1.0
WARNING: Receive timeout occurred - ``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? Reaver v1.4 1. What operating system are you using? Ubuntu 12.04 2. Is your wireless card in monitor mode (yes/no)? yes, airmon-ng start wlan0, and I'm using mon0 for reaver 3...
defect
warning receive timeout occurred answer the following questions for every issue submitted what version of reaver are you using reaver what operating system are you using ubuntu is your wireless card in monitor mode yes no yes airmon ng start and i m using for reaver what is ...
1
61,909
17,023,806,941
IssuesEvent
2021-07-03 03:57:39
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Map does not display on changeset browser
Component: website Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 11.47am, Saturday, 30th June 2012]** For the last couple of days, the map on the right-hand side of the /browse/changesets history view is not appearing. JavaScript error: Error: Event.observe is not a function Source File: http://www.openstreetmap.org/browse/ch...
1.0
Map does not display on changeset browser - **[Submitted to the original trac issue database at 11.47am, Saturday, 30th June 2012]** For the last couple of days, the map on the right-hand side of the /browse/changesets history view is not appearing. JavaScript error: Error: Event.observe is not a function Source ...
defect
map does not display on changeset browser for the last couple of days the map on the right hand side of the browse changesets history view is not appearing javascript error error event observe is not a function source file line fails in firefox ie and epiphany confirmed a...
1
19,585
3,227,243,093
IssuesEvent
2015-10-11 01:10:00
krashanoff/cleanrip
https://api.github.com/repos/krashanoff/cleanrip
closed
wii.dat needed on Gamecube
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? Load Cleanrip v2.0.0 with only gc.dat on Gamecube What is the expected output? What do you see instead? It should tell you that the Redump DAT files have been found. Instead, it prompts you that the files have no been found and asks if you want to download them. This is p...
1.0
wii.dat needed on Gamecube - ``` What steps will reproduce the problem? Load Cleanrip v2.0.0 with only gc.dat on Gamecube What is the expected output? What do you see instead? It should tell you that the Redump DAT files have been found. Instead, it prompts you that the files have no been found and asks if you want ...
defect
wii dat needed on gamecube what steps will reproduce the problem load cleanrip with only gc dat on gamecube what is the expected output what do you see instead it should tell you that the redump dat files have been found instead it prompts you that the files have no been found and asks if you want ...
1
92
2,534,816,257
IssuesEvent
2015-01-25 11:06:06
chrisalexander/Learn-Chinese-app
https://api.github.com/repos/chrisalexander/Learn-Chinese-app
closed
CurrentState should be called CurrentStatus and return IEnumerable<string>
LongRunningProcess
Also update the UI to render accordingly, plus the tests
1.0
CurrentState should be called CurrentStatus and return IEnumerable<string> - Also update the UI to render accordingly, plus the tests
non_defect
currentstate should be called currentstatus and return ienumerable also update the ui to render accordingly plus the tests
0
50,649
13,187,660,532
IssuesEvent
2020-08-13 04:08:50
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
cmake - I3_USE_ROOT macro set w/o root installed (Trac #1131)
Migrated from Trac cmake defect
if USE_ROOT is given to cmake, the C macro I3_USE_ROOT is set even if root isn't found. see #1115 <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1131">https://code.icecube.wisc.edu/ticket/1131</a>, reported by nega and owned by nega</em></summary> <p> ```json { "status": "clo...
1.0
cmake - I3_USE_ROOT macro set w/o root installed (Trac #1131) - if USE_ROOT is given to cmake, the C macro I3_USE_ROOT is set even if root isn't found. see #1115 <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1131">https://code.icecube.wisc.edu/ticket/1131</a>, reported by nega an...
defect
cmake use root macro set w o root installed trac if use root is given to cmake the c macro use root is set even if root isn t found see migrated from json status closed changetime description if use root is given to cmake the c macro use roo...
1
10,765
2,622,183,363
IssuesEvent
2015-03-04 00:19:48
byzhang/leveldb
https://api.github.com/repos/byzhang/leveldb
closed
LevelDB 1.16 and 1.17 not available on downloads page
auto-migrated Priority-Medium Type-Defect
``` https://code.google.com/p/leveldb/downloads/list ``` Original issue reported on code.google.com by `clemah...@gmail.com` on 18 Aug 2014 at 1:19 * Merged into: #240
1.0
LevelDB 1.16 and 1.17 not available on downloads page - ``` https://code.google.com/p/leveldb/downloads/list ``` Original issue reported on code.google.com by `clemah...@gmail.com` on 18 Aug 2014 at 1:19 * Merged into: #240
defect
leveldb and not available on downloads page original issue reported on code google com by clemah gmail com on aug at merged into
1
4,222
2,610,089,512
IssuesEvent
2015-02-26 18:27:06
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痘痘如何祛
auto-migrated Priority-Medium Type-Defect
``` 深圳痘痘如何祛【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:36
1.0
深圳痘痘如何祛 - ``` 深圳痘痘如何祛【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:36
defect
深圳痘痘如何祛 深圳痘痘如何祛【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
19,893
3,273,628,523
IssuesEvent
2015-10-26 04:24:43
npgall/cqengine
https://api.github.com/repos/npgall/cqengine
closed
Query CONSISTENTLY slower with the addition of NavigableIndex
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Run this code, see below. What is the expected output? What do you see instead? I expected the queries against a NavigableIndex to be similar to or faster instead of nearly 2x slower, than without. What version of the product are you using? On what operating system? 1.2.7...
1.0
Query CONSISTENTLY slower with the addition of NavigableIndex - ``` What steps will reproduce the problem? 1. Run this code, see below. What is the expected output? What do you see instead? I expected the queries against a NavigableIndex to be similar to or faster instead of nearly 2x slower, than without. What vers...
defect
query consistently slower with the addition of navigableindex what steps will reproduce the problem run this code see below what is the expected output what do you see instead i expected the queries against a navigableindex to be similar to or faster instead of nearly slower than without what versi...
1
63,537
14,656,736,755
IssuesEvent
2020-12-28 14:05:07
fu1771695yongxie/next.js
https://api.github.com/repos/fu1771695yongxie/next.js
opened
CVE-2020-11023 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-2.2.0.min.js</b>, <b>jquery-3.2.1.min.js</b></p></summary> <p> <details><summar...
True
CVE-2020-11023 (Medium) detected in multiple libraries - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-2.2.0.min.js</b>, <b>jq...
non_defect
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file nex...
0
68,900
21,945,989,945
IssuesEvent
2022-05-24 00:40:49
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
invalid homeserver/_matrix/client/r0/search for Dendrite
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? search 2. What do you click? and found invalid url homeserver/_matrix/client/r0/search It seems that https://matrix.org/docs/spec/client_server/r0.6.1 old version has this API, but the new version don't have, I am not sure ### Outcome #### What d...
1.0
invalid homeserver/_matrix/client/r0/search for Dendrite - ### Steps to reproduce 1. Where are you starting? What can you see? search 2. What do you click? and found invalid url homeserver/_matrix/client/r0/search It seems that https://matrix.org/docs/spec/client_server/r0.6.1 old version has this API, but the new ...
defect
invalid homeserver matrix client search for dendrite steps to reproduce where are you starting what can you see search what do you click and found invalid url homeserver matrix client search it seems that old version has this api but the new version don t have i am not sure outcome ...
1
17,055
2,972,399,343
IssuesEvent
2015-07-14 13:36:42
mabe02/lanterna
https://api.github.com/repos/mabe02/lanterna
closed
ActionListDialog should highlight entire selected item
auto-migrated Priority-Medium Type-Defect
``` I was just experimenting with ListSelectDialog which uses ActionListDialog, passing Strings as the Objects. The selected item is only indicated by the cursor. It would be nicer if the entry row in the list was highlighted. ``` Original issue reported on code.google.com by `bem...@gmail.com` on 11 Sep 2012 at 9:2...
1.0
ActionListDialog should highlight entire selected item - ``` I was just experimenting with ListSelectDialog which uses ActionListDialog, passing Strings as the Objects. The selected item is only indicated by the cursor. It would be nicer if the entry row in the list was highlighted. ``` Original issue reported on co...
defect
actionlistdialog should highlight entire selected item i was just experimenting with listselectdialog which uses actionlistdialog passing strings as the objects the selected item is only indicated by the cursor it would be nicer if the entry row in the list was highlighted original issue reported on co...
1
63,304
17,576,431,594
IssuesEvent
2021-08-15 17:51:11
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Microphone disappeared from settings after updating Element-Desktop
T-Defect X-Needs-Info X-Cannot-Reproduce A-VoIP A-Media
Please delete this - not an Element issue!
1.0
Microphone disappeared from settings after updating Element-Desktop - Please delete this - not an Element issue!
defect
microphone disappeared from settings after updating element desktop please delete this not an element issue
1
288,112
21,685,845,527
IssuesEvent
2022-05-09 11:11:44
mmastro31/talking-oscilloscope
https://api.github.com/repos/mmastro31/talking-oscilloscope
closed
Write PCB prototype section of report
documentation Medium
Complete the section of the final report regarding the PCB prototype. This can be done after the PCB prototype is completed.
1.0
Write PCB prototype section of report - Complete the section of the final report regarding the PCB prototype. This can be done after the PCB prototype is completed.
non_defect
write pcb prototype section of report complete the section of the final report regarding the pcb prototype this can be done after the pcb prototype is completed
0
284,786
30,913,688,955
IssuesEvent
2023-08-05 02:37:15
Nivaskumark/kernel_v4.19.72_old
https://api.github.com/repos/Nivaskumark/kernel_v4.19.72_old
reopened
CVE-2022-4379 (High) detected in linux-yoctov5.4.51
Mend: dependency security vulnerability
## CVE-2022-4379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://git.y...
True
CVE-2022-4379 (High) detected in linux-yoctov5.4.51 - ## CVE-2022-4379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded ...
non_defect
cve high detected in linux cve high severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in base branch master vulnerable source files fs nfsd c fs nfsd c ...
0
73,232
24,515,363,972
IssuesEvent
2022-10-11 04:11:43
Optiboot/optiboot
https://api.github.com/repos/Optiboot/optiboot
opened
optiboot_x fails for >48k of flash (ie xTiny, AVRDx64, AVRDx128)
Type-Defect Priority-High Optiboot-X-specific
The current optiboot_x was written for ATmega4809, and assumes that all of flash memory is mapped into the RAM address space. Also, it doesn't handle any of the hacks for an extended address byte. So optiboot_x will fail to work for more than the amount of flash that is directly mapped into the RAM address space by...
1.0
optiboot_x fails for >48k of flash (ie xTiny, AVRDx64, AVRDx128) - The current optiboot_x was written for ATmega4809, and assumes that all of flash memory is mapped into the RAM address space. Also, it doesn't handle any of the hacks for an extended address byte. So optiboot_x will fail to work for more than the am...
defect
optiboot x fails for of flash ie xtiny the current optiboot x was written for and assumes that all of flash memory is mapped into the ram address space also it doesn t handle any of the hacks for an extended address byte so optiboot x will fail to work for more than the amount of flash that is di...
1
255,108
8,108,831,037
IssuesEvent
2018-08-14 04:12:56
Crizov/HealthClientApp
https://api.github.com/repos/Crizov/HealthClientApp
opened
US111 - Upload supplementary files from local storage
priority: H size: 3
As a patient I want to upload supplementary files from local storage so that I can add local files to the data packet **Acceptance Criteria:** 1. on the create packet screen, add a section that allows a user to upload a file. 2. When "select file" button is pressed, open the phone's local file explorer. 3. allow ...
1.0
US111 - Upload supplementary files from local storage - As a patient I want to upload supplementary files from local storage so that I can add local files to the data packet **Acceptance Criteria:** 1. on the create packet screen, add a section that allows a user to upload a file. 2. When "select file" button is p...
non_defect
upload supplementary files from local storage as a patient i want to upload supplementary files from local storage so that i can add local files to the data packet acceptance criteria on the create packet screen add a section that allows a user to upload a file when select file button is press...
0
99,300
11,138,187,608
IssuesEvent
2019-12-20 21:34:29
sharyuwu/optimum-tilt-of-solar-panels
https://api.github.com/repos/sharyuwu/optimum-tilt-of-solar-panels
closed
VnV Review: InputBounds-id2 - input(2) and output (2) should be -90
documentation
Hi Sharon, There seems to be a typo with input (2), as it reads 90 but should be -90. The same applies to output (2) - both highlighted below. ![image](https://user-images.githubusercontent.com/11723492/68719521-492c2400-057a-11ea-9fb8-111d5b2a92e5.png)
1.0
VnV Review: InputBounds-id2 - input(2) and output (2) should be -90 - Hi Sharon, There seems to be a typo with input (2), as it reads 90 but should be -90. The same applies to output (2) - both highlighted below. ![image](https://user-images.githubusercontent.com/11723492/68719521-492c2400-057a-11ea-9fb8-111d5b2...
non_defect
vnv review inputbounds input and output should be hi sharon there seems to be a typo with input as it reads but should be the same applies to output both highlighted below
0
2,107
2,603,976,409
IssuesEvent
2015-02-24 19:01:37
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳hsv-igg阳性
auto-migrated Priority-Medium Type-Defect
``` 沈阳hsv-igg阳性〓沈陽軍區政治部醫院性病〓TEL:024-31023308〓� ��立于1946年,68年專注于性傳播疾病的研究和治療。位于沈陽 市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷史悠 久、設備精良、技術權威、專家云集,是預防、保健、醫療�� �科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫� ��、全國首批醫療規范定點單位,是第四軍醫大學、東南大學 等知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤�� �衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。 ``` ----- Original issue reported on code.google.com by `q964105.....
1.0
沈阳hsv-igg阳性 - ``` 沈阳hsv-igg阳性〓沈陽軍區政治部醫院性病〓TEL:024-31023308〓� ��立于1946年,68年專注于性傳播疾病的研究和治療。位于沈陽 市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷史悠 久、設備精良、技術權威、專家云集,是預防、保健、醫療�� �科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫� ��、全國首批醫療規范定點單位,是第四軍醫大學、東南大學 等知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤�� �衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。 ``` ----- Original issue reported on code.google.com...
defect
沈阳hsv igg阳性 沈阳hsv igg阳性〓沈陽軍區政治部醫院性病〓tel: 〓� �� , 。位于沈陽 。是一所與新中國同建立共輝煌的歷史悠 久、設備精良、技術權威、專家云集,是預防、保健、醫療�� �科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫� ��、全國首批醫療規范定點單位,是第四軍醫大學、東南大學 等知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤�� �衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。 original issue reported on code google com by gmail com on jun at
1
2,267
2,603,992,064
IssuesEvent
2015-02-24 19:06:53
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳假尖锐疣有什么症状
auto-migrated Priority-Medium Type-Defect
``` 沈阳假尖锐疣有什么症状〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q96410...
1.0
沈阳假尖锐疣有什么症状 - ``` 沈阳假尖锐疣有什么症状〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google....
defect
沈阳假尖锐疣有什么症状 沈阳假尖锐疣有什么症状〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
1
809,105
30,174,630,571
IssuesEvent
2023-07-04 02:37:48
TencentBlueKing/bk-cmdb
https://api.github.com/repos/TencentBlueKing/bk-cmdb
closed
【CMDB+v3.10.27-feature-field-template-alpha1】模板编辑后点击提交同步模板信息时,同步文案与设计稿不一致
priority: Normal
问题描述 模板编辑后点击提交同步模板信息时,同步文案与设计稿不一致 一、前提条件 1.存在一个模板,并且绑定了模型 二 、重现步骤 1.点击模板,进入模板详情 2.点击 进入编辑 3.任意编写模板信息后,点击下一步 4.点击提交 预期结果 提交后,同步信息文案提示与设计稿一致 三 、实际结果 同步文案与设计稿不一致 ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/132563061/ca5f3a60-f947-46cc-a2cb-443e3538a36d) ![image](https://github.com/Tencen...
1.0
【CMDB+v3.10.27-feature-field-template-alpha1】模板编辑后点击提交同步模板信息时,同步文案与设计稿不一致 - 问题描述 模板编辑后点击提交同步模板信息时,同步文案与设计稿不一致 一、前提条件 1.存在一个模板,并且绑定了模型 二 、重现步骤 1.点击模板,进入模板详情 2.点击 进入编辑 3.任意编写模板信息后,点击下一步 4.点击提交 预期结果 提交后,同步信息文案提示与设计稿一致 三 、实际结果 同步文案与设计稿不一致 ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/1325630...
non_defect
【cmdb feature field template 】模板编辑后点击提交同步模板信息时,同步文案与设计稿不一致 问题描述 模板编辑后点击提交同步模板信息时,同步文案与设计稿不一致 一、前提条件 存在一个模板,并且绑定了模型 二 、重现步骤 点击模板,进入模板详情 点击 进入编辑 任意编写模板信息后,点击下一步 点击提交 预期结果 提交后,同步信息文案提示与设计稿一致 三 、实际结果 同步文案与设计稿不一致
0
52,982
13,258,800,025
IssuesEvent
2020-08-20 15:51:23
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-2 [AXE-CORE]: Heading levels SHOULD increase by one
508-defect-2 508-issue-headings 508/Accessibility vsa vsa-benefits
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for sugg...
1.0
508-defect-2 [AXE-CORE]: Heading levels SHOULD increase by one - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Shoul...
defect
defect heading levels should increase by one feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description the alert box heading save time—and save your work in prog...
1
37,182
8,287,757,752
IssuesEvent
2018-09-19 09:47:44
hazelcast/hazelcast-nodejs-client
https://api.github.com/repos/hazelcast/hazelcast-nodejs-client
opened
ProxyManager proxies map should keep namespaces
Type: Defect
Currently, ProxyManager `proxies` map just uses object names as key. It should use namespace including service name too.
1.0
ProxyManager proxies map should keep namespaces - Currently, ProxyManager `proxies` map just uses object names as key. It should use namespace including service name too.
defect
proxymanager proxies map should keep namespaces currently proxymanager proxies map just uses object names as key it should use namespace including service name too
1
126,326
17,875,614,678
IssuesEvent
2021-09-07 02:53:59
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Security Solution]Applied Filter on hover in Host detail flyout under timeline not working
bug Team:Threat Hunting Team: SecuritySolution Theme: rac v7.15.0
**Describe the bug** Applied Filter on hover in Host detail flyout under timeline not working **Build Details** Version: 7.15.0-SNAPSHOT Commit:00fcc2cd00d309f4c17db4ec7d552bc54fbd1b81 Build:43271 **Browsers** all **Steps to Reproduce** 1.Generate few of the Alert . 2.click on investigate in timeline....
True
[Security Solution]Applied Filter on hover in Host detail flyout under timeline not working - **Describe the bug** Applied Filter on hover in Host detail flyout under timeline not working **Build Details** Version: 7.15.0-SNAPSHOT Commit:00fcc2cd00d309f4c17db4ec7d552bc54fbd1b81 Build:43271 **Browsers** all ...
non_defect
applied filter on hover in host detail flyout under timeline not working describe the bug applied filter on hover in host detail flyout under timeline not working build details version snapshot commit build browsers all steps to reproduce generate few of the alert c...
0
54,085
13,386,213,087
IssuesEvent
2020-09-02 14:27:09
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Child sections on /section pages should be sorted by term weight
Content governance Defect Stretch goal
**Describe the defect** Child sections are out of order on some /section pages **To Reproduce** Go to section/veterans-health-administration/visn-4 note Pittsburgh appears first. Go to section/vamc-facilities and note VISN 4 appears first **Expected behavior** Sections should be listed in the same order as...
1.0
Child sections on /section pages should be sorted by term weight - **Describe the defect** Child sections are out of order on some /section pages **To Reproduce** Go to section/veterans-health-administration/visn-4 note Pittsburgh appears first. Go to section/vamc-facilities and note VISN 4 appears first **Ex...
defect
child sections on section pages should be sorted by term weight describe the defect child sections are out of order on some section pages to reproduce go to section veterans health administration visn note pittsburgh appears first go to section vamc facilities and note visn appears first ex...
1
66,055
19,910,898,316
IssuesEvent
2022-01-25 17:03:18
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
Unable to display locations shared from Element Web or fluffychat
T-Defect
### Steps to reproduce Element Android dbg version sent to me by @onurays . 1. In an room (encrypted or not) 2. On another client, Element Web or FluffyChat, share my location 3. See error message "Element dbg encountered an issue when rendering content of event..." 4. Press and hold the error message 5. Elem...
1.0
Unable to display locations shared from Element Web or fluffychat - ### Steps to reproduce Element Android dbg version sent to me by @onurays . 1. In an room (encrypted or not) 2. On another client, Element Web or FluffyChat, share my location 3. See error message "Element dbg encountered an issue when renderin...
defect
unable to display locations shared from element web or fluffychat steps to reproduce element android dbg version sent to me by onurays in an room encrypted or not on another client element web or fluffychat share my location see error message element dbg encountered an issue when renderin...
1
14,565
10,958,348,591
IssuesEvent
2019-11-27 09:13:47
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
Align missing libintl behavior of macOS and Alpine / musl-libc portable
area-Infrastructure-coreclr
<ins>libintl: the last unavoidable runtime dependency</ins> For the operating systems which do not have libc providing gettext or libintl functionality out of the box, there is a UNIXTODO: https://github.com/dotnet/coreclr/blob/ed5dc831b09a0bfed76ddad684008bebc86ab2f0/src/pal/src/locale/unicode.cpp#L592-L595 O...
1.0
Align missing libintl behavior of macOS and Alpine / musl-libc portable - <ins>libintl: the last unavoidable runtime dependency</ins> For the operating systems which do not have libc providing gettext or libintl functionality out of the box, there is a UNIXTODO: https://github.com/dotnet/coreclr/blob/ed5dc831b09a...
non_defect
align missing libintl behavior of macos and alpine musl libc portable libintl the last unavoidable runtime dependency for the operating systems which do not have libc providing gettext or libintl functionality out of the box there is a unixtodo on macos regardless we have ran brew install gettext ...
0
26,046
4,559,631,427
IssuesEvent
2016-09-14 03:26:51
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
TypeError: this.$initialize is not a function with [ObjectLiteral] inheritance
defect
Reported by @ProductiveRage on the [forums](http://forums.bridge.net/forum/bridge-net-pro/bugs/2685-open-1819-breaking-change-with-objectliteral-class-inheriting-from-non-objectliteral-class). ### Expected No JavaScript error ### Actual JavaScript error ### Steps To Reproduce http://deck.net/6ec7b41ba...
1.0
TypeError: this.$initialize is not a function with [ObjectLiteral] inheritance - Reported by @ProductiveRage on the [forums](http://forums.bridge.net/forum/bridge-net-pro/bugs/2685-open-1819-breaking-change-with-objectliteral-class-inheriting-from-non-objectliteral-class). ### Expected No JavaScript error ### ...
defect
typeerror this initialize is not a function with inheritance reported by productiverage on the expected no javascript error actual javascript error steps to reproduce csharp public class program public static void main var x new attributes ...
1
57,577
15,866,201,695
IssuesEvent
2021-04-08 15:29:56
galasa-dev/projectmanagement
https://api.github.com/repos/galasa-dev/projectmanagement
closed
Grey line below header bar
defect webui
There seems to be a dark grey bottom-border to the header bar, which shouldn't be there.
1.0
Grey line below header bar - There seems to be a dark grey bottom-border to the header bar, which shouldn't be there.
defect
grey line below header bar there seems to be a dark grey bottom border to the header bar which shouldn t be there
1
57,329
15,730,484,081
IssuesEvent
2021-03-29 15:57:59
danmar/testissues
https://api.github.com/repos/danmar/testissues
opened
".." in include will cause conflicting slashes in messages (Trac #318)
Incomplete Migration Migrated from Trac Other defect hyd_danmar
Migrated from https://trac.cppcheck.net/ticket/318 ```json { "status": "closed", "changetime": "2009-05-31T08:14:43", "description": "If you scan this folder structure:\n\n{{{\ntemp\ntemp/src\ntemp/src/test.cpp\ntemp/test.h\n}}}\n\nAnd test.cpp will include test.h with\n\n{{{\n#include \"../test.h\"\n}}}\...
1.0
".." in include will cause conflicting slashes in messages (Trac #318) - Migrated from https://trac.cppcheck.net/ticket/318 ```json { "status": "closed", "changetime": "2009-05-31T08:14:43", "description": "If you scan this folder structure:\n\n{{{\ntemp\ntemp/src\ntemp/src/test.cpp\ntemp/test.h\n}}}\n\nA...
defect
in include will cause conflicting slashes in messages trac migrated from json status closed changetime description if you scan this folder structure n n ntemp ntemp src ntemp src test cpp ntemp test h n n nand test cpp will include test h with n n n i...
1
58,639
16,670,138,132
IssuesEvent
2021-06-07 09:48:41
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Don't use the ForkJoin's common-pool for actions protected by permission checks
Source: Internal Team: Core Type: Defect
We should make sure we don't use `commonPool` for permission-protected actions. They would not work with the SecurityManager enabled. See https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ForkJoinPool.html > If a SecurityManager is present and no factory is specified, then the default pool uses a facto...
1.0
Don't use the ForkJoin's common-pool for actions protected by permission checks - We should make sure we don't use `commonPool` for permission-protected actions. They would not work with the SecurityManager enabled. See https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ForkJoinPool.html > If a Security...
defect
don t use the forkjoin s common pool for actions protected by permission checks we should make sure we don t use commonpool for permission protected actions they would not work with the securitymanager enabled see if a securitymanager is present and no factory is specified then the default pool uses a fa...
1
54,478
13,731,514,821
IssuesEvent
2020-10-05 01:19:31
naev/naev
https://api.github.com/repos/naev/naev
closed
Double-click on unknown system on starmap reveals name
Priority-Critical Type-Defect
f439eb2c729b3550bd90007ed4be7a9dbfdbe754 If you doubleclick on an unvisited star system on the starmap, you reveal its name and other info, like the star itself, etc.
1.0
Double-click on unknown system on starmap reveals name - f439eb2c729b3550bd90007ed4be7a9dbfdbe754 If you doubleclick on an unvisited star system on the starmap, you reveal its name and other info, like the star itself, etc.
defect
double click on unknown system on starmap reveals name if you doubleclick on an unvisited star system on the starmap you reveal its name and other info like the star itself etc
1
787,211
27,710,334,330
IssuesEvent
2023-03-14 13:53:50
AY2223S2-CS2113-T13-2/tp
https://api.github.com/repos/AY2223S2-CS2113-T13-2/tp
closed
Add expense with arbitrary currency
type.Story priority.Medium
As a user, i want to add expenses with arbitrary currency.
1.0
Add expense with arbitrary currency - As a user, i want to add expenses with arbitrary currency.
non_defect
add expense with arbitrary currency as a user i want to add expenses with arbitrary currency
0
447,501
12,889,049,785
IssuesEvent
2020-07-13 13:58:01
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
opened
[SUGGESTION] | Greymane Bloodline
:grey_exclamation: priority low :question: suggestion :question:
<!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> **Describe your suggestion in full detail below:** so just followin up with the suggest...
1.0
[SUGGESTION] | Greymane Bloodline - <!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> **Describe your suggestion in full detail below:** ...
non_defect
greymane bloodline do not remove pre existing lines if you want to suggest a few things open a new issue per every suggestion describe your suggestion in full detail below so just fol...
0
100,235
11,184,031,062
IssuesEvent
2019-12-31 16:05:42
quantopian/zipline
https://api.github.com/repos/quantopian/zipline
closed
Adding a Zipline Binder?
Dev Experience Documentation
I was just looking through some JupyterLab repos (among others) and was reminded of [Binder](https://mybinder.org/). I think it'd be pretty cool to have a Binder in the README for people to play around with Zipline's beginner tutorial before they decide whether or not they'd like to install it. ![image](https://use...
1.0
Adding a Zipline Binder? - I was just looking through some JupyterLab repos (among others) and was reminded of [Binder](https://mybinder.org/). I think it'd be pretty cool to have a Binder in the README for people to play around with Zipline's beginner tutorial before they decide whether or not they'd like to install i...
non_defect
adding a zipline binder i was just looking through some jupyterlab repos among others and was reminded of i think it d be pretty cool to have a binder in the readme for people to play around with zipline s beginner tutorial before they decide whether or not they d like to install it th...
0
29,106
5,535,819,810
IssuesEvent
2017-03-21 18:10:31
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
run_guarded using bound function ignores reference
category: LCOs type: defect
It seems binding a variable to a function, then calling run_guarded on that binding won't honor a reference. Take a minimal example ``` cpp #include <hpx/lcos/local/composable_guard.hpp> #include <hpx/util/bind.hpp> #include <hpx/hpx_init.hpp> #include <iostream> void incr(int &il1) { // increment variable by 1, ...
1.0
run_guarded using bound function ignores reference - It seems binding a variable to a function, then calling run_guarded on that binding won't honor a reference. Take a minimal example ``` cpp #include <hpx/lcos/local/composable_guard.hpp> #include <hpx/util/bind.hpp> #include <hpx/hpx_init.hpp> #include <iostream> v...
defect
run guarded using bound function ignores reference it seems binding a variable to a function then calling run guarded on that binding won t honor a reference take a minimal example cpp include include include include void incr int increment variable by implicitly lock guard ...
1
77,340
26,929,230,355
IssuesEvent
2023-02-07 15:44:08
ontop/ontop
https://api.github.com/repos/ontop/ontop
closed
DISTINCT with ORDER BY (Spark SQL)
type: defect status: fixed w: db support
Hi, as the title indicates, I do have a question regarding the behaviour of the SQL generator. Given a SPARQL query ``` PREFIX : <http://example.org/> SELECT DISTINCT ?s WHERE { ?s :p4 ?o } ORDER BY DESC(?s) ``` applied to a schema with a single table `t1 (s [String], o [String])` only I'm g...
1.0
DISTINCT with ORDER BY (Spark SQL) - Hi, as the title indicates, I do have a question regarding the behaviour of the SQL generator. Given a SPARQL query ``` PREFIX : <http://example.org/> SELECT DISTINCT ?s WHERE { ?s :p4 ?o } ORDER BY DESC(?s) ``` applied to a schema with a single table `t1 (s...
defect
distinct with order by spark sql hi as the title indicates i do have a question regarding the behaviour of the sql generator given a sparql query prefix select distinct s where s o order by desc s applied to a schema with a single table s o only i m...
1
81,386
30,828,067,752
IssuesEvent
2023-08-01 21:57:46
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
UI: Workflow action takeover requires alignment adjustment
Type : Defect Team : Lunik Triage
### Parent Issue [Pages] ### Problem Statement The workflow action takeover appears to be misaligned. ### Steps to Reproduce 1. Go to https://localhost:8443/dotAdmin/#/pages 2. Observe that the alignment of the takeover elements is off ### Acceptance Criteria The workflow action takeover should be aligned corre...
1.0
UI: Workflow action takeover requires alignment adjustment - ### Parent Issue [Pages] ### Problem Statement The workflow action takeover appears to be misaligned. ### Steps to Reproduce 1. Go to https://localhost:8443/dotAdmin/#/pages 2. Observe that the alignment of the takeover elements is off ### Acceptance C...
defect
ui workflow action takeover requires alignment adjustment parent issue problem statement the workflow action takeover appears to be misaligned steps to reproduce go to observe that the alignment of the takeover elements is off acceptance criteria the workflow action takeover should...
1
16,205
2,878,405,739
IssuesEvent
2015-06-10 00:38:47
googlei18n/noto-fonts
https://api.github.com/repos/googlei18n/noto-fonts
closed
language missing
auto-migrated Priority-Medium Type-Defect
``` on the download page, users can select language based on region. however, the webpage listed every language in Chinese language-family except for Cantonese, which is widely used in China and Hong Kong. ``` Original issue reported on code.google.com by `LQY....@gmail.com` on 8 Oct 2014 at 2:40
1.0
language missing - ``` on the download page, users can select language based on region. however, the webpage listed every language in Chinese language-family except for Cantonese, which is widely used in China and Hong Kong. ``` Original issue reported on code.google.com by `LQY....@gmail.com` on 8 Oct 2014 at 2:40
defect
language missing on the download page users can select language based on region however the webpage listed every language in chinese language family except for cantonese which is widely used in china and hong kong original issue reported on code google com by lqy gmail com on oct at
1
38,183
8,686,538,639
IssuesEvent
2018-12-03 11:05:30
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Stop using the term "database" colloquially as database system in documentation
C: Documentation E: All Editions P: Low T: Defect
In a more strict understanding of RDBMS related terms, the name "database" clearly identifies a database in terms of: "schema", "model", etc., whereas what we often call "database" is really a "database system". The manual and Javadoc should more clearly distinguish between these two terms.
1.0
Stop using the term "database" colloquially as database system in documentation - In a more strict understanding of RDBMS related terms, the name "database" clearly identifies a database in terms of: "schema", "model", etc., whereas what we often call "database" is really a "database system". The manual and Javadoc ...
defect
stop using the term database colloquially as database system in documentation in a more strict understanding of rdbms related terms the name database clearly identifies a database in terms of schema model etc whereas what we often call database is really a database system the manual and javadoc ...
1
76,681
26,554,558,732
IssuesEvent
2023-01-20 10:50:34
nats-io/nats.java
https://api.github.com/repos/nats-io/nats.java
closed
ArrayIndexOutOfBoundsException on attempt to reconnect
🐞 defect
## Defect We observed one of our Nats clients in our production enviroment flooded log with the following exceptions. 1. First 40 minutes it was throwing the following exception during publish() call (messages consumption was healthy): ``` java.lang.IllegalStateException: Output queue is full 5000 at io.nats....
1.0
ArrayIndexOutOfBoundsException on attempt to reconnect - ## Defect We observed one of our Nats clients in our production enviroment flooded log with the following exceptions. 1. First 40 minutes it was throwing the following exception during publish() call (messages consumption was healthy): ``` java.lang.Illeg...
defect
arrayindexoutofboundsexception on attempt to reconnect defect we observed one of our nats clients in our production enviroment flooded log with the following exceptions first minutes it was throwing the following exception during publish call messages consumption was healthy java lang illega...
1
138,546
5,343,559,171
IssuesEvent
2017-02-17 11:45:14
RobinStephenson/jbt-2
https://api.github.com/repos/RobinStephenson/jbt-2
opened
Start of event message in Gui
enhancement GUI high-priority
Display the event title and description when an event is successfully started
1.0
Start of event message in Gui - Display the event title and description when an event is successfully started
non_defect
start of event message in gui display the event title and description when an event is successfully started
0
8,828
2,612,904,937
IssuesEvent
2015-02-27 17:25:30
chrsmith/windows-package-manager
https://api.github.com/repos/chrsmith/windows-package-manager
closed
VLC not installable
auto-migrated Milestone-End_Of_Month Type-Defect
``` I get Error: Install/Uninstall: Error 12040: A redirect request will change a secure to a non-secure connection when trying to install VLC, both with npackd 1.5 and 1.6 series. And indeed, when visiting the download URL manually, I get the file, but via http (without tls). If one could provide the setup file ...
1.0
VLC not installable - ``` I get Error: Install/Uninstall: Error 12040: A redirect request will change a secure to a non-secure connection when trying to install VLC, both with npackd 1.5 and 1.6 series. And indeed, when visiting the download URL manually, I get the file, but via http (without tls). If one could p...
defect
vlc not installable i get error install uninstall error a redirect request will change a secure to a non secure connection when trying to install vlc both with npackd and series and indeed when visiting the download url manually i get the file but via http without tls if one could provi...
1
6,665
2,610,258,730
IssuesEvent
2015-02-26 19:22:30
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳激光治疗粉刺效果好不好
auto-migrated Priority-Medium Type-Defect
``` 深圳激光治疗粉刺效果好不好【深圳韩方科颜全国热线400-869- 1818,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机�� �以韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘� ��品,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“ 不反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开�� �国内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾� ��脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:53
1.0
深圳激光治疗粉刺效果好不好 - ``` 深圳激光治疗粉刺效果好不好【深圳韩方科颜全国热线400-869- 1818,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机�� �以韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘� ��品,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“ 不反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开�� �国内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾� ��脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:53
defect
深圳激光治疗粉刺效果好不好 深圳激光治疗粉刺效果好不好【 , 】深圳韩方科颜专业祛痘连锁机构,机�� �以韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘� ��品,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“ 不反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开�� �国内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾� ��脸上的痘痘。 original issue reported on code google com by szft com on may at
1
77,242
26,874,363,173
IssuesEvent
2023-02-04 21:26:34
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Emojis are not properly represented in message input field
T-Defect
### Steps to reproduce 1. Open any chat 2. Choose/paste some uncommon emojis, for example 🇸 🇱 (without space in between) 3. Send them. ### Outcome #### What did you expect? I expect my message to look the same way as in input field. Here, what GitHub does: https://user-images.githubusercontent.com/522...
1.0
Emojis are not properly represented in message input field - ### Steps to reproduce 1. Open any chat 2. Choose/paste some uncommon emojis, for example 🇸 🇱 (without space in between) 3. Send them. ### Outcome #### What did you expect? I expect my message to look the same way as in input field. Here, what ...
defect
emojis are not properly represented in message input field steps to reproduce open any chat choose paste some uncommon emojis for example 🇸 🇱 without space in between send them outcome what did you expect i expect my message to look the same way as in input field here what ...
1
2,615
2,607,932,059
IssuesEvent
2015-02-26 00:27:09
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
must-revalidate currently breaks caching in webkit
auto-migrated Priority-Medium Release-2.1.2 Type-Defect
``` See: http://mrclay.org/index.php/2009/02/24/safari-4-beta-cache- controlmust-revalidate-bug/ For now, best to remove must-revalidate from ConditionalGet. It was originally added to force Opera to revalidate its cache (which it wasn't even with max-age=0). ``` ----- Original issue reported on code.google.com by ...
1.0
must-revalidate currently breaks caching in webkit - ``` See: http://mrclay.org/index.php/2009/02/24/safari-4-beta-cache- controlmust-revalidate-bug/ For now, best to remove must-revalidate from ConditionalGet. It was originally added to force Opera to revalidate its cache (which it wasn't even with max-age=0). ``` ...
defect
must revalidate currently breaks caching in webkit see controlmust revalidate bug for now best to remove must revalidate from conditionalget it was originally added to force opera to revalidate its cache which it wasn t even with max age original issue reported on code google com by mrcl...
1
174,508
21,300,169,878
IssuesEvent
2022-04-15 01:16:54
mgh3326/nuber-eats-backend
https://api.github.com/repos/mgh3326/nuber-eats-backend
opened
CVE-2021-43138 (High) detected in async-0.2.10.tgz
security vulnerability
## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-0.2.10.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library ...
True
CVE-2021-43138 (High) detected in async-0.2.10.tgz - ## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-0.2.10.tgz</b></p></summary> <p>Higher-order functions and ...
non_defect
cve high detected in async tgz cve high severity vulnerability vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file package json path to vulnerable library node modules async ...
0
40,470
5,293,644,919
IssuesEvent
2017-02-09 08:18:51
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
github.com/cockroachdb/cockroach/pkg/sql: TestParallelCreateTables failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/298907ef2a3d33cd87e255b663d76c8eb74a62df Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=false TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=144530&tab=buildLog ``` W170209 08:16:46.355017 14244 server/...
1.0
github.com/cockroachdb/cockroach/pkg/sql: TestParallelCreateTables failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/298907ef2a3d33cd87e255b663d76c8eb74a62df Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=false TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachd...
non_defect
github com cockroachdb cockroach pkg sql testparallelcreatetables failed under stress sha parameters cockroach proposer evaluated kv false tags goflags stress build found a failed test server status runtime go could not parse build timestamp parsing time as c...
0
40,410
9,983,328,086
IssuesEvent
2019-07-10 12:09:29
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
opened
Static linking fails during CMake configuration
category: CMake type: defect
When setting `-DHPX_WITH_STATIC_LINKING=ON` CMake configuration fails at the end with ``` -- Configuring done CMake Error: install(EXPORT "HPXTargets" ...) includes target "hpx" which requires target "hpx_assertion" that is not in the export set. CMake Error: install(EXPORT "HPXTargets" ...) includes target "hpx" w...
1.0
Static linking fails during CMake configuration - When setting `-DHPX_WITH_STATIC_LINKING=ON` CMake configuration fails at the end with ``` -- Configuring done CMake Error: install(EXPORT "HPXTargets" ...) includes target "hpx" which requires target "hpx_assertion" that is not in the export set. CMake Error: instal...
defect
static linking fails during cmake configuration when setting dhpx with static linking on cmake configuration fails at the end with configuring done cmake error install export hpxtargets includes target hpx which requires target hpx assertion that is not in the export set cmake error instal...
1
105,612
23,081,841,806
IssuesEvent
2022-07-26 07:57:53
yiisoft/validator
https://api.github.com/repos/yiisoft/validator
closed
Each, GroupRule, Nested rules options do not include their own options
type:enhancement status:code review
For example - `message`, `incorrectInputMessage` in `Each` rule. https://github.com/yiisoft/validator/blob/c65b1fbf8e01cfa123fa0ca73e72da4eb04c45c3/tests/Rule/EachTest.php#L34-L61
1.0
Each, GroupRule, Nested rules options do not include their own options - For example - `message`, `incorrectInputMessage` in `Each` rule. https://github.com/yiisoft/validator/blob/c65b1fbf8e01cfa123fa0ca73e72da4eb04c45c3/tests/Rule/EachTest.php#L34-L61
non_defect
each grouprule nested rules options do not include their own options for example message incorrectinputmessage in each rule
0
58,294
11,861,820,554
IssuesEvent
2020-03-25 16:55:54
pywbem/pywbemtools
https://api.github.com/repos/pywbem/pywbemtools
closed
Should use-pull be persistent and part of a particular server
area: code resolution: fixed type: enhancement
Should this general option be part of a particular server or treated as a "transient" so that its really more part of an interactive session. This came up because one user asked why they could not make a particular server in the server file as use-pull no permanently and also when I was tracking issue #530 I found tha...
1.0
Should use-pull be persistent and part of a particular server - Should this general option be part of a particular server or treated as a "transient" so that its really more part of an interactive session. This came up because one user asked why they could not make a particular server in the server file as use-pull no...
non_defect
should use pull be persistent and part of a particular server should this general option be part of a particular server or treated as a transient so that its really more part of an interactive session this came up because one user asked why they could not make a particular server in the server file as use pull no...
0
34,978
6,398,147,772
IssuesEvent
2017-08-04 19:50:24
wizeline/wizelink-back
https://api.github.com/repos/wizeline/wizelink-back
closed
Running unit tests is slow
documentation infrastructure p1
I know `tox` does more than just run the tests and that's likely to be the reason, but for daily development (and particularly for TDD development), this makes the feedback cycle longer than it should be. We should have unit tests that run in a fraction of a second. Can we add instructions to the README on how to do...
1.0
Running unit tests is slow - I know `tox` does more than just run the tests and that's likely to be the reason, but for daily development (and particularly for TDD development), this makes the feedback cycle longer than it should be. We should have unit tests that run in a fraction of a second. Can we add instructio...
non_defect
running unit tests is slow i know tox does more than just run the tests and that s likely to be the reason but for daily development and particularly for tdd development this makes the feedback cycle longer than it should be we should have unit tests that run in a fraction of a second can we add instructio...
0
49,136
13,441,800,803
IssuesEvent
2020-09-08 05:15:55
srivatsamarichi/spring-petclinic
https://api.github.com/repos/srivatsamarichi/spring-petclinic
closed
CVE-2020-10683 (High) detected in dom4j-2.1.1.jar
bug security vulnerability
## CVE-2020-10683 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-2.1.1.jar</b></p></summary> <p>flexible XML framework for Java</p> <p>Library home page: <a href="http://dom4j.g...
True
CVE-2020-10683 (High) detected in dom4j-2.1.1.jar - ## CVE-2020-10683 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-2.1.1.jar</b></p></summary> <p>flexible XML framework for Ja...
non_defect
cve high detected in jar cve high severity vulnerability vulnerable library jar flexible xml framework for java library home page a href path to dependency file tmp ws scm spring petclinic pom xml path to vulnerable library home wss scanner repository org ...
0
42,068
10,779,113,098
IssuesEvent
2019-11-04 09:52:32
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
I can not get into the admin panel
admin-ui defect
`09:15:24.460 [info] UI event: {"type":"error","message":"Uncaught ReferenceError: z_transport_delegate_register is not defined","file":"https://devskl.anriya.ru:8443/admin","line":575,"col":5,"stack":"ReferenceError: z_transport_delegate_register is not defined\n at window.zotonicPageInit (https://devskl.anriya.ru:...
1.0
I can not get into the admin panel - `09:15:24.460 [info] UI event: {"type":"error","message":"Uncaught ReferenceError: z_transport_delegate_register is not defined","file":"https://devskl.anriya.ru:8443/admin","line":575,"col":5,"stack":"ReferenceError: z_transport_delegate_register is not defined\n at window.zoton...
defect
i can not get into the admin panel ui event type error message uncaught referenceerror z transport delegate register is not defined file z transport delegate register is not defined n at window zotonicpageinit at z jquery init at z jquery init await at linux ...
1
204,862
15,953,139,789
IssuesEvent
2021-04-15 12:04:34
gatsbyjs/gatsby
https://api.github.com/repos/gatsbyjs/gatsby
closed
Unknown Runtime Error when following tutorial part 1 on Safari
status: needs reproduction type: bug type: documentation
<!-- Please fill out each section below, otherwise, your issue will be closed. This info allows Gatsby maintainers to diagnose (and fix!) your issue as quickly as possible. Useful Links: - Documentation: https://www.gatsbyjs.com/docs/ - How to File an Issue: https://www.gatsbyjs.com/contributing/how-to-fi...
1.0
Unknown Runtime Error when following tutorial part 1 on Safari - <!-- Please fill out each section below, otherwise, your issue will be closed. This info allows Gatsby maintainers to diagnose (and fix!) your issue as quickly as possible. Useful Links: - Documentation: https://www.gatsbyjs.com/docs/ - How ...
non_defect
unknown runtime error when following tutorial part on safari please fill out each section below otherwise your issue will be closed this info allows gatsby maintainers to diagnose and fix your issue as quickly as possible useful links documentation how to file an issue befo...
0
68,892
17,466,281,518
IssuesEvent
2021-08-06 17:20:09
aws-amplify/aws-sdk-ios
https://api.github.com/repos/aws-amplify/aws-sdk-ios
closed
There is a conflict between amplify and awsiot Library
bug build
There is a conflict between amplify and awsiot Library; My podfile is as follows: ``` # Uncomment the next line to define a global platform for your project source 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0' use_frameworks! target 'Todo' do # Comment the next line if you don't want to u...
1.0
There is a conflict between amplify and awsiot Library - There is a conflict between amplify and awsiot Library; My podfile is as follows: ``` # Uncomment the next line to define a global platform for your project source 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0' use_frameworks! target 'T...
non_defect
there is a conflict between amplify and awsiot library there is a conflict between amplify and awsiot library; my podfile is as follows uncomment the next line to define a global platform for your project source platform ios use frameworks target todo do comment the next line if y...
0
98,234
16,361,468,717
IssuesEvent
2021-05-14 10:07:44
Galaxy-Software-Service/Maven_Pom_Demo
https://api.github.com/repos/Galaxy-Software-Service/Maven_Pom_Demo
opened
CVE-2020-25649 (High) detected in jackson-databind-2.0.6.jar
security vulnerability
## CVE-2020-25649 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-25649 (High) detected in jackson-databind-2.0.6.jar - ## CVE-2020-25649 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.6.jar</b></p></summary> <p>General...
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file maven pom demo pom xml path to vulnerable library canner ...
0
69,877
22,706,718,903
IssuesEvent
2022-07-05 15:13:24
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Faster joins: fix race where we can fail to persist an incoming event with partial state after `_sync_partial_state_room` clears the partial state flag for a room
A-Federated-Join T-Defect
https://github.com/matrix-org/synapse/blob/e3163e2e11cf8bffa4cb3e58ac0b86a83eca314c/synapse/handlers/federation.py#L1553-L1569 When we are processing an incoming event while `_sync_partial_state_room` is running, `_sync_partial_state_room` may clear the partial state flag for the room before we try to persist the ev...
1.0
Faster joins: fix race where we can fail to persist an incoming event with partial state after `_sync_partial_state_room` clears the partial state flag for a room - https://github.com/matrix-org/synapse/blob/e3163e2e11cf8bffa4cb3e58ac0b86a83eca314c/synapse/handlers/federation.py#L1553-L1569 When we are processing an...
defect
faster joins fix race where we can fail to persist an incoming event with partial state after sync partial state room clears the partial state flag for a room when we are processing an incoming event while sync partial state room is running sync partial state room may clear the partial state flag for ...
1
16,031
2,870,252,460
IssuesEvent
2015-06-07 00:37:50
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
opened
HoverCamera3D has hard-coded termination value which should be a property
auto-migrated Priority-Medium Type-Defect
#85 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:40Z ``` In away3d.cameras.HoverCamera3D, there is a hard-coded constant of 0.01 which is used to decide when hovering has completed; when tiltangle and panangle have gotten within 0.01 degrees of targettiltangle and targetpanangle, hovering is done. Unf...
1.0
HoverCamera3D has hard-coded termination value which should be a property - #85 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:40Z ``` In away3d.cameras.HoverCamera3D, there is a hard-coded constant of 0.01 which is used to decide when hovering has completed; when tiltangle and panangle have gotten with...
defect
has hard coded termination value which should be a property issue by googlecodeexporter created on in cameras there is a hard coded constant of which is used to decide when hovering has completed when tiltangle and panangle have gotten within degrees of targettiltangle and targ...
1
118,671
4,751,666,267
IssuesEvent
2016-10-23 01:10:47
pathwaysmedical/frasernw
https://api.github.com/repos/pathwaysmedical/frasernw
closed
.docx referral forms display very poorly
Low Priority
The code that displays the type of document fails miserably on .docx referral forms.
1.0
.docx referral forms display very poorly - The code that displays the type of document fails miserably on .docx referral forms.
non_defect
docx referral forms display very poorly the code that displays the type of document fails miserably on docx referral forms
0
24,073
3,907,162,460
IssuesEvent
2016-04-19 11:44:15
contao/core
https://api.github.com/repos/contao/core
closed
Erlaubte Download-Dateitypen: Groß-/Kleinschreibung macht einen Unterschied
defect
Hallo zusammen, folgendes Problem habe ich mit Contao 3.5.4: ==== Zusammenfassung ===== "Erlaubte Download-Dateitypen" / "Download file types" sind case-sensitiv. GROß-geschriebene Dateiendungen werden anders behandelt als klein-geschreibene Dateiendungen. ==== Ausführliche Beschreibung ====== Dateiverwaltung:...
1.0
Erlaubte Download-Dateitypen: Groß-/Kleinschreibung macht einen Unterschied - Hallo zusammen, folgendes Problem habe ich mit Contao 3.5.4: ==== Zusammenfassung ===== "Erlaubte Download-Dateitypen" / "Download file types" sind case-sensitiv. GROß-geschriebene Dateiendungen werden anders behandelt als klein-geschrei...
defect
erlaubte download dateitypen groß kleinschreibung macht einen unterschied hallo zusammen folgendes problem habe ich mit contao zusammenfassung erlaubte download dateitypen download file types sind case sensitiv groß geschriebene dateiendungen werden anders behandelt als klein geschrei...
1
82,515
15,952,719,737
IssuesEvent
2021-04-15 11:31:04
TiBiBa/hedy
https://api.github.com/repos/TiBiBa/hedy
opened
Changing scope and initialization of variables within JavaScript code
code improvement
Currently a lot of variables within the Javascript code are "houtje touwtje" to make it to work. A lot have a global scope or are assigned at the start of the file while this isn't necessary. An evaluation should be made to improve the code quality and make the implementation more suitable for expansion later on.
1.0
Changing scope and initialization of variables within JavaScript code - Currently a lot of variables within the Javascript code are "houtje touwtje" to make it to work. A lot have a global scope or are assigned at the start of the file while this isn't necessary. An evaluation should be made to improve the code quality...
non_defect
changing scope and initialization of variables within javascript code currently a lot of variables within the javascript code are houtje touwtje to make it to work a lot have a global scope or are assigned at the start of the file while this isn t necessary an evaluation should be made to improve the code quality...
0
519,426
15,051,004,152
IssuesEvent
2021-02-03 13:36:25
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
uart.h: Clarification required on uart_irq_tx_ready uart_irq_rx_ready
area: API area: UART bug priority: low
This point relates to discussion that happened around https://github.com/zephyrproject-rtos/zephyr/pull/31192. It appears that there are some uart API clients (in tree: h4.c and more, @jfischer-no may complete the list) that rely on a specific behavior from `uart_irq_tx_ready` and `uart_irq_rx_ready`. The behavio...
1.0
uart.h: Clarification required on uart_irq_tx_ready uart_irq_rx_ready - This point relates to discussion that happened around https://github.com/zephyrproject-rtos/zephyr/pull/31192. It appears that there are some uart API clients (in tree: h4.c and more, @jfischer-no may complete the list) that rely on a specific b...
non_defect
uart h clarification required on uart irq tx ready uart irq rx ready this point relates to discussion that happened around it appears that there are some uart api clients in tree c and more jfischer no may complete the list that rely on a specific behavior from uart irq tx ready and uart irq rx ready ...
0
815,937
30,579,063,432
IssuesEvent
2023-07-21 08:16:58
quarkus-qe/quarkus-test-suite
https://api.github.com/repos/quarkus-qe/quarkus-test-suite
closed
Exclude QuarkusTest from surefire executions
bug good first issue priority/low
All Quarkus test should ends with *Test and should be excluded from Openshift/surefire executions
1.0
Exclude QuarkusTest from surefire executions - All Quarkus test should ends with *Test and should be excluded from Openshift/surefire executions
non_defect
exclude quarkustest from surefire executions all quarkus test should ends with test and should be excluded from openshift surefire executions
0
134,802
19,347,236,381
IssuesEvent
2021-12-15 12:09:43
Disfactory/SpotDiffFrontend
https://api.github.com/repos/Disfactory/SpotDiffFrontend
opened
很容易沒看到有擴建那題下面的舊照片
bug design
覺得問有沒有擴建那一題,使用者很容易沒看到下面那張照片。可能需要設計的幫忙? indicate 要比較的舊照片在下面,現在手機和電腦版畫面都很容易切在點點塊狀分隔上。也許設計已經做了,但我沒找到? 抱歉回饋有點亂,今天小聚的時候我會再整理一下
1.0
很容易沒看到有擴建那題下面的舊照片 - 覺得問有沒有擴建那一題,使用者很容易沒看到下面那張照片。可能需要設計的幫忙? indicate 要比較的舊照片在下面,現在手機和電腦版畫面都很容易切在點點塊狀分隔上。也許設計已經做了,但我沒找到? 抱歉回饋有點亂,今天小聚的時候我會再整理一下
non_defect
很容易沒看到有擴建那題下面的舊照片 覺得問有沒有擴建那一題,使用者很容易沒看到下面那張照片。可能需要設計的幫忙? indicate 要比較的舊照片在下面,現在手機和電腦版畫面都很容易切在點點塊狀分隔上。也許設計已經做了,但我沒找到? 抱歉回饋有點亂,今天小聚的時候我會再整理一下
0
39,843
9,674,526,107
IssuesEvent
2019-05-22 10:04:08
netty/netty
https://api.github.com/repos/netty/netty
closed
KQueueEventLoop might unregister active channels due to domain socket file descriptor reuse
defect
### Expected behavior The current `KQueueEventLoop` implementation does not unregister active channels when domain socket file descriptor are reused. ### Actual behavior The current `KQueueEventLoop` implementation does not process concurrent domain socket channel registration/unregistration in the order they actu...
1.0
KQueueEventLoop might unregister active channels due to domain socket file descriptor reuse - ### Expected behavior The current `KQueueEventLoop` implementation does not unregister active channels when domain socket file descriptor are reused. ### Actual behavior The current `KQueueEventLoop` implementation does n...
defect
kqueueeventloop might unregister active channels due to domain socket file descriptor reuse expected behavior the current kqueueeventloop implementation does not unregister active channels when domain socket file descriptor are reused actual behavior the current kqueueeventloop implementation does n...
1
200,979
15,801,865,214
IssuesEvent
2021-04-03 06:55:23
lirc572/ped
https://api.github.com/repos/lirc572/ped
opened
clear command's behavior differs from the UG
severity.Low type.DocumentationBug
![image.png](https://raw.githubusercontent.com/lirc572/ped/master/files/efc62e0f-8b1e-4578-b5d7-cab5087e8a8c.png) The `clear` command actually empties the pool list as well. This is perhaps the intended behaviour so I put it as a documentation bug. <!--session: 1617429637314-8b96ce30-7b28-40f3-bccd-90f37ab94878-->
1.0
clear command's behavior differs from the UG - ![image.png](https://raw.githubusercontent.com/lirc572/ped/master/files/efc62e0f-8b1e-4578-b5d7-cab5087e8a8c.png) The `clear` command actually empties the pool list as well. This is perhaps the intended behaviour so I put it as a documentation bug. <!--session: 16174296...
non_defect
clear command s behavior differs from the ug the clear command actually empties the pool list as well this is perhaps the intended behaviour so i put it as a documentation bug
0
75,700
26,003,376,973
IssuesEvent
2022-12-20 17:03:12
hyperledger/iroha
https://api.github.com/repos/hyperledger/iroha
closed
[BUG] When one of four peers wiped and restarted, Then it can't embed back into the network.
Bug iroha2 LTS Pre-alpha defect QA-confirmed
### OS and Environment MacOS, DockerHub ### GIT commit hash 52dc18cd ### Minimum working example / Steps to reproduce 1. 2. ### Actual result ```json { "peers": 3, "blocks": 6, "txs_accepted": 14, "txs_rejected": 0, "uptime": { "secs": 505373, "nanos": 71000000 }, "vi...
1.0
[BUG] When one of four peers wiped and restarted, Then it can't embed back into the network. - ### OS and Environment MacOS, DockerHub ### GIT commit hash 52dc18cd ### Minimum working example / Steps to reproduce 1. 2. ### Actual result ```json { "peers": 3, "blocks": 6, "txs_accepted": 14, "txs...
defect
when one of four peers wiped and restarted then it can t embed back into the network os and environment macos dockerhub git commit hash minimum working example steps to reproduce actual result json peers blocks txs accepted txs rejected ...
1
73,507
24,664,914,019
IssuesEvent
2022-10-18 09:33:23
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
completely broken room after purge_room/rejoin
T-Defect
when you purge a room (via the [delete room api](https://matrix-org.github.io/synapse/develop/admin_api/rooms.html#delete-room-api)), we do not clear the in-memory caches. Then, when you rejoin, we have a bunch of the events in the cache, so do not bother to re-persist them. This leads to very bad brokenness, like `...
1.0
completely broken room after purge_room/rejoin - when you purge a room (via the [delete room api](https://matrix-org.github.io/synapse/develop/admin_api/rooms.html#delete-room-api)), we do not clear the in-memory caches. Then, when you rejoin, we have a bunch of the events in the cache, so do not bother to re-persist t...
defect
completely broken room after purge room rejoin when you purge a room via the we do not clear the in memory caches then when you rejoin we have a bunch of the events in the cache so do not bother to re persist them this leads to very bad brokenness like state groups state referring to events which do n...
1
474,062
13,651,981,847
IssuesEvent
2020-09-27 04:42:07
Journaly/journaly
https://api.github.com/repos/Journaly/journaly
closed
FEATURE: Enable users to "Follow" other users
backend database enhancement frontend medium priority
#### Perceived Problem - As our user base grows, it's going to become more and more difficult to know when your favorite Journalers have written a post you might want to read. #### Ideas / Proposed Solution(s) - Enable the ability to "follow" another user! #### Iterations 1. A simple email notification 2....
1.0
FEATURE: Enable users to "Follow" other users - #### Perceived Problem - As our user base grows, it's going to become more and more difficult to know when your favorite Journalers have written a post you might want to read. #### Ideas / Proposed Solution(s) - Enable the ability to "follow" another user! ###...
non_defect
feature enable users to follow other users perceived problem as our user base grows it s going to become more and more difficult to know when your favorite journalers have written a post you might want to read ideas proposed solution s enable the ability to follow another user ...
0
590,636
17,783,382,593
IssuesEvent
2021-08-31 08:11:24
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Sample Points randomly disappearing
priority:0 area:editor
<!-- IMPORTANT: Your issue may already be reported. Please check: - Pinned issues, at the top of https://github.com/ppy/osu/issues - Current priority 0 issues at https://github.com/ppy/osu/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Apriority%3A0 - Search for your issue. If you find that it already ...
1.0
Sample Points randomly disappearing - <!-- IMPORTANT: Your issue may already be reported. Please check: - Pinned issues, at the top of https://github.com/ppy/osu/issues - Current priority 0 issues at https://github.com/ppy/osu/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Apriority%3A0 - Search for yo...
non_defect
sample points randomly disappearing important your issue may already be reported please check pinned issues at the top of current priority issues at search for your issue if you find that it already exists please respond with a reaction or add any further information that may be helpful ...
0
1,920
2,603,973,474
IssuesEvent
2015-02-24 19:00:55
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳乳头病毒治疗
auto-migrated Priority-Medium Type-Defect
``` 沈阳乳头病毒治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105.....
1.0
沈阳乳头病毒治疗 - ``` 沈阳乳头病毒治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by...
defect
沈阳乳头病毒治疗 沈阳乳头病毒治疗〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at
1
11,650
2,660,021,532
IssuesEvent
2015-03-19 01:40:26
perfsonar/project
https://api.github.com/repos/perfsonar/project
closed
owamp packet loss view at different zoom levels
Milestone-Release3.6 Priority-Medium Type-Defect wontfix
Original [issue 1038](https://code.google.com/p/perfsonar-ps/issues/detail?id=1038) created by arlake228 on 2015-01-07T14:05:59.000Z: [This is related to #&nbsp;1032] <b>What steps will reproduce the problem?</b> 1. Set up owamp graphs, and have a packet loss event 2. View graphs at scale of 1d, 3d, 1w, 1m 3. S...
1.0
owamp packet loss view at different zoom levels - Original [issue 1038](https://code.google.com/p/perfsonar-ps/issues/detail?id=1038) created by arlake228 on 2015-01-07T14:05:59.000Z: [This is related to #&nbsp;1032] <b>What steps will reproduce the problem?</b> 1. Set up owamp graphs, and have a packet loss even...
defect
owamp packet loss view at different zoom levels original created by on what steps will reproduce the problem set up owamp graphs and have a packet loss event view graphs at scale of see widely diverging values of packet loss what is the expected output what do...
1
71,301
23,529,978,469
IssuesEvent
2022-08-19 14:26:57
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
opened
Volume slider doesn't drag in Safari
T-Defect S-Minor O-Uncommon Z-Platform-Specific
### Steps to reproduce 1. Enter a call 2. Click on the volume icon of a stream to open the volume adjustment dialog 3. Try to drag the handle of the volume slider ### Outcome #### What did you expect? Handle drags up & down the slider #### What happened instead? Handle doesn't move (but does move to where you...
1.0
Volume slider doesn't drag in Safari - ### Steps to reproduce 1. Enter a call 2. Click on the volume icon of a stream to open the volume adjustment dialog 3. Try to drag the handle of the volume slider ### Outcome #### What did you expect? Handle drags up & down the slider #### What happened instead? Handle d...
defect
volume slider doesn t drag in safari steps to reproduce enter a call click on the volume icon of a stream to open the volume adjustment dialog try to drag the handle of the volume slider outcome what did you expect handle drags up down the slider what happened instead handle d...
1
1,066
3,534,936,891
IssuesEvent
2016-01-16 04:05:24
sidorares/node-mysql2
https://api.github.com/repos/sidorares/node-mysql2
closed
Pool query does not return query reference
feligxe-mysql-incompatibilities
`mysql` returns the query object in the pool, `mysql2` does not. https://github.com/felixge/node-mysql/blob/master/lib/Pool.js#L209
True
Pool query does not return query reference - `mysql` returns the query object in the pool, `mysql2` does not. https://github.com/felixge/node-mysql/blob/master/lib/Pool.js#L209
non_defect
pool query does not return query reference mysql returns the query object in the pool does not
0
318,865
9,703,098,823
IssuesEvent
2019-05-27 10:25:05
cekit/cekit
https://api.github.com/repos/cekit/cekit
closed
Requesting ODCS composes should be done after fetching artifacts
complexity/low priority/low type/enhancement
This will speed up the debug process of modules and artifacts since there will be no time wasted on waiting for the compose.
1.0
Requesting ODCS composes should be done after fetching artifacts - This will speed up the debug process of modules and artifacts since there will be no time wasted on waiting for the compose.
non_defect
requesting odcs composes should be done after fetching artifacts this will speed up the debug process of modules and artifacts since there will be no time wasted on waiting for the compose
0
172,434
14,360,596,379
IssuesEvent
2020-11-30 17:03:42
OnionIoT/tau-lidar-server
https://api.github.com/repos/OnionIoT/tau-lidar-server
closed
Review setup instructions
documentation
Setup instructions for the Tau Camera are here: https://github.com/OnionIoT/tau-lidar-server/blob/master/GET-STARTED.md All 3 modules are live on PIP, so please try out the instructions as if you were a new user. Feel free to edit, expand, adjust as you see fit!
1.0
Review setup instructions - Setup instructions for the Tau Camera are here: https://github.com/OnionIoT/tau-lidar-server/blob/master/GET-STARTED.md All 3 modules are live on PIP, so please try out the instructions as if you were a new user. Feel free to edit, expand, adjust as you see fit!
non_defect
review setup instructions setup instructions for the tau camera are here all modules are live on pip so please try out the instructions as if you were a new user feel free to edit expand adjust as you see fit
0
742,646
25,864,519,048
IssuesEvent
2022-12-13 19:38:55
jerichosy/CSSWENG-Team-3
https://api.github.com/repos/jerichosy/CSSWENG-Team-3
closed
Notes should be optional
bug stack - frontend high priority
**Summary** Inputs for Notes should be optional, not required when creating a new expense record **Steps to Produce:** 1. Go to Expense tab 2. Click on Add 3. Set the Category to Grocery 4. Set the Item Name to Flour 5. Set the Amount to ₱1500.00 6. Click Add **Expected Results:** It should have created t...
1.0
Notes should be optional - **Summary** Inputs for Notes should be optional, not required when creating a new expense record **Steps to Produce:** 1. Go to Expense tab 2. Click on Add 3. Set the Category to Grocery 4. Set the Item Name to Flour 5. Set the Amount to ₱1500.00 6. Click Add **Expected Results:*...
non_defect
notes should be optional summary inputs for notes should be optional not required when creating a new expense record steps to produce go to expense tab click on add set the category to grocery set the item name to flour set the amount to ₱ click add expected results i...
0
41,677
10,563,921,110
IssuesEvent
2019-10-04 22:37:36
SublimeText/PackageDev
https://api.github.com/repos/SublimeText/PackageDev
closed
builtin color completions in .sublime-color-scheme files
defect
should builtin colors be suggested in color scheme files ![bc](https://user-images.githubusercontent.com/33235928/66082953-91175e80-e56b-11e9-99d1-1fd7b95ad1dc.png) ?
1.0
builtin color completions in .sublime-color-scheme files - should builtin colors be suggested in color scheme files ![bc](https://user-images.githubusercontent.com/33235928/66082953-91175e80-e56b-11e9-99d1-1fd7b95ad1dc.png) ?
defect
builtin color completions in sublime color scheme files should builtin colors be suggested in color scheme files
1
58,175
16,389,238,225
IssuesEvent
2021-05-17 14:15:17
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
ResultQuery.fetchStream() fetches entire resultset at once
C: Functionality E: All Editions P: Medium T: Defect
Consider this code: ```java Configuration c = create().configuration(); c.set(ExecuteListener.onRecordEnd(ctx -> System.out.println(ctx.record().get(TBook_ID())))); try (Stream<B> s = c.dsl().fetchStream(TBook())) { Iterator<B> it = s.iterator(); if (it.hasNext()) it.next(); } ``` It...
1.0
ResultQuery.fetchStream() fetches entire resultset at once - Consider this code: ```java Configuration c = create().configuration(); c.set(ExecuteListener.onRecordEnd(ctx -> System.out.println(ctx.record().get(TBook_ID())))); try (Stream<B> s = c.dsl().fetchStream(TBook())) { Iterator<B> it = s.iterator(...
defect
resultquery fetchstream fetches entire resultset at once consider this code java configuration c create configuration c set executelistener onrecordend ctx system out println ctx record get tbook id try stream s c dsl fetchstream tbook iterator it s iterator ...
1
61,123
17,023,611,067
IssuesEvent
2021-07-03 02:54:54
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Nominatim does not seem to display the name attribute
Component: nominatim Priority: major Resolution: worksforme Type: defect
**[Submitted to the original trac issue database at 7.18am, Monday, 28th June 2010]** Upon searching for "Europe" Nominatim appears to return the name:eo result of "Eropo" when the results from node 25871341 are displayed. I have my browsers set to use EN and EN-US as my languages. Node 25871341 does not have an en...
1.0
Nominatim does not seem to display the name attribute - **[Submitted to the original trac issue database at 7.18am, Monday, 28th June 2010]** Upon searching for "Europe" Nominatim appears to return the name:eo result of "Eropo" when the results from node 25871341 are displayed. I have my browsers set to use EN and ...
defect
nominatim does not seem to display the name attribute upon searching for europe nominatim appears to return the name eo result of eropo when the results from node are displayed i have my browsers set to use en and en us as my languages node does not have an entry for name en at this time sin...
1
59,659
14,439,364,384
IssuesEvent
2020-12-07 14:17:58
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
Vulnerability roundup 97: libslirp-4.3.1: 2 advisories [4.3]
1.severity: security
[search](https://search.nix.gsc.io/?q=libslirp&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=libslirp+in%3Apath&type=Code) * [ ] [CVE-2020-29129](https://nvd.nist.gov/vuln/detail/CVE-2020-29129) CVSSv3=4.3 (nixos-20.09) * [ ] [CVE-2020-29130](https://nvd.nist.gov/vuln/d...
True
Vulnerability roundup 97: libslirp-4.3.1: 2 advisories [4.3] - [search](https://search.nix.gsc.io/?q=libslirp&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=libslirp+in%3Apath&type=Code) * [ ] [CVE-2020-29129](https://nvd.nist.gov/vuln/detail/CVE-2020-29129) CVSSv3=4.3 (...
non_defect
vulnerability roundup libslirp advisories nixos nixos scanned versions nixos cc orivej
0
67,934
21,328,914,068
IssuesEvent
2022-04-18 05:06:59
klubcoin/lcn-mobile
https://api.github.com/repos/klubcoin/lcn-mobile
closed
[Navigation][Partners][Weblinks] Fix must be able to access web links when user accessed partners' web pages and returned to Klubcoin App via switching app from Browser to Klubcoin.
Defect Should Have Minor Navigation / Drawer Services
### **Description:** Must be able to access web links when user accessed partners' web pages and returned to Klubcoin App via switching app from Browser to Klubcoin. **Build Environment:** Prod Candidate Environment **Affects Version:** 1.0.0.prod.3 **Device Platform:** Android **Device OS:** 11 **Test Device:*...
1.0
[Navigation][Partners][Weblinks] Fix must be able to access web links when user accessed partners' web pages and returned to Klubcoin App via switching app from Browser to Klubcoin. - ### **Description:** Must be able to access web links when user accessed partners' web pages and returned to Klubcoin App via switching...
defect
fix must be able to access web links when user accessed partners web pages and returned to klubcoin app via switching app from browser to klubcoin description must be able to access web links when user accessed partners web pages and returned to klubcoin app via switching app from browser to klubcoin...
1
70,856
9,457,396,873
IssuesEvent
2019-04-17 00:14:51
Microsoft/MixedRealityToolkit-Unity
https://api.github.com/repos/Microsoft/MixedRealityToolkit-Unity
closed
A walkthrough the UX components of the MRTK SDK - new guide
Documentation UX Controls v2 Documentation
# Overview Users need a clear and concise guide for how to utilise the UX / UI components provided by the MRTK SDK # Requirements Users need to be able to have good guidance for how to utilize * Interactables * Lines * Collections / Utilities This might possibly need to be broken up in to multiple guides ...
2.0
A walkthrough the UX components of the MRTK SDK - new guide - # Overview Users need a clear and concise guide for how to utilise the UX / UI components provided by the MRTK SDK # Requirements Users need to be able to have good guidance for how to utilize * Interactables * Lines * Collections / Utilities This...
non_defect
a walkthrough the ux components of the mrtk sdk new guide overview users need a clear and concise guide for how to utilise the ux ui components provided by the mrtk sdk requirements users need to be able to have good guidance for how to utilize interactables lines collections utilities this...
0
31,195
6,443,913,474
IssuesEvent
2017-08-12 02:31:19
opendatakit/opendatakit
https://api.github.com/repos/opendatakit/opendatakit
closed
Data of a repeat group inside a repeat group does not export to Fusion Table
Aggregate Type-Defect
If you have a repeat group B inside a repeat group A, and you submit that data to Aggregate, the submission works fine. If you publish that data to Fusion Tables, the tables are created, but the sub repeat group (B)'s tables will be empty. To replicate this issue, I used this [fusion-test.xlsx] form (https://github....
1.0
Data of a repeat group inside a repeat group does not export to Fusion Table - If you have a repeat group B inside a repeat group A, and you submit that data to Aggregate, the submission works fine. If you publish that data to Fusion Tables, the tables are created, but the sub repeat group (B)'s tables will be empty. ...
defect
data of a repeat group inside a repeat group does not export to fusion table if you have a repeat group b inside a repeat group a and you submit that data to aggregate the submission works fine if you publish that data to fusion tables the tables are created but the sub repeat group b s tables will be empty ...
1
12,986
2,732,626,072
IssuesEvent
2015-04-17 08:03:17
creativo/softmodii
https://api.github.com/repos/creativo/softmodii
opened
Una 4.3E que se queda en la instalacion de HBC. A partir de ahi no carga nada
Prioridad-Media Tipo-Defecto Version-Ejecutable
**¿Qué pasos reproducen el problema?** 1\. Consigo instalar el HBC con letterbomb 2\. Preparo la SD con CSD y todo OK 3\. No carga el HBC nada. Por tanto no puedo cambiar cIOS ni nada. **¿Cuál es la respuesta esperada? ¿Qué ocurre en realidad?** En el Tutorial pone que para este Bug podemos esperar 10 min en el ...
1.0
Una 4.3E que se queda en la instalacion de HBC. A partir de ahi no carga nada - **¿Qué pasos reproducen el problema?** 1\. Consigo instalar el HBC con letterbomb 2\. Preparo la SD con CSD y todo OK 3\. No carga el HBC nada. Por tanto no puedo cambiar cIOS ni nada. **¿Cuál es la respuesta esperada? ¿Qué ocurre en ...
defect
una que se queda en la instalacion de hbc a partir de ahi no carga nada ¿qué pasos reproducen el problema consigo instalar el hbc con letterbomb preparo la sd con csd y todo ok no carga el hbc nada por tanto no puedo cambiar cios ni nada ¿cuál es la respuesta esperada ¿qué ocurre en r...
1
45,564
12,877,711,111
IssuesEvent
2020-07-11 12:43:28
hikaya-io/activity
https://api.github.com/repos/hikaya-io/activity
closed
When a target field is cleared validation errors are displayed on all target frequecies fields
defect good first issue
**Current behavior** When a target field is cleared validation errors are displayed on all target frequencies' fields **To Reproduce** Steps to reproduce the behavior: 1. Go to indicator list 2. Click on more button on one of the indicators and then Target Periods 3. Clear one of the targets on the frequency's ...
1.0
When a target field is cleared validation errors are displayed on all target frequecies fields - **Current behavior** When a target field is cleared validation errors are displayed on all target frequencies' fields **To Reproduce** Steps to reproduce the behavior: 1. Go to indicator list 2. Click on more button ...
defect
when a target field is cleared validation errors are displayed on all target frequecies fields current behavior when a target field is cleared validation errors are displayed on all target frequencies fields to reproduce steps to reproduce the behavior go to indicator list click on more button ...
1
311,814
23,405,715,292
IssuesEvent
2022-08-12 12:38:06
FusionAuth/fusionauth-issues
https://api.github.com/repos/FusionAuth/fusionauth-issues
closed
Java client retrieveRefreshTokenById builds a wrong request URL
bug documentation client-library
## Java client retrieveRefreshTokenById builds a wrong request URL ### Description `FusionAuthClient.retrieveRefreshTokenById(userId)` builds a wrong request not matching the docs. Currently: ```Java return start(RefreshTokenResponse.class, Errors.class) .uri("/api/jwt/refresh") .urlSegment(userId) ...
1.0
Java client retrieveRefreshTokenById builds a wrong request URL - ## Java client retrieveRefreshTokenById builds a wrong request URL ### Description `FusionAuthClient.retrieveRefreshTokenById(userId)` builds a wrong request not matching the docs. Currently: ```Java return start(RefreshTokenResponse.class, Error...
non_defect
java client retrieverefreshtokenbyid builds a wrong request url java client retrieverefreshtokenbyid builds a wrong request url description fusionauthclient retrieverefreshtokenbyid userid builds a wrong request not matching the docs currently java return start refreshtokenresponse class error...
0
204,870
15,560,485,757
IssuesEvent
2021-03-16 12:46:45
microsoft/azure-pipelines-tasks
https://api.github.com/repos/microsoft/azure-pipelines-tasks
closed
Inconsistent results of Azure Pipelines Test Service comments for similar coverage
Area: Test Area: TestManagement bug
## Required Information Entering this information will route you directly to the right team and expedite traction. **Question, Bug, or Feature?** *Type*: Bug **Enter Task Name**: VsTestV2 ## Environment - Server - Azure Pipelines Account name: Office - Agent - Private: Agent OS: Windows Agent ve...
2.0
Inconsistent results of Azure Pipelines Test Service comments for similar coverage - ## Required Information Entering this information will route you directly to the right team and expedite traction. **Question, Bug, or Feature?** *Type*: Bug **Enter Task Name**: VsTestV2 ## Environment - Server - Azure...
non_defect
inconsistent results of azure pipelines test service comments for similar coverage required information entering this information will route you directly to the right team and expedite traction question bug or feature type bug enter task name environment server azure pipeli...
0
616,496
19,303,926,498
IssuesEvent
2021-12-13 09:30:11
inrae/diades.atlas
https://api.github.com/repos/inrae/diades.atlas
closed
[Translation] Define translation mechanism
priority: high
Once the PRs #56 #50 are merged, there need to be the following updates : + [x] Translation Guide + [x] build_language_json
1.0
[Translation] Define translation mechanism - Once the PRs #56 #50 are merged, there need to be the following updates : + [x] Translation Guide + [x] build_language_json
non_defect
define translation mechanism once the prs are merged there need to be the following updates translation guide build language json
0
65,971
6,980,386,231
IssuesEvent
2017-12-13 01:24:56
omegaup/omegaup
https://api.github.com/repos/omegaup/omegaup
closed
No funciona el autocompletado en el listado de problemas
5 Bug omegaUp For Contests P0 ready
Al comenzar a escribir el nombre de un problema en la barra de búsqueda, no me muestra las coincidencias de la palabra. ## Comportamiento Esperado Anteriormente ya se había agregado esta opción de autocompletado, pero dejó de funcionar. ## Comportamiento Actual Al inspeccionar la consola de Javascript veo ...
1.0
No funciona el autocompletado en el listado de problemas - Al comenzar a escribir el nombre de un problema en la barra de búsqueda, no me muestra las coincidencias de la palabra. ## Comportamiento Esperado Anteriormente ya se había agregado esta opción de autocompletado, pero dejó de funcionar. ## Comportamie...
non_defect
no funciona el autocompletado en el listado de problemas al comenzar a escribir el nombre de un problema en la barra de búsqueda no me muestra las coincidencias de la palabra comportamiento esperado anteriormente ya se había agregado esta opción de autocompletado pero dejó de funcionar comportamie...
0
818,180
30,677,027,621
IssuesEvent
2023-07-26 06:23:23
SlimeVR/SlimeVR-Server
https://api.github.com/repos/SlimeVR/SlimeVR-Server
closed
The VRServer is not gracefully shutdown
Type: Bug Priority: Normal Area: Server
How to reproduce: 1. add a `logManager.info("hello") in https://github.com/SlimeVR/SlimeVR-Server/blob/main/server/src/main/java/dev/slimevr/VRServer.java#L179 2. ./gradlew shadowJar 3. put the `slimevr.jar` from `SlimeVR-Server\server\build\libs` to the your installation file 4. The log doest has hello. M...
1.0
The VRServer is not gracefully shutdown - How to reproduce: 1. add a `logManager.info("hello") in https://github.com/SlimeVR/SlimeVR-Server/blob/main/server/src/main/java/dev/slimevr/VRServer.java#L179 2. ./gradlew shadowJar 3. put the `slimevr.jar` from `SlimeVR-Server\server\build\libs` to the your installatio...
non_defect
the vrserver is not gracefully shutdown how to reproduce add a logmanager info hello in gradlew shadowjar put the slimevr jar from slimevr server server build libs to the your installation file the log doest has hello my proposal is that tauri should send sigterm to the s...
0
49,517
13,187,224,855
IssuesEvent
2020-08-13 02:44:40
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
dst-extractor (Trac #1579)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1579">https://code.icecube.wisc.edu/ticket/1579</a>, reported by nega and owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:22", "description": "Since we're no longer bui...
1.0
dst-extractor (Trac #1579) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1579">https://code.icecube.wisc.edu/ticket/1579</a>, reported by nega and owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:22", "description...
defect
dst extractor trac migrated from json status closed changetime description since we re no longer building libdst extractor so all of these things fail n n n combo build n ag load dst extractor src n src dst extractor python init ...
1
50,820
13,187,872,262
IssuesEvent
2020-08-13 04:52:54
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[mue] no sphinx documentation (Trac #1446)
Migrated from Trac combo reconstruction defect
Good documentation is now deemed essential. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1446">https://code.icecube.wisc.edu/ticket/1446</a>, reported by david.schultz and owned by dima</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57"...
1.0
[mue] no sphinx documentation (Trac #1446) - Good documentation is now deemed essential. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1446">https://code.icecube.wisc.edu/ticket/1446</a>, reported by david.schultz and owned by dima</em></summary> <p> ```json { "status": "clos...
defect
no sphinx documentation trac good documentation is now deemed essential migrated from json status closed changetime description good documentation is now deemed essential reporter david schultz cc olivas resolution fixe...
1
7,640
2,610,408,284
IssuesEvent
2015-02-26 20:12:40
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
opened
Bossk Space
auto-migrated Priority-Medium Type-Defect
``` Bossk's fighter doesn't fire its weapons. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 3 Jul 2012 at 1:40
1.0
Bossk Space - ``` Bossk's fighter doesn't fire its weapons. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 3 Jul 2012 at 1:40
defect
bossk space bossk s fighter doesn t fire its weapons original issue reported on code google com by killerhurdz netscape net on jul at
1