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
1,934
4,058,580,945
IssuesEvent
2016-05-25 05:28:39
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Rancher continues to try to schedule containers after environment is deleted
area/kubernetes area/service kind/bug status/to-test
**Rancher Version:** 1.1.0-dev1 **Docker Version:** 1.10.3 **OS and where are the hosts located? (cloud, bare metal, etc):** Container hosts are RancherOS 0.4.4 and CoreOS. Rancher Server host is Debian Jessie. All hosts are bare-metal. **Setup Details: (single node vs. single node, internal DB vs. external...
1.0
Rancher continues to try to schedule containers after environment is deleted - **Rancher Version:** 1.1.0-dev1 **Docker Version:** 1.10.3 **OS and where are the hosts located? (cloud, bare metal, etc):** Container hosts are RancherOS 0.4.4 and CoreOS. Rancher Server host is Debian Jessie. All hosts are bare-me...
non_defect
rancher continues to try to schedule containers after environment is deleted rancher version docker version os and where are the hosts located cloud bare metal etc container hosts are rancheros and coreos rancher server host is debian jessie all hosts are bare metal ...
0
137,702
5,314,819,137
IssuesEvent
2017-02-13 15:55:14
openshift/origin
https://api.github.com/repos/openshift/origin
closed
cluster up and registry endpoint
component/composition kind/enhancement priority/P2
i want to docker push to the docker-registry running in my openshift cluster started by oc cluster up ##### Version oc v1.3.0-alpha.2-dirty kubernetes v1.3.0-alpha.1-331-g0522e63 ##### Steps To Reproduce 1. oc cluster up 2. oc login -u system:admin 3. REG=$(oc --namespace=default get svc docker-registry --template={{....
1.0
cluster up and registry endpoint - i want to docker push to the docker-registry running in my openshift cluster started by oc cluster up ##### Version oc v1.3.0-alpha.2-dirty kubernetes v1.3.0-alpha.1-331-g0522e63 ##### Steps To Reproduce 1. oc cluster up 2. oc login -u system:admin 3. REG=$(oc --namespace=default get...
non_defect
cluster up and registry endpoint i want to docker push to the docker registry running in my openshift cluster started by oc cluster up version oc alpha dirty kubernetes alpha steps to reproduce oc cluster up oc login u system admin reg oc namespace default get svc docker...
0
41,162
10,673,907,319
IssuesEvent
2019-10-21 08:19:53
HypothesisWorks/hypothesis
https://api.github.com/repos/HypothesisWorks/hypothesis
closed
Verify that our test suites aren't accidentally deterministic
tests/build/CI
As seen in #1907/#1918 and #1266/#1295, it's scarily easy to accidentally pollute the global RNG with a deterministic seed or state after a test ends. This causes all subsequent tests in the suite to run with the same random state every time, which undermines the ability of `@given`-based tests to find novel bugs ac...
1.0
Verify that our test suites aren't accidentally deterministic - As seen in #1907/#1918 and #1266/#1295, it's scarily easy to accidentally pollute the global RNG with a deterministic seed or state after a test ends. This causes all subsequent tests in the suite to run with the same random state every time, which unde...
non_defect
verify that our test suites aren t accidentally deterministic as seen in and it s scarily easy to accidentally pollute the global rng with a deterministic seed or state after a test ends this causes all subsequent tests in the suite to run with the same random state every time which undermines the a...
0
618,261
19,430,988,427
IssuesEvent
2021-12-21 11:56:38
googleapis/python-spanner-sqlalchemy
https://api.github.com/repos/googleapis/python-spanner-sqlalchemy
closed
Automatically call Table.add_is_dependent_on() for interleaved tables.
type: feature request priority: p2 api: spanner
**Is your feature request related to a problem? Please describe.** The following snippet returns `google.api_core.exceptions.NotFound: 404 Table not found: Albums`: ``` from sqlalchemy import ( Column, Computed, ForeignKey, Integer, MetaData, String, Table, ) metadata = MetaData(bind=eng...
1.0
Automatically call Table.add_is_dependent_on() for interleaved tables. - **Is your feature request related to a problem? Please describe.** The following snippet returns `google.api_core.exceptions.NotFound: 404 Table not found: Albums`: ``` from sqlalchemy import ( Column, Computed, ForeignKey, Inte...
non_defect
automatically call table add is dependent on for interleaved tables is your feature request related to a problem please describe the following snippet returns google api core exceptions notfound table not found albums from sqlalchemy import column computed foreignkey intege...
0
343,252
30,653,578,502
IssuesEvent
2023-07-25 10:30:56
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix paddle_tensor.test_paddle_instance_neg
Sub Task Failing Test Paddle Frontend
| | | |---|---| |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5518862219/jobs/10063372909"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5518862219/jobs/10063372909"><img src=https://img.shields.io/badge/-success-succes...
1.0
Fix paddle_tensor.test_paddle_instance_neg - | | | |---|---| |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5518862219/jobs/10063372909"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5518862219/jobs/10063372909"><img src...
non_defect
fix paddle tensor test paddle instance neg paddle a href src tensorflow a href src numpy a href src torch a href src jax a href src
0
70,151
23,018,168,892
IssuesEvent
2022-07-22 00:21:37
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
dtype not preserved with operations on sparse arrays
defect scipy.sparse
I'm not 100% sure whether this is a feature or a bug but I can describe what I see as "unexpected output for a valid input". So it seems to be rather a bug. In brief, multiplication of empty sparse arrays of shape `Nx0` by empty vectors of length `0` seems to always cast the dtype to `float64`. The code to reproduce...
1.0
dtype not preserved with operations on sparse arrays - I'm not 100% sure whether this is a feature or a bug but I can describe what I see as "unexpected output for a valid input". So it seems to be rather a bug. In brief, multiplication of empty sparse arrays of shape `Nx0` by empty vectors of length `0` seems to al...
defect
dtype not preserved with operations on sparse arrays i m not sure whether this is a feature or a bug but i can describe what i see as unexpected output for a valid input so it seems to be rather a bug in brief multiplication of empty sparse arrays of shape by empty vectors of length seems to always...
1
174,903
21,300,552,477
IssuesEvent
2022-04-15 02:07:41
johnWSS07/NewWGFork
https://api.github.com/repos/johnWSS07/NewWGFork
opened
CVE-2021-43138 (High) detected in async-1.5.2.tgz
security vulnerability
## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-1.5.2.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library h...
True
CVE-2021-43138 (High) detected in async-1.5.2.tgz - ## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-1.5.2.tgz</b></p></summary> <p>Higher-order functions and co...
non_defect
cve high detected in async tgz cve high severity vulnerability vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file tmp ws scm webgoat docs package json path to vulnerable libra...
0
44,716
12,360,252,386
IssuesEvent
2020-05-17 14:32:09
FoldingAtHome/fah-issues
https://api.github.com/repos/FoldingAtHome/fah-issues
opened
Windows Crash Multiple Times
FAHClient defect
## Environment * OS: Windows 64-bit Pro * FAH version: 7.6.13 ## What were you trying to do <!--And what was the expected behaviour?--> I was folding fine on the GPU ## What happened <!--A clear and concise description of what the bug is.--> Windows Blue Screen Crash ## To Reproduce <!--Steps to r...
1.0
Windows Crash Multiple Times - ## Environment * OS: Windows 64-bit Pro * FAH version: 7.6.13 ## What were you trying to do <!--And what was the expected behaviour?--> I was folding fine on the GPU ## What happened <!--A clear and concise description of what the bug is.--> Windows Blue Screen Crash ...
defect
windows crash multiple times environment os windows bit pro fah version what were you trying to do i was folding fine on the gpu what happened windows blue screen crash to reproduce random times but system is unstable when i fold system is perfectly stable ...
1
57,971
7,109,705,085
IssuesEvent
2018-01-17 07:49:41
gracemj/getwalk
https://api.github.com/repos/gracemj/getwalk
opened
챌린지 상세화면
design
![image](https://user-images.githubusercontent.com/14939610/35031323-bcf76560-fba5-11e7-96b5-fc8788b981dc.png) - [ ] 1.텍스트에 링크걸려있는부분은 언더라인 색만 연하게 적용하는걸로 확인되었던 부분인데 텍스트까지 회색이 되어버렸습니다. 확인해주세요. - [ ] 2.그림자 효과가 없습니다. 아래 추천 챌린지영역의 배경색도 확인부탁드립니다. - [ ] 3. 이부분도 수정했었는데 100%일 경우 박스를 벗어나지 않게해주세요. 4px의 여백이 좌우로 있습니다. ...
1.0
챌린지 상세화면 - ![image](https://user-images.githubusercontent.com/14939610/35031323-bcf76560-fba5-11e7-96b5-fc8788b981dc.png) - [ ] 1.텍스트에 링크걸려있는부분은 언더라인 색만 연하게 적용하는걸로 확인되었던 부분인데 텍스트까지 회색이 되어버렸습니다. 확인해주세요. - [ ] 2.그림자 효과가 없습니다. 아래 추천 챌린지영역의 배경색도 확인부탁드립니다. - [ ] 3. 이부분도 수정했었는데 100%일 경우 박스를 벗어나지 않게해주세요. 4px의 여백이 좌...
non_defect
챌린지 상세화면 텍스트에 링크걸려있는부분은 언더라인 색만 연하게 적용하는걸로 확인되었던 부분인데 텍스트까지 회색이 되어버렸습니다 확인해주세요 그림자 효과가 없습니다 아래 추천 챌린지영역의 배경색도 확인부탁드립니다 이부분도 수정했었는데 일 경우 박스를 벗어나지 않게해주세요 여백이 좌우로 있습니다 챌린지명이 한줄일 때와 두줄일 때 상품명의 위치가 달라집니다 같은 여백으로 유지되어야합니다 지금 화면에서는 너무 여백이 많아 보이기도하구요 챌린지명의 스타...
0
209,190
7,166,142,270
IssuesEvent
2018-01-29 16:22:56
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
New approach to "connections": implement "relationship" field
Effort: High Priority: High Type: Enhancement Type: UI
A field that appears in metadata a allows users to connect to docs/entities.
1.0
New approach to "connections": implement "relationship" field - A field that appears in metadata a allows users to connect to docs/entities.
non_defect
new approach to connections implement relationship field a field that appears in metadata a allows users to connect to docs entities
0
15,779
6,037,929,396
IssuesEvent
2017-06-09 20:00:31
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
compile error
build
using openssl, not boringssl src/core/lib/security/credentials/jwt/jwt_verifier.c: In function ‘pkey_from_jwk’: src/core/lib/security/credentials/jwt/jwt_verifier.c:483:10: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ rsa->n = bignum_from_base64(validate_string_field(key_prop,...
1.0
compile error - using openssl, not boringssl src/core/lib/security/credentials/jwt/jwt_verifier.c: In function ‘pkey_from_jwk’: src/core/lib/security/credentials/jwt/jwt_verifier.c:483:10: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ rsa->n = bignum_from_base64(validate_string...
non_defect
compile error using openssl not boringssl src core lib security credentials jwt jwt verifier c in function ‘pkey from jwk’ src core lib security credentials jwt jwt verifier c error dereferencing pointer to incomplete type ‘rsa aka struct rsa st ’ rsa n bignum from validate string field k...
0
74,950
25,451,513,758
IssuesEvent
2022-11-24 10:49:09
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
media admin list API breaks when some event contains invalid info in content
A-Admin-API A-Validation S-Minor T-Defect O-Uncommon
### Description You can send events containing non-spec conform contents like this: ``` { "content": { "url": "mxc://<server>/<media>", "info": null, "body": "<filename>", "msgtype": "m.image" }, "type": "m.room.message" } ``` The ["List all media in a room" API]...
1.0
media admin list API breaks when some event contains invalid info in content - ### Description You can send events containing non-spec conform contents like this: ``` { "content": { "url": "mxc://<server>/<media>", "info": null, "body": "<filename>", "msgtype": "m.image" ...
defect
media admin list api breaks when some event contains invalid info in content description you can send events containing non spec conform contents like this content url mxc info null body msgtype m image type m ro...
1
38,697
8,952,323,240
IssuesEvent
2019-01-25 16:14:24
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
Bus Error when trying to run a model
Ipopt bus error defect
Issue created by migration from Trac. Original creator: guest Original creation time: 2010-04-15 21:58:12 Assignee: ipopt-team Version: 3.8 Hello, I was installing IPOPT 3.8.1 on a Mac OS 10.6.3 (64bit) as being explained in the Tutorial with one small exception, namely: ./configure FFLAGS="-arch=x86_64" make su...
1.0
Bus Error when trying to run a model - Issue created by migration from Trac. Original creator: guest Original creation time: 2010-04-15 21:58:12 Assignee: ipopt-team Version: 3.8 Hello, I was installing IPOPT 3.8.1 on a Mac OS 10.6.3 (64bit) as being explained in the Tutorial with one small exception, namely: ./...
defect
bus error when trying to run a model issue created by migration from trac original creator guest original creation time assignee ipopt team version hello i was installing ipopt on a mac os as being explained in the tutorial with one small exception namely configure ffl...
1
61,597
3,150,563,494
IssuesEvent
2015-09-16 00:00:32
angular/material
https://api.github.com/repos/angular/material
closed
md-dialog height calculated wrong if page is scrolled
needs: investigation priority: high reported by Googler
For some reason dialog's max-height depends on md-backdrop height, which is calculated based on parent (in my case body) height. If you open dialog from a not scrolled page, it will scale fine, but if you scroll the page, the dialog will still try to take 80% of md-backdrop. The way md-backdrop height calculated right ...
1.0
md-dialog height calculated wrong if page is scrolled - For some reason dialog's max-height depends on md-backdrop height, which is calculated based on parent (in my case body) height. If you open dialog from a not scrolled page, it will scale fine, but if you scroll the page, the dialog will still try to take 80% of m...
non_defect
md dialog height calculated wrong if page is scrolled for some reason dialog s max height depends on md backdrop height which is calculated based on parent in my case body height if you open dialog from a not scrolled page it will scale fine but if you scroll the page the dialog will still try to take of md...
0
96,850
10,964,863,842
IssuesEvent
2019-11-28 00:19:32
processing/p5.js
https://api.github.com/repos/processing/p5.js
closed
p5 instance constructor isn't in reference documentation
area:documentation help wanted
I was trying to figure out how to tell p5 where to display itself on the page when I realized that it's the second argument to the `p5` constructor itself. However, I had to learn this by looking at [`src/core/core.js`](https://github.com/processing/p5.js/blob/master/src/core/core.js)... It doesn't seem like the `p5` i...
1.0
p5 instance constructor isn't in reference documentation - I was trying to figure out how to tell p5 where to display itself on the page when I realized that it's the second argument to the `p5` constructor itself. However, I had to learn this by looking at [`src/core/core.js`](https://github.com/processing/p5.js/blob/...
non_defect
instance constructor isn t in reference documentation i was trying to figure out how to tell where to display itself on the page when i realized that it s the second argument to the constructor itself however i had to learn this by looking at it doesn t seem like the instance constructor has an entr...
0
210,500
23,754,805,065
IssuesEvent
2022-09-01 01:17:51
turkdevops/sourcegraph
https://api.github.com/repos/turkdevops/sourcegraph
closed
CVE-2022-30633 (Medium) detected in github.com/golang/net-e086a090c8fdb9982880f0fb6e3db47af1856533 - autoclosed
security vulnerability
## CVE-2022-30633 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/net-e086a090c8fdb9982880f0fb6e3db47af1856533</b></p></summary> <p>[mirror] Go supplementary networ...
True
CVE-2022-30633 (Medium) detected in github.com/golang/net-e086a090c8fdb9982880f0fb6e3db47af1856533 - autoclosed - ## CVE-2022-30633 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>git...
non_defect
cve medium detected in github com golang net autoclosed cve medium severity vulnerability vulnerable library github com golang net go supplementary network libraries dependency hierarchy github com googleapis google api go client root library github com golang...
0
400,210
27,272,850,503
IssuesEvent
2023-02-23 00:35:19
AlaskaAirlines/auro-combobox
https://api.github.com/repos/AlaskaAirlines/auro-combobox
closed
Missing demo for combobox with menu
not-reviewed Type: Documentation auro-combobox
# General Support Request Looking around the Auro docsite we are missing a demo using combobox with auro-menu options to select from. ## Support request There is an example of typing into the combobox and getting a smaller list, but there are no examples for how this would be used in the scenario for displayi...
1.0
Missing demo for combobox with menu - # General Support Request Looking around the Auro docsite we are missing a demo using combobox with auro-menu options to select from. ## Support request There is an example of typing into the combobox and getting a smaller list, but there are no examples for how this woul...
non_defect
missing demo for combobox with menu general support request looking around the auro docsite we are missing a demo using combobox with auro menu options to select from support request there is an example of typing into the combobox and getting a smaller list but there are no examples for how this woul...
0
11,055
8,887,489,491
IssuesEvent
2019-01-15 06:05:17
wbobeirne/joule-extension
https://api.github.com/repos/wbobeirne/joule-extension
closed
Create common-use component for amount entry
good first issue infrastructure
Entering an amount, with a denomination selector, optionally showing fiat or providing a fiat input are used a lot. I've been re-implementing it all over the place, so we should probably have a reusable component for this. Ideally it's flexible enough to fit all of the above use-cases.
1.0
Create common-use component for amount entry - Entering an amount, with a denomination selector, optionally showing fiat or providing a fiat input are used a lot. I've been re-implementing it all over the place, so we should probably have a reusable component for this. Ideally it's flexible enough to fit all of the abo...
non_defect
create common use component for amount entry entering an amount with a denomination selector optionally showing fiat or providing a fiat input are used a lot i ve been re implementing it all over the place so we should probably have a reusable component for this ideally it s flexible enough to fit all of the abo...
0
340,919
24,677,173,899
IssuesEvent
2022-10-18 17:59:48
fingerpay/.github
https://api.github.com/repos/fingerpay/.github
opened
[FIX] Correct awarded date appears in `profile/README/README.en.md`
bug documentation
INCORRECT: <s>23 Oct</s> CORRECT: <s>23 Sep</s>
1.0
[FIX] Correct awarded date appears in `profile/README/README.en.md` - INCORRECT: <s>23 Oct</s> CORRECT: <s>23 Sep</s>
non_defect
correct awarded date appears in profile readme readme en md incorrect oct correct sep
0
48,930
13,184,779,742
IssuesEvent
2020-08-12 20:04:48
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
icerec/trunk dox on software.icecube.wisc.edu are "403 Forbidden" (Trac #474)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/474 , reported by boersma and owned by nega_</summary> <p> ```json { "status": "closed", "changetime": "2014-10-03T18:27:09", "description": "On http://software.icecube.wisc.edu/ there is a link to IceRec \"nightly builds\": http://s...
1.0
icerec/trunk dox on software.icecube.wisc.edu are "403 Forbidden" (Trac #474) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/474 , reported by boersma and owned by nega_</summary> <p> ```json { "status": "closed", "changetime": "2014-10-03T18:27:09", "description": "On http://s...
defect
icerec trunk dox on software icecube wisc edu are forbidden trac migrated from reported by boersma and owned by nega json status closed changetime description on there is a link to icerec nightly builds which results in forbidden n ...
1
274,243
23,822,806,751
IssuesEvent
2022-09-05 12:43:14
apache/incubator-kyuubi
https://api.github.com/repos/apache/incubator-kyuubi
closed
Bad test case: FlinkProcessBuilderSuite
kind:test
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the fl...
1.0
Bad test case: FlinkProcessBuilderSuite - ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found n...
non_defect
bad test case flinkprocessbuildersuite code of conduct i agree to follow this project s search before asking i have searched in the and found no similar issues describe the flaky test all hadoop related environment variables are configured except flink hadoop cl...
0
320,400
23,809,905,066
IssuesEvent
2022-09-04 15:54:27
pimoroni/enviro
https://api.github.com/repos/pimoroni/enviro
closed
Example code for automatic watering & pump control?
documentation
Would appreciate example code for handling the pumps in the accessory kit. Ta!
1.0
Example code for automatic watering & pump control? - Would appreciate example code for handling the pumps in the accessory kit. Ta!
non_defect
example code for automatic watering pump control would appreciate example code for handling the pumps in the accessory kit ta
0
48,028
13,067,402,466
IssuesEvent
2020-07-31 00:20:26
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
Wavedeform needs new/better tests (Trac #1679)
Migrated from Trac combo reconstruction defect
The tests are sensitive to the random seed. Choose a different seed and they may crash and burn. Also, the existing tests don't really get to the point. We should test: 1. Are all the bins of the refolded waveforms within tolerance? 2. If we add one SPE pulse well above the noise, does the returned pulse have the...
1.0
Wavedeform needs new/better tests (Trac #1679) - The tests are sensitive to the random seed. Choose a different seed and they may crash and burn. Also, the existing tests don't really get to the point. We should test: 1. Are all the bins of the refolded waveforms within tolerance? 2. If we add one SPE pulse well ...
defect
wavedeform needs new better tests trac the tests are sensitive to the random seed choose a different seed and they may crash and burn also the existing tests don t really get to the point we should test are all the bins of the refolded waveforms within tolerance if we add one spe pulse well abo...
1
55,097
14,215,653,291
IssuesEvent
2020-11-17 07:47:04
redmine-patch-meetup/redmine-dev-mirror
https://api.github.com/repos/redmine-patch-meetup/redmine-dev-mirror
opened
Can't be distinguished when deleting multiple attachments with the same file name in one action.
Defect 取り組み候補
https://redmine.org/issues/30125 同じタイトルのファイルをチケットに複数添付した場合、見分ける上でコメントや更新日が参考になる。 <img width="471" alt="ScreenShot 2020-11-17 16 44 32" src="https://user-images.githubusercontent.com/14245262/99360649-459d4c80-28f4-11eb-9374-d3035d473e77.png"> 添付ファイルの編集で添付ファイルを削除するとき、それらの情報がないため困るというチケット。 <img width="702" alt="S...
1.0
Can't be distinguished when deleting multiple attachments with the same file name in one action. - https://redmine.org/issues/30125 同じタイトルのファイルをチケットに複数添付した場合、見分ける上でコメントや更新日が参考になる。 <img width="471" alt="ScreenShot 2020-11-17 16 44 32" src="https://user-images.githubusercontent.com/14245262/99360649-459d4c80-28f4-11e...
defect
can t be distinguished when deleting multiple attachments with the same file name in one action 同じタイトルのファイルをチケットに複数添付した場合、見分ける上でコメントや更新日が参考になる。 img width alt screenshot src 添付ファイルの編集で添付ファイルを削除するとき、それらの情報がないため困るというチケット。 img width alt screenshot src ui改善
1
123,808
26,330,348,064
IssuesEvent
2023-01-10 10:19:10
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Non-hitscan projectiles are going through doors.
Bug Code
Version: v0.20.15.0 Non-hitscan projectiles like harpoon spears and syringes are going through doors when shot. Doesn't affect hitscan weapons like revolvers, smg etc. Fixed in Regalis11/Barotrauma-development@e841cde. Caused by Regalis11/Barotrauma-development@f3f08c9.
1.0
Non-hitscan projectiles are going through doors. - Version: v0.20.15.0 Non-hitscan projectiles like harpoon spears and syringes are going through doors when shot. Doesn't affect hitscan weapons like revolvers, smg etc. Fixed in Regalis11/Barotrauma-development@e841cde. Caused by Regalis11/Barotrauma-development@f3f08...
non_defect
non hitscan projectiles are going through doors version non hitscan projectiles like harpoon spears and syringes are going through doors when shot doesn t affect hitscan weapons like revolvers smg etc fixed in barotrauma development caused by barotrauma development
0
44,013
11,903,471,143
IssuesEvent
2020-03-30 15:23:14
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
reopened
Continued API/Plugin Issues
Defect
Issue overview -------------- The API/Plugin work will be released with 9.3. As such, I expect to see issues trickling in as users kick the tires on it. I already have a starter list of tasks that persisted through the 9.3 release (from [here](https://github.com/NREL/EnergyPlus/issues/7803)) that I will start with ...
1.0
Continued API/Plugin Issues - Issue overview -------------- The API/Plugin work will be released with 9.3. As such, I expect to see issues trickling in as users kick the tires on it. I already have a starter list of tasks that persisted through the 9.3 release (from [here](https://github.com/NREL/EnergyPlus/issues/...
defect
continued api plugin issues issue overview the api plugin work will be released with as such i expect to see issues trickling in as users kick the tires on it i already have a starter list of tasks that persisted through the release from that i will start with on this issue more c...
1
34,362
7,447,694,328
IssuesEvent
2018-03-28 13:20:14
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Documentation error on Dialog
defect
Hi, ![image](https://user-images.githubusercontent.com/37396973/37449833-c3f78ab0-2851-11e8-8513-791946c3c034.png) ![primeng_dialogbox_minheightproperty](https://user-images.githubusercontent.com/37396973/37449693-405e79ca-2851-11e8-8bcc-3adf638b2336.PNG) I found an issue on "**PrimneNG Dialog box minHeight prop...
1.0
Documentation error on Dialog - Hi, ![image](https://user-images.githubusercontent.com/37396973/37449833-c3f78ab0-2851-11e8-8513-791946c3c034.png) ![primeng_dialogbox_minheightproperty](https://user-images.githubusercontent.com/37396973/37449693-405e79ca-2851-11e8-8bcc-3adf638b2336.PNG) I found an issue on "**Pr...
defect
documentation error on dialog hi i found an issue on primneng dialog box minheight property you write width in the description of this property instead of height please correct the description of this i also attached the screen shots for this issue thanks swati jain gma...
1
219,677
24,513,389,995
IssuesEvent
2022-10-11 01:06:03
peterwkc85/Spock_Testing_Framework
https://api.github.com/repos/peterwkc85/Spock_Testing_Framework
opened
CVE-2022-41853 (High) detected in hsqldb-2.3.2.jar
security vulnerability
## CVE-2022-41853 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hsqldb-2.3.2.jar</b></p></summary> <p>HSQLDB - Lightweight 100% Java SQL Database Engine</p> <p>Library home page: <a ...
True
CVE-2022-41853 (High) detected in hsqldb-2.3.2.jar - ## CVE-2022-41853 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hsqldb-2.3.2.jar</b></p></summary> <p>HSQLDB - Lightweight 100% J...
non_defect
cve high detected in hsqldb jar cve high severity vulnerability vulnerable library hsqldb jar hsqldb lightweight java sql database engine library home page a href path to dependency file java testing with spock master java testing with spock master spring standa...
0
41,207
10,333,955,995
IssuesEvent
2019-09-03 07:09:56
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
"Shutdown Node" does not remove the PID file from start.sh
Type: Defect
@dbrimley: When you start a Hazelcast member using the start bash scripts in the /bin directory of the .zip distribution it creates a PID file to be used by the stop.sh If you subsequently then shutdown the member using the "Shutdown Node" button in the management centre, it does not clean up this PID file. Ne...
1.0
"Shutdown Node" does not remove the PID file from start.sh - @dbrimley: When you start a Hazelcast member using the start bash scripts in the /bin directory of the .zip distribution it creates a PID file to be used by the stop.sh If you subsequently then shutdown the member using the "Shutdown Node" button in the...
defect
shutdown node does not remove the pid file from start sh dbrimley when you start a hazelcast member using the start bash scripts in the bin directory of the zip distribution it creates a pid file to be used by the stop sh if you subsequently then shutdown the member using the shutdown node button in the...
1
39,510
9,524,995,017
IssuesEvent
2019-04-28 08:40:36
cython/cython
https://api.github.com/repos/cython/cython
closed
Boolean constants get confused with integers
Type Analysis defect
We found that our regular Python code compiled with Cython behaves differently from the original. The issue appears to be with boolean constants being treated as if they were integers 0/1 (or the other way around). The following MRE reproduces the problem: ### dt.pyx ``` # cython: language_level=3 def test(): ...
1.0
Boolean constants get confused with integers - We found that our regular Python code compiled with Cython behaves differently from the original. The issue appears to be with boolean constants being treated as if they were integers 0/1 (or the other way around). The following MRE reproduces the problem: ### dt.pyx ...
defect
boolean constants get confused with integers we found that our regular python code compiled with cython behaves differently from the original the issue appears to be with boolean constants being treated as if they were integers or the other way around the following mre reproduces the problem dt pyx ...
1
20,435
4,543,982,203
IssuesEvent
2016-09-10 12:31:40
meew0/discordrb
https://api.github.com/repos/meew0/discordrb
closed
Comment for event.author shows it's of the wrong class
bug documentation
https://github.com/meew0/discordrb/blob/master/lib/discordrb/events/message.rb#L75 I can't believe I'm opening an issue over a comment. That says that event.author is of the `User` class, when it should say that it's of the `Member` class. ~~Also welcome to Michi Can't Make An Issue Title To Save Her Life hour.~~
1.0
Comment for event.author shows it's of the wrong class - https://github.com/meew0/discordrb/blob/master/lib/discordrb/events/message.rb#L75 I can't believe I'm opening an issue over a comment. That says that event.author is of the `User` class, when it should say that it's of the `Member` class. ~~Also welcome to...
non_defect
comment for event author shows it s of the wrong class i can t believe i m opening an issue over a comment that says that event author is of the user class when it should say that it s of the member class also welcome to michi can t make an issue title to save her life hour
0
78,669
27,701,967,318
IssuesEvent
2023-03-14 08:42:34
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
DNSDIST restarts when DoH query made
defect dnsdist backport to dnsdist-1.7.x
When running DoH query agains dnsdist which kdig for first query I get result but right after it if I do second query I get error and when I check dnsdist logs I see its restartted with below logs ``` Mar 13 14:21:49 aws-nameserver dnsdist[2026984]: Got an error in DOH question thread while parsing a query from 16...
1.0
DNSDIST restarts when DoH query made - When running DoH query agains dnsdist which kdig for first query I get result but right after it if I do second query I get error and when I check dnsdist logs I see its restartted with below logs ``` Mar 13 14:21:49 aws-nameserver dnsdist[2026984]: Got an error in DOH questi...
defect
dnsdist restarts when doh query made when running doh query agains dnsdist which kdig for first query i get result but right after it if i do second query i get error and when i check dnsdist logs i see its restartted with below logs mar aws nameserver dnsdist got an error in doh question thread wh...
1
31,753
7,445,461,683
IssuesEvent
2018-03-28 04:45:02
krlxfm/amethyst
https://api.github.com/repos/krlxfm/amethyst
opened
Resolve code duplication in resources/assets/js/pages/tracks/index.js
Code Climate
Code duplication needs to be resolved. Duplicated incidents are found in: - resources/assets/js/pages/tracks/index.js (lines 7 to 27) - resources/assets/js/pages/tracks/index.js (lines 29 to 49)
1.0
Resolve code duplication in resources/assets/js/pages/tracks/index.js - Code duplication needs to be resolved. Duplicated incidents are found in: - resources/assets/js/pages/tracks/index.js (lines 7 to 27) - resources/assets/js/pages/tracks/index.js (lines 29 to 49)
non_defect
resolve code duplication in resources assets js pages tracks index js code duplication needs to be resolved duplicated incidents are found in resources assets js pages tracks index js lines to resources assets js pages tracks index js lines to
0
16,032
2,870,252,504
IssuesEvent
2015-06-07 00:37:56
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
closed
Sprite2D not scaled ocrrectly when using PerspectiveLens
auto-migrated Priority-Medium Type-Defect
#86 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:41Z ``` What steps will reproduce the problem? A swf and source is attached. What is the expected output? What do you see instead? In the example I made 2 spheres that zoom in and out, and in between a Sprite2d looking like an arrow. The arrow is sca...
1.0
Sprite2D not scaled ocrrectly when using PerspectiveLens - #86 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:41Z ``` What steps will reproduce the problem? A swf and source is attached. What is the expected output? What do you see instead? In the example I made 2 spheres that zoom in and out, and in...
defect
not scaled ocrrectly when using perspectivelens issue by googlecodeexporter created on what steps will reproduce the problem a swf and source is attached what is the expected output what do you see instead in the example i made spheres that zoom in and out and in between a lookin...
1
33,880
4,864,644,088
IssuesEvent
2016-11-14 18:35:26
DynamoRIO/drmemory
https://api.github.com/repos/DynamoRIO/drmemory
opened
rel64 app_suite failing to suppress 3 errors b/c of bogus callstack frames
Bug-FalsePositive Component-Tests OpSys-Windows OpSys-x64
http://dynamorio.org/CDash/testDetails.php?test=151399&build=14556 CMake Error at runtest.cmake:501 (message): stderr failed to match "~~Dr\.M~~ NO ERRORS FOUND:" ``` ~~Dr.M~~ ERRORS FOUND: ~~Dr.M~~ 0 unique, 0 total unaddressable access(es) ~~Dr.M~~ 2 unique, 2 total invalid heap argume...
1.0
rel64 app_suite failing to suppress 3 errors b/c of bogus callstack frames - http://dynamorio.org/CDash/testDetails.php?test=151399&build=14556 CMake Error at runtest.cmake:501 (message): stderr failed to match "~~Dr\.M~~ NO ERRORS FOUND:" ``` ~~Dr.M~~ ERRORS FOUND: ~~Dr.M~~ 0 unique, 0 total unadd...
non_defect
app suite failing to suppress errors b c of bogus callstack frames cmake error at runtest cmake message stderr failed to match dr m no errors found dr m errors found dr m unique total unaddressable access es dr m unique total invalid heap ...
0
7,284
3,535,263,081
IssuesEvent
2016-01-16 11:01:33
OpenRIAServices/OpenRiaServices
https://api.github.com/repos/OpenRIAServices/OpenRiaServices
opened
User Defineable Message Properties On all Operations
CodePlex
**This issue was imported from [CodePlex](http://openriaservices.codeplex.com/workitem/15)** **[koimad](http://www.codeplex.com/site/users/view/koimad)** wrote 2013-10-21 at 22:56 I have come across several problems in applications using RIA, where being able to add message properties to the operation context would...
1.0
User Defineable Message Properties On all Operations - **This issue was imported from [CodePlex](http://openriaservices.codeplex.com/workitem/15)** **[koimad](http://www.codeplex.com/site/users/view/koimad)** wrote 2013-10-21 at 22:56 I have come across several problems in applications using RIA, where being able t...
non_defect
user defineable message properties on all operations this issue was imported from wrote at i have come across several problems in applications using ria where being able to add message properties to the operation context would solve a few issues whilst in query invoke operations extra pa...
0
16,304
20,960,721,706
IssuesEvent
2022-03-27 19:05:26
lynnandtonic/nestflix.fun
https://api.github.com/repos/lynnandtonic/nestflix.fun
closed
Add Capital Beat
suggested title in process
Please add as much of the following info as you can: Title: Capital Beat Type (film/tv show): TV Show Film or show in which it appears: _The West Wing_ * Season 1, Episode 1 "Pilot" * Season 2, Episode 4 "In This White House" * Season 2, Episode 13 "Bartlet's Third State of the Union" * Season 3, Episode...
1.0
Add Capital Beat - Please add as much of the following info as you can: Title: Capital Beat Type (film/tv show): TV Show Film or show in which it appears: _The West Wing_ * Season 1, Episode 1 "Pilot" * Season 2, Episode 4 "In This White House" * Season 2, Episode 13 "Bartlet's Third State of the Union" ...
non_defect
add capital beat please add as much of the following info as you can title capital beat type film tv show tv show film or show in which it appears the west wing season episode pilot season episode in this white house season episode bartlet s third state of the union ...
0
36,027
17,396,160,070
IssuesEvent
2021-08-02 13:43:20
dotnet/msbuild
https://api.github.com/repos/dotnet/msbuild
closed
Measure incremental build using ReferenceAssemblies
performance
Modify OrchadCore to use ReferenceAssemblies: Commit: `ec2154ae099913ee81751f30c4f7660952fe63c9` Modify file: `src\OrchardCore\OrchardCore.Localization.Abstractions\CultureDictionary.cs` - scenario a) white space only (ReferenceAssemblies shall not change) - scenario b) public interface (shall trigger Reference...
True
Measure incremental build using ReferenceAssemblies - Modify OrchadCore to use ReferenceAssemblies: Commit: `ec2154ae099913ee81751f30c4f7660952fe63c9` Modify file: `src\OrchardCore\OrchardCore.Localization.Abstractions\CultureDictionary.cs` - scenario a) white space only (ReferenceAssemblies shall not change) -...
non_defect
measure incremental build using referenceassemblies modify orchadcore to use referenceassemblies commit modify file src orchardcore orchardcore localization abstractions culturedictionary cs scenario a white space only referenceassemblies shall not change scenario b public interface shall tr...
0
31,321
6,499,521,263
IssuesEvent
2017-08-22 21:54:51
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
ObjectInitializationMode ignored when ObjectLiteral object is instantiated by a referencing project
defect
If you mark a class as `ObjectLiteral` with the `ObjectInitializationMode.DefaultValue` setting and you instantiate the class in a referencing project, the generated JS does not set the object's properties to the default values. ### Steps To Reproduce I have attached a solution that reproduces the problem. [Brid...
1.0
ObjectInitializationMode ignored when ObjectLiteral object is instantiated by a referencing project - If you mark a class as `ObjectLiteral` with the `ObjectInitializationMode.DefaultValue` setting and you instantiate the class in a referencing project, the generated JS does not set the object's properties to the defau...
defect
objectinitializationmode ignored when objectliteral object is instantiated by a referencing project if you mark a class as objectliteral with the objectinitializationmode defaultvalue setting and you instantiate the class in a referencing project the generated js does not set the object s properties to the defau...
1
55,110
14,219,919,205
IssuesEvent
2020-11-17 13:55:18
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
TieredMenu initial hover is broken
LTS-PORTABLE defect
**I'm submitting a ...** (check one with "x") [X] bug report => Search github for a similar issue or PR before submitting **Plunkr Case (Bug Reports)** Please demonstrate your case at stackblitz by using the issue template below. Issues without a test case have much less possibility to be reviewd in detail and ...
1.0
TieredMenu initial hover is broken - **I'm submitting a ...** (check one with "x") [X] bug report => Search github for a similar issue or PR before submitting **Plunkr Case (Bug Reports)** Please demonstrate your case at stackblitz by using the issue template below. Issues without a test case have much less pos...
defect
tieredmenu initial hover is broken i m submitting a check one with x bug report search github for a similar issue or pr before submitting plunkr case bug reports please demonstrate your case at stackblitz by using the issue template below issues without a test case have much less possi...
1
44,961
12,493,599,152
IssuesEvent
2020-06-01 09:34:27
hazelcast/hazelcast-csharp-client
https://api.github.com/repos/hazelcast/hazelcast-csharp-client
opened
Shuffle members by default
Priority: High Type: Defect
Unfortunately, the .NET client does not shuffle the list by default whereas java does by default. PS: Related prop: hazelcast.client.shuffle.member.list
1.0
Shuffle members by default - Unfortunately, the .NET client does not shuffle the list by default whereas java does by default. PS: Related prop: hazelcast.client.shuffle.member.list
defect
shuffle members by default unfortunately the net client does not shuffle the list by default whereas java does by default ps related prop hazelcast client shuffle member list
1
807,217
29,984,307,428
IssuesEvent
2023-06-25 03:16:21
dealii/dealii
https://api.github.com/repos/dealii/dealii
closed
Passing `--help` to a deal.II application prints the kokkos help
High Priority :warning:
As pointed out by @nfehn , a simple program like: ```cpp #include <deal.II/base/mpi.h> using namespace dealii; int main(int argc, char *argv[]) { Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); } ``` give the following output if run with `./main --help`: ``` ----------------...
1.0
Passing `--help` to a deal.II application prints the kokkos help - As pointed out by @nfehn , a simple program like: ```cpp #include <deal.II/base/mpi.h> using namespace dealii; int main(int argc, char *argv[]) { Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); } ``` give the follo...
non_defect
passing help to a deal ii application prints the kokkos help as pointed out by nfehn a simple program like cpp include using namespace dealii int main int argc char argv utilities mpi mpi initfinalize mpi initialization argc argv give the following output if run w...
0
253,201
8,052,735,692
IssuesEvent
2018-08-01 20:18:21
Da-Technomancer/Essentials
https://api.github.com/repos/Da-Technomancer/Essentials
closed
Delete the entire production package
help wanted low priority
Sooooooo I accidentally didn't put the entire production package/folder in the gitignore file initially, so a large package that isn't supposed to be on github ever is now on github (it should never be put on github as it is large, and is re-generated whenever the mod is compiled, meaning distribution is pointless). I ...
1.0
Delete the entire production package - Sooooooo I accidentally didn't put the entire production package/folder in the gitignore file initially, so a large package that isn't supposed to be on github ever is now on github (it should never be put on github as it is large, and is re-generated whenever the mod is compiled,...
non_defect
delete the entire production package sooooooo i accidentally didn t put the entire production package folder in the gitignore file initially so a large package that isn t supposed to be on github ever is now on github it should never be put on github as it is large and is re generated whenever the mod is compiled ...
0
33,712
4,857,582,239
IssuesEvent
2016-11-12 17:46:23
MajkiIT/polish-ads-filter
https://api.github.com/repos/MajkiIT/polish-ads-filter
closed
gry.pl
adblock detect reguły gotowe/testowanie
ad block http://www.gry.pl/gra/tetris-twist Uwaga! Niektóre gry mogą nie działać poprawnie. Wyłącz swoje narzędzie do blokowania reklam!
1.0
gry.pl - ad block http://www.gry.pl/gra/tetris-twist Uwaga! Niektóre gry mogą nie działać poprawnie. Wyłącz swoje narzędzie do blokowania reklam!
non_defect
gry pl ad block uwaga niektóre gry mogą nie działać poprawnie wyłącz swoje narzędzie do blokowania reklam
0
178,275
14,666,218,364
IssuesEvent
2020-12-29 15:51:00
condac/openSimIO
https://api.github.com/repos/condac/openSimIO
closed
Error loading X Plane 11 config.txt
bug documentation x-plane
Hi! I'm sure that this is not working because I missed something in the config/upload to the Arduino. I have an Arduino Uno board. This is my first project with it. I followed all the steps, downloaded the source code and without any modification uploaded to the board, putting the plugin in the sim root folder a...
1.0
Error loading X Plane 11 config.txt - Hi! I'm sure that this is not working because I missed something in the config/upload to the Arduino. I have an Arduino Uno board. This is my first project with it. I followed all the steps, downloaded the source code and without any modification uploaded to the board, putti...
non_defect
error loading x plane config txt hi i m sure that this is not working because i missed something in the config upload to the arduino i have an arduino uno board this is my first project with it i followed all the steps downloaded the source code and without any modification uploaded to the board puttin...
0
24,514
7,522,180,463
IssuesEvent
2018-04-12 19:34:26
Sloeber/arduino-eclipse-plugin
https://api.github.com/repos/Sloeber/arduino-eclipse-plugin
closed
pre and post build is not executed pre and post the build
OS: all domain: build importance: usability status: fixed in nightly
sometimes the pre is done at the end of the build ![afbeelding](https://user-images.githubusercontent.com/1175841/38645703-4f2a3878-3de5-11e8-9c56-615e8e80fc70.png) ``` 'Finished building target: pong' ' ' C:/sloeber/arduinoPlugin/tools/make/make --no-print-directory post-build echo post build post build ...
1.0
pre and post build is not executed pre and post the build - sometimes the pre is done at the end of the build ![afbeelding](https://user-images.githubusercontent.com/1175841/38645703-4f2a3878-3de5-11e8-9c56-615e8e80fc70.png) ``` 'Finished building target: pong' ' ' C:/sloeber/arduinoPlugin/tools/make/make --...
non_defect
pre and post build is not executed pre and post the build sometimes the pre is done at the end of the build finished building target pong c sloeber arduinoplugin tools make make no print directory post build echo post build post build echo prebuild prebuild build f...
0
159,722
13,770,632,718
IssuesEvent
2020-10-07 20:33:22
Wikunia/Javis.jl
https://api.github.com/repos/Wikunia/Javis.jl
opened
Recognize Contributors
documentation enhancement good first issue hacktoberfest question
I have been thinking about how great it is to have people contributing to Javis. Therefore, rather than only having our contributor list, I was thinking we could make a cool Javis animation to recognize each and every person who has worked on Javis! So far, this is one direction I was thinking about going, but it only ...
1.0
Recognize Contributors - I have been thinking about how great it is to have people contributing to Javis. Therefore, rather than only having our contributor list, I was thinking we could make a cool Javis animation to recognize each and every person who has worked on Javis! So far, this is one direction I was thinking ...
non_defect
recognize contributors i have been thinking about how great it is to have people contributing to javis therefore rather than only having our contributor list i was thinking we could make a cool javis animation to recognize each and every person who has worked on javis so far this is one direction i was thinking ...
0
16
2,492,099,684
IssuesEvent
2015-01-04 12:30:14
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
A large number of parameters causes update_guess in class simple_sa to run for a very long time. (Trac #875)
defect Migrated from Trac prio-normal scipy.optimize
_Original ticket http://projects.scipy.org/scipy/ticket/875 on 2009-02-25 by trac user jimshain, assigned to unknown._ Hello, I have a data set with 23 "parameters". When it runs in the class simple_sa, in the def update_guess, it does not get out of the loop. I am guessing that the loop should find new guesses ind...
1.0
A large number of parameters causes update_guess in class simple_sa to run for a very long time. (Trac #875) - _Original ticket http://projects.scipy.org/scipy/ticket/875 on 2009-02-25 by trac user jimshain, assigned to unknown._ Hello, I have a data set with 23 "parameters". When it runs in the class simple_sa, in ...
defect
a large number of parameters causes update guess in class simple sa to run for a very long time trac original ticket on by trac user jimshain assigned to unknown hello i have a data set with parameters when it runs in the class simple sa in the def update guess it does not get out of the ...
1
330,631
24,270,263,424
IssuesEvent
2022-09-28 09:42:24
rte-france/Grid2Op
https://api.github.com/repos/rte-france/Grid2Op
opened
Improve the explications about the MultifolderWithCache chonic class
documentation
## Documentation issue description The explications about the MultifolderWithCache are a bit light here: https://grid2op.readthedocs.io/en/latest/chronics.html#grid2op.Chronics.MultifolderWithCache You could insist on the fact that the following line is always needed with MultifolderWithCache, with or without fi...
1.0
Improve the explications about the MultifolderWithCache chonic class - ## Documentation issue description The explications about the MultifolderWithCache are a bit light here: https://grid2op.readthedocs.io/en/latest/chronics.html#grid2op.Chronics.MultifolderWithCache You could insist on the fact that the follow...
non_defect
improve the explications about the multifolderwithcache chonic class documentation issue description the explications about the multifolderwithcache are a bit light here you could insist on the fact that the following line is always needed with multifolderwithcache with or without filter env chronics...
0
9,307
2,615,143,590
IssuesEvent
2015-03-01 06:18:59
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
opened
Canvas sample -> Dragging an image towards the bottom or right shows whitespace
auto-migrated Priority-Medium Slides Type-Defect
``` Link to page: http://slides.html5rocks.com/#slide24 If you drag a photo on this page towards the bottom or right hand side of the background picture, it starts scrolling (fast!). This causes the white background to scroll into view and the controls and background picture to disappear. ``` Original issue repo...
1.0
Canvas sample -> Dragging an image towards the bottom or right shows whitespace - ``` Link to page: http://slides.html5rocks.com/#slide24 If you drag a photo on this page towards the bottom or right hand side of the background picture, it starts scrolling (fast!). This causes the white background to scroll into view...
defect
canvas sample dragging an image towards the bottom or right shows whitespace link to page if you drag a photo on this page towards the bottom or right hand side of the background picture it starts scrolling fast this causes the white background to scroll into view and the controls and background pic...
1
63,010
17,316,746,452
IssuesEvent
2021-07-27 07:19:24
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: Bouncing sorting of articles when feed is fetched by shortcut
Type-Defect
<!--- Dear RSS Guard contributor, please RESPECT this template. Also, you might be interested in reading this: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html Also, ALWAYS, ALWAYS, ALWAYS attach DEBUG LOG to your bug report!!! See here how to generate it: https://github.com/martinrotter/rssguard/blob/m...
1.0
[BUG]: Bouncing sorting of articles when feed is fetched by shortcut - <!--- Dear RSS Guard contributor, please RESPECT this template. Also, you might be interested in reading this: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html Also, ALWAYS, ALWAYS, ALWAYS attach DEBUG LOG to your bug report!!! See here h...
defect
bouncing sorting of articles when feed is fetched by shortcut dear rss guard contributor please respect this template also you might be interested in reading this also always always always attach debug log to your bug report see here how to generate it brief description...
1
47,311
13,056,114,373
IssuesEvent
2020-07-30 03:42:03
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
Update GFU to use new I3RateDb tables in I3Live (Trac #323)
Migrated from Trac defect jeb + pnf
Migrated from https://code.icecube.wisc.edu/ticket/323 ```json { "status": "closed", "changetime": "2019-01-11T20:04:01", "description": "", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1547237041230692", "component": "jeb + pnf", "summary": "Update GFU ...
1.0
Update GFU to use new I3RateDb tables in I3Live (Trac #323) - Migrated from https://code.icecube.wisc.edu/ticket/323 ```json { "status": "closed", "changetime": "2019-01-11T20:04:01", "description": "", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1547237041230692...
defect
update gfu to use new tables in trac migrated from json status closed changetime description reporter blaufuss cc resolution fixed ts component jeb pnf summary update gfu to use new tab...
1
329,201
24,211,132,190
IssuesEvent
2022-09-25 22:17:00
grupoA7ISPC/ProyectoISPCGrupo55
https://api.github.com/repos/grupoA7ISPC/ProyectoISPCGrupo55
opened
Documento IEEE830 - 2.3 Restricciones
documentation
Redacción de **restricciones** del documento de requerimientos de software, entendiéndose como "limitaciones del producto".
1.0
Documento IEEE830 - 2.3 Restricciones - Redacción de **restricciones** del documento de requerimientos de software, entendiéndose como "limitaciones del producto".
non_defect
documento restricciones redacción de restricciones del documento de requerimientos de software entendiéndose como limitaciones del producto
0
9,628
2,615,164,001
IssuesEvent
2015-03-01 06:43:49
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Associates but won't find pins
auto-migrated Priority-Triage Type-Defect
``` Hi, I am very new to this so go easy. I am trying to use reaver and enter the command as follows: reaver -i moninterface -b bssid -vv And it came up with, Warning: Failed to associate with ....... So then I browsed around the issues and found a person trying, reaver -i mon0 -b XX:XX:XX:XX:XX:XX -c 11 -e netw...
1.0
Associates but won't find pins - ``` Hi, I am very new to this so go easy. I am trying to use reaver and enter the command as follows: reaver -i moninterface -b bssid -vv And it came up with, Warning: Failed to associate with ....... So then I browsed around the issues and found a person trying, reaver -i mon0 -...
defect
associates but won t find pins hi i am very new to this so go easy i am trying to use reaver and enter the command as follows reaver i moninterface b bssid vv and it came up with warning failed to associate with so then i browsed around the issues and found a person trying reaver i b x...
1
10,824
2,622,192,168
IssuesEvent
2015-03-04 00:23:33
byzhang/cudpp
https://api.github.com/repos/byzhang/cudpp
closed
stopwatch class on CPU always returns 0 on Linux
auto-migrated Milestone-Release2.0 Priority-Medium Type-Defect
``` Worked fine on Mac, but appears to return 0.0 every time on Linux (dirac, CUDA 4.0). It's this line: cudpp_app::StopWatch timer; printf("CPU execution time = %f\n", timer.getTime()); ``` Original issue reported on code.google.com by `jow...@gmail.com` on 8 Jul 2011 at 5:52
1.0
stopwatch class on CPU always returns 0 on Linux - ``` Worked fine on Mac, but appears to return 0.0 every time on Linux (dirac, CUDA 4.0). It's this line: cudpp_app::StopWatch timer; printf("CPU execution time = %f\n", timer.getTime()); ``` Original issue reported on code.google.com by `jow...@gmail...
defect
stopwatch class on cpu always returns on linux worked fine on mac but appears to return every time on linux dirac cuda it s this line cudpp app stopwatch timer printf cpu execution time f n timer gettime original issue reported on code google com by jow gmail...
1
49,554
13,187,232,801
IssuesEvent
2020-08-13 02:46:08
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
icetray-inspect fails to display C++ modules (Trac #1670)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1670">https://code.icecube.wisc.edu/ticket/1670</a>, reported by cweaver and owned by kjmeagher</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:45", "description": "Running icetray-inspect...
1.0
icetray-inspect fails to display C++ modules (Trac #1670) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1670">https://code.icecube.wisc.edu/ticket/1670</a>, reported by cweaver and owned by kjmeagher</em></summary> <p> ```json { "status": "closed", "changetime": "2019-0...
defect
icetray inspect fails to display c modules trac migrated from json status closed changetime description running icetray inspect from the current trunk appears to only display pure python modules and tray segments n n n icetray inspect dataio n ...
1
63,625
17,791,817,498
IssuesEvent
2021-08-31 17:04:44
gwaldron/osgearth
https://api.github.com/repos/gwaldron/osgearth
closed
Regression: Artifacts in draped geometry
defect
246ce0f14a71ea18b89d50e203cdd78b260b8e07 introduced rendering artifacts in `feature_draped_polygons.earth`. Before: ![image](https://user-images.githubusercontent.com/326618/131525665-ca4b3782-d24f-4f1e-b3fc-c8f985aee619.png) After: ![image](https://user-images.githubusercontent.com/326618/131525537-878b3c17-54...
1.0
Regression: Artifacts in draped geometry - 246ce0f14a71ea18b89d50e203cdd78b260b8e07 introduced rendering artifacts in `feature_draped_polygons.earth`. Before: ![image](https://user-images.githubusercontent.com/326618/131525665-ca4b3782-d24f-4f1e-b3fc-c8f985aee619.png) After: ![image](https://user-images.githubu...
defect
regression artifacts in draped geometry introduced rendering artifacts in feature draped polygons earth before after
1
139,942
31,810,979,944
IssuesEvent
2023-09-13 16:48:41
mokkang/github-verademo
https://api.github.com/repos/mokkang/github-verademo
opened
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:99]
VeracodeFlaw: Medium Veracode Policy Scan
**Filename:** tools.jsp **Line:** 77 **CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)')) <span>This call to java.io.Writer.write() contains a cross-site scripting (XSS) flaw. The application populates the HTTP response with untrusted input, allo...
2.0
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:99] - **Filename:** tools.jsp **Line:** 77 **CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)')) <span>This call to java.io.Writer.wri...
non_defect
improper neutralization of script related html tags in a web page basic xss cross site scripting xss filename tools jsp line cwe improper neutralization of script related html tags in a web page basic xss cross site scripting xss this call to java io writer write contains ...
0
27,664
30,055,177,996
IssuesEvent
2023-06-28 06:05:10
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Low FPS editor
platform:windows discussion topic:editor usability
### Godot version 4.0.3.stable ### System information Win 10, i5-11400H, 16GB RAM, RTX3050M ### Issue description When I switch to another application and then return to Godot, the editor starts to slow down a lot, usually this is solved by choosing its window, but not always Limiting the fps of the editor when...
True
Low FPS editor - ### Godot version 4.0.3.stable ### System information Win 10, i5-11400H, 16GB RAM, RTX3050M ### Issue description When I switch to another application and then return to Godot, the editor starts to slow down a lot, usually this is solved by choosing its window, but not always Limiting the fps o...
non_defect
low fps editor godot version stable system information win ram issue description when i switch to another application and then return to godot the editor starts to slow down a lot usually this is solved by choosing its window but not always limiting the fps of the editor when...
0
7,103
2,610,327,196
IssuesEvent
2015-02-26 19:45:26
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
opened
Mod Review
auto-migrated Priority-Low Type-Defect
``` There are numerous Naboo buildings missing texture ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 Jun 2011 at 12:19
1.0
Mod Review - ``` There are numerous Naboo buildings missing texture ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 Jun 2011 at 12:19
defect
mod review there are numerous naboo buildings missing texture original issue reported on code google com by gmail com on jun at
1
197,272
6,953,613,410
IssuesEvent
2017-12-06 21:40:01
PlasmaPy/PlasmaPy
https://api.github.com/repos/PlasmaPy/PlasmaPy
opened
Add period, group, block, and category for each element
Constants and physical data Enhancement Priority: low
Each element in the periodic table has a [_period_](https://en.wikipedia.org/wiki/Period_(periodic_table)) and a [_group_](https://en.wikipedia.org/wiki/Group_(periodic_table)) related to its chemical properties. Each row in the periodic table corresponds to a period, whereas each column corresponds to a group. For e...
1.0
Add period, group, block, and category for each element - Each element in the periodic table has a [_period_](https://en.wikipedia.org/wiki/Period_(periodic_table)) and a [_group_](https://en.wikipedia.org/wiki/Group_(periodic_table)) related to its chemical properties. Each row in the periodic table corresponds to a ...
non_defect
add period group block and category for each element each element in the periodic table has a and a related to its chemical properties each row in the periodic table corresponds to a period whereas each column corresponds to a group for example lithium is in period group and helium is in period ...
0
43,774
11,841,114,952
IssuesEvent
2020-03-23 20:09:49
mozilla/experimenter
https://api.github.com/repos/mozilla/experimenter
closed
Integration tests and server can not be spun up simultaneously
Defect docker
<img width="1659" alt="Screen Shot 2019-10-22 at 10 40 34 AM" src="https://user-images.githubusercontent.com/1551682/67414760-9834f980-f578-11e9-9482-8acb17b8bd0e.png"> We should fix this because it's really useful/necessary to sometimes have both going, and right now, you have to restart docker and switch between t...
1.0
Integration tests and server can not be spun up simultaneously - <img width="1659" alt="Screen Shot 2019-10-22 at 10 40 34 AM" src="https://user-images.githubusercontent.com/1551682/67414760-9834f980-f578-11e9-9482-8acb17b8bd0e.png"> We should fix this because it's really useful/necessary to sometimes have both goin...
defect
integration tests and server can not be spun up simultaneously img width alt screen shot at am src we should fix this because it s really useful necessary to sometimes have both going and right now you have to restart docker and switch between the two
1
13,533
16,066,012,108
IssuesEvent
2021-04-23 19:13:34
unicode-org/icu4x
https://api.github.com/repos/unicode-org/icu4x
closed
Extend CONTRIBUTING.md to explicitly state that the PR author can remove automatically added reviewers
C-process S-tiny T-docs-tests
Since GitHub is auto-adding reviewers, and we expect PR author to wait for all reviewers, the result is that sometimes github adds a reviewer and the PR author doesn't think they need that person to review it (for example because patch is trivial and got r+ already from someone else). It would be good to document th...
1.0
Extend CONTRIBUTING.md to explicitly state that the PR author can remove automatically added reviewers - Since GitHub is auto-adding reviewers, and we expect PR author to wait for all reviewers, the result is that sometimes github adds a reviewer and the PR author doesn't think they need that person to review it (for e...
non_defect
extend contributing md to explicitly state that the pr author can remove automatically added reviewers since github is auto adding reviewers and we expect pr author to wait for all reviewers the result is that sometimes github adds a reviewer and the pr author doesn t think they need that person to review it for e...
0
260,733
22,644,512,339
IssuesEvent
2022-07-01 07:21:07
opencurve/curve
https://api.github.com/repos/opencurve/curve
closed
curvefs_tool query-inode core dump "std::out_of_range"
bug need test
**Describe the bug (描述bug)** ![image](https://user-images.githubusercontent.com/4277834/169482058-86132c7c-db00-459a-99fe-d1a628431c90.png) **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: branch: commit id: **Additional context/screenshots (更多上下文/截图)**
1.0
curvefs_tool query-inode core dump "std::out_of_range" - **Describe the bug (描述bug)** ![image](https://user-images.githubusercontent.com/4277834/169482058-86132c7c-db00-459a-99fe-d1a628431c90.png) **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: branch: commit ...
non_defect
curvefs tool query inode core dump std out of range describe the bug 描述bug to reproduce 复现方法 expected behavior 期望行为 versions 各种版本 os compiler branch commit id additional context screenshots 更多上下文 截图
0
36,502
6,537,343,009
IssuesEvent
2017-08-31 21:59:33
playframework/playframework
https://api.github.com/repos/playframework/playframework
opened
Play 2.4 migration guide appearing in Play 2.6 documentation
documentation
https://www.playframework.com/documentation/2.6.x/PluginsToModules has 2.6.x in the URL However, the file only exists in the release24/migration24 directory and says "Home > Play releases > Play 2.4 > Migration Guides" when you visit the page. This page came up on Google for me. It's pretty confusing because it s...
1.0
Play 2.4 migration guide appearing in Play 2.6 documentation - https://www.playframework.com/documentation/2.6.x/PluginsToModules has 2.6.x in the URL However, the file only exists in the release24/migration24 directory and says "Home > Play releases > Play 2.4 > Migration Guides" when you visit the page. This pa...
non_defect
play migration guide appearing in play documentation has x in the url however the file only exists in the directory and says home play releases play migration guides when you visit the page this page came up on google for me it s pretty confusing because it shows code examples t...
0
22,051
3,591,014,990
IssuesEvent
2016-02-01 09:44:26
Stripeberry/unlabeled
https://api.github.com/repos/Stripeberry/unlabeled
closed
Написать систему обновления
auto-migrated Priority-Medium Type-Defect
``` Написать систему обновления ``` Original issue reported on code.google.com by `stripeberry@gmail.com` on 6 Jul 2011 at 1:54
1.0
Написать систему обновления - ``` Написать систему обновления ``` Original issue reported on code.google.com by `stripeberry@gmail.com` on 6 Jul 2011 at 1:54
defect
написать систему обновления написать систему обновления original issue reported on code google com by stripeberry gmail com on jul at
1
43,073
11,460,999,195
IssuesEvent
2020-02-07 10:54:51
contao/contao
https://api.github.com/repos/contao/contao
closed
Link Backend-Tastaturkürzel
defect
Der Link unter Backend-Tastaturkürzel auf dem Dashboard verweist noch auf die alte Dokumentation https://docs.contao.org/books/manual/current/de/02-administrationsbereich/backend-tastaturkuerzel.html statt https://docs.contao.org/manual/de/administrationsbereich/backend-tastaturkuerzel/.
1.0
Link Backend-Tastaturkürzel - Der Link unter Backend-Tastaturkürzel auf dem Dashboard verweist noch auf die alte Dokumentation https://docs.contao.org/books/manual/current/de/02-administrationsbereich/backend-tastaturkuerzel.html statt https://docs.contao.org/manual/de/administrationsbereich/backend-tastaturkuerzel/.
defect
link backend tastaturkürzel der link unter backend tastaturkürzel auf dem dashboard verweist noch auf die alte dokumentation statt
1
32,794
8,953,036,039
IssuesEvent
2019-01-25 18:14:47
spesmilo/electrum
https://api.github.com/repos/spesmilo/electrum
closed
Release process for GNU/Linux binaries not documented
OS-linux 🐧 build/packaging
The release process for GNU/Linux binaries isn't clearly documented. It would be highly useful to clearly document what terminal commands to run, starting with `git clone` and ending with the `.tar.gz` file that is uploaded to the website.
1.0
Release process for GNU/Linux binaries not documented - The release process for GNU/Linux binaries isn't clearly documented. It would be highly useful to clearly document what terminal commands to run, starting with `git clone` and ending with the `.tar.gz` file that is uploaded to the website.
non_defect
release process for gnu linux binaries not documented the release process for gnu linux binaries isn t clearly documented it would be highly useful to clearly document what terminal commands to run starting with git clone and ending with the tar gz file that is uploaded to the website
0
77,438
26,990,975,978
IssuesEvent
2023-02-09 19:53:17
TykTechnologies/tyk-operator
https://api.github.com/repos/TykTechnologies/tyk-operator
closed
method_transforms to_method works randomly
defect
with `tyk.tyk.io/v1alpha1` `ApiDefinition` when I setup `extended_paths.method_transforms.method GET -> to_method POST` as described [in here](https://github.com/TykTechnologies/tyk-operator/blob/master/bdd/custom_resources/transform/method.yaml) result is random. ## Expected Behavior when I run echo server and ...
1.0
method_transforms to_method works randomly - with `tyk.tyk.io/v1alpha1` `ApiDefinition` when I setup `extended_paths.method_transforms.method GET -> to_method POST` as described [in here](https://github.com/TykTechnologies/tyk-operator/blob/master/bdd/custom_resources/transform/method.yaml) result is random. ## Exp...
defect
method transforms to method works randomly with tyk tyk io apidefinition when i setup extended paths method transforms method get to method post as described result is random expected behavior when i run echo server and curl x get i should see post being delivered to echo server pod ...
1
80,835
10,212,188,212
IssuesEvent
2019-08-14 18:48:19
Islandora-CLAW/CLAW
https://api.github.com/repos/Islandora-CLAW/CLAW
opened
Islandora 8 Webinar Topics
documentation help wanted
We've done a couple of webinars on Islandora 8: * [June 2019](https://www.youtube.com/watch?v=ZaEQccS_9fY&t=17s) * [August 2019](https://www.youtube.com/watch?v=XqYyvR8SW_Y&t=2508s) We'd like to make this a monthly thing whenever we can manage it. This issue to to gather topic suggestions for future webinars. ...
1.0
Islandora 8 Webinar Topics - We've done a couple of webinars on Islandora 8: * [June 2019](https://www.youtube.com/watch?v=ZaEQccS_9fY&t=17s) * [August 2019](https://www.youtube.com/watch?v=XqYyvR8SW_Y&t=2508s) We'd like to make this a monthly thing whenever we can manage it. This issue to to gather topic sugges...
non_defect
islandora webinar topics we ve done a couple of webinars on islandora we d like to make this a monthly thing whenever we can manage it this issue to to gather topic suggestions for future webinars some suggestions we ve received so far islandora cookbooks demo and describe use ca...
0
35,496
7,755,357,156
IssuesEvent
2018-05-31 09:54:02
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
SplitButton's overlay not being removed
defect
**I'm submitting a ...** (check one with "x") ``` [ X ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request...
1.0
SplitButton's overlay not being removed - **I'm submitting a ...** (check one with "x") ``` [ X ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support reque...
defect
splitbutton s overlay not being removed i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead ...
1
49,107
13,185,233,764
IssuesEvent
2020-08-12 20:59:31
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
lilliput::python_wrappers.py use incompatible syntax for python 2.4 (Trac #754)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/754 , reported by nega and owned by boersma</em></summary> <p> ```json { "status": "closed", "changetime": "2014-09-30T19:56:25", "description": "{{{\n[buildslave@foraii build]$ python -V\nPython 2.4.3\n[buildslave@foraii build]$ ...
1.0
lilliput::python_wrappers.py use incompatible syntax for python 2.4 (Trac #754) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/754 , reported by nega and owned by boersma</em></summary> <p> ```json { "status": "closed", "changetime": "2014-09-30T19:56:25", "description": "{{...
defect
lilliput python wrappers py use incompatible syntax for python trac migrated from reported by nega and owned by boersma json status closed changetime description n python v npython n lsb nlsb release sd n scientific linux release ...
1
776,652
27,264,526,111
IssuesEvent
2023-02-22 17:01:54
ascheid/itsg33-pbmm-issue-gen
https://api.github.com/repos/ascheid/itsg33-pbmm-issue-gen
opened
CM-4: Security Impact Analysis
Priority: P3 ITSG-33 Suggested Assignment: IT Operations Group Class: Operational Control: CM-4
# Control Definition (A) The organization analyzes changes to the information system to determine potential security impacts prior to change implementation. # Class Operational # Supplemental Guidance Organizational personnel with information security responsibilities (e.g., Information System Administrators, Informa...
1.0
CM-4: Security Impact Analysis - # Control Definition (A) The organization analyzes changes to the information system to determine potential security impacts prior to change implementation. # Class Operational # Supplemental Guidance Organizational personnel with information security responsibilities (e.g., Informati...
non_defect
cm security impact analysis control definition a the organization analyzes changes to the information system to determine potential security impacts prior to change implementation class operational supplemental guidance organizational personnel with information security responsibilities e g informati...
0
817,128
30,626,626,233
IssuesEvent
2023-07-24 11:59:33
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Improve the behaviour for bug report and feature request screens to prevent duplicates
Enhancement Resolution: Fixed Status: Resolved Junior Version: AdGuard v4.1 Priority: P3
### Details Currently, the email and message fields are not cleared after bug report or feature request has been sent successfully. ### How to improve Clear the message field after each successful send, but save it after a failed attempt to send.
1.0
Improve the behaviour for bug report and feature request screens to prevent duplicates - ### Details Currently, the email and message fields are not cleared after bug report or feature request has been sent successfully. ### How to improve Clear the message field after each successful send, but save it after a...
non_defect
improve the behaviour for bug report and feature request screens to prevent duplicates details currently the email and message fields are not cleared after bug report or feature request has been sent successfully how to improve clear the message field after each successful send but save it after a...
0
73,629
24,726,211,654
IssuesEvent
2022-10-20 14:13:49
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: Installation error
defect
### Describe your issue. Attempting to install Scipy on a Windows 10 Enterprise machine and the build wheel is failing with on the following issue: `..\..\meson.build:57:0: ERROR: Unknown compiler(s): [['ifort'], ['gfortran'], ['flang'], ['pgfortran'], ['g95']]`. Not sure where to go from here. Please see the full...
1.0
BUG: Installation error - ### Describe your issue. Attempting to install Scipy on a Windows 10 Enterprise machine and the build wheel is failing with on the following issue: `..\..\meson.build:57:0: ERROR: Unknown compiler(s): [['ifort'], ['gfortran'], ['flang'], ['pgfortran'], ['g95']]`. Not sure where to go from her...
defect
bug installation error describe your issue attempting to install scipy on a windows enterprise machine and the build wheel is failing with on the following issue meson build error unknown compiler s not sure where to go from here please see the full error below for more ...
1
25,358
4,306,653,902
IssuesEvent
2016-07-21 04:47:46
kraigs-android/kraigsandroid
https://api.github.com/repos/kraigs-android/kraigsandroid
closed
Alarm not ringing because of "notification timeout"
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Set an alarm for a time in the future 2. Wait until the time the alarm is about to go off and snooze it. 2. Receive an notification from gmail and an sms with ChompSMS as sms application during the snooze timeout. 3. Wait until the time the alarm is about to go off again. ...
1.0
Alarm not ringing because of "notification timeout" - ``` What steps will reproduce the problem? 1. Set an alarm for a time in the future 2. Wait until the time the alarm is about to go off and snooze it. 2. Receive an notification from gmail and an sms with ChompSMS as sms application during the snooze timeout. 3. Wa...
defect
alarm not ringing because of notification timeout what steps will reproduce the problem set an alarm for a time in the future wait until the time the alarm is about to go off and snooze it receive an notification from gmail and an sms with chompsms as sms application during the snooze timeout wa...
1
77,765
27,151,647,765
IssuesEvent
2023-02-17 02:07:47
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Smart app banner is not shown when visiting a room directly
T-Defect Z-Platform-Specific S-Major O-Occasional A-Mobile
### Steps to reproduce 1. Visit https://app.gitter.im/#/room/#gitter_gitter:gitter.im on a mobile web device 1. Get greeted with an ugly web experience because https://github.com/vector-im/element-web/issues/14962 1. Also notice that no smart app banner is shown so you're stuck ### Outcome #### What did you exp...
1.0
Smart app banner is not shown when visiting a room directly - ### Steps to reproduce 1. Visit https://app.gitter.im/#/room/#gitter_gitter:gitter.im on a mobile web device 1. Get greeted with an ugly web experience because https://github.com/vector-im/element-web/issues/14962 1. Also notice that no smart app banne...
defect
smart app banner is not shown when visiting a room directly steps to reproduce visit on a mobile web device get greeted with an ugly web experience because also notice that no smart app banner is shown so you re stuck outcome what did you expect a better mobile web experience ...
1
63,802
17,970,344,138
IssuesEvent
2021-09-14 00:34:02
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
Timesteppers fails to hit desired time exactly
T: defect P: normal
## Bug Description ```Time Step 152, time = 15, dt = 0.1 0 Nonlinear |R| = 5.513604e-03 0 Linear |R| = 5.513604e-03 1 Linear |R| = 1.013631e-14 1 Nonlinear |R| = 1.758920e-04 0 Linear |R| = 1.758920e-04 1 Linear |R| = 2.241747e-18 2 Nonlinear |R| = 5.029084e-08 0 Linear |R| = 5...
1.0
Timesteppers fails to hit desired time exactly - ## Bug Description ```Time Step 152, time = 15, dt = 0.1 0 Nonlinear |R| = 5.513604e-03 0 Linear |R| = 5.513604e-03 1 Linear |R| = 1.013631e-14 1 Nonlinear |R| = 1.758920e-04 0 Linear |R| = 1.758920e-04 1 Linear |R| = 2.241747e-18 2 Non...
defect
timesteppers fails to hit desired time exactly bug description time step time dt nonlinear r linear r linear r nonlinear r linear r linear r nonlinear r linear r ...
1
145,408
19,339,411,209
IssuesEvent
2021-12-15 01:28:37
samq-ghdemo/Java-Demo
https://api.github.com/repos/samq-ghdemo/Java-Demo
opened
CVE-2021-45046 (High) detected in log4j-core-2.14.0.jar
security vulnerability
## CVE-2021-45046 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.14.0.jar</b></p></summary> <p>The Apache Log4j Implementation</p> <p>Library home page: <a href="https://...
True
CVE-2021-45046 (High) detected in log4j-core-2.14.0.jar - ## CVE-2021-45046 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.14.0.jar</b></p></summary> <p>The Apache Log4j ...
non_defect
cve high detected in core jar cve high severity vulnerability vulnerable library core jar the apache implementation library home page a href path to dependency file java demo pom xml path to vulnerable library repository org apache logging core cor...
0
74,699
25,273,932,961
IssuesEvent
2022-11-16 11:14:41
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Email notification template used for matrix.org HS regressed
S-Minor T-Defect O-Occasional
### Description Sometime between 2022-10-31 and 2022-11-04, the matrix.org HS email notification template seemed to regress somehow (at least for my @jryans:matrix.org account). Here are two example emails in each style for comparison: ## 2022-10-31 <img width="667" alt="image" src="https://user-images.github...
1.0
Email notification template used for matrix.org HS regressed - ### Description Sometime between 2022-10-31 and 2022-11-04, the matrix.org HS email notification template seemed to regress somehow (at least for my @jryans:matrix.org account). Here are two example emails in each style for comparison: ## 2022-10-31 ...
defect
email notification template used for matrix org hs regressed description sometime between and the matrix org hs email notification template seemed to regress somehow at least for my jryans matrix org account here are two example emails in each style for comparison img width ...
1
75,790
26,051,609,889
IssuesEvent
2022-12-22 19:19:00
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Homepage modal: 508: as keyboard user, tabbing through modal elements causes background homepage to jump to footer, under the shim
Defect VA.gov frontend VA.gov homepage Needs refining ⭐️ Public Websites 508/Accessibility 508-defect-2
## Describe the defect https://github.com/department-of-veterans-affairs/va.gov-team/issues/51142 - "Should" level collab cycle feedback After tabbing through all modal elements, focus goes back to the X to close BUT in the background: entire homepage auto scrolls to the footer. If you then click X to close, page ...
2.0
Homepage modal: 508: as keyboard user, tabbing through modal elements causes background homepage to jump to footer, under the shim - ## Describe the defect https://github.com/department-of-veterans-affairs/va.gov-team/issues/51142 - "Should" level collab cycle feedback After tabbing through all modal elements, foc...
defect
homepage modal as keyboard user tabbing through modal elements causes background homepage to jump to footer under the shim describe the defect should level collab cycle feedback after tabbing through all modal elements focus goes back to the x to close but in the background entire homepage auto ...
1
167,089
20,725,779,294
IssuesEvent
2022-03-14 01:33:25
kostua16/UNC_2020_MS_TLT
https://api.github.com/repos/kostua16/UNC_2020_MS_TLT
opened
CVE-2020-36518 (Medium) detected in jackson-databind-2.12.4.jar
security vulnerability
## CVE-2020-36518 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.12.4.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core strea...
True
CVE-2020-36518 (Medium) detected in jackson-databind-2.12.4.jar - ## CVE-2020-36518 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.12.4.jar</b></p></summary> <p>G...
non_defect
cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file services discovery pom xml...
0
374,674
11,093,983,457
IssuesEvent
2019-12-16 04:20:55
BCcampus/edehr
https://api.github.com/repos/BCcampus/edehr
closed
Investigate student confirmation of entered patient data
Investigation Priority - Medium Usability finding
**Investigate adding a “checkmark” feature for students to confirm they’ve entered all the data.** This is a feature of Cerner, and as that application is being implemented across the region, it may be of value to teach students that workflow in our EdEHR as well. One student described using a different colour of text...
1.0
Investigate student confirmation of entered patient data - **Investigate adding a “checkmark” feature for students to confirm they’ve entered all the data.** This is a feature of Cerner, and as that application is being implemented across the region, it may be of value to teach students that workflow in our EdEHR as w...
non_defect
investigate student confirmation of entered patient data investigate adding a “checkmark” feature for students to confirm they’ve entered all the data this is a feature of cerner and as that application is being implemented across the region it may be of value to teach students that workflow in our edehr as w...
0
255,329
27,484,908,796
IssuesEvent
2023-03-04 01:33:18
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
closed
CVE-2017-18241 (Medium) detected in linux-yocto-devv4.2.8 - autoclosed
security vulnerability
## CVE-2017-18241 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv4.2.8</b></p></summary> <p> <p>Linux Embedded Kernel - tracks the next mainline release</p> <p>Libra...
True
CVE-2017-18241 (Medium) detected in linux-yocto-devv4.2.8 - autoclosed - ## CVE-2017-18241 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv4.2.8</b></p></summary> <p> ...
non_defect
cve medium detected in linux yocto autoclosed cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel tracks the next mainline release library home page a href found in head commit a href found in base branch master ...
0
310,688
23,348,336,206
IssuesEvent
2022-08-09 20:20:31
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
closed
Add support for Ubuntu 22.04 LTS
:computer: linux :gear: documentation
### Preflight Checklist - [X] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - [X] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting)...
1.0
Add support for Ubuntu 22.04 LTS - ### Preflight Checklist - [X] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - [X] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/commo...
non_defect
add support for ubuntu lts preflight checklist i have installed the i have checked existing resources including the and the i have searched for problem there is no support for ubuntu lts desired solution support for ubuntu lts alternatives a...
0
126,166
26,792,206,287
IssuesEvent
2023-02-01 09:20:42
FuelLabs/sway
https://api.github.com/repos/FuelLabs/sway
closed
Program erroneously uses uninitialized virtual registers: $r34351
bug P: critical compiler: codegen
Compiling `amm` of [this branch](https://github.com/sway-libs/concentrated-liquidity/tree/controlc/another_ice) of `concentrated-liquidity` results in the following error ``` error: Internal compiler error: Program erroneously uses uninitialized virtual registers: $r34351 Please file an issue on the repository an...
1.0
Program erroneously uses uninitialized virtual registers: $r34351 - Compiling `amm` of [this branch](https://github.com/sway-libs/concentrated-liquidity/tree/controlc/another_ice) of `concentrated-liquidity` results in the following error ``` error: Internal compiler error: Program erroneously uses uninitialized v...
non_defect
program erroneously uses uninitialized virtual registers compiling amm of of concentrated liquidity results in the following error error internal compiler error program erroneously uses uninitialized virtual registers please file an issue on the repository and include the code that trigger...
0
81,450
30,854,102,666
IssuesEvent
2023-08-02 19:05:47
google/guava
https://api.github.com/repos/google/guava
closed
missing guava dependencies when updating from 32.0.1-jre to 32.1.1-jre
type=defect P2
My Java project has a transitive dependency on `com.google.guava:guava`. I manually update the version of guava by adding a constraint to the dependencies section of my `build.gradle`: ``` dependencies { ..... constraints { // update guava to latest implementation("com.google.guava:gua...
1.0
missing guava dependencies when updating from 32.0.1-jre to 32.1.1-jre - My Java project has a transitive dependency on `com.google.guava:guava`. I manually update the version of guava by adding a constraint to the dependencies section of my `build.gradle`: ``` dependencies { ..... constraints { ...
defect
missing guava dependencies when updating from jre to jre my java project has a transitive dependency on com google guava guava i manually update the version of guava by adding a constraint to the dependencies section of my build gradle dependencies constraints ...
1
271,196
29,351,406,277
IssuesEvent
2023-05-27 01:05:40
snykiotcubedev/arangodb-3.7.6
https://api.github.com/repos/snykiotcubedev/arangodb-3.7.6
reopened
CVE-2019-6284 (Medium) detected in node-sass-4.14.1.tgz
Mend: dependency security vulnerability
## CVE-2019-6284 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry....
True
CVE-2019-6284 (Medium) detected in node-sass-4.14.1.tgz - ## CVE-2019-6284 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around li...
non_defect
cve medium detected in node sass tgz cve medium severity vulnerability vulnerable library node sass tgz wrapper around libsass library home page a href dependency hierarchy x node sass tgz vulnerable library found in head commit a href found i...
0
241,732
20,158,030,915
IssuesEvent
2022-02-09 18:21:02
amosproj/amos2021ws02-agile-trans-jira
https://api.github.com/repos/amosproj/amos2021ws02-agile-trans-jira
closed
Create manual Frontend tests
Est. 3 Real 1 test
## User story 1. As a software developer 2. I need to create manual tests of the features 3. So that I deliver increments with good performance ## Acceptance criteria - [ ] create an overview of the test - [ ] succesfully created tests ## Definition of done - Can be demoed - Fully tested with the un...
1.0
Create manual Frontend tests - ## User story 1. As a software developer 2. I need to create manual tests of the features 3. So that I deliver increments with good performance ## Acceptance criteria - [ ] create an overview of the test - [ ] succesfully created tests ## Definition of done - Can be dem...
non_defect
create manual frontend tests user story as a software developer i need to create manual tests of the features so that i deliver increments with good performance acceptance criteria create an overview of the test succesfully created tests definition of done can be demoed ...
0
133,269
18,289,855,288
IssuesEvent
2021-10-05 14:13:13
finos/symphony-wdk
https://api.github.com/repos/finos/symphony-wdk
opened
CVE-2021-36090 (High) detected in commons-compress-1.20.jar
security vulnerability
## CVE-2021-36090 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-compress-1.20.jar</b></p></summary> <p>Apache Commons Compress software defines an API for working with compre...
True
CVE-2021-36090 (High) detected in commons-compress-1.20.jar - ## CVE-2021-36090 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-compress-1.20.jar</b></p></summary> <p>Apache Co...
non_defect
cve high detected in commons compress jar cve high severity vulnerability vulnerable library commons compress jar apache commons compress software defines an api for working with compression and archive formats these include gzip lzma xz snappy traditional unix compress...
0
171,231
13,224,372,792
IssuesEvent
2020-08-17 19:00:56
phetsims/QA
https://api.github.com/repos/phetsims/QA
opened
RC test: pH Scale 1.4.0-rc.2
QA:rc-test
@arouinfar phet-scale/1.4.0-rc.2 is ready for RC testing. Milestone for delivering 1.4.0 to the client is 9/1/2020. Document issues in https://github.com/phetsims/ph-scale/issues and link to this issue Assigning to @ariel-phet for prioritization. <!--- //////////////////////////////////////////////////////...
1.0
RC test: pH Scale 1.4.0-rc.2 - @arouinfar phet-scale/1.4.0-rc.2 is ready for RC testing. Milestone for delivering 1.4.0 to the client is 9/1/2020. Document issues in https://github.com/phetsims/ph-scale/issues and link to this issue Assigning to @ariel-phet for prioritization. <!--- ///////////////////////...
non_defect
rc test ph scale rc arouinfar phet scale rc is ready for rc testing milestone for delivering to the client is document issues in and link to this issue assigning to ariel phet for prioritization ...
0
20,662
3,392,803,495
IssuesEvent
2015-11-30 21:12:33
excilys/androidannotations
https://api.github.com/repos/excilys/androidannotations
closed
@SystemService for WifiManager causes a memory leak
Defect
Given I have an Activity with a `@SystemService` reference to WifiManager: ``` @SystemService WifiManager wifiManager; ``` Then AA will generate this code: ``` wifiManager = ((WifiManager) this.getSystemService(Context.WIFI_SERVICE)); ``` Which in turn might cause a memory leak (Eclipse MAT): ![screen s...
1.0
@SystemService for WifiManager causes a memory leak - Given I have an Activity with a `@SystemService` reference to WifiManager: ``` @SystemService WifiManager wifiManager; ``` Then AA will generate this code: ``` wifiManager = ((WifiManager) this.getSystemService(Context.WIFI_SERVICE)); ``` Which in tur...
defect
systemservice for wifimanager causes a memory leak given i have an activity with a systemservice reference to wifimanager systemservice wifimanager wifimanager then aa will generate this code wifimanager wifimanager this getsystemservice context wifi service which in tur...
1
48,276
13,067,593,602
IssuesEvent
2020-07-31 00:57:45
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[CascadeVariables] review branch by mjurkovic (Trac #2118)
Migrated from Trac analysis defect
http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/sandbox/mjurkovic/projects/CascadeVariables/trunk Migrated from https://code.icecube.wisc.edu/ticket/2118 ```json { "status": "closed", "changetime": "2019-02-12T22:16:55", "description": "http://code.icecube.wisc.edu/projects/icecube/browser/...
1.0
[CascadeVariables] review branch by mjurkovic (Trac #2118) - http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/sandbox/mjurkovic/projects/CascadeVariables/trunk Migrated from https://code.icecube.wisc.edu/ticket/2118 ```json { "status": "closed", "changetime": "2019-02-12T22:16:55", "descript...
defect
review branch by mjurkovic trac migrated from json status closed changetime description reporter kjmeagher cc resolution insufficient resources ts component analysis summary review branch b...
1
528,120
15,360,410,432
IssuesEvent
2021-03-01 16:54:14
prometheus/alertmanager
https://api.github.com/repos/prometheus/alertmanager
closed
Time of day based alert routing/notification
area/usability component/notify kind/enhancement priority/Pmaybe
We've had numerous requests for routing alerts based on the time of day/week. This issue is to track those.
1.0
Time of day based alert routing/notification - We've had numerous requests for routing alerts based on the time of day/week. This issue is to track those.
non_defect
time of day based alert routing notification we ve had numerous requests for routing alerts based on the time of day week this issue is to track those
0
554,321
16,417,766,721
IssuesEvent
2021-05-19 08:53:17
open-wa/wa-automate-nodejs
https://api.github.com/repos/open-wa/wa-automate-nodejs
closed
feat [CLI]: set swagger nickname to the function name to prevent client libraries from prepending method
PRIORITY
wrong: `post_sendText` `postSendText` correct: `sendText`
1.0
feat [CLI]: set swagger nickname to the function name to prevent client libraries from prepending method - wrong: `post_sendText` `postSendText` correct: `sendText`
non_defect
feat set swagger nickname to the function name to prevent client libraries from prepending method wrong post sendtext postsendtext correct sendtext
0
240,226
7,800,690,029
IssuesEvent
2018-06-09 12:33:27
ansible/galaxy
https://api.github.com/repos/ansible/galaxy
closed
Trouble signing up / logging into galaxy via Github
priority/low status/in-progress type/question
I'm having trouble signing up / logging into galaxy via Github... I had a defunct email as the primary address in my Github profile. I've since fixed that and revoked/reauthorized galaxy, but it feels like there's something cached somewhere. jlozadad in IRC suggested I create an issue in the ansible-galaxy repo. ...
1.0
Trouble signing up / logging into galaxy via Github - I'm having trouble signing up / logging into galaxy via Github... I had a defunct email as the primary address in my Github profile. I've since fixed that and revoked/reauthorized galaxy, but it feels like there's something cached somewhere. jlozadad in IRC sugge...
non_defect
trouble signing up logging into galaxy via github i m having trouble signing up logging into galaxy via github i had a defunct email as the primary address in my github profile i ve since fixed that and revoked reauthorized galaxy but it feels like there s something cached somewhere jlozadad in irc sugge...
0
375,826
26,179,348,229
IssuesEvent
2023-01-02 13:44:09
bounswe/bounswe2022group9
https://api.github.com/repos/bounswe/bounswe2022group9
closed
[Milestone] Prepare Executive Summary For the Final Milestone
Documentation Priority: High
Deadline: 02.01.2022 23.59 As mentioned in the [Final milestone PDF in the Moodle](https://moodle.boun.edu.tr/mod/resource/view.php?id=674587) , one of the important deliverables for the final milestone is the "Executive Summary" part of "Group Milestone Report". The "Executive Summary" part of the Group Mileston...
1.0
[Milestone] Prepare Executive Summary For the Final Milestone - Deadline: 02.01.2022 23.59 As mentioned in the [Final milestone PDF in the Moodle](https://moodle.boun.edu.tr/mod/resource/view.php?id=674587) , one of the important deliverables for the final milestone is the "Executive Summary" part of "Group Mileston...
non_defect
prepare executive summary for the final milestone deadline as mentioned in the one of the important deliverables for the final milestone is the executive summary part of group milestone report the executive summary part of the group milestone report should include the followings i m ...
0
67,696
21,075,842,093
IssuesEvent
2022-04-02 05:49:09
klubcoin/lcn-mobile
https://api.github.com/repos/klubcoin/lcn-mobile
closed
[Wallet Management][Receive Token] Fix should not accept space character input on receive token amount textbox.
Enhancement Wallet Transactions Management Defect Could Have Major
### **Description:** Should not accept space character input on receive token amount textbox. **Build Environment:** Staging Environment **Affects Version:** 1.0.0.12 **Device Platform:** Android **Device OS:** 11 **Test Device:** OnePlus 7T Pro ### **Pre-condition:** 1. Successfully installed the app 2. U...
1.0
[Wallet Management][Receive Token] Fix should not accept space character input on receive token amount textbox. - ### **Description:** Should not accept space character input on receive token amount textbox. **Build Environment:** Staging Environment **Affects Version:** 1.0.0.12 **Device Platform:** Android **D...
defect
fix should not accept space character input on receive token amount textbox description should not accept space character input on receive token amount textbox build environment staging environment affects version device platform android device os test device o...
1
39,979
9,779,678,642
IssuesEvent
2019-06-07 15:01:50
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Fix missing Support annotations for Teradata
C: DB: Teradata C: Documentation C: Functionality E: Enterprise Edition P: Medium R: Fixed T: Defect
Some `@Support` annotations are incorrect for the `SQLDialect.TERADATA`, including: - [x] `ALTER VIEW .. RENAME` (missing) - [x] `ALTER VIEW .. COMMENT` (missing) The list will be completed as I discover new flaws.
1.0
Fix missing Support annotations for Teradata - Some `@Support` annotations are incorrect for the `SQLDialect.TERADATA`, including: - [x] `ALTER VIEW .. RENAME` (missing) - [x] `ALTER VIEW .. COMMENT` (missing) The list will be completed as I discover new flaws.
defect
fix missing support annotations for teradata some support annotations are incorrect for the sqldialect teradata including alter view rename missing alter view comment missing the list will be completed as i discover new flaws
1
231,328
18,760,890,466
IssuesEvent
2021-11-05 16:19:21
dotnet/fsharp
https://api.github.com/repos/dotnet/fsharp
closed
test.sh fails on AArch64, Fedora 33
Bug Area-Testing Contributor Pain Impact-Low
build.sh runs fine. However, 'dotnet' or 'fsharpc' isn't found. test.sh fails: [jw@cn06 fsharp]$ ./test.sh FSharp.sln: Determining projects to restore... All projects are up-to-date for restore. Determining projects to restore... All projects are up-to-date for restore. Determining projects to resto...
1.0
test.sh fails on AArch64, Fedora 33 - build.sh runs fine. However, 'dotnet' or 'fsharpc' isn't found. test.sh fails: [jw@cn06 fsharp]$ ./test.sh FSharp.sln: Determining projects to restore... All projects are up-to-date for restore. Determining projects to restore... All projects are up-to-date for re...
non_defect
test sh fails on fedora build sh runs fine however dotnet or fsharpc isn t found test sh fails test sh fsharp sln determining projects to restore all projects are up to date for restore determining projects to restore all projects are up to date for restore determining ...
0