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
135,309
19,555,747,400
IssuesEvent
2022-01-03 09:13:21
psf/black
https://api.github.com/repos/psf/black
opened
Normalise "R" string prefix to lower case
T: design F: strings / docstrings
**Describe the style change** I'd like to normalise raw strings with a capital R, like `R"flowers"` to lower case: `r"flowers"`. **Additional context** Currently our [reasoning](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#r-strings-and-r-strings) for keeping "R" is that a syntax ...
1.0
Normalise "R" string prefix to lower case - **Describe the style change** I'd like to normalise raw strings with a capital R, like `R"flowers"` to lower case: `r"flowers"`. **Additional context** Currently our [reasoning](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#r-strings-and-...
non_defect
normalise r string prefix to lower case describe the style change i d like to normalise raw strings with a capital r like r flowers to lower case r flowers additional context currently our for keeping r is that a syntax highlighter called differentiates between the two and because i...
0
25,905
4,500,710,101
IssuesEvent
2016-09-01 06:27:34
netty/netty
https://api.github.com/repos/netty/netty
closed
Netty DNS Answer Section not correctly decoded
defect
I am working on a DNS-Client with netty. To test it, I wrote a simple DNS-Server with netty, that returns DnsRecords which I am expecting. Here is my client code: ```java final NioEventLoopGroup nioEventLoopGroup = new NioEventLoopGroup(); final EventLoop next = nioEventLoopGroup.next(); final DnsNameResolverB...
1.0
Netty DNS Answer Section not correctly decoded - I am working on a DNS-Client with netty. To test it, I wrote a simple DNS-Server with netty, that returns DnsRecords which I am expecting. Here is my client code: ```java final NioEventLoopGroup nioEventLoopGroup = new NioEventLoopGroup(); final EventLoop next = ...
defect
netty dns answer section not correctly decoded i am working on a dns client with netty to test it i wrote a simple dns server with netty that returns dnsrecords which i am expecting here is my client code java final nioeventloopgroup nioeventloopgroup new nioeventloopgroup final eventloop next ...
1
123,880
10,291,661,599
IssuesEvent
2019-08-27 12:59:00
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed test: _fk_unreferenced_skipped_direct=false
C-test-failure O-robot
The following tests appear to have failed on master (testrace): _fk_unreferenced_skipped_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_fk_unreferenced_skipped_direct=false). [#1451891](https://teamcity.cockroachdb.com/viewLog.html?buildId=...
1.0
teamcity: failed test: _fk_unreferenced_skipped_direct=false - The following tests appear to have failed on master (testrace): _fk_unreferenced_skipped_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_fk_unreferenced_skipped_direct=false). [#...
non_defect
teamcity failed test fk unreferenced skipped direct false the following tests appear to have failed on master testrace fk unreferenced skipped direct false you may want to check fk unreferenced skipped direct false fail testrace testimportdata table weather from pgdump fk unreferenced sk...
0
344,065
24,796,524,986
IssuesEvent
2022-10-24 17:46:17
openziti/sdk-golang
https://api.github.com/repos/openziti/sdk-golang
closed
Incorrect documentation for grpc-example
bug documentation good first issue
See https://openziti.discourse.group/t/troubles-with-using-the-golang-sdk/817 for details The documentation, as is, causes errors when followed, documentation needs to be updated and tested. Should be consistent with other examples and use ZITI_SDK_CONFIG for the identity file default timeout is too short for th...
1.0
Incorrect documentation for grpc-example - See https://openziti.discourse.group/t/troubles-with-using-the-golang-sdk/817 for details The documentation, as is, causes errors when followed, documentation needs to be updated and tested. Should be consistent with other examples and use ZITI_SDK_CONFIG for the identit...
non_defect
incorrect documentation for grpc example see for details the documentation as is causes errors when followed documentation needs to be updated and tested should be consistent with other examples and use ziti sdk config for the identity file default timeout is too short for the example and will timeout in...
0
281,586
30,888,899,023
IssuesEvent
2023-08-04 01:59:14
nidhi7598/linux-4.1.15_CVE-2019-10220
https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2019-10220
reopened
CVE-2016-5829 (High) detected in linuxlinux-4.4.302
Mend: dependency security vulnerability
## CVE-2016-5829 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.ker...
True
CVE-2016-5829 (High) detected in linuxlinux-4.4.302 - ## CVE-2016-5829 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p> ...
non_defect
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files drivers hid usbh...
0
323,933
9,880,711,649
IssuesEvent
2019-06-24 13:14:46
prysmaticlabs/prysm
https://api.github.com/repos/prysmaticlabs/prysm
opened
Add support for cross compilation in Bazel
Good For Bounty Help Wanted Priority: Medium
Currently, we're unable to build for other OS / architecture whenever the binary target depends on a cgo library. This includes any dependency on go-ethereum in the beacon-chain and potentially a future BLS library. To reproduce the issue, try building the beacon chain with a different toolchain specified. Buil...
1.0
Add support for cross compilation in Bazel - Currently, we're unable to build for other OS / architecture whenever the binary target depends on a cgo library. This includes any dependency on go-ethereum in the beacon-chain and potentially a future BLS library. To reproduce the issue, try building the beacon chain w...
non_defect
add support for cross compilation in bazel currently we re unable to build for other os architecture whenever the binary target depends on a cgo library this includes any dependency on go ethereum in the beacon chain and potentially a future bls library to reproduce the issue try building the beacon chain w...
0
568,463
16,980,524,355
IssuesEvent
2021-06-30 08:16:06
ballerina-platform/ballerina-standard-library
https://api.github.com/repos/ballerina-platform/ballerina-standard-library
closed
Add Path Entry to the Error Detail
Priority/High Team/PCP Type/Improvement module/graphql
**Description:** When an error occurred at runtime, the GraphQL response should include the `path` segment in the response under the error. Currently, we do have this entry in the `ErrorDetail` record, but the functionality is not implemented. This should be supported to [comply with the spec](https://spec.graphql....
1.0
Add Path Entry to the Error Detail - **Description:** When an error occurred at runtime, the GraphQL response should include the `path` segment in the response under the error. Currently, we do have this entry in the `ErrorDetail` record, but the functionality is not implemented. This should be supported to [comply...
non_defect
add path entry to the error detail description when an error occurred at runtime the graphql response should include the path segment in the response under the error currently we do have this entry in the errordetail record but the functionality is not implemented this should be supported to
0
768,686
26,976,081,689
IssuesEvent
2023-02-09 09:39:55
Inrixia/Floatplane-Downloader
https://api.github.com/repos/Inrixia/Floatplane-Downloader
closed
[Feature suggestion] Show un-downloaded videos
enhancement feature request backlog/low priority
This I assume shouldn't be an issue not sure tho. Could you make it show videos that are not yet being downloaded in the output if you have more videos selected to download then the download threads set. Cause I want to download 6 videos but have 2 threads set so it doesn't limit me, so having the videos that ar...
1.0
[Feature suggestion] Show un-downloaded videos - This I assume shouldn't be an issue not sure tho. Could you make it show videos that are not yet being downloaded in the output if you have more videos selected to download then the download threads set. Cause I want to download 6 videos but have 2 threads set so i...
non_defect
show un downloaded videos this i assume shouldn t be an issue not sure tho could you make it show videos that are not yet being downloaded in the output if you have more videos selected to download then the download threads set cause i want to download videos but have threads set so it doesn t limit me ...
0
83,354
15,704,974,972
IssuesEvent
2021-03-26 15:36:29
rathishc24/pokemon-api
https://api.github.com/repos/rathishc24/pokemon-api
opened
CVE-2020-7774 (High) detected in y18n-4.0.0.tgz
security vulnerability
## CVE-2020-7774 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>y18n-4.0.0.tgz</b></p></summary> <p>the bare-bones internationalization library used by yargs</p> <p>Library home page:...
True
CVE-2020-7774 (High) detected in y18n-4.0.0.tgz - ## CVE-2020-7774 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>y18n-4.0.0.tgz</b></p></summary> <p>the bare-bones internationalizati...
non_defect
cve high detected in tgz cve high severity vulnerability vulnerable library tgz the bare bones internationalization library used by yargs library home page a href path to dependency file pokemon api package json path to vulnerable library pokemon api node modules...
0
15,573
2,860,768,105
IssuesEvent
2015-06-03 17:22:43
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
DRT: InvalidStateError: Internal Dartium Exception
Area-Dartium Priority-Unassigned Triaged Type-Defect
DRT messages have gotten much worse recently. If I open the same thing in Dartium, I get: &nbsp;&nbsp;&nbsp;&nbsp;Error: &nbsp;&nbsp;&nbsp;&nbsp;http://127.0.0.1:35669/root_dart/samples/third_party/todomvc/test/listorder_test.html?crossOriginPort=58094:0: &nbsp;&nbsp;&nbsp;&nbsp;Exception: No static method 'register...
1.0
DRT: InvalidStateError: Internal Dartium Exception - DRT messages have gotten much worse recently. If I open the same thing in Dartium, I get: &nbsp;&nbsp;&nbsp;&nbsp;Error: &nbsp;&nbsp;&nbsp;&nbsp;http://127.0.0.1:35669/root_dart/samples/third_party/todomvc/test/listorder_test.html?crossOriginPort=58094:0: &nbsp;&n...
defect
drt invalidstateerror internal dartium exception drt messages have gotten much worse recently if i open the same thing in dartium i get nbsp nbsp nbsp nbsp error nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp exception no static method register declared in class polymer nbsp nbsp nbsp nbsp ...
1
11,673
13,734,944,856
IssuesEvent
2020-10-05 09:25:28
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
incompatible_load_java_rules_from_bzl: load the Java rules from @rules_java
P1 breaking-change-4.0 incompatible-change migration-1.0 migration-1.1 migration-1.2 migration-2.0 migration-2.1 migration-2.2 migration-3.0 migration-3.1 migration-3.2 migration-3.3 migration-3.4 migration-3.5 migration-3.6 team-Rules-Java untriaged
Flag: --incompatible_load_java_rules_from_bzl Available since: 0.28 Will be flipped in: 1.0 Tracking issue: #8741 java_library, java_binary, java_test, java_import, java_lite_proto_library, java_proto_library, java_package_configuration, java_plugin, java_runtime, java_toolchain have to be loaded from @rules...
True
incompatible_load_java_rules_from_bzl: load the Java rules from @rules_java - Flag: --incompatible_load_java_rules_from_bzl Available since: 0.28 Will be flipped in: 1.0 Tracking issue: #8741 java_library, java_binary, java_test, java_import, java_lite_proto_library, java_proto_library, java_package_configur...
non_defect
incompatible load java rules from bzl load the java rules from rules java flag incompatible load java rules from bzl available since will be flipped in tracking issue java library java binary java test java import java lite proto library java proto library java package configuratio...
0
48,993
13,185,186,595
IssuesEvent
2020-08-12 20:53:44
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
glshovel quits on Help-> About -> Close (Trac #576)
Incomplete Migration Migrated from Trac defect glshovel
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/576 , reported by blaufuss and owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2011-05-11T22:19:13", "description": "When running the GLshovel, Help-> about brings up a nice \ndialog box about the pro...
1.0
glshovel quits on Help-> About -> Close (Trac #576) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/576 , reported by blaufuss and owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2011-05-11T22:19:13", "description": "When running the GLshovel, He...
defect
glshovel quits on help about close trac migrated from reported by blaufuss and owned by troy json status closed changetime description when running the glshovel help about brings up a nice ndialog box about the program but the close button...
1
114,947
11,861,774,232
IssuesEvent
2020-03-25 16:51:37
Sniki/Lenovo-Thinkpad-L440
https://api.github.com/repos/Sniki/Lenovo-Thinkpad-L440
closed
Next Update
documentation enhancement
Next update includes following changes: - [ ] Remove unnecessary & cosmetical renames like: - Change DSM to XDSM - Change H_EC to EC - Change EHC1 to EH01 - Change EHC2 to EH02 - Change SAT0 to SATA - Change ESEL to ESEZ - Change XSEL to XSEZ - Change XWAK to ZWAK - [ ] Remove SSDT-USB - [ ] Add USBPorts.k...
1.0
Next Update - Next update includes following changes: - [ ] Remove unnecessary & cosmetical renames like: - Change DSM to XDSM - Change H_EC to EC - Change EHC1 to EH01 - Change EHC2 to EH02 - Change SAT0 to SATA - Change ESEL to ESEZ - Change XSEL to XSEZ - Change XWAK to ZWAK - [ ] Remove SSDT-USB - [ ] ...
non_defect
next update next update includes following changes remove unnecessary cosmetical renames like change dsm to xdsm change h ec to ec change to change to change to sata change esel to esez change xsel to xsez change xwak to zwak remove ssdt usb add usbports kext whi...
0
237,016
7,754,974,532
IssuesEvent
2018-05-31 08:42:20
Prospress/woocommerce-subscribe-all-the-things
https://api.github.com/repos/Prospress/woocommerce-subscribe-all-the-things
closed
UX: Variation prices are always overwritten by the single-product subscription options template markup
bug:confirmed priority:high refactor ux
HelpScout ticket: https://secure.helpscout.net/conversation/590443122/9914?folderId=1524484 The customer is reporting that there is no price displayed on the single product page when you have a variable product with a range of prices and subscription options, where the subscription pricing is forced. To replicate...
1.0
UX: Variation prices are always overwritten by the single-product subscription options template markup - HelpScout ticket: https://secure.helpscout.net/conversation/590443122/9914?folderId=1524484 The customer is reporting that there is no price displayed on the single product page when you have a variable product w...
non_defect
ux variation prices are always overwritten by the single product subscription options template markup helpscout ticket the customer is reporting that there is no price displayed on the single product page when you have a variable product with a range of prices and subscription options where the subscription p...
0
74,952
25,452,341,518
IssuesEvent
2022-11-24 11:27:17
matrix-org/mjolnir
https://api.github.com/repos/matrix-org/mjolnir
opened
Mjolnir is persisting aliases to `org.matrix.mjolnir.watched_lists`.
T-Defect O-Occasional S-Major
This is causing problems if a server temporarily goes offline or the alias has been changed. When mjolnir starts it will exit if an alias of a watched list cannot be resolved. But it shouldn't be storing aliases in the first place. We've had 2-3 complaints about it in #mjolnir:matrix.org over the past weeks, probab...
1.0
Mjolnir is persisting aliases to `org.matrix.mjolnir.watched_lists`. - This is causing problems if a server temporarily goes offline or the alias has been changed. When mjolnir starts it will exit if an alias of a watched list cannot be resolved. But it shouldn't be storing aliases in the first place. We've had 2-3...
defect
mjolnir is persisting aliases to org matrix mjolnir watched lists this is causing problems if a server temporarily goes offline or the alias has been changed when mjolnir starts it will exit if an alias of a watched list cannot be resolved but it shouldn t be storing aliases in the first place we ve had ...
1
64,241
18,289,863,330
IssuesEvent
2021-10-05 14:13:39
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
DSL.arrayGet() does not generate required parentheses
T: Defect C: Functionality P: Medium E: All Editions
### Expected behavior ```kotlin select(arrayGet(arrayAgg(TABLE_NAME.ID).orderBy(TABLE_NAME.UPDATED_AT.desc()), 1).from(TABLE_NAME) ``` should produce ```sql SELECT (array_agg(id ORDER BY updated_at DESC))[1] FROM table_name; ``` ### Actual behavior ```sql SELECT array_agg(id ORDER BY updated_at DESC)[1]...
1.0
DSL.arrayGet() does not generate required parentheses - ### Expected behavior ```kotlin select(arrayGet(arrayAgg(TABLE_NAME.ID).orderBy(TABLE_NAME.UPDATED_AT.desc()), 1).from(TABLE_NAME) ``` should produce ```sql SELECT (array_agg(id ORDER BY updated_at DESC))[1] FROM table_name; ``` ### Actual behavior ...
defect
dsl arrayget does not generate required parentheses expected behavior kotlin select arrayget arrayagg table name id orderby table name updated at desc from table name should produce sql select array agg id order by updated at desc from table name actual behavior ...
1
131,166
12,476,766,804
IssuesEvent
2020-05-29 14:01:25
keras-team/autokeras
https://api.github.com/repos/keras-team/autokeras
closed
Changing Tutorials to Colab Notebooks
documentation good first issue pinned
### Feature Description The source file for all the tutorials on the website (autokeras.com) should be a `.ipynb` file. ### Reason <!--- Why do we need the feature? --> Make it easier for people to try out the tutorials. ### Solution <!--- Please tell us how to implement the feature, if you have one in mi...
1.0
Changing Tutorials to Colab Notebooks - ### Feature Description The source file for all the tutorials on the website (autokeras.com) should be a `.ipynb` file. ### Reason <!--- Why do we need the feature? --> Make it easier for people to try out the tutorials. ### Solution <!--- Please tell us how to imple...
non_defect
changing tutorials to colab notebooks feature description the source file for all the tutorials on the website autokeras com should be a ipynb file reason why do we need the feature make it easier for people to try out the tutorials solution please tell us how to imple...
0
394,759
11,648,364,633
IssuesEvent
2020-03-01 20:18:43
songrenzhao/Interactive-Activity-Planings-and-Recommendations
https://api.github.com/repos/songrenzhao/Interactive-Activity-Planings-and-Recommendations
closed
Sign in && Sign Up page for Staff Backend Implementation
High Priority
Technical Background: - #9 - Currently we have the UI for these two pages, we have to hook it up with our backend server Acceptance Criteria: - Connect with backend APIs
1.0
Sign in && Sign Up page for Staff Backend Implementation - Technical Background: - #9 - Currently we have the UI for these two pages, we have to hook it up with our backend server Acceptance Criteria: - Connect with backend APIs
non_defect
sign in sign up page for staff backend implementation technical background currently we have the ui for these two pages we have to hook it up with our backend server acceptance criteria connect with backend apis
0
81,578
31,034,212,684
IssuesEvent
2023-08-10 14:17:37
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
FE some va-accordion-item instances do not support auto-open when referenced with a fragment
Defect VA.gov frontend Public Websites
## Describe the defect [CMS support thread](https://dsva.slack.com/archives/CDHBKAL9W/p1666800192774649) When linking with a fragment in the url, page loads and jumps to the accordion's id, but does not open it like it should Working example https://design.va.gov/components/accordion#checklist-code-assets jum...
1.0
FE some va-accordion-item instances do not support auto-open when referenced with a fragment - ## Describe the defect [CMS support thread](https://dsva.slack.com/archives/CDHBKAL9W/p1666800192774649) When linking with a fragment in the url, page loads and jumps to the accordion's id, but does not open it like it sh...
defect
fe some va accordion item instances do not support auto open when referenced with a fragment describe the defect when linking with a fragment in the url page loads and jumps to the accordion s id but does not open it like it should working example jumps to and opens the checklist code assets acco...
1
47,021
11,945,624,241
IssuesEvent
2020-04-03 06:19:15
genuinetools/img
https://api.github.com/repos/genuinetools/img
closed
support schema1 push for quay?
buildkit enhancement question registry (push and/or pull)
I'm getting an `unexpected status: 415 Unsupported Media Type` when trying to `img push`. Quay is being used for docker registry in case it matters. ``` [...] DEBU[0002] push digest="sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9a8f0841aa599e" mediatype=applicat...
1.0
support schema1 push for quay? - I'm getting an `unexpected status: 415 Unsupported Media Type` when trying to `img push`. Quay is being used for docker registry in case it matters. ``` [...] DEBU[0002] push digest="sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9...
non_defect
support push for quay i m getting an unexpected status unsupported media type when trying to img push quay is being used for docker registry in case it matters debu push digest mediatype application vnd docker distribution manifest json size ...
0
414,160
12,100,041,794
IssuesEvent
2020-04-20 13:12:48
deora-earth/tealgarden
https://api.github.com/repos/deora-earth/tealgarden
opened
Add the Summary and Benefits sections
03 High Priority 200 Deora RepPoints
<!-- # Simple Summary This policy allows to write out rewards to complete required tasks. Completed tasks are payed by the deora council to the claiming member. # How to create a new bounty? 1. To start you'll have to fill out the bounty form below. - If the bounty spans across multiple repositories, co...
1.0
Add the Summary and Benefits sections - <!-- # Simple Summary This policy allows to write out rewards to complete required tasks. Completed tasks are payed by the deora council to the claiming member. # How to create a new bounty? 1. To start you'll have to fill out the bounty form below. - If the bount...
non_defect
add the summary and benefits sections simple summary this policy allows to write out rewards to complete required tasks completed tasks are payed by the deora council to the claiming member how to create a new bounty to start you ll have to fill out the bounty form below if the bount...
0
351,081
25,012,398,587
IssuesEvent
2022-11-03 16:10:48
microsoft/azure_arc
https://api.github.com/repos/microsoft/azure_arc
opened
Secure access to Client VM - App services jumpstart scenarios
bug documentation arc_app_svc triage
<!--- Disclaimer: The intent of this "Bug report" template is to address issues related to the Azure Arc Jumpstart scenarios, ArcBox and all other project ares. The Azure Arc Jumpstart team does not handle Azure Arc core product issues, bugs and feature requests and will try to assist on a best effort basis. For a cor...
1.0
Secure access to Client VM - App services jumpstart scenarios - <!--- Disclaimer: The intent of this "Bug report" template is to address issues related to the Azure Arc Jumpstart scenarios, ArcBox and all other project ares. The Azure Arc Jumpstart team does not handle Azure Arc core product issues, bugs and feature r...
non_defect
secure access to client vm app services jumpstart scenarios jumpstart scenario or arcbox flavor which you are working on jumpstart app services scenarios describe the bug remove the myipaddress parameter and secure access to vms to reproduce n a expected behavior user needs to ...
0
88,895
25,528,166,191
IssuesEvent
2022-11-29 05:27:09
rh-impact/fiware-hackathon-2023
https://api.github.com/repos/rh-impact/fiware-hackathon-2023
opened
Building visualization specialist
Building visualization specialist Building - Building - Smart Cities
![Mission](https://computate.neocities.org/png/rh-impact-logo-black-text-white-background-long.png "Hackathon Task for FIWARE NA 2023 Hackathon") # Building visualization specialist Your mission, should you choose to accept it, is to visualize Building Smart Data from a FIWARE context broker. - Work with your dat...
3.0
Building visualization specialist - ![Mission](https://computate.neocities.org/png/rh-impact-logo-black-text-white-background-long.png "Hackathon Task for FIWARE NA 2023 Hackathon") # Building visualization specialist Your mission, should you choose to accept it, is to visualize Building Smart Data from a FIWARE co...
non_defect
building visualization specialist hackathon task for fiware na hackathon building visualization specialist your mission should you choose to accept it is to visualize building smart data from a fiware context broker work with your data specialist to come up with useful building data that you ca...
0
27,949
4,068,989,284
IssuesEvent
2016-05-27 00:45:36
MarlinFirmware/MarlinDev
https://api.github.com/repos/MarlinFirmware/MarlinDev
closed
Recommendations for a good 32 bit microprocessor to run Marlin
Discussion: Design Concept Discussion: Developers Needs: Discussion
The Atmel ATSAM3x8e on the Due board is definitely viable. It has the benefit it can plug into the RAMPS or RADDS base board and at that point it is easy to populate it with other needed items like Step Sticks to handle the stepper motors. But my questions is "What other companies make viable platforms to run 3D-P...
1.0
Recommendations for a good 32 bit microprocessor to run Marlin - The Atmel ATSAM3x8e on the Due board is definitely viable. It has the benefit it can plug into the RAMPS or RADDS base board and at that point it is easy to populate it with other needed items like Step Sticks to handle the stepper motors. But my que...
non_defect
recommendations for a good bit microprocessor to run marlin the atmel on the due board is definitely viable it has the benefit it can plug into the ramps or radds base board and at that point it is easy to populate it with other needed items like step sticks to handle the stepper motors but my questions is...
0
144,681
5,544,067,098
IssuesEvent
2017-03-22 18:16:36
subchannel13/zvjezdojedac
https://api.github.com/repos/subchannel13/zvjezdojedac
closed
GUI options
auto-migrated Component-UI OpSys-All Priority-Low Type-Enhancement
``` Investigate and if possible implement: 1) Cursor locked to screen 2) Borderless window mode 3) Fullscreen mode ``` Original issue reported on code.google.com by `subchann...@gmail.com` on 26 Jan 2015 at 9:49
1.0
GUI options - ``` Investigate and if possible implement: 1) Cursor locked to screen 2) Borderless window mode 3) Fullscreen mode ``` Original issue reported on code.google.com by `subchann...@gmail.com` on 26 Jan 2015 at 9:49
non_defect
gui options investigate and if possible implement cursor locked to screen borderless window mode fullscreen mode original issue reported on code google com by subchann gmail com on jan at
0
64,112
18,217,385,334
IssuesEvent
2021-09-30 06:51:56
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Major issue with DST Root CA X3 Expiration using Let's Encrypt
T-Defect
### Steps to reproduce 1. Have a Let's Encrypt certificate on your homeserver or a reverse proxy using Let's Encrypt in front of it ### What happened? ### What did you expect? Android clients should still be able to connect. The app should give an error about the certificate and ask if it can be trusted. ### Wha...
1.0
Major issue with DST Root CA X3 Expiration using Let's Encrypt - ### Steps to reproduce 1. Have a Let's Encrypt certificate on your homeserver or a reverse proxy using Let's Encrypt in front of it ### What happened? ### What did you expect? Android clients should still be able to connect. The app should give an err...
defect
major issue with dst root ca expiration using let s encrypt steps to reproduce have a let s encrypt certificate on your homeserver or a reverse proxy using let s encrypt in front of it what happened what did you expect android clients should still be able to connect the app should give an erro...
1
44,881
12,419,455,623
IssuesEvent
2020-05-23 06:18:39
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Sparse Array - Explicit zeros after slicing
defect scipy.sparse
Hi, When I use explicit zeros in scipy sparse arrays (CSR) everything works as expected - the zero values are in the sparse array's data attribute. When I do a row slice of the CSR sparse array the explicit zeros are no longer in the data attribute. I think when scipy reconstructs the sparse array from the sli...
1.0
Sparse Array - Explicit zeros after slicing - Hi, When I use explicit zeros in scipy sparse arrays (CSR) everything works as expected - the zero values are in the sparse array's data attribute. When I do a row slice of the CSR sparse array the explicit zeros are no longer in the data attribute. I think when sc...
defect
sparse array explicit zeros after slicing hi when i use explicit zeros in scipy sparse arrays csr everything works as expected the zero values are in the sparse array s data attribute when i do a row slice of the csr sparse array the explicit zeros are no longer in the data attribute i think when sc...
1
246,216
26,600,527,573
IssuesEvent
2023-01-23 15:28:02
lukebrogan-mend/AltoroJ
https://api.github.com/repos/lukebrogan-mend/AltoroJ
opened
commons-codec-1.6.jar: 1 vulnerabilities (highest severity is: 6.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-codec-1.6.jar</b></p></summary> <p>The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In additio...
True
commons-codec-1.6.jar: 1 vulnerabilities (highest severity is: 6.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-codec-1.6.jar</b></p></summary> <p>The codec package contains simple encoder and decoder...
non_defect
commons codec jar vulnerabilities highest severity is vulnerable library commons codec jar the codec package contains simple encoder and decoders for various formats such as and hexadecimal in addition to these widely used encoders and decoders the codec package also maint...
0
358,468
25,193,139,353
IssuesEvent
2022-11-12 06:34:17
UniverseDeveloperApp/Documentation
https://api.github.com/repos/UniverseDeveloperApp/Documentation
closed
Beta Documention
documentation
- [ ] #2 - [ ] beta oferuje przedwczesny dostęp, nie premium funkcję za darmo ! - [ ] beta oferuje nie stabilne przedwczesne funkcję - [ ] **Holding nie ponosi odpowiedzialności za błędy wynikające za nie stabilność bety** - [ ] nie możesz mieć zwykłego bota i bety # [serwer wsparcia](https://disco...
1.0
Beta Documention - - [ ] #2 - [ ] beta oferuje przedwczesny dostęp, nie premium funkcję za darmo ! - [ ] beta oferuje nie stabilne przedwczesne funkcję - [ ] **Holding nie ponosi odpowiedzialności za błędy wynikające za nie stabilność bety** - [ ] nie możesz mieć zwykłego bota i bety # [serwer wspa...
non_defect
beta documention beta oferuje przedwczesny dostęp nie premium funkcję za darmo beta oferuje nie stabilne przedwczesne funkcję holding nie ponosi odpowiedzialności za błędy wynikające za nie stabilność bety nie możesz mieć zwykłego bota i bety
0
73,128
24,469,508,577
IssuesEvent
2022-10-07 18:18:16
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
Add Project - Adding a project that is down results in error dialog
C: Manager P: Minor R: wontfix T: Defect E: 1 day
**Reported by JacobKlein on 21 Oct 43272476 05:57 UTC** Rom, When I add a project with a made-up URL (like, for instance, http://www.madeupname.testin.com )... The friendly dialog box says: Project temporarily unavailable The project is temporarily unavailable. Please try again later. ... and the Event Log say...
1.0
Add Project - Adding a project that is down results in error dialog - **Reported by JacobKlein on 21 Oct 43272476 05:57 UTC** Rom, When I add a project with a made-up URL (like, for instance, http://www.madeupname.testin.com )... The friendly dialog box says: Project temporarily unavailable The project is tempor...
defect
add project adding a project that is down results in error dialog reported by jacobklein on oct utc rom when i add a project with a made up url like for instance the friendly dialog box says project temporarily unavailable the project is temporarily unavailable please try again late...
1
39,582
9,551,685,476
IssuesEvent
2019-05-02 14:58:10
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
cannot exit boincmgr by the tray icon
C: Manager E: 1 day P: Critical R: fixed T: Defect
**Reported by toralf on 24 Feb 42510299 19:56 UTC** If I right-click under Gentoo Linux at the tray icon (KDE) and select "Exit" - then boincmgr doesn't really exits. The manager is still running. It does only works, if I select the menu item of the manager widnow itself. Here the program really finishes. Migrated-Fr...
1.0
cannot exit boincmgr by the tray icon - **Reported by toralf on 24 Feb 42510299 19:56 UTC** If I right-click under Gentoo Linux at the tray icon (KDE) and select "Exit" - then boincmgr doesn't really exits. The manager is still running. It does only works, if I select the menu item of the manager widnow itself. Here t...
defect
cannot exit boincmgr by the tray icon reported by toralf on feb utc if i right click under gentoo linux at the tray icon kde and select exit then boincmgr doesn t really exits the manager is still running it does only works if i select the menu item of the manager widnow itself here the program...
1
81,408
30,833,182,088
IssuesEvent
2023-08-02 04:39:27
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: Some links (e.g. YouTube) are non-copyable?
Type-Defect Status-Not-Our-Bug
I've noticed that while I can copy most URLs in the articles via context menu (mouse right-click), **Copy Link Location** menu item is greyed-out on one YouTube video as shown on the attached screenshot. ![unselectable-link](https://user-images.githubusercontent.com/1132291/214495363-e8c48724-41f4-4edb-bf66-05465a4d...
1.0
[BUG]: Some links (e.g. YouTube) are non-copyable? - I've noticed that while I can copy most URLs in the articles via context menu (mouse right-click), **Copy Link Location** menu item is greyed-out on one YouTube video as shown on the attached screenshot. ![unselectable-link](https://user-images.githubusercontent.c...
defect
some links e g youtube are non copyable i ve noticed that while i can copy most urls in the articles via context menu mouse right click copy link location menu item is greyed out on one youtube video as shown on the attached screenshot os freebsd rss guard version
1
180,815
21,625,828,376
IssuesEvent
2022-05-05 01:55:07
mgh3326/que_bang
https://api.github.com/repos/mgh3326/que_bang
closed
CVE-2021-22112 (High) detected in spring-security-web-5.3.4.RELEASE.jar - autoclosed
security vulnerability
## CVE-2021-22112 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-web-5.3.4.RELEASE.jar</b></p></summary> <p>spring-security-web</p> <p>Library home page: <a href="http...
True
CVE-2021-22112 (High) detected in spring-security-web-5.3.4.RELEASE.jar - autoclosed - ## CVE-2021-22112 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-web-5.3.4.RELEAS...
non_defect
cve high detected in spring security web release jar autoclosed cve high severity vulnerability vulnerable library spring security web release jar spring security web library home page a href path to dependency file build gradle path to vulnerable library home ws...
0
19,020
3,126,018,071
IssuesEvent
2015-09-08 06:30:33
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
LeaseLock simulator test hanging, 3-6.SNAPSHOT
STABILIZER Team: Core Type: Critical Type: Defect
I see all 10 threads of all 4 boxes hanging for ever ``` grep -r --include *.out LeaseLockTest . ./54.209.174.3/54.209.174.3-serverJstack.out: at com.hazelcast.simulator.tests.concurrent.lock.LeaseLockTest$Worker.run(LeaseLockTest.java:64) ./54.209.174.3/54.209.174.3-serverJstack.out: at com.hazelcast.simulator....
1.0
LeaseLock simulator test hanging, 3-6.SNAPSHOT - I see all 10 threads of all 4 boxes hanging for ever ``` grep -r --include *.out LeaseLockTest . ./54.209.174.3/54.209.174.3-serverJstack.out: at com.hazelcast.simulator.tests.concurrent.lock.LeaseLockTest$Worker.run(LeaseLockTest.java:64) ./54.209.174.3/54.209.17...
defect
leaselock simulator test hanging snapshot i see all threads of all boxes hanging for ever grep r include out leaselocktest serverjstack out at com hazelcast simulator tests concurrent lock leaselocktest worker run leaselocktest java serverjstack out ...
1
330,530
10,043,883,671
IssuesEvent
2019-07-19 08:40:34
AdityaGupta1/eloncraft
https://api.github.com/repos/AdityaGupta1/eloncraft
closed
allow refinery to accept "fluid dict" inputs
low priority
like how Thermal Expansion's Fractionating Still can somehow accept Eloncraft's Petroleum Oil
1.0
allow refinery to accept "fluid dict" inputs - like how Thermal Expansion's Fractionating Still can somehow accept Eloncraft's Petroleum Oil
non_defect
allow refinery to accept fluid dict inputs like how thermal expansion s fractionating still can somehow accept eloncraft s petroleum oil
0
430,663
12,464,511,616
IssuesEvent
2020-05-28 12:36:34
etalab/entreprise.data.gouv.fr
https://api.github.com/repos/etalab/entreprise.data.gouv.fr
closed
Lien vers les annonces BODACC
Roadmap priority
Ajouter le lien vers les annonces du BODACC sur la page de fiche d'identité de l'entreprise. Lien vers les annonces du BODACC : *https://www.bodacc.fr/annonce/liste/:siren*
1.0
Lien vers les annonces BODACC - Ajouter le lien vers les annonces du BODACC sur la page de fiche d'identité de l'entreprise. Lien vers les annonces du BODACC : *https://www.bodacc.fr/annonce/liste/:siren*
non_defect
lien vers les annonces bodacc ajouter le lien vers les annonces du bodacc sur la page de fiche d identité de l entreprise lien vers les annonces du bodacc
0
313,082
23,455,941,199
IssuesEvent
2022-08-16 08:52:33
readthedocs/readthedocs.org
https://api.github.com/repos/readthedocs/readthedocs.org
opened
Dev docs: Document that we use pre-commit hooks
Needed: documentation Accepted
While going over our Docs for Development Installation, I didn't find any mention of pre-commit hooks. They are to be considered a mandatory part of development (as they are enforced in CI builds) and it's a big disadvantage to miss them in a local setup.
1.0
Dev docs: Document that we use pre-commit hooks - While going over our Docs for Development Installation, I didn't find any mention of pre-commit hooks. They are to be considered a mandatory part of development (as they are enforced in CI builds) and it's a big disadvantage to miss them in a local setup.
non_defect
dev docs document that we use pre commit hooks while going over our docs for development installation i didn t find any mention of pre commit hooks they are to be considered a mandatory part of development as they are enforced in ci builds and it s a big disadvantage to miss them in a local setup
0
237,493
26,085,169,581
IssuesEvent
2022-12-26 01:12:14
bsbtd/Teste
https://api.github.com/repos/bsbtd/Teste
opened
CVE-2022-46175 (High) detected in multiple libraries
security vulnerability
## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.3.tgz</b>, <b>json5-0.5.1.tgz</b>, <b>json5-1.0.1.tgz</b></p></summary> <p> <details><summary><b>json5-2.1...
True
CVE-2022-46175 (High) detected in multiple libraries - ## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.3.tgz</b>, <b>json5-0.5.1.tgz</b>, <b>json5-1.0.1.tg...
non_defect
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries tgz tgz tgz tgz json for humans library home page a href path to dependency file pro table package json path to vulnerable library pro t...
0
90,492
11,405,758,977
IssuesEvent
2020-01-31 12:53:32
fecgov/fec-cms
https://api.github.com/repos/fecgov/fec-cms
opened
Design homepage change to link to map
High priority Work: UX/Design
**What we're after:** We're rebuilding the presidential data map on .gov and we need to create a pathway from the homepage to that map. ### Completion criteria - [ ] Mockup design(s) for the homepage to link to the map visualization - [ ] Review with stakeholders - [ ] Make necessary changes and move to an impl...
1.0
Design homepage change to link to map - **What we're after:** We're rebuilding the presidential data map on .gov and we need to create a pathway from the homepage to that map. ### Completion criteria - [ ] Mockup design(s) for the homepage to link to the map visualization - [ ] Review with stakeholders - [ ] Ma...
non_defect
design homepage change to link to map what we re after we re rebuilding the presidential data map on gov and we need to create a pathway from the homepage to that map completion criteria mockup design s for the homepage to link to the map visualization review with stakeholders make nec...
0
26,246
4,642,865,008
IssuesEvent
2016-09-30 11:19:27
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
inconsistencies between bake migration and migrations create
Defect On hold
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.3. * Platform and Target: Vagrant, ubuntu 14.04, php 7. ### What you did 1. cake bake migration CreateUsers 2. cake migrations create CreateUsersTable ### Expected Behavior 1. new migration file...
1.0
inconsistencies between bake migration and migrations create - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.3. * Platform and Target: Vagrant, ubuntu 14.04, php 7. ### What you did 1. cake bake migration CreateUsers 2. cake migrations create C...
defect
inconsistencies between bake migration and migrations create this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target vagrant ubuntu php what you did cake bake migration createusers cake migrations create createuse...
1
23,449
3,828,509,244
IssuesEvent
2016-03-31 06:15:30
AtlasOfLivingAustralia/fieldcapture
https://api.github.com/repos/AtlasOfLivingAustralia/fieldcapture
closed
Sticky objects when loading
priority-low status-accepted type-defect
*migrated from:* https://code.google.com/p/ala/issues/detail?id=252 *date:* Mon Aug 26 18:21:58 2013 *author:* moyesyside --- 1. Click [http://fieldcapture-dev.ala.org.au/site/index/e0e55412-38be-42fa-a0d7-b35f3dfc77d4](http://fieldcapture-dev.ala.org.au/site/index/e0e55412-38be-42fa-a0d7-b35f3dfc77d4) 2. Clic...
1.0
Sticky objects when loading - *migrated from:* https://code.google.com/p/ala/issues/detail?id=252 *date:* Mon Aug 26 18:21:58 2013 *author:* moyesyside --- 1. Click [http://fieldcapture-dev.ala.org.au/site/index/e0e55412-38be-42fa-a0d7-b35f3dfc77d4](http://fieldcapture-dev.ala.org.au/site/index/e0e55412-38be-42fa...
defect
sticky objects when loading migrated from date mon aug author moyesyside click click view in spatial portal remove the layer for the object but the object stays visible on the map
1
74,936
25,414,606,706
IssuesEvent
2022-11-22 22:23:19
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Proxy authentication not working
C-java I-defect I-issue-template I-question
### What happened? We have tried with many possible options for proxy authentication. But still we are not able to authenticate URL's via Proxy Test 1: proxy = new Proxy(); proxy.setHttpProxy("192.168.0.500"); proxy.setSocksUsername("test"); proxy.setSocksPassword("123456789"); ...
1.0
[🐛 Bug]: Proxy authentication not working - ### What happened? We have tried with many possible options for proxy authentication. But still we are not able to authenticate URL's via Proxy Test 1: proxy = new Proxy(); proxy.setHttpProxy("192.168.0.500"); proxy.setSocksUsername("test"); ...
defect
proxy authentication not working what happened we have tried with many possible options for proxy authentication but still we are not able to authenticate url s via proxy test proxy new proxy proxy sethttpproxy proxy setsocksusername test proxy setsoc...
1
95,053
11,951,214,782
IssuesEvent
2020-04-03 16:29:12
solex2006/SELIProject
https://api.github.com/repos/solex2006/SELIProject
opened
Accessibility validation and status
1 - Planning Feature Design Notes :notebook: discussion
When teacher/tutor creates a course, he will have the option do add contents with accessibility resources like text alternatives for images. Also, he will have guidance on how to create accessible contents, for instance, on text content there is some hints on text alignment. - [ ] On the fly, the system will give f...
1.0
Accessibility validation and status - When teacher/tutor creates a course, he will have the option do add contents with accessibility resources like text alternatives for images. Also, he will have guidance on how to create accessible contents, for instance, on text content there is some hints on text alignment. - ...
non_defect
accessibility validation and status when teacher tutor creates a course he will have the option do add contents with accessibility resources like text alternatives for images also he will have guidance on how to create accessible contents for instance on text content there is some hints on text alignment ...
0
43,714
11,801,134,402
IssuesEvent
2020-03-18 18:50:48
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
Python 3.8 DeprecationWarning when running arcstat with interval
Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 20.04 Linux Kernel | 5.4.0-14-generic Architecture | x86_64 ZFS Version | 0.8.3-1ubuntu3 SPL Version | 0.8.3-1ubuntu3 Python | 3.8.2 ### Describe the problem you're observing Python throws DeprecationW...
1.0
Python 3.8 DeprecationWarning when running arcstat with interval - ### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 20.04 Linux Kernel | 5.4.0-14-generic Architecture | x86_64 ZFS Version | 0.8.3-1ubuntu3 SPL Version | 0.8.3-1ubuntu3 Python | 3.8.2 ##...
defect
python deprecationwarning when running arcstat with interval system information type version name distribution name ubuntu distribution version linux kernel generic architecture zfs version spl version python describe the probl...
1
526,357
15,286,988,340
IssuesEvent
2021-02-23 15:17:33
carbon-design-system/carbon-for-ibm-dotcom
https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom
closed
React: Language selector - dropdown not identified on JAWS shortcut keys
Airtable Done Feature request accessibilty dev package: react priority: medium
## Detailed description On JAWS FF Issue: This dropdown is not identified by JAWS quick navigation keys but functions correctly via tab focus. Since it is not blocking functionality and still accessible, @Praveen-sr and Ram have agreed it can wait until the next release and lowering the severity. This only pertai...
1.0
React: Language selector - dropdown not identified on JAWS shortcut keys - ## Detailed description On JAWS FF Issue: This dropdown is not identified by JAWS quick navigation keys but functions correctly via tab focus. Since it is not blocking functionality and still accessible, @Praveen-sr and Ram have agreed it ...
non_defect
react language selector dropdown not identified on jaws shortcut keys detailed description on jaws ff issue this dropdown is not identified by jaws quick navigation keys but functions correctly via tab focus since it is not blocking functionality and still accessible praveen sr and ram have agreed it ...
0
22,251
3,619,270,005
IssuesEvent
2016-02-08 15:26:06
pavva94/snake-os
https://api.github.com/repos/pavva94/snake-os
closed
-
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `glynndr...@gmail.com` on 30 Jan 2015 ...
1.0
- - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `glynndr...@gmail.com` on 30 Jan 2...
defect
what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by glynndr gmail com on jan ...
1
29,319
5,651,546,879
IssuesEvent
2017-04-08 05:40:06
zealdocs/zeal
https://api.github.com/repos/zealdocs/zeal
closed
Double clicking on some of the Scala docset's Hierarchy sections makes Zeal crashed
Component: Web View Resolution: Upstream Problem Type: Defect
Some pages of the Scala docset contain sections called `Content Hierarchy` or `Type Hierarchy`. Below is the `Type Hierarchy` section of `CanBuildFrom` `trait`: ![selection_005](https://cloud.githubusercontent.com/assets/1244181/14113658/8020e1ee-f606-11e5-9d45-84f1be54c84d.png) If the diagram is too large, it allow...
1.0
Double clicking on some of the Scala docset's Hierarchy sections makes Zeal crashed - Some pages of the Scala docset contain sections called `Content Hierarchy` or `Type Hierarchy`. Below is the `Type Hierarchy` section of `CanBuildFrom` `trait`: ![selection_005](https://cloud.githubusercontent.com/assets/1244181/141...
defect
double clicking on some of the scala docset s hierarchy sections makes zeal crashed some pages of the scala docset contain sections called content hierarchy or type hierarchy below is the type hierarchy section of canbuildfrom trait if the diagram is too large it allows us to zoom in the details ...
1
232,687
25,603,477,114
IssuesEvent
2022-12-01 22:33:47
amplify-education/tmp_SAST_eval_skf-labs
https://api.github.com/repos/amplify-education/tmp_SAST_eval_skf-labs
opened
ejs-3.1.6.tgz: 2 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-3.1.6.tgz</b></p></summary> <p>Embedded JavaScript templates</p> <p>Library home page: <a href="https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz">https://registry.n...
True
ejs-3.1.6.tgz: 2 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-3.1.6.tgz</b></p></summary> <p>Embedded JavaScript templates</p> <p>Library home page: <a href="http...
non_defect
ejs tgz vulnerabilities highest severity is vulnerable library ejs tgz embedded javascript templates library home page a href found in head commit a href vulnerabilities cve severity cvss dependency type fixed in ejs version remediation availab...
0
155,772
24,515,702,610
IssuesEvent
2022-10-11 04:41:24
hackforla/UI-UX
https://api.github.com/repos/hackforla/UI-UX
closed
Create a Guide/Template: Favicons
documentation Guide: Research Guide: Gather Examples role: UI Design feature: guide creation
### Overview We need to create a guide for creating favicons so that teams can create unique favicons for their projects. ### Action Items - [ ] Gather examples of how other projects or volunteers have done this (if applicable), adding each example as a link in the resources section below - [ ] Once done, remo...
1.0
Create a Guide/Template: Favicons - ### Overview We need to create a guide for creating favicons so that teams can create unique favicons for their projects. ### Action Items - [ ] Gather examples of how other projects or volunteers have done this (if applicable), adding each example as a link in the resources sec...
non_defect
create a guide template favicons overview we need to create a guide for creating favicons so that teams can create unique favicons for their projects action items gather examples of how other projects or volunteers have done this if applicable adding each example as a link in the resources secti...
0
148,818
19,552,503,753
IssuesEvent
2022-01-03 01:03:12
artsking/linux-5.12.9
https://api.github.com/repos/artsking/linux-5.12.9
opened
WS-2021-0440 (Medium) detected in linux-yocto-devv5.12.14
security vulnerability
## WS-2021-0440 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.12.14</b></p></summary> <p> <p>Linux Embedded Kernel - tracks the next mainline release</p> <p>Libra...
True
WS-2021-0440 (Medium) detected in linux-yocto-devv5.12.14 - ## WS-2021-0440 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.12.14</b></p></summary> <p> <p>Linux Emb...
non_defect
ws medium detected in linux yocto ws medium severity vulnerability vulnerable library linux yocto linux embedded kernel tracks the next mainline release library home page a href found in base branch master vulnerable source files driver...
0
109,006
11,621,341,486
IssuesEvent
2020-02-27 02:36:07
AllenCellModeling/cookiecutter-stepworkflow
https://api.github.com/repos/AllenCellModeling/cookiecutter-stepworkflow
closed
Add back documentation generation and changelog
documentation enhancement
Add back documentation as it is valuable especially as a free addition to pushes to master.
1.0
Add back documentation generation and changelog - Add back documentation as it is valuable especially as a free addition to pushes to master.
non_defect
add back documentation generation and changelog add back documentation as it is valuable especially as a free addition to pushes to master
0
60,438
17,023,425,385
IssuesEvent
2021-07-03 01:58:02
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
compile error on windows
Component: merkaartor Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 6.53pm, Monday, 15th June 2009]** A svn build under windows failed, if the variable for TRANSDIR_SYSTEM is set: TRANSDIR_SYSTEM=translations ```MainWindow.cpp:2579: error: `translations' undeclared (first use this function)``` There are some STRINGIFY's miss...
1.0
compile error on windows - **[Submitted to the original trac issue database at 6.53pm, Monday, 15th June 2009]** A svn build under windows failed, if the variable for TRANSDIR_SYSTEM is set: TRANSDIR_SYSTEM=translations ```MainWindow.cpp:2579: error: `translations' undeclared (first use this function)``` Ther...
defect
compile error on windows a svn build under windows failed if the variable for transdir system is set transdir system translations mainwindow cpp error translations undeclared first use this function there are some stringify s missing the appended patch file fixed this problem
1
12,468
5,200,358,215
IssuesEvent
2017-01-23 23:36:04
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Importing Gtk before tensorflow causes crash
type:build/install
### Environment info Ubuntu 16.04 `uname -a Linux p900 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux` Installed version of CUDA and cuDNN: Cuda compilation tools release 7.5, V7.5.17 and CUDNN is v 4 `ls -l /usr/local/cuda-7.5/lib/libcud* -rw-r--r-- 1 root root 189170 J...
1.0
Importing Gtk before tensorflow causes crash - ### Environment info Ubuntu 16.04 `uname -a Linux p900 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux` Installed version of CUDA and cuDNN: Cuda compilation tools release 7.5, V7.5.17 and CUDNN is v 4 `ls -l /usr/local/cuda-...
non_defect
importing gtk before tensorflow causes crash environment info ubuntu uname a linux generic ubuntu smp thu may utc gnu linux installed version of cuda and cudnn cuda compilation tools release and cudnn is v ls l usr local cuda lib libcud rw r r ...
0
19,591
3,227,377,878
IssuesEvent
2015-10-11 04:54:58
chgagne/beagle
https://api.github.com/repos/chgagne/beagle
closed
Build errors
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? When building I get the following errors: OpenBEAGLE-4.0.0-alpha2-Source/src/beagle/RouletteT.hpp:89:3: error: use of undeclared identifier 'push_back' push_back(std::make_pair(inWeight,inValue)); OpenBEAGLE-4.0.0-alpha2-Source/src/beagle/ReplacementStr...
1.0
Build errors - ``` What steps will reproduce the problem? When building I get the following errors: OpenBEAGLE-4.0.0-alpha2-Source/src/beagle/RouletteT.hpp:89:3: error: use of undeclared identifier 'push_back' push_back(std::make_pair(inWeight,inValue)); OpenBEAGLE-4.0.0-alpha2-Source/src/beagle...
defect
build errors what steps will reproduce the problem when building i get the following errors openbeagle source src beagle roulettet hpp error use of undeclared identifier push back push back std make pair inweight invalue openbeagle source src beagle replacemen...
1
11,459
2,651,811,388
IssuesEvent
2015-03-16 14:07:56
UNH-OE/tow-tank
https://api.github.com/repos/UNH-OE/tow-tank
closed
Beach gantry wheel(s) cracked
defect
At least one of these is cracked--see below. See #13 for some ideas for improving the system. ![image](https://cloud.githubusercontent.com/assets/4604869/5795285/7affbcca-9f5a-11e4-9848-cc1af9d846e3.png)
1.0
Beach gantry wheel(s) cracked - At least one of these is cracked--see below. See #13 for some ideas for improving the system. ![image](https://cloud.githubusercontent.com/assets/4604869/5795285/7affbcca-9f5a-11e4-9848-cc1af9d846e3.png)
defect
beach gantry wheel s cracked at least one of these is cracked see below see for some ideas for improving the system
1
28,611
5,310,515,212
IssuesEvent
2017-02-12 20:43:32
AsyncHttpClient/async-http-client
https://api.github.com/repos/AsyncHttpClient/async-http-client
opened
Clean up Realm API
Defect
DSL shouldn't let one fill unrelated properties (ex: nonce for BASIC auth). We probably should have one implementation per auth scheme.
1.0
Clean up Realm API - DSL shouldn't let one fill unrelated properties (ex: nonce for BASIC auth). We probably should have one implementation per auth scheme.
defect
clean up realm api dsl shouldn t let one fill unrelated properties ex nonce for basic auth we probably should have one implementation per auth scheme
1
113,110
11,788,623,521
IssuesEvent
2020-03-17 15:51:00
zerobase-io/zerobase_firebase_functions
https://api.github.com/repos/zerobase-io/zerobase_firebase_functions
opened
REST Correctness
documentation good first issue
The REST endpoint (POST /exposures) was slapped together quickly by someone who lacks Express experience, and boy does that show! :) This issue involves finishing all the little bits of the endpoint that I didn't get to in the spike (media types, OpenAPI docs, returning the API from the root path, whatever is standard ...
1.0
REST Correctness - The REST endpoint (POST /exposures) was slapped together quickly by someone who lacks Express experience, and boy does that show! :) This issue involves finishing all the little bits of the endpoint that I didn't get to in the spike (media types, OpenAPI docs, returning the API from the root path, wh...
non_defect
rest correctness the rest endpoint post exposures was slapped together quickly by someone who lacks express experience and boy does that show this issue involves finishing all the little bits of the endpoint that i didn t get to in the spike media types openapi docs returning the api from the root path wh...
0
78,450
27,528,149,460
IssuesEvent
2023-03-06 19:44:39
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
<Defect summary>
Defect Needs refining
## Describe the defect The `/admin/content` route in the CMS is accessible without having to be logged in ## To Reproduce Steps to reproduce the behavior: 1. Go to [The CMS login page](https://prod.cms.va.gov/) 2. Confirm you are not logged into the CMS 3. Go to https://prod.cms.va.gov/admin/content 4. Confirm...
1.0
<Defect summary> - ## Describe the defect The `/admin/content` route in the CMS is accessible without having to be logged in ## To Reproduce Steps to reproduce the behavior: 1. Go to [The CMS login page](https://prod.cms.va.gov/) 2. Confirm you are not logged into the CMS 3. Go to https://prod.cms.va.gov/admin/...
defect
describe the defect the admin content route in the cms is accessible without having to be logged in to reproduce steps to reproduce the behavior go to confirm you are not logged into the cms go to confirm you are seeing the content list view and you can also access content audit...
1
81,237
10,113,686,948
IssuesEvent
2019-07-30 17:20:19
Steemhunt/reviewhunt-web
https://api.github.com/repos/Steemhunt/reviewhunt-web
closed
Finished Campaigns
bug design high-priority
Zeplin: `Upcoming and Finished` ![Screenshot 2019-07-27 20 24 21](https://user-images.githubusercontent.com/15100667/61998798-5f86a080-b0ad-11e9-9072-b73a8a172e73.png) Within the campaign view: (Zeplin: `Campaign Finished`) 1) Top button ![Screenshot 2019-07-27 20 31 25](https://user-images.githubusercontent...
1.0
Finished Campaigns - Zeplin: `Upcoming and Finished` ![Screenshot 2019-07-27 20 24 21](https://user-images.githubusercontent.com/15100667/61998798-5f86a080-b0ad-11e9-9072-b73a8a172e73.png) Within the campaign view: (Zeplin: `Campaign Finished`) 1) Top button ![Screenshot 2019-07-27 20 31 25](https://user-ima...
non_defect
finished campaigns zeplin upcoming and finished within the campaign view zeplin campaign finished top button percentage bar bottom button
0
8,509
2,611,515,557
IssuesEvent
2015-02-27 05:50:57
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Theme desync on generated maps
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. In online game choose generated maps. 1. Click on map preview to generate a new map and theme. 2. Start the game. What is the expected output? What do you see instead? All players in the room should see the same theme but they don't. It causes desync. What version of the...
1.0
Theme desync on generated maps - ``` What steps will reproduce the problem? 1. In online game choose generated maps. 1. Click on map preview to generate a new map and theme. 2. Start the game. What is the expected output? What do you see instead? All players in the room should see the same theme but they don't. It cau...
defect
theme desync on generated maps what steps will reproduce the problem in online game choose generated maps click on map preview to generate a new map and theme start the game what is the expected output what do you see instead all players in the room should see the same theme but they don t it cau...
1
159,432
13,764,288,775
IssuesEvent
2020-10-07 11:51:23
smaranjitghose/img_ai_app_boilerplate
https://api.github.com/repos/smaranjitghose/img_ai_app_boilerplate
opened
Technical Documentation Website
documentation hacktoberfest-accepted slop2020
# Requirements: - [ ] Home Page: - [ ] Information about Project - [ ] Open Source : - [ ] Programs we are a part of: info about SLOP - [ ] Contribution Guide - [ ] Code of Conduct - [ ] License - [ ] Team - [ ] Project Maintainer - [ ] Project Contributor - [ ] Get...
1.0
Technical Documentation Website - # Requirements: - [ ] Home Page: - [ ] Information about Project - [ ] Open Source : - [ ] Programs we are a part of: info about SLOP - [ ] Contribution Guide - [ ] Code of Conduct - [ ] License - [ ] Team - [ ] Project Maintainer - ...
non_defect
technical documentation website requirements home page information about project open source programs we are a part of info about slop contribution guide code of conduct license team project maintainer project contribu...
0
162,371
25,525,988,544
IssuesEvent
2022-11-29 02:20:10
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
opened
[Task]: Move dependencies list in design-system to devDependencies and then add them to peer.
Design System Pod Task
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks <img width="462" alt="Screenshot 2022-11-29 at 9 19 39 AM" src="https://user-images.githubusercontent.com/13763558/204422731-0d5efb39-b23b-4cbc-b95e-5fdb13e337c6.png">
1.0
[Task]: Move dependencies list in design-system to devDependencies and then add them to peer. - ### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks <img width="462" alt="Screenshot 2022-11-29 at 9 19 39 AM" src="https://user-images.githubusercontent.com/13763558/204422731-...
non_defect
move dependencies list in design system to devdependencies and then add them to peer is there an existing issue for this i have searched the existing issues subtasks img width alt screenshot at am src
0
263,982
23,094,350,743
IssuesEvent
2022-07-26 17:59:51
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Add tests for Console's text input
Feature:Console Feature:Dev Tools Team:Deployment Management test-coverage
## Summary Console supports different methods of interpreting and loading text input into the request pane. I haven't audited the codebase to see if any of this is tested, so we should do that first to assess what kind of gaps we have in coverage. Let's add functional tests to document and verify this behavior in Co...
1.0
Add tests for Console's text input - ## Summary Console supports different methods of interpreting and loading text input into the request pane. I haven't audited the codebase to see if any of this is tested, so we should do that first to assess what kind of gaps we have in coverage. Let's add functional tests to do...
non_defect
add tests for console s text input summary console supports different methods of interpreting and loading text input into the request pane i haven t audited the codebase to see if any of this is tested so we should do that first to assess what kind of gaps we have in coverage let s add functional tests to do...
0
93,987
19,425,767,672
IssuesEvent
2021-12-21 05:09:04
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
`Document This` code action is not shown for annotation declarations
Type/Bug Team/LanguageServer Area/CodeAction
**Description:** Write an annotation like: ```ballerina public const annotation Data MyAnnot on source worker, source var; ``` and move your cursor over it. `Document This` code action is not suggested. **Steps to reproduce:** See description **Affected Versions:** SL Beta6
1.0
`Document This` code action is not shown for annotation declarations - **Description:** Write an annotation like: ```ballerina public const annotation Data MyAnnot on source worker, source var; ``` and move your cursor over it. `Document This` code action is not suggested. **Steps to reproduce:** See descripti...
non_defect
document this code action is not shown for annotation declarations description write an annotation like ballerina public const annotation data myannot on source worker source var and move your cursor over it document this code action is not suggested steps to reproduce see descripti...
0
120,243
25,764,383,803
IssuesEvent
2022-12-08 23:58:19
WordPress/openverse-api
https://api.github.com/repos/WordPress/openverse-api
opened
`attribution` is sometimes null
🟨 priority: medium 🛠 goal: fix 💻 aspect: code
## Description <!-- Concisely describe the bug. Compare your experience with what you expected to happen. --> <!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." --> Example where it is not null: https://api.openverse.engineering/v1/images/0aff3595-8168-44...
1.0
`attribution` is sometimes null - ## Description <!-- Concisely describe the bug. Compare your experience with what you expected to happen. --> <!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." --> Example where it is not null: https://api.openverse.engi...
non_defect
attribution is sometimes null description example where it is not null example where it is null reproduction see the link above unsure what the cause is additional context discovered by zackkrida and krysal in make slack here requires a free account from to access...
0
228,319
25,184,272,640
IssuesEvent
2022-11-11 16:23:12
hapifhir/hapi-fhir
https://api.github.com/repos/hapifhir/hapi-fhir
opened
CVE-2022-3509 (High) detected in protobuf-java-3.19.4.jar
security vulnerability
## CVE-2022-3509 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-3.19.4.jar</b></p></summary> <p>Core Protocol Buffers library. Protocol Buffers are a way of encoding str...
True
CVE-2022-3509 (High) detected in protobuf-java-3.19.4.jar - ## CVE-2022-3509 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-3.19.4.jar</b></p></summary> <p>Core Protocol...
non_defect
cve high detected in protobuf java jar cve high severity vulnerability vulnerable library protobuf java jar core protocol buffers library protocol buffers are a way of encoding structured data in an efficient yet extensible format library home page a href path to d...
0
63,435
6,847,012,221
IssuesEvent
2017-11-13 14:09:49
material-components/material-components-ios
https://api.github.com/repos/material-components/material-components-ios
opened
[BottomSheet] Implement unit test verifying gesture recognizer cancellation behavior
where:BottomSheet where:Testing
From @romoore: > I think it would be a good improvement to provide a unit test for the cancellation behavior. The test should ensure that this behavior will call touchesCancelled:withEvent:.
1.0
[BottomSheet] Implement unit test verifying gesture recognizer cancellation behavior - From @romoore: > I think it would be a good improvement to provide a unit test for the cancellation behavior. The test should ensure that this behavior will call touchesCancelled:withEvent:.
non_defect
implement unit test verifying gesture recognizer cancellation behavior from romoore i think it would be a good improvement to provide a unit test for the cancellation behavior the test should ensure that this behavior will call touchescancelled withevent
0
99,927
11,167,602,209
IssuesEvent
2019-12-27 17:51:14
vtex-apps/io-documentation
https://api.github.com/repos/vtex-apps/io-documentation
closed
vtex-apps/audara has no documentation yet
no-documentation
[vtex-apps/audara](https://github.com/vtex-apps/audara) hasn't created any README file yet or is not using Docs Builder
1.0
vtex-apps/audara has no documentation yet - [vtex-apps/audara](https://github.com/vtex-apps/audara) hasn't created any README file yet or is not using Docs Builder
non_defect
vtex apps audara has no documentation yet hasn t created any readme file yet or is not using docs builder
0
3,772
2,610,068,646
IssuesEvent
2015-02-26 18:20:10
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥检查前列腺炎价格
auto-migrated Priority-Medium Type-Defect
``` 路桥检查前列腺炎价格【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专...
1.0
路桥检查前列腺炎价格 - ``` 路桥检查前列腺炎价格【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医...
defect
路桥检查前列腺炎价格 路桥检查前列腺炎价格【台州五洲生殖医院】 热线 微信号tzwzszyy 医院地址 台州市 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original i...
1
19,826
3,264,700,373
IssuesEvent
2015-10-22 13:14:36
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
reopened
[TEST-FAILURE] MapLoaderTest.testMapCanBeLoaded_whenLoadAllKeysThrowsExceptionFirstTime
Team: Core Type: Defect
https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-OpenJDK7/558/artifact/hazelcast/target/surefire-reports/com.hazelcast.map.mapstore.MapLoaderTest-output.txt It is weird that it tries to connect Man Center ``` http://127.0.0.1:8090/mancenter 04:24:25,085 DEBUG [ManagementCenterService] hz._hzInstance_26...
1.0
[TEST-FAILURE] MapLoaderTest.testMapCanBeLoaded_whenLoadAllKeysThrowsExceptionFirstTime - https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-OpenJDK7/558/artifact/hazelcast/target/surefire-reports/com.hazelcast.map.mapstore.MapLoaderTest-output.txt It is weird that it tries to connect Man Center ``` http:...
defect
maploadertest testmapcanbeloaded whenloadallkeysthrowsexceptionfirsttime it is weird that it tries to connect man center debug hz hzinstance dev mc state sender opening collector connection debug hz hzinstance dev mc task poller opening gettask connec...
1
30,658
6,218,333,097
IssuesEvent
2017-07-09 00:13:20
archon810/androidpolice-public
https://api.github.com/repos/archon810/androidpolice-public
closed
Search icon out of place
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open the page What is the expected output? What do you see instead? Search icon is out of place What operating system are you on? Latest version of OSX Yosemite What is your browser and its version? Lastest version of Safari ``` Original issue reported on code.googl...
1.0
Search icon out of place - ``` What steps will reproduce the problem? 1. Open the page What is the expected output? What do you see instead? Search icon is out of place What operating system are you on? Latest version of OSX Yosemite What is your browser and its version? Lastest version of Safari ``` Original i...
defect
search icon out of place what steps will reproduce the problem open the page what is the expected output what do you see instead search icon is out of place what operating system are you on latest version of osx yosemite what is your browser and its version lastest version of safari original i...
1
50,630
6,416,883,343
IssuesEvent
2017-08-08 15:37:50
gitpoint/git-point
https://api.github.com/repos/gitpoint/git-point
closed
Non-aligned text on the home screen
design discussion enhancement
- It would be great if the text is aligned as shown below in the image. - The all of a sudden bulging text on the left looks odd & messy creating a bad experience. - Aligning the text as shown would make it look neat & even. ![gpi](https://user-images.githubusercontent.com/11228182/28995796-451a7242-7a10-11e7-9d2c...
1.0
Non-aligned text on the home screen - - It would be great if the text is aligned as shown below in the image. - The all of a sudden bulging text on the left looks odd & messy creating a bad experience. - Aligning the text as shown would make it look neat & even. ![gpi](https://user-images.githubusercontent.com/112...
non_defect
non aligned text on the home screen it would be great if the text is aligned as shown below in the image the all of a sudden bulging text on the left looks odd messy creating a bad experience aligning the text as shown would make it look neat even ps please ignore the editing did that on m...
0
73,311
24,557,656,500
IssuesEvent
2022-10-12 17:14:30
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Incompatible browser warning page doesn't scroll on tiny browser windows
T-Defect S-Tolerable O-Uncommon
### Steps to reproduce 1. Have an incompatible browser (access webpack over the network on http) 2. Try to open Element 3. "Incompatible browser" warning (expected) 4. Can't scroll down to accept button In my case, I created the incompatible browser by having a Windows VM on my dev machine with my dev machine ru...
1.0
Incompatible browser warning page doesn't scroll on tiny browser windows - ### Steps to reproduce 1. Have an incompatible browser (access webpack over the network on http) 2. Try to open Element 3. "Incompatible browser" warning (expected) 4. Can't scroll down to accept button In my case, I created the incompati...
defect
incompatible browser warning page doesn t scroll on tiny browser windows steps to reproduce have an incompatible browser access webpack over the network on http try to open element incompatible browser warning expected can t scroll down to accept button in my case i created the incompati...
1
15,419
2,852,602,751
IssuesEvent
2015-06-01 14:28:08
pmaupin/pdfrw
https://api.github.com/repos/pmaupin/pdfrw
closed
code.google.com usage
auto-migrated Priority-Medium Type-Defect
``` Service code.google.com is closing. Do you have plans to migrate pdfrw to somewhere? ``` Original issue reported on code.google.com by `he...@nerv.fi` on 17 Mar 2015 at 10:31
1.0
code.google.com usage - ``` Service code.google.com is closing. Do you have plans to migrate pdfrw to somewhere? ``` Original issue reported on code.google.com by `he...@nerv.fi` on 17 Mar 2015 at 10:31
defect
code google com usage service code google com is closing do you have plans to migrate pdfrw to somewhere original issue reported on code google com by he nerv fi on mar at
1
286,178
21,565,774,689
IssuesEvent
2022-05-01 20:54:51
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
closed
Stripe product loses synchronised status when products are deleted/ restored with WC Payments deactivated
type: bug priority: low type: documentation component: wcpay subscriptions category: core
### Describe the bug By deactivating and reactivating WooCommerce Payments while deleting trashing or restoring a subscription (core) product it's possible for the `active` status on Stripe to become out of sync which prevents customers from being able to purchase that product. ### To Reproduce 1. Create a simpl...
1.0
Stripe product loses synchronised status when products are deleted/ restored with WC Payments deactivated - ### Describe the bug By deactivating and reactivating WooCommerce Payments while deleting trashing or restoring a subscription (core) product it's possible for the `active` status on Stripe to become out of sync...
non_defect
stripe product loses synchronised status when products are deleted restored with wc payments deactivated describe the bug by deactivating and reactivating woocommerce payments while deleting trashing or restoring a subscription core product it s possible for the active status on stripe to become out of sync...
0
39,266
9,366,589,661
IssuesEvent
2019-04-03 01:30:53
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
closed
nucleic acid analysis 2-hydroxyl dihedral bug
Component-Analysis Difficulty-easy defect testing
mdanalysis/package/MDAnalysis/analysis/nuclinfo.py expected dihedral C1' - C2' - O2' - H2' https://github.com/MDAnalysis/mdanalysis/blob/94288667302c6d54321f0237e39804f69781867d/package/MDAnalysis/analysis/nuclinfo.py#L710 the code has C1' - C2' - O2' - H2'' wrong hydrogen atom name
1.0
nucleic acid analysis 2-hydroxyl dihedral bug - mdanalysis/package/MDAnalysis/analysis/nuclinfo.py expected dihedral C1' - C2' - O2' - H2' https://github.com/MDAnalysis/mdanalysis/blob/94288667302c6d54321f0237e39804f69781867d/package/MDAnalysis/analysis/nuclinfo.py#L710 the code has C1' - C2' - O2' - H...
defect
nucleic acid analysis hydroxyl dihedral bug mdanalysis package mdanalysis analysis nuclinfo py expected dihedral the code has wrong hydrogen atom name
1
72,974
24,392,127,868
IssuesEvent
2022-10-04 16:00:22
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
User DM notification badge shows up under "rooms" in an unrelated space
T-Defect S-Major A-Notifications Z-Rageshake A-Spaces O-Uncommon
### Steps to reproduce (Unknown, will send rageshake instead) ### Outcome #### What did you expect? User DM notification badges to stay under "home". #### What happened instead? ![image](https://user-images.githubusercontent.com/22740616/144494990-26c136d2-55b5-457e-aae7-43953a2c344e.png) ![image](https://...
1.0
User DM notification badge shows up under "rooms" in an unrelated space - ### Steps to reproduce (Unknown, will send rageshake instead) ### Outcome #### What did you expect? User DM notification badges to stay under "home". #### What happened instead? ![image](https://user-images.githubusercontent.com/22740...
defect
user dm notification badge shows up under rooms in an unrelated space steps to reproduce unknown will send rageshake instead outcome what did you expect user dm notification badges to stay under home what happened instead operating system popos linux ...
1
77,880
27,213,298,871
IssuesEvent
2023-02-20 18:36:42
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Key backup fails silently
T-Defect
### Steps to reproduce Expectation/thoughts are in the headers, the raw facts are in the numbered lists. ### The story, part 1: Upon logout attempt, I get warned on losing message access and attempt to turn on backup. 1. Started a DM, encryption is automatically turned on and cannot be turned off. 2. Clicked o...
1.0
Key backup fails silently - ### Steps to reproduce Expectation/thoughts are in the headers, the raw facts are in the numbered lists. ### The story, part 1: Upon logout attempt, I get warned on losing message access and attempt to turn on backup. 1. Started a DM, encryption is automatically turned on and cannot ...
defect
key backup fails silently steps to reproduce expectation thoughts are in the headers the raw facts are in the numbered lists the story part upon logout attempt i get warned on losing message access and attempt to turn on backup started a dm encryption is automatically turned on and cannot ...
1
58,257
16,452,860,710
IssuesEvent
2021-05-21 08:29:24
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Labs spinner can lock up and not animate
T-Defect
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the neces...
1.0
Labs spinner can lock up and not animate - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information,...
defect
labs spinner can lock up and not animate this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remov...
1
19,215
3,154,890,300
IssuesEvent
2015-09-17 03:55:01
SeungYeonYou/jquery-tubeground
https://api.github.com/repos/SeungYeonYou/jquery-tubeground
closed
Mute:true not working in google chrome
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. setting mute:true in plugin options What is the expected output? What do you see instead? In Google Chrome it reproduces audio although i set "mute:true" in options array. What version of the product are you using? On what operating system? Windows 7. Release 1.0.1 ``` ...
1.0
Mute:true not working in google chrome - ``` What steps will reproduce the problem? 1. setting mute:true in plugin options What is the expected output? What do you see instead? In Google Chrome it reproduces audio although i set "mute:true" in options array. What version of the product are you using? On what operati...
defect
mute true not working in google chrome what steps will reproduce the problem setting mute true in plugin options what is the expected output what do you see instead in google chrome it reproduces audio although i set mute true in options array what version of the product are you using on what operati...
1
247,426
18,857,747,276
IssuesEvent
2021-11-12 08:59:06
junghon3709/pe
https://api.github.com/repos/junghon3709/pe
opened
Tag names must be alphanumeric not mentioned in the UG
type.DocumentationBug severity.Low
When executing `add n/Alex Yeoh p/87438807 t/frie?nds fb/alex.yeoh ig/alex.yeoh tele/alyeoh tiktok/alex.yeoh date/birthday:2000-01-01:yearly`, the error message is as such: ![1.png](https://raw.githubusercontent.com/junghon3709/pe/main/files/871d7202-f1af-443f-8f49-165914fdec56.png) Yet, I could not find any mention ...
1.0
Tag names must be alphanumeric not mentioned in the UG - When executing `add n/Alex Yeoh p/87438807 t/frie?nds fb/alex.yeoh ig/alex.yeoh tele/alyeoh tiktok/alex.yeoh date/birthday:2000-01-01:yearly`, the error message is as such: ![1.png](https://raw.githubusercontent.com/junghon3709/pe/main/files/871d7202-f1af-443f-8...
non_defect
tag names must be alphanumeric not mentioned in the ug when executing add n alex yeoh p t frie nds fb alex yeoh ig alex yeoh tele alyeoh tiktok alex yeoh date birthday yearly the error message is as such yet i could not find any mention of this in the ug
0
16,944
23,324,496,293
IssuesEvent
2022-08-08 19:42:39
BartoszCichecki/LenovoLegionToolkit
https://api.github.com/repos/BartoszCichecki/LenovoLegionToolkit
closed
Lenovo Thinkbook 14p G3 ARH (21EJ)
compatibility
**First and foremost** Did you read the whole README? Yes **Environment (please complete the following information):** - OS: Windows 11 22H2 build 22621.169 - Laptop model: Thinkbook 14p G3 ARH (21EJ) - .NET version: 4.8.09032 - Do you have Vantage installed? Yes **List of features that are working as ex...
True
Lenovo Thinkbook 14p G3 ARH (21EJ) - **First and foremost** Did you read the whole README? Yes **Environment (please complete the following information):** - OS: Windows 11 22H2 build 22621.169 - Laptop model: Thinkbook 14p G3 ARH (21EJ) - .NET version: 4.8.09032 - Do you have Vantage installed? Yes **Li...
non_defect
lenovo thinkbook arh first and foremost did you read the whole readme yes environment please complete the following information os windows build laptop model thinkbook arh net version do you have vantage installed yes list of features that are wo...
0
23,532
6,437,958,156
IssuesEvent
2017-08-11 01:33:52
CUAHSI/HydroDesktop
https://api.github.com/repos/CUAHSI/HydroDesktop
opened
DotSpatial Tools, IDW error
CodePlex
<b>twhitvine[CodePlex]</b> <br />Clicked OK to run IDW tool from DotSpatial Tools and got this error. System.InvalidOperationException: Cross thread operation detected. To suppress this exception, set DevExpress.Data.CurrencyDataController.DisableThreadingProblemsDetection = true at DevExpress.Data.CurrencyDataC...
1.0
DotSpatial Tools, IDW error - <b>twhitvine[CodePlex]</b> <br />Clicked OK to run IDW tool from DotSpatial Tools and got this error. System.InvalidOperationException: Cross thread operation detected. To suppress this exception, set DevExpress.Data.CurrencyDataController.DisableThreadingProblemsDetection = true at...
non_defect
dotspatial tools idw error twhitvine clicked ok to run idw tool from dotspatial tools and got this error system invalidoperationexception cross thread operation detected to suppress this exception set devexpress data currencydatacontroller disablethreadingproblemsdetection true at devexpress data cu...
0
27,170
4,286,282,006
IssuesEvent
2016-07-16 01:34:47
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
opened
Manual test for for macOS 0.11.1 Beta1
macOS-only tests
## Installer 1. [ ] Check that installer is close to the size of last release. 2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properies, go to the Digital Signatures tab and double clic...
1.0
Manual test for for macOS 0.11.1 Beta1 - ## Installer 1. [ ] Check that installer is close to the size of last release. 2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properies, go to t...
non_defect
manual test for for macos installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave app and make sure it returns accepted if windows right click on the installer exe and go to properies go to the digita...
0
108,268
9,299,464,934
IssuesEvent
2019-03-23 03:36:07
poikilos/EnlivenMinetest
https://api.github.com/repos/poikilos/EnlivenMinetest
opened
compassgps: Crashes Server Upon Use, for Some Players Only
2016-2018 unconfirmed on minetest.org Bucket_Game bug
see [yelby](https://github.com/poikilos/EnlivenMinetest/blob/master/etc/debugging/yelby) in etc/debugging - apparent fix: wrap sorting in "if player~=nil then...end" in mods/compassgps/init.lua to avoid (see below) ```Lua function compassgps.sort_by_distance(table,a,b,player) --print("sort_by_distance a="..compas...
1.0
compassgps: Crashes Server Upon Use, for Some Players Only - see [yelby](https://github.com/poikilos/EnlivenMinetest/blob/master/etc/debugging/yelby) in etc/debugging - apparent fix: wrap sorting in "if player~=nil then...end" in mods/compassgps/init.lua to avoid (see below) ```Lua function compassgps.sort_by_distan...
non_defect
compassgps crashes server upon use for some players only see in etc debugging apparent fix wrap sorting in if player nil then end in mods compassgps init lua to avoid see below lua function compassgps sort by distance table a b player print sort by distance a compassgps pos to string t...
0
175,122
13,535,721,959
IssuesEvent
2020-09-16 08:00:57
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Table content disappeared after reopening saved post draft
Needs Testing [Block] HTML [Feature] Saving
**Describe the bug** Tables with formatted text in HTML block had all their text disappeared when reopening saved post draft **To Reproduce** Steps to reproduce the behavior: 1. Create an HTML block. 2. Insert a table as follows (which Gutenberg accepts): <table class="wp-block-table"><tbody><tr><td><span sty...
1.0
Table content disappeared after reopening saved post draft - **Describe the bug** Tables with formatted text in HTML block had all their text disappeared when reopening saved post draft **To Reproduce** Steps to reproduce the behavior: 1. Create an HTML block. 2. Insert a table as follows (which Gutenberg acce...
non_defect
table content disappeared after reopening saved post draft describe the bug tables with formatted text in html block had all their text disappeared when reopening saved post draft to reproduce steps to reproduce the behavior create an html block insert a table as follows which gutenberg acce...
0
235,258
25,920,543,726
IssuesEvent
2022-12-15 21:29:52
Uquinix/uqc
https://api.github.com/repos/Uquinix/uqc
closed
ncursesncurses-6.3: 1 vulnerabilities (highest severity is: 6.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ncursesncurses-6.3</b></p></summary> <p> <p>Gnu Distributions</p> <p>Library home page: <a href=https://ftp.gnu.org/gnu/ncurses?wsslib=ncurses>https://ftp.gnu.org/gnu...
True
ncursesncurses-6.3: 1 vulnerabilities (highest severity is: 6.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ncursesncurses-6.3</b></p></summary> <p> <p>Gnu Distributions</p> <p>Library home page: <a href=htt...
non_defect
ncursesncurses vulnerabilities highest severity is vulnerable library ncursesncurses gnu distributions library home page a href found in head commit a href vulnerable source files contrib ncurses ncurses tinfo name match c contrib ncurses nc...
0
11,968
2,672,590,349
IssuesEvent
2015-03-24 14:59:08
rocky/go-gnureadline
https://api.github.com/repos/rocky/go-gnureadline
closed
doesn't build with go1.4
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. go build code.google.com/p/go-gnureadline 2. 3. What is the expected output? expect a clean build What do you see instead? # code.google.com/p/go-gnureadline ../../../code.google.com/p/go-gnureadline/readline.go:45:29: expected ')', found 'IDENT' add_history ../../../cod...
1.0
doesn't build with go1.4 - ``` What steps will reproduce the problem? 1. go build code.google.com/p/go-gnureadline 2. 3. What is the expected output? expect a clean build What do you see instead? # code.google.com/p/go-gnureadline ../../../code.google.com/p/go-gnureadline/readline.go:45:29: expected ')', found 'IDEN...
defect
doesn t build with what steps will reproduce the problem go build code google com p go gnureadline what is the expected output expect a clean build what do you see instead code google com p go gnureadline code google com p go gnureadline readline go expected found ident a...
1
29,759
5,873,103,484
IssuesEvent
2017-05-15 13:18:27
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
ColumnToggler doesn't work if parent is invisible
defect invalid
p:columnToggler inside p:accordionPanel, p:tabView or p:wizard doesn't work The list component works properly only with the first visible tab.
1.0
ColumnToggler doesn't work if parent is invisible - p:columnToggler inside p:accordionPanel, p:tabView or p:wizard doesn't work The list component works properly only with the first visible tab.
defect
columntoggler doesn t work if parent is invisible p columntoggler inside p accordionpanel p tabview or p wizard doesn t work the list component works properly only with the first visible tab
1
175,210
13,539,869,189
IssuesEvent
2020-09-16 13:59:33
quarkusio/quarkus
https://api.github.com/repos/quarkusio/quarkus
closed
quarkus.http[s].test-port system properties are lost on app restart triggered by @TestProfile
area/testing area/vertx kind/bug
**Describe the bug** If you set e.g. `<quarkus.http.test-port>0</quarkus.http.test-port>` in `systemPropertyVariables` of `maven-surefire-plugin` and you have at least one `@QuarkusTest` *without* `@TestProfile` and one `@QuarkusTest` *with* `@TestProfile` then the port is not picked up by that second test (if run aft...
1.0
quarkus.http[s].test-port system properties are lost on app restart triggered by @TestProfile - **Describe the bug** If you set e.g. `<quarkus.http.test-port>0</quarkus.http.test-port>` in `systemPropertyVariables` of `maven-surefire-plugin` and you have at least one `@QuarkusTest` *without* `@TestProfile` and one `@Q...
non_defect
quarkus http test port system properties are lost on app restart triggered by testprofile describe the bug if you set e g in systempropertyvariables of maven surefire plugin and you have at least one quarkustest without testprofile and one quarkustest with testprofile then the port i...
0
311,859
9,539,752,930
IssuesEvent
2019-04-30 17:44:57
Criptext/Criptext-Email-React-Client
https://api.github.com/repos/Criptext/Criptext-Email-React-Client
closed
Push Notifications working only for the first Account
bug priority
- When swapping between accounts, push notifications are not reset to work for the new active account
1.0
Push Notifications working only for the first Account - - When swapping between accounts, push notifications are not reset to work for the new active account
non_defect
push notifications working only for the first account when swapping between accounts push notifications are not reset to work for the new active account
0
44,958
12,492,906,812
IssuesEvent
2020-06-01 08:13:36
hazelcast/hazelcast-jet
https://api.github.com/repos/hazelcast/hazelcast-jet
opened
Improve CDC wording
defect docs
The document here states: https://jet-start.sh/docs/next/tutorials/cdc >>>As we've seen in the CDC section of our Sources and Sinks guide of our, change data capture is especially important to Jet, because it allows for the integration with legacy systems. CDC doesn't necessarily mean integration with legacy s...
1.0
Improve CDC wording - The document here states: https://jet-start.sh/docs/next/tutorials/cdc >>>As we've seen in the CDC section of our Sources and Sinks guide of our, change data capture is especially important to Jet, because it allows for the integration with legacy systems. CDC doesn't necessarily mean int...
defect
improve cdc wording the document here states as we ve seen in the cdc section of our sources and sinks guide of our change data capture is especially important to jet because it allows for the integration with legacy systems cdc doesn t necessarily mean integration with legacy systems relational db...
1
2,726
2,607,937,600
IssuesEvent
2015-02-26 00:29:29
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
multi-line strings cause problems in debug mode
auto-migrated Priority-Medium Release-2.1.5 Type-Defect
``` Minify commit/version: 2.1.5 PHP version: 5.4.7 What steps will reproduce the problem? 1. Create JS with a long multi-line string. Can happen anytime, depending on placement. Can consistently reproduce with any multi-line string spanning over 50 lines. 2. Add file to minify bundle. 3. Attempt to load in debug mo...
1.0
multi-line strings cause problems in debug mode - ``` Minify commit/version: 2.1.5 PHP version: 5.4.7 What steps will reproduce the problem? 1. Create JS with a long multi-line string. Can happen anytime, depending on placement. Can consistently reproduce with any multi-line string spanning over 50 lines. 2. Add fil...
defect
multi line strings cause problems in debug mode minify commit version php version what steps will reproduce the problem create js with a long multi line string can happen anytime depending on placement can consistently reproduce with any multi line string spanning over lines add file...
1
61,272
17,023,654,060
IssuesEvent
2021-07-03 03:07:33
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
NullPointerException in read-xml on DB connection error
Component: osmosis Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 11.17pm, Sunday, 21st November 2010]** When using osmosis to read from an xml file into a DB and the DB connection fails for some reason, there is a NullPointerException in the error handling code of both, the --read-xml and and the --fast-read-xml tasks. This inconv...
1.0
NullPointerException in read-xml on DB connection error - **[Submitted to the original trac issue database at 11.17pm, Sunday, 21st November 2010]** When using osmosis to read from an xml file into a DB and the DB connection fails for some reason, there is a NullPointerException in the error handling code of both, the...
defect
nullpointerexception in read xml on db connection error when using osmosis to read from an xml file into a db and the db connection fails for some reason there is a nullpointerexception in the error handling code of both the read xml and and the fast read xml tasks this inconveniently hides the true err...
1
269,888
28,960,329,337
IssuesEvent
2023-05-10 01:33:09
Satheesh575555/linux-4.1.15
https://api.github.com/repos/Satheesh575555/linux-4.1.15
reopened
CVE-2020-11884 (High) detected in linux-stable-rtv4.1.33
Mend: dependency security vulnerability
## CVE-2020-11884 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pag...
True
CVE-2020-11884 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2020-11884 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartw...
non_defect
cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files...
0
273,334
20,782,094,502
IssuesEvent
2022-03-16 15:34:25
UnBArqDsw2021-2/2021.2_G2_Ki-Limpinho
https://api.github.com/repos/UnBArqDsw2021-2/2021.2_G2_Ki-Limpinho
closed
Controller (GRASP)
documentation Padrões de Projeto Grasps
### Descrição - [Feature] criação do documento Controller (GRASP) em padrões de projeto. ### Tarefas - [ ] `Feature` criação do documento Controller (GRASP) . ### Critérios de aceitação. A pessoa responsável pela review deve verificar se o documento segue o padrão determinado pela equipe.
1.0
Controller (GRASP) - ### Descrição - [Feature] criação do documento Controller (GRASP) em padrões de projeto. ### Tarefas - [ ] `Feature` criação do documento Controller (GRASP) . ### Critérios de aceitação. A pessoa responsável pela review deve verificar se o documento segue o padrão determinado pela equ...
non_defect
controller grasp descrição criação do documento controller grasp em padrões de projeto tarefas feature criação do documento controller grasp critérios de aceitação a pessoa responsável pela review deve verificar se o documento segue o padrão determinado pela equipe
0
113,176
14,383,277,417
IssuesEvent
2020-12-02 08:54:01
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[APM] Provide header icons for the new service header
Team:apm needs design v7.11.0
# Summary The agent name icons are already in place with the existing icons available in Service Maps. We need to determine the most common entities for container orchestration and cloud providers. ### Container orchestration - [ ] Kubernetes - [ ] Azure Container Services - [ ] Amazon ECS - [ ] Docker S...
1.0
[APM] Provide header icons for the new service header - # Summary The agent name icons are already in place with the existing icons available in Service Maps. We need to determine the most common entities for container orchestration and cloud providers. ### Container orchestration - [ ] Kubernetes - [ ] Az...
non_defect
provide header icons for the new service header summary the agent name icons are already in place with the existing icons available in service maps we need to determine the most common entities for container orchestration and cloud providers container orchestration kubernetes azure cont...
0
372,150
11,009,755,173
IssuesEvent
2019-12-04 13:20:04
codecampleipzig/communic
https://api.github.com/repos/codecampleipzig/communic
closed
Project Service Axios
@frontend page: project point: 5 priority: high type: feature
Remove Mockdata from Project Service and make axios calls to the backend.
1.0
Project Service Axios - Remove Mockdata from Project Service and make axios calls to the backend.
non_defect
project service axios remove mockdata from project service and make axios calls to the backend
0
821,087
30,804,118,371
IssuesEvent
2023-08-01 05:30:25
ansible-collections/azure
https://api.github.com/repos/ansible-collections/azure
closed
azure_rm_backupazurevm module does not honor the subscription variable
enhancement high_priority
##### SUMMARY This is a quote from a bug report submitted to Red Hat: > I'm using the azure.azcollection.azure_rm_backupazurevm module to enable protection for a VM and I'm providing all the parameters including the subscription. The module uses my service principal's default subscription for the context and fail...
1.0
azure_rm_backupazurevm module does not honor the subscription variable - ##### SUMMARY This is a quote from a bug report submitted to Red Hat: > I'm using the azure.azcollection.azure_rm_backupazurevm module to enable protection for a VM and I'm providing all the parameters including the subscription. The module ...
non_defect
azure rm backupazurevm module does not honor the subscription variable summary this is a quote from a bug report submitted to red hat i m using the azure azcollection azure rm backupazurevm module to enable protection for a vm and i m providing all the parameters including the subscription the module ...
0
762,408
26,717,717,161
IssuesEvent
2023-01-28 18:43:30
FRCTeam3255/Robot2023
https://api.github.com/repos/FRCTeam3255/Robot2023
opened
Intake Cube Command
Intake Arm High Priority Collector
- Deploy collector - Move intake to collector - Spin intake - Spin collector - Stop collector and intake via switch (back up to proximity sensor) - Detect object via color sensor - Move arm mid shelf - Retract collector - Set LEDs
1.0
Intake Cube Command - - Deploy collector - Move intake to collector - Spin intake - Spin collector - Stop collector and intake via switch (back up to proximity sensor) - Detect object via color sensor - Move arm mid shelf - Retract collector - Set LEDs
non_defect
intake cube command deploy collector move intake to collector spin intake spin collector stop collector and intake via switch back up to proximity sensor detect object via color sensor move arm mid shelf retract collector set leds
0