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
395,010
27,049,924,301
IssuesEvent
2023-02-13 12:32:20
rosieyoo/issue-practice
https://api.github.com/repos/rosieyoo/issue-practice
closed
유저 모델링 작업
documentation enhancement
## 설명 우리 서비스에 가입할 유저의 속성을 정의한다 ## 할 일 - [ ] #2 - [ ] 유저 모델 정의 - [ ] 유저 모델 검증 ## 참조 [Go to google](https://www.google.com)
1.0
유저 모델링 작업 - ## 설명 우리 서비스에 가입할 유저의 속성을 정의한다 ## 할 일 - [ ] #2 - [ ] 유저 모델 정의 - [ ] 유저 모델 검증 ## 참조 [Go to google](https://www.google.com)
non_defect
유저 모델링 작업 설명 우리 서비스에 가입할 유저의 속성을 정의한다 할 일 유저 모델 정의 유저 모델 검증 참조
0
66,748
20,616,176,777
IssuesEvent
2022-03-07 13:28:01
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: Docs (or implementation) for negative inputs to factorial2 are incorrect
defect scipy.special good first issue
### Describe your issue. The docstring for [factorial2](https://github.com/scipy/scipy/blob/47bb6febaa10658c72962b9615d5d5aa2513fa3a/scipy/special/_basic.py#L2399-L2453) says: >If ``n < 0``, the return value is 0. However directly below that in the code, we can see this is not the case for `n==-1` ``` if exact...
1.0
BUG: Docs (or implementation) for negative inputs to factorial2 are incorrect - ### Describe your issue. The docstring for [factorial2](https://github.com/scipy/scipy/blob/47bb6febaa10658c72962b9615d5d5aa2513fa3a/scipy/special/_basic.py#L2399-L2453) says: >If ``n < 0``, the return value is 0. However directly belo...
defect
bug docs or implementation for negative inputs to are incorrect describe your issue the docstring for says if n the return value is however directly below that in the code we can see this is not the case for n if exact if n return if n ...
1
99,326
12,417,907,645
IssuesEvent
2020-05-22 22:02:57
neuropoly/spinalcordtoolbox
https://api.github.com/repos/neuropoly/spinalcordtoolbox
closed
Centralize deep-learning segmentation tools into a single entry point and module
card:DESIGN_DISCUSSION epic feature
Currently, deep learning tools include `sct_deepseg_sc`, `sct_deepseg_lesion` and `sct_deepseg_gm`. Each have their entry point (i.e. CLI function) and some of the modules are not shared (e.g., deepseg_gm and deepseg_sc use different modules for preprocessing and running the segmentation). Given the increasing need...
1.0
Centralize deep-learning segmentation tools into a single entry point and module - Currently, deep learning tools include `sct_deepseg_sc`, `sct_deepseg_lesion` and `sct_deepseg_gm`. Each have their entry point (i.e. CLI function) and some of the modules are not shared (e.g., deepseg_gm and deepseg_sc use different mod...
non_defect
centralize deep learning segmentation tools into a single entry point and module currently deep learning tools include sct deepseg sc sct deepseg lesion and sct deepseg gm each have their entry point i e cli function and some of the modules are not shared e g deepseg gm and deepseg sc use different mod...
0
28,878
5,410,793,020
IssuesEvent
2017-03-01 09:48:26
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
ContextMenu freeze with routerLink and appendTo=body
defect
<!-- - IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING. - IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours. --> **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github fo...
1.0
ContextMenu freeze with routerLink and appendTo=body - <!-- - IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING. - IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours. --> **I'm submitting a ...** (check...
defect
contextmenu freeze with routerlink and appendto body if you don t fill out the following information we might close your issue without investigating if you d like to secure our response you may consider primeng pro support where support is provided within hours i m submitting a check...
1
20,684
15,879,308,988
IssuesEvent
2021-04-09 12:17:07
precice/precice
https://api.github.com/repos/precice/precice
opened
Writing to a data field without a mapping fails without message
bug usability
**Describe the problem** Writing data via one of the 'write' functionalities, where no mapping is defined leads to a failure in the following lines of code https://github.com/precice/precice/blob/6d27ad5db42997bbc06ff97b39eb4999196295b7/src/precice/impl/Participant.cpp#L156-L162 since the `dataContext` is `nullp...
True
Writing to a data field without a mapping fails without message - **Describe the problem** Writing data via one of the 'write' functionalities, where no mapping is defined leads to a failure in the following lines of code https://github.com/precice/precice/blob/6d27ad5db42997bbc06ff97b39eb4999196295b7/src/precice/...
non_defect
writing to a data field without a mapping fails without message describe the problem writing data via one of the write functionalities where no mapping is defined leads to a failure in the following lines of code since the datacontext is nullptr however this is either a misconfiguration of the ...
0
79,358
28,125,904,484
IssuesEvent
2023-03-31 17:41:15
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
reopened
[🐛 Bug]: ie mode in edge is fail
I-defect needs-triaging
### What happened? I want to drive edge in IE mode ### How can we reproduce the issue? ```shell import org.junit.jupiter.api.Test; import org.openqa.selenium.WebDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.openqa.selenium.ie.InternetExplorerOptions; public class IEModeEdgeTest { ...
1.0
[🐛 Bug]: ie mode in edge is fail - ### What happened? I want to drive edge in IE mode ### How can we reproduce the issue? ```shell import org.junit.jupiter.api.Test; import org.openqa.selenium.WebDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.openqa.selenium.ie.InternetExplorerOptions; ...
defect
ie mode in edge is fail what happened i want to drive edge in ie mode how can we reproduce the issue shell import org junit jupiter api test import org openqa selenium webdriver import org openqa selenium ie internetexplorerdriver import org openqa selenium ie internetexploreroptions pu...
1
193,794
22,216,348,856
IssuesEvent
2022-06-08 02:20:56
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
reopened
CVE-2015-8543 (High) detected in multiple libraries
security vulnerability
## CVE-2015-8543 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b></p></summary> <p> </p> </de...
True
CVE-2015-8543 (High) detected in multiple libraries - ## CVE-2015-8543 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>li...
non_defect
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries linux stable linux stable linux stable vulnerability details the networking implementation in the linux kernel through as used in android and othe...
0
14,462
2,812,695,915
IssuesEvent
2015-05-18 10:21:21
contao/core-bundle
https://api.github.com/repos/contao/core-bundle
opened
Change type to "symfony-bundle"
defect
We should change the type in our `composer.json` file from "library" to "symfony-bundle".
1.0
Change type to "symfony-bundle" - We should change the type in our `composer.json` file from "library" to "symfony-bundle".
defect
change type to symfony bundle we should change the type in our composer json file from library to symfony bundle
1
287,215
31,826,298,745
IssuesEvent
2023-09-14 07:45:14
jenkins-infra/repository-permissions-updater
https://api.github.com/repos/jenkins-infra/repository-permissions-updater
closed
Requesting Hosting Permissions for Red Hat Dependency Analytics
bot-check-complete hosting-request security-audit-todo
### Repository URL https://github.com/RHEcosystemAppEng/redhat-dependency-analytics-plugin ### New Repository Name redhat-dependency-analytics-plugin ### Description **Introduction:** We are requesting hosting for the "Red Hat Dependency Analytics" project, a new Jenkins plugin designed to scan the dependency sta...
True
Requesting Hosting Permissions for Red Hat Dependency Analytics - ### Repository URL https://github.com/RHEcosystemAppEng/redhat-dependency-analytics-plugin ### New Repository Name redhat-dependency-analytics-plugin ### Description **Introduction:** We are requesting hosting for the "Red Hat Dependency Analytics"...
non_defect
requesting hosting permissions for red hat dependency analytics repository url new repository name redhat dependency analytics plugin description introduction we are requesting hosting for the red hat dependency analytics project a new jenkins plugin designed to scan the dependency stack a...
0
38,669
4,988,766,747
IssuesEvent
2016-12-08 09:34:20
jcheron/virtualhosts
https://api.github.com/repos/jcheron/virtualhosts
opened
Connexion ergonomie
Design-bug
Les * des champs obligatoires ne sont pas assez visibles Utiliser les labels semantic pour améliorer leur visibilité : voir [corner labeled input](http://semantic-ui.com/elements/input.html)
1.0
Connexion ergonomie - Les * des champs obligatoires ne sont pas assez visibles Utiliser les labels semantic pour améliorer leur visibilité : voir [corner labeled input](http://semantic-ui.com/elements/input.html)
non_defect
connexion ergonomie les des champs obligatoires ne sont pas assez visibles utiliser les labels semantic pour améliorer leur visibilité voir
0
69,138
22,202,623,847
IssuesEvent
2022-06-07 12:34:27
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Test container does not close in example
T: Defect C: Documentation P: Medium R: Fixed E: All Editions
### Expected behavior Test container is closed after the build ### Actual behavior The test container is living after the build ### Steps to reproduce the problem mvn install Check for running containers. ### Versions - jOOQ: 3.16.6 - Java: 17 - Database (include vendor): PostgreSQL - OS: Linux - JD...
1.0
Test container does not close in example - ### Expected behavior Test container is closed after the build ### Actual behavior The test container is living after the build ### Steps to reproduce the problem mvn install Check for running containers. ### Versions - jOOQ: 3.16.6 - Java: 17 - Database (inc...
defect
test container does not close in example expected behavior test container is closed after the build actual behavior the test container is living after the build steps to reproduce the problem mvn install check for running containers versions jooq java database inclu...
1
78,950
27,829,351,083
IssuesEvent
2023-03-20 02:22:42
zed-industries/community
https://api.github.com/repos/zed-industries/community
opened
Lower left problem status indicates problems; problems view shows no problems
defect triage
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I don't know what particular steps produced this, but the bug is easy enough to describe: the bottom left problem status bar item shows problems, but the problem view itself shows none: <img width="1306" alt="image"...
1.0
Lower left problem status indicates problems; problems view shows no problems - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I don't know what particular steps produced this, but the bug is easy enough to describe: the bottom left problem status bar item shows pr...
defect
lower left problem status indicates problems problems view shows no problems check for existing issues completed describe the bug provide steps to reproduce it i don t know what particular steps produced this but the bug is easy enough to describe the bottom left problem status bar item shows prob...
1
331,371
10,065,157,473
IssuesEvent
2019-07-23 10:12:56
grafana/grafana
https://api.github.com/repos/grafana/grafana
closed
Incorrect error for the first time during auth of disabled user
area/backend/auth/ldap priority/important-soon type/bug
<!-- Please use this template while reporting a bug and provide as much info as possible. Questions should be posted to https://community.grafana.com Use query inspector to troubleshoot issues: https://community.grafana.com/t/using-grafanas-query-inspector-to-troubleshoot-issues/2630 --> **What happened**: If...
1.0
Incorrect error for the first time during auth of disabled user - <!-- Please use this template while reporting a bug and provide as much info as possible. Questions should be posted to https://community.grafana.com Use query inspector to troubleshoot issues: https://community.grafana.com/t/using-grafanas-query-insp...
non_defect
incorrect error for the first time during auth of disabled user please use this template while reporting a bug and provide as much info as possible questions should be posted to use query inspector to troubleshoot issues what happened if user connected to ldap and authenticated in grafan...
0
3,576
2,610,065,114
IssuesEvent
2015-02-26 18:19:10
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
临海治疗前列腺炎一般要多少钱
auto-migrated Priority-Medium Type-Defect
``` 临海治疗前列腺炎一般要多少钱【台州五洲生殖医院】24小时 健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地� ��:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐1 04、108、118、198及椒江一金清公交车直达枫南小区,乘坐107、 105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世...
1.0
临海治疗前列腺炎一般要多少钱 - ``` 临海治疗前列腺炎一般要多少钱【台州五洲生殖医院】24小时 健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地� ��:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐1 04、108、118、198及椒江一金清公交车直达枫南小区,乘坐107、 105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家...
defect
临海治疗前列腺炎一般要多少钱 临海治疗前列腺炎一般要多少钱【台州五洲生殖医院】 健康咨询热线 微信号tzwzszyy 医院地� �� (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ...
1
321,442
27,530,318,008
IssuesEvent
2023-03-06 21:29:54
RamenDR/ramen
https://api.github.com/repos/RamenDR/ramen
opened
Add selt test for minio
good first issue test
Verify that minio is accessibel outside of the cluster and that it can write and read objects. ## How to test this manually ### Install the mc tool See https://min.io/docs/minio/linux/reference/minio-mc.html?ref=docs#install-mc ## Find the minio service url ### With minikube setup: ``` $ minikube se...
1.0
Add selt test for minio - Verify that minio is accessibel outside of the cluster and that it can write and read objects. ## How to test this manually ### Install the mc tool See https://min.io/docs/minio/linux/reference/minio-mc.html?ref=docs#install-mc ## Find the minio service url ### With minikube se...
non_defect
add selt test for minio verify that minio is accessibel outside of the cluster and that it can write and read objects how to test this manually install the mc tool see find the minio service url with minikube setup minikube service minio url namespace minio profile ...
0
28,095
5,186,955,911
IssuesEvent
2017-01-20 15:33:37
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
belongsToMany with "through" definition and costum alias takes the alias as foreigntargetkey instead of the real tables name
Defect On hold ORM
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.3 * Platform and Target: nginx, php7.0, maria ### What you did I defined an asssociation with following code: ``` $this->belongsToMany('Visibletags', [ 'className' => 'Tags...
1.0
belongsToMany with "through" definition and costum alias takes the alias as foreigntargetkey instead of the real tables name - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.3 * Platform and Target: nginx, php7.0, maria ### What you did I defin...
defect
belongstomany with through definition and costum alias takes the alias as foreigntargetkey instead of the real tables name this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target nginx maria what you did i defined an ass...
1
8,070
6,389,560,691
IssuesEvent
2017-08-03 17:59:26
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
sql: investigate BenchmarkDelete100_Cockroach slowdown
enhancement performance
#4384 added support for using `CommitInBatch` with delete requests which showed a very nice performance improvement for the `Delete{1,10}` benchmarks. But it resulted in a reproducible slowdown for the `Delete100` benchmark. The code in question is in `sql/delete.go: ``` pErr = p.txn.CommitInBatch(b) ``` The ...
True
sql: investigate BenchmarkDelete100_Cockroach slowdown - #4384 added support for using `CommitInBatch` with delete requests which showed a very nice performance improvement for the `Delete{1,10}` benchmarks. But it resulted in a reproducible slowdown for the `Delete100` benchmark. The code in question is in `sql/delete...
non_defect
sql investigate cockroach slowdown added support for using commitinbatch with delete requests which showed a very nice performance improvement for the delete benchmarks but it resulted in a reproducible slowdown for the benchmark the code in question is in sql delete go perr p tx...
0
433
2,535,969,781
IssuesEvent
2015-01-26 09:44:12
netty/netty
https://api.github.com/repos/netty/netty
closed
NPE in Native#address() @ line 411
defect
``` 2015-01-14 17:20:38:579 GMT [Client-To-Proxy-80-AcceptorThread-0,] WARN DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.lang.NullPointerException: null at io.netty.chan...
1.0
NPE in Native#address() @ line 411 - ``` 2015-01-14 17:20:38:579 GMT [Client-To-Proxy-80-AcceptorThread-0,] WARN DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.lang.NullPoin...
defect
npe in native address line gmt warn defaultchannelpipeline an exceptioncaught event was fired and it reached at the tail of the pipeline it usually means the last handler in the pipeline did not handle the exception java lang nullpointerexception null at io netty channel epoll na...
1
5,370
3,206,462,613
IssuesEvent
2015-10-05 00:47:09
ReikaKalseki/Reika_Mods_Issues
https://api.github.com/repos/ReikaKalseki/Reika_Mods_Issues
closed
Chromaticraft v9a: Graphical problem with fused crystals
Bug ChromatiCraft Rendering Glitch Stupid Code
http://i.imgur.com/eL3FSaG.png Not sure what happened here, as I can't replicated this by just placing fused crystals as a test. The area was pitch black and I had just placed a torch and gotten into range of the night vision crystal. The black non-see squares are particle smoke from the torch at my feet. The se...
1.0
Chromaticraft v9a: Graphical problem with fused crystals - http://i.imgur.com/eL3FSaG.png Not sure what happened here, as I can't replicated this by just placing fused crystals as a test. The area was pitch black and I had just placed a torch and gotten into range of the night vision crystal. The black non-see s...
non_defect
chromaticraft graphical problem with fused crystals not sure what happened here as i can t replicated this by just placing fused crystals as a test the area was pitch black and i had just placed a torch and gotten into range of the night vision crystal the black non see squares are particle smoke from ...
0
69,087
22,144,689,794
IssuesEvent
2022-06-03 10:40:38
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Move style rules of MatrixChat_useCompactLayout from _GroupLayout.scss
T-Defect
### Steps to reproduce Technically, `.mx_MatrixChat_useCompactLayout .mx_EventTile` is not relevant to `_GroupLayout.scss` so it could be moved to a corresponding SASS file, but moving the block from there to `_EventTile.scss` breaks the compact layout somehow. See: https://github.com/matrix-org/matrix-react-sdk/pu...
1.0
Move style rules of MatrixChat_useCompactLayout from _GroupLayout.scss - ### Steps to reproduce Technically, `.mx_MatrixChat_useCompactLayout .mx_EventTile` is not relevant to `_GroupLayout.scss` so it could be moved to a corresponding SASS file, but moving the block from there to `_EventTile.scss` breaks the compact...
defect
move style rules of matrixchat usecompactlayout from grouplayout scss steps to reproduce technically mx matrixchat usecompactlayout mx eventtile is not relevant to grouplayout scss so it could be moved to a corresponding sass file but moving the block from there to eventtile scss breaks the compact...
1
37,217
8,301,955,158
IssuesEvent
2018-09-21 13:11:09
Guake/guake
https://api.github.com/repos/Guake/guake
closed
Guake disappears if you select "Show Desktop"
Priority: Low Type: Defect
Guake disappears if you select "Show Desktop" http://guake.org/ticket/506 Reported by: dsaracini Owned by: somebody Priority: minor Milestone: 0.5.0 Component: guake Version: 1.0 Keywords: Cc: Description In Ubuntu 12.04, if you press "Alt + Tab" to move between applications and you select "S...
1.0
Guake disappears if you select "Show Desktop" - Guake disappears if you select "Show Desktop" http://guake.org/ticket/506 Reported by: dsaracini Owned by: somebody Priority: minor Milestone: 0.5.0 Component: guake Version: 1.0 Keywords: Cc: Description In Ubuntu 12.04, if you press "Alt + Tab...
defect
guake disappears if you select show desktop guake disappears if you select show desktop reported by dsaracini owned by somebody priority minor milestone component guake version keywords cc description in ubuntu if you press alt tab to move between applicatio...
1
7,257
2,610,360,597
IssuesEvent
2015-02-26 19:56:39
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Can't add wordpress.com blog
auto-migrated Priority-Medium Type-Defect
``` What's the problem? When adding my wordpress blog, and i click "authorize" at wordpress ( of course I am signed in to my blog), then scribefire says Well, this is embarrassing... ScribeFire couldn't get the information it needed about your blog. Helpfully, your blog returned this message: Bad login/pass combinat...
1.0
Can't add wordpress.com blog - ``` What's the problem? When adding my wordpress blog, and i click "authorize" at wordpress ( of course I am signed in to my blog), then scribefire says Well, this is embarrassing... ScribeFire couldn't get the information it needed about your blog. Helpfully, your blog returned this m...
defect
can t add wordpress com blog what s the problem when adding my wordpress blog and i click authorize at wordpress of course i am signed in to my blog then scribefire says well this is embarrassing scribefire couldn t get the information it needed about your blog helpfully your blog returned this m...
1
95,641
19,725,786,102
IssuesEvent
2022-01-13 19:49:06
chromeos/chromeos.dev
https://api.github.com/repos/chromeos/chromeos.dev
closed
Add missing attributes to code blocks
good first issue request: update experience: ux section: codebase
Codeblocks now don't automatically get their language but rather rely on Markdown rendering to add them. - [x] Add `{title="Sample JavaScript" .code-figure}` to all markdown code blocks (replacing title appropriately) - [x] Search for any manual code blocks (`pre[class="language-*"]`) and update them, too
1.0
Add missing attributes to code blocks - Codeblocks now don't automatically get their language but rather rely on Markdown rendering to add them. - [x] Add `{title="Sample JavaScript" .code-figure}` to all markdown code blocks (replacing title appropriately) - [x] Search for any manual code blocks (`pre[class="language...
non_defect
add missing attributes to code blocks codeblocks now don t automatically get their language but rather rely on markdown rendering to add them add title sample javascript code figure to all markdown code blocks replacing title appropriately search for any manual code blocks pre and update them ...
0
75,886
9,336,573,316
IssuesEvent
2019-03-28 21:38:17
tsmith512/routenotfound
https://api.github.com/repos/tsmith512/routenotfound
closed
Perf/Design: Do header images better
design/ux performance
The header image does wait until after ContentReady to load, but it loads a 1920px wide placeholder image for any device. Want to support a few different images in a smart way, and to offer multiple sizes.
1.0
Perf/Design: Do header images better - The header image does wait until after ContentReady to load, but it loads a 1920px wide placeholder image for any device. Want to support a few different images in a smart way, and to offer multiple sizes.
non_defect
perf design do header images better the header image does wait until after contentready to load but it loads a wide placeholder image for any device want to support a few different images in a smart way and to offer multiple sizes
0
393,633
11,622,554,069
IssuesEvent
2020-02-27 06:50:22
microsoft/pai
https://api.github.com/repos/microsoft/pai
closed
P0 - Job Name, UID and Description
high priority
**If RestServer uses Job UID instead of Job Name as Job Key to serve query:** **Pros:** 1. Job Name can be very long (store in annotation as Job Description) 2. History job (of the same name) can be in job list and job detail page: https://github.com/microsoft/pai/issues/3845 **Cons:** 1. RestServer may need to ...
1.0
P0 - Job Name, UID and Description - **If RestServer uses Job UID instead of Job Name as Job Key to serve query:** **Pros:** 1. Job Name can be very long (store in annotation as Job Description) 2. History job (of the same name) can be in job list and job detail page: https://github.com/microsoft/pai/issues/3845 ...
non_defect
job name uid and description if restserver uses job uid instead of job name as job key to serve query pros job name can be very long store in annotation as job description history job of the same name can be in job list and job detail page cons restserver may need to cache t...
0
78,758
15,057,450,248
IssuesEvent
2021-02-03 21:42:30
wxcapture/wxcapture
https://api.github.com/repos/wxcapture/wxcapture
closed
Combine passes to produce animation
Priority Low Server code / config Version 3 Website code / config enhancement
Next step from enhancement #8 Example of this in action: https://www.reddit.com/r/amateursatellites/comments/gm8f70/timelapse_from_all_the_noaa_images_i_received/?utm_source=share&utm_medium=web2x I have contacted the author and got the code for generating the animations.
2.0
Combine passes to produce animation - Next step from enhancement #8 Example of this in action: https://www.reddit.com/r/amateursatellites/comments/gm8f70/timelapse_from_all_the_noaa_images_i_received/?utm_source=share&utm_medium=web2x I have contacted the author and got the code for generating the animations.
non_defect
combine passes to produce animation next step from enhancement example of this in action i have contacted the author and got the code for generating the animations
0
72,453
24,123,741,942
IssuesEvent
2022-09-20 21:18:07
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
opened
Unable to enter text after making a breaking edit (Python)
defect triage
### Check for existing issues - [X] Completed ### Describe the bug While writing a class in python, I deleted some text (I think I removed the colon from the function, or the return value of the function) it seems as though pylance then was trying to check the file and then got upset with me. The result was I cou...
1.0
Unable to enter text after making a breaking edit (Python) - ### Check for existing issues - [X] Completed ### Describe the bug While writing a class in python, I deleted some text (I think I removed the colon from the function, or the return value of the function) it seems as though pylance then was trying to check...
defect
unable to enter text after making a breaking edit python check for existing issues completed describe the bug while writing a class in python i deleted some text i think i removed the colon from the function or the return value of the function it seems as though pylance then was trying to check t...
1
70,570
23,241,718,734
IssuesEvent
2022-08-03 16:08:28
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
Table: Value duplication on edit mode
defect
### Describe the bug When deleting a required field, change focus and field the required field back, value from another field is duplicated ### Environment http://primefaces.org/primeng/table/edit ### Reproducer _No response_ ### Angular version 14.0.0 ### PrimeNG version 14.0.0 ### Build / Runtime Angular C...
1.0
Table: Value duplication on edit mode - ### Describe the bug When deleting a required field, change focus and field the required field back, value from another field is duplicated ### Environment http://primefaces.org/primeng/table/edit ### Reproducer _No response_ ### Angular version 14.0.0 ### PrimeNG version...
defect
table value duplication on edit mode describe the bug when deleting a required field change focus and field the required field back value from another field is duplicated environment reproducer no response angular version primeng version build runtime angular cl...
1
71,887
23,841,223,408
IssuesEvent
2022-09-06 10:23:12
scoutplan/scoutplan
https://api.github.com/repos/scoutplan/scoutplan
closed
[Scoutplan Production/production] NoMethodError: undefined method `token' for nil:NilClass
cannot replicate defect
## Backtrace line 3 of [PROJECT_ROOT]/app/views/events/partials/index/_actions.slim: _app_views_events_partials_index__actions_slim__2986845153330872199_915720 line 7 of [PROJECT_ROOT]/app/views/events/_events_dropdown.slim: _app_views_events__events_dropdown_slim___2669670261114961644_915700 line 16 of [P...
1.0
[Scoutplan Production/production] NoMethodError: undefined method `token' for nil:NilClass - ## Backtrace line 3 of [PROJECT_ROOT]/app/views/events/partials/index/_actions.slim: _app_views_events_partials_index__actions_slim__2986845153330872199_915720 line 7 of [PROJECT_ROOT]/app/views/events/_events_dropdown...
defect
nomethoderror undefined method token for nil nilclass backtrace line of app views events partials index actions slim app views events partials index actions slim line of app views events events dropdown slim app views events events dropdown slim line of app views ev...
1
16,765
21,939,941,546
IssuesEvent
2022-05-23 17:00:11
MicrosoftDocs/azure-devops-docs
https://api.github.com/repos/MicrosoftDocs/azure-devops-docs
reopened
Ability to select package resource from Azure Artifact
doc-enhancement devops/prod Pri1 devops-cicd-process/tech
We are working on some complex deployment pipelines where artifacts are generated by different ci pipelines. We wanted to have ability to select **Package** resource from the azure artifact (nuget packages) however it only supports github packages. is there any way to use azure artifact? --- #### Document De...
1.0
Ability to select package resource from Azure Artifact - We are working on some complex deployment pipelines where artifacts are generated by different ci pipelines. We wanted to have ability to select **Package** resource from the azure artifact (nuget packages) however it only supports github packages. is there ...
non_defect
ability to select package resource from azure artifact we are working on some complex deployment pipelines where artifacts are generated by different ci pipelines we wanted to have ability to select package resource from the azure artifact nuget packages however it only supports github packages is there ...
0
24,845
24,373,893,874
IssuesEvent
2022-10-03 22:04:44
bevyengine/bevy
https://api.github.com/repos/bevyengine/bevy
closed
Add `Timer::remaining` and `remaining_secs`
D-Good-First-Issue C-Usability A-Time
## What problem does this solve or what need does it fill? I would like to check how much time is left on the timer, to use it for things like cooldowns. ## What solution would you like? Add methods that parallel https://docs.rs/bevy/latest/bevy/time/struct.Timer.html#method.elapsed ## What alternative(s) h...
True
Add `Timer::remaining` and `remaining_secs` - ## What problem does this solve or what need does it fill? I would like to check how much time is left on the timer, to use it for things like cooldowns. ## What solution would you like? Add methods that parallel https://docs.rs/bevy/latest/bevy/time/struct.Timer.h...
non_defect
add timer remaining and remaining secs what problem does this solve or what need does it fill i would like to check how much time is left on the timer to use it for things like cooldowns what solution would you like add methods that parallel what alternative s have you considered ...
0
471,089
13,560,219,660
IssuesEvent
2020-09-18 01:09:35
exoticDFT/stanford-carla-toolbox
https://api.github.com/repos/exoticDFT/stanford-carla-toolbox
opened
Add functionality to attach spector to an actor
Comp: Python Priority: 3 - Normal Type: Enhancement Type: Proposal
It would be nice to have a utility to attach the spectator (server camera) to an actor.
1.0
Add functionality to attach spector to an actor - It would be nice to have a utility to attach the spectator (server camera) to an actor.
non_defect
add functionality to attach spector to an actor it would be nice to have a utility to attach the spectator server camera to an actor
0
77,871
27,205,968,724
IssuesEvent
2023-02-20 13:06:47
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Relationship fields couldn't update with workflow apis
Type : Defect Triage
### Problem Statement When workflow action apis use to update/add relationship fields for a contentlet then there are two behaviors occur. 1. It returns a message with Exception If space uses between queries. Example: ``` "contentlet": { "regions":"(+contentType:Region) +identifier:994d34aaf93f98c90a666d6...
1.0
Relationship fields couldn't update with workflow apis - ### Problem Statement When workflow action apis use to update/add relationship fields for a contentlet then there are two behaviors occur. 1. It returns a message with Exception If space uses between queries. Example: ``` "contentlet": { "regions":"...
defect
relationship fields couldn t update with workflow apis problem statement when workflow action apis use to update add relationship fields for a contentlet then there are two behaviors occur it returns a message with exception if space uses between queries example contentlet regions ...
1
29,803
5,896,828,256
IssuesEvent
2017-05-18 10:46:00
line/armeria
https://api.github.com/repos/line/armeria
closed
Appveyor build flaky
defect
I often notice Appveyor build takes forever, and has random failures due to timeouts (e.g., ClosedSessionException). I guess the containers aren't very powerful. If I remember correctly, we requested strong machines from Travis, maybe that'd be a possibility here. Otherwise, how about removing shaded tests from the win...
1.0
Appveyor build flaky - I often notice Appveyor build takes forever, and has random failures due to timeouts (e.g., ClosedSessionException). I guess the containers aren't very powerful. If I remember correctly, we requested strong machines from Travis, maybe that'd be a possibility here. Otherwise, how about removing sh...
defect
appveyor build flaky i often notice appveyor build takes forever and has random failures due to timeouts e g closedsessionexception i guess the containers aren t very powerful if i remember correctly we requested strong machines from travis maybe that d be a possibility here otherwise how about removing sh...
1
195,889
14,787,286,849
IssuesEvent
2021-01-12 07:20:24
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: schemachange/mixed-versions failed
C-test-failure O-roachtest O-robot branch-release-20.1 release-blocker
[(roachtest).schemachange/mixed-versions failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574842&tab=buildLog) on [release-20.1@e395c0c7c48a279334f0e94dfb7030a3eafa093f](https://github.com/cockroachdb/cockroach/commits/e395c0c7c48a279334f0e94dfb7030a3eafa093f): ``` The test failed on branch=release-20.1,...
2.0
roachtest: schemachange/mixed-versions failed - [(roachtest).schemachange/mixed-versions failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574842&tab=buildLog) on [release-20.1@e395c0c7c48a279334f0e94dfb7030a3eafa093f](https://github.com/cockroachdb/cockroach/commits/e395c0c7c48a279334f0e94dfb7030a3eafa093...
non_defect
roachtest schemachange mixed versions failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts schemachange mixed versions run cluster go mixed version schemachange go versionupgrade go mixed vers...
0
31,443
6,525,000,544
IssuesEvent
2017-08-29 14:32:49
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Cell edit selectonemenu: unable to save
6.0.23 6.1.5 defect
Reported By PRO User; > We are adding selectonemenu dynamically to celleditor on celleditInit event. With the below configuration in datatable: <p:datatable editable="true" cellEditMode="lazy" editMode="cell" saveOnCellBlur="false" ../> The solution selectOneMenu.setAppendTo("@(body)"); works but changed value is n...
1.0
Cell edit selectonemenu: unable to save - Reported By PRO User; > We are adding selectonemenu dynamically to celleditor on celleditInit event. With the below configuration in datatable: <p:datatable editable="true" cellEditMode="lazy" editMode="cell" saveOnCellBlur="false" ../> The solution selectOneMenu.setAppendT...
defect
cell edit selectonemenu unable to save reported by pro user we are adding selectonemenu dynamically to celleditor on celleditinit event with the below configuration in datatable the solution selectonemenu setappendto body works but changed value is not getting saved after selecting the drop down va...
1
32,268
8,823,437,177
IssuesEvent
2019-01-02 13:39:07
bitshares/bitshares-core
https://api.github.com/repos/bitshares/bitshares-core
closed
Compilation warning in db/undo_database.hpp:69:22: throw will always call terminate()
1b User Story 2a Discussion Needed 3c Enhancement 4a Low 6 Build code cleanup
**Build Error Description** ``` [ 96%] Building CXX object tests/CMakeFiles/cli_test.dir/cli/main.cpp.o In file included from /home/valera/Projects/Blockchain/Graphene/BitShares/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0, from /home/valera/Projects/Blockchain/Graphene/...
1.0
Compilation warning in db/undo_database.hpp:69:22: throw will always call terminate() - **Build Error Description** ``` [ 96%] Building CXX object tests/CMakeFiles/cli_test.dir/cli/main.cpp.o In file included from /home/valera/Projects/Blockchain/Graphene/BitShares/bitshares-core/libraries/db/include/graphene/db/obj...
non_defect
compilation warning in db undo database hpp throw will always call terminate build error description building cxx object tests cmakefiles cli test dir cli main cpp o in file included from home valera projects blockchain graphene bitshares bitshares core libraries db include graphene db object dat...
0
29,392
5,672,166,939
IssuesEvent
2017-04-12 00:13:23
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
opened
Segfault on "adjust life total"
App - Cockatrice Defect - Crash Defect - Regression
<b>OS:</b> osx 10.11 <b>Cockatrice version:</b> Version a8a4557 (2017-03-16 __________ Repro: - Be in a game - Mid click life total - Selected "-9" from the menu <details><summary>Stack trace</summary> ``` Process: cockatrice [27109] Path: /Applications/cockatrice.ap...
2.0
Segfault on "adjust life total" - <b>OS:</b> osx 10.11 <b>Cockatrice version:</b> Version a8a4557 (2017-03-16 __________ Repro: - Be in a game - Mid click life total - Selected "-9" from the menu <details><summary>Stack trace</summary> ``` Process: cockatrice [27109] Path: ...
defect
segfault on adjust life total os osx cockatrice version version repro be in a game mid click life total selected from the menu stack trace process cockatrice path applications cockatrice app contents macos coc...
1
48,248
13,067,566,959
IssuesEvent
2020-07-31 00:52:30
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[icerec] Incremental Release V05-01-07 (Trac #2055)
Migrated from Trac combo reconstruction defect
Bugfix for L2 offline processing: r157285 Migrated from https://code.icecube.wisc.edu/ticket/2055 ```json { "status": "closed", "changetime": "2019-02-13T14:14:44", "description": "Bugfix for L2 offline processing: r157285", "reporter": "joertlin", "cc": "kjmeagher", "resolution": "fixed",...
1.0
[icerec] Incremental Release V05-01-07 (Trac #2055) - Bugfix for L2 offline processing: r157285 Migrated from https://code.icecube.wisc.edu/ticket/2055 ```json { "status": "closed", "changetime": "2019-02-13T14:14:44", "description": "Bugfix for L2 offline processing: r157285", "reporter": "joertlin...
defect
incremental release trac bugfix for offline processing migrated from json status closed changetime description bugfix for offline processing reporter joertlin cc kjmeagher resolution fixed ts ...
1
66,992
20,797,013,053
IssuesEvent
2022-03-17 10:16:35
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Thread summary says only Encrypted Message
T-Defect S-Major O-Occasional A-Threads Z-ThreadsInternalTesting Z-Labs
### Steps to reproduce 1. View the thread list, possibly after logging in fresh. 2. Enter some threads to verify the client can actually decrypt the messages within it. 4. Go back out to threads list, see it says "Encrypted Message" only for the thread summary even though the client has loaded each thread's conte...
1.0
Thread summary says only Encrypted Message - ### Steps to reproduce 1. View the thread list, possibly after logging in fresh. 2. Enter some threads to verify the client can actually decrypt the messages within it. 4. Go back out to threads list, see it says "Encrypted Message" only for the thread summary even tho...
defect
thread summary says only encrypted message steps to reproduce view the thread list possibly after logging in fresh enter some threads to verify the client can actually decrypt the messages within it go back out to threads list see it says encrypted message only for the thread summary even tho...
1
77,062
26,748,353,919
IssuesEvent
2023-01-30 17:32:55
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Security issue
Type : Defect Triage
### Problem Statement See document: https://drive.google.com/file/d/1MTTEMZj3822BYPZN4TkRLY0UPAW8vd5N/view?usp=share_link ### Steps to Reproduce Steps are in the document shared above. ### Acceptance Criteria Demonstrate that the issue fixed by posting results to the GH issue ticket. ### dotCMS Version LTS: 23.0...
1.0
Security issue - ### Problem Statement See document: https://drive.google.com/file/d/1MTTEMZj3822BYPZN4TkRLY0UPAW8vd5N/view?usp=share_link ### Steps to Reproduce Steps are in the document shared above. ### Acceptance Criteria Demonstrate that the issue fixed by posting results to the GH issue ticket. ### dotCMS V...
defect
security issue problem statement see document steps to reproduce steps are in the document shared above acceptance criteria demonstrate that the issue fixed by posting results to the gh issue ticket dotcms version lts latest release versions proposed objective security ...
1
27,592
6,887,568,025
IssuesEvent
2017-11-22 00:10:41
thedrummeraki/tanoshimu
https://api.github.com/repos/thedrummeraki/tanoshimu
opened
Remove hard coded hosts
code improvement critical
We **must** get all hosts from the `Config` class. When the host IP unexpectedly changes, the IP will change in one place (the environment variables) and the change **must** be reflected accross the whole application **without** changing any (hard-coded) IP addresses.
1.0
Remove hard coded hosts - We **must** get all hosts from the `Config` class. When the host IP unexpectedly changes, the IP will change in one place (the environment variables) and the change **must** be reflected accross the whole application **without** changing any (hard-coded) IP addresses.
non_defect
remove hard coded hosts we must get all hosts from the config class when the host ip unexpectedly changes the ip will change in one place the environment variables and the change must be reflected accross the whole application without changing any hard coded ip addresses
0
19,368
3,195,251,989
IssuesEvent
2015-09-30 15:47:44
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
indexeddb_1_test timing out in Dartium
Area-Dartium Priority-Unassigned Triaged Type-Defect
**If you know the Area-\* label, please set it \_and_ change status to Triaged.** If you are reporting a problem in the Dart Editor, please open the Help -&gt; **About Dart Editor dialog and add the Dart SDK version number to this** **report. If you prefer, you can use the 'Send Feedback' button in the Dart** **Edito...
1.0
indexeddb_1_test timing out in Dartium - **If you know the Area-\* label, please set it \_and_ change status to Triaged.** If you are reporting a problem in the Dart Editor, please open the Help -&gt; **About Dart Editor dialog and add the Dart SDK version number to this** **report. If you prefer, you can use the 'Se...
defect
indexeddb test timing out in dartium if you know the area label please set it and change status to triaged if you are reporting a problem in the dart editor please open the help gt about dart editor dialog and add the dart sdk version number to this report if you prefer you can use the se...
1
62,599
17,087,764,589
IssuesEvent
2021-07-08 13:53:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Opening the Spaces Feedback modal will close any modals that are currently open
A-Spaces P2 S-Minor T-Defect
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the neces...
1.0
Opening the Spaces Feedback modal will close any modals that are currently open - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling ...
defect
opening the spaces feedback modal will close any modals that are currently open this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your rep...
1
706,935
24,288,839,249
IssuesEvent
2022-09-29 02:41:36
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Filter out Yahoo Referrer params tags
priority/P3 OS/Android OS/Desktop privacy/query-filter
We should filter out guccounter,guce_referrer, & guce_referrer_sig Already blocked by default in Adguard remove params; https://github.com/AdguardTeam/AdguardFilters/blob/master/TrackParamFilter/sections/general_url.txt#L188 ``` $removeparam=guccounter $removeparam=guce_referrer $removeparam=guce_referrer_sig...
1.0
Filter out Yahoo Referrer params tags - We should filter out guccounter,guce_referrer, & guce_referrer_sig Already blocked by default in Adguard remove params; https://github.com/AdguardTeam/AdguardFilters/blob/master/TrackParamFilter/sections/general_url.txt#L188 ``` $removeparam=guccounter $removeparam=guce_...
non_defect
filter out yahoo referrer params tags we should filter out guccounter guce referrer guce referrer sig already blocked by default in adguard remove params removeparam guccounter removeparam guce referrer removeparam guce referrer sig clean url example urls
0
222,194
7,430,515,140
IssuesEvent
2018-03-25 02:49:36
jnick1/MyCollege
https://api.github.com/repos/jnick1/MyCollege
opened
As a student, I SHOULD be able to view scholarship opportunities that are accepted by all colleges/universities.
Affects-Database Affects-UI MoSCoW-Should Have Priority-Medium Story
## Design Specification [UC30](https://github.com/jnick1/MyCollege/wiki/UC30) ## Work Estimates Metric|Value --|-- Technical Complexity|15 Business Value|7 Estimated work|12h
1.0
As a student, I SHOULD be able to view scholarship opportunities that are accepted by all colleges/universities. - ## Design Specification [UC30](https://github.com/jnick1/MyCollege/wiki/UC30) ## Work Estimates Metric|Value --|-- Technical Complexity|15 Business Value|7 Estimated work|12h
non_defect
as a student i should be able to view scholarship opportunities that are accepted by all colleges universities design specification work estimates metric value technical complexity business value estimated work
0
14,439
2,610,387,019
IssuesEvent
2015-02-26 20:05:14
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Name of room owner in room chat
auto-migrated Priority-Low Type-Enhancement
``` What steps will reproduce the problem? 1. Join the room. 2. In chat appears "%MyName has joined the room". and "%OwnerName has joined the room". What is the expected output? What do you see instead? It chat should be written owner name like: "%OwnerName is owner." or something similar. What version of the produc...
1.0
Name of room owner in room chat - ``` What steps will reproduce the problem? 1. Join the room. 2. In chat appears "%MyName has joined the room". and "%OwnerName has joined the room". What is the expected output? What do you see instead? It chat should be written owner name like: "%OwnerName is owner." or something si...
non_defect
name of room owner in room chat what steps will reproduce the problem join the room in chat appears myname has joined the room and ownername has joined the room what is the expected output what do you see instead it chat should be written owner name like ownername is owner or something si...
0
44,623
12,298,253,723
IssuesEvent
2020-05-11 10:11:49
line/armeria
https://api.github.com/repos/line/armeria
opened
Do not attempt to upgrade to HTTP/2 before sending a `CONNECT` request to an HTTP proxy server
defect
Reported by @imasahiro When a user attempts to connect to an endpoint via an HTTP proxy server, Armeria currently tries to upgrade to HTTP/2 before sending a `CONNECT` request. After realizing that the upgrade attempt failed, it forgets to send a `CONNECT` request again. We do not really need to attempt to upgrad...
1.0
Do not attempt to upgrade to HTTP/2 before sending a `CONNECT` request to an HTTP proxy server - Reported by @imasahiro When a user attempts to connect to an endpoint via an HTTP proxy server, Armeria currently tries to upgrade to HTTP/2 before sending a `CONNECT` request. After realizing that the upgrade attempt fa...
defect
do not attempt to upgrade to http before sending a connect request to an http proxy server reported by imasahiro when a user attempts to connect to an endpoint via an http proxy server armeria currently tries to upgrade to http before sending a connect request after realizing that the upgrade attempt fa...
1
86,760
24,943,183,628
IssuesEvent
2022-10-31 20:50:11
jreleaser/jreleaser
https://api.github.com/repos/jreleaser/jreleaser
closed
[maven] jreleaser-maven-plugin-1.3.0 fails execution
bug maven build
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [ ] Example that reproduces the problem (link to git repository is ideal) - [x] Full description of the issue provided (see below) ### Steps to Reproduce 1. Configure `jreleaser-maven-plugin:1.3.0` in a Maven build. 2....
1.0
[maven] jreleaser-maven-plugin-1.3.0 fails execution - ### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [ ] Example that reproduces the problem (link to git repository is ideal) - [x] Full description of the issue provided (see below) ### Steps to Reproduce 1. Configu...
non_defect
jreleaser maven plugin fails execution task list steps to reproduce provided stacktrace if present provided example that reproduces the problem link to git repository is ideal full description of the issue provided see below steps to reproduce configure jreleaser ...
0
21,954
6,227,604,799
IssuesEvent
2017-07-10 21:08:07
XceedBoucherS/TestImport5
https://api.github.com/repos/XceedBoucherS/TestImport5
closed
MaskedTextBox - FormatException with numeric mask and spaces between values
CodePlex
<b>del[CodePlex]</b> <br />Hi, nbsp sorry to disturb you again. Found another issue with the MaskedTextBox and following setting: ltControls:MaskedTextBox Mask=quot000000quot ValueType=quot{x:Type System:Int64}quot HorizontalAlignment=quotLeftquot Margin=quot85,8,0,0quot Name=quot_tbMemberNrquot Width=quot87quot Tab...
1.0
MaskedTextBox - FormatException with numeric mask and spaces between values - <b>del[CodePlex]</b> <br />Hi, nbsp sorry to disturb you again. Found another issue with the MaskedTextBox and following setting: ltControls:MaskedTextBox Mask=quot000000quot ValueType=quot{x:Type System:Int64}quot HorizontalAlignment=quot...
non_defect
maskedtextbox formatexception with numeric mask and spaces between values del hi nbsp sorry to disturb you again found another issue with the maskedtextbox and following setting ltcontrols maskedtextbox mask valuetype quot x type system quot horizontalalignment quotleftquot margin name quot tb...
0
81,548
30,961,156,261
IssuesEvent
2023-08-08 04:11:27
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: msedge webdriver launches chrome on Ubuntu linux when specify the webdriver path
I-defect needs-triaging
### What happened? I have installed both Google Chrome and Microsoft Edge on Ubuntu. Default setting(i.e. `webdriver.Edge()` without params) works correctly. But when I use a specific webdriver path, Chrome is launched unexpectedly. So I have to specify the msedge binary location too, as a workaround: ```pytho...
1.0
[🐛 Bug]: msedge webdriver launches chrome on Ubuntu linux when specify the webdriver path - ### What happened? I have installed both Google Chrome and Microsoft Edge on Ubuntu. Default setting(i.e. `webdriver.Edge()` without params) works correctly. But when I use a specific webdriver path, Chrome is launched une...
defect
msedge webdriver launches chrome on ubuntu linux when specify the webdriver path what happened i have installed both google chrome and microsoft edge on ubuntu default setting i e webdriver edge without params works correctly but when i use a specific webdriver path chrome is launched unexpected...
1
8,887
3,801,248,609
IssuesEvent
2016-03-23 22:05:16
numbbo/coco
https://api.github.com/repos/numbbo/coco
closed
There is no boundary handling procedure for the f_linear_slope.
bug Code-Experiments help wanted Priority-Critical
I and Wassim try but don't find boundary handling for f_linear_slope. Could you check it?
1.0
There is no boundary handling procedure for the f_linear_slope. - I and Wassim try but don't find boundary handling for f_linear_slope. Could you check it?
non_defect
there is no boundary handling procedure for the f linear slope i and wassim try but don t find boundary handling for f linear slope could you check it
0
65,457
19,527,435,895
IssuesEvent
2021-12-30 10:31:07
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
In a 1:1 desktop voice or video call, muting the audio triggers an Android notification.
T-Defect A-Notifications A-VoIP S-Tolerable O-Frequent
### Steps to reproduce 1. Have both the desktop and Android Element clients signed in to the same account. 2. Start a 1:1 (voice or video) call on the desktop client. 3. Mute the audio in the desktop client. 4. Check the Android phone for notifications. When I asked the #element-android:matrix.org community ab...
1.0
In a 1:1 desktop voice or video call, muting the audio triggers an Android notification. - ### Steps to reproduce 1. Have both the desktop and Android Element clients signed in to the same account. 2. Start a 1:1 (voice or video) call on the desktop client. 3. Mute the audio in the desktop client. 4. Check the An...
defect
in a desktop voice or video call muting the audio triggers an android notification steps to reproduce have both the desktop and android element clients signed in to the same account start a voice or video call on the desktop client mute the audio in the desktop client check the an...
1
18,357
3,051,054,550
IssuesEvent
2015-08-12 05:04:32
canadainc/salat10
https://api.github.com/repos/canadainc/salat10
opened
The hijri dates seem to all be the same
Component-Logic Priority-Critical Type-Defect
For all the headers it seems to be today's hijri date.
1.0
The hijri dates seem to all be the same - For all the headers it seems to be today's hijri date.
defect
the hijri dates seem to all be the same for all the headers it seems to be today s hijri date
1
70,397
23,152,189,726
IssuesEvent
2022-07-29 09:24:11
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
zpool add allows mismatching redundancy after vdev removal
Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list arch...
1.0
zpool add allows mismatching redundancy after vdev removal - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can...
defect
zpool add allows mismatching redundancy after vdev removal thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the te...
1
1,356
2,603,840,489
IssuesEvent
2015-02-24 18:14:29
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
3,120
2,537,112,633
IssuesEvent
2015-01-26 18:23:17
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
closed
Add RFC952 validation to Annotations
api/cluster area/usability priority/P2
Similar to #1297, validate Annotations with the same modified RFC952 standard that is used for labels. Include tests containing valid and invalid annotations to show their usage and update the documentation accordingly.
1.0
Add RFC952 validation to Annotations - Similar to #1297, validate Annotations with the same modified RFC952 standard that is used for labels. Include tests containing valid and invalid annotations to show their usage and update the documentation accordingly.
non_defect
add validation to annotations similar to validate annotations with the same modified standard that is used for labels include tests containing valid and invalid annotations to show their usage and update the documentation accordingly
0
34,292
7,435,710,142
IssuesEvent
2018-03-26 14:53:31
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
fullTemplateTypeCheck option incompatibility
defect
### There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR befo...
1.0
fullTemplateTypeCheck option incompatibility - ### There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [x] bug report ...
defect
fulltemplatetypecheck option incompatibility there is no guarantee in receiving a response in github issue tracker if you d like to secure our response you may consider primeng pro support where support is provided within business hours i m submitting a check one with x bug report ...
1
67,325
20,961,604,734
IssuesEvent
2022-03-27 21:48:00
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
Unable to answer or reject call
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Enable pattern lock screen 2. Wait for device to sleep 3. Call phone What is the expected output? What do you see instead? The phone rings, but instead of being able to answer the call, I must first unlock the screen. Often I can't even complete my unlock pattern and I ...
1.0
Unable to answer or reject call - ``` What steps will reproduce the problem? 1. Enable pattern lock screen 2. Wait for device to sleep 3. Call phone What is the expected output? What do you see instead? The phone rings, but instead of being able to answer the call, I must first unlock the screen. Often I can't even...
defect
unable to answer or reject call what steps will reproduce the problem enable pattern lock screen wait for device to sleep call phone what is the expected output what do you see instead the phone rings but instead of being able to answer the call i must first unlock the screen often i can t even...
1
25,949
4,537,377,835
IssuesEvent
2016-09-09 00:01:09
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Activator - Non generic create instance with one argument with array
defect portarelle
### Steps To Reproduce ```csharp public class App { public static void Main() { var arr = new object[] { 3 }; var c = (C2)Activator.CreateInstance(typeof(C2), arr); Assert.AreNotEqual(c, null); Assert.AreEqual(c.i, 3); } private class C2 ...
1.0
Activator - Non generic create instance with one argument with array - ### Steps To Reproduce ```csharp public class App { public static void Main() { var arr = new object[] { 3 }; var c = (C2)Activator.CreateInstance(typeof(C2), arr); Assert.AreNotEqual(c, null); ...
defect
activator non generic create instance with one argument with array steps to reproduce csharp public class app public static void main var arr new object var c activator createinstance typeof arr assert arenotequal c null ...
1
495,626
14,285,374,629
IssuesEvent
2020-11-23 13:50:18
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - see bug description
browser-firefox engine-gecko ml-needsdiagnosis-false priority-critical
<!-- @browser: Firefox 83.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/62310 --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 83.0 **Operatin...
1.0
www.youtube.com - see bug description - <!-- @browser: Firefox 83.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/62310 --> **URL**: https://www.youtube.com/ **Brow...
non_defect
see bug description url browser version firefox operating system windows tested another browser yes edge problem type something else description when playing a video that does not fit the entire space given and scrolling down in fullscreen the video footage stay...
0
12,024
2,676,413,734
IssuesEvent
2015-03-25 17:34:16
sbt/sbt-zero-seven
https://api.github.com/repos/sbt/sbt-zero-seven
closed
Link to new sbt repo is broken
auto-migrated Priority-Medium Type-Defect
``` The link on this page: http://code.google.com/p/simple-build-tool/wiki/Setup needs to be fixed. ``` Original issue reported on code.google.com by `mslinn` on 27 Dec 2011 at 3:17
1.0
Link to new sbt repo is broken - ``` The link on this page: http://code.google.com/p/simple-build-tool/wiki/Setup needs to be fixed. ``` Original issue reported on code.google.com by `mslinn` on 27 Dec 2011 at 3:17
defect
link to new sbt repo is broken the link on this page needs to be fixed original issue reported on code google com by mslinn on dec at
1
63,941
18,063,838,507
IssuesEvent
2021-09-20 16:41:39
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
fast_gnp_random_graph doesn't sample directed edges uniformly, wrong way of avoiding loop edges
Defect
I've noticed the following small mistake in the generation of the Erdős-Rényi graph. The current way to avoid loop edges is to just take the next node if a loop edge would be generated: https://github.com/networkx/networkx/blob/master/networkx/generators/random_graphs.py#L101 However, this way the edge `(v, v+1)...
1.0
fast_gnp_random_graph doesn't sample directed edges uniformly, wrong way of avoiding loop edges - I've noticed the following small mistake in the generation of the Erdős-Rényi graph. The current way to avoid loop edges is to just take the next node if a loop edge would be generated: https://github.com/networkx/netw...
defect
fast gnp random graph doesn t sample directed edges uniformly wrong way of avoiding loop edges i ve noticed the following small mistake in the generation of the erdős rényi graph the current way to avoid loop edges is to just take the next node if a loop edge would be generated however this way the edge ...
1
186,864
14,426,868,086
IssuesEvent
2020-12-06 00:28:33
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
negli0/ebuf: ebuf_test.go; 31 LoC
fresh small test
Found a possible issue in [negli0/ebuf](https://www.github.com/negli0/ebuf) at [ebuf_test.go](https://github.com/negli0/ebuf/blob/9a1a8f2c9a2c3c90c8c8e20f3fc52af1b7f66428/ebuf_test.go#L125-L155) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first iss...
1.0
negli0/ebuf: ebuf_test.go; 31 LoC - Found a possible issue in [negli0/ebuf](https://www.github.com/negli0/ebuf) at [ebuf_test.go](https://github.com/negli0/ebuf/blob/9a1a8f2c9a2c3c90c8c8e20f3fc52af1b7f66428/ebuf_test.go#L125-L155) Below is the message reported by the analyzer for this snippet of code. Beware that the...
non_defect
ebuf ebuf test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable test used in...
0
13,770
2,782,958,003
IssuesEvent
2015-05-06 20:45:40
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
The Cakephp 3 Translate Behavior does not save value '0' into i18N table.
behaviors Defect i18n
I have couple of fields that needs to be translated. When content of translated field is set to 0 translate behavior does not save 0 value into i18n table. When I am changing content of translated field to 1 or any other sign everything is ok. It seems that the Translate behavior treats 0 like empty value.
1.0
The Cakephp 3 Translate Behavior does not save value '0' into i18N table. - I have couple of fields that needs to be translated. When content of translated field is set to 0 translate behavior does not save 0 value into i18n table. When I am changing content of translated field to 1 or any other sign everything is ok. ...
defect
the cakephp translate behavior does not save value into table i have couple of fields that needs to be translated when content of translated field is set to translate behavior does not save value into table when i am changing content of translated field to or any other sign everything is ok it see...
1
72,969
31,810,913,660
IssuesEvent
2023-09-13 16:45:55
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
Evaluate Apache Airflow Operator
*team/ DXC* *team/ ops and shared services*
**Describe the issue** - The purpose of this issue is to evaluate the Value/Effort of installing the Apache Airflow Operator **Additional Context** - https://airflow.apache.org/ - Email request from AG: The Attorney general has been looking into an ETL and workflow management engine to enable us to address some of our...
1.0
Evaluate Apache Airflow Operator - **Describe the issue** - The purpose of this issue is to evaluate the Value/Effort of installing the Apache Airflow Operator **Additional Context** - https://airflow.apache.org/ - Email request from AG: The Attorney general has been looking into an ETL and workflow management engine ...
non_defect
evaluate apache airflow operator describe the issue the purpose of this issue is to evaluate the value effort of installing the apache airflow operator additional context email request from ag the attorney general has been looking into an etl and workflow management engine to enable us to address so...
0
43,917
11,881,108,260
IssuesEvent
2020-03-27 12:01:05
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Javadoc: internal packages not excluded in the 'release' Maven profile
Priority: Medium Source: Internal Team: Core Type: Defect good first issue
A number of packages (`*.impl`, `*.internal`, etc.) are excluded from Javadoc generation in the Maven `release-snapshot` profile. However, no packages at all are excluded in the `release` profile. As a result, the released Javadocs contain classes from all packages. I think the `release` profile should exclude the ...
1.0
Javadoc: internal packages not excluded in the 'release' Maven profile - A number of packages (`*.impl`, `*.internal`, etc.) are excluded from Javadoc generation in the Maven `release-snapshot` profile. However, no packages at all are excluded in the `release` profile. As a result, the released Javadocs contain classes...
defect
javadoc internal packages not excluded in the release maven profile a number of packages impl internal etc are excluded from javadoc generation in the maven release snapshot profile however no packages at all are excluded in the release profile as a result the released javadocs contain classes...
1
541
2,564,148,082
IssuesEvent
2015-02-06 17:49:54
scientia-est-potentia/tickachu
https://api.github.com/repos/scientia-est-potentia/tickachu
closed
queries bij /tickets negere status van de ticket in event_tickets
!should do .Defect @backend @event
Ik hoop dat jan hiermee weet wat er wordt bedoeld :p
1.0
queries bij /tickets negere status van de ticket in event_tickets - Ik hoop dat jan hiermee weet wat er wordt bedoeld :p
defect
queries bij tickets negere status van de ticket in event tickets ik hoop dat jan hiermee weet wat er wordt bedoeld p
1
118,467
15,301,490,113
IssuesEvent
2021-02-24 13:41:03
emory-libraries/blacklight-catalog
https://api.github.com/repos/emory-libraries/blacklight-catalog
opened
Refine the single item view wireframe based on metadata requirements
UI Design
As the product owner, I would like the wireframe for the single item view (Item/Show/B/Details) Figma design to be updated with the fields defined in the [View Item Detail Template Metadata Only](url) document and with the acceptance criteria identified below. Acceptance Criteria: - [ ] The Item Overview and Item Det...
1.0
Refine the single item view wireframe based on metadata requirements - As the product owner, I would like the wireframe for the single item view (Item/Show/B/Details) Figma design to be updated with the fields defined in the [View Item Detail Template Metadata Only](url) document and with the acceptance criteria identi...
non_defect
refine the single item view wireframe based on metadata requirements as the product owner i would like the wireframe for the single item view item show b details figma design to be updated with the fields defined in the url document and with the acceptance criteria identified below acceptance criteria t...
0
15,610
19,749,433,830
IssuesEvent
2022-01-15 00:08:31
prisma/prisma
https://api.github.com/repos/prisma/prisma
closed
MDBGA: Prevent users from trying to use referential actions on inline m-n's
process/candidate topic: schema validation team/migrations topic: mongodb topic: referential actions kind/subtask
_(This issue is a follow-up to: https://github.com/prisma/prisma/issues/10498)_ Currently, the Prisma Schema allows: ```prisma model A { id String @id @default(dbgenerated()) @map("_id") @db.ObjectId gql String? b_ids String[] @db.Array(ObjectId) bs B[] @relation(fields: [b_ids], onDelete...
1.0
MDBGA: Prevent users from trying to use referential actions on inline m-n's - _(This issue is a follow-up to: https://github.com/prisma/prisma/issues/10498)_ Currently, the Prisma Schema allows: ```prisma model A { id String @id @default(dbgenerated()) @map("_id") @db.ObjectId gql String? b_ids Stri...
non_defect
mdbga prevent users from trying to use referential actions on inline m n s this issue is a follow up to currently the prisma schema allows prisma model a id string id default dbgenerated map id db objectid gql string b ids string db array objectid bs b rela...
0
16,673
2,928,422,949
IssuesEvent
2015-06-27 05:33:12
junichi11/cakephp3-netbeans
https://api.github.com/repos/junichi11/cakephp3-netbeans
closed
Smart Go To feature is slow
defect
It seems that it is slow when a parser is parsing something in the background. As a workaround at the moment, move the caret position to other than a method or field or variable.
1.0
Smart Go To feature is slow - It seems that it is slow when a parser is parsing something in the background. As a workaround at the moment, move the caret position to other than a method or field or variable.
defect
smart go to feature is slow it seems that it is slow when a parser is parsing something in the background as a workaround at the moment move the caret position to other than a method or field or variable
1
256,845
27,561,730,371
IssuesEvent
2023-03-07 22:42:44
samqws-marketing/coursera_naptime
https://api.github.com/repos/samqws-marketing/coursera_naptime
closed
WS-2020-0342 (High) detected in npm-2.11.2.jar - autoclosed
Mend: dependency security vulnerability
## WS-2020-0342 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary> <p>WebJar for npm</p> <p>Library home page: <a href="http://webjars.org">http://webjars...
True
WS-2020-0342 (High) detected in npm-2.11.2.jar - autoclosed - ## WS-2020-0342 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary> <p>WebJar for npm</p> <p>...
non_defect
ws high detected in npm jar autoclosed ws high severity vulnerability vulnerable library npm jar webjar for npm library home page a href path to vulnerable library home wss scanner cache org webjars npm jars npm jar dependency hierarchy sbt plugin ...
0
69,540
22,466,373,616
IssuesEvent
2022-06-22 02:24:01
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Apply common style to integration manager field on settings tab
T-Defect
### Steps to reproduce 1. Open `Settings` 2. Check the integration manager field ### Outcome #### What did you expect? The component should have the common style for the header, the text, etc. Also the toggle switch should not be wrapped. > ![after1](https://user-images.githubusercontent.com/3362943/1749267...
1.0
Apply common style to integration manager field on settings tab - ### Steps to reproduce 1. Open `Settings` 2. Check the integration manager field ### Outcome #### What did you expect? The component should have the common style for the header, the text, etc. Also the toggle switch should not be wrapped. > !...
defect
apply common style to integration manager field on settings tab steps to reproduce open settings check the integration manager field outcome what did you expect the component should have the common style for the header the text etc also the toggle switch should not be wrapped ...
1
24,332
3,965,993,074
IssuesEvent
2016-05-03 10:55:19
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
A long type property is serialized incorrectly via JSON.Stringify()
defect in progress
Reported in this [forum thread](http://forums.bridge.net/forum/bridge-net-pro/bugs/2087). Another related [forum thread](http://forums.bridge.net/forum/bridge-net-pro/bugs/2167-blob-slice-taking-int-vs-long). ### Expected `{ "LongProperty": 100 }` ### Actual `{"LongProperty":{"unsigned":false,"value":{"l...
1.0
A long type property is serialized incorrectly via JSON.Stringify() - Reported in this [forum thread](http://forums.bridge.net/forum/bridge-net-pro/bugs/2087). Another related [forum thread](http://forums.bridge.net/forum/bridge-net-pro/bugs/2167-blob-slice-taking-int-vs-long). ### Expected `{ "LongProperty": ...
defect
a long type property is serialized incorrectly via json stringify reported in this another related expected longproperty actual longproperty unsigned false value low high unsigned false steps to reproduce csharp public class test...
1
237,327
7,758,602,503
IssuesEvent
2018-05-31 20:09:47
GoogleCloudPlatform/google-cloud-python
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python
closed
Monitoring alias package is missing new service clients
api: monitoring priority: p2 type: bug
https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/monitoring/google/cloud/monitoring.py is missing the new clients added to https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/monitoring/google/cloud/monitoring_v3/__init__.py Should be a relatively easy fix.
1.0
Monitoring alias package is missing new service clients - https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/monitoring/google/cloud/monitoring.py is missing the new clients added to https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/monitoring/google/cloud/monitoring_v3/__init__...
non_defect
monitoring alias package is missing new service clients is missing the new clients added to should be a relatively easy fix
0
18,903
26,279,827,108
IssuesEvent
2023-01-07 06:46:14
Cosmetica-cc/Cosmetica
https://api.github.com/repos/Cosmetica-cc/Cosmetica
closed
optifine and cosmetica
incompatible mod
when i try to select hat minecraft starts to save the world(even if in menu) and crashes error The game crashed whilst rendering fake player in menu Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1059.getShadersColorBlender(net.optifine.shaders.ShadersTextureType)" because "this.fie...
True
optifine and cosmetica - when i try to select hat minecraft starts to save the world(even if in menu) and crashes error The game crashed whilst rendering fake player in menu Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1059.getShadersColorBlender(net.optifine.shaders.ShadersTextur...
non_defect
optifine and cosmetica when i try to select hat minecraft starts to save the world even if in menu and crashes error the game crashed whilst rendering fake player in menu error java lang nullpointerexception cannot invoke net minecraft class getshaderscolorblender net optifine shaders shaderstexturety...
0
66,982
20,795,669,673
IssuesEvent
2022-03-17 09:03:41
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Crash after leaving empty space and all rooms
T-Defect A-Spaces O-Occasional
### Steps to reproduce 1. Open the side panel 2. Click on „New space“ and create a new public space without initial rooms 3. Open the context menu of that space and choose to leave it 4. When getting prompted, select the option to leave the space and its rooms ### Outcome #### What did you expect? The space ge...
1.0
Crash after leaving empty space and all rooms - ### Steps to reproduce 1. Open the side panel 2. Click on „New space“ and create a new public space without initial rooms 3. Open the context menu of that space and choose to leave it 4. When getting prompted, select the option to leave the space and its rooms ### ...
defect
crash after leaving empty space and all rooms steps to reproduce open the side panel click on „new space“ and create a new public space without initial rooms open the context menu of that space and choose to leave it when getting prompted select the option to leave the space and its rooms ...
1
75,209
3,460,245,036
IssuesEvent
2015-12-19 01:43:14
notsecure/uTox
https://api.github.com/repos/notsecure/uTox
closed
DPI 250% — µTox hangs, 100% CPU usage
bug high_priority
This issue was found while experiencing [Issue 856](https://github.com/notsecure/uTox/issues/856) on Win7 x64 (not by me). Howewer, that bug was reproduced both on Linux (Gentoo x64) & Win7 x64. ** Steps to reproduce: ** 1. Go to Settings, set DPI to 100%. 2. Resize window to absolute minimum, allowed by µTox. 3...
1.0
DPI 250% — µTox hangs, 100% CPU usage - This issue was found while experiencing [Issue 856](https://github.com/notsecure/uTox/issues/856) on Win7 x64 (not by me). Howewer, that bug was reproduced both on Linux (Gentoo x64) & Win7 x64. ** Steps to reproduce: ** 1. Go to Settings, set DPI to 100%. 2. Resize window ...
non_defect
dpi — µtox hangs cpu usage this issue was found while experiencing on not by me howewer that bug was reproduced both on linux gentoo steps to reproduce go to settings set dpi to resize window to absolute minimum allowed by µtox set dpi to without mov...
0
64,562
18,738,414,634
IssuesEvent
2021-11-04 10:37:28
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
E2E: public keys are not refreshed when new key is generated
T-Defect A-E2EE
### Description I am trying to verify a device by another user who I already shared some unencrypted rooms with. The key fingerprints, however, don't match and the new verification fails with "key mismatch". The fingerprint seems to match an old public key, the same device (same device ID) used before, as we were ab...
1.0
E2E: public keys are not refreshed when new key is generated - ### Description I am trying to verify a device by another user who I already shared some unencrypted rooms with. The key fingerprints, however, don't match and the new verification fails with "key mismatch". The fingerprint seems to match an old public k...
defect
public keys are not refreshed when new key is generated description i am trying to verify a device by another user who i already shared some unencrypted rooms with the key fingerprints however don t match and the new verification fails with key mismatch the fingerprint seems to match an old public key...
1
70,271
23,087,260,863
IssuesEvent
2022-07-26 12:32:41
matrix-org/matrix-appservice-bridge
https://api.github.com/repos/matrix-org/matrix-appservice-bridge
opened
matrix-host-resolver should not cache EAI_AGAIN errors
S-Minor T-Defect
This error indicates a DNS timeout, which means we should retry rather than cache the response.
1.0
matrix-host-resolver should not cache EAI_AGAIN errors - This error indicates a DNS timeout, which means we should retry rather than cache the response.
defect
matrix host resolver should not cache eai again errors this error indicates a dns timeout which means we should retry rather than cache the response
1
116,825
24,995,367,481
IssuesEvent
2022-11-02 23:17:57
ZcashFoundation/zebra
https://api.github.com/repos/ZcashFoundation/zebra
reopened
Improve VerifyBlockError::Commit typing
C-enhancement C-cleanup P-Optional :sparkles: I-bad-code
## Motivation `VerifyBlockError::Commit` is a wrapper over a `BoxError`. However, in https://github.com/ZcashFoundation/zebra/pull/2890/ a check was added in the `should_restart_sync` function to ignore `Commit` errors corresponding to `"block is already committed to the state"` when deciding whether to reset the sy...
1.0
Improve VerifyBlockError::Commit typing - ## Motivation `VerifyBlockError::Commit` is a wrapper over a `BoxError`. However, in https://github.com/ZcashFoundation/zebra/pull/2890/ a check was added in the `should_restart_sync` function to ignore `Commit` errors corresponding to `"block is already committed to the sta...
non_defect
improve verifyblockerror commit typing motivation verifyblockerror commit is a wrapper over a boxerror however in a check was added in the should restart sync function to ignore commit errors corresponding to block is already committed to the state when deciding whether to reset the sync proce...
0
732
2,587,732,323
IssuesEvent
2015-02-17 20:19:07
chrsmith/codesearch
https://api.github.com/repos/chrsmith/codesearch
opened
csearch: print statistics of -f fregexp hits if -verbose [PATCH]
auto-migrated Priority-Medium Type-Defect
``` csearch already prints the trigrams and number of files matched from the index if -verbose mode is on. This patch preprocesses the list of fileids so we can print how many were matched by the filename regex. It does double the number of calls to ix.Name(fileid), but that call looks cheap and any slowdown would...
1.0
csearch: print statistics of -f fregexp hits if -verbose [PATCH] - ``` csearch already prints the trigrams and number of files matched from the index if -verbose mode is on. This patch preprocesses the list of fileids so we can print how many were matched by the filename regex. It does double the number of calls to...
defect
csearch print statistics of f fregexp hits if verbose csearch already prints the trigrams and number of files matched from the index if verbose mode is on this patch preprocesses the list of fileids so we can print how many were matched by the filename regex it does double the number of calls to ix na...
1
37,063
8,216,750,080
IssuesEvent
2018-09-05 10:07:27
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
set_parcel_write_handler test fails occasionally
category: parcel transport category: tests type: defect
This is another one of those tests that fail occasionally, but consistently. Typical output: ``` /scratch/snx3000/biddisco/pycicle/src/hpx-3036/repo/tests/unit/parcelset/set_parcel_write_handler.cpp(63): test 'write_handler_called == localities.size()' failed in function 'int hpx_startup::user_main()': '0' != '1' ...
1.0
set_parcel_write_handler test fails occasionally - This is another one of those tests that fail occasionally, but consistently. Typical output: ``` /scratch/snx3000/biddisco/pycicle/src/hpx-3036/repo/tests/unit/parcelset/set_parcel_write_handler.cpp(63): test 'write_handler_called == localities.size()' failed in fu...
defect
set parcel write handler test fails occasionally this is another one of those tests that fail occasionally but consistently typical output scratch biddisco pycicle src hpx repo tests unit parcelset set parcel write handler cpp test write handler called localities size failed in function in...
1
55,301
14,359,960,026
IssuesEvent
2020-11-30 16:15:27
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Facility services disconnected
Defect Migration Product Support Team vsa-facilities
**Describe the defect** Upon an internal audit by the CMS team of facility health services, initiated here https://dsva.slack.com/archives/CPQFCQKEH/p1605811879420400 there were two defects found 1) The CSV incorrectly referenced `VA Oklahoma health care` as the owner instead of `VA Oklahoma City health care` c...
1.0
Facility services disconnected - **Describe the defect** Upon an internal audit by the CMS team of facility health services, initiated here https://dsva.slack.com/archives/CPQFCQKEH/p1605811879420400 there were two defects found 1) The CSV incorrectly referenced `VA Oklahoma health care` as the owner instead of ...
defect
facility services disconnected describe the defect upon an internal audit by the cms team of facility health services initiated here there were two defects found the csv incorrectly referenced va oklahoma health care as the owner instead of va oklahoma city health care causing the owner lookup t...
1
72,684
24,239,013,204
IssuesEvent
2022-09-27 04:03:04
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
closed
Autocomplete popover is not scrollable
defect triage
### Check for existing issues - [X] Completed ### Describe the bug When Zed shows a popover with completions (e.g. for imports), the area is not scrollable and therefore can only be navigated by keyboard, e.g. with <kbd>↑</kbd> and <kbd>↓</kbd> or <kbd>Ctrl</kbd><kbd>N</kbd> and <kbd>Ctrl</kbd><kbd>N</kbd>. ...
1.0
Autocomplete popover is not scrollable - ### Check for existing issues - [X] Completed ### Describe the bug When Zed shows a popover with completions (e.g. for imports), the area is not scrollable and therefore can only be navigated by keyboard, e.g. with <kbd>↑</kbd> and <kbd>↓</kbd> or <kbd>Ctrl</kbd><kbd>N<...
defect
autocomplete popover is not scrollable check for existing issues completed describe the bug when zed shows a popover with completions e g for imports the area is not scrollable and therefore can only be navigated by keyboard e g with ↑ and ↓ or ctrl n and ctrl n to reprodu...
1
71,599
23,715,303,727
IssuesEvent
2022-08-30 11:15:55
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
url_preview media cache is not expired when background database migrations are running
Z-Help-Wanted A-Media-Repository z-disk space S-Tolerable T-Defect O-Occasional
Normally, any media downloaded as part of a url preview is deleted after a day. However, while a background database migration is running, the process is stopped. If there is a long-running database migration, this can therefore cause the media store to fill up with old preview files. This logic was added in https:/...
1.0
url_preview media cache is not expired when background database migrations are running - Normally, any media downloaded as part of a url preview is deleted after a day. However, while a background database migration is running, the process is stopped. If there is a long-running database migration, this can therefore ca...
defect
url preview media cache is not expired when background database migrations are running normally any media downloaded as part of a url preview is deleted after a day however while a background database migration is running the process is stopped if there is a long running database migration this can therefore ca...
1
185,923
14,394,460,864
IssuesEvent
2020-12-03 01:20:29
futurewei-cloud/alcor
https://api.github.com/repos/futurewei-cloud/alcor
opened
[Scalability Test] Part 3: Latest Platform E2E Performance Report
P0 perf testing
Set up full-blown management plane + control plane. Setup as follows: - Full set of management plane + control plane + simulated agents - 1M simulated nodes - large VPC up to 100K ports
1.0
[Scalability Test] Part 3: Latest Platform E2E Performance Report - Set up full-blown management plane + control plane. Setup as follows: - Full set of management plane + control plane + simulated agents - 1M simulated nodes - large VPC up to 100K ports
non_defect
part latest platform performance report set up full blown management plane control plane setup as follows full set of management plane control plane simulated agents simulated nodes large vpc up to ports
0
271,877
20,720,410,929
IssuesEvent
2022-03-13 09:51:15
permafrost-dev/phpcsfixer-preset
https://api.github.com/repos/permafrost-dev/phpcsfixer-preset
closed
create separate docs
documentation
create a docs directory and split up the current readme into several files to make it easier to browse.
1.0
create separate docs - create a docs directory and split up the current readme into several files to make it easier to browse.
non_defect
create separate docs create a docs directory and split up the current readme into several files to make it easier to browse
0
369,277
10,894,964,919
IssuesEvent
2019-11-19 09:45:00
OpenSRP/opensrp-client-chw-anc
https://api.github.com/repos/OpenSRP/opensrp-client-chw-anc
closed
Update choice options for martial status in ANC registration
BA-specific Medium priority
- [ ] Update the choice options for the question `marital_status` in the ANC Registration in both English and Swahili [Data dictionary](https://docs.google.com/spreadsheets/d/1feKFVFtCZsGVzwEglbDZ4f5uP84F8wL2jwwXvfqUgP0/edit?usp=sharing), Tab - ANC Registration
1.0
Update choice options for martial status in ANC registration - - [ ] Update the choice options for the question `marital_status` in the ANC Registration in both English and Swahili [Data dictionary](https://docs.google.com/spreadsheets/d/1feKFVFtCZsGVzwEglbDZ4f5uP84F8wL2jwwXvfqUgP0/edit?usp=sharing), Tab - ANC Regis...
non_defect
update choice options for martial status in anc registration update the choice options for the question marital status in the anc registration in both english and swahili tab anc registration
0
69,062
14,970,050,518
IssuesEvent
2021-01-27 19:02:15
jgeraigery/experian-java
https://api.github.com/repos/jgeraigery/experian-java
closed
CVE-2019-17531 (High) detected in jackson-databind-2.9.2.jar - autoclosed
security vulnerability
## CVE-2019-17531 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.2.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2019-17531 (High) detected in jackson-databind-2.9.2.jar - autoclosed - ## CVE-2019-17531 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.2.jar</b></p></summary...
non_defect
cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file experian java mave...
0
3,860
2,610,083,093
IssuesEvent
2015-02-26 18:25:23
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 6:46
1.0
青春痘怎么祛深圳 - ``` 青春痘怎么祛深圳【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:46
defect
青春痘怎么祛深圳 青春痘怎么祛深圳【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
1
225,832
17,911,518,146
IssuesEvent
2021-09-09 06:12:56
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
DISABLED test_ddp_logging_data_cpu (__main__.TestDistBackendWithSpawn)
oncall: distributed module: flaky-tests
## 🐛 Bug see https://github.com/pytorch/pytorch/issues/60130 cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @agolynski @SciPioneer @H-Huang @mrzzd @cbalioglu @gcramer23
1.0
DISABLED test_ddp_logging_data_cpu (__main__.TestDistBackendWithSpawn) - ## 🐛 Bug see https://github.com/pytorch/pytorch/issues/60130 cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @agolynski @SciPioneer @H-Huang @mrzzd @cbalioglu @gcramer23
non_defect
disabled test ddp logging data cpu main testdistbackendwithspawn 🐛 bug see cc pietern mrshenli zhaojuanmao satgera rohan varma gqchen aazzolini osalpekar jiayisuse agolynski scipioneer h huang mrzzd cbalioglu
0
536,621
15,711,421,601
IssuesEvent
2021-03-27 07:09:08
canonical-web-and-design/ubuntu.com
https://api.github.com/repos/canonical-web-and-design/ubuntu.com
closed
livepatch enable command requires sudo
Priority: Low
The expanded detail text for enablign livepatch state the command `ua enable livepatch` it should be `sudo ua enable livepatch` (just like all UA comands) Much thanks, New site details look great --- *Reported from: https://ubuntu.com/advantage*
1.0
livepatch enable command requires sudo - The expanded detail text for enablign livepatch state the command `ua enable livepatch` it should be `sudo ua enable livepatch` (just like all UA comands) Much thanks, New site details look great --- *Reported from: https://ubuntu.com/advantage*
non_defect
livepatch enable command requires sudo the expanded detail text for enablign livepatch state the command ua enable livepatch it should be sudo ua enable livepatch just like all ua comands much thanks new site details look great reported from
0
363,982
10,757,560,174
IssuesEvent
2019-10-31 13:30:55
8bitPit/Niagara-Issues
https://api.github.com/repos/8bitPit/Niagara-Issues
closed
Wallpaper change quick revert
low priority not in 2020
When trying new wallpapers, it would be awesome to have an option to quickly restore previous wallpaper if we don´t like the new one after a try without needing to redownload the old one or finding it in the gallery. (As far as I know, Android API allows doing that. Could work like: detect change - show option to reve...
1.0
Wallpaper change quick revert - When trying new wallpapers, it would be awesome to have an option to quickly restore previous wallpaper if we don´t like the new one after a try without needing to redownload the old one or finding it in the gallery. (As far as I know, Android API allows doing that. Could work like: det...
non_defect
wallpaper change quick revert when trying new wallpapers it would be awesome to have an option to quickly restore previous wallpaper if we don´t like the new one after a try without needing to redownload the old one or finding it in the gallery as far as i know android api allows doing that could work like det...
0
191,113
14,593,289,631
IssuesEvent
2020-12-19 21:58:32
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
mfojtik/snowstorm: vendor/cloud.google.com/go/internal/fields/fields_test.go; 6 LoC
fresh test tiny vendored
Found a possible issue in [mfojtik/snowstorm](https://www.github.com/mfojtik/snowstorm) at [vendor/cloud.google.com/go/internal/fields/fields_test.go](https://github.com/mfojtik/snowstorm/blob/77c1465b3fd288889d43adfe0e948cfcf0c1caac/vendor/cloud.google.com/go/internal/fields/fields_test.go#L405-L410) Below is the me...
1.0
mfojtik/snowstorm: vendor/cloud.google.com/go/internal/fields/fields_test.go; 6 LoC - Found a possible issue in [mfojtik/snowstorm](https://www.github.com/mfojtik/snowstorm) at [vendor/cloud.google.com/go/internal/fields/fields_test.go](https://github.com/mfojtik/snowstorm/blob/77c1465b3fd288889d43adfe0e948cfcf0c1caac...
non_defect
mfojtik snowstorm vendor cloud google com go internal fields fields test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents o...
0
59,130
17,015,913,146
IssuesEvent
2021-07-02 12:01:37
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
opened
Potlatch 2 simple mode should let users choose multiple parking types
Component: potlatch2 Priority: minor Type: defect
**[Submitted to the original trac issue database at 10.08am, Tuesday, 27th March 2012]** If a node or closed way is of type parking, PL2 should let users choose multiple values for the type. A single parking location could be surface **and** Park & Ride. It doesn't make sense to force editors to choose between those...
1.0
Potlatch 2 simple mode should let users choose multiple parking types - **[Submitted to the original trac issue database at 10.08am, Tuesday, 27th March 2012]** If a node or closed way is of type parking, PL2 should let users choose multiple values for the type. A single parking location could be surface **and** Park...
defect
potlatch simple mode should let users choose multiple parking types if a node or closed way is of type parking should let users choose multiple values for the type a single parking location could be surface and park ride it doesn t make sense to force editors to choose between those values
1
50,479
13,187,521,075
IssuesEvent
2020-08-13 03:40:57
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[sim-services] (Trac #781)
Migrated from Trac combo simulation defect
Make sure the sanity checkers are solid, all have tests, and the testing scripts are enabled. <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/781 , reported by olivas and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "des...
1.0
[sim-services] (Trac #781) - Make sure the sanity checkers are solid, all have tests, and the testing scripts are enabled. <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/781 , reported by olivas and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "20...
defect
trac make sure the sanity checkers are solid all have tests and the testing scripts are enabled migrated from reported by olivas and owned by olivas json status closed changetime description make sure the sanity checkers are solid all have tests ...
1
72,725
24,260,707,466
IssuesEvent
2022-09-27 22:21:54
objectify/objectify
https://api.github.com/repos/objectify/objectify
closed
MemcacheService should be replaced with AsyncMemcacheService with timeout on get request
Type-Defect Priority-Medium
Original [issue 183](https://code.google.com/p/objectify-appengine/issues/detail?id=183) created by objectify on 2013-12-18T13:05:05.000Z: <b>What steps will reproduce the problem?</b> 1. wait for bad day at Google, when memcache service will work but it will work extremly slow 2. try to do get of cached entity, it wi...
1.0
MemcacheService should be replaced with AsyncMemcacheService with timeout on get request - Original [issue 183](https://code.google.com/p/objectify-appengine/issues/detail?id=183) created by objectify on 2013-12-18T13:05:05.000Z: <b>What steps will reproduce the problem?</b> 1. wait for bad day at Google, when memcach...
defect
memcacheservice should be replaced with asyncmemcacheservice with timeout on get request original created by objectify on what steps will reproduce the problem wait for bad day at google when memcache service will work but it will work extremly slow try to do get of cached entity it will ...
1
175,792
13,610,799,965
IssuesEvent
2020-09-23 07:56:38
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI] BitArrayTests#testNextBitSet faillure
:Analytics/Aggregations >test-failure Team:Analytics
**Build scan**: https://gradle-enterprise.elastic.co/s/iv46kbla3v5ic **Repro line**: ``` ./gradlew ':server:test' --tests "org.elasticsearch.common.util.BitArrayTests.testNextBitSet" -Dtests.seed=9C3D03C4161BF90B -Dtests.security.manager=true -Dtests.locale=bg -Dtests.timezone=America/Bahia -Druntime.java...
1.0
[CI] BitArrayTests#testNextBitSet faillure - **Build scan**: https://gradle-enterprise.elastic.co/s/iv46kbla3v5ic **Repro line**: ``` ./gradlew ':server:test' --tests "org.elasticsearch.common.util.BitArrayTests.testNextBitSet" -Dtests.seed=9C3D03C4161BF90B -Dtests.security.manager=true -Dtests.locale=bg ...
non_defect
bitarraytests testnextbitset faillure build scan repro line gradlew server test tests org elasticsearch common util bitarraytests testnextbitset dtests seed dtests security manager true dtests locale bg dtests timezone america bahia druntime java dtests fips enabled ...
0
16,304
3,517,310,641
IssuesEvent
2016-01-12 06:35:29
superbatonchik/EduFormManager
https://api.github.com/repos/superbatonchik/EduFormManager
closed
Разработка 4 модулей "Регион"
to test
Очень важная задача, которую надо реализовать в течение месяца (декабрь), разработка и добавление модулей: - форма ФСН (Регион) - доп.формы (Регион) - архив форм ФСН (Регион) - архив доп.форм (Регион) Данные модули должны отображаться на уровне минобрнауки, и соответственно на нашем. Но ещё важный момент, формы ...
1.0
Разработка 4 модулей "Регион" - Очень важная задача, которую надо реализовать в течение месяца (декабрь), разработка и добавление модулей: - форма ФСН (Регион) - доп.формы (Регион) - архив форм ФСН (Регион) - архив доп.форм (Регион) Данные модули должны отображаться на уровне минобрнауки, и соответственно на на...
non_defect
разработка модулей регион очень важная задача которую надо реализовать в течение месяца декабрь разработка и добавление модулей форма фсн регион доп формы регион архив форм фсн регион архив доп форм регион данные модули должны отображаться на уровне минобрнауки и соответственно на на...
0