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
780
2,588,039,136
IssuesEvent
2015-02-17 22:13:51
chrsmith/chrsmith-test-proj2
https://api.github.com/repos/chrsmith/chrsmith-test-proj2
opened
Issue #8 [CC, Moved]
auto-migrated Priority-Medium Type-Defect
``` This issue adds achrissmith@gmail.com to the CC field. ``` ----- Original issue reported on code.google.com by `chrsm...@google.com` on 7 Jan 2015 at 6:04
1.0
Issue #8 [CC, Moved] - ``` This issue adds achrissmith@gmail.com to the CC field. ``` ----- Original issue reported on code.google.com by `chrsm...@google.com` on 7 Jan 2015 at 6:04
defect
issue this issue adds achrissmith gmail com to the cc field original issue reported on code google com by chrsm google com on jan at
1
333,306
24,370,249,996
IssuesEvent
2022-10-03 18:37:16
labens-ufrn/academic-devflow
https://api.github.com/repos/labens-ufrn/academic-devflow
opened
Especificação do User Story - Manter projeto
documentation
Utilize o modelo abaixo como referência. [Modelo BSI - Doc 004 - Lista de User Stories ](https://docs.google.com/document/d/1Ns2J9KTpLgNOpCZjXJXw_RSCSijTJhUx4zgFhYecEJg/edit#heading=h.qfm89pbhdtzw) [Link auxiliar](https://github.com/joanmdrs/sigcli/blob/main/docs/doc-userstories.md)
1.0
Especificação do User Story - Manter projeto - Utilize o modelo abaixo como referência. [Modelo BSI - Doc 004 - Lista de User Stories ](https://docs.google.com/document/d/1Ns2J9KTpLgNOpCZjXJXw_RSCSijTJhUx4zgFhYecEJg/edit#heading=h.qfm89pbhdtzw) [Link auxiliar](https://github.com/joanmdrs/sigcli/blob/main/docs/d...
non_defect
especificação do user story manter projeto utilize o modelo abaixo como referência modelo bsi doc lista de user stories
0
3,173
2,607,986,800
IssuesEvent
2015-02-26 00:52:06
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
closed
Problem with emmet(Zen coding)
auto-migrated Priority-Medium Type-Defect
``` Hello, i was download Emmet, but if i click CTRL + E (notepad++) , exmple p(CTRL + E) is write me p and some wierd type and write'n in this type "ENQ" please help :( and my version of np++ is the newest ``` ----- Original issue reported on code.google.com by `pazkach...@gmail.com` on 5 Oct 2012 at 12:08
1.0
Problem with emmet(Zen coding) - ``` Hello, i was download Emmet, but if i click CTRL + E (notepad++) , exmple p(CTRL + E) is write me p and some wierd type and write'n in this type "ENQ" please help :( and my version of np++ is the newest ``` ----- Original issue reported on code.google.com by `pazkach...@gmail...
defect
problem with emmet zen coding hello i was download emmet but if i click ctrl e notepad exmple p ctrl e is write me p and some wierd type and write n in this type enq please help and my version of np is the newest original issue reported on code google com by pazkach gmail...
1
76,724
26,566,871,274
IssuesEvent
2023-01-20 21:12:36
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Open another device to load encrypted messages...
T-Defect X-Needs-Info
### Steps to reproduce 1. You need try to visit encrypted rooms. ### Outcome #### What did you expect? ??? #### What happened instead? I see "Unable to decrypt message" instead message. I can't see text before and other info was instead them. But now I see also > Open another device to load encrypted me...
1.0
Open another device to load encrypted messages... - ### Steps to reproduce 1. You need try to visit encrypted rooms. ### Outcome #### What did you expect? ??? #### What happened instead? I see "Unable to decrypt message" instead message. I can't see text before and other info was instead them. But now I see...
defect
open another device to load encrypted messages steps to reproduce you need try to visit encrypted rooms outcome what did you expect what happened instead i see unable to decrypt message instead message i can t see text before and other info was instead them but now i see...
1
65,483
27,116,400,035
IssuesEvent
2023-02-15 18:56:40
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
closed
Test new paging activity field mappings
Workgroup: AMD Service: Dev Service: Apps Type: Testing Product: AMD Data Tracker
Conduct end-to-end testing of the new Data Tracker [field mappings](https://github.com/cityofaustin/atd-data-tech/issues/8956) for paging activities.
2.0
Test new paging activity field mappings - Conduct end-to-end testing of the new Data Tracker [field mappings](https://github.com/cityofaustin/atd-data-tech/issues/8956) for paging activities.
non_defect
test new paging activity field mappings conduct end to end testing of the new data tracker for paging activities
0
132,437
5,186,025,912
IssuesEvent
2017-01-20 12:36:14
ICO2S/synbiohub
https://api.github.com/repos/ICO2S/synbiohub
closed
Search links on synbiohub.org not working correctly
Priority
The search links on the CD pages are not working consistently on synbiohub.org. Works on other instances.
1.0
Search links on synbiohub.org not working correctly - The search links on the CD pages are not working consistently on synbiohub.org. Works on other instances.
non_defect
search links on synbiohub org not working correctly the search links on the cd pages are not working consistently on synbiohub org works on other instances
0
2,884
2,607,964,483
IssuesEvent
2015-02-26 00:41:43
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/leveldb
closed
Cannot Get a record right away after putting it
auto-migrated Priority-Medium Type-Defect
``` leveldb::Slice key = sequence.substr(start,length); string value, value1; leveldb::Status s = (*db)->Put(leveldb::WriteOptions(), key, value); leveldb::Status s1 = (*db)->Get(leveldb::ReadOptions(), key, &value1); s1.IsNotFound() is always true. Why cannot Get the record back from the db? ``` ----- Original issu...
1.0
Cannot Get a record right away after putting it - ``` leveldb::Slice key = sequence.substr(start,length); string value, value1; leveldb::Status s = (*db)->Put(leveldb::WriteOptions(), key, value); leveldb::Status s1 = (*db)->Get(leveldb::ReadOptions(), key, &value1); s1.IsNotFound() is always true. Why cannot Get the...
defect
cannot get a record right away after putting it leveldb slice key sequence substr start length string value leveldb status s db put leveldb writeoptions key value leveldb status db get leveldb readoptions key isnotfound is always true why cannot get the record back...
1
26,111
4,593,602,974
IssuesEvent
2016-09-21 01:58:34
afisher1/GridLAB-D
https://api.github.com/repos/afisher1/GridLAB-D
closed
#24 Order of create calls in template is incorrect,
defect
The create method in the template needs to call the parent object create, memcopy it's own defaults, and provide any context specific changes to default values, in that order. ,
1.0
#24 Order of create calls in template is incorrect, - The create method in the template needs to call the parent object create, memcopy it's own defaults, and provide any context specific changes to default values, in that order. ,
defect
order of create calls in template is incorrect the create method in the template needs to call the parent object create memcopy it s own defaults and provide any context specific changes to default values in that order
1
7,692
2,610,433,264
IssuesEvent
2015-02-26 20:21:56
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
dont works on blogger
auto-migrated Priority-Medium Type-Defect
``` What's the problem? scrifire non pubblica più i post sulla piattaforma blogger, su wordpress funziona regolarmente What browser are you using? chrome 32.0.1700.107 m What version of ScribeFire are you running? ScribeFire 4.2.3 ``` ----- Original issue reported on code.google.com by `stefanob...@gmail.co...
1.0
dont works on blogger - ``` What's the problem? scrifire non pubblica più i post sulla piattaforma blogger, su wordpress funziona regolarmente What browser are you using? chrome 32.0.1700.107 m What version of ScribeFire are you running? ScribeFire 4.2.3 ``` ----- Original issue reported on code.google.com ...
defect
dont works on blogger what s the problem scrifire non pubblica più i post sulla piattaforma blogger su wordpress funziona regolarmente what browser are you using chrome m what version of scribefire are you running scribefire original issue reported on code google com by st...
1
32,498
4,773,576,788
IssuesEvent
2016-10-27 01:24:11
docker/docker
https://api.github.com/repos/docker/docker
closed
Flaky test: TestExecInspectID
area/testing
Seen failing on gccgo; https://jenkins.dockerproject.org/job/Docker-PRs-gccgo/2864/console ``` 16:09:33 PASS: docker_cli_exec_test.go:122: TestExecExitStatus.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.498s 16:09:37 16:09:37 ----------------------------------------------------------------------...
1.0
Flaky test: TestExecInspectID - Seen failing on gccgo; https://jenkins.dockerproject.org/job/Docker-PRs-gccgo/2864/console ``` 16:09:33 PASS: docker_cli_exec_test.go:122: TestExecExitStatus.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.498s 16:09:37 16:09:37 --------------------------------------...
non_defect
flaky test testexecinspectid seen failing on gccgo pass docker cli exec test go testexecexitstatus github com docker docker integration cli dockersuite fail docker cli exec test go testexecin...
0
23,232
3,779,430,248
IssuesEvent
2016-03-18 08:15:29
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
opened
On Korros Tor the green keeper digs toward wrong gold
Branch-Stable Component-CompPlayer Priority-High Type-Defect
In KeeperFX v0.4.6 r1821 patch, git e229fb3, dated 2016-01-02 23:07:19, on the second Deeper Dungeon map 'Korros Tor' the green keeper will immediately(first 10 seconds of the level) dig south towards the center gold, opening up toward hero pockets before he can get/train any creatures. The desired behavior is that ...
1.0
On Korros Tor the green keeper digs toward wrong gold - In KeeperFX v0.4.6 r1821 patch, git e229fb3, dated 2016-01-02 23:07:19, on the second Deeper Dungeon map 'Korros Tor' the green keeper will immediately(first 10 seconds of the level) dig south towards the center gold, opening up toward hero pockets before he can g...
defect
on korros tor the green keeper digs toward wrong gold in keeperfx patch git dated on the second deeper dungeon map korros tor the green keeper will immediately first seconds of the level dig south towards the center gold opening up toward hero pockets before he can get train any creatur...
1
17,439
3,005,323,501
IssuesEvent
2015-07-26 20:04:01
libkml/libkml
https://api.github.com/repos/libkml/libkml
closed
configure.ac does not respect SWIG command line value
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. ./configure SWIG=/my/special/swig 2. 3. What is the expected output? What do you see instead? I'd expect that configure tries the /my/special/swig, instead it tests the first swig in PATH. The same error occurs if SWIG is set as shell variable before running configure. ...
1.0
configure.ac does not respect SWIG command line value - ``` What steps will reproduce the problem? 1. ./configure SWIG=/my/special/swig 2. 3. What is the expected output? What do you see instead? I'd expect that configure tries the /my/special/swig, instead it tests the first swig in PATH. The same error occurs if SW...
defect
configure ac does not respect swig command line value what steps will reproduce the problem configure swig my special swig what is the expected output what do you see instead i d expect that configure tries the my special swig instead it tests the first swig in path the same error occurs if sw...
1
71,425
9,523,127,756
IssuesEvent
2019-04-27 14:47:33
ungleich/cdist
https://api.github.com/repos/ungleich/cdist
closed
Document execution method in the cache
documentation feature
Proposed solution: ``` - in $__global/method - values - config - install - document path and description in cdist-reference ```
1.0
Document execution method in the cache - Proposed solution: ``` - in $__global/method - values - config - install - document path and description in cdist-reference ```
non_defect
document execution method in the cache proposed solution in global method values config install document path and description in cdist reference
0
64,549
18,737,222,849
IssuesEvent
2021-11-04 09:16:45
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
3pid invite failed somehow
T-Defect P1 S-Major Z-Backend
Invited using vector-web bulk invite. ``` 2016-07-01 09:53:12,689 - synapse.handlers.federation - 1745 - INFO - POST-16763975 - Could not find invite event for third_party_invite - discarding: {'origin': 'matrix.org', 'or igin_server_ts': 1467363192685, 'sender': '@Amandine:matrix.org', 'event_id': '$14673631922320300...
1.0
3pid invite failed somehow - Invited using vector-web bulk invite. ``` 2016-07-01 09:53:12,689 - synapse.handlers.federation - 1745 - INFO - POST-16763975 - Could not find invite event for third_party_invite - discarding: {'origin': 'matrix.org', 'or igin_server_ts': 1467363192685, 'sender': '@Amandine:matrix.org', 'e...
defect
invite failed somehow invited using vector web bulk invite synapse handlers federation info post could not find invite event for third party invite discarding origin matrix org or igin server ts sender amandine matrix org event id matrix org prev ev...
1
283,365
30,913,284,180
IssuesEvent
2023-08-05 01:33:01
hshivhare67/kernel_v4.19.72_CVE-2022-42896_new
https://api.github.com/repos/hshivhare67/kernel_v4.19.72_CVE-2022-42896_new
reopened
CVE-2022-24959 (Medium) detected in linuxlinux-4.19.279
Mend: dependency security vulnerability
## CVE-2022-24959 - 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.279</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge...
True
CVE-2022-24959 (Medium) detected in linuxlinux-4.19.279 - ## CVE-2022-24959 - 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.279</b></p></summary> <p> <p>The Linux Ker...
non_defect
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files drivers net hamradio yam c drivers net ...
0
329,150
28,154,428,164
IssuesEvent
2023-04-03 06:03:15
mercari/tortoise
https://api.github.com/repos/mercari/tortoise
opened
GitHub Actions to run lint and test
kind/test
enable the GitHub Actions to run lint and test in this repo
1.0
GitHub Actions to run lint and test - enable the GitHub Actions to run lint and test in this repo
non_defect
github actions to run lint and test enable the github actions to run lint and test in this repo
0
45,554
12,856,122,081
IssuesEvent
2020-07-09 07:00:11
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
Errors and functional modules depend on each other
category: modules type: cleanup type: defect
`errors` uses a `hpx::function_nonser` for a callback, `functional` throws a `hpx::exception` in one file. Either of these could be removed to get rid of the dependency. More generally #4135 would help us catch these dependencies correctly in CMake itself. `cpp-dependencies` currently doesn't catch this circular dep...
1.0
Errors and functional modules depend on each other - `errors` uses a `hpx::function_nonser` for a callback, `functional` throws a `hpx::exception` in one file. Either of these could be removed to get rid of the dependency. More generally #4135 would help us catch these dependencies correctly in CMake itself. `cpp-de...
defect
errors and functional modules depend on each other errors uses a hpx function nonser for a callback functional throws a hpx exception in one file either of these could be removed to get rid of the dependency more generally would help us catch these dependencies correctly in cmake itself cpp depen...
1
55,184
11,405,843,394
IssuesEvent
2020-01-31 13:05:05
openvalidation/openvalidation
https://api.github.com/repos/openvalidation/openvalidation
closed
Java codegen: use Number type for returning numbers
codegen good first issue
<!--- Thank you for using openVALIDATION! --> Taking some inspiraition from the suggestions of @sbischoff-ai in #39 in `openvalidation-generation/src/main/resources/java/framework.hbs` BigDecimal is used as the return type for numbers. It might be much more suitable to return a more general Number ## Expecte...
1.0
Java codegen: use Number type for returning numbers - <!--- Thank you for using openVALIDATION! --> Taking some inspiraition from the suggestions of @sbischoff-ai in #39 in `openvalidation-generation/src/main/resources/java/framework.hbs` BigDecimal is used as the return type for numbers. It might be much more s...
non_defect
java codegen use number type for returning numbers taking some inspiraition from the suggestions of sbischoff ai in in openvalidation generation src main resources java framework hbs bigdecimal is used as the return type for numbers it might be much more suitable to return a more general number ...
0
34,514
7,452,694,734
IssuesEvent
2018-03-29 09:16:32
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
Manager randomly uses wrong time format
C: Manager E: 1 day P: Minor T: Defect
Linux 7.9 and earlier More or less randomly Manager uses wrong time format in Event Log messages and probably in Tasks/Deadline and elsewhere too. For example, "Wed 07 Mar 2018 10:04:54 PM EET" changes to "Wed Mar 7 22:04:54 2018". ![manager 7 9 wrong time format](https://user-images.githubusercontent.com/1580619...
1.0
Manager randomly uses wrong time format - Linux 7.9 and earlier More or less randomly Manager uses wrong time format in Event Log messages and probably in Tasks/Deadline and elsewhere too. For example, "Wed 07 Mar 2018 10:04:54 PM EET" changes to "Wed Mar 7 22:04:54 2018". ![manager 7 9 wrong time format](https:/...
defect
manager randomly uses wrong time format linux and earlier more or less randomly manager uses wrong time format in event log messages and probably in tasks deadline and elsewhere too for example wed mar pm eet changes to wed mar
1
25,365
4,306,653,927
IssuesEvent
2016-07-21 04:47:47
kraigs-android/kraigsandroid
https://api.github.com/repos/kraigs-android/kraigsandroid
closed
not going off sporadicly when set
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Random 2. Random 3. Random, I only have 3 alarms set Mon-Sat, Sun and one I can just change the time on. What is the expected output? It go off every morning & NOT have a error message if scheduled or like this morning it didn't even have an error message it just didn'...
1.0
not going off sporadicly when set - ``` What steps will reproduce the problem? 1. Random 2. Random 3. Random, I only have 3 alarms set Mon-Sat, Sun and one I can just change the time on. What is the expected output? It go off every morning & NOT have a error message if scheduled or like this morning it didn't even ...
defect
not going off sporadicly when set what steps will reproduce the problem random random random i only have alarms set mon sat sun and one i can just change the time on what is the expected output it go off every morning not have a error message if scheduled or like this morning it didn t even ...
1
17,248
2,986,623,180
IssuesEvent
2015-07-20 05:40:58
jayway/awaitility
https://api.github.com/repos/jayway/awaitility
opened
Use java agent to allow for non-polled awaits
auto-migrated Priority-Medium Type-Defect
``` This will also allow for waiting for void methods. ``` Original issue reported on code.google.com by `johan.ha...@gmail.com` on 12 Apr 2011 at 7:48
1.0
Use java agent to allow for non-polled awaits - ``` This will also allow for waiting for void methods. ``` Original issue reported on code.google.com by `johan.ha...@gmail.com` on 12 Apr 2011 at 7:48
defect
use java agent to allow for non polled awaits this will also allow for waiting for void methods original issue reported on code google com by johan ha gmail com on apr at
1
771,537
27,087,899,798
IssuesEvent
2023-02-14 18:25:20
googleapis/google-cloud-ruby
https://api.github.com/repos/googleapis/google-cloud-ruby
closed
[Nightly CI Failures] Failures detected for google-cloud-recaptcha_enterprise-v1
type: bug priority: p1 nightly failure
At 2023-02-09 09:04:59 UTC, detected failures in google-cloud-recaptcha_enterprise-v1 for: rubocop report_key_08c48fd89667a43183be02c33b050ef1
1.0
[Nightly CI Failures] Failures detected for google-cloud-recaptcha_enterprise-v1 - At 2023-02-09 09:04:59 UTC, detected failures in google-cloud-recaptcha_enterprise-v1 for: rubocop report_key_08c48fd89667a43183be02c33b050ef1
non_defect
failures detected for google cloud recaptcha enterprise at utc detected failures in google cloud recaptcha enterprise for rubocop report key
0
13,103
2,732,898,848
IssuesEvent
2015-04-17 10:04:55
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
edges deselected after moving several shapes with multi selection
auto-migrated Component-Editor Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. create some nodes and egdes 2. multi select all of them 3. move the selected shapes What is the expected output? after moving all previously selected shapes are still selected. What do you see instead? all edges are not selected anymore Please use labels and text to prov...
1.0
edges deselected after moving several shapes with multi selection - ``` What steps will reproduce the problem? 1. create some nodes and egdes 2. multi select all of them 3. move the selected shapes What is the expected output? after moving all previously selected shapes are still selected. What do you see instead? al...
defect
edges deselected after moving several shapes with multi selection what steps will reproduce the problem create some nodes and egdes multi select all of them move the selected shapes what is the expected output after moving all previously selected shapes are still selected what do you see instead al...
1
165,805
12,879,876,003
IssuesEvent
2020-07-12 01:29:35
osquery/osquery
https://api.github.com/repos/osquery/osquery
closed
Create tests for the table `docker_container_labels`
FreeBSD Linux good-first-issue test
## Feature request ### What new feature do you want? Create tests for the table `docker_container_labels` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there i...
1.0
Create tests for the table `docker_container_labels` - ## Feature request ### What new feature do you want? Create tests for the table `docker_container_labels` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and ty...
non_defect
create tests for the table docker container labels feature request what new feature do you want create tests for the table docker container labels create header file for the table implementation if one is not exists in test query the table and check if retrieved columns name and ty...
0
11,906
2,668,903,078
IssuesEvent
2015-03-23 12:24:40
arescentral/antares
https://api.github.com/repos/arescentral/antares
opened
Half-health triggers for hidden objects.
Classic Compatibility Complexity:Low Priority:Low Type:Defect
Another unproven bug theorized from reading the source: The "half-health" condition looks like it will trigger if applied to an initially-hidden object that has not yet been unhidden.
1.0
Half-health triggers for hidden objects. - Another unproven bug theorized from reading the source: The "half-health" condition looks like it will trigger if applied to an initially-hidden object that has not yet been unhidden.
defect
half health triggers for hidden objects another unproven bug theorized from reading the source the half health condition looks like it will trigger if applied to an initially hidden object that has not yet been unhidden
1
250,955
27,127,585,555
IssuesEvent
2023-02-16 07:07:15
monizb/FireShort
https://api.github.com/repos/monizb/FireShort
closed
CVE-2022-0122 (Medium) detected in node-forge-0.10.0.tgz - autoclosed
security vulnerability
## CVE-2022-0122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, P...
True
CVE-2022-0122 (Medium) detected in node-forge-0.10.0.tgz - autoclosed - ## CVE-2022-0122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary> <p>Ja...
non_defect
cve medium detected in node forge tgz autoclosed cve medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to d...
0
41,004
10,262,660,448
IssuesEvent
2019-08-22 12:50:06
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
minor 'iprint' documentation error in scipy.optimize.minimize L-BFGS-B
Documentation defect scipy.optimize
The documentation of L-BFGS-B (http://docs.scipy.org/doc/scipy/reference/optimize.minimize-lbfgsb.html) lists `iprint` as an argument in the signature, but it is missing in the description of the arguments, probably replaced by the seemingly redundant `disp`, itself there twice under two different types (bool and int)....
1.0
minor 'iprint' documentation error in scipy.optimize.minimize L-BFGS-B - The documentation of L-BFGS-B (http://docs.scipy.org/doc/scipy/reference/optimize.minimize-lbfgsb.html) lists `iprint` as an argument in the signature, but it is missing in the description of the arguments, probably replaced by the seemingly redun...
defect
minor iprint documentation error in scipy optimize minimize l bfgs b the documentation of l bfgs b lists iprint as an argument in the signature but it is missing in the description of the arguments probably replaced by the seemingly redundant disp itself there twice under two different types bool and int...
1
63,077
17,366,372,593
IssuesEvent
2021-07-30 07:54:34
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
No ringing on Debian Sid
A-VoIP P2 S-Major T-Defect X-Needs-Info Z-Platform-Specific
Hi I am using Riot on Debian Sid X64. Everything seems to work like voice calls, chats, file sharing etc except that I get no ringing when a call is put by another user. The browser client has no issue with this, also every other voice chat app on this system (like Jitsi) can use the ringing audio on the system. ...
1.0
No ringing on Debian Sid - Hi I am using Riot on Debian Sid X64. Everything seems to work like voice calls, chats, file sharing etc except that I get no ringing when a call is put by another user. The browser client has no issue with this, also every other voice chat app on this system (like Jitsi) can use the ri...
defect
no ringing on debian sid hi i am using riot on debian sid everything seems to work like voice calls chats file sharing etc except that i get no ringing when a call is put by another user the browser client has no issue with this also every other voice chat app on this system like jitsi can use the ring...
1
10,116
7,919,160,313
IssuesEvent
2018-07-04 15:38:18
runconduit/conduit
https://api.github.com/repos/runconduit/conduit
opened
tls: Individual endpoints may not be TLSd
area/controller area/proxy area/security bug
I deployed strest with TLS enabled, and it two pods in a cluster of 10 are not receiving TLS'd traffic: ``` NAME MESHED SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 TLS strest-client-98df4ccbd-zctzk 1/1 - - - - ...
True
tls: Individual endpoints may not be TLSd - I deployed strest with TLS enabled, and it two pods in a cluster of 10 are not receiving TLS'd traffic: ``` NAME MESHED SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 TLS strest-client-98df4ccbd-zctzk 1/1 ...
non_defect
tls individual endpoints may not be tlsd i deployed strest with tls enabled and it two pods in a cluster of are not receiving tls d traffic name meshed success rps latency latency latency tls strest client zctzk ...
0
7,624
2,610,407,985
IssuesEvent
2015-02-26 20:12:34
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
opened
[Review] AI Retreat
auto-migrated Priority-Medium Type-Defect
``` It's hard to kill the AI in land GC because they don't like to retreat when both sides have little. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 1 May 2012 at 2:24
1.0
[Review] AI Retreat - ``` It's hard to kill the AI in land GC because they don't like to retreat when both sides have little. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 1 May 2012 at 2:24
defect
ai retreat it s hard to kill the ai in land gc because they don t like to retreat when both sides have little original issue reported on code google com by killerhurdz netscape net on may at
1
269,130
23,421,889,534
IssuesEvent
2022-08-13 20:39:41
noxify/gridsome-plugin-remark-embed
https://api.github.com/repos/noxify/gridsome-plugin-remark-embed
closed
Add Provider Instagram
enhancement provider needs testing
https://www.instagram.com/developer/embedding/#oembed - [ ] added provider class with regexp and options - [ ] added template - [ ] testing - [ ] Readme updated
1.0
Add Provider Instagram - https://www.instagram.com/developer/embedding/#oembed - [ ] added provider class with regexp and options - [ ] added template - [ ] testing - [ ] Readme updated
non_defect
add provider instagram added provider class with regexp and options added template testing readme updated
0
71
2,502,352,399
IssuesEvent
2015-01-09 07:47:07
cshc/cshc_website
https://api.github.com/repos/cshc/cshc_website
closed
Server Error on zinnia wlwmanifest.xml page
defect
``` Traceback (most recent call last): File "/home/rgagarrett/.local/lib/python2.7/site-packages/django/core/handlers/base.py", line 139, in get_response response = response.render() File "/home/rgagarrett/.local/lib/python2.7/site-packages/django/template/response.py", line 105, in render self.content = sel...
1.0
Server Error on zinnia wlwmanifest.xml page - ``` Traceback (most recent call last): File "/home/rgagarrett/.local/lib/python2.7/site-packages/django/core/handlers/base.py", line 139, in get_response response = response.render() File "/home/rgagarrett/.local/lib/python2.7/site-packages/django/template/response....
defect
server error on zinnia wlwmanifest xml page traceback most recent call last file home rgagarrett local lib site packages django core handlers base py line in get response response response render file home rgagarrett local lib site packages django template response py line i...
1
75,248
14,432,468,505
IssuesEvent
2020-12-07 02:03:12
ampache/ampache
https://api.github.com/repos/ampache/ampache
closed
Can't get Personal Favorites plugin working
Code Quality UI plugin
As an administrator, I've activated the Personal Favorites plugin on the Manage Plugins page, added one of my playlists and turned "Personal Favorites on the homepage" to "On" (checking both checkboxes to "Apply for all"), but all I am seeing on the homepage is the header "Favorite Lists". What am I missing?
1.0
Can't get Personal Favorites plugin working - As an administrator, I've activated the Personal Favorites plugin on the Manage Plugins page, added one of my playlists and turned "Personal Favorites on the homepage" to "On" (checking both checkboxes to "Apply for all"), but all I am seeing on the homepage is the header "...
non_defect
can t get personal favorites plugin working as an administrator i ve activated the personal favorites plugin on the manage plugins page added one of my playlists and turned personal favorites on the homepage to on checking both checkboxes to apply for all but all i am seeing on the homepage is the header ...
0
15,981
2,870,249,289
IssuesEvent
2015-06-07 00:32:28
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
closed
Cube width bug in away 2.3.
auto-migrated Priority-Medium Type-Defect
#32 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:14Z ``` When I change width or height of the cube I get TypeError: Error #1009: at away3d.primitives::Cube/buildCube() Here is a code that reproduces this bug: import away3d.containers.*; import away3d.core.base.*; import away3d.primitives.*; import a...
1.0
Cube width bug in away 2.3. - #32 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:14Z ``` When I change width or height of the cube I get TypeError: Error #1009: at away3d.primitives::Cube/buildCube() Here is a code that reproduces this bug: import away3d.containers.*; import away3d.core.base.*; import...
defect
cube width bug in away issue by googlecodeexporter created on when i change width or height of the cube i get typeerror error at primitives cube buildcube here is a code that reproduces this bug import containers import core base import primitives import core...
1
77,227
26,862,937,732
IssuesEvent
2023-02-03 20:12:56
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Lovell editors can not select a System when creating VAMC System Health Service
Defect Needs refining
## Describe the defect When creating or editing a VAMC System Health Service, Lovell editors have no options in the VAMC System dropdown. Because of that, they can not create the service. ## To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ...
1.0
Lovell editors can not select a System when creating VAMC System Health Service - ## Describe the defect When creating or editing a VAMC System Health Service, Lovell editors have no options in the VAMC System dropdown. Because of that, they can not create the service. ## To Reproduce Steps to reproduce the behavi...
defect
lovell editors can not select a system when creating vamc system health service describe the defect when creating or editing a vamc system health service lovell editors have no options in the vamc system dropdown because of that they can not create the service to reproduce steps to reproduce the behavi...
1
5,124
2,610,181,450
IssuesEvent
2015-02-26 18:57:56
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
分享如何祛除色斑
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 如何消除面部色斑,黄褐斑多发生在女性的身上,尤其是生�� �孩子或是中年女性。而引起女性脸上长黄褐斑的原因有很多� ��因为大多数的女性都十分的注重皮肤的保养,经常会使用一 些贵重的化妆品或是服用一些对身体好的保健品来保养自己�� �皮肤,但是这种做法是很不对的,因为化妆品和保健品里面� ��含有很多刺激皮肤的化学物质,长期服用的话会产生副作用 ,并且对人的身体也有伤害,还会使女性脸上的黄褐斑增多�� �那么吃什么药可以祛除脸上的黄褐斑呢,如何消除面部色斑? 如何祛除色斑, 《客户案例》   每个女孩都想在自己的婚礼上成为最美的新娘吧,我也�� �例外,我和男朋友已经订婚了,再有五个月我就是他的新娘� ��,可我心...
1.0
分享如何祛除色斑 - ``` 《摘要》 如何消除面部色斑,黄褐斑多发生在女性的身上,尤其是生�� �孩子或是中年女性。而引起女性脸上长黄褐斑的原因有很多� ��因为大多数的女性都十分的注重皮肤的保养,经常会使用一 些贵重的化妆品或是服用一些对身体好的保健品来保养自己�� �皮肤,但是这种做法是很不对的,因为化妆品和保健品里面� ��含有很多刺激皮肤的化学物质,长期服用的话会产生副作用 ,并且对人的身体也有伤害,还会使女性脸上的黄褐斑增多�� �那么吃什么药可以祛除脸上的黄褐斑呢,如何消除面部色斑? 如何祛除色斑, 《客户案例》   每个女孩都想在自己的婚礼上成为最美的新娘吧,我也�� �例外,我和男朋友已经订婚了,再有五个月我就是...
defect
分享如何祛除色斑 《摘要》 如何消除面部色斑,黄褐斑多发生在女性的身上,尤其是生�� �孩子或是中年女性。而引起女性脸上长黄褐斑的原因有很多� ��因为大多数的女性都十分的注重皮肤的保养,经常会使用一 些贵重的化妆品或是服用一些对身体好的保健品来保养自己�� �皮肤,但是这种做法是很不对的,因为化妆品和保健品里面� ��含有很多刺激皮肤的化学物质,长期服用的话会产生副作用 ,并且对人的身体也有伤害,还会使女性脸上的黄褐斑增多�� �那么吃什么药可以祛除脸上的黄褐斑呢,如何消除面部色斑 如何祛除色斑, 《客户案例》   每个女孩都想在自己的婚礼上成为最美的新娘吧,我也�� �例外,我和男朋友已经订婚了,再有五个月我就是...
1
436,513
30,555,604,551
IssuesEvent
2023-07-20 11:29:08
Dourin/CompreC
https://api.github.com/repos/Dourin/CompreC
closed
[Documentation] Adding Code of Conduct
documentation
# Proposed changes This pull request introduces a documentation update by adding the "Code of Conduct" to the project. The Code of Conduct outlines the principles and guidelines for contributing and maintaining a respectful and inclusive environment. The "Code of Conduct" file, named `CODE_OF_CONDUCT.md`, provide...
1.0
[Documentation] Adding Code of Conduct - # Proposed changes This pull request introduces a documentation update by adding the "Code of Conduct" to the project. The Code of Conduct outlines the principles and guidelines for contributing and maintaining a respectful and inclusive environment. The "Code of Conduct" ...
non_defect
adding code of conduct proposed changes this pull request introduces a documentation update by adding the code of conduct to the project the code of conduct outlines the principles and guidelines for contributing and maintaining a respectful and inclusive environment the code of conduct file named c...
0
9,986
2,616,017,456
IssuesEvent
2015-03-02 00:59:25
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
LAN Automenu: Zerg race not being set correctly
auto-migrated Component-Logic Priority-High Type-Defect Usability
``` What steps will reproduce the problem? 1. Set your race and the automenu to LAN, and Multiplayer type to UDP in the bwapi.ini file 2. Start StarCraft. What is the expected output? What do you see instead? The game should navigate to the multiplayer menu and create a game. Your race should be set to whatever i...
1.0
LAN Automenu: Zerg race not being set correctly - ``` What steps will reproduce the problem? 1. Set your race and the automenu to LAN, and Multiplayer type to UDP in the bwapi.ini file 2. Start StarCraft. What is the expected output? What do you see instead? The game should navigate to the multiplayer menu and crea...
defect
lan automenu zerg race not being set correctly what steps will reproduce the problem set your race and the automenu to lan and multiplayer type to udp in the bwapi ini file start starcraft what is the expected output what do you see instead the game should navigate to the multiplayer menu and crea...
1
69,999
22,781,826,816
IssuesEvent
2022-07-08 20:48:56
idaholab/raven
https://api.github.com/repos/idaholab/raven
closed
LimitSurface Postprocessor Crashed with unrecognized variables
priority_normal defect ToDo
-------- Issue Description -------- In Samplers we allow the users to input multiple variables associate to one xml ```<variable name='x1,x2,...'>``` node, however, in some PostProcessor, we did not handle this correctly. For example, in LimitSurface Postprocessor, we just directly pass the whole string ```x1,x2,.....
1.0
LimitSurface Postprocessor Crashed with unrecognized variables - -------- Issue Description -------- In Samplers we allow the users to input multiple variables associate to one xml ```<variable name='x1,x2,...'>``` node, however, in some PostProcessor, we did not handle this correctly. For example, in LimitSurface...
defect
limitsurface postprocessor crashed with unrecognized variables issue description in samplers we allow the users to input multiple variables associate to one xml node however in some postprocessor we did not handle this correctly for example in limitsurface postprocessor we just di...
1
46,855
19,530,618,864
IssuesEvent
2021-12-30 16:05:42
dyc3/opentogethertube
https://api.github.com/repos/dyc3/opentogethertube
opened
Dailymotion put video ads in their iframe player and it causes UX issues.
bug client service/dailymotion regression
### Current Behavior Example: ![image](https://user-images.githubusercontent.com/1808807/147768317-5917014d-0584-4f6f-987a-2f24a50b3b5e.png) ### Expected Behavior Dailymotion videos should play without ads or the client should be able to tell the server that there is an ad. ### Steps To Reproduce 1. queue up...
1.0
Dailymotion put video ads in their iframe player and it causes UX issues. - ### Current Behavior Example: ![image](https://user-images.githubusercontent.com/1808807/147768317-5917014d-0584-4f6f-987a-2f24a50b3b5e.png) ### Expected Behavior Dailymotion videos should play without ads or the client should be able ...
non_defect
dailymotion put video ads in their iframe player and it causes ux issues current behavior example expected behavior dailymotion videos should play without ads or the client should be able to tell the server that there is an ad steps to reproduce queue up and play the test dailymotio...
0
171,029
14,274,937,520
IssuesEvent
2020-11-22 07:18:50
jackcmeyer/open-fantasy-football
https://api.github.com/repos/jackcmeyer/open-fantasy-football
opened
Create helpful bootstrap script that executes commands in all projects
chore documentation
Three scripts that should be implemented - [ ] launch all projects (maybe a docker file?) - [ ] run tests in all projects - [ ] lint all projects Then we should update getting started page in root level README with helpful commands.
1.0
Create helpful bootstrap script that executes commands in all projects - Three scripts that should be implemented - [ ] launch all projects (maybe a docker file?) - [ ] run tests in all projects - [ ] lint all projects Then we should update getting started page in root level README with helpful commands.
non_defect
create helpful bootstrap script that executes commands in all projects three scripts that should be implemented launch all projects maybe a docker file run tests in all projects lint all projects then we should update getting started page in root level readme with helpful commands
0
8,079
2,611,451,222
IssuesEvent
2015-02-27 04:59:23
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Fake winning team info when few teams deal team color.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Run fight with few teams dealing one team colors (eg 3 on 3). 2. Make one of the teams dealing the color die (I'll call it 'team 1'). 3. Make teams dealing the color win (I'll call them 'team 2' and 'team 3'). What is the expected output? What do you see instead? I've exp...
1.0
Fake winning team info when few teams deal team color. - ``` What steps will reproduce the problem? 1. Run fight with few teams dealing one team colors (eg 3 on 3). 2. Make one of the teams dealing the color die (I'll call it 'team 1'). 3. Make teams dealing the color win (I'll call them 'team 2' and 'team 3'). What i...
defect
fake winning team info when few teams deal team color what steps will reproduce the problem run fight with few teams dealing one team colors eg on make one of the teams dealing the color die i ll call it team make teams dealing the color win i ll call them team and team what i...
1
2,491
2,525,875,263
IssuesEvent
2015-01-21 07:05:26
graybeal/ont
https://api.github.com/repos/graybeal/ont
closed
Repeated mappings are allowed
1 star bug imported portal Priority-High vine
_From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on September 01, 2009 14:24:39_ What steps will reproduce the problem? 1. Start editing a mapping ontology (vine) 2. select some terms on both sides of the interface and click any of the relatioships buttons. 3. Click again the same button ...
1.0
Repeated mappings are allowed - _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on September 01, 2009 14:24:39_ What steps will reproduce the problem? 1. Start editing a mapping ontology (vine) 2. select some terms on both sides of the interface and click any of the relatioships buttons. ...
non_defect
repeated mappings are allowed from on september what steps will reproduce the problem start editing a mapping ontology vine select some terms on both sides of the interface and click any of the relatioships buttons click again the same button what is the expected output no changes i...
0
77,799
27,167,539,625
IssuesEvent
2023-02-17 16:28:46
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Crypto: Duplicate message index after using the share extension
T-Defect
### Steps to reproduce 1. Use Element iOS 2. Go to another App 3. Take a screenshot 4. Post screenshot to Element iOS using the share sheet 5. Write another message in the room the screenshot was posted to before anyone else could do anything (even the typing indicator from another user seems to remove this proble...
1.0
Crypto: Duplicate message index after using the share extension - ### Steps to reproduce 1. Use Element iOS 2. Go to another App 3. Take a screenshot 4. Post screenshot to Element iOS using the share sheet 5. Write another message in the room the screenshot was posted to before anyone else could do anything (even ...
defect
crypto duplicate message index after using the share extension steps to reproduce use element ios go to another app take a screenshot post screenshot to element ios using the share sheet write another message in the room the screenshot was posted to before anyone else could do anything even ...
1
18,362
12,813,848,432
IssuesEvent
2020-07-04 15:19:23
fuser1988/circuitoDelUnder-Documentacion
https://api.github.com/repos/fuser1988/circuitoDelUnder-Documentacion
closed
Usar un paginador para la búsqueda de bandas y recitales
usability
https://www.npmjs.com/package/react-js-pagination https://www.npmjs.com/package/react-paginate Que pagine en el frontend nomás.
True
Usar un paginador para la búsqueda de bandas y recitales - https://www.npmjs.com/package/react-js-pagination https://www.npmjs.com/package/react-paginate Que pagine en el frontend nomás.
non_defect
usar un paginador para la búsqueda de bandas y recitales que pagine en el frontend nomás
0
62,125
17,023,855,951
IssuesEvent
2021-07-03 04:12:15
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Wikipedia Link with Anchor - uselang parameter placed incorrect
Component: website Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.47am, Saturday, 2nd March 2013]** Example: Wikipedia link of [http://www.openstreetmap.org/browse/way/191972319 node 191972319]. If the link references an anchor and the uselang parameter is added at the end, this makes the anchor reference disfunctional, like ...
1.0
Wikipedia Link with Anchor - uselang parameter placed incorrect - **[Submitted to the original trac issue database at 8.47am, Saturday, 2nd March 2013]** Example: Wikipedia link of [http://www.openstreetmap.org/browse/way/191972319 node 191972319]. If the link references an anchor and the uselang parameter is added...
defect
wikipedia link with anchor uselang parameter placed incorrect example wikipedia link of if the link references an anchor and the uselang parameter is added at the end this makes the anchor reference disfunctional like the uselang parameter should be added before the anchor like al
1
75,698
26,002,879,018
IssuesEvent
2022-12-20 16:39:56
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
Current version of `is_simple_path` fails with `KeyError` if the first element of the node list is not in the graph.
Defect
Current version of `is_simple_path` fails with `KeyError` if the first element of the node list is not in the graph. ```python from networkx import is_simple_path, path_graph G = path_graph(4) print(is_simple_path(G, [1, 10])) # False print(is_simple_path(G, [10, 1])) # KeyError: 10 ``` <!--- Provide...
1.0
Current version of `is_simple_path` fails with `KeyError` if the first element of the node list is not in the graph. - Current version of `is_simple_path` fails with `KeyError` if the first element of the node list is not in the graph. ```python from networkx import is_simple_path, path_graph G = path_graph(4) ...
defect
current version of is simple path fails with keyerror if the first element of the node list is not in the graph current version of is simple path fails with keyerror if the first element of the node list is not in the graph python from networkx import is simple path path graph g path graph ...
1
49,194
13,185,286,486
IssuesEvent
2020-08-12 21:05:33
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
ROOT matrix math is still used in the paraboloid project (Trac #936)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/936 , reported by claudio.kopper and owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "The paraboloid core implementation (source:IceCube/projects/parabol...
1.0
ROOT matrix math is still used in the paraboloid project (Trac #936) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/936 , reported by claudio.kopper and owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description...
defect
root matrix math is still used in the paraboloid project trac migrated from reported by claudio kopper and owned by claudio kopper json status closed changetime description the paraboloid core implementation source icecube projects paraboloid trunk priv...
1
152,447
19,683,742,224
IssuesEvent
2022-01-11 19:32:16
timf-app-sandbox/ng2
https://api.github.com/repos/timf-app-sandbox/ng2
opened
CVE-2021-3757 (High) detected in immer-8.0.1.tgz
security vulnerability
## CVE-2021-3757 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>immer-8.0.1.tgz</b></p></summary> <p>Create your next immutable state by mutating the current one</p> <p>Library home p...
True
CVE-2021-3757 (High) detected in immer-8.0.1.tgz - ## CVE-2021-3757 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>immer-8.0.1.tgz</b></p></summary> <p>Create your next immutable stat...
non_defect
cve high detected in immer tgz cve high severity vulnerability vulnerable library immer tgz create your next immutable state by mutating the current one library home page a href path to dependency file package json path to vulnerable library node modules immer pack...
0
70,412
23,156,893,150
IssuesEvent
2022-07-29 13:50:18
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
VRF central condenser EIR curves not checked and bounded causing negative cooling electricity
Defect
Issue overview -------------- It was discovered that in the curved based AirConditioner:VariableRefrigerantFlow simulation code, the EIR (as a function of PLR) curve bounds were not checked to ensure a >0 value. In this case, when a bad curve is entered, negative cooling electricity will be calculated without any war...
1.0
VRF central condenser EIR curves not checked and bounded causing negative cooling electricity - Issue overview -------------- It was discovered that in the curved based AirConditioner:VariableRefrigerantFlow simulation code, the EIR (as a function of PLR) curve bounds were not checked to ensure a >0 value. In this ca...
defect
vrf central condenser eir curves not checked and bounded causing negative cooling electricity issue overview it was discovered that in the curved based airconditioner variablerefrigerantflow simulation code the eir as a function of plr curve bounds were not checked to ensure a value in this ca...
1
15,426
5,961,084,632
IssuesEvent
2017-05-29 15:59:00
neocotic/qrious
https://api.github.com/repos/neocotic/qrious
opened
Drop support for Node.js < 4
build documentation
The current build contains unnecessary complexity as it tries to support Node.js 0.10 and 0.12 to some degree. I'd like to drop that support and simplify our build and contributor guidelines in the progress.
1.0
Drop support for Node.js < 4 - The current build contains unnecessary complexity as it tries to support Node.js 0.10 and 0.12 to some degree. I'd like to drop that support and simplify our build and contributor guidelines in the progress.
non_defect
drop support for node js the current build contains unnecessary complexity as it tries to support node js and to some degree i d like to drop that support and simplify our build and contributor guidelines in the progress
0
554
2,566,548,063
IssuesEvent
2015-02-08 17:27:30
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
3.x - TreeBehavior, moveDown()
Defect
I think i found a bug in the moveDown() method. Whatever i do i cannot move a node down more than one place. This test using the core `NumberTreesFixture` fails: ```php <?php /** * Test that you can move something down more than one place */ public function testMoveDownError() { $node = $this->table->mo...
1.0
3.x - TreeBehavior, moveDown() - I think i found a bug in the moveDown() method. Whatever i do i cannot move a node down more than one place. This test using the core `NumberTreesFixture` fails: ```php <?php /** * Test that you can move something down more than one place */ public function testMoveDownErro...
defect
x treebehavior movedown i think i found a bug in the movedown method whatever i do i cannot move a node down more than one place this test using the core numbertreesfixture fails php php test that you can move something down more than one place public function testmovedownerro...
1
31,983
6,673,759,960
IssuesEvent
2017-10-04 16:03:11
CenturyLinkCloud/mdw
https://api.github.com/repos/CenturyLinkCloud/mdw
opened
Ugly startup exception when running locally with project created via "mdw init"
defect
Users see the exception below when following the [Quick-start guide](http://centurylinkcloud.github.io/mdw/docs/getting-started/quick-start/). Somehow we should determine that the user is running locally and refrain from attempting to clone. Or else we can revert the change to automatically clone when the asset direc...
1.0
Ugly startup exception when running locally with project created via "mdw init" - Users see the exception below when following the [Quick-start guide](http://centurylinkcloud.github.io/mdw/docs/getting-started/quick-start/). Somehow we should determine that the user is running locally and refrain from attempting to cl...
defect
ugly startup exception when running locally with project created via mdw init users see the exception below when following the somehow we should determine that the user is running locally and refrain from attempting to clone or else we can revert the change to automatically clone when the asset directory is ...
1
384
2,496,167,321
IssuesEvent
2015-01-06 17:30:42
VertNet/webapp
https://api.github.com/repos/VertNet/webapp
opened
User Request - Presentation of Summary Data
feature priority
It would be excellent and useful addition to provide summary data about the contents of the index to users (and ourselves). After a brief conversation with LAR and JRW we believe we can use Big Query to provide these statistics on a periodic basis TBD that can either be presented in some manner in the portal. The u...
1.0
User Request - Presentation of Summary Data - It would be excellent and useful addition to provide summary data about the contents of the index to users (and ourselves). After a brief conversation with LAR and JRW we believe we can use Big Query to provide these statistics on a periodic basis TBD that can either be pr...
non_defect
user request presentation of summary data it would be excellent and useful addition to provide summary data about the contents of the index to users and ourselves after a brief conversation with lar and jrw we believe we can use big query to provide these statistics on a periodic basis tbd that can either be pr...
0
572,556
17,023,497,323
IssuesEvent
2021-07-03 02:19:42
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Take into account max. weight/height/width when calculating a route
Component: gosmore Priority: major Resolution: wontfix Type: enhancement
**[Submitted to the original trac issue database at 6.06pm, Friday, 23rd October 2009]** For transport types like heavy goods just taking into account access restrictions isn't enough. Restrictions like maximum weight/height/width should also be considered.
1.0
Take into account max. weight/height/width when calculating a route - **[Submitted to the original trac issue database at 6.06pm, Friday, 23rd October 2009]** For transport types like heavy goods just taking into account access restrictions isn't enough. Restrictions like maximum weight/height/width should also be con...
non_defect
take into account max weight height width when calculating a route for transport types like heavy goods just taking into account access restrictions isn t enough restrictions like maximum weight height width should also be considered
0
84,714
15,728,257,887
IssuesEvent
2021-03-29 13:37:34
ssobue/spring-preauth-session
https://api.github.com/repos/ssobue/spring-preauth-session
closed
CVE-2019-14893 (High) detected in jackson-databind-2.9.9.3.jar
security vulnerability
## CVE-2019-14893 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core stream...
True
CVE-2019-14893 (High) detected in jackson-databind-2.9.9.3.jar - ## CVE-2019-14893 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.3.jar</b></p></summary> <p>Gen...
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file spring preauth session pom ...
0
23,915
3,871,282,201
IssuesEvent
2016-04-11 09:10:39
katsube/WingPHP
https://api.github.com/repos/katsube/WingPHP
closed
PHP5.4
auto-migrated Priority-Medium Type-Defect
``` PHP5.4での動作チェック。 ``` Original issue reported on code.google.com by `katsubemakito` on 14 Apr 2012 at 7:25
1.0
PHP5.4 - ``` PHP5.4での動作チェック。 ``` Original issue reported on code.google.com by `katsubemakito` on 14 Apr 2012 at 7:25
defect
。 original issue reported on code google com by katsubemakito on apr at
1
50,623
13,187,637,113
IssuesEvent
2020-08-13 04:04:03
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
DOMLauncher - chokes icetray-inspect (Trac #1078)
Migrated from Trac combo simulation defect
Either `DOMLauncher (PMTResponseSimulator)`, `I3ConditionalModule` or `icetray-inspect` is broken. Temporary fix in r135699/IceCube. ```text [ 61%] Generating html from icetray-inspect of DOMLauncher Traceback (most recent call last): File "/build/buildslave/yaoguai/simulation_docs/build/bin/icetray-inspect", line...
1.0
DOMLauncher - chokes icetray-inspect (Trac #1078) - Either `DOMLauncher (PMTResponseSimulator)`, `I3ConditionalModule` or `icetray-inspect` is broken. Temporary fix in r135699/IceCube. ```text [ 61%] Generating html from icetray-inspect of DOMLauncher Traceback (most recent call last): File "/build/buildslave/yaog...
defect
domlauncher chokes icetray inspect trac either domlauncher pmtresponsesimulator or icetray inspect is broken temporary fix in icecube text generating html from icetray inspect of domlauncher traceback most recent call last file build buildslave yaoguai simulation docs build bin ic...
1
316,569
27,167,183,030
IssuesEvent
2023-02-17 16:13:01
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix miscellaneous_ops.test_torch_tensordot
PyTorch Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4054925606/jobs/6977411757" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4014333560/jobs/6894720191" rel="noopener ...
1.0
Fix miscellaneous_ops.test_torch_tensordot - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4054925606/jobs/6977411757" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/ru...
non_defect
fix miscellaneous ops test torch tensordot tensorflow img src torch img src numpy img src jax img src not found not found not found not found
0
70,217
23,053,833,386
IssuesEvent
2022-07-25 01:05:40
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
NULL pointer dereference in zap_leaf_lookup
Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 22.04 Kernel Version | `5.17.0-1013-oem` Architecture | `amd64` OpenZFS Version | ` zfs-2.1.5-1ubuntu2` also tested `5.15.0-41-generic`+`2.1.2-1ubuntu3` ### Describe the problem you're observing When t...
1.0
NULL pointer dereference in zap_leaf_lookup - ### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 22.04 Kernel Version | `5.17.0-1013-oem` Architecture | `amd64` OpenZFS Version | ` zfs-2.1.5-1ubuntu2` also tested `5.15.0-41-generic`+`2.1.2-1ubuntu3` ###...
defect
null pointer dereference in zap leaf lookup system information type version name distribution name ubuntu distribution version kernel version oem architecture openzfs version zfs also tested generic describe the problem you ...
1
107,625
13,491,758,065
IssuesEvent
2020-09-11 16:59:32
practice-uffs/programa
https://api.github.com/repos/practice-uffs/programa
opened
Identidade visual - curso de Letras Chapecó
equipe:con-conteudo equipe:con-design serviço:conteúdo
Nos foi solicitado, pela coordenação do curso de Letras - Campus Chapecó: uma arte/identidade visual para os materiais do Curso de Letras, a exemplo da que foi desenvolvida para o Curso de Ciências da Computação.
1.0
Identidade visual - curso de Letras Chapecó - Nos foi solicitado, pela coordenação do curso de Letras - Campus Chapecó: uma arte/identidade visual para os materiais do Curso de Letras, a exemplo da que foi desenvolvida para o Curso de Ciências da Computação.
non_defect
identidade visual curso de letras chapecó nos foi solicitado pela coordenação do curso de letras campus chapecó uma arte identidade visual para os materiais do curso de letras a exemplo da que foi desenvolvida para o curso de ciências da computação
0
2,545
4,773,302,725
IssuesEvent
2016-10-26 23:57:26
zcash/zcash
https://api.github.com/repos/zcash/zcash
closed
Set up network bootstrapping dns hooks for prodnet.
anonymity Denial of Service in 1.0 SECURITY
This brings the work from #630 to our prodnet.
1.0
Set up network bootstrapping dns hooks for prodnet. - This brings the work from #630 to our prodnet.
non_defect
set up network bootstrapping dns hooks for prodnet this brings the work from to our prodnet
0
2,148
2,883,556,889
IssuesEvent
2015-06-11 12:56:21
kwikteam/phy
https://api.github.com/repos/kwikteam/phy
opened
Integration tests
build/tests
* Separate between unit tests and integration tests * Unit tests should run quickly * `make unit-test`, `make integration-tests`, `make test` runs both * example of integration test * test CLI tool * dl a real dataset and run KK2+cluster-manual and do some automated actions, save, close, and test that the ...
1.0
Integration tests - * Separate between unit tests and integration tests * Unit tests should run quickly * `make unit-test`, `make integration-tests`, `make test` runs both * example of integration test * test CLI tool * dl a real dataset and run KK2+cluster-manual and do some automated actions, save, close...
non_defect
integration tests separate between unit tests and integration tests unit tests should run quickly make unit test make integration tests make test runs both example of integration test test cli tool dl a real dataset and run cluster manual and do some automated actions save close ...
0
14,374
2,799,330,508
IssuesEvent
2015-05-12 23:45:37
FIX94/Nintendont
https://api.github.com/repos/FIX94/Nintendont
closed
007 nightfire boots but freezes with black screen after pressing start button
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Run US version of 007 Nightfire. The game will boot, and after intro the game will prompt the player to press start button 2. Pressing start button results in the game freezing with black screen. What is the expected output? What do you see instead? Normally the game sh...
1.0
007 nightfire boots but freezes with black screen after pressing start button - ``` What steps will reproduce the problem? 1. Run US version of 007 Nightfire. The game will boot, and after intro the game will prompt the player to press start button 2. Pressing start button results in the game freezing with black scre...
defect
nightfire boots but freezes with black screen after pressing start button what steps will reproduce the problem run us version of nightfire the game will boot and after intro the game will prompt the player to press start button pressing start button results in the game freezing with black screen ...
1
16,106
4,018,592,160
IssuesEvent
2016-05-16 11:21:15
wesaynih/frameless
https://api.github.com/repos/wesaynih/frameless
closed
Explain why `node instanceof Constructor` pattern can't be used for DOM node tests
backburner documentation-needed
`DOM.js` has so many functions like `isElement` et cetera, and they all use `node.nodeType == Node.ELEMENT_TYPE` instead of `node instanceof Element`, without once explaining why this is necessary (constructors from other windows and browser compatibility, apparently).
1.0
Explain why `node instanceof Constructor` pattern can't be used for DOM node tests - `DOM.js` has so many functions like `isElement` et cetera, and they all use `node.nodeType == Node.ELEMENT_TYPE` instead of `node instanceof Element`, without once explaining why this is necessary (constructors from other windows and b...
non_defect
explain why node instanceof constructor pattern can t be used for dom node tests dom js has so many functions like iselement et cetera and they all use node nodetype node element type instead of node instanceof element without once explaining why this is necessary constructors from other windows and b...
0
524,439
15,213,451,559
IssuesEvent
2021-02-17 11:49:31
markbeep/Lecturfier
https://api.github.com/repos/markbeep/Lecturfier
reopened
Change to SQL for data storage
Database High Priority
Move to using SQL instead of using JSON for storing files. Possibly using `peewee` if too lazy to learn SQL.
1.0
Change to SQL for data storage - Move to using SQL instead of using JSON for storing files. Possibly using `peewee` if too lazy to learn SQL.
non_defect
change to sql for data storage move to using sql instead of using json for storing files possibly using peewee if too lazy to learn sql
0
462,698
13,251,859,528
IssuesEvent
2020-08-20 03:28:03
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Broken Links in Arctos Handbook
Priority-High function-Reports
**Describe the bug** Links in the Arctos Handbook go nowhere, not actionable **To Reproduce** Steps to reproduce the behavior: 1. Go to "How to create and manage your Arctos Team" and "How to Create Labels" in the handbook 2. Click on above 3. Nothing happens **Expected behavior** The links to the document...
1.0
Broken Links in Arctos Handbook - **Describe the bug** Links in the Arctos Handbook go nowhere, not actionable **To Reproduce** Steps to reproduce the behavior: 1. Go to "How to create and manage your Arctos Team" and "How to Create Labels" in the handbook 2. Click on above 3. Nothing happens **Expected beh...
non_defect
broken links in arctos handbook describe the bug links in the arctos handbook go nowhere not actionable to reproduce steps to reproduce the behavior go to how to create and manage your arctos team and how to create labels in the handbook click on above nothing happens expected beh...
0
45,790
2,940,850,250
IssuesEvent
2015-07-02 01:21:02
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
opened
Idle cluster, CPU usage increasing
priority/P1 team/node
Over the course of ~ 18 hours, my idle cluster's CPU usage went from ~5% -> ~20%. I repeated it with another cluster, which seems to have a single node with increasing CPU usage. Surprisingly, kubelet seems to be the hog. I used pprof to figure it out. It turns out to be the __exec based liveness probe__ that the k...
1.0
Idle cluster, CPU usage increasing - Over the course of ~ 18 hours, my idle cluster's CPU usage went from ~5% -> ~20%. I repeated it with another cluster, which seems to have a single node with increasing CPU usage. Surprisingly, kubelet seems to be the hog. I used pprof to figure it out. It turns out to be the __e...
non_defect
idle cluster cpu usage increasing over the course of hours my idle cluster s cpu usage went from i repeated it with another cluster which seems to have a single node with increasing cpu usage surprisingly kubelet seems to be the hog i used pprof to figure it out it turns out to be the exe...
0
446,419
12,856,671,337
IssuesEvent
2020-07-09 08:02:29
threefoldtech/freeflowconnect_frontend
https://api.github.com/repos/threefoldtech/freeflowconnect_frontend
opened
[ANDROID CHROME] Changing video input device breaks the camera
priority_medium type_bug
**Repro steps** 1) Join https://ffc.staging.jimber.org/room/patatt on android chrome 2) After joining, change your video device in the settings to switch between front and back cam **Expected Result** Camera changes **Actual Result** Camera freezes and stops working **System Info**
1.0
[ANDROID CHROME] Changing video input device breaks the camera - **Repro steps** 1) Join https://ffc.staging.jimber.org/room/patatt on android chrome 2) After joining, change your video device in the settings to switch between front and back cam **Expected Result** Camera changes **Actual Result** Camera free...
non_defect
changing video input device breaks the camera repro steps join on android chrome after joining change your video device in the settings to switch between front and back cam expected result camera changes actual result camera freezes and stops working system info
0
449,241
12,965,640,722
IssuesEvent
2020-07-20 22:49:27
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Upgrade Mobilizers from Matrix3 to RotationMatrix
component: multibody plant priority: medium team: dynamics type: cleanup
Change QuaternionFloatingMobilizer::SetFromRotationMatrix(Context*, Matrix3&) to QuaternionFloatingMobilizer::SetFromRotaitonMatrix(Context*, RotationMatrix&) Change SpaceXYZMobilizer::SetFromRotationMatrix(Context*, Matrix3&) to SpaceXYZMobilizer::SetFromRotaitonMatrix(Context*, RotationMatrix&)...
1.0
Upgrade Mobilizers from Matrix3 to RotationMatrix - Change QuaternionFloatingMobilizer::SetFromRotationMatrix(Context*, Matrix3&) to QuaternionFloatingMobilizer::SetFromRotaitonMatrix(Context*, RotationMatrix&) Change SpaceXYZMobilizer::SetFromRotationMatrix(Context*, Matrix3&) to SpaceXYZMobiliz...
non_defect
upgrade mobilizers from to rotationmatrix change quaternionfloatingmobilizer setfromrotationmatrix context to quaternionfloatingmobilizer setfromrotaitonmatrix context rotationmatrix change spacexyzmobilizer setfromrotationmatrix context to spacexyzmobilizer setfromrotaito...
0
39,592
9,556,529,357
IssuesEvent
2019-05-03 08:40:47
IBMStreams/streamsx.eventstore
https://api.github.com/repos/IBMStreams/streamsx.eventstore
closed
Update Spark version to at least v2.2.0 (VULNERABILITIES)
defect prio: high security vulnerability
### Issue 6 org.apache.spark:spark-core_2.11 vulnerabilities found in com.ibm.streamsx.eventstore/pom.xml ### Remediation Upgrade org.apache.spark:spark-core_2.11 to version 2.2.0 or later. For example: ``` <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.11</artifactId> ...
1.0
Update Spark version to at least v2.2.0 (VULNERABILITIES) - ### Issue 6 org.apache.spark:spark-core_2.11 vulnerabilities found in com.ibm.streamsx.eventstore/pom.xml ### Remediation Upgrade org.apache.spark:spark-core_2.11 to version 2.2.0 or later. For example: ``` <dependency> <groupId>org.apache.sp...
defect
update spark version to at least vulnerabilities issue org apache spark spark core vulnerabilities found in com ibm streamsx eventstore pom xml remediation upgrade org apache spark spark core to version or later for example org apache spark spark core ...
1
56,114
3,078,234,422
IssuesEvent
2015-08-21 08:51:35
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
Добавление файлов в шару и выдача магнет ссылки (Drag & Drop файлов как в GreylinkDC)
Component-Logic Component-UI enhancement imported Priority-Medium Usability
_From [xIIPu3P...@gmail.com](https://code.google.com/u/114930284058121359056/) on March 23, 2011 06:10:15_ В грейлинке есть замечательная вещь при drag & drop'e файла в него он сразу хешируется и можно скопировать магнет, или просто дает магнет если файл прохеширован, хотелось бы увидеть данный функционал в флае _Ori...
1.0
Добавление файлов в шару и выдача магнет ссылки (Drag & Drop файлов как в GreylinkDC) - _From [xIIPu3P...@gmail.com](https://code.google.com/u/114930284058121359056/) on March 23, 2011 06:10:15_ В грейлинке есть замечательная вещь при drag & drop'e файла в него он сразу хешируется и можно скопировать магнет, или прост...
non_defect
добавление файлов в шару и выдача магнет ссылки drag drop файлов как в greylinkdc from on march в грейлинке есть замечательная вещь при drag drop e файла в него он сразу хешируется и можно скопировать магнет или просто дает магнет если файл прохеширован хотелось бы увидеть данный функционал ...
0
28,385
5,246,716,905
IssuesEvent
2017-02-01 10:31:51
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
NullPointerException in LockServiceImpl
Team: Core Type: Defect
We can produce a NPE in `LockServiceImpl` by creating one map with a quorum configuration (which activates the `QuorumServiceImpl` for all `QuorumAware` operations) and then call an `QuorumAware` operation on another data structure without a quorum configuration: ``` java.lang.NullPointerException at java.util.conc...
1.0
NullPointerException in LockServiceImpl - We can produce a NPE in `LockServiceImpl` by creating one map with a quorum configuration (which activates the `QuorumServiceImpl` for all `QuorumAware` operations) and then call an `QuorumAware` operation on another data structure without a quorum configuration: ``` java.lan...
defect
nullpointerexception in lockserviceimpl we can produce a npe in lockserviceimpl by creating one map with a quorum configuration which activates the quorumserviceimpl for all quorumaware operations and then call an quorumaware operation on another data structure without a quorum configuration java lan...
1
74,995
25,473,800,589
IssuesEvent
2022-11-25 12:37:34
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Incorrect assignment of watermark throttling interval [HZ-1413]
Type: Defect Source: Internal Team: SQL to-jira
We assign the allowed lag time to watermark throttling interval, which is nonsense. In Pipeline API we assign the GCD of all the window sizes in the pipeline, or 100ms otherwise. We should do something similar in SQL. https://github.com/hazelcast/hazelcast/blob/7b0b3b67500f5d5500fc4ab3b63041c497901f97/hazelcast-sql/...
1.0
Incorrect assignment of watermark throttling interval [HZ-1413] - We assign the allowed lag time to watermark throttling interval, which is nonsense. In Pipeline API we assign the GCD of all the window sizes in the pipeline, or 100ms otherwise. We should do something similar in SQL. https://github.com/hazelcast/haze...
defect
incorrect assignment of watermark throttling interval we assign the allowed lag time to watermark throttling interval which is nonsense in pipeline api we assign the gcd of all the window sizes in the pipeline or otherwise we should do something similar in sql
1
90,886
3,833,894,968
IssuesEvent
2016-04-01 07:09:22
FLEXIcontent/flexicontent-cck
https://api.github.com/repos/FLEXIcontent/flexicontent-cck
closed
Sharedmedia field does not load OLD data inside item form, if API key is missing
bug Priority Normal
The result of this is that if user clicks save inside item form, then OLD/Existing data are not posted thus they are lost (ok they can be uncovered by loading an older version) still we need to address this and load the old data
1.0
Sharedmedia field does not load OLD data inside item form, if API key is missing - The result of this is that if user clicks save inside item form, then OLD/Existing data are not posted thus they are lost (ok they can be uncovered by loading an older version) still we need to address this and load the old data
non_defect
sharedmedia field does not load old data inside item form if api key is missing the result of this is that if user clicks save inside item form then old existing data are not posted thus they are lost ok they can be uncovered by loading an older version still we need to address this and load the old data
0
59,646
17,023,190,266
IssuesEvent
2021-07-03 00:47:00
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[osmarender] Names of motorway_junctions are huge on z16
Component: osmarender Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 1.17pm, Sunday, 2nd December 2007]** As seen here http://www.openstreetmap.org/?lat=52.34502&lon=4.98178&zoom=16&layers=0BT the names of motorway_junctions are rendered with something like size 36. Zooming one step further you will see that the size is already at no...
1.0
[osmarender] Names of motorway_junctions are huge on z16 - **[Submitted to the original trac issue database at 1.17pm, Sunday, 2nd December 2007]** As seen here http://www.openstreetmap.org/?lat=52.34502&lon=4.98178&zoom=16&layers=0BT the names of motorway_junctions are rendered with something like size 36. Zooming o...
defect
names of motorway junctions are huge on as seen here the names of motorway junctions are rendered with something like size zooming one step further you will see that the size is already at normal level but then the name is rendered behind the motorway i think both are a mistake also on it seems t...
1
69,410
22,339,155,462
IssuesEvent
2022-06-14 21:54:04
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
`Can't load this message (m.room.message)` on switching rooms
T-Defect X-Cannot-Reproduce S-Major A-Timeline Z-Rageshake Z-Soft-Crash O-Occasional
### Steps to reproduce I navigated from one room to another. (Internal to Element-the-organisation.) ### Outcome #### What did you expect? Messages timeline to load without an error. #### What happened instead? I saw some of the room's timeline, but at the bottom: ![image](https://user-images.githubuse...
1.0
`Can't load this message (m.room.message)` on switching rooms - ### Steps to reproduce I navigated from one room to another. (Internal to Element-the-organisation.) ### Outcome #### What did you expect? Messages timeline to load without an error. #### What happened instead? I saw some of the room's timeli...
defect
can t load this message m room message on switching rooms steps to reproduce i navigated from one room to another internal to element the organisation outcome what did you expect messages timeline to load without an error what happened instead i saw some of the room s timeli...
1
3,400
2,762,281,753
IssuesEvent
2015-04-28 21:42:56
rafde/PrioritizedSubPub
https://api.github.com/repos/rafde/PrioritizedSubPub
closed
Documentation out of date
documentation
Hi, Great plugin - it seems like the documentation on the readme doesn't match the actual code, as the doc says `EventPriorityEmitter` whereas the code actually expects `PrioritizedSubPub`. Thanks Raf! ~ Cameron
1.0
Documentation out of date - Hi, Great plugin - it seems like the documentation on the readme doesn't match the actual code, as the doc says `EventPriorityEmitter` whereas the code actually expects `PrioritizedSubPub`. Thanks Raf! ~ Cameron
non_defect
documentation out of date hi great plugin it seems like the documentation on the readme doesn t match the actual code as the doc says eventpriorityemitter whereas the code actually expects prioritizedsubpub thanks raf cameron
0
66,957
14,813,619,071
IssuesEvent
2021-01-14 02:32:20
MValle21/conduktor
https://api.github.com/repos/MValle21/conduktor
opened
CVE-2019-11358 (Medium) detected in jquery-2.1.4.min.js
security vulnerability
## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="ht...
True
CVE-2019-11358 (Medium) detected in jquery-2.1.4.min.js - ## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript librar...
non_defect
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file conduktor client node modules js test index html path to vulnerable library...
0
109,999
16,962,738,558
IssuesEvent
2021-06-29 07:10:16
dreamboy9/mongo
https://api.github.com/repos/dreamboy9/mongo
opened
CVE-2019-10775 (High) detected in ecstatic-3.3.2.tgz
security vulnerability
## CVE-2019-10775 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ecstatic-3.3.2.tgz</b></p></summary> <p>A simple static file server middleware</p> <p>Library home page: <a href="http...
True
CVE-2019-10775 (High) detected in ecstatic-3.3.2.tgz - ## CVE-2019-10775 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ecstatic-3.3.2.tgz</b></p></summary> <p>A simple static file se...
non_defect
cve high detected in ecstatic tgz cve high severity vulnerability vulnerable library ecstatic tgz a simple static file server middleware library home page a href path to dependency file mongo buildscripts libdeps graph visualizer web stack package json path to vulnera...
0
76,967
3,506,233,170
IssuesEvent
2016-01-08 04:56:01
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Water elemental autocast (BB #26)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 03.02.2010 12:01:41 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/26 <hr> Mages pet (Water Elemental) should, when summoned, inst...
1.0
Water elemental autocast (BB #26) - This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 03.02.2010 12:01:41 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/26 <hr> Mages pet (Water El...
non_defect
water elemental autocast bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link mages pet water elemental should when summoned instantly start to cast water b...
0
56,938
14,099,297,561
IssuesEvent
2020-11-06 01:01:38
noahtalerman/test-issues-kolide
https://api.github.com/repos/noahtalerman/test-issues-kolide
opened
[CLOSED] Moving sessions code into sub-package
Component: Security
<a href="https://github.com/marpaia"><img src="https://avatars2.githubusercontent.com/u/927168?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [marpaia](https://github.com/marpaia)** _Friday Aug 05, 2016 at 17:27 GMT_ _Originally opened as https://github.com/kolide/fleet/pull/42_ ---- Since...
True
[CLOSED] Moving sessions code into sub-package - <a href="https://github.com/marpaia"><img src="https://avatars2.githubusercontent.com/u/927168?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [marpaia](https://github.com/marpaia)** _Friday Aug 05, 2016 at 17:27 GMT_ _Originally opened as http...
non_defect
moving sessions code into sub package issue by friday aug at gmt originally opened as since the sessions code mostly stands on it s own i wanted to break the dependencies apart from it and move it into it s own package included the following code
0
64,830
18,942,885,868
IssuesEvent
2021-11-18 06:29:43
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Voice and video calls connectivity issue using mobile data
T-Defect
### Steps to reproduce 1. We need two smartphones, at least one needs to be Xiaomi device (Mi9 was used to reproduce) and at least one needs to use mobile data (other can be on WiFi); 2. Direction of the call does not matter. Try establish voice or video call from one device to the other. 3. After call pick up, ther...
1.0
Voice and video calls connectivity issue using mobile data - ### Steps to reproduce 1. We need two smartphones, at least one needs to be Xiaomi device (Mi9 was used to reproduce) and at least one needs to use mobile data (other can be on WiFi); 2. Direction of the call does not matter. Try establish voice or video ca...
defect
voice and video calls connectivity issue using mobile data steps to reproduce we need two smartphones at least one needs to be xiaomi device was used to reproduce and at least one needs to use mobile data other can be on wifi direction of the call does not matter try establish voice or video call...
1
262,584
19,822,674,884
IssuesEvent
2022-01-20 00:31:42
Breakthrough-Energy/fs-azureblob
https://api.github.com/repos/Breakthrough-Energy/fs-azureblob
closed
Documentation
documentation
# :rocket: - [x] Is your feature request essential for your project? ### Describe the workflow you want to enable As a user of fs-azureblob, I want to consult documentation about which aspects of pyfilesystem are supported by the library, as well as which aspects of blob storage are supported. ### Describe...
1.0
Documentation - # :rocket: - [x] Is your feature request essential for your project? ### Describe the workflow you want to enable As a user of fs-azureblob, I want to consult documentation about which aspects of pyfilesystem are supported by the library, as well as which aspects of blob storage are supported....
non_defect
documentation rocket is your feature request essential for your project describe the workflow you want to enable as a user of fs azureblob i want to consult documentation about which aspects of pyfilesystem are supported by the library as well as which aspects of blob storage are supported ...
0
23,109
3,768,928,645
IssuesEvent
2016-03-16 08:23:56
extnet/Ext.NET
https://api.github.com/repos/extnet/Ext.NET
closed
GridPanel with Local Paging & GridFilters does not correctly render in initial load
4.x defect
If a grid panel is built with gridFilters all at once, the first time the grid loads all data (that should be limited to the amount of entries per page) are shown. - Disabling the gridFilters plugin addresses the issue, loading correctly. - switching pages recovers the set up, displaying it correctly. This probl...
1.0
GridPanel with Local Paging & GridFilters does not correctly render in initial load - If a grid panel is built with gridFilters all at once, the first time the grid loads all data (that should be limited to the amount of entries per page) are shown. - Disabling the gridFilters plugin addresses the issue, loading cor...
defect
gridpanel with local paging gridfilters does not correctly render in initial load if a grid panel is built with gridfilters all at once the first time the grid loads all data that should be limited to the amount of entries per page are shown disabling the gridfilters plugin addresses the issue loading cor...
1
272,209
23,661,290,451
IssuesEvent
2022-08-26 15:49:15
meveo-org/meveo
https://api.github.com/repos/meveo-org/meveo
closed
Git repo doesn't pull from new branch
bug test
**Describe the bug** When we try to change to a different branch and then try to pull from the new branch, it continues to pull from the old branch. **To Reproduce** Steps to reproduce the behavior: 1. Create a new repository linked to a github repository 2. Save the repository. 3. Open the repository and chang...
1.0
Git repo doesn't pull from new branch - **Describe the bug** When we try to change to a different branch and then try to pull from the new branch, it continues to pull from the old branch. **To Reproduce** Steps to reproduce the behavior: 1. Create a new repository linked to a github repository 2. Save the repos...
non_defect
git repo doesn t pull from new branch describe the bug when we try to change to a different branch and then try to pull from the new branch it continues to pull from the old branch to reproduce steps to reproduce the behavior create a new repository linked to a github repository save the repos...
0
53,195
13,261,153,719
IssuesEvent
2020-08-20 19:22:59
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
remove BUILD_I3TV* options from the buildbots (Trac #934)
Migrated from Trac defect infrastructure
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/934">https://code.icecube.wisc.edu/projects/icecube/ticket/934</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T00:33:48", "_ts": "14292308...
1.0
remove BUILD_I3TV* options from the buildbots (Trac #934) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/934">https://code.icecube.wisc.edu/projects/icecube/ticket/934</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", ...
defect
remove build options from the buildbots trac migrated from json status closed changetime ts description reporter nega cc resolution fixed time component infrastructure summ...
1
66,784
20,674,148,878
IssuesEvent
2022-03-10 07:23:23
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
SelectOneMenu: XSS-Vulnerable
defect
The Attribute `data-label` of Items within the SelectOneMenu is not escaped correctly and thus makes XSS possible. **Environment:** - PF Version: 10.0.0 - JSF + version: Mojarra 2.2.20 - Affected browsers: ALL **To Reproduce** Steps to reproduce the behavior: 1. Create a SelectOneMenu with the following ...
1.0
SelectOneMenu: XSS-Vulnerable - The Attribute `data-label` of Items within the SelectOneMenu is not escaped correctly and thus makes XSS possible. **Environment:** - PF Version: 10.0.0 - JSF + version: Mojarra 2.2.20 - Affected browsers: ALL **To Reproduce** Steps to reproduce the behavior: 1. Create a S...
defect
selectonemenu xss vulnerable the attribute data label of items within the selectonemenu is not escaped correctly and thus makes xss possible environment pf version jsf version mojarra affected browsers all to reproduce steps to reproduce the behavior create a sel...
1
41,840
10,680,549,973
IssuesEvent
2019-10-21 21:42:35
mozilla/blurts-server
https://api.github.com/repos/mozilla/blurts-server
closed
[Mobile] The account menu cannot be closed by tapping again on the menu icon
mobile 📱 type: defect
## Steps to reproduce 1. Install and Launch the app. 2. Access `https://monitor.firefox.com 3. Login with valid credentials 4. Tap on the account icon in order to open the menu. 5. Tap again on the account icon in order to close the menu. ### Expected behavior The account menu is closed. ### Actual behavior ...
1.0
[Mobile] The account menu cannot be closed by tapping again on the menu icon - ## Steps to reproduce 1. Install and Launch the app. 2. Access `https://monitor.firefox.com 3. Login with valid credentials 4. Tap on the account icon in order to open the menu. 5. Tap again on the account icon in order to close the me...
defect
the account menu cannot be closed by tapping again on the menu icon steps to reproduce install and launch the app access login with valid credentials tap on the account icon in order to open the menu tap again on the account icon in order to close the menu expected behavior the...
1
76,453
26,436,644,836
IssuesEvent
2023-01-15 13:25:01
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Jakarta: master build throws NoClassDefFoundError at startup
:lady_beetle: defect
### Describe the bug Starting Wildfly 27 web app with primefaces-jakarta throws a NoClassDefFoundError for a **javax** class. Seems that there is a wrong dependency, `Cause: Class 'org.primefaces.component.accordionpanel.AccordionPanelRenderer' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/...
1.0
Jakarta: master build throws NoClassDefFoundError at startup - ### Describe the bug Starting Wildfly 27 web app with primefaces-jakarta throws a NoClassDefFoundError for a **javax** class. Seems that there is a wrong dependency, `Cause: Class 'org.primefaces.component.accordionpanel.AccordionPanelRenderer' is missi...
defect
jakarta master build throws noclassdeffounderror at startup describe the bug starting wildfly web app with primefaces jakarta throws a noclassdeffounderror for a javax class seems that there is a wrong dependency cause class org primefaces component accordionpanel accordionpanelrenderer is missin...
1
62,638
17,103,355,965
IssuesEvent
2021-07-09 14:18:57
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Unable to create a public room
T-Defect X-Needs-Info
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <img width="563" alt="Captura de ecrã 2021-07-09, às 15 04 04" src="https://user-images.githubusercontent.com/87192549/125090263-1166de00-e0c7-11eb-8b3b-edbd0758a385.png"> <img width="770" alt="Captura de ecrã 2021-07-09, às 15 04 17" src...
1.0
Unable to create a public room - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <img width="563" alt="Captura de ecrã 2021-07-09, às 15 04 04" src="https://user-images.githubusercontent.com/87192549/125090263-1166de00-e0c7-11eb-8b3b-edbd0758a385.png"> <img width="770" alt="Captura de ec...
defect
unable to create a public room img width alt captura de ecrã às src img width alt captura de ecrã às src this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to ge...
1
48,168
13,067,492,559
IssuesEvent
2020-07-31 00:38:03
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
hdfwriter causes import error with pytables 3.3.0 (Trac #1899)
Migrated from Trac combo reconstruction defect
when trying to import hdfwriter using pytables 3.3.0 the following error is caused: from icecube import hdfwriter --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-2-9705bb4afd5b> in <module>() ----> 1 ...
1.0
hdfwriter causes import error with pytables 3.3.0 (Trac #1899) - when trying to import hdfwriter using pytables 3.3.0 the following error is caused: from icecube import hdfwriter --------------------------------------------------------------------------- AttributeError Traceback (most recent...
defect
hdfwriter causes import error with pytables trac when trying to import hdfwriter using pytables the following error is caused from icecube import hdfwriter attributeerror traceback most recent ca...
1
181,763
6,663,909,297
IssuesEvent
2017-10-02 18:09:19
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
my.xfinity.com - see bug description
browser-firefox priority-important status-needstriage type-stylo
<!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: desktop-reporter --> **URL**: http://my.xfinity.com/?cid=cust **Browser / Version**: Firefox 58.0 **Operating System**: Windows 10 **Tested Another Browser**: No **...
1.0
my.xfinity.com - see bug description - <!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: desktop-reporter --> **URL**: http://my.xfinity.com/?cid=cust **Browser / Version**: Firefox 58.0 **Operating System**: Window...
non_defect
my xfinity com see bug description url browser version firefox operating system windows tested another browser no problem type something else description cannot connect to e mail server steps to reproduce layout css servo enabled true from with ❤...
0
55,192
11,406,092,094
IssuesEvent
2020-01-31 13:37:44
openvalidation/openvalidation
https://api.github.com/repos/openvalidation/openvalidation
closed
\ inside rules is not escaped
bug codegen
`your name HAS to be \` ## Expected Behavior code look should look like this `your name HAS to be \\` ## Current Behavior instead I the generated code has the plain `\` escaping the final quotation mark ```` "your name HAS to be \", ```` ````js huml.appendRule("", ["name"], "your name HAS to b...
1.0
\ inside rules is not escaped - `your name HAS to be \` ## Expected Behavior code look should look like this `your name HAS to be \\` ## Current Behavior instead I the generated code has the plain `\` escaping the final quotation mark ```` "your name HAS to be \", ```` ````js huml.appendRule("", ["...
non_defect
inside rules is not escaped your name has to be expected behavior code look should look like this your name has to be current behavior instead i the generated code has the plain escaping the final quotation mark your name has to be js huml appendrule ...
0
31,071
6,423,213,385
IssuesEvent
2017-08-09 10:24:16
contao/core-bundle
https://api.github.com/repos/contao/core-bundle
closed
The BackendSessionListener should actually be a UserSessionListener
defect
...and also implement the logic for a FE member. Because if a page is currently already in the proxy cache, you won't get a fresh version if you log in as a front end member.
1.0
The BackendSessionListener should actually be a UserSessionListener - ...and also implement the logic for a FE member. Because if a page is currently already in the proxy cache, you won't get a fresh version if you log in as a front end member.
defect
the backendsessionlistener should actually be a usersessionlistener and also implement the logic for a fe member because if a page is currently already in the proxy cache you won t get a fresh version if you log in as a front end member
1
2,970
2,607,968,050
IssuesEvent
2015-02-26 00:43:16
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/leveldb
opened
Deleted entries don'g get compacted.
auto-migrated Priority-Medium Type-Defect
``` Even if you only ever have 40 megs worth of live entries in a database, you can get into situations where the disk space used continues to grow and grow without bound. What steps will reproduce the problem? 1. Run the test in the following patch https://github.com/chirino/leveldb/commit/028fdd112e3a3895f6fcd89a...
1.0
Deleted entries don'g get compacted. - ``` Even if you only ever have 40 megs worth of live entries in a database, you can get into situations where the disk space used continues to grow and grow without bound. What steps will reproduce the problem? 1. Run the test in the following patch https://github.com/chirino/...
defect
deleted entries don g get compacted even if you only ever have megs worth of live entries in a database you can get into situations where the disk space used continues to grow and grow without bound what steps will reproduce the problem run the test in the following patch patch what is the expec...
1
711,001
24,446,711,669
IssuesEvent
2022-10-06 18:37:57
thoth-station/thamos
https://api.github.com/repos/thoth-station/thamos
closed
thoth search url of output results in 404
priority/critical-urgent kind/bug triage/accepted
## Bug description doing a `thamos advise` on ps-cv results in a not usable link to thoth-station/search ### Steps to Reproduce Steps to reproduce the behavior: 1. close 2. run `thamos advise` 3. click on link https://thoth-station.ninja/search/adviser-220819120526-a10d2f0803fbe0f2/summary 4. See error ###...
1.0
thoth search url of output results in 404 - ## Bug description doing a `thamos advise` on ps-cv results in a not usable link to thoth-station/search ### Steps to Reproduce Steps to reproduce the behavior: 1. close 2. run `thamos advise` 3. click on link https://thoth-station.ninja/search/adviser-220819120526-a...
non_defect
thoth search url of output results in bug description doing a thamos advise on ps cv results in a not usable link to thoth station search steps to reproduce steps to reproduce the behavior close run thamos advise click on link see error actual behavior shows broken link ...
0
476,220
13,735,589,117
IssuesEvent
2020-10-05 10:23:29
Signbank/Global-signbank
https://api.github.com/repos/Signbank/Global-signbank
closed
User names with spaces allowed but not really?
discussion needed enhancement high priority
Just tried to assign a user with username of the kind 'Firstname Lastname' to different group in the admin. When I save the change, I get an alert saying that spaces are not allowed, and only a limited set of special characters like _ are allowed. There were at least two other users who had created an account with a us...
1.0
User names with spaces allowed but not really? - Just tried to assign a user with username of the kind 'Firstname Lastname' to different group in the admin. When I save the change, I get an alert saying that spaces are not allowed, and only a limited set of special characters like _ are allowed. There were at least two...
non_defect
user names with spaces allowed but not really just tried to assign a user with username of the kind firstname lastname to different group in the admin when i save the change i get an alert saying that spaces are not allowed and only a limited set of special characters like are allowed there were at least two...
0
970
2,594,391,435
IssuesEvent
2015-02-20 02:45:03
BALL-Project/ball
https://api.github.com/repos/BALL-Project/ball
closed
Memory-leak during GAFF atom typing
C: BALL Core P: blocker R: fixed T: defect
**Reported by Marcel on 23 Mar 41200910 00:51 UTC** There seems to be memory-leak during GAFF atom-typing, i.e. either in GAFFTypeProcessor or (more likely) GAFFCESParser. You can test this be simply writing some molecules to a mol2-file (+use valgrind), since GAFFTypeProcessor is currently applied automatically to ...
1.0
Memory-leak during GAFF atom typing - **Reported by Marcel on 23 Mar 41200910 00:51 UTC** There seems to be memory-leak during GAFF atom-typing, i.e. either in GAFFTypeProcessor or (more likely) GAFFCESParser. You can test this be simply writing some molecules to a mol2-file (+use valgrind), since GAFFTypeProcessor ...
defect
memory leak during gaff atom typing reported by marcel on mar utc there seems to be memory leak during gaff atom typing i e either in gafftypeprocessor or more likely gaffcesparser you can test this be simply writing some molecules to a file use valgrind since gafftypeprocessor is currently ...
1
590,991
17,792,645,443
IssuesEvent
2021-08-31 18:03:13
OneCommunityGlobal/HighestGoodNetworkApp
https://api.github.com/repos/OneCommunityGlobal/HighestGoodNetworkApp
closed
Notifiy user when application has been updated
feature request medium priority
Jae: > Version History Reload Functionality (Cameron knows what I mean by this) Cameron: > The application window should auto reload each time the application version string changes to
1.0
Notifiy user when application has been updated - Jae: > Version History Reload Functionality (Cameron knows what I mean by this) Cameron: > The application window should auto reload each time the application version string changes to
non_defect
notifiy user when application has been updated jae version history reload functionality cameron knows what i mean by this cameron the application window should auto reload each time the application version string changes to
0