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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74,665 | 25,245,060,809 | IssuesEvent | 2022-11-15 10:27:15 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Clear notifications button doesn't clear notifications | T-Defect S-Minor O-Occasional A-Threads | ### Steps to reproduce
1. I have 57 unread message notifications
2. I click settings > notifications > clear notifications
3. After clicking 'clear notifications' I still have 57 unread notifications
### Outcome
#### What did you expect?
I expected to see my notifications go from 57 to 0
#### What happened i... | 1.0 | Clear notifications button doesn't clear notifications - ### Steps to reproduce
1. I have 57 unread message notifications
2. I click settings > notifications > clear notifications
3. After clicking 'clear notifications' I still have 57 unread notifications
### Outcome
#### What did you expect?
I expected to see... | defect | clear notifications button doesn t clear notifications steps to reproduce i have unread message notifications i click settings notifications clear notifications after clicking clear notifications i still have unread notifications outcome what did you expect i expected to see m... | 1 |
44,523 | 18,069,388,008 | IssuesEvent | 2021-09-20 23:48:37 | hashicorp/terraform-provider-aws | https://api.github.com/repos/hashicorp/terraform-provider-aws | closed | aws_cloudformation_stack failure causes output and data source resolution error due to missing output map entry. Prevents state destruction | service/cloudformation needs-triage | <!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues
* [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backen... | 1.0 | aws_cloudformation_stack failure causes output and data source resolution error due to missing output map entry. Prevents state destruction - <!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) o... | non_defect | aws cloudformation stack failure causes output and data source resolution error due to missing output map entry prevents state destruction please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues ... | 0 |
266,608 | 23,249,167,172 | IssuesEvent | 2022-08-04 00:34:52 | envoyproxy/envoy | https://api.github.com/repos/envoyproxy/envoy | closed | TcpListenerRemoveFilterChainCalledAfterListenerIsRemoved flake | bug area/test flakes | https://dev.azure.com/cncf/envoy/_build/results?buildId=114045&view=logs&j=767be981-567e-57d8-68c3-2140ede0a0bd&t=1fb0b72f-6293-562d-a4d1-bb649223eaca&l=2029
[ RUN ] IpVersionsAndMatcher/LdsStsIntegrationTest.TcpListenerRemoveFilterChainCalledAfterListenerIsRemoved/3
./test/integration/server.h:494: Failure
V... | 1.0 | TcpListenerRemoveFilterChainCalledAfterListenerIsRemoved flake - https://dev.azure.com/cncf/envoy/_build/results?buildId=114045&view=logs&j=767be981-567e-57d8-68c3-2140ede0a0bd&t=1fb0b72f-6293-562d-a4d1-bb649223eaca&l=2029
[ RUN ] IpVersionsAndMatcher/LdsStsIntegrationTest.TcpListenerRemoveFilterChainCalledAfte... | non_defect | tcplistenerremovefilterchaincalledafterlistenerisremoved flake ipversionsandmatcher ldsstsintegrationtest tcplistenerremovefilterchaincalledafterlistenerisremoved test integration server h failure value of testutility waitforgaugeeq statstore name value time system timeout actual false ... | 0 |
180,378 | 6,649,095,958 | IssuesEvent | 2017-09-28 11:57:47 | wix/yoshi | https://api.github.com/repos/wix/yoshi | closed | Add option to customize test reporter | issue: proposal priority: low | https://github.com/wix/yoshi/blob/master/yoshi/lib/tasks/mocha.js#L17
The reporter is hard-coded and I would like to use a different one, e.g, 'spec' reporter or others. | 1.0 | Add option to customize test reporter - https://github.com/wix/yoshi/blob/master/yoshi/lib/tasks/mocha.js#L17
The reporter is hard-coded and I would like to use a different one, e.g, 'spec' reporter or others. | non_defect | add option to customize test reporter the reporter is hard coded and i would like to use a different one e g spec reporter or others | 0 |
9,356 | 2,615,145,632 | IssuesEvent | 2015-03-01 06:21:33 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | update coverflow with new imagery | auto-migrated Priority-Medium Studio Type-Defect | ```
update coverflow with new imagery
```
Original issue reported on code.google.com by `paulir...@google.com` on 4 Aug 2010 at 1:39 | 1.0 | update coverflow with new imagery - ```
update coverflow with new imagery
```
Original issue reported on code.google.com by `paulir...@google.com` on 4 Aug 2010 at 1:39 | defect | update coverflow with new imagery update coverflow with new imagery original issue reported on code google com by paulir google com on aug at | 1 |
53,782 | 13,262,292,230 | IssuesEvent | 2020-08-20 21:28:57 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | [icetray] memory tracking and "losing" track (Trac #2083) | Migrated from Trac combo core defect | In certain situations, where we allocate memory in c++ but delete in python, we lose track of the memory.
To solve this, we need a bigger hammer. Specifically, we need to override `malloc`/`free` instead of `new`/`delete`. The easiest way is to LD_PRELOAD the new functions in, such as how [https://github.com/KDE/hea... | 1.0 | [icetray] memory tracking and "losing" track (Trac #2083) - In certain situations, where we allocate memory in c++ but delete in python, we lose track of the memory.
To solve this, we need a bigger hammer. Specifically, we need to override `malloc`/`free` instead of `new`/`delete`. The easiest way is to LD_PRELOAD t... | defect | memory tracking and losing track trac in certain situations where we allocate memory in c but delete in python we lose track of the memory to solve this we need a bigger hammer specifically we need to override malloc free instead of new delete the easiest way is to ld preload the new func... | 1 |
47,735 | 13,066,164,924 | IssuesEvent | 2020-07-30 21:07:31 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | genie-icetray - icetray inspect documentation is horribly, horribly broken (Trac #1084) | Migrated from Trac combo simulation defect | see [http://builds.icecube.wisc.edu/builders/simulation_docs/builds/972/steps/compile_2/logs/stdio]
temporary fix is to disable icetray-inspect
Migrated from https://code.icecube.wisc.edu/ticket/1084
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"description": "see [http://builds.ic... | 1.0 | genie-icetray - icetray inspect documentation is horribly, horribly broken (Trac #1084) - see [http://builds.icecube.wisc.edu/builders/simulation_docs/builds/972/steps/compile_2/logs/stdio]
temporary fix is to disable icetray-inspect
Migrated from https://code.icecube.wisc.edu/ticket/1084
```json
{
"status": "clo... | defect | genie icetray icetray inspect documentation is horribly horribly broken trac see temporary fix is to disable icetray inspect migrated from json status closed changetime description see n ntemporary fix is to disable icetray inspect reporter nega ... | 1 |
7,357 | 2,610,364,985 | IssuesEvent | 2015-02-26 19:57:56 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | closed | ScribeFire couldn't publish your post. | auto-migrated Priority-Medium Type-Defect | ```
What's the problem?
Tried posting to tumlr today and i get this msg. Login info is correct so I
hope its not a long term condition.
Well, this is embarrassing...
ScribeFire couldn't publish your post. Here's the error message that bubbled
up: Authentication failed.
What browser are you using?
chrome Version 2... | 1.0 | ScribeFire couldn't publish your post. - ```
What's the problem?
Tried posting to tumlr today and i get this msg. Login info is correct so I
hope its not a long term condition.
Well, this is embarrassing...
ScribeFire couldn't publish your post. Here's the error message that bubbled
up: Authentication failed.
Wha... | defect | scribefire couldn t publish your post what s the problem tried posting to tumlr today and i get this msg login info is correct so i hope its not a long term condition well this is embarrassing scribefire couldn t publish your post here s the error message that bubbled up authentication failed wha... | 1 |
88,208 | 25,343,629,140 | IssuesEvent | 2022-11-19 01:27:58 | grafana/grafana | https://api.github.com/repos/grafana/grafana | closed | soft link from /usr/local/grafana to /var/lib/grafana caused migration failure "attempt to write a readonly database" while upgrading grafana v8.3.5 | type/build-packaging needs investigation area/backend/db/migration | <!--
Please use this template to create your bug report. By providing as much info as possible you help us understand the issue, reproduce it and resolve it for you quicker. Therefore take a couple of extra minutes to make sure you have provided all info needed.
PROTIP: record your screen and attach it as a gif to ... | 1.0 | soft link from /usr/local/grafana to /var/lib/grafana caused migration failure "attempt to write a readonly database" while upgrading grafana v8.3.5 - <!--
Please use this template to create your bug report. By providing as much info as possible you help us understand the issue, reproduce it and resolve it for you qui... | non_defect | soft link from usr local grafana to var lib grafana caused migration failure attempt to write a readonly database while upgrading grafana please use this template to create your bug report by providing as much info as possible you help us understand the issue reproduce it and resolve it for you quic... | 0 |
75,965 | 26,182,811,868 | IssuesEvent | 2023-01-02 18:07:01 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | SelectManyButton ItemValue lost its value once the form is submitted and refreshed | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
I have a form with a dataTable which contains a selectManyButton in the header with value set with `f:selectItem`
`<input type="checkbox" value="value1" checked="checked">`
I click to the link href, the form is submitted and page is refreshed.
However the value of all inputs corresponding to ... | 1.0 | SelectManyButton ItemValue lost its value once the form is submitted and refreshed - ### Describe the bug
I have a form with a dataTable which contains a selectManyButton in the header with value set with `f:selectItem`
`<input type="checkbox" value="value1" checked="checked">`
I click to the link href, the form is... | defect | selectmanybutton itemvalue lost its value once the form is submitted and refreshed describe the bug i have a form with a datatable which contains a selectmanybutton in the header with value set with f selectitem i click to the link href the form is submitted and page is refreshed however the value o... | 1 |
62,932 | 17,263,892,315 | IssuesEvent | 2021-07-22 11:24:25 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | zfs mount fails silently on encrypted dataset | Type: Defect | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | zfs mount fails silently on encrypted dataset - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in ... | defect | zfs mount fails silently on encrypted dataset thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as pos... | 1 |
621,263 | 19,581,851,905 | IssuesEvent | 2022-01-04 22:36:00 | googleapis/doc-pipeline | https://api.github.com/repos/googleapis/doc-pipeline | closed | generate: docfx-ruby-google-cloud-logging-v2.2.2.tar.gz failed | type: bug priority: p1 :rotating_light: flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: e9cca96e0b3544a66b03673b36d5895d2611a62b
b... | 1.0 | generate: docfx-ruby-google-cloud-logging-v2.2.2.tar.gz failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop com... | non_defect | generate docfx ruby google cloud logging tar gz failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed | 0 |
43,104 | 11,471,545,428 | IssuesEvent | 2020-02-09 11:59:11 | phingofficial/phing | https://api.github.com/repos/phingofficial/phing | closed | ZipTask cannot create zip using basedir | defect | Hello. I can't make work the following code, the _.zip_ file is never created:
```xml
<zip basedir="src" destfile="./demo.zip"/>
```
However when I use `<fileset>` everything works as expected:
```xml
<zip destfile="./demo.zip">
<fileset dir="src">
<include name="**"/>
</files... | 1.0 | ZipTask cannot create zip using basedir - Hello. I can't make work the following code, the _.zip_ file is never created:
```xml
<zip basedir="src" destfile="./demo.zip"/>
```
However when I use `<fileset>` everything works as expected:
```xml
<zip destfile="./demo.zip">
<fileset dir="src">
... | defect | ziptask cannot create zip using basedir hello i can t make work the following code the zip file is never created xml however when i use everything works as expected xml if this is a bug and you can point me out where the bug is ... | 1 |
13,129 | 2,732,908,101 | IssuesEvent | 2015-04-17 10:09:06 | tiku01/oryx-editor | https://api.github.com/repos/tiku01/oryx-editor | closed | Zoom level is not stored | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. create a model
2. change the zoom level
3. save it
4. reload the model
What is the expected output?
the model opens with the same zoom level
What do you see instead?
the model opens with the default zoom level
plugins should have the possibility to save data to the datab... | 1.0 | Zoom level is not stored - ```
What steps will reproduce the problem?
1. create a model
2. change the zoom level
3. save it
4. reload the model
What is the expected output?
the model opens with the same zoom level
What do you see instead?
the model opens with the default zoom level
plugins should have the possibilit... | defect | zoom level is not stored what steps will reproduce the problem create a model change the zoom level save it reload the model what is the expected output the model opens with the same zoom level what do you see instead the model opens with the default zoom level plugins should have the possibilit... | 1 |
4,097 | 15,436,801,123 | IssuesEvent | 2021-03-07 14:25:43 | jan-carreras/torrentpreviewer | https://api.github.com/repos/jan-carreras/torrentpreviewer | closed | Automatic CD | automation | I don't know how do I want it to work yet, but I know I don't want to do anything after pushing changes to master. Build, restarting services, etc should be done automatically.
Of course, a manual "rollback" version must be available. | 1.0 | Automatic CD - I don't know how do I want it to work yet, but I know I don't want to do anything after pushing changes to master. Build, restarting services, etc should be done automatically.
Of course, a manual "rollback" version must be available. | non_defect | automatic cd i don t know how do i want it to work yet but i know i don t want to do anything after pushing changes to master build restarting services etc should be done automatically of course a manual rollback version must be available | 0 |
27,316 | 4,964,412,015 | IssuesEvent | 2016-12-03 19:17:14 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Cookie->read() returns true for sub-keys that don't exist. | Defect | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 2.8.9
* Platform and Target: PHP 5.6.23, nginx, Ubuntu 14.04 LTS
### What you did
Used `$this->Cookie->check('User.someKey')` on a key that does not exist. `User` does exist as a key though.
### W... | 1.0 | Cookie->read() returns true for sub-keys that don't exist. - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 2.8.9
* Platform and Target: PHP 5.6.23, nginx, Ubuntu 14.04 LTS
### What you did
Used `$this->Cookie->check('User.someKey')` on a key tha... | defect | cookie read returns true for sub keys that don t exist this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target php nginx ubuntu lts what you did used this cookie check user somekey on a key that does no... | 1 |
714,420 | 24,560,966,925 | IssuesEvent | 2022-10-12 20:14:38 | lowRISC/opentitan | https://api.github.com/repos/lowRISC/opentitan | closed | Handle interrupt storms on the HW side | Hotlist:Wishlist Priority:P2 Type:Enhancement Component:RTL Hotlist:Software | This is brought up by @tjaychen at #9077
External host may be able to drive the pin to keep triggering interrupts, such as keep requesting data from spi device when TX fifo is empty, or keep toggling GPIO when edge triggered interrupt is enabled. This may cause SW get stuck at ISR.
SW can disable the interrupt w... | 1.0 | Handle interrupt storms on the HW side - This is brought up by @tjaychen at #9077
External host may be able to drive the pin to keep triggering interrupts, such as keep requesting data from spi device when TX fifo is empty, or keep toggling GPIO when edge triggered interrupt is enabled. This may cause SW get stuck ... | non_defect | handle interrupt storms on the hw side this is brought up by tjaychen at external host may be able to drive the pin to keep triggering interrupts such as keep requesting data from spi device when tx fifo is empty or keep toggling gpio when edge triggered interrupt is enabled this may cause sw get stuck at ... | 0 |
45,066 | 12,532,204,142 | IssuesEvent | 2020-06-04 15:36:16 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | closed | [cms-ci] TLS failure to connect to sandbox-api.va.gov (and dev/staging) (AddTrust Root CA Expiration) | Defect DevOps Unplanned work | This issue below issue was highlighted by a previously passing CI test failing for unexplained reasons all of the sudden, brought to our attention by @oksana-c. Upon investigating we realized we:
1. Could not `curl https://sandbox-api.va.gov`, was getting `curl: (60) SSL certificate problem: certificate has expired`
... | 1.0 | [cms-ci] TLS failure to connect to sandbox-api.va.gov (and dev/staging) (AddTrust Root CA Expiration) - This issue below issue was highlighted by a previously passing CI test failing for unexplained reasons all of the sudden, brought to our attention by @oksana-c. Upon investigating we realized we:
1. Could not `curl ... | defect | tls failure to connect to sandbox api va gov and dev staging addtrust root ca expiration this issue below issue was highlighted by a previously passing ci test failing for unexplained reasons all of the sudden brought to our attention by oksana c upon investigating we realized we could not curl was g... | 1 |
267,948 | 20,252,509,595 | IssuesEvent | 2022-02-14 19:22:21 | Paolaafb22/git_web_practice | https://api.github.com/repos/Paolaafb22/git_web_practice | opened | Un commit que no sigue la convención de código o FIX a realizar | documentation | La convención del mensaje del último commit no es la esperada:
`FIX1.1.1: Corrección de página 3, atributo href`
Recuerde que debe tener el siguiente formato: `<Identificador de la corrección>: <Comentario>`
Para realizar la corrección del mensaje de commit ejecute los comandos `git commit --amend` y `git push -f`
E... | 1.0 | Un commit que no sigue la convención de código o FIX a realizar - La convención del mensaje del último commit no es la esperada:
`FIX1.1.1: Corrección de página 3, atributo href`
Recuerde que debe tener el siguiente formato: `<Identificador de la corrección>: <Comentario>`
Para realizar la corrección del mensaje de c... | non_defect | un commit que no sigue la convención de código o fix a realizar la convención del mensaje del último commit no es la esperada corrección de página atributo href recuerde que debe tener el siguiente formato para realizar la corrección del mensaje de commit ejecute los comandos git commit amen... | 0 |
33,530 | 7,154,241,992 | IssuesEvent | 2018-01-26 07:28:09 | netty/netty | https://api.github.com/repos/netty/netty | closed | ObjectCleanerThread not be closed | defect | ### Netty version
4.1.20.Final
### JVM version (e.g. `java -version`)
9.0.1
### OS version (e.g. `uname -a`)
Windows 10
Non-finished threads:
Thread[DestroyJavaVM,5,main]
Thread[ObjectCleanerThread,1,main]
at java.base@9.0.1/java.lang.Object.wait(Native Method)
at java.base@9.0.1/java.lang.ref.R... | 1.0 | ObjectCleanerThread not be closed - ### Netty version
4.1.20.Final
### JVM version (e.g. `java -version`)
9.0.1
### OS version (e.g. `uname -a`)
Windows 10
Non-finished threads:
Thread[DestroyJavaVM,5,main]
Thread[ObjectCleanerThread,1,main]
at java.base@9.0.1/java.lang.Object.wait(Native Method)
... | defect | objectcleanerthread not be closed netty version final jvm version e g java version os version e g uname a windows non finished threads thread thread at java base java lang object wait native method at java base java lang ref referencequeue ... | 1 |
783,482 | 27,532,892,467 | IssuesEvent | 2023-03-06 23:57:06 | GoogleCloudPlatform/java-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples | closed | PubsubliteToGcsIT: testPubsubliteToGcs failed | type: bug priority: p1 samples flakybot: issue flakybot: flaky | Note: #7348 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 78b06fcbdb65ab86ca88b52f01a3d6f4b9ebc017
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/10591cea-8e03-48f6-b1e1-a140b55dd468), [Sponge](http://sponge2/10591cea-8e03-48f6-... | 1.0 | PubsubliteToGcsIT: testPubsubliteToGcs failed - Note: #7348 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 78b06fcbdb65ab86ca88b52f01a3d6f4b9ebc017
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/10591cea-8e03-48f6-b1e1-a140b55dd4... | non_defect | pubsublitetogcsit testpubsublitetogcs failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output java lang assertionerror at pubsublitetogcsit testpubsublitetogcs pubsublitetogcsit java | 0 |
242,146 | 20,200,013,177 | IssuesEvent | 2022-02-11 14:24:23 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Viewport catches mouse events despite being under Canvas Layer | needs testing topic:input topic:gui | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.3.stable.official
**OS/device including version:**
<!-- Specify GPU model, drivers, ... | 1.0 | Viewport catches mouse events despite being under Canvas Layer - <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.3.stable.official
**O... | non_defect | viewport catches mouse events despite being under canvas layer please search existing issues for potential duplicates before filing yours godot version stable official os device including version gpu geforce gtx using happens on as well issue description ... | 0 |
128,293 | 17,475,057,953 | IssuesEvent | 2021-08-08 00:43:36 | pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas | closed | API: read_excel's header and index_col handling rules | API Design IO Excel API - Consistency | Good day!
`read_excel`'s `header` and `index_col` handling rules I see (a little chaotic [demo_suite.zip](https://github.com/pandas-dev/pandas/files/4776287/demo_suite.zip)):
- in all cases of `header`:
- cells `(header, outside of index_col)` are used as `df.columns`.
- if `header` is a integer/one-item list... | 1.0 | API: read_excel's header and index_col handling rules - Good day!
`read_excel`'s `header` and `index_col` handling rules I see (a little chaotic [demo_suite.zip](https://github.com/pandas-dev/pandas/files/4776287/demo_suite.zip)):
- in all cases of `header`:
- cells `(header, outside of index_col)` are used as... | non_defect | api read excel s header and index col handling rules good day read excel s header and index col handling rules i see a little chaotic in all cases of header cells header outside of index col are used as df columns if header is a integer one item list df columns name i... | 0 |
2,536 | 2,607,926,604 | IssuesEvent | 2015-02-26 00:24:54 | chrsmithdemos/minify | https://api.github.com/repos/chrsmithdemos/minify | closed | Compatibility with IIS | auto-migrated Priority-High Type-Defect | ```
When using the script on an ISS server, images are not displayed because
the path name is not reproduced properly ("\" instead of "/").
Inclusion of javascript files doesn't seem to work properly either. Files
are minified and included in the page but script won't be executed.
```
-----
Original issue reported ... | 1.0 | Compatibility with IIS - ```
When using the script on an ISS server, images are not displayed because
the path name is not reproduced properly ("\" instead of "/").
Inclusion of javascript files doesn't seem to work properly either. Files
are minified and included in the page but script won't be executed.
```
-----... | defect | compatibility with iis when using the script on an iss server images are not displayed because the path name is not reproduced properly instead of inclusion of javascript files doesn t seem to work properly either files are minified and included in the page but script won t be executed ... | 1 |
23,765 | 3,851,867,552 | IssuesEvent | 2016-04-06 05:28:51 | GPF/imame4all | https://api.github.com/repos/GPF/imame4all | closed | Map 45 degree direction keys function to keyboard issue | auto-migrated Priority-Medium Type-Defect | ```
Hi Sir,
First many thanks for your good job!
Beside, I have using Milestone 2 and try to map keys function to keyboard. How
can I map the 45 degree direction key?(up-right, up-left, down-right, down-left)
Also, I have seem the old posts that you will plan to build the final-burn
emulator (CPS2).. It's great if ... | 1.0 | Map 45 degree direction keys function to keyboard issue - ```
Hi Sir,
First many thanks for your good job!
Beside, I have using Milestone 2 and try to map keys function to keyboard. How
can I map the 45 degree direction key?(up-right, up-left, down-right, down-left)
Also, I have seem the old posts that you will plan... | defect | map degree direction keys function to keyboard issue hi sir first many thanks for your good job beside i have using milestone and try to map keys function to keyboard how can i map the degree direction key up right up left down right down left also i have seem the old posts that you will plan t... | 1 |
191,969 | 22,215,876,866 | IssuesEvent | 2022-06-08 01:32:44 | Nivaskumark/kernel_v4.1.15 | https://api.github.com/repos/Nivaskumark/kernel_v4.1.15 | reopened | CVE-2019-15926 (High) detected in linuxlinux-4.6 | security vulnerability | ## CVE-2019-15926 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel... | True | CVE-2019-15926 (High) detected in linuxlinux-4.6 - ## CVE-2019-15926 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Lib... | 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 vulnerab... | 0 |
497,459 | 14,370,947,069 | IssuesEvent | 2020-12-01 11:50:27 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | Single Pass: Fix source map location | P1: High Priority Stale Type: Bug WG: performance | `source_map_location_mapping` configuration in single-pass should follow multi pass value:
```js
// Point sourcemap to fetch files from correct GitHub tag.
sourceMapBase = 'https://raw.githubusercontent.com/ampproject/amphtml/' +
internalRuntimeVersion + '/';
``` | 1.0 | Single Pass: Fix source map location - `source_map_location_mapping` configuration in single-pass should follow multi pass value:
```js
// Point sourcemap to fetch files from correct GitHub tag.
sourceMapBase = 'https://raw.githubusercontent.com/ampproject/amphtml/' +
internalRuntimeVersio... | non_defect | single pass fix source map location source map location mapping configuration in single pass should follow multi pass value js point sourcemap to fetch files from correct github tag sourcemapbase internalruntimeversion | 0 |
422,583 | 12,280,497,391 | IssuesEvent | 2020-05-08 14:13:07 | input-output-hk/cardano-ledger-specs | https://api.github.com/repos/input-output-hk/cardano-ledger-specs | closed | SDELEG STS - further align exec spec with formal spec | byron executable-model :gear: good first issue :heart: priority low | The Exec spec STS for this rule can be (quite easily) further aligned with the formal spec:
* use epsilon symbol for member/notmember
* instead of functions `notAlreadyScheduled` and `notAlreadyDelegated`, find concise ways to inline the code
| 1.0 | SDELEG STS - further align exec spec with formal spec - The Exec spec STS for this rule can be (quite easily) further aligned with the formal spec:
* use epsilon symbol for member/notmember
* instead of functions `notAlreadyScheduled` and `notAlreadyDelegated`, find concise ways to inline the code
| non_defect | sdeleg sts further align exec spec with formal spec the exec spec sts for this rule can be quite easily further aligned with the formal spec use epsilon symbol for member notmember instead of functions notalreadyscheduled and notalreadydelegated find concise ways to inline the code | 0 |
33,424 | 7,120,426,301 | IssuesEvent | 2018-01-19 01:08:34 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | Addenda mabe no reporta correctamente la tasa de retención de iva | bug defect | y el addendador no permite capturar la unidad a nivel concepto que se reporta en la addenda, ya que algunos xml de otros proveedores no incluyen ese dato que nosotros si incluimos (la unidad a nivel concepto). Solo incluyen clave de unidad sat, y esa no sirve para la addenda.
Al menos no por lo pronto | 1.0 | Addenda mabe no reporta correctamente la tasa de retención de iva - y el addendador no permite capturar la unidad a nivel concepto que se reporta en la addenda, ya que algunos xml de otros proveedores no incluyen ese dato que nosotros si incluimos (la unidad a nivel concepto). Solo incluyen clave de unidad sat, y esa n... | defect | addenda mabe no reporta correctamente la tasa de retención de iva y el addendador no permite capturar la unidad a nivel concepto que se reporta en la addenda ya que algunos xml de otros proveedores no incluyen ese dato que nosotros si incluimos la unidad a nivel concepto solo incluyen clave de unidad sat y esa n... | 1 |
154,688 | 5,924,293,321 | IssuesEvent | 2017-05-23 10:04:41 | healthlocker/healthlocker | https://api.github.com/repos/healthlocker/healthlocker | closed | Tracking: new item and icon: custom symptom tracker | 4. Tracking & feedback priority-2 T25m | ### acceptance criteria
+ [x] As a user in Tracking, I can click on a button called 'Symptom tracker'.
@indiamindwave24 we'll want a new icon here. | 1.0 | Tracking: new item and icon: custom symptom tracker - ### acceptance criteria
+ [x] As a user in Tracking, I can click on a button called 'Symptom tracker'.
@indiamindwave24 we'll want a new icon here. | non_defect | tracking new item and icon custom symptom tracker acceptance criteria as a user in tracking i can click on a button called symptom tracker we ll want a new icon here | 0 |
97,203 | 10,987,684,897 | IssuesEvent | 2019-12-02 09:43:18 | gbv/cocoda | https://api.github.com/repos/gbv/cocoda | opened | Update English user manual | documentation | The English user manual, compared to the German version, is outdated. We should at least provide a shortened but updated version. | 1.0 | Update English user manual - The English user manual, compared to the German version, is outdated. We should at least provide a shortened but updated version. | non_defect | update english user manual the english user manual compared to the german version is outdated we should at least provide a shortened but updated version | 0 |
106,378 | 4,271,209,153 | IssuesEvent | 2016-07-13 10:11:51 | adamhalasz/cloudgate | https://api.github.com/repos/adamhalasz/cloudgate | closed | When filtering with limit it should only brings back results where the filtered parameters are visible to the Session User or the Public | bug Priority To-Do Server Side Mysc | ### The Problem
Filters bring back all results matching the filter regardless of the Session User or the Public having access to the filtered parameter or not. The document is still protected but it shouldn’t be part of the result rows because it brings back irrelevant documents causing problems in Filtered Pagination... | 1.0 | When filtering with limit it should only brings back results where the filtered parameters are visible to the Session User or the Public - ### The Problem
Filters bring back all results matching the filter regardless of the Session User or the Public having access to the filtered parameter or not. The document is stil... | non_defect | when filtering with limit it should only brings back results where the filtered parameters are visible to the session user or the public the problem filters bring back all results matching the filter regardless of the session user or the public having access to the filtered parameter or not the document is stil... | 0 |
6,508 | 2,610,255,939 | IssuesEvent | 2015-02-26 19:21:49 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳激光祛除痘痘费用 | auto-migrated Priority-Medium Type-Defect | ```
深圳激光祛除痘痘费用【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:29 | 1.0 | 深圳激光祛除痘痘费用 - ```
深圳激光祛除痘痘费用【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:29 | defect | 深圳激光祛除痘痘费用 深圳激光祛除痘痘费用【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at | 1 |
310,520 | 9,514,864,814 | IssuesEvent | 2019-04-26 02:37:09 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Receiving AttributeError 'NoneType' object has no '_Bound' | configuration: python priority: medium team: manipulation | Hi,
I'm trying to run the test file for pydrake related to scalar conversion but get an AttributeError stating that 'NoneType' object has no attribute '_Bound'.
I've tried the Xenial distribution of pydrake for Unix.
Does someone happen to know where the issue might be ?
Thanks in advance.
| 1.0 | Receiving AttributeError 'NoneType' object has no '_Bound' - Hi,
I'm trying to run the test file for pydrake related to scalar conversion but get an AttributeError stating that 'NoneType' object has no attribute '_Bound'.
I've tried the Xenial distribution of pydrake for Unix.
Does someone happen to know wh... | non_defect | receiving attributeerror nonetype object has no bound hi i m trying to run the test file for pydrake related to scalar conversion but get an attributeerror stating that nonetype object has no attribute bound i ve tried the xenial distribution of pydrake for unix does someone happen to know wh... | 0 |
28,247 | 5,223,259,476 | IssuesEvent | 2017-01-27 11:31:16 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | event is undefined in Listbox multiple checkbox select | defect | <!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github fo... | 1.0 | event is undefined in Listbox multiple checkbox select - <!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting a ...** (che... | defect | event is undefined in listbox multiple checkbox select if you don t fill out the following information we might close your issue without investigating if you d like to secure our response you may consider primeng pro support where support is provided within hours i m submitting a che... | 1 |
220,987 | 17,273,091,918 | IssuesEvent | 2021-07-22 23:21:12 | w3c/csswg-drafts | https://api.github.com/repos/w3c/csswg-drafts | closed | [css-variables] Empty custom property (--) works in every browser, against spec | Tested css-variables-1 | [Per spec](https://drafts.csswg.org/css-variables/#defining-variables), the `--` custom property is reserved by CSS for future use:
> The `<custom-property-name>` production corresponds to this: it’s defined as any `<dashed-ident>` (a valid identifier that starts with two dashes), **except `--` itself, which is reserv... | 1.0 | [css-variables] Empty custom property (--) works in every browser, against spec - [Per spec](https://drafts.csswg.org/css-variables/#defining-variables), the `--` custom property is reserved by CSS for future use:
> The `<custom-property-name>` production corresponds to this: it’s defined as any `<dashed-ident>` (a va... | non_defect | empty custom property works in every browser against spec the custom property is reserved by css for future use the production corresponds to this it’s defined as any a valid identifier that starts with two dashes except itself which is reserved for future use by css how... | 0 |
294,066 | 25,343,411,359 | IssuesEvent | 2022-11-19 01:01:44 | dotnet/maui | https://api.github.com/repos/dotnet/maui | closed | Warning NU1603 received in File New Maui 7.0 RC2 App | area/setup 🪄 s/try-latest-version | _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Warning-NU1603-received-in-File-New-Maui/10178585)._
---
[severity:It bothers me. A fix would be nice] [regression] [worked-in:17.4.0.Preview 3.0, fails in Preview 4.0]
1. Open the Visual Studio 2022 Startu... | 1.0 | Warning NU1603 received in File New Maui 7.0 RC2 App - _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Warning-NU1603-received-in-File-New-Maui/10178585)._
---
[severity:It bothers me. A fix would be nice] [regression] [worked-in:17.4.0.Preview 3.0, fail... | non_defect | warning received in file new maui app this issue has been moved from open the visual studio startup window and create a new maui solution when prompted select net as the target update nuget if needed in my case no updates were necessary build clean solution build ... | 0 |
5,002 | 2,757,762,925 | IssuesEvent | 2015-04-27 16:30:13 | mozilla/readability | https://api.github.com/repos/mozilla/readability | closed | Reader View is available for wordpress.com/fresh although it shouldn't | has-website-testcase should-not-be-readerable | **Reproducible on**:
Beta 38.0b2-build1 (20150406174117)
**Sample page showing this issue**:
https://wordpress.com/fresh/ | 1.0 | Reader View is available for wordpress.com/fresh although it shouldn't - **Reproducible on**:
Beta 38.0b2-build1 (20150406174117)
**Sample page showing this issue**:
https://wordpress.com/fresh/ | non_defect | reader view is available for wordpress com fresh although it shouldn t reproducible on beta sample page showing this issue | 0 |
766,824 | 26,900,582,495 | IssuesEvent | 2023-02-06 15:23:12 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Formatting logic is not executed in the Grid column's HtmlAttributes | Bug SEV: Medium C: Grid S: Wrappers (ASP.NET MVC) jQuery S: Wrappers (ASP.NET Core) Priority 5 Next LIB FP: Planned | ### Bug report
Regression in R1 2023.
### Reproduction of the problem
1. Set the following HtmlAttributes configuration in a Grid column:
```
columns.Bound(p => p.OrderDate).HtmlAttributes(new { title = "Order Date: #=kendo.toString(OrderDate, 'dd-MM-yyyy')# " });
```
### Current behavior
kendo.toString ... | 1.0 | Formatting logic is not executed in the Grid column's HtmlAttributes - ### Bug report
Regression in R1 2023.
### Reproduction of the problem
1. Set the following HtmlAttributes configuration in a Grid column:
```
columns.Bound(p => p.OrderDate).HtmlAttributes(new { title = "Order Date: #=kendo.toString(OrderD... | non_defect | formatting logic is not executed in the grid column s htmlattributes bug report regression in reproduction of the problem set the following htmlattributes configuration in a grid column columns bound p p orderdate htmlattributes new title order date kendo tostring orderdate ... | 0 |
327,309 | 28,052,344,874 | IssuesEvent | 2023-03-29 06:59:49 | ALTA-LapakUMKM-Group-2/LapakUMKM-APITesting | https://api.github.com/repos/ALTA-LapakUMKM-Group-2/LapakUMKM-APITesting | closed | [Products-A018] Post add image product with other extension image | Manual Api Testing | - [x] Given Post add image product with other extension image
- [x] When Send add image product parameter
- [x] Then Status code should be 415 unsupported media type
- [x] And Validate add image product with other extension image json schema
| 1.0 | [Products-A018] Post add image product with other extension image - - [x] Given Post add image product with other extension image
- [x] When Send add image product parameter
- [x] Then Status code should be 415 unsupported media type
- [x] And Validate add image product with other extension image json schema
| non_defect | post add image product with other extension image given post add image product with other extension image when send add image product parameter then status code should be unsupported media type and validate add image product with other extension image json schema | 0 |
39,314 | 9,392,446,247 | IssuesEvent | 2019-04-07 00:42:06 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | Two webcam streams recorded with the same name | Accepted Defect Normal Priority Recording | Originally reported on Google Code with ID 1564
```
What steps will reproduce the problem?
Don't know how to reproduce it but I am trying to handle the problem in the record
and playback component
A user shared his webcam twice in a live session, usually two streams with different
names are created, this time both ... | 1.0 | Two webcam streams recorded with the same name - Originally reported on Google Code with ID 1564
```
What steps will reproduce the problem?
Don't know how to reproduce it but I am trying to handle the problem in the record
and playback component
A user shared his webcam twice in a live session, usually two streams... | defect | two webcam streams recorded with the same name originally reported on google code with id what steps will reproduce the problem don t know how to reproduce it but i am trying to handle the problem in the record and playback component a user shared his webcam twice in a live session usually two streams wi... | 1 |
21,981 | 10,708,567,168 | IssuesEvent | 2019-10-24 19:59:43 | Agoric/realms-shim | https://api.github.com/repos/Agoric/realms-shim | reopened | transforms rely upon user-provided "string", can capture wrong-realm RegExp | security | Shortly after the 1.2.1 release, XmiliaH reported a new vulnerability in the shim. As explained in the blog post, we have stopped applying timely security fixes to the realms shim, so this represents an unfixed sandbox escape in the shim.
@XmiliaH's exploit looks like this:
```JS
const compartment = Realm.makeCo... | True | transforms rely upon user-provided "string", can capture wrong-realm RegExp - Shortly after the 1.2.1 release, XmiliaH reported a new vulnerability in the shim. As explained in the blog post, we have stopped applying timely security fixes to the realms shim, so this represents an unfixed sandbox escape in the shim.
... | non_defect | transforms rely upon user provided string can capture wrong realm regexp shortly after the release xmiliah reported a new vulnerability in the shim as explained in the blog post we have stopped applying timely security fixes to the realms shim so this represents an unfixed sandbox escape in the shim ... | 0 |
81,701 | 31,391,715,868 | IssuesEvent | 2023-08-26 12:27:42 | primefaces-extensions/primefaces-extensions | https://api.github.com/repos/primefaces-extensions/primefaces-extensions | closed | ImageAreaSelect: weird styling with selection | defect | ### Describe the bug
See https://www.primefaces.org/showcase-ext/sections/imageAreaSelect/basicSelection.jsf
<img width="530" alt="Screenshot 2023-07-04 at 13 04 11" src="https://github.com/primefaces-extensions/primefaces-extensions/assets/7500178/7485521c-fa7c-429b-a369-8ffdfc512348">
### Reproducer
Go to the... | 1.0 | ImageAreaSelect: weird styling with selection - ### Describe the bug
See https://www.primefaces.org/showcase-ext/sections/imageAreaSelect/basicSelection.jsf
<img width="530" alt="Screenshot 2023-07-04 at 13 04 11" src="https://github.com/primefaces-extensions/primefaces-extensions/assets/7500178/7485521c-fa7c-429b-... | defect | imageareaselect weird styling with selection describe the bug see img width alt screenshot at src reproducer go to the showcase link above and select a part of the image expected behavior i think the selection should look normal and the unselected part of the image s... | 1 |
175,524 | 14,531,368,866 | IssuesEvent | 2020-12-14 20:40:44 | bridgetownrb/bridgetown | https://api.github.com/repos/bridgetownrb/bridgetown | closed | docs: Install bridgetown | documentation | <!-- Thanks for taking the time to open an issue and help us make Bridgetown better! -->
## Motivation
Many users may not have or may not want to use superuser privileges when setting up Bridgetown
## Suggestion
Consider adding documentation similar to [Jekyll](https://jekyllrb.com/docs/troubleshooting/#no-... | 1.0 | docs: Install bridgetown - <!-- Thanks for taking the time to open an issue and help us make Bridgetown better! -->
## Motivation
Many users may not have or may not want to use superuser privileges when setting up Bridgetown
## Suggestion
Consider adding documentation similar to [Jekyll](https://jekyllrb.co... | non_defect | docs install bridgetown motivation many users may not have or may not want to use superuser privileges when setting up bridgetown suggestion consider adding documentation similar to to use the command below before doing bridgetown new mysite bash ruby exports export gem home... | 0 |
1,326 | 3,601,078,675 | IssuesEvent | 2016-02-03 09:46:07 | CartoDB/cartodb | https://api.github.com/repos/CartoDB/cartodb | closed | Check Excel files before passing them to in2csv | Data-services | https://github.com/CartoDB/cartodb-management/issues/4383
It seems that a text file (CSV) with XLS extension might leave in2csv stuck. | 1.0 | Check Excel files before passing them to in2csv - https://github.com/CartoDB/cartodb-management/issues/4383
It seems that a text file (CSV) with XLS extension might leave in2csv stuck. | non_defect | check excel files before passing them to it seems that a text file csv with xls extension might leave stuck | 0 |
77,259 | 9,985,964,694 | IssuesEvent | 2019-07-10 17:53:35 | zcash/zcash | https://api.github.com/repos/zcash/zcash | closed | How to make own chain | blockchain genesis documentation | hello all my question is how to make my own chain to can make my own coin based on zcash?
i was editing the chain params but i dont know where to get the genesis block hash | 1.0 | How to make own chain - hello all my question is how to make my own chain to can make my own coin based on zcash?
i was editing the chain params but i dont know where to get the genesis block hash | non_defect | how to make own chain hello all my question is how to make my own chain to can make my own coin based on zcash i was editing the chain params but i dont know where to get the genesis block hash | 0 |
62,779 | 17,194,245,491 | IssuesEvent | 2021-07-16 15:05:04 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | It's hard to see where the multi-line composer begins and the timeline ends | T-Defect |
#### Description
It's hard to see where a multi-line composer ends and the timeline begins;
<details>
<summary>Screenshots</summary>
Normal situation;

Some letters on every new line;
**
Contao 4.9.2
**Description**
If a file has a additional description in a foreign language and this description should be deleted with a click on x (see image)

it's not been delet... | 1.0 | Deletion of wrong translation in file not possible - **Affected version(s)**
Contao 4.9.2
**Description**
If a file has a additional description in a foreign language and this description should be deleted with a click on x (see image)

Actual output: 15 second old TV
Version 2.5.9
Just a F/R :)
```
Original issue reported on code.google.com by `spacesta...@... | 1.0 | Live Restart - ```
What steps will reproduce the problem?
1. Get up two hours too late
2. Play live stream
3. Try to rewind two hours
Expected output: two-hour-old TV (via iPlayer Live Restart functionality)
Actual output: 15 second old TV
Version 2.5.9
Just a F/R :)
```
Original issue reported on code.google.com b... | defect | live restart what steps will reproduce the problem get up two hours too late play live stream try to rewind two hours expected output two hour old tv via iplayer live restart functionality actual output second old tv version just a f r original issue reported on code google com by... | 1 |
33,604 | 7,179,443,318 | IssuesEvent | 2018-01-31 19:42:36 | CocoaPods/CocoaPods | https://api.github.com/repos/CocoaPods/CocoaPods | closed | Too many input, output paths cause a build failure | d2:moderate s2:confirmed t2:defect | > the error says:
```
BUILD FAILED
Verify final result code for completed build operation
Build operation failed without specifying any errors. Individual build tasks may have failed for unknown reasons.
One possible cause is if there are too many (possibly zombie) processes; in this case, rebooting may fix the ... | 1.0 | Too many input, output paths cause a build failure - > the error says:
```
BUILD FAILED
Verify final result code for completed build operation
Build operation failed without specifying any errors. Individual build tasks may have failed for unknown reasons.
One possible cause is if there are too many (possibly zo... | defect | too many input output paths cause a build failure the error says build failed verify final result code for completed build operation build operation failed without specifying any errors individual build tasks may have failed for unknown reasons one possible cause is if there are too many possibly zo... | 1 |
28,182 | 5,215,599,104 | IssuesEvent | 2017-01-26 06:16:50 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | TimeoutException at population task | Team: Core Type: Defect | We have a custom population service, it load data to our distributed cache from underlying DB. The service start population tasks after ~15 sec after all nodes joined cluster:
```
2016-08-29 17:47:51.665 8eaca06 [hz.int1.priority-generic-operation.thread-0] INFO com.hazelcast.internal.cluster.ClusterService - [xxx.zz... | 1.0 | TimeoutException at population task - We have a custom population service, it load data to our distributed cache from underlying DB. The service start population tasks after ~15 sec after all nodes joined cluster:
```
2016-08-29 17:47:51.665 8eaca06 [hz.int1.priority-generic-operation.thread-0] INFO com.hazelcast.int... | defect | timeoutexception at population task we have a custom population service it load data to our distributed cache from underlying db the service start population tasks after sec after all nodes joined cluster info com hazelcast internal cluster clusterservice members memb... | 1 |
417,723 | 12,178,158,965 | IssuesEvent | 2020-04-28 08:33:10 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1357] Glitch of placing blocks with selecting clothes at toolbar. | Priority: Medium Status: Fixed Type: Regression Week Task | Step to reproduce:
- wear Derpy hat, add Alpha Hat at toolbar and select it. Take Glass in hand:

- start to place Glass on Ground. You will change Hat, but glass willnot appear on ground:

- start to place Glass on ... | non_defect | glitch of placing blocks with selecting clothes at toolbar step to reproduce wear derpy hat add alpha hat at toolbar and select it take glass in hand start to place glass on ground you will change hat but glass willnot appear on ground after reload you still have glass in your hand ... | 0 |
413,484 | 27,954,474,108 | IssuesEvent | 2023-03-24 11:18:26 | helm/chart-testing-action | https://api.github.com/repos/helm/chart-testing-action | closed | yamllint not reporting line numbers | documentation question | I noticed that `ct lint` calls yamllint to validate Chart.yaml, but when it spots a warning or an error, it doesn't tell you which line it is:
```
>>> yamllint --config-file /home/runner/_work/_tool/ct/v3.3.0/x86_64/etc/lintconf.yaml mychart/Chart.yaml
Error: [comments] too few spaces before comment
Error: Error li... | 1.0 | yamllint not reporting line numbers - I noticed that `ct lint` calls yamllint to validate Chart.yaml, but when it spots a warning or an error, it doesn't tell you which line it is:
```
>>> yamllint --config-file /home/runner/_work/_tool/ct/v3.3.0/x86_64/etc/lintconf.yaml mychart/Chart.yaml
Error: [comments] too few ... | non_defect | yamllint not reporting line numbers i noticed that ct lint calls yamllint to validate chart yaml but when it spots a warning or an error it doesn t tell you which line it is yamllint config file home runner work tool ct etc lintconf yaml mychart chart yaml error too few spaces before... | 0 |
17,546 | 3,012,746,969 | IssuesEvent | 2015-07-29 02:09:08 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | [CLOSED] Role allocation problem surfaces again | auto-migrated Category-Engine Priority-Critical Type-Defect | <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday Jul 27, 2015 at 03:21 GMT_
_Originally opened as https://github.com/a... | 1.0 | [CLOSED] Role allocation problem surfaces again - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday Jul 27, 2015 at 03:... | defect | role allocation problem surfaces again issue by monday jul at gmt originally opened as in the attached example the task a is assigned the role newrole which has three participants stephan clemens guyy redding and chun ouyang at runtime though the task is offered to the former... | 1 |
24,515 | 2,668,441,728 | IssuesEvent | 2015-03-23 08:50:30 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | closed | afterRowMove documentation incorrect wording | Change Guess: < 2 hours Priority: high | "afterRowMove (oldIndex: Number, newIndex: Number)
Callback is fired after the column order is manually changed by user.
version added: 0.11"
Should say "fired after the row order..." instead of "column". Simple copy paste error. | 1.0 | afterRowMove documentation incorrect wording - "afterRowMove (oldIndex: Number, newIndex: Number)
Callback is fired after the column order is manually changed by user.
version added: 0.11"
Should say "fired after the row order..." instead of "column". Simple copy paste error. | non_defect | afterrowmove documentation incorrect wording afterrowmove oldindex number newindex number callback is fired after the column order is manually changed by user version added should say fired after the row order instead of column simple copy paste error | 0 |
584,903 | 17,466,615,282 | IssuesEvent | 2021-08-06 17:50:14 | nemac/fswms | https://api.github.com/repos/nemac/fswms | closed | Map extent not being preserved with share urls | high priority | See email labeled "FCAV URL seemingly not working properly" from July 21st, 2021 for more details. | 1.0 | Map extent not being preserved with share urls - See email labeled "FCAV URL seemingly not working properly" from July 21st, 2021 for more details. | non_defect | map extent not being preserved with share urls see email labeled fcav url seemingly not working properly from july for more details | 0 |
64,973 | 18,988,729,549 | IssuesEvent | 2021-11-22 02:47:24 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | arc_prune list_del corruption with 0.8.4 | Type: Defect Status: Stale | ### System information
Type | Version/Name
--- | ---
Distribution Name | Scientific Linux
Distribution Version | 7.8
Linux Kernel | 3.10.0-1127.13.1.el7
Architecture | x86_64
ZFS Version | 0.8.4
SPL Version | 0.8.4
### Describe the problem you're observing
kernel panic
### Describe how to reproduce th... | 1.0 | arc_prune list_del corruption with 0.8.4 - ### System information
Type | Version/Name
--- | ---
Distribution Name | Scientific Linux
Distribution Version | 7.8
Linux Kernel | 3.10.0-1127.13.1.el7
Architecture | x86_64
ZFS Version | 0.8.4
SPL Version | 0.8.4
### Describe the problem you're observing
kerne... | defect | arc prune list del corruption with system information type version name distribution name scientific linux distribution version linux kernel architecture zfs version spl version describe the problem you re observing kernel panic ... | 1 |
52,707 | 7,780,949,393 | IssuesEvent | 2018-06-05 21:47:33 | rcos/observatory-server | https://api.github.com/repos/rcos/observatory-server | closed | Achievement Postman Requests | Postman documentation great for beginners help wanted |
Add new request definitions to the Observatory Postman collection (`.postman/Observatory.postman_collection.json`) for the following API routes:
- `GET /api/achievements`
- `GET /api/achievements/:id`
- `POST /api/achievements`
- `PUT /api/achievements/:id`
- `PATCH /api/achievements/:id`
- `DELETE /api/achie... | 1.0 | Achievement Postman Requests -
Add new request definitions to the Observatory Postman collection (`.postman/Observatory.postman_collection.json`) for the following API routes:
- `GET /api/achievements`
- `GET /api/achievements/:id`
- `POST /api/achievements`
- `PUT /api/achievements/:id`
- `PATCH /api/achievem... | non_defect | achievement postman requests add new request definitions to the observatory postman collection postman observatory postman collection json for the following api routes get api achievements get api achievements id post api achievements put api achievements id patch api achievem... | 0 |
56,361 | 15,035,585,226 | IssuesEvent | 2021-02-02 14:18:57 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | zfs-2.0.1 on 5.10.1-rt-rt20 leads to pool corruption | Status: Triage Needed Type: Defect | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | zfs-2.0.1 on 5.10.1-rt-rt20 leads to pool corruption - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be fo... | defect | zfs on rt leads to pool corruption thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as ... | 1 |
64,656 | 18,785,762,768 | IssuesEvent | 2021-11-08 11:58:27 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Updating room topic breaks room avatar preview in settings | T-Defect S-Minor A-Room-Settings A-Avatar O-Occasional | ### Steps to reproduce
1. Go to the settings for a room where you are admin
2. Update room topic
3. Click "Save"
### What happened?
### What did you expect?
Room avatar to still show correctly in the setting dialog
### What happened?

* Show Logo on invoices send to event organizers
Compare https://eventyay.com/admin/settings/billing

* Show Logo on invoices send to event organizers
Compare https://eventyay.com/admin/settings/billing
 | Component: potlatch2 Priority: critical Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 12.54pm, Monday, 5th March 2012]**
With the update of 04/03/2012 sometimes the Potlatch editor will hanging up. After some clicks it was not more possible to focus lines and points for edit or to draw new things. The other layers (zoom, move display range, menues and... | 1.0 | Potlatch 2 hangs up after some clicks (with update 04.03.2012) - **[Submitted to the original trac issue database at 12.54pm, Monday, 5th March 2012]**
With the update of 04/03/2012 sometimes the Potlatch editor will hanging up. After some clicks it was not more possible to focus lines and points for edit or to draw n... | defect | potlatch hangs up after some clicks with update with the update of sometimes the potlatch editor will hanging up after some clicks it was not more possible to focus lines and points for edit or to draw new things the other layers zoom move display range menues and buttons than still works... | 1 |
158,461 | 24,845,590,281 | IssuesEvent | 2022-10-26 15:38:17 | microsoft/pyright | https://api.github.com/repos/microsoft/pyright | closed | Pyright raises error when f-string is key for dict | as designed |
**Describe the bug**
Pyright raises error when f-string is the key for a dict. The error is
**To Reproduce**
from typing import TypedDict
class Test(TypedDict):
mykey: int
var: Test = {"mykey": 3}
var: Test = {f"mykey": 3}
Erro... | 1.0 | Pyright raises error when f-string is key for dict -
**Describe the bug**
Pyright raises error when f-string is the key for a dict. The error is
**To Reproduce**
from typing import TypedDict
class Test(TypedDict):
mykey: int
var: Test = {"my... | non_defect | pyright raises error when f string is key for dict describe the bug pyright raises error when f string is the key for a dict the error is to reproduce from typing import typeddict class test typeddict mykey int var test my... | 0 |
28,964 | 5,447,658,829 | IssuesEvent | 2017-03-07 14:09:43 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | bogus data in tinydns cdb file leads to FD leak | auth defect easy | The below TXT record will generate this error message: `Exception building answer packet (vector::_M_range_check) sending out servfail`
This is on the tinydns backend on 3.4.8 on centos 7.
With this TXT record and with `tinydns-ignore-bogus-records=no` set in the config, pdns will leak one file descriptor every time... | 1.0 | bogus data in tinydns cdb file leads to FD leak - The below TXT record will generate this error message: `Exception building answer packet (vector::_M_range_check) sending out servfail`
This is on the tinydns backend on 3.4.8 on centos 7.
With this TXT record and with `tinydns-ignore-bogus-records=no` set in the con... | defect | bogus data in tinydns cdb file leads to fd leak the below txt record will generate this error message exception building answer packet vector m range check sending out servfail this is on the tinydns backend on on centos with this txt record and with tinydns ignore bogus records no set in the con... | 1 |
59,379 | 17,023,111,409 | IssuesEvent | 2021-07-03 00:25:35 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Applet hangs while downloading images.. | Component: applet Priority: minor Resolution: wontfix Type: defect | **[Submitted to the original trac issue database at 9.04am, Wednesday, 19th April 2006]**
The applet stopped downloading images, while I was adding lots of segments to a way. I could still click the "ok" buttont in the way dialog, which resulted in the way turning black and this in the console.
```
Exception in th... | 1.0 | Applet hangs while downloading images.. - **[Submitted to the original trac issue database at 9.04am, Wednesday, 19th April 2006]**
The applet stopped downloading images, while I was adding lots of segments to a way. I could still click the "ok" buttont in the way dialog, which resulted in the way turning black and th... | defect | applet hangs while downloading images the applet stopped downloading images while i was adding lots of segments to a way i could still click the ok buttont in the way dialog which resulted in the way turning black and this in the console exception in thread thread java lang runtimeexception... | 1 |
251,141 | 27,150,933,213 | IssuesEvent | 2023-02-17 01:09:07 | crouchr/metmini | https://api.github.com/repos/crouchr/metmini | opened | CVE-2023-25577 (High) detected in Werkzeug-1.0.1-py2.py3-none-any.whl | security vulnerability | ## CVE-2023-25577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-1.0.1-py2.py3-none-any.whl</b></p></summary>
<p>The comprehensive WSGI web application library.</p>
<p>Librar... | True | CVE-2023-25577 (High) detected in Werkzeug-1.0.1-py2.py3-none-any.whl - ## CVE-2023-25577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-1.0.1-py2.py3-none-any.whl</b></p></su... | non_defect | cve high detected in werkzeug none any whl cve high severity vulnerability vulnerable library werkzeug none any whl the comprehensive wsgi web application library library home page a href path to dependency file old stuff forecaster requirements txt path to ... | 0 |
16,629 | 4,074,412,610 | IssuesEvent | 2016-05-28 12:32:42 | o2platform/FluentSharp | https://api.github.com/repos/o2platform/FluentSharp | closed | Move 'how-to' issues/answers into wiki pages | type:documentation | For example:
* [How to dynamically execute a code written from Visual Studio](https://github.com/o2platform/FluentSharp/issues/32)
* [How to execute a String as code during run-time?](https://github.com/o2platform/FluentSharp/issues/30)
* [How to clone and compile FluentSharp in VisualStudio 2013](https://github.com... | 1.0 | Move 'how-to' issues/answers into wiki pages - For example:
* [How to dynamically execute a code written from Visual Studio](https://github.com/o2platform/FluentSharp/issues/32)
* [How to execute a String as code during run-time?](https://github.com/o2platform/FluentSharp/issues/30)
* [How to clone and compile Flue... | non_defect | move how to issues answers into wiki pages for example we should also move into wiki pages articles like this since there are tons of articles in my blog and at that are impossible to easily find | 0 |
13,652 | 2,774,729,106 | IssuesEvent | 2015-05-04 11:35:07 | sfepy/sfepy | https://api.github.com/repos/sfepy/sfepy | reopened | Probing inside the domain can sometimes return nan | defect | More information on this issue (such as how to reproduce it and what causes it) can be found in the mailing list: https://groups.google.com/forum/#!topic/sfepy-devel/8xgzvEc6Noo
A minor side problem is that while probes correctly return nan when they fail, evaluate_at() does not. | 1.0 | Probing inside the domain can sometimes return nan - More information on this issue (such as how to reproduce it and what causes it) can be found in the mailing list: https://groups.google.com/forum/#!topic/sfepy-devel/8xgzvEc6Noo
A minor side problem is that while probes correctly return nan when they fail, evaluat... | defect | probing inside the domain can sometimes return nan more information on this issue such as how to reproduce it and what causes it can be found in the mailing list a minor side problem is that while probes correctly return nan when they fail evaluate at does not | 1 |
115,345 | 11,872,190,593 | IssuesEvent | 2020-03-26 15:27:38 | twilio/twilio-video-app-ios | https://api.github.com/repos/twilio/twilio-video-app-ios | closed | Configuration steps for Community build missing? Secrets | documentation | Hi - I am trying to use this sample to build a prototype but found that the twilio-cli to receive the passcode to be used is not working. Assuming that it is needed to resolve to an instance of the twilio server. I don't find any instructions or placeholder to provide the account SID, token and secret. Am I missing ... | 1.0 | Configuration steps for Community build missing? Secrets - Hi - I am trying to use this sample to build a prototype but found that the twilio-cli to receive the passcode to be used is not working. Assuming that it is needed to resolve to an instance of the twilio server. I don't find any instructions or placeholder ... | non_defect | configuration steps for community build missing secrets hi i am trying to use this sample to build a prototype but found that the twilio cli to receive the passcode to be used is not working assuming that it is needed to resolve to an instance of the twilio server i don t find any instructions or placeholder ... | 0 |
21,927 | 10,699,967,572 | IssuesEvent | 2019-10-23 22:19:50 | immersive-web/webxr | https://api.github.com/repos/immersive-web/webxr | closed | What is Trusted Immersive UI? | fixed by pending PR privacy-and-security trusted UI | **[Disclaimer: This issue is one of several being filed to capture discussions that began either on #638, on #689, or at the most recent F2F]**
The concept of “Trusted UI” is what allows User Agents to display a UI to end users on which sensitive information can be displayed and interacted with such that a website c... | True | What is Trusted Immersive UI? - **[Disclaimer: This issue is one of several being filed to capture discussions that began either on #638, on #689, or at the most recent F2F]**
The concept of “Trusted UI” is what allows User Agents to display a UI to end users on which sensitive information can be displayed and inter... | non_defect | what is trusted immersive ui the concept of “trusted ui” is what allows user agents to display a ui to end users on which sensitive information can be displayed and interacted with such that a website cannot snoop on it and cannot spoof it some features which use trusted ui are user consent prompts url ba... | 0 |
14,945 | 2,831,519,210 | IssuesEvent | 2015-05-24 18:11:17 | Stefan-/io-2012-slides | https://api.github.com/repos/Stefan-/io-2012-slides | closed | Please state dependencies for the project? | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Installed via git
2. Read the readme. Found dependency on Ruby
3. Tried to update as suggested
What is the expected output? What do you see instead?
]# gem update --system
Updating rubygems-update
Fetching: rubygems-update-2.2.2.gem (100%)
Successfully installed rubygems... | 1.0 | Please state dependencies for the project? - ```
What steps will reproduce the problem?
1. Installed via git
2. Read the readme. Found dependency on Ruby
3. Tried to update as suggested
What is the expected output? What do you see instead?
]# gem update --system
Updating rubygems-update
Fetching: rubygems-update-2.2... | defect | please state dependencies for the project what steps will reproduce the problem installed via git read the readme found dependency on ruby tried to update as suggested what is the expected output what do you see instead gem update system updating rubygems update fetching rubygems update ... | 1 |
771,214 | 27,074,728,160 | IssuesEvent | 2023-02-14 09:47:25 | card-monkey/card-monkey-BE | https://api.github.com/repos/card-monkey/card-monkey-BE | closed | 일부 엔티티 필드 추가 및 not null 설정 | Priority: Medium Status: In Progress For: Backend Type: Feature | ## Description
엔티티 필드 값 추가 필요 및 not null 설정 필요
## Tasks
- [x] Benefit 엔티티 tax, shopping 필드 추가
- [x] Card 엔티티 일부 `nullable=false` 설정
- [x] Member 엔티티 name 필드 추가, 일부 `nullable=false` 설정
## References
| 1.0 | 일부 엔티티 필드 추가 및 not null 설정 - ## Description
엔티티 필드 값 추가 필요 및 not null 설정 필요
## Tasks
- [x] Benefit 엔티티 tax, shopping 필드 추가
- [x] Card 엔티티 일부 `nullable=false` 설정
- [x] Member 엔티티 name 필드 추가, 일부 `nullable=false` 설정
## References
| non_defect | 일부 엔티티 필드 추가 및 not null 설정 description 엔티티 필드 값 추가 필요 및 not null 설정 필요 tasks benefit 엔티티 tax shopping 필드 추가 card 엔티티 일부 nullable false 설정 member 엔티티 name 필드 추가 일부 nullable false 설정 references | 0 |
10,092 | 2,618,935,529 | IssuesEvent | 2015-03-03 00:01:54 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | Disable auto production | auto-migrated Priority-Medium Type-Defect | ```
Game version: 0.95.150
Operating System: Windows 7 x64
Java runtime version: 1.7.0.25
Installed using the Launcher? yes
Game language (en, hu, de): ru
What steps will reproduce the problem?
1. Play enough to have an ability to produce almost everything
2. Start a new day
What is the expected output?
Just a new da... | 1.0 | Disable auto production - ```
Game version: 0.95.150
Operating System: Windows 7 x64
Java runtime version: 1.7.0.25
Installed using the Launcher? yes
Game language (en, hu, de): ru
What steps will reproduce the problem?
1. Play enough to have an ability to produce almost everything
2. Start a new day
What is the expec... | defect | disable auto production game version operating system windows java runtime version installed using the launcher yes game language en hu de ru what steps will reproduce the problem play enough to have an ability to produce almost everything start a new day what is the expected ou... | 1 |
234,379 | 25,846,661,154 | IssuesEvent | 2022-12-13 07:11:50 | nidhi7598/linux-4.1.15_CVE-2019-10220 | https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2019-10220 | opened | CVE-2017-15274 (Medium) detected in linuxlinux-4.4.302 | security vulnerability | ## CVE-2017-15274 - Medium 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.... | True | CVE-2017-15274 (Medium) detected in linuxlinux-4.4.302 - ## CVE-2017-15274 - Medium 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 Kerne... | non_defect | cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files security key... | 0 |
53,453 | 13,165,764,164 | IssuesEvent | 2020-08-11 07:18:43 | k4cg/nichtparasoup | https://api.github.com/repos/k4cg/nichtparasoup | closed | build artifacts on release | build/publish | have the build artifacts added to the release
maybe add this to the publish yob
```yaml
- name: Upload release asset to GitHub
# use https://github.com/actions/upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
... | 1.0 | build artifacts on release - have the build artifacts added to the release
maybe add this to the publish yob
```yaml
- name: Upload release asset to GitHub
# use https://github.com/actions/upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ ... | non_defect | build artifacts on release have the build artifacts added to the release maybe add this to the publish yob yaml name upload release asset to github use uses actions upload release asset env github token secrets github token with ... | 0 |
1,074 | 2,594,525,695 | IssuesEvent | 2015-02-20 04:48:44 | paulirish/mutation-summary | https://api.github.com/repos/paulirish/mutation-summary | opened | screen_sharing_extension does not work on Chrome 23 | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Follow the README for the screen_sharing_extension
What is the expected output? What do you see instead?
Chrome extension manager complains that the manifest is not in version 2 format
What version of the product are you using? On what operating system?
Chrome 23 on Mac O... | 1.0 | screen_sharing_extension does not work on Chrome 23 - ```
What steps will reproduce the problem?
1. Follow the README for the screen_sharing_extension
What is the expected output? What do you see instead?
Chrome extension manager complains that the manifest is not in version 2 format
What version of the product are y... | defect | screen sharing extension does not work on chrome what steps will reproduce the problem follow the readme for the screen sharing extension what is the expected output what do you see instead chrome extension manager complains that the manifest is not in version format what version of the product are yo... | 1 |
146,395 | 19,403,572,551 | IssuesEvent | 2021-12-19 16:08:09 | victorlmneves/fed-pug-boilerplate-v2 | https://api.github.com/repos/victorlmneves/fed-pug-boilerplate-v2 | closed | CVE-2019-6286 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz - autoclosed | security vulnerability | ## CVE-2019-6286 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennms-source-26.0.0-1</b>, <b>node-sass-4.14.1.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.... | True | CVE-2019-6286 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz - autoclosed - ## CVE-2019-6286 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennm... | non_defect | cve medium detected in opennmsopennms source node sass tgz autoclosed cve medium severity vulnerability vulnerable libraries opennmsopennms source node sass tgz node sass tgz wrapper around libsass library home page a href path to dep... | 0 |
141,397 | 12,967,195,542 | IssuesEvent | 2020-07-21 02:31:07 | mondobrain/lupa | https://api.github.com/repos/mondobrain/lupa | closed | Update documentation for @lupa/mock | c³ ⋅ PR welcome good first issue t² 📚 documentation | ### Lupa Version
`0.2.0`
### Affected Packages
<!-- if all packages are affected just use `@ALL`. If unsure which package is having the issue list all the ones you are using. -->
- `@lupa/mock`: `0.2.0`
README.md examples are not functional. The `<MockDataset>` is missing the `data` prop
| 1.0 | Update documentation for @lupa/mock - ### Lupa Version
`0.2.0`
### Affected Packages
<!-- if all packages are affected just use `@ALL`. If unsure which package is having the issue list all the ones you are using. -->
- `@lupa/mock`: `0.2.0`
README.md examples are not functional. The `<MockDataset>` is missing... | non_defect | update documentation for lupa mock lupa version affected packages lupa mock readme md examples are not functional the is missing the data prop | 0 |
96,520 | 27,877,273,154 | IssuesEvent | 2023-03-21 16:48:12 | gehelem/als | https://api.github.com/repos/gehelem/als | reopened | Cant run on m1 Macbook | build | Hi and Salut Guys,
the APP crashes on my new Macbook.
Please let me know if you are planing on fixing that, and I'll do my Best to support you with crash-log Infos.
BR Steven | 1.0 | Cant run on m1 Macbook - Hi and Salut Guys,
the APP crashes on my new Macbook.
Please let me know if you are planing on fixing that, and I'll do my Best to support you with crash-log Infos.
BR Steven | non_defect | cant run on macbook hi and salut guys the app crashes on my new macbook please let me know if you are planing on fixing that and i ll do my best to support you with crash log infos br steven | 0 |
51,471 | 13,207,496,292 | IssuesEvent | 2020-08-14 23:19:46 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | icerec version to play well with clang-503.0.38 (Trac #487) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/487">https://code.icecube.wisc.edu/projects/icecube/ticket/487</a>, reported by gladstoneand owned by meike.dewith</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-04-08T10:13:47",
"_ts"... | 1.0 | icerec version to play well with clang-503.0.38 (Trac #487) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/487">https://code.icecube.wisc.edu/projects/icecube/ticket/487</a>, reported by gladstoneand owned by meike.dewith</em></summary>
<p>
```json
{
"status"... | defect | icerec version to play well with clang trac migrated from json status closed changetime ts description this is an expanded version of ticket i m trying to compile icerec on my laptop which just got an update from apple to n ... | 1 |
304,231 | 23,055,532,530 | IssuesEvent | 2022-07-25 04:00:24 | dpalmasan/wumpus-ai | https://api.github.com/repos/dpalmasan/wumpus-ai | closed | Investigate how to implement a tile class with properties | documentation | Example of properties:
- There is a pit
- There is breeze
- There's gold
- There is the Wumpus
Design the and create issues accordingly | 1.0 | Investigate how to implement a tile class with properties - Example of properties:
- There is a pit
- There is breeze
- There's gold
- There is the Wumpus
Design the and create issues accordingly | non_defect | investigate how to implement a tile class with properties example of properties there is a pit there is breeze there s gold there is the wumpus design the and create issues accordingly | 0 |
9,507 | 8,016,414,610 | IssuesEvent | 2018-07-25 13:18:18 | devtools-html/debugger.html | https://api.github.com/repos/devtools-html/debugger.html | closed | [telemetry] Tracking issue for telemetry | difficulty: medium infrastructure tracking | - [x] Debugger Open
- [ ] Debugger Cold Open
- [ ] debugger open on debug statement
- [ ] Select Source (time)
- [ ] Reload page with Debugger open
- [ ] Close toolbox with Debugger open
- [ ] # of sources listed
- [ ] Select Source Count
- [ ] prettified count
- [ ] # of files opened (which had source maps)
- [ ] fram... | 1.0 | [telemetry] Tracking issue for telemetry - - [x] Debugger Open
- [ ] Debugger Cold Open
- [ ] debugger open on debug statement
- [ ] Select Source (time)
- [ ] Reload page with Debugger open
- [ ] Close toolbox with Debugger open
- [ ] # of sources listed
- [ ] Select Source Count
- [ ] prettified count
- [ ] # of file... | non_defect | tracking issue for telemetry debugger open debugger cold open debugger open on debug statement select source time reload page with debugger open close toolbox with debugger open of sources listed select source count prettified count of files opened which had source map... | 0 |
59,974 | 17,023,301,870 | IssuesEvent | 2021-07-03 01:19:07 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | crash on startup with no internet | Component: merkaartor Priority: major Resolution: worksforme Type: defect | **[Submitted to the original trac issue database at 11.27pm, Friday, 26th September 2008]**
If you have no ip connectivity, and run merkaator windows 0.12 beta 3 it crashes on startup. The dr watson log is included
I first found this after seeing another yahoo redraw crash (that took lots of edits with it :( ) and... | 1.0 | crash on startup with no internet - **[Submitted to the original trac issue database at 11.27pm, Friday, 26th September 2008]**
If you have no ip connectivity, and run merkaator windows 0.12 beta 3 it crashes on startup. The dr watson log is included
I first found this after seeing another yahoo redraw crash (that... | defect | crash on startup with no internet if you have no ip connectivity and run merkaator windows beta it crashes on startup the dr watson log is included i first found this after seeing another yahoo redraw crash that took lots of edits with it and then i couldn t restart i tried uninstalling rei... | 1 |
577,937 | 17,139,361,589 | IssuesEvent | 2021-07-13 07:53:19 | osoc21/technical-support | https://api.github.com/repos/osoc21/technical-support | closed | Hi, can you change our name from 'Arvesta-Farmer-Hackathon' to 'Arvesta's Digital Innovation Hackathon'? Thank you! | priority 1 team: the-ideation-barn | **Is your request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concis... | 1.0 | Hi, can you change our name from 'Arvesta-Farmer-Hackathon' to 'Arvesta's Digital Innovation Hackathon'? Thank you! - **Is your request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear ... | non_defect | hi can you change our name from arvesta farmer hackathon to arvesta s digital innovation hackathon thank you is your request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when describe the solution you d like a clear and ... | 0 |
14,825 | 2,831,389,835 | IssuesEvent | 2015-05-24 15:54:40 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | nikon 5300 - wlan - nexus 7 - live view - crash | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. connect to nikon5300 wlan via nexus 7 - takes multiple tries, then connects.
2. open dslrdashboard app, connect via WU-1a/1b - works, shows menu, I can
access the pictures on the chip...
3. push the LV button in the menu
What is the expected output? What do you see in... | 1.0 | nikon 5300 - wlan - nexus 7 - live view - crash - ```
What steps will reproduce the problem?
1. connect to nikon5300 wlan via nexus 7 - takes multiple tries, then connects.
2. open dslrdashboard app, connect via WU-1a/1b - works, shows menu, I can
access the pictures on the chip...
3. push the LV button in the menu... | defect | nikon wlan nexus live view crash what steps will reproduce the problem connect to wlan via nexus takes multiple tries then connects open dslrdashboard app connect via wu works shows menu i can access the pictures on the chip push the lv button in the menu what is th... | 1 |
1,301 | 5,541,936,639 | IssuesEvent | 2017-03-22 14:02:21 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | Feature request: allow iterating listeners with with_items inside ec2_elb_lb task | affects_2.1 aws cloud feature_idea waiting_on_maintainer | ISSUE TYPE
Feature Idea
ANSIBLE VERSION
```
$ ansible --version
ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
CONFIGURATION
$ egrep -v "^#|^$" /etc/ansible/ansible.cfg
[defaults]
gathering = explicit
host_key_checking = False
callback_whitelist = pro... | True | Feature request: allow iterating listeners with with_items inside ec2_elb_lb task - ISSUE TYPE
Feature Idea
ANSIBLE VERSION
```
$ ansible --version
ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
CONFIGURATION
$ egrep -v "^#|^$" /etc/ansible/ansible.cf... | non_defect | feature request allow iterating listeners with with items inside elb lb task issue type feature idea ansible version ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration egrep v etc ansible ansible cfg ... | 0 |
176,879 | 14,598,029,565 | IssuesEvent | 2020-12-20 22:52:58 | kdeldycke/meta-package-manager | https://api.github.com/repos/kdeldycke/meta-package-manager | closed | Fix and reapply labels | 🐛 bug 📗 documentation 🔩 CI/CD | My last attempt to add emojis to label removed them all from issues and PRs. I'll have to fix all this mess by hand... 😱 | 1.0 | Fix and reapply labels - My last attempt to add emojis to label removed them all from issues and PRs. I'll have to fix all this mess by hand... 😱 | non_defect | fix and reapply labels my last attempt to add emojis to label removed them all from issues and prs i ll have to fix all this mess by hand 😱 | 0 |
57,371 | 15,733,372,516 | IssuesEvent | 2021-03-29 19:29:03 | Ferlab-Ste-Justine/clin-project | https://api.github.com/repos/Ferlab-Ste-Justine/clin-project | opened | tableau des prescriptions - mauvais affichage lors d'une recherche | - S - Defects | Lorsque je cherche un patient par son nom (ou prénom), les choix qui me sont montrés dans la barre de recherche montre le prénom en majuscule et le nom de famille en minuscule (PRÉNOM Nom)
Devrait être plutôt Prénom NOM
Recherche
, les choix qui me sont montrés dans la barre de recherche montre le prénom en majuscule et le nom de famille en minuscule (PRÉNOM Nom)
Devrait être plutôt Prénom NOM
Recherche
 without initializing all its static base classes (Test1, Test2).
### Steps To Reproduce... | defect | static constructors are not called for base classes expected when an instance is created all its static base classes should already be initialized actual it s possible to create an instance in the example without initializing all its static base classes steps to reproduce ... | 1 |
73,398 | 24,608,500,627 | IssuesEvent | 2022-10-14 18:42:12 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | Missing symlinks in /dev/zvol | Type: Defect Status: Stale | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | Missing symlinks in /dev/zvol - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS docu... | defect | missing symlinks in dev zvol thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as possible ... | 1 |
123,450 | 17,772,239,479 | IssuesEvent | 2021-08-30 14:53:13 | kapseliboi/RDocumentation-app | https://api.github.com/repos/kapseliboi/RDocumentation-app | opened | WS-2021-0100 (High) detected in dot-access-1.0.0.tgz | security vulnerability | ## WS-2021-0100 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dot-access-1.0.0.tgz</b></p></summary>
<p>Access object properties using dot notation.</p>
<p>Library home page: <a href... | True | WS-2021-0100 (High) detected in dot-access-1.0.0.tgz - ## WS-2021-0100 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dot-access-1.0.0.tgz</b></p></summary>
<p>Access object propertie... | non_defect | ws high detected in dot access tgz ws high severity vulnerability vulnerable library dot access tgz access object properties using dot notation library home page a href path to dependency file rdocumentation app package json path to vulnerable library rdocumentation... | 0 |
4,980 | 2,764,890,724 | IssuesEvent | 2015-04-29 17:47:34 | rackerlabs/encore-ui | https://api.github.com/repos/rackerlabs/encore-ui | closed | Add "disabled" style for rxStatusColumn | design in review | This is something utilized heavily by the new dedicated Load Balancer tool coming into Encore. | 1.0 | Add "disabled" style for rxStatusColumn - This is something utilized heavily by the new dedicated Load Balancer tool coming into Encore. | non_defect | add disabled style for rxstatuscolumn this is something utilized heavily by the new dedicated load balancer tool coming into encore | 0 |
24,849 | 4,112,697,956 | IssuesEvent | 2016-06-07 11:33:23 | contao/core-bundle | https://api.github.com/repos/contao/core-bundle | closed | File uploader issue | defect | To reproduce:
* set up a new Contao installation
* run the Contao Install Tool and create a new administrator account
* log into the back end using the administrator's credentials
* open the "File manager" back end module
* click the "File upload" and choose a location
* the **Default uploder** is shown
* open t... | 1.0 | File uploader issue - To reproduce:
* set up a new Contao installation
* run the Contao Install Tool and create a new administrator account
* log into the back end using the administrator's credentials
* open the "File manager" back end module
* click the "File upload" and choose a location
* the **Default uplode... | defect | file uploader issue to reproduce set up a new contao installation run the contao install tool and create a new administrator account log into the back end using the administrator s credentials open the file manager back end module click the file upload and choose a location the default uplode... | 1 |
140,616 | 32,037,263,255 | IssuesEvent | 2023-09-22 16:16:17 | microsoft/azure-pipelines-vscode | https://api.github.com/repos/microsoft/azure-pipelines-vscode | closed | Warning when using tasks: gitversion/setup@0 and gitversion/execute@0 | question accurate-yaml-validation Area: VsCodeExtension | The following two tasks give errors in vscode, because the tasks gitversion/setup@0 and gitversion/execute@0, are not among the supported values
\- task: gitversion/setup@0
displayName: "GitVersion: Install"
inputs:
versionSpec: "5.x"
\- task: gitversion/execute@0
displayName: "GitVersion: Exe... | 1.0 | Warning when using tasks: gitversion/setup@0 and gitversion/execute@0 - The following two tasks give errors in vscode, because the tasks gitversion/setup@0 and gitversion/execute@0, are not among the supported values
\- task: gitversion/setup@0
displayName: "GitVersion: Install"
inputs:
versionSpec:... | non_defect | warning when using tasks gitversion setup and gitversion execute the following two tasks give errors in vscode because the tasks gitversion setup and gitversion execute are not among the supported values task gitversion setup displayname gitversion install inputs versionspec ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.