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
80,724
30,505,525,240
IssuesEvent
2023-07-18 16:35:28
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
getResizeUri Method Returns An Incorrect URL
Type : Defect QA : Approved OKR : Customer Support Team : Bug Fixers Release : 23.01.4 Release : 22.03.7 Release : 23.07
### Parent Issue _No response_ ### Problem Statement When using the getResizeUri method to generate a URL for a resized binary image, the URI includes a double slash "//" before the width field. ### Steps to Reproduce 1. Create a content type with a binary field 2. Create a container for displaying this content t...
1.0
getResizeUri Method Returns An Incorrect URL - ### Parent Issue _No response_ ### Problem Statement When using the getResizeUri method to generate a URL for a resized binary image, the URI includes a double slash "//" before the width field. ### Steps to Reproduce 1. Create a content type with a binary field 2. C...
defect
getresizeuri method returns an incorrect url parent issue no response problem statement when using the getresizeuri method to generate a url for a resized binary image the uri includes a double slash before the width field steps to reproduce create a content type with a binary field c...
1
27,510
21,843,384,474
IssuesEvent
2022-05-18 00:29:09
hackforla/food-oasis
https://api.github.com/repos/hackforla/food-oasis
closed
Bug: Full-stack docker container build fails
Release Note: Bug Role: Back-end size: 2pt Feature: Infrastructure
#### Describe the bug The GitHub actions that build the full-stack container fail to build the container (see screenshot below for error log). The problem appeared to be that we upgraded to React 17 (and later version 18), and NPM was modified in version 7 to check peer dependencies and fail if not all the peer dep...
1.0
Bug: Full-stack docker container build fails - #### Describe the bug The GitHub actions that build the full-stack container fail to build the container (see screenshot below for error log). The problem appeared to be that we upgraded to React 17 (and later version 18), and NPM was modified in version 7 to check pee...
non_defect
bug full stack docker container build fails describe the bug the github actions that build the full stack container fail to build the container see screenshot below for error log the problem appeared to be that we upgraded to react and later version and npm was modified in version to check peer ...
0
619,660
19,532,024,800
IssuesEvent
2021-12-30 18:53:18
massenergize/frontend-portal
https://api.github.com/repos/massenergize/frontend-portal
closed
Console Warning: componentWillReceiveProps has been renamed and is unsafe
bug priority 2
instrument.ts:129 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating state whenever props change, refactor your code to use memoiza...
1.0
Console Warning: componentWillReceiveProps has been renamed and is unsafe - instrument.ts:129 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * If yo...
non_defect
console warning componentwillreceiveprops has been renamed and is unsafe instrument ts warning componentwillreceiveprops has been renamed and is not recommended for use see for details move data fetching code or side effects to componentdidupdate if you re updating state whenever props change refac...
0
56,596
15,195,549,135
IssuesEvent
2021-02-16 06:35:20
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
DSLContext.resultQuery(String sql, Object... bindings).fetch() fails with error
T: Defect
### Expected behavior Query executes successfully ### Actual behavior Query fails with error that there is no parameter value fo second parameter Caused by: org.postgresql.util.PSQLException: No value specified for parameter 2. ### Steps to reproduce the problem Sql query string: String sql="SELECT CASE WHEN...
1.0
DSLContext.resultQuery(String sql, Object... bindings).fetch() fails with error - ### Expected behavior Query executes successfully ### Actual behavior Query fails with error that there is no parameter value fo second parameter Caused by: org.postgresql.util.PSQLException: No value specified for parameter 2. ...
defect
dslcontext resultquery string sql object bindings fetch fails with error expected behavior query executes successfully actual behavior query fails with error that there is no parameter value fo second parameter caused by org postgresql util psqlexception no value specified for parameter ...
1
55,726
14,657,990,469
IssuesEvent
2020-12-28 16:49:41
tschaban/AFE-Firmware
https://api.github.com/repos/tschaban/AFE-Firmware
closed
AFE T1 fails with Thermal protector and regulator
Defect
1. Załączenie zabezpieczenia temperaturowego powoduje wysypywanie się programu 2. Załączenie regulatora T nie daje w działaniu skutków (nie jest załączany przekaźnik, 3. W niektórych przypadkach (załączone zrzuty ekranu) Message wysyłany do topicu czujnika (DHT) składa się z "dziwnych znaków" https://www.smartnyd...
1.0
AFE T1 fails with Thermal protector and regulator - 1. Załączenie zabezpieczenia temperaturowego powoduje wysypywanie się programu 2. Załączenie regulatora T nie daje w działaniu skutków (nie jest załączany przekaźnik, 3. W niektórych przypadkach (załączone zrzuty ekranu) Message wysyłany do topicu czujnika (DHT) sk...
defect
afe fails with thermal protector and regulator załączenie zabezpieczenia temperaturowego powoduje wysypywanie się programu załączenie regulatora t nie daje w działaniu skutków nie jest załączany przekaźnik w niektórych przypadkach załączone zrzuty ekranu message wysyłany do topicu czujnika dht skł...
1
561,697
16,621,591,186
IssuesEvent
2021-06-03 02:24:42
eclipse-ee4j/glassfish
https://api.github.com/repos/eclipse-ee4j/glassfish
closed
Validator and Validator Factory References Not injected due to bad JNDI name.
Component: bean-validator Priority: Major Stale Type: Bug
ValidatorFactory does not get injected due to bad JNDI name. I've declared it in my EJB. @Resource private ValidatorFactory validatorFactory; I've attached the stack trace. After reading the jee 1.6 whitepapers ( section EE.5.16 ), it is my understanding that a declaration of the resource is enough to get a referenc...
1.0
Validator and Validator Factory References Not injected due to bad JNDI name. - ValidatorFactory does not get injected due to bad JNDI name. I've declared it in my EJB. @Resource private ValidatorFactory validatorFactory; I've attached the stack trace. After reading the jee 1.6 whitepapers ( section EE.5.16 ), it is...
non_defect
validator and validator factory references not injected due to bad jndi name validatorfactory does not get injected due to bad jndi name i ve declared it in my ejb resource private validatorfactory validatorfactory i ve attached the stack trace after reading the jee whitepapers section ee it is ...
0
244,810
20,718,138,487
IssuesEvent
2022-03-13 00:26:55
fortran-lang/minpack
https://api.github.com/repos/fortran-lang/minpack
closed
Array TEMP in test_lmstr.f90, subroutine FCN, should have SAVE attribute
tests refactoring
In Subroutine FCN of file test_lmstr.f90, the 2-D array TEMP is filled when FCN is called with IFLAG=2. When FCN is called with IFLAG=3,4,..., the argument array FJROW is filled with a row of TEMP. This will work only if TEMP is given the SAVE attribute. Please see the comments in subroutine FCN.
1.0
Array TEMP in test_lmstr.f90, subroutine FCN, should have SAVE attribute - In Subroutine FCN of file test_lmstr.f90, the 2-D array TEMP is filled when FCN is called with IFLAG=2. When FCN is called with IFLAG=3,4,..., the argument array FJROW is filled with a row of TEMP. This will work only if TEMP is given the SAVE a...
non_defect
array temp in test lmstr subroutine fcn should have save attribute in subroutine fcn of file test lmstr the d array temp is filled when fcn is called with iflag when fcn is called with iflag the argument array fjrow is filled with a row of temp this will work only if temp is given the save attri...
0
463,846
13,302,152,346
IssuesEvent
2020-08-25 13:55:09
cypress-io/cypress
https://api.github.com/repos/cypress-io/cypress
closed
Can't reexport the named export 'BREAK' from non EcmaScript module (only default export is available) when including aws-amplify
internal-priority stage: work in progress type: regression v5.0.0 :bug:
### Current behavior: Have just upgraded to version 5.0.0 and it looks like there is a webpack config issue, missing *.mjs support, which is causing the @aws-amplify and graphql libraries from compiling. This worked in 4.12.1 [aws-amplify/amplify-js#4299](aws-amplify/amplify-js/issues/4299) [graphql/graphql-js#1272](...
1.0
Can't reexport the named export 'BREAK' from non EcmaScript module (only default export is available) when including aws-amplify - ### Current behavior: Have just upgraded to version 5.0.0 and it looks like there is a webpack config issue, missing *.mjs support, which is causing the @aws-amplify and graphql libraries f...
non_defect
can t reexport the named export break from non ecmascript module only default export is available when including aws amplify current behavior have just upgraded to version and it looks like there is a webpack config issue missing mjs support which is causing the aws amplify and graphql libraries f...
0
338,080
10,223,933,373
IssuesEvent
2019-08-16 11:09:29
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Some platforms(e.g. sam_e70_xplained) will be flashed failure if the platforms have not generated HEX file although they are built successfully.
bug priority: medium
**Describe the bug** It is failure when flashing platform: sam_e70_xplained via command: ”west flash” because the platform: sam_e70_xplained don’t generate the HEX file after it is be built successfully, but the scripts: openocd: have used hex file for flash command.(please refer the commit ID: b08adcdd7e7f9d8eef5b99...
1.0
Some platforms(e.g. sam_e70_xplained) will be flashed failure if the platforms have not generated HEX file although they are built successfully. - **Describe the bug** It is failure when flashing platform: sam_e70_xplained via command: ”west flash” because the platform: sam_e70_xplained don’t generate the HEX file af...
non_defect
some platforms e g sam xplained will be flashed failure if the platforms have not generated hex file although they are built successfully describe the bug it is failure when flashing platform sam xplained via command ”west flash” because the platform sam xplained don’t generate the hex file after it...
0
717,196
24,665,908,203
IssuesEvent
2022-10-18 10:15:01
googleapis/java-logging
https://api.github.com/repos/googleapis/java-logging
closed
logging.it.ITTailLogsTest: testTailLogEntries failed
type: bug priority: p2 api: logging flakybot: issue
Note: #994 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 77a3152a0d1d80dddcf636d786203d1673a81986 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/4049909d-e014-4a8b-b97a-486e08968f53), [Sponge](http://sponge2/4049909d-e014-4a8b-b...
1.0
logging.it.ITTailLogsTest: testTailLogEntries failed - Note: #994 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 77a3152a0d1d80dddcf636d786203d1673a81986 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/4049909d-e014-4a8b-b97a-486e...
non_defect
logging it ittaillogstest testtaillogentries failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output com google api gax rpc resourceexhaustedexception io grpc statusruntimeexception resource exhaus...
0
72,382
24,088,583,810
IssuesEvent
2022-09-19 13:06:28
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
When loading /relations, synapse doesn’t seem to take the direction parameter into account
T-Defect A-Threads
### Description I’m trying to implement a client-side PoC for an improved way of loading threads, which would use synapse’s MSC3715 [implementation](https://github.com/matrix-org/synapse/pull/11941). ### Steps to reproduce - create thread with many events, e.g. 26 events containing each a-z - make request to ...
1.0
When loading /relations, synapse doesn’t seem to take the direction parameter into account - ### Description I’m trying to implement a client-side PoC for an improved way of loading threads, which would use synapse’s MSC3715 [implementation](https://github.com/matrix-org/synapse/pull/11941). ### Steps to reproduc...
defect
when loading relations synapse doesn’t seem to take the direction parameter into account description i’m trying to implement a client side poc for an improved way of loading threads which would use synapse’s steps to reproduce create thread with many events e g events containing each a...
1
23,837
6,487,708,156
IssuesEvent
2017-08-20 10:37:02
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[com_fields] Hiding label does not work
No Code Attached Yet
### Steps to reproduce the issue Create a Field in Context Mail Hide the lable in the settings: ![image](https://cloud.githubusercontent.com/assets/828371/26097899/63962f1a-3a26-11e7-88cd-f5a7dd1595c3.png) ### Expected result Label should be hidden in Form ### Actual result Label is shown ![image](https:/...
1.0
[com_fields] Hiding label does not work - ### Steps to reproduce the issue Create a Field in Context Mail Hide the lable in the settings: ![image](https://cloud.githubusercontent.com/assets/828371/26097899/63962f1a-3a26-11e7-88cd-f5a7dd1595c3.png) ### Expected result Label should be hidden in Form ### Actua...
non_defect
hiding label does not work steps to reproduce the issue create a field in context mail hide the lable in the settings expected result label should be hidden in form actual result label is shown system information as much as possible latest staging additional...
0
29,217
5,613,015,153
IssuesEvent
2017-04-03 07:56:46
Riverside-Software/pct
https://api.github.com/repos/Riverside-Software/pct
closed
Index.hml in Generated HTMLDocumentation doesn't show my class
auto-migrated Priority-Low Type-Defect
What steps will reproduce the problem? 1. Extract attached zip-file (has 1 cls-file and 1 build.xml) 2. cd pct_test 3. Execute ant The ant-script creates a number of directories. Under results\pcthtml are three html-files: - index.html - DocumentList.html - greetings.html If I open index.html in a browse...
1.0
Index.hml in Generated HTMLDocumentation doesn't show my class - What steps will reproduce the problem? 1. Extract attached zip-file (has 1 cls-file and 1 build.xml) 2. cd pct_test 3. Execute ant The ant-script creates a number of directories. Under results\pcthtml are three html-files: - index.html - Docume...
defect
index hml in generated htmldocumentation doesn t show my class what steps will reproduce the problem extract attached zip file has cls file and build xml cd pct test execute ant the ant script creates a number of directories under results pcthtml are three html files index html docume...
1
3,298
2,610,060,144
IssuesEvent
2015-02-26 18:17:43
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥治疗不育去哪里权威
auto-migrated Priority-Medium Type-Defect
``` 路桥治疗不育去哪里权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。...
1.0
路桥治疗不育去哪里权威 - ``` 路桥治疗不育去哪里权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费...
defect
路桥治疗不育去哪里权威 路桥治疗不育去哪里权威【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 origina...
1
48,510
13,106,292,997
IssuesEvent
2020-08-04 13:39:44
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
hpx_main might not able to start hpx runtime properly
category: init type: defect
## Expected Behavior Runs fine. ## Actual Behavior Got error: ``` terminate called after throwing an instance of 'hpx::detail::exception_with_info<hpx::exception>' what(): Attempting to register a thread outside the HPX runtime and no default pool handler is installed. Did you mean to run this on an HP...
1.0
hpx_main might not able to start hpx runtime properly - ## Expected Behavior Runs fine. ## Actual Behavior Got error: ``` terminate called after throwing an instance of 'hpx::detail::exception_with_info<hpx::exception>' what(): Attempting to register a thread outside the HPX runtime and no default pool...
defect
hpx main might not able to start hpx runtime properly expected behavior runs fine actual behavior got error terminate called after throwing an instance of hpx detail exception with info what attempting to register a thread outside the hpx runtime and no default pool handler is ins...
1
90,642
15,856,219,156
IssuesEvent
2021-04-08 01:49:09
manishshanker/facetedSearch
https://api.github.com/repos/manishshanker/facetedSearch
opened
CVE-2019-20920 (High) detected in handlebars-1.0.12.tgz
security vulnerability
## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.0.12.tgz</b></p></summary> <p>Extension of the Mustache logicless template language</p> <p>Library home p...
True
CVE-2019-20920 (High) detected in handlebars-1.0.12.tgz - ## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.0.12.tgz</b></p></summary> <p>Extension of the ...
non_defect
cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz extension of the mustache logicless template language library home page a href path to dependency file facetedsearch package json path to vulnerable library faceted...
0
56,158
14,951,558,832
IssuesEvent
2021-01-26 14:32:20
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
opened
Defect Hunting for Sprint 55 - Monaco
Defect Hunting denoland
Issues found during the defect hunting. - [ ] ... - [ ] ...
1.0
Defect Hunting for Sprint 55 - Monaco - Issues found during the defect hunting. - [ ] ... - [ ] ...
defect
defect hunting for sprint monaco issues found during the defect hunting
1
31,373
2,732,897,046
IssuesEvent
2015-04-17 10:04:08
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Current SSS doesn't support "singleChildOnly" property required by BPEL
auto-migrated Component-Editor Patch Priority-Medium Type-Enhancement
``` What steps will reproduce the problem? 1. Open a new process using the BPEL stencilset 2. Drag'n'drop "Process and Scope"/"process" 3. Drag'n'drop "Basic WS Interactions"/"receive" into the process 4. Drag'n'drop "Basic WS Interactions"/"invoke" into the process What is the expected output? The dropping of "invoke...
1.0
Current SSS doesn't support "singleChildOnly" property required by BPEL - ``` What steps will reproduce the problem? 1. Open a new process using the BPEL stencilset 2. Drag'n'drop "Process and Scope"/"process" 3. Drag'n'drop "Basic WS Interactions"/"receive" into the process 4. Drag'n'drop "Basic WS Interactions"/"invo...
non_defect
current sss doesn t support singlechildonly property required by bpel what steps will reproduce the problem open a new process using the bpel stencilset drag n drop process and scope process drag n drop basic ws interactions receive into the process drag n drop basic ws interactions invo...
0
79,934
29,661,284,246
IssuesEvent
2023-06-10 07:17:56
projectwallace/css-analyzer
https://api.github.com/repos/projectwallace/css-analyzer
closed
compareSpecificity can't be imported
🐛 defect
Hello the 'selectors/utlis.js' are missing from dist folder package: 5.9.0 ![image](https://user-images.githubusercontent.com/55665352/233331517-c86edfca-29dc-40f8-a23a-64502f29554e.png) thanks
1.0
compareSpecificity can't be imported - Hello the 'selectors/utlis.js' are missing from dist folder package: 5.9.0 ![image](https://user-images.githubusercontent.com/55665352/233331517-c86edfca-29dc-40f8-a23a-64502f29554e.png) thanks
defect
comparespecificity can t be imported hello the selectors utlis js are missing from dist folder package thanks
1
23,148
3,770,296,384
IssuesEvent
2016-03-16 14:10:28
obophenotype/upheno
https://api.github.com/repos/obophenotype/upheno
closed
remove: abnormality of orbital region = abnormality of orbit
Priority-Medium Status-Fixed Type-Defect
Originally reported on Google Code with ID 12 ``` one is a general region, the other is a skull part ``` Reported by `cmungall` on 2014-03-28 15:10:18
1.0
remove: abnormality of orbital region = abnormality of orbit - Originally reported on Google Code with ID 12 ``` one is a general region, the other is a skull part ``` Reported by `cmungall` on 2014-03-28 15:10:18
defect
remove abnormality of orbital region abnormality of orbit originally reported on google code with id one is a general region the other is a skull part reported by cmungall on
1
393,600
27,000,129,617
IssuesEvent
2023-02-10 06:52:30
WyattHBrown/Desk-Thing
https://api.github.com/repos/WyattHBrown/Desk-Thing
closed
Add Dependencies / remove old dependencies
documentation Low Priority
add the proper dependencies to the Repository, and remove old ones that are no longer supported, or aren't used (probably most of them honestly). Also properly list the required dependencies that aren't supported via a file, and need to be installed manually.
1.0
Add Dependencies / remove old dependencies - add the proper dependencies to the Repository, and remove old ones that are no longer supported, or aren't used (probably most of them honestly). Also properly list the required dependencies that aren't supported via a file, and need to be installed manually.
non_defect
add dependencies remove old dependencies add the proper dependencies to the repository and remove old ones that are no longer supported or aren t used probably most of them honestly also properly list the required dependencies that aren t supported via a file and need to be installed manually
0
32,016
6,678,544,358
IssuesEvent
2017-10-05 14:34:09
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Limit.numberOfRowsOrMax should be initalised from static value
C: Functionality P: Medium R: Fixed T: Defect
In the existing `Limit` implementation, there's a member: ```java private Field<Integer> numberOfRowsOrMax = DSL.inline(Integer.MAX_VALUE); ``` It gets initialised every time a `Limit` is initialised, which turns out to be quite costly compared to an overall benchmark (1% in a simple query that doe...
1.0
Limit.numberOfRowsOrMax should be initalised from static value - In the existing `Limit` implementation, there's a member: ```java private Field<Integer> numberOfRowsOrMax = DSL.inline(Integer.MAX_VALUE); ``` It gets initialised every time a `Limit` is initialised, which turns out to be quite costl...
defect
limit numberofrowsormax should be initalised from static value in the existing limit implementation there s a member java private field numberofrowsormax dsl inline integer max value it gets initialised every time a limit is initialised which turns out to be quite costly compar...
1
190,102
22,047,228,477
IssuesEvent
2022-05-30 04:08:02
nanopathi/linux-4.19.72_CVE-2021-32399
https://api.github.com/repos/nanopathi/linux-4.19.72_CVE-2021-32399
closed
CVE-2020-36158 (Medium) detected in linuxlinux-4.19.236 - autoclosed
security vulnerability
## CVE-2020-36158 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.236</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge...
True
CVE-2020-36158 (Medium) detected in linuxlinux-4.19.236 - autoclosed - ## CVE-2020-36158 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.236</b></p></summary> <p> <p>...
non_defect
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
13,085
2,732,892,884
IssuesEvent
2015-04-17 10:02:20
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Shape properties are restricted to 4096 characters length
auto-migrated Priority-Critical Type-Defect
``` What steps will reproduce the problem? 1. Create New Model > XForms 2. Import XForms document with long content inside the head element (>4096 characters) 3. Have a look at the ERDF What is the expected output? The original head's content is inserted inside the <span class="oryx-xf_head"></span> element What do...
1.0
Shape properties are restricted to 4096 characters length - ``` What steps will reproduce the problem? 1. Create New Model > XForms 2. Import XForms document with long content inside the head element (>4096 characters) 3. Have a look at the ERDF What is the expected output? The original head's content is inserted ins...
defect
shape properties are restricted to characters length what steps will reproduce the problem create new model xforms import xforms document with long content inside the head element characters have a look at the erdf what is the expected output the original head s content is inserted inside th...
1
76,510
21,476,842,752
IssuesEvent
2022-04-26 14:19:13
uselagoon/lagoon
https://api.github.com/repos/uselagoon/lagoon
opened
Unexpected LAGOON_GIT_SHA in PR environments
2-build-deploy
# Describe the bug When an environment is created from a PR, the `LAGOON_GIT_SHA` runtime environment variable is populated with a merge commit which only exists in the current build. There are a couple of levels of surprising behaviour here in my view. 1. Why is the PR branch merged during the build? If the ...
1.0
Unexpected LAGOON_GIT_SHA in PR environments - # Describe the bug When an environment is created from a PR, the `LAGOON_GIT_SHA` runtime environment variable is populated with a merge commit which only exists in the current build. There are a couple of levels of surprising behaviour here in my view. 1. Why is...
non_defect
unexpected lagoon git sha in pr environments describe the bug when an environment is created from a pr the lagoon git sha runtime environment variable is populated with a merge commit which only exists in the current build there are a couple of levels of surprising behaviour here in my view why is...
0
762,459
26,719,504,804
IssuesEvent
2023-01-29 00:15:18
openservicemesh/osm
https://api.github.com/repos/openservicemesh/osm
closed
Review OSM for FedRamp Compliancy
size/M kind/research-required priority/P1 stale
**Please describe the Improvement and/or Feature Request** Service meshes are an integral to many secured environments that have [FedRamp](https://www.fedramp.gov/) compliancy. This issue will track the discovery of items under FedRamp that are specific to the OSM service mesh layer only. The output will be to create ...
1.0
Review OSM for FedRamp Compliancy - **Please describe the Improvement and/or Feature Request** Service meshes are an integral to many secured environments that have [FedRamp](https://www.fedramp.gov/) compliancy. This issue will track the discovery of items under FedRamp that are specific to the OSM service mesh layer...
non_defect
review osm for fedramp compliancy please describe the improvement and or feature request service meshes are an integral to many secured environments that have compliancy this issue will track the discovery of items under fedramp that are specific to the osm service mesh layer only the output will be to cre...
0
131,810
12,491,066,185
IssuesEvent
2020-06-01 02:43:17
zilliztech/arctern
https://api.github.com/repos/zilliztech/arctern
closed
typo and syntax error in comments
arctern-0.2.0 bug documentation
Branch: master typo and syntax error in this line: https://github.com/zilliztech/arctern/blob/65b54c5555aa9a87e53d9a824dc4f762ff20852a/python/arctern/_wrapper_func.py#L360 1. It's significant, missed a 's'. 2. There may be an extra preposition. Will "The number of significant digits" be better?
1.0
typo and syntax error in comments - Branch: master typo and syntax error in this line: https://github.com/zilliztech/arctern/blob/65b54c5555aa9a87e53d9a824dc4f762ff20852a/python/arctern/_wrapper_func.py#L360 1. It's significant, missed a 's'. 2. There may be an extra preposition. Will "The number of significant d...
non_defect
typo and syntax error in comments branch master typo and syntax error in this line it s significant missed a s there may be an extra preposition will the number of significant digits be better
0
227,934
17,404,135,113
IssuesEvent
2021-08-03 01:46:43
rancher/windows
https://api.github.com/repos/rancher/windows
opened
k8s 1.21 failing on Windows 20H2 Standard
bug documentation
Tracking issue for https://github.com/rancher/rancher/issues/32932 Document that only Windows 20H2 Datacenter is supported for 1.21.
1.0
k8s 1.21 failing on Windows 20H2 Standard - Tracking issue for https://github.com/rancher/rancher/issues/32932 Document that only Windows 20H2 Datacenter is supported for 1.21.
non_defect
failing on windows standard tracking issue for document that only windows datacenter is supported for
0
168,767
26,697,685,550
IssuesEvent
2023-01-27 11:49:39
Tonomy-Foundation/Tonomy-ID
https://api.github.com/repos/Tonomy-Foundation/Tonomy-ID
opened
Run Internal User testing
design
Book and run internal user testing for the new features done in Tonomy ID ( analytics, history, app) and the new Tonomy App Manager
1.0
Run Internal User testing - Book and run internal user testing for the new features done in Tonomy ID ( analytics, history, app) and the new Tonomy App Manager
non_defect
run internal user testing book and run internal user testing for the new features done in tonomy id analytics history app and the new tonomy app manager
0
290,378
8,894,051,544
IssuesEvent
2019-01-16 02:11:39
iotile/coretools
https://api.github.com/repos/iotile/coretools
opened
iotile-sgcompile is broken writing to stdout on python 3
class:self-contained iotile-sensorgraph priority:high type:bug type:py3
``` (env3) PS C:\Arch\coretools> iotile-sgcompile.exe -f snippet C:\Users\TimBurke\Desktop\test.sgf Traceback (most recent call last): File "C:\Arch\coretools\workspace\env3\Scripts\iotile-sgcompile-script.py", line 11, in <module> load_entry_point('iotile-sensorgraph', 'console_scripts', 'iotile-sgcompile')(...
1.0
iotile-sgcompile is broken writing to stdout on python 3 - ``` (env3) PS C:\Arch\coretools> iotile-sgcompile.exe -f snippet C:\Users\TimBurke\Desktop\test.sgf Traceback (most recent call last): File "C:\Arch\coretools\workspace\env3\Scripts\iotile-sgcompile-script.py", line 11, in <module> load_entry_point('i...
non_defect
iotile sgcompile is broken writing to stdout on python ps c arch coretools iotile sgcompile exe f snippet c users timburke desktop test sgf traceback most recent call last file c arch coretools workspace scripts iotile sgcompile script py line in load entry point iotile sensorgr...
0
19,600
3,228,085,230
IssuesEvent
2015-10-11 19:47:37
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] ClientMapUnboundReturnValues_BasicTest.testClientMap_withoutException_NoPreCheck & _PreCheck
Team: Client Team: Core Type: Defect
``` java.lang.AssertionError: Unwanted QueryResultSizeExceededException was thrown while calling IMap.values() with limit 100000 and upperLimit 150000 at org.junit.Assert.fail(Assert.java:88) at com.hazelcast.client.map.ClientMapUnboundReturnValuesTestSupport.failUnwantedException(ClientMapUnboundReturnValuesTestS...
1.0
[TEST-FAILURE] ClientMapUnboundReturnValues_BasicTest.testClientMap_withoutException_NoPreCheck & _PreCheck - ``` java.lang.AssertionError: Unwanted QueryResultSizeExceededException was thrown while calling IMap.values() with limit 100000 and upperLimit 150000 at org.junit.Assert.fail(Assert.java:88) at com.hazelc...
defect
clientmapunboundreturnvalues basictest testclientmap withoutexception noprecheck precheck java lang assertionerror unwanted queryresultsizeexceededexception was thrown while calling imap values with limit and upperlimit at org junit assert fail assert java at com hazelcast client map clientmap...
1
124,034
26,385,811,288
IssuesEvent
2023-01-12 12:11:39
ersilia-os/ersilia
https://api.github.com/repos/ersilia-os/ersilia
closed
Add progress bar when fetching a model
enhancement help wanted code
# Background The `fetch` command downloads a model from a GitHub repository corresponding to the identifier of the model, for example, [eos4e40](https://github.com/ersilia-os/eo4e40). In verbose mode (`ersilia -v fetch eos4e40`), the logging is displayed on the terminal. However, if verbose mode is not used, (`ersilia...
1.0
Add progress bar when fetching a model - # Background The `fetch` command downloads a model from a GitHub repository corresponding to the identifier of the model, for example, [eos4e40](https://github.com/ersilia-os/eo4e40). In verbose mode (`ersilia -v fetch eos4e40`), the logging is displayed on the terminal. Howeve...
non_defect
add progress bar when fetching a model background the fetch command downloads a model from a github repository corresponding to the identifier of the model for example in verbose mode ersilia v fetch the logging is displayed on the terminal however if verbose mode is not used ersilia fetch ...
0
207,786
7,133,832,470
IssuesEvent
2018-01-22 18:46:44
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Persist node tags to apiserver
area/platform/gce lifecycle/rotten priority/backlog sig/network team/cluster (deprecated - do not use)
Persisting important config options in a salted file works, but we expose ourselves to bugs on every cluster update. I'm more confident about a solution that persists important information through the apiserver. One way to achieve this is: service controller comes up, looks for config map, if not found - looks for gc...
1.0
Persist node tags to apiserver - Persisting important config options in a salted file works, but we expose ourselves to bugs on every cluster update. I'm more confident about a solution that persists important information through the apiserver. One way to achieve this is: service controller comes up, looks for config...
non_defect
persist node tags to apiserver persisting important config options in a salted file works but we expose ourselves to bugs on every cluster update i m more confident about a solution that persists important information through the apiserver one way to achieve this is service controller comes up looks for config...
0
74,056
24,920,045,942
IssuesEvent
2022-10-30 21:07:50
SasView/sasview
https://api.github.com/repos/SasView/sasview
closed
Unticking No OpenCL on Mac fixes problem with no model fit (Trac #1000)
Migrated from Trac Defect Major SasView Bug Fixing
Reported by user Simon Martin using Mac Pro with Mac OS 10.12.6: Using !SasView 4.1 and later (including 4.1.2) no model (theory) calculation was being generated. smk78 suspected an OpenCL issue and asked user to TICK the No OpenCL box in Fitting > OpenCL Options. However, user reported that No OpenCL was ALREADY TI...
1.0
Unticking No OpenCL on Mac fixes problem with no model fit (Trac #1000) - Reported by user Simon Martin using Mac Pro with Mac OS 10.12.6: Using !SasView 4.1 and later (including 4.1.2) no model (theory) calculation was being generated. smk78 suspected an OpenCL issue and asked user to TICK the No OpenCL box in Fitti...
defect
unticking no opencl on mac fixes problem with no model fit trac reported by user simon martin using mac pro with mac os using sasview and later including no model theory calculation was being generated suspected an opencl issue and asked user to tick the no opencl box in fitting open...
1
357,510
10,607,790,018
IssuesEvent
2019-10-11 05:24:23
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.apache.org - see bug description
ML Correct ML ON browser-firefox-mobile engine-gecko priority-normal
<!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> **URL**: https://www.apache.org/licenses/exports/#matrix **Browser / Version**: Firefox Mobile 71.0 **Operating System**: Android 8.1.0 **Tested Another Browser**:...
1.0
www.apache.org - see bug description - <!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> **URL**: https://www.apache.org/licenses/exports/#matrix **Browser / Version**: Firefox Mobile 71.0 **Operating System**: An...
non_defect
see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description hack steps to reproduce browser configuration none from with ❤️
0
30,131
6,033,051,262
IssuesEvent
2017-06-09 07:01:55
moosetechnology/Moose
https://api.github.com/repos/moosetechnology/Moose
closed
inFusion should export implicit variables
Component-ExternalTools Priority-Medium Type-Defect
Originally reported on Google Code with ID 625 ``` We need implicit variables to denote: - self - super An example: (FAMIX.ImplicitVariable (id: 39) (name 'self') (parentBehaviouralEntity (ref: 6))) parentBehaviouralEntity should point to a FAMIX.Method ``` Reported by `tudor.girba` on 2011-05-10 11:47:27
1.0
inFusion should export implicit variables - Originally reported on Google Code with ID 625 ``` We need implicit variables to denote: - self - super An example: (FAMIX.ImplicitVariable (id: 39) (name 'self') (parentBehaviouralEntity (ref: 6))) parentBehaviouralEntity should point to a FAMIX.Method ``` Repor...
defect
infusion should export implicit variables originally reported on google code with id we need implicit variables to denote self super an example famix implicitvariable id name self parentbehaviouralentity ref parentbehaviouralentity should point to a famix method reported...
1
209,674
16,239,668,872
IssuesEvent
2021-05-07 07:55:08
gii-is-psg2/PSG2-2021-G3-33
https://api.github.com/repos/gii-is-psg2/PSG2-2021-G3-33
opened
26. Add another section to the technical report created as a result of A4.4 entitled "Diseño de una extensión del servicio de clínica de mascotas de acuerdo con los SLAs"
documentation
As a group, add another section to the technical report created as a result of A4.4 entitled "Diseño de una extensión del servicio de clínica de mascotas de acuerdo con los SLAs" on the extension of the Petclinic service provided by integrating additional external services or APIs to offer added value to customers. Thi...
1.0
26. Add another section to the technical report created as a result of A4.4 entitled "Diseño de una extensión del servicio de clínica de mascotas de acuerdo con los SLAs" - As a group, add another section to the technical report created as a result of A4.4 entitled "Diseño de una extensión del servicio de clínica de m...
non_defect
add another section to the technical report created as a result of entitled diseño de una extensión del servicio de clínica de mascotas de acuerdo con los slas as a group add another section to the technical report created as a result of entitled diseño de una extensión del servicio de clínica de masc...
0
64,805
18,909,853,868
IssuesEvent
2021-11-16 13:04:44
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-3 [Headings]: Search resources and support articles or all of VA.gov should be a heading
508/Accessibility vsa 508-defect-3 508-issue-headings unplanned-work vsa-search-discovery R&S
# [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context ...
1.0
508-defect-3 [Headings]: Search resources and support articles or all of VA.gov should be a heading - # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) <!-- Enter an issue title using the format [ERROR ...
defect
defect search resources and support articles or all of va gov should be a heading enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should incre...
1
275,477
20,923,203,088
IssuesEvent
2022-03-24 19:32:16
FDSN/StationXML
https://api.github.com/repos/FDSN/StationXML
closed
FIR and Coefficients, asymetric filter
documentation
I think this line, in section 3.1.4, in "Classification of FIR filters" is wrong. > In contrast, a non-symmetrical FIR can only be stored in a more general Coefficients response stage, which retains all of the coefficients. Isn't a non-symmetrical FIR filter the same as FIR with symmety=None, which stores all the...
1.0
FIR and Coefficients, asymetric filter - I think this line, in section 3.1.4, in "Classification of FIR filters" is wrong. > In contrast, a non-symmetrical FIR can only be stored in a more general Coefficients response stage, which retains all of the coefficients. Isn't a non-symmetrical FIR filter the same as FI...
non_defect
fir and coefficients asymetric filter i think this line in section in classification of fir filters is wrong in contrast a non symmetrical fir can only be stored in a more general coefficients response stage which retains all of the coefficients isn t a non symmetrical fir filter the same as fi...
0
637,587
20,672,513,706
IssuesEvent
2022-03-10 04:54:06
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
opened
Lizard temperature mechanics
Priority: 3-Not Required Type: Feature Difficulty: 2-Medium
People seem most keen on these as a step towards making them interesting: - Slower rate of temperature change compared to human - Temperature related to movement speed. Having this be instantaneous / granular is impossible. You need to communicate any changes well in advance (e.g. 1 second+) so the client can anticip...
1.0
Lizard temperature mechanics - People seem most keen on these as a step towards making them interesting: - Slower rate of temperature change compared to human - Temperature related to movement speed. Having this be instantaneous / granular is impossible. You need to communicate any changes well in advance (e.g. 1 sec...
non_defect
lizard temperature mechanics people seem most keen on these as a step towards making them interesting slower rate of temperature change compared to human temperature related to movement speed having this be instantaneous granular is impossible you need to communicate any changes well in advance e g sec...
0
1,725
10,605,116,535
IssuesEvent
2019-10-10 19:43:33
ritsec/cluster-duck
https://api.github.com/repos/ritsec/cluster-duck
opened
Write Terraform for wk signup
automation club
Write Terraform for wk signup ============== Terraform should be written to deploy the [Workplace signup page](https://wk.ritsec.club). This could be used in the future to assist with the deployment of other simple serverless applications. These applications, like the Workplace page, currently use the following AWS...
1.0
Write Terraform for wk signup - Write Terraform for wk signup ============== Terraform should be written to deploy the [Workplace signup page](https://wk.ritsec.club). This could be used in the future to assist with the deployment of other simple serverless applications. These applications, like the Workplace page,...
non_defect
write terraform for wk signup write terraform for wk signup terraform should be written to deploy the this could be used in the future to assist with the deployment of other simple serverless applications these applications like the workplace page currently use the following aws services ...
0
363,987
25,477,353,668
IssuesEvent
2022-11-25 15:46:20
openfoodfacts/openfoodfacts-server
https://api.github.com/repos/openfoodfacts/openfoodfacts-server
closed
Re order the nav menu for the Open Food Facts documentation
documentation ✔ task
The[ navigation menu ](https://openfoodfacts.github.io/openfoodfacts-server/)for the Open Food Facts documentation is a bit scattered. It should be ordered , from home to introduction etc.
1.0
Re order the nav menu for the Open Food Facts documentation - The[ navigation menu ](https://openfoodfacts.github.io/openfoodfacts-server/)for the Open Food Facts documentation is a bit scattered. It should be ordered , from home to introduction etc.
non_defect
re order the nav menu for the open food facts documentation the the open food facts documentation is a bit scattered it should be ordered from home to introduction etc
0
95,848
27,637,529,005
IssuesEvent
2023-03-10 15:30:18
phil294/AHK_X11
https://api.github.com/repos/phil294/AHK_X11
closed
compile error on debian bullseye
bug build
sudo apt-get install libxinerama-dev libxkbcommon-dev libxtst-dev libgtk-3-dev libxi-dev libx11-dev libgirepository1.0-dev libatspi2.0-dev libssl-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done libatspi2.0-dev is already the newest version (2.38.0-4). libgirep...
1.0
compile error on debian bullseye - sudo apt-get install libxinerama-dev libxkbcommon-dev libxtst-dev libgtk-3-dev libxi-dev libx11-dev libgirepository1.0-dev libatspi2.0-dev libssl-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done libatspi2.0-dev is already the ...
non_defect
compile error on debian bullseye sudo apt get install libxinerama dev libxkbcommon dev libxtst dev libgtk dev libxi dev dev dev dev libssl dev reading package lists done building dependency tree done reading state information done dev is already the newest version dev i...
0
1,075
2,594,525,706
IssuesEvent
2015-02-20 04:48:44
paulirish/mutation-summary
https://api.github.com/repos/paulirish/mutation-summary
opened
mirror.js -> Arguments list has wrong type
auto-migrated Priority-Medium Type-Defect
``` I've copy-pasted the entire screensharing project and everything seems to run just fine, except on the receiving part. Firebug inform of the error on mirror.js on line 51: Uncaught TypeError: Function.prototype.apply: Arguments list has wrong type Somehow it does not see msg.args as a list, which it does seems t...
1.0
mirror.js -> Arguments list has wrong type - ``` I've copy-pasted the entire screensharing project and everything seems to run just fine, except on the receiving part. Firebug inform of the error on mirror.js on line 51: Uncaught TypeError: Function.prototype.apply: Arguments list has wrong type Somehow it does not...
defect
mirror js arguments list has wrong type i ve copy pasted the entire screensharing project and everything seems to run just fine except on the receiving part firebug inform of the error on mirror js on line uncaught typeerror function prototype apply arguments list has wrong type somehow it does not ...
1
73,768
24,793,309,822
IssuesEvent
2022-10-24 15:15:03
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Outbound federation broken on Python 3.7
A-Federation S-Critical T-Defect X-Release-Blocker X-Regression O-Frequent
When there should be outbound federation traffic: ``` 2022-10-21 23:33:28,436 - synapse.metrics.background_process_metrics - 244 - ERROR - process_event_queue_for_federation-6 - Background process 'process_event_queue_for_federation' threw an exception ... Traceback (most recent call last): File "/home/synapse...
1.0
Outbound federation broken on Python 3.7 - When there should be outbound federation traffic: ``` 2022-10-21 23:33:28,436 - synapse.metrics.background_process_metrics - 244 - ERROR - process_event_queue_for_federation-6 - Background process 'process_event_queue_for_federation' threw an exception ... Traceback (mos...
defect
outbound federation broken on python when there should be outbound federation traffic synapse metrics background process metrics error process event queue for federation background process process event queue for federation threw an exception traceback most recent cal...
1
9,556
2,615,162,337
IssuesEvent
2015-03-01 06:41:40
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Warning : Failed to associate with xx:xx:xx:xx:x:x please Help
auto-migrated Priority-Triage Type-Defect
``` Hello everyone please i need help reaver give me : Warning : Failed to associate with xx:xx:xx:xx:xx please can anyone Help me ``` Original issue reported on code.google.com by `ritalyn...@hotmail.com` on 2 May 2012 at 11:50
1.0
Warning : Failed to associate with xx:xx:xx:xx:x:x please Help - ``` Hello everyone please i need help reaver give me : Warning : Failed to associate with xx:xx:xx:xx:xx please can anyone Help me ``` Original issue reported on code.google.com by `ritalyn...@hotmail.com` on 2 May 2012 at 11:50
defect
warning failed to associate with xx xx xx xx x x please help hello everyone please i need help reaver give me warning failed to associate with xx xx xx xx xx please can anyone help me original issue reported on code google com by ritalyn hotmail com on may at
1
61,486
8,527,219,824
IssuesEvent
2018-11-02 18:45:35
sugarcrm/thorn
https://api.github.com/repos/sugarcrm/thorn
closed
Document NODE_DEBUG=request
documentation minor
Because it's sometimes far more helpful than just normal THORN_VERBOSE. Alternatively, we could make it so that THORN_VERBOSE=3 instead triggers NODE_DEBUG=request, so that people don't have to remember more than one environment variable.
1.0
Document NODE_DEBUG=request - Because it's sometimes far more helpful than just normal THORN_VERBOSE. Alternatively, we could make it so that THORN_VERBOSE=3 instead triggers NODE_DEBUG=request, so that people don't have to remember more than one environment variable.
non_defect
document node debug request because it s sometimes far more helpful than just normal thorn verbose alternatively we could make it so that thorn verbose instead triggers node debug request so that people don t have to remember more than one environment variable
0
22,048
3,591,014,963
IssuesEvent
2016-02-01 09:44:25
Stripeberry/unlabeled
https://api.github.com/repos/Stripeberry/unlabeled
closed
Возможность добавлять/править из фронтенда в зависимости от прав
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information. ``` Original issue reported on code.google.com by `stripeberry@gmail.com` on 6 Jul 2011 at 1:51
1.0
Возможность добавлять/править из фронтенда в зависимости от прав - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information. ``` Original issue reported on code.google.com by `stripeberry@gmail.com` on 6 ...
defect
возможность добавлять править из фронтенда в зависимости от прав what steps will reproduce the problem what is the expected output what do you see instead please use labels and text to provide additional information original issue reported on code google com by stripeberry gmail com on ...
1
428,504
12,412,570,668
IssuesEvent
2020-05-22 10:50:37
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Nordic USB driver: last fragment sometimes dropped for OUT control endpoint
area: USB bug has-pr priority: medium
**Describe the bug** Nordic USB driver seems to be sometimes dropping last fragment of fragmented transfer to OUT control endpoint. This appeared when I was testing hci_usb sample and implementing vendor specific HCI command with parameters length bigger than 64 octets (meaning it gets fragmented). I ran into problem ...
1.0
Nordic USB driver: last fragment sometimes dropped for OUT control endpoint - **Describe the bug** Nordic USB driver seems to be sometimes dropping last fragment of fragmented transfer to OUT control endpoint. This appeared when I was testing hci_usb sample and implementing vendor specific HCI command with parameters ...
non_defect
nordic usb driver last fragment sometimes dropped for out control endpoint describe the bug nordic usb driver seems to be sometimes dropping last fragment of fragmented transfer to out control endpoint this appeared when i was testing hci usb sample and implementing vendor specific hci command with parameters ...
0
69,312
22,320,128,407
IssuesEvent
2022-06-14 05:10:08
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
one-time-key upload/claim is racy
T-Defect P2 S-Major A-E2EE
* Alice tries to upload one-time-key, but doesn't get response * Bob claims the key * Alice uploads the key again * Charlie claims the key Only one of Bob or Charlie can use the key to talk to Alice.
1.0
one-time-key upload/claim is racy - * Alice tries to upload one-time-key, but doesn't get response * Bob claims the key * Alice uploads the key again * Charlie claims the key Only one of Bob or Charlie can use the key to talk to Alice.
defect
one time key upload claim is racy alice tries to upload one time key but doesn t get response bob claims the key alice uploads the key again charlie claims the key only one of bob or charlie can use the key to talk to alice
1
70,497
8,555,005,939
IssuesEvent
2018-11-08 08:44:57
horizontalsystems/bank-wallet-ios
https://api.github.com/repos/horizontalsystems/bank-wallet-ios
closed
Add coin exchange rate in coin holder cell
design enhancement
<img width="514" alt="screen shot 2018-10-25 at 3 28 39 pm" src="https://user-images.githubusercontent.com/42367908/47490509-af101580-d86a-11e8-9d7a-9a7402795da2.png"> zpl://screen?sid=5b8fb90c659cd9af82503ec2&pid=5b167c731d079e4122e946b7
1.0
Add coin exchange rate in coin holder cell - <img width="514" alt="screen shot 2018-10-25 at 3 28 39 pm" src="https://user-images.githubusercontent.com/42367908/47490509-af101580-d86a-11e8-9d7a-9a7402795da2.png"> zpl://screen?sid=5b8fb90c659cd9af82503ec2&pid=5b167c731d079e4122e946b7
non_defect
add coin exchange rate in coin holder cell img width alt screen shot at pm src zpl screen sid pid
0
229,984
7,602,890,640
IssuesEvent
2018-04-29 08:00:28
YannCaron/Game4Kids
https://api.github.com/repos/YannCaron/Game4Kids
opened
Smart actor selection issue
bug hi priority
When actor property is just move, actor drop down select another actor.
1.0
Smart actor selection issue - When actor property is just move, actor drop down select another actor.
non_defect
smart actor selection issue when actor property is just move actor drop down select another actor
0
413,291
12,064,519,676
IssuesEvent
2020-04-16 08:25:53
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
[Request] Add js-xlsx-style
Low Priority 🏷 Library Request
**Library name:** js-xlsx-style **Git repository url:** https://github.com/protobi/js-xlsx **npm package url(optional):** xlsx-style **License(s):** **Official homepage:** **Wanna say something? Leave message here:** ===================== Notes from cdnjs maintainer: You are welcome to add a library via s...
1.0
[Request] Add js-xlsx-style - **Library name:** js-xlsx-style **Git repository url:** https://github.com/protobi/js-xlsx **npm package url(optional):** xlsx-style **License(s):** **Official homepage:** **Wanna say something? Leave message here:** ===================== Notes from cdnjs maintainer: You are...
non_defect
add js xlsx style library name js xlsx style git repository url npm package url optional xlsx style license s official homepage wanna say something leave message here notes from cdnjs maintainer you are welcome to add a library via sending pul...
0
86,677
15,755,813,696
IssuesEvent
2021-03-31 02:26:07
phunware/react-select
https://api.github.com/repos/phunware/react-select
closed
WS-2017-0330 (Medium) detected in mime-1.3.4.tgz - autoclosed
security vulnerability
## WS-2017-0330 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.3.4.tgz</b></p></summary> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="h...
True
WS-2017-0330 (Medium) detected in mime-1.3.4.tgz - autoclosed - ## WS-2017-0330 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.3.4.tgz</b></p></summary> <p>A comprehensive li...
non_defect
ws medium detected in mime tgz autoclosed ws medium severity vulnerability vulnerable library mime tgz a comprehensive library for mime type mapping library home page a href path to dependency file tmp ws scm react select package json path to vulnerable library t...
0
2,717
3,969,561,706
IssuesEvent
2016-05-04 00:23:19
ericmdantas/generator-ng-fullstack
https://api.github.com/repos/ericmdantas/generator-ng-fullstack
closed
Do not serve files from root
1.8 security
Instead of serving stuff from the root, only serve files necessary for the application, which will be in: `node_modules` (for ng2), `client/dev` and `client/dist`. Spoken to @matthewharwood.
True
Do not serve files from root - Instead of serving stuff from the root, only serve files necessary for the application, which will be in: `node_modules` (for ng2), `client/dev` and `client/dist`. Spoken to @matthewharwood.
non_defect
do not serve files from root instead of serving stuff from the root only serve files necessary for the application which will be in node modules for client dev and client dist spoken to matthewharwood
0
38,088
8,657,015,010
IssuesEvent
2018-11-27 20:04:24
rst2pdf/rst2pdf
https://api.github.com/repos/rst2pdf/rst2pdf
closed
New option for --fit-background-mode
Priority-Medium Type-Defect auto-migrated
``` Hi, for a project I work on, I must set an image as background but I only need to scale its width. The attached patch adds a 'scale_width' value to the fit-background-mode option. By the way, thanks for this great software! ``` Original issue reported on code.google.com by `ngu.anto...@gmail.com` on 26 Sep 2013...
1.0
New option for --fit-background-mode - ``` Hi, for a project I work on, I must set an image as background but I only need to scale its width. The attached patch adds a 'scale_width' value to the fit-background-mode option. By the way, thanks for this great software! ``` Original issue reported on code.google.com by...
defect
new option for fit background mode hi for a project i work on i must set an image as background but i only need to scale its width the attached patch adds a scale width value to the fit background mode option by the way thanks for this great software original issue reported on code google com by...
1
174,798
21,300,470,330
IssuesEvent
2022-04-15 01:56:58
jinuem/reactSamplePoc
https://api.github.com/repos/jinuem/reactSamplePoc
opened
CVE-2021-43138 (High) detected in async-1.5.2.tgz, async-2.6.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 Libraries - <b>async-1.5.2.tgz</b>, <b>async-2.6.2.tgz</b></p></summary> <p> <details><summary><b>async-1.5.2.tgz</b></p></summary>...
True
CVE-2021-43138 (High) detected in async-1.5.2.tgz, async-2.6.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 Libraries - <b>async-1.5.2.tgz</b>, <b>async-2.6.2.tgz</b></p><...
non_defect
cve high detected in async tgz async tgz cve high severity vulnerability vulnerable libraries async tgz async tgz async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file ...
0
36,751
8,109,714,023
IssuesEvent
2018-08-14 08:33:36
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Frozen columns issue with when scrollable columns present
defect
**I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] feature request [ ] support request ``` **Plunkr Case (Bug Reports)** https://stackblitz.com/edit/turbotable **Current behavior** When you have an vertical scroll, the bottom of the frozen table doesn't display as much as the unfrozen ...
1.0
Frozen columns issue with when scrollable columns present - **I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] feature request [ ] support request ``` **Plunkr Case (Bug Reports)** https://stackblitz.com/edit/turbotable **Current behavior** When you have an vertical scroll, the bottom ...
defect
frozen columns issue with when scrollable columns present i m submitting a check one with x bug report feature request support request plunkr case bug reports current behavior when you have an vertical scroll the bottom of the frozen table doesn t display as much...
1
77,265
26,888,969,631
IssuesEvent
2023-02-06 07:10:39
hazelcast/hazelcast-cpp-client
https://api.github.com/repos/hazelcast/hazelcast-cpp-client
closed
Test executable crashes when running ReliableTopicTest
Type: Defect to-jira
The test executable occasionally crashes on GA while executing the tests under the suite `ReliableTopicTest`. Here is a run that crashed: https://github.com/hazelcast/hazelcast-cpp-client/runs/2559526252?check_suite_focus=true
1.0
Test executable crashes when running ReliableTopicTest - The test executable occasionally crashes on GA while executing the tests under the suite `ReliableTopicTest`. Here is a run that crashed: https://github.com/hazelcast/hazelcast-cpp-client/runs/2559526252?check_suite_focus=true
defect
test executable crashes when running reliabletopictest the test executable occasionally crashes on ga while executing the tests under the suite reliabletopictest here is a run that crashed
1
2,162
2,603,977,319
IssuesEvent
2015-02-24 19:01:52
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳沈阳人乳头瘤病毒治疗
auto-migrated Priority-Medium Type-Defect
``` 沈阳沈阳人乳头瘤病毒治疗〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.google.com by `q96...
1.0
沈阳沈阳人乳头瘤病毒治疗 - ``` 沈阳沈阳人乳头瘤病毒治疗〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.goo...
defect
沈阳沈阳人乳头瘤病毒治疗 沈阳沈阳人乳头瘤病毒治疗〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at ...
1
322,529
23,912,283,260
IssuesEvent
2022-09-09 09:19:56
radiantly/live-countdown-bot
https://api.github.com/repos/radiantly/live-countdown-bot
closed
Add documentation about specific role tagging
documentation
!countdown [tagme|taghere|tageveryone] is short way, but there is also !countdown tag \<rolename>
1.0
Add documentation about specific role tagging - !countdown [tagme|taghere|tageveryone] is short way, but there is also !countdown tag \<rolename>
non_defect
add documentation about specific role tagging countdown is short way but there is also countdown tag
0
209,967
23,730,986,917
IssuesEvent
2022-08-31 01:40:04
artkamote/examples
https://api.github.com/repos/artkamote/examples
closed
CVE-2020-7656 (Medium) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.6.1.min.js</b>, <b>jquery-1.7.2.min.js</b>, <b>jquery-1.7.1.min.js</b></p></summary> <p> <details><summary...
True
CVE-2020-7656 (Medium) detected in multiple libraries - autoclosed - ## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.6.1.min.js</b>, <b>jquery-1.7.2.min.js...
non_defect
cve medium detected in multiple libraries autoclosed cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to depende...
0
714,151
24,552,849,847
IssuesEvent
2022-10-12 13:50:42
brainiak/rt-cloud
https://api.github.com/repos/brainiak/rt-cloud
closed
Create BIDS-Incremental pipeline example
enhancement priority-high
Having an streaming example that passes data through the BIDS pipeline, creates BIDS Archives, does basic analysis, and passes the data back to verify the analyses match would be useful both for future users to base their own projects on and for testing purposes to verify correctness.
1.0
Create BIDS-Incremental pipeline example - Having an streaming example that passes data through the BIDS pipeline, creates BIDS Archives, does basic analysis, and passes the data back to verify the analyses match would be useful both for future users to base their own projects on and for testing purposes to verify corr...
non_defect
create bids incremental pipeline example having an streaming example that passes data through the bids pipeline creates bids archives does basic analysis and passes the data back to verify the analyses match would be useful both for future users to base their own projects on and for testing purposes to verify corr...
0
89,283
3,792,032,096
IssuesEvent
2016-03-22 07:31:27
cashmusic/platform
https://api.github.com/repos/cashmusic/platform
closed
nginx support
first commit priority: ☂
In an older support forum question, rashley made some progress on porting our admin htaccess stuff to support nginx. This would be a really nice thing to have official support for. The original ticket is here (nginx stuff at the bottom) - http://help.cashmusic.org/discussions/problems/100-cant-connect-to-db-yet-mysq...
1.0
nginx support - In an older support forum question, rashley made some progress on porting our admin htaccess stuff to support nginx. This would be a really nice thing to have official support for. The original ticket is here (nginx stuff at the bottom) - http://help.cashmusic.org/discussions/problems/100-cant-connec...
non_defect
nginx support in an older support forum question rashley made some progress on porting our admin htaccess stuff to support nginx this would be a really nice thing to have official support for the original ticket is here nginx stuff at the bottom the code written is if e request filename ...
0
63,678
12,367,182,656
IssuesEvent
2020-05-18 11:51:14
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
[0.9.10.0] Effects of psychosis do not disappear when switching crew members
Bug Code Low prio
Self explanatory. In a singleplayer campaign, the broken items will not revert to normal when switching to someone without psychosis.
1.0
[0.9.10.0] Effects of psychosis do not disappear when switching crew members - Self explanatory. In a singleplayer campaign, the broken items will not revert to normal when switching to someone without psychosis.
non_defect
effects of psychosis do not disappear when switching crew members self explanatory in a singleplayer campaign the broken items will not revert to normal when switching to someone without psychosis
0
77,202
26,837,874,599
IssuesEvent
2023-02-02 21:08:54
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
Fix Image Editor
Type : Defect dotCMS : Content Management Severity : Support Priority Team : Lunik Release : 23.02 OKR : Core Features
clipping, download and cropping (resizing the crop area) adding an image from the wysiwyg is broken - it is not showing images
1.0
Fix Image Editor - clipping, download and cropping (resizing the crop area) adding an image from the wysiwyg is broken - it is not showing images
defect
fix image editor clipping download and cropping resizing the crop area adding an image from the wysiwyg is broken it is not showing images
1
64,268
18,346,830,440
IssuesEvent
2021-10-08 07:35:25
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
reopened
[BUG]: The articles viewer opens arbitrary
Type-Defect Component-GUI Component-Message-List Status-Fixed
### Brief description of the issue If articles list is focused (application-wide), and articles viewer is closed, unfocusing and focusing RSS Guard back opens the articles viewer panel with first article of the list. ### How to reproduce the bug? 1. Focus on \*articles list\* (click empty space or column heade...
1.0
[BUG]: The articles viewer opens arbitrary - ### Brief description of the issue If articles list is focused (application-wide), and articles viewer is closed, unfocusing and focusing RSS Guard back opens the articles viewer panel with first article of the list. ### How to reproduce the bug? 1. Focus on \*artic...
defect
the articles viewer opens arbitrary brief description of the issue if articles list is focused application wide and articles viewer is closed unfocusing and focusing rss guard back opens the articles viewer panel with first article of the list how to reproduce the bug focus on articles ...
1
37,735
8,513,484,560
IssuesEvent
2018-10-31 16:09:28
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
SubMenus GPS / Trackverwaltung don't open
Android bug Defect
## Vespucci Version latest (10.1.0) ## Download source https://github.com/MarcusWolschon/osmeditor4android/releases ## Device (Manufacturer and Model) Samsung Tablet A 10.1 (SM-T585 LTE) ## Android Version 7.0 ## Behaviour/Symptoms When opening GPS / Trackverwaltung I expect that menues GPS-Track...
1.0
SubMenus GPS / Trackverwaltung don't open - ## Vespucci Version latest (10.1.0) ## Download source https://github.com/MarcusWolschon/osmeditor4android/releases ## Device (Manufacturer and Model) Samsung Tablet A 10.1 (SM-T585 LTE) ## Android Version 7.0 ## Behaviour/Symptoms When opening GPS / Trackve...
defect
submenus gps trackverwaltung don t open vespucci version latest download source device manufacturer and model samsung tablet a sm lte android version behaviour symptoms when opening gps trackverwaltung i expect that menues gps tracks hochladen gps t...
1
108,938
13,690,130,584
IssuesEvent
2020-09-30 14:01:22
OpenLiberty/openliberty.io
https://api.github.com/repos/OpenLiberty/openliberty.io
opened
Guides with Skills Network
design needed
From Jamie Coleman: I am currently looking at integrating what we have in the guides section to a new environment (Skills Network) that allows users to try stuff out via a browser. Here is what we have on the openliberty.io site: https://openliberty.io/guides/ and this is what we want to integrate: https://ide.ski...
1.0
Guides with Skills Network - From Jamie Coleman: I am currently looking at integrating what we have in the guides section to a new environment (Skills Network) that allows users to try stuff out via a browser. Here is what we have on the openliberty.io site: https://openliberty.io/guides/ and this is what we want t...
non_defect
guides with skills network from jamie coleman i am currently looking at integrating what we have in the guides section to a new environment skills network that allows users to try stuff out via a browser here is what we have on the openliberty io site and this is what we want to integrate one thing t...
0
99,569
20,991,211,114
IssuesEvent
2022-03-29 09:27:30
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
closed
STYLE disallow Series | AnyArrayLike
Code Style good first issue
PR should be made to https://github.com/pandas-dev/pandas-dev-flaker idea is to disallow `foo: Series | AnyArrayLike`, as `Series` is array-like already This came out of this review: https://github.com/pandas-dev/pandas/pull/41955#discussion_r663390463
1.0
STYLE disallow Series | AnyArrayLike - PR should be made to https://github.com/pandas-dev/pandas-dev-flaker idea is to disallow `foo: Series | AnyArrayLike`, as `Series` is array-like already This came out of this review: https://github.com/pandas-dev/pandas/pull/41955#discussion_r663390463
non_defect
style disallow series anyarraylike pr should be made to idea is to disallow foo series anyarraylike as series is array like already this came out of this review
0
14,680
2,831,388,441
IssuesEvent
2015-05-24 15:53:22
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
Motion Detection
auto-migrated Priority-Medium Type-Defect
``` I would like a motion trigger, would be something in Live View or remotely possible. Would taking pictures of animals a great thing. Thank you Joseph ``` Original issue reported on code.google.com by `Ritz...@gmail.com` on 4 Apr 2014 at 7:43
1.0
Motion Detection - ``` I would like a motion trigger, would be something in Live View or remotely possible. Would taking pictures of animals a great thing. Thank you Joseph ``` Original issue reported on code.google.com by `Ritz...@gmail.com` on 4 Apr 2014 at 7:43
defect
motion detection i would like a motion trigger would be something in live view or remotely possible would taking pictures of animals a great thing thank you joseph original issue reported on code google com by ritz gmail com on apr at
1
49,258
13,186,551,974
IssuesEvent
2020-08-13 00:32:05
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
muex option 'detail' is broken in trunk r135229 (Trac #1055)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1055">https://code.icecube.wisc.edu/ticket/1055</a>, reported by sflis and owned by dima</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "If the detail option of the mu...
1.0
muex option 'detail' is broken in trunk r135229 (Trac #1055) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1055">https://code.icecube.wisc.edu/ticket/1055</a>, reported by sflis and owned by dima</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13...
defect
muex option detail is broken in trunk trac migrated from json status closed changetime description if the detail option of the muex module is set to true it will seg fault reporter sflis cc resolution fixed ts...
1
21,216
3,475,367,497
IssuesEvent
2015-12-25 15:01:56
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
opened
Methods are ignoring the [Name()] attribute for parameters' renaming
defect
Methods are not considering the `Name()` attribute when emitting functions' references to parameters' names overrode by it. For instance, this code: ```csharp public void Master([Name("$num")] int number) { Console.log(number); } ``` Generates this: ```javascript master: function (...
1.0
Methods are ignoring the [Name()] attribute for parameters' renaming - Methods are not considering the `Name()` attribute when emitting functions' references to parameters' names overrode by it. For instance, this code: ```csharp public void Master([Name("$num")] int number) { Console.log(number)...
defect
methods are ignoring the attribute for parameters renaming methods are not considering the name attribute when emitting functions references to parameters names overrode by it for instance this code csharp public void master int number console log number gen...
1
100,693
21,478,911,510
IssuesEvent
2022-04-26 15:50:14
karaoke-dev/karaoke
https://api.github.com/repos/karaoke-dev/karaoke
closed
Refactor the usage of DefaultLyricPiece
enhancement code quality
What should be refactored: - Move `DefaultLyricPiece<T>` into the better place(e.g: Rename to `DrawableKaraokeSpriteText` and place it into `Graphics/Sprites`). - Find a better way to handle the `BindCollectionChanged` and `BindValueChanged` event in the Ruby/Romaji and time-tag bindable list. - Maybe can see how ...
1.0
Refactor the usage of DefaultLyricPiece - What should be refactored: - Move `DefaultLyricPiece<T>` into the better place(e.g: Rename to `DrawableKaraokeSpriteText` and place it into `Graphics/Sprites`). - Find a better way to handle the `BindCollectionChanged` and `BindValueChanged` event in the Ruby/Romaji and time-...
non_defect
refactor the usage of defaultlyricpiece what should be refactored move defaultlyricpiece into the better place e g rename to drawablekaraokespritetext and place it into graphics sprites find a better way to handle the bindcollectionchanged and bindvaluechanged event in the ruby romaji and time ta...
0
8,602
3,770,889,853
IssuesEvent
2016-03-16 15:55:46
HeavensGate/Eternal
https://api.github.com/repos/HeavensGate/Eternal
closed
Admin-Spawned TG viruses need to be fixed
balance bug code discuss/uncertain low priority
Here's the story. Killer released Brainrot to 3 stupid heads who were nothing but drunken, low-RP messes. Az heard from Maline three heads had brainrot, but she took it as a joke because they were quite stupid. However, she tried to fetch the RD, one of the patients who had brain rot, and contracted it, herself. Mal...
1.0
Admin-Spawned TG viruses need to be fixed - Here's the story. Killer released Brainrot to 3 stupid heads who were nothing but drunken, low-RP messes. Az heard from Maline three heads had brainrot, but she took it as a joke because they were quite stupid. However, she tried to fetch the RD, one of the patients who had b...
non_defect
admin spawned tg viruses need to be fixed here s the story killer released brainrot to stupid heads who were nothing but drunken low rp messes az heard from maline three heads had brainrot but she took it as a joke because they were quite stupid however she tried to fetch the rd one of the patients who had b...
0
215,862
24,196,538,521
IssuesEvent
2022-09-24 01:14:57
Baneeishaque/Raindrop-Removal-With-Light-Field-Image-Using-Image-Inpainting
https://api.github.com/repos/Baneeishaque/Raindrop-Removal-With-Light-Field-Image-Using-Image-Inpainting
opened
CVE-2022-36005 (High) detected in tensorflow-1.15.0-cp37-cp37m-manylinux2010_x86_64.whl
security vulnerability
## CVE-2022-36005 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learni...
True
CVE-2022-36005 (High) detected in tensorflow-1.15.0-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2022-36005 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp37-cp37m-...
non_defect
cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file requirements txt path to v...
0
84,133
24,235,137,326
IssuesEvent
2022-09-26 22:13:36
foundry-rs/foundry
https://api.github.com/repos/foundry-rs/foundry
closed
`forge build --skip-tests`
T-feature C-forge Cmd-forge-build
### Component Forge ### Describe the feature you would like It would be nice to have a flag on `forge build` that skips building the tests. As our test suite grows, it results in the build being more slow. This would be useful for when the artifacts are desired, we use them as part of a build process to build bindin...
1.0
`forge build --skip-tests` - ### Component Forge ### Describe the feature you would like It would be nice to have a flag on `forge build` that skips building the tests. As our test suite grows, it results in the build being more slow. This would be useful for when the artifacts are desired, we use them as part of a ...
non_defect
forge build skip tests component forge describe the feature you would like it would be nice to have a flag on forge build that skips building the tests as our test suite grows it results in the build being more slow this would be useful for when the artifacts are desired we use them as part of a ...
0
54,680
13,879,311,355
IssuesEvent
2020-10-17 13:53:56
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
opened
Defect Hunting - NGX core
0.23.0 Defect Hunting
Defect Hunting - NGX Core - Oct 17, 2020 - [ ] Avatar with background image Before [link](https://5f355f63718e9200075585e1--fundamental-ngx.netlify.app/#/core/avatar#avatar-background-image) <img width="577" alt="Screen Shot 2020-10-17 at 9 52 55 AM" src="https://user-images.githubusercontent.com/4380815/96338816-...
1.0
Defect Hunting - NGX core - Defect Hunting - NGX Core - Oct 17, 2020 - [ ] Avatar with background image Before [link](https://5f355f63718e9200075585e1--fundamental-ngx.netlify.app/#/core/avatar#avatar-background-image) <img width="577" alt="Screen Shot 2020-10-17 at 9 52 55 AM" src="https://user-images.githubuserc...
defect
defect hunting ngx core defect hunting ngx core oct avatar with background image before img width alt screen shot at am src now img width alt screen shot at am src
1
8,514
2,611,515,735
IssuesEvent
2015-02-27 05:51:02
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
About new button of a lan/inernet game
auto-migrated Component-QtFrontend Milestone-NextRelease Type-Defect
``` When you click on it it divides (transformed) to two buttons of lan and internet game. This is very usefully but not very pretty. Especially for man who draw a big nice button. What i want to offer? 1. (better for me) Make big button transform to two buttons not with click but when you place cursor on it, when ...
1.0
About new button of a lan/inernet game - ``` When you click on it it divides (transformed) to two buttons of lan and internet game. This is very usefully but not very pretty. Especially for man who draw a big nice button. What i want to offer? 1. (better for me) Make big button transform to two buttons not with clic...
defect
about new button of a lan inernet game when you click on it it divides transformed to two buttons of lan and internet game this is very usefully but not very pretty especially for man who draw a big nice button what i want to offer better for me make big button transform to two buttons not with clic...
1
334,033
24,400,984,552
IssuesEvent
2022-10-05 01:20:07
TkTech/notifico
https://api.github.com/repos/TkTech/notifico
closed
Request: please say what this project does in the readme
enhancement documentation
Hello. Stumbled into this project. The [current readme](https://github.com/notifico/notifico/blob/6af849e4c75dff4d740051676f5a2093a44efcee/README.md) says: > Notifico is my personal open source (MIT) replacement to the now-defunct http://cia.vc service with my own little spin on things. Currently the cia.vc pa...
1.0
Request: please say what this project does in the readme - Hello. Stumbled into this project. The [current readme](https://github.com/notifico/notifico/blob/6af849e4c75dff4d740051676f5a2093a44efcee/README.md) says: > Notifico is my personal open source (MIT) replacement to the now-defunct http://cia.vc service wi...
non_defect
request please say what this project does in the readme hello stumbled into this project the says notifico is my personal open source mit replacement to the now defunct service with my own little spin on things currently the cia vc page says cia vc the open source version control infor...
0
94,447
19,554,990,622
IssuesEvent
2022-01-03 08:01:35
HITK-TECH-Community/Community-Website
https://api.github.com/repos/HITK-TECH-Community/Community-Website
closed
[Backend] Join Us Form [Post]
backend Level3 Up-for-Grap Swoc CodePeak
Deliverables- - [ ] Make the api to store the Join Us Form data. Below are the requirements for the same- - It should be a POST request - It should be a public api i.e doesn't require any authentication - Notify admins i.e As soon as we store the data in database, send email to the Admins
1.0
[Backend] Join Us Form [Post] - Deliverables- - [ ] Make the api to store the Join Us Form data. Below are the requirements for the same- - It should be a POST request - It should be a public api i.e doesn't require any authentication - Notify admins i.e As soon as we store the data in database, send email to t...
non_defect
join us form deliverables make the api to store the join us form data below are the requirements for the same it should be a post request it should be a public api i e doesn t require any authentication notify admins i e as soon as we store the data in database send email to the admins
0
26,713
4,777,630,463
IssuesEvent
2016-10-27 16:49:46
wheeler-microfluidics/microdrop
https://api.github.com/repos/wheeler-microfluidics/microdrop
closed
Fix protocol loading (Trac #55)
defect microdrop Migrated from Trac
Somewhere prior to version 0.1.325, protocol loading was broken. There are no errors, but the protocol doesn't change after loading a file. Migrated from http://microfluidics.utoronto.ca/ticket/55 ```json { "status": "closed", "changetime": "2014-04-17T19:39:01", "description": "Somewhere prior to versio...
1.0
Fix protocol loading (Trac #55) - Somewhere prior to version 0.1.325, protocol loading was broken. There are no errors, but the protocol doesn't change after loading a file. Migrated from http://microfluidics.utoronto.ca/ticket/55 ```json { "status": "closed", "changetime": "2014-04-17T19:39:01", "descri...
defect
fix protocol loading trac somewhere prior to version protocol loading was broken there are no errors but the protocol doesn t change after loading a file migrated from json status closed changetime description somewhere prior to version protocol lo...
1
322,699
9,821,847,831
IssuesEvent
2019-06-14 08:21:52
Materials-Consortia/OPTiMaDe
https://api.github.com/repos/Materials-Consortia/OPTiMaDe
closed
Correct how the all endpoint is specified (or remove it completely from the specs)
event/workshop-2018 priority/high status/approved status/has-concrete-suggestion topic/query-string
What does the /all endpoint presently return? Without a filter it should return all entries of all entry types, using the jsonapi 'type' member to specify which entry_type each record is. So, e.g., ``` /all?filter=id="_exmpl_42" ``` Looks for any entry in the database with the id _exmpl_42, regardless of w...
1.0
Correct how the all endpoint is specified (or remove it completely from the specs) - What does the /all endpoint presently return? Without a filter it should return all entries of all entry types, using the jsonapi 'type' member to specify which entry_type each record is. So, e.g., ``` /all?filter=id="_exmpl...
non_defect
correct how the all endpoint is specified or remove it completely from the specs what does the all endpoint presently return without a filter it should return all entries of all entry types using the jsonapi type member to specify which entry type each record is so e g all filter id exmpl...
0
211,938
7,214,329,238
IssuesEvent
2018-02-08 01:39:23
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Iron hammer has no in hand model
Feature Medium Priority
I made the iron hammer today and started using it and noticed it doesn't have a model in your hand while swinging it
1.0
Iron hammer has no in hand model - I made the iron hammer today and started using it and noticed it doesn't have a model in your hand while swinging it
non_defect
iron hammer has no in hand model i made the iron hammer today and started using it and noticed it doesn t have a model in your hand while swinging it
0
335,960
24,484,420,366
IssuesEvent
2022-10-09 08:32:43
newmediaarts/nma_v4
https://api.github.com/repos/newmediaarts/nma_v4
closed
Add docs for adding new partials to a page
documentation
Create documentation for the flow of creating a new `md` file for a page and adding new partials to it
1.0
Add docs for adding new partials to a page - Create documentation for the flow of creating a new `md` file for a page and adding new partials to it
non_defect
add docs for adding new partials to a page create documentation for the flow of creating a new md file for a page and adding new partials to it
0
197,971
22,617,806,362
IssuesEvent
2022-06-30 01:10:53
turkdevops/vuepress
https://api.github.com/repos/turkdevops/vuepress
opened
CVE-2022-2218 (High) detected in parse-url-5.0.1.tgz
security vulnerability
## CVE-2022-2218 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-5.0.1.tgz</b></p></summary> <p>An advanced url parser supporting git urls too.</p> <p>Library home page: <a h...
True
CVE-2022-2218 (High) detected in parse-url-5.0.1.tgz - ## CVE-2022-2218 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-5.0.1.tgz</b></p></summary> <p>An advanced url parser ...
non_defect
cve high detected in parse url tgz cve high severity vulnerability vulnerable library parse url tgz an advanced url parser supporting git urls too library home page a href path to dependency file package json path to vulnerable library node modules parse url packa...
0
43,319
9,417,819,382
IssuesEvent
2019-04-10 17:40:34
grpc/grpc-java
https://api.github.com/repos/grpc/grpc-java
closed
Releases can be uploaded without signing being successful
code health
We configure signing to be required, but it isn't working for some reason.
1.0
Releases can be uploaded without signing being successful - We configure signing to be required, but it isn't working for some reason.
non_defect
releases can be uploaded without signing being successful we configure signing to be required but it isn t working for some reason
0
536,713
15,712,590,764
IssuesEvent
2021-03-27 12:47:14
sopra-fs21-group-06/remys-best-client
https://api.github.com/repos/sopra-fs21-group-06/remys-best-client
opened
Restricting available marbles for exchanging using JACK
high priority task
Marbles positioned for the first time at the starting field, stocked at home or in the finish area can’t be exchanged Time: 3h This task is part of user story #71
1.0
Restricting available marbles for exchanging using JACK - Marbles positioned for the first time at the starting field, stocked at home or in the finish area can’t be exchanged Time: 3h This task is part of user story #71
non_defect
restricting available marbles for exchanging using jack marbles positioned for the first time at the starting field stocked at home or in the finish area can’t be exchanged time this task is part of user story
0
43,054
12,965,174,278
IssuesEvent
2020-07-20 21:49:53
jtimberlake/griffin
https://api.github.com/repos/jtimberlake/griffin
opened
CVE-2020-11612 (High) detected in netty-all-4.1.38.Final.jar
security vulnerability
## CVE-2020-11612 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-all-4.1.38.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework fo...
True
CVE-2020-11612 (High) detected in netty-all-4.1.38.Final.jar - ## CVE-2020-11612 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-all-4.1.38.Final.jar</b></p></summary> <p>Netty i...
non_defect
cve high detected in netty all final jar cve high severity vulnerability vulnerable library netty all final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients path...
0
48,874
13,184,763,676
IssuesEvent
2020-08-12 20:03:00
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
DOM Size (Trac #362)
Incomplete Migration Migrated from Trac defect glshovel
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/362 , reported by olivas and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2013-11-21T22:33:33", "description": "From Boersma's wishlist:\n\nThe DOMs can be rendered with different shapes and a scales. T...
1.0
DOM Size (Trac #362) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/362 , reported by olivas and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2013-11-21T22:33:33", "description": "From Boersma's wishlist:\n\nThe DOMs can be rendered with different...
defect
dom size trac migrated from reported by olivas and owned by olivas json status closed changetime description from boersma s wishlist n nthe doms can be rendered with different shapes and a scales the nsimplest shape is points but with points the ...
1
160,462
20,102,900,446
IssuesEvent
2022-02-07 07:23:32
pazhanivel07/linux-4.19.72
https://api.github.com/repos/pazhanivel07/linux-4.19.72
opened
CVE-2019-11597 (High) detected in linuxlinux-4.19.83
security vulnerability
## CVE-2019-11597 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.83</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https:/...
True
CVE-2019-11597 (High) detected in linuxlinux-4.19.83 - ## CVE-2019-11597 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.83</b></p></summary> <p> <p>Apache Software Fou...
non_defect
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
16,741
11,274,885,750
IssuesEvent
2020-01-14 19:32:31
gardener/dashboard
https://api.github.com/repos/gardener/dashboard
closed
Add copy button to the seed and shoot names in the UI
area/usability component/dashboard kind/discussion kind/enhancement size/s
Would it be possible to add a `copy` button to the seed and shoot name parameters in the UI? This would be the same as how the Technical Id, monitoring and logging passwords, etc have a copy button.
True
Add copy button to the seed and shoot names in the UI - Would it be possible to add a `copy` button to the seed and shoot name parameters in the UI? This would be the same as how the Technical Id, monitoring and logging passwords, etc have a copy button.
non_defect
add copy button to the seed and shoot names in the ui would it be possible to add a copy button to the seed and shoot name parameters in the ui this would be the same as how the technical id monitoring and logging passwords etc have a copy button
0
46,892
7,294,243,478
IssuesEvent
2018-02-25 21:47:07
jeroenrnl/zoph
https://api.github.com/repos/jeroenrnl/zoph
closed
Documentation back to git
documentation
Years ago, the documentation was moved out of CVS to wikibooks, because of the ease of editting there. Now, with git and markdown, it's time to move the documentation back into the Version Control System. This will make it easier to keep the docs for different versions apart as one can always go back in Git to find the...
1.0
Documentation back to git - Years ago, the documentation was moved out of CVS to wikibooks, because of the ease of editting there. Now, with git and markdown, it's time to move the documentation back into the Version Control System. This will make it easier to keep the docs for different versions apart as one can alway...
non_defect
documentation back to git years ago the documentation was moved out of cvs to wikibooks because of the ease of editting there now with git and markdown it s time to move the documentation back into the version control system this will make it easier to keep the docs for different versions apart as one can alway...
0
4,529
2,610,112,938
IssuesEvent
2015-02-26 18:35:01
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Blogs site not accepting credentials
auto-migrated Priority-Medium Type-Defect
``` What's the problem? I receive this error when trying to sign on... I have had no problem with scribefire in Firefox.... Well, this is embarrassing... "Sigh... ScribeFire couldn't get the information it needed about your blog. Helpfully, your blog returned this message: server error. requested method wp.getUse...
1.0
Blogs site not accepting credentials - ``` What's the problem? I receive this error when trying to sign on... I have had no problem with scribefire in Firefox.... Well, this is embarrassing... "Sigh... ScribeFire couldn't get the information it needed about your blog. Helpfully, your blog returned this message: s...
defect
blogs site not accepting credentials what s the problem i receive this error when trying to sign on i have had no problem with scribefire in firefox well this is embarrassing sigh scribefire couldn t get the information it needed about your blog helpfully your blog returned this message s...
1
53,076
13,260,865,841
IssuesEvent
2020-08-20 18:53:45
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
icetray.inspect clashes with "the real" python inspect (Trac #660)
IceTray Migrated from Trac defect
Currently (icerec trunk based latest offline-rc V11-12-00), importing python modules failes, e.g.: ```text In [1]: from icecube import rootwriter --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /home/fabian/Physik...
1.0
icetray.inspect clashes with "the real" python inspect (Trac #660) - Currently (icerec trunk based latest offline-rc V11-12-00), importing python modules failes, e.g.: ```text In [1]: from icecube import rootwriter --------------------------------------------------------------------------- AttributeError ...
defect
icetray inspect clashes with the real python inspect trac currently icerec trunk based latest offline rc importing python modules failes e g text in from icecube import rootwriter attributeerror ...
1
42,988
9,359,108,126
IssuesEvent
2019-04-02 05:36:49
rapidsai/cudf
https://api.github.com/repos/rapidsai/cudf
closed
[FEA] Improve/refactor the column wrapper (for testing)
code quality feature request libcudf (C++/CUDA)
The column wrapper has several shortcomings in terms of its existing functionality, and some missing functionality. Examples: * Can't iterate through its elements, i.e. `for (auto x& : my_column_wrapper) { do_stuff(); }` (even not via a proxy. * Can't use it with standard library algorithms: fill, copy, iota etc...
1.0
[FEA] Improve/refactor the column wrapper (for testing) - The column wrapper has several shortcomings in terms of its existing functionality, and some missing functionality. Examples: * Can't iterate through its elements, i.e. `for (auto x& : my_column_wrapper) { do_stuff(); }` (even not via a proxy. * Can't use...
non_defect
improve refactor the column wrapper for testing the column wrapper has several shortcomings in terms of its existing functionality and some missing functionality examples can t iterate through its elements i e for auto x my column wrapper do stuff even not via a proxy can t use it ...
0
539,127
15,783,817,250
IssuesEvent
2021-04-01 14:26:02
fxi/AccessMod_shiny
https://api.github.com/repos/fxi/AccessMod_shiny
opened
Wrong computation in geographic coverage output table when capacities are used
Priority 1
We found a bug for the computation of the population coverage percentage (column "amPopCoveredPercent") of the output Excel table after a geographic coverage analysis. We spotted that by using an analysis that uses a maximum capacity for the facilities and for which many catchments are overlapping, which means that som...
1.0
Wrong computation in geographic coverage output table when capacities are used - We found a bug for the computation of the population coverage percentage (column "amPopCoveredPercent") of the output Excel table after a geographic coverage analysis. We spotted that by using an analysis that uses a maximum capacity for t...
non_defect
wrong computation in geographic coverage output table when capacities are used we found a bug for the computation of the population coverage percentage column ampopcoveredpercent of the output excel table after a geographic coverage analysis we spotted that by using an analysis that uses a maximum capacity for t...
0
417,081
12,155,675,887
IssuesEvent
2020-04-25 14:11:46
Strooped/strooped-relay
https://api.github.com/repos/Strooped/strooped-relay
opened
Sticky routing isn't working
bug priority: low
Both the android app and gamemaster client has issues with routing. The quick workaround is to only have one server, after the gamemaster and android client are feature complete a triage of the issue can be done.
1.0
Sticky routing isn't working - Both the android app and gamemaster client has issues with routing. The quick workaround is to only have one server, after the gamemaster and android client are feature complete a triage of the issue can be done.
non_defect
sticky routing isn t working both the android app and gamemaster client has issues with routing the quick workaround is to only have one server after the gamemaster and android client are feature complete a triage of the issue can be done
0
183,393
14,940,512,692
IssuesEvent
2021-01-25 18:23:24
microsoft/pxt
https://api.github.com/repos/microsoft/pxt
opened
AP CS Principles landing page
documentation
Hi Galen, Can you post this landing page for the new curriculum that's coming out? Thinking to put it here: http://makecode.com/csp Once the curriculum materials are done, we can add the link for the downloads. Content files for the landing page are here: https://microsoft-my.sharepoint.com/:f:/p/jacqchen/Ep-LqBN5...
1.0
AP CS Principles landing page - Hi Galen, Can you post this landing page for the new curriculum that's coming out? Thinking to put it here: http://makecode.com/csp Once the curriculum materials are done, we can add the link for the downloads. Content files for the landing page are here: https://microsoft-my.sharep...
non_defect
ap cs principles landing page hi galen can you post this landing page for the new curriculum that s coming out thinking to put it here once the curriculum materials are done we can add the link for the downloads content files for the landing page are here let me know if you have any questions thanks...
0
39,869
9,702,622,948
IssuesEvent
2019-05-27 09:13:05
hazelcast/hazelcast-jet
https://api.github.com/repos/hazelcast/hazelcast-jet
closed
CLI throws an error if download path includes spaces
cli defect
``` emindemirci  ~/Downloads/hazelcast-jet-3.0 2   ./bin/jet-start.sh ######################################## # JAVA=/Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/bin/java # JAVA_OPTS= -Dhazelcast.config=/Users/emindemirci/Downloads/hazelcast-jet-3.0 2/config/hazelcast.xml -Djet.home=/Users...
1.0
CLI throws an error if download path includes spaces - ``` emindemirci  ~/Downloads/hazelcast-jet-3.0 2   ./bin/jet-start.sh ######################################## # JAVA=/Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/bin/java # JAVA_OPTS= -Dhazelcast.config=/Users/emindemirci/Downloads/haz...
defect
cli throws an error if download path includes spaces emindemirci  downloads hazelcast jet   bin jet start sh java library java javavirtualmachines jdk jdk contents home bin java java opts dhazelcast config users emindemirci downloads haze...
1