Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3
values | title stringlengths 1 744 | labels stringlengths 4 574 | body stringlengths 9 211k | index stringclasses 10
values | text_combine stringlengths 96 211k | label stringclasses 2
values | text stringlengths 96 188k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9,288 | 12,305,768,930 | IssuesEvent | 2020-05-11 23:25:17 | kubeflow/testing | https://api.github.com/repos/kubeflow/testing | opened | Setup buildcop | area/engprod kind/process priority/p0 | We need to setup an appropriate buildcop team and "rotation" in order to spread the load of managing the CI/CD infrastructure along.
Here are the big ticket items
1. Identify appropriate folks to be on the build copy rotation
* These should be folks with a long track record of contribution and involvement i... | 1.0 | Setup buildcop - We need to setup an appropriate buildcop team and "rotation" in order to spread the load of managing the CI/CD infrastructure along.
Here are the big ticket items
1. Identify appropriate folks to be on the build copy rotation
* These should be folks with a long track record of contribution ... | process | setup buildcop we need to setup an appropriate buildcop team and rotation in order to spread the load of managing the ci cd infrastructure along here are the big ticket items identify appropriate folks to be on the build copy rotation these should be folks with a long track record of contribution ... | 1 |
15,153 | 18,908,430,911 | IssuesEvent | 2021-11-16 11:35:14 | streamnative/pulsar-flink | https://api.github.com/repos/streamnative/pulsar-flink | closed | [FEATURE] Support start consume from timestamp in flink sql job | type/feature platform/data-processing | **Is your feature request related to a problem? Please describe.**
pulsar-flink connector now can not support start consume topic from timestamp like flink-kafka connector.
**Describe the solution you'd like**
when consume from a pulsar topic in a flink sql job, set the consume mode as `timestamp`, and set the st... | 1.0 | [FEATURE] Support start consume from timestamp in flink sql job - **Is your feature request related to a problem? Please describe.**
pulsar-flink connector now can not support start consume topic from timestamp like flink-kafka connector.
**Describe the solution you'd like**
when consume from a pulsar topic in a ... | process | support start consume from timestamp in flink sql job is your feature request related to a problem please describe pulsar flink connector now can not support start consume topic from timestamp like flink kafka connector describe the solution you d like when consume from a pulsar topic in a flink sq... | 1 |
7,057 | 10,216,698,494 | IssuesEvent | 2019-08-15 11:28:36 | eobermuhlner/big-math | https://api.github.com/repos/eobermuhlner/big-math | closed | Prepare release 2.2.0 | development process | - [x] run performance benchmarks, create png, commit
- [x] add release number header to release note
- [x] rename release note
- [x] change version in `build.gradle`
- [x] upload artifacts to maven central
- [x] uncomment task `uploadArtifacts` in `build.gradle`
- [x] run `./gradlew clean`
- [x] run `./... | 1.0 | Prepare release 2.2.0 - - [x] run performance benchmarks, create png, commit
- [x] add release number header to release note
- [x] rename release note
- [x] change version in `build.gradle`
- [x] upload artifacts to maven central
- [x] uncomment task `uploadArtifacts` in `build.gradle`
- [x] run `./gradlew ... | process | prepare release run performance benchmarks create png commit add release number header to release note rename release note change version in build gradle upload artifacts to maven central uncomment task uploadartifacts in build gradle run gradlew clean ... | 1 |
16,275 | 20,883,882,127 | IssuesEvent | 2022-03-23 01:23:31 | openvinotoolkit/openvino | https://api.github.com/repos/openvinotoolkit/openvino | closed | Custom preprocess command | category: preprocessing feature | Greetings!
I am interested in implementing custom preprocess command.
I had had a look at the geometric_transformations.py and implemented a custom command with `Resize` in mind.
I also added that command inside the __init__.py in preprocessor folder but it doesn't get called for when added inside the `.yml` file'... | 1.0 | Custom preprocess command - Greetings!
I am interested in implementing custom preprocess command.
I had had a look at the geometric_transformations.py and implemented a custom command with `Resize` in mind.
I also added that command inside the __init__.py in preprocessor folder but it doesn't get called for when a... | process | custom preprocess command greetings i am interested in implementing custom preprocess command i had had a look at the geometric transformations py and implemented a custom command with resize in mind i also added that command inside the init py in preprocessor folder but it doesn t get called for when a... | 1 |
923 | 12,149,003,377 | IssuesEvent | 2020-04-24 15:27:12 | AzureAD/microsoft-authentication-library-for-dotnet | https://api.github.com/repos/AzureAD/microsoft-authentication-library-for-dotnet | closed | [Bug] AcquireTokenForClient throws a null reference exception when using a cert in .cer format / without private key | Fixed Supportability bug good first issue | **Which Version of MSAL are you using ?**
4.10
**Platform**
netcore (did not test net45, probably the same)
**What authentication flow has the issue?**
Client Creds
**Repro**
```csharp
var certWithNoPrivateKey = new X509Certificate2("path/to/cert.cer");
var cca = // create CCA with certificate
... | True | [Bug] AcquireTokenForClient throws a null reference exception when using a cert in .cer format / without private key - **Which Version of MSAL are you using ?**
4.10
**Platform**
netcore (did not test net45, probably the same)
**What authentication flow has the issue?**
Client Creds
**Repro**
```cs... | non_process | acquiretokenforclient throws a null reference exception when using a cert in cer format without private key which version of msal are you using platform netcore did not test probably the same what authentication flow has the issue client creds repro csharp var... | 0 |
30,068 | 6,009,582,426 | IssuesEvent | 2017-06-06 10:55:20 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | Mistake in the documentation of `ndimage.distance_transform_bf`. | defect Documentation easy-fix scipy.ndimage | This was reported on stackoverflow: http://stackoverflow.com/questions/43737790/ndimage-distance-transform-bf-transforms-the-wrong-elements
The docstring for `distance_transform_bf` says
This function calculates the distance transform of the `input`, by
replacing each background element (zero values), wi... | 1.0 | Mistake in the documentation of `ndimage.distance_transform_bf`. - This was reported on stackoverflow: http://stackoverflow.com/questions/43737790/ndimage-distance-transform-bf-transforms-the-wrong-elements
The docstring for `distance_transform_bf` says
This function calculates the distance transform of the `... | non_process | mistake in the documentation of ndimage distance transform bf this was reported on stackoverflow the docstring for distance transform bf says this function calculates the distance transform of the input by replacing each background element zero values with its shortest distance to th... | 0 |
2,971 | 5,962,795,344 | IssuesEvent | 2017-05-30 00:55:14 | Data4Democracy/quorum | https://api.github.com/repos/Data4Democracy/quorum | opened | [Processor – AWS ] Add functionally to store data on AWS | processor | Add functionality so that the output from a consumer can be efficiently stored on an S3 bucket. | 1.0 | [Processor – AWS ] Add functionally to store data on AWS - Add functionality so that the output from a consumer can be efficiently stored on an S3 bucket. | process | add functionally to store data on aws add functionality so that the output from a consumer can be efficiently stored on an bucket | 1 |
350,612 | 31,930,842,947 | IssuesEvent | 2023-09-19 07:18:35 | Convergence-Project/step-backend | https://api.github.com/repos/Convergence-Project/step-backend | closed | [2주차] (문제집) 문제집 리그 삭제 구현 | 🎯test ✨feature | ✏️Description
-
문제집 리그 삭제 구현
✅TODO
-
- [x] 삭제 테스트 코드 작성
- [x] 컨트롤러 및 프론트 연동
🐾ETC
-
| 1.0 | [2주차] (문제집) 문제집 리그 삭제 구현 - ✏️Description
-
문제집 리그 삭제 구현
✅TODO
-
- [x] 삭제 테스트 코드 작성
- [x] 컨트롤러 및 프론트 연동
🐾ETC
-
| non_process | 문제집 문제집 리그 삭제 구현 ✏️description 문제집 리그 삭제 구현 ✅todo 삭제 테스트 코드 작성 컨트롤러 및 프론트 연동 🐾etc | 0 |
16,071 | 20,240,128,659 | IssuesEvent | 2022-02-14 08:27:40 | metallb/metallb | https://api.github.com/repos/metallb/metallb | closed | CNCF: CII best practices badge | process | From CNCF onboarding https://github.com/cncf/toc/issues/720 :
> CII: Start on a CII best practices badge https://bestpractices.coreinfrastructure.org/en | 1.0 | CNCF: CII best practices badge - From CNCF onboarding https://github.com/cncf/toc/issues/720 :
> CII: Start on a CII best practices badge https://bestpractices.coreinfrastructure.org/en | process | cncf cii best practices badge from cncf onboarding cii start on a cii best practices badge | 1 |
189,394 | 15,187,332,381 | IssuesEvent | 2021-02-15 13:39:35 | open-contracting/standard | https://api.github.com/repos/open-contracting/standard | opened | General guidance on version upgrades | Focus - Documentation | With the release of OCDS 1.2, many data publishers will wonder how to upgrade, the available options, the potential side effects etc.
The revision and upgrade process is well documented in [Governance](https://standard.open-contracting.org/latest/en/governance/?highlight=upgrade#versioning-and-upgrade-process) from ... | 1.0 | General guidance on version upgrades - With the release of OCDS 1.2, many data publishers will wonder how to upgrade, the available options, the potential side effects etc.
The revision and upgrade process is well documented in [Governance](https://standard.open-contracting.org/latest/en/governance/?highlight=upgrad... | non_process | general guidance on version upgrades with the release of ocds many data publishers will wonder how to upgrade the available options the potential side effects etc the revision and upgrade process is well documented in from a standardization point of view but not from a data publication point of view | 0 |
4,694 | 7,529,065,651 | IssuesEvent | 2018-04-14 00:18:03 | ncbo/bioportal-project | https://api.github.com/repos/ncbo/bioportal-project | closed | MIRO: bad pull location, corrupt submission objects | ontology processing problem | The pull URL for MIRO is no longer valid, which has resulted in 9 submissions that show status of "uploaded, error rdf". These invalid submissions should be deleted, and the [pull URL](http://purl.obolibrary.org/obo/miro.obo) removed. This is an OBO library ontology, and they are aware of the broken PURL to access the ... | 1.0 | MIRO: bad pull location, corrupt submission objects - The pull URL for MIRO is no longer valid, which has resulted in 9 submissions that show status of "uploaded, error rdf". These invalid submissions should be deleted, and the [pull URL](http://purl.obolibrary.org/obo/miro.obo) removed. This is an OBO library ontology... | process | miro bad pull location corrupt submission objects the pull url for miro is no longer valid which has resulted in submissions that show status of uploaded error rdf these invalid submissions should be deleted and the removed this is an obo library ontology and they are aware of the broken purl to acces... | 1 |
21,151 | 28,127,350,069 | IssuesEvent | 2023-03-31 18:59:21 | hsmusic/hsmusic-data | https://api.github.com/repos/hsmusic/hsmusic-data | closed | Art tag investigation for Skaia in king's staffs/god tier clocks | scope: other/additional type: data fix type: involved process what: art tags | Multiple times in the comic these are zoomed into to reveal they're actually also literally Skaia, I think mainly just as a rule of cool thing but whatever. These are inconsistently not tagged as Skaia, and there are probably a fair amount of instances hiding around the wiki. | 1.0 | Art tag investigation for Skaia in king's staffs/god tier clocks - Multiple times in the comic these are zoomed into to reveal they're actually also literally Skaia, I think mainly just as a rule of cool thing but whatever. These are inconsistently not tagged as Skaia, and there are probably a fair amount of instances ... | process | art tag investigation for skaia in king s staffs god tier clocks multiple times in the comic these are zoomed into to reveal they re actually also literally skaia i think mainly just as a rule of cool thing but whatever these are inconsistently not tagged as skaia and there are probably a fair amount of instances ... | 1 |
2,240 | 5,088,640,696 | IssuesEvent | 2016-12-31 23:49:25 | sw4j-org/tool-jpa-processor | https://api.github.com/repos/sw4j-org/tool-jpa-processor | opened | Handle @ManyToMany Annotation | annotation processor task | Handle the `@ManyToMany` annotation for a property or field.
See [JSR 338: Java Persistence API, Version 2.1](http://download.oracle.com/otn-pub/jcp/persistence-2_1-fr-eval-spec/JavaPersistence.pdf)
- 11.1.29 ManyToMany Annotation
| 1.0 | Handle @ManyToMany Annotation - Handle the `@ManyToMany` annotation for a property or field.
See [JSR 338: Java Persistence API, Version 2.1](http://download.oracle.com/otn-pub/jcp/persistence-2_1-fr-eval-spec/JavaPersistence.pdf)
- 11.1.29 ManyToMany Annotation
| process | handle manytomany annotation handle the manytomany annotation for a property or field see manytomany annotation | 1 |
7,001 | 10,145,608,485 | IssuesEvent | 2019-08-05 05:16:21 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Typo under 'Permissions required to create an Automation account' section | Pri2 automation/svc cxp doc-enhancement process-automation/subsvc triaged | The second bullet should read "...under Azure Active Directory > MANAGE > User settings, if App registrations...". Currently reads incorrectly as "...under Azure Active Directory > MANAGE > App registrations, if App registrations...". Please fix, thanks.
---
#### Document Details
⚠ *Do not edit this secti... | 1.0 | Typo under 'Permissions required to create an Automation account' section - The second bullet should read "...under Azure Active Directory > MANAGE > User settings, if App registrations...". Currently reads incorrectly as "...under Azure Active Directory > MANAGE > App registrations, if App registrations...... | process | typo under permissions required to create an automation account section the second bullet should read under azure active directory gt manage gt user settings if app registrations currently reads incorrectly as under azure active directory gt manage gt app registrations if app registrations ... | 1 |
92,292 | 18,817,330,793 | IssuesEvent | 2021-11-10 01:47:45 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | closed | insights: [FE] Implement gql API for dashboard creation/edit UI | team/code-insights insights-settings-migration |
### Context
Things to implement on these pages:
1. `getInsightsSubjects` - this method provides a list of possible dashboard visibility things. (at the moment all dashboards are stored in setting cascade and therefore at the moment we use setting subject there)
2. `createDashboard` mutation
3. `updateDashboard`... | 1.0 | insights: [FE] Implement gql API for dashboard creation/edit UI -
### Context
Things to implement on these pages:
1. `getInsightsSubjects` - this method provides a list of possible dashboard visibility things. (at the moment all dashboards are stored in setting cascade and therefore at the moment we use setting su... | non_process | insights implement gql api for dashboard creation edit ui context things to implement on these pages getinsightssubjects this method provides a list of possible dashboard visibility things at the moment all dashboards are stored in setting cascade and therefore at the moment we use setting subje... | 0 |
151,895 | 23,889,404,613 | IssuesEvent | 2022-09-08 10:14:08 | stores-cedcommerce/HSL-Home-page-design | https://api.github.com/repos/stores-cedcommerce/HSL-Home-page-design | closed | For the instagram feed, for the mobile view and tab view the insta icon will not be visible. | Tab Mobile Design / UI / UX Not required homepage | **Actual result:**
For the instagram feed, for the mobile view and tab view the insta icon will not be visible.

**Expected result:**
We can use the insta gram icon on the instagram feed.( suggestion) | 1.0 | For the instagram feed, for the mobile view and tab view the insta icon will not be visible. - **Actual result:**
For the instagram feed, for the mobile view and tab view the insta icon will not be visible.
 the special member functions that each concept expects. | 1.0 | Document special member functions expected by concepts - Document (and default) the special member functions that each concept expects. | non_process | document special member functions expected by concepts document and default the special member functions that each concept expects | 0 |
81,822 | 15,806,052,919 | IssuesEvent | 2021-04-04 02:47:02 | metio/yosql | https://api.github.com/repos/metio/yosql | closed | support methods that return only a single result | CodeGen :: API Priority :: High Type :: Enhancement | `findOne` in case only one result is expected and everything else is an error.
`findFirst` in case only the first of many should be returned | 1.0 | support methods that return only a single result - `findOne` in case only one result is expected and everything else is an error.
`findFirst` in case only the first of many should be returned | non_process | support methods that return only a single result findone in case only one result is expected and everything else is an error findfirst in case only the first of many should be returned | 0 |
130,965 | 18,214,360,562 | IssuesEvent | 2021-09-30 01:02:17 | doc-ai/tensorflow | https://api.github.com/repos/doc-ai/tensorflow | opened | CVE-2021-37678 (High) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl | security vulnerability | ## CVE-2021-37678 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning... | True | CVE-2021-37678 (High) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl - ## CVE-2021-37678 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0b1-cp36-cp36m-m... | non_process | cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file tensorflow tensorflow lite mi... | 0 |
6,256 | 9,215,618,090 | IssuesEvent | 2019-03-11 04:11:17 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Test failure: System.Diagnostics.Tests.ProcessTests/ProcessStart_OpenFileOnLinux_UsesSpecifiedProgramUsingArgumentList(programToOpenWith: \"vi\") | area-System.Diagnostics.Process bug os-linux | Opened on behalf of @Sunny-pu
The test `System.Diagnostics.Tests.ProcessTests/ProcessStart_OpenFileOnLinux_UsesSpecifiedProgramUsingArgumentList(programToOpenWith: \"vi\")` has failed.
System.InvalidOperationException : Process has exited, so the requested information is not available.
Stack Trace:
... | 1.0 | Test failure: System.Diagnostics.Tests.ProcessTests/ProcessStart_OpenFileOnLinux_UsesSpecifiedProgramUsingArgumentList(programToOpenWith: \"vi\") - Opened on behalf of @Sunny-pu
The test `System.Diagnostics.Tests.ProcessTests/ProcessStart_OpenFileOnLinux_UsesSpecifiedProgramUsingArgumentList(programToOpenWith: \"vi\")... | process | test failure system diagnostics tests processtests processstart openfileonlinux usesspecifiedprogramusingargumentlist programtoopenwith vi opened on behalf of sunny pu the test system diagnostics tests processtests processstart openfileonlinux usesspecifiedprogramusingargumentlist programtoopenwith vi ... | 1 |
6,949 | 7,801,612,433 | IssuesEvent | 2018-06-09 23:48:43 | fga-gpp-mds/2018.1_Gerencia_mais | https://api.github.com/repos/fga-gpp-mds/2018.1_Gerencia_mais | closed | [TS57]Implementar microserviço para enviar email | [EPS] [Important] [MICROSERVICE] [Technical Stories] | eu como desenvolvedor
desejo que seja implementado microserviço para enviar email
para que possa ser enviado quadros semanais para médicos.
| 1.0 | [TS57]Implementar microserviço para enviar email - eu como desenvolvedor
desejo que seja implementado microserviço para enviar email
para que possa ser enviado quadros semanais para médicos.
| non_process | implementar microserviço para enviar email eu como desenvolvedor desejo que seja implementado microserviço para enviar email para que possa ser enviado quadros semanais para médicos | 0 |
820,831 | 30,791,660,593 | IssuesEvent | 2023-07-31 16:36:40 | dag-hammarskjold-library/dlx-rest | https://api.github.com/repos/dag-hammarskjold-library/dlx-rest | opened | New save action for field 089 | priority: high type: configuration function: automatic | We need a new save action that automatically adds 089__a:veto to field that has 089__b:B06. The subfield $a should be added to the same field.
So when a user enters this:

This is what should be a... | 1.0 | New save action for field 089 - We need a new save action that automatically adds 089__a:veto to field that has 089__b:B06. The subfield $a should be added to the same field.
So when a user enters this:
 should be able to manually enter a GTID, date, and team. | 1.0 | Manual attendance entry for teams - Administrators (not necessarily the `admin` role per se, but perhaps `officer-i`) should be able to manually enter a GTID, date, and team. | non_process | manual attendance entry for teams administrators not necessarily the admin role per se but perhaps officer i should be able to manually enter a gtid date and team | 0 |
266,766 | 8,374,883,464 | IssuesEvent | 2018-10-05 14:52:19 | nco/nco | https://api.github.com/repos/nco/nco | opened | ncap2 array notation unexpected behavior | bug high priority | Please investigate this and fix this if possible or explain why it is not.
Correct/Expected:
```
zender@aerosol:~$ ncap2 -O -s 'three_dmn_rec_var(:,:,2:)=0*three_dmn_rec_var(:,:,2:);print(three_dmn_rec_var)' ~/nco/data/in.nc ~/foo.nc
three_dmn_rec_var[0]=1
three_dmn_rec_var[1]=2
three_dmn_rec_var[2]=0
three... | 1.0 | ncap2 array notation unexpected behavior - Please investigate this and fix this if possible or explain why it is not.
Correct/Expected:
```
zender@aerosol:~$ ncap2 -O -s 'three_dmn_rec_var(:,:,2:)=0*three_dmn_rec_var(:,:,2:);print(three_dmn_rec_var)' ~/nco/data/in.nc ~/foo.nc
three_dmn_rec_var[0]=1
three_dmn_re... | non_process | array notation unexpected behavior please investigate this and fix this if possible or explain why it is not correct expected zender aerosol o s three dmn rec var three dmn rec var print three dmn rec var nco data in nc foo nc three dmn rec var three dmn rec var ... | 0 |
126,918 | 17,141,870,790 | IssuesEvent | 2021-07-13 10:30:25 | betagouv/mon-entreprise | https://api.github.com/repos/betagouv/mon-entreprise | closed | Ré-organisation du pied de page | good first issue 🎨 design | Avec les liens que l'on a ajouté au fur et à mesure, le pied de page est devenu un peu désorganisé :

Par ailleurs, j'ai l'impression que le pied de page actuel est trop large sur mobile et qu'il crée une... | 1.0 | Ré-organisation du pied de page - Avec les liens que l'on a ajouté au fur et à mesure, le pied de page est devenu un peu désorganisé :

Par ailleurs, j'ai l'impression que le pied de page actuel est trop ... | non_process | ré organisation du pied de page avec les liens que l on a ajouté au fur et à mesure le pied de page est devenu un peu désorganisé par ailleurs j ai l impression que le pied de page actuel est trop large sur mobile et qu il crée une barre de défilement horizontale sur la page | 0 |
449,995 | 31,879,825,890 | IssuesEvent | 2023-09-16 08:28:00 | keploy/keploy | https://api.github.com/repos/keploy/keploy | closed | [bug]: same page linked to the next button of pagination navbar | bug Documentation Good First Issue Hacktoberfest docs hacktoberfest2023 | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior

The next button is showing `introduction` in the introduction page.
### Steps to reproduce
1. Go to https://docs.k... | 1.0 | [bug]: same page linked to the next button of pagination navbar - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior

The next button is showing `introduction` in the ... | non_process | same page linked to the next button of pagination navbar is there an existing issue for this i have searched the existing issues current behavior the next button is showing introduction in the introduction page steps to reproduce go to scroll to the navigation navbar in the... | 0 |
172,489 | 21,047,082,896 | IssuesEvent | 2022-03-31 17:01:38 | jgeraigery/teamcity-ibm-cloud | https://api.github.com/repos/jgeraigery/teamcity-ibm-cloud | opened | WS-2022-0107 (High) detected in spring-beans-4.3.12.RELEASE.jar | security vulnerability | ## WS-2022-0107 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-beans-4.3.12.RELEASE.jar</b></p></summary>
<p>Spring Beans</p>
<p>Library home page: <a href="https://github.com/... | True | WS-2022-0107 (High) detected in spring-beans-4.3.12.RELEASE.jar - ## WS-2022-0107 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-beans-4.3.12.RELEASE.jar</b></p></summary>
<p>S... | non_process | ws high detected in spring beans release jar ws high severity vulnerability vulnerable library spring beans release jar spring beans library home page a href path to dependency file ibm cloud server build gradle path to vulnerable library home wss scanner gradle c... | 0 |
19,925 | 3,787,147,514 | IssuesEvent | 2016-03-21 09:15:28 | red/red | https://api.github.com/repos/red/red | closed | Console crashes when `word!` used with `url!` as an argument to `write` | Red status.built status.tested type.review | ```
red>> write http://www.abc.com 'crashed
```
gives (in debug mode) -
```
*** Runtime Error 1: access violation
*** in file: /C/Users/ABC/Desktop/red/environment/console/unicode.reds
*** at line: 625
***
*** stack: red/unicode/to-utf16-len 02733BA0h 0018F568h
*** stack: red/unicode/to-utf16 02733BA0h
*... | 1.0 | Console crashes when `word!` used with `url!` as an argument to `write` - ```
red>> write http://www.abc.com 'crashed
```
gives (in debug mode) -
```
*** Runtime Error 1: access violation
*** in file: /C/Users/ABC/Desktop/red/environment/console/unicode.reds
*** at line: 625
***
*** stack: red/unicode/to-utf... | non_process | console crashes when word used with url as an argument to write red write crashed gives in debug mode runtime error access violation in file c users abc desktop red environment console unicode reds at line stack red unicode to len stack... | 0 |
212,862 | 16,485,684,159 | IssuesEvent | 2021-05-24 17:35:33 | Realm667/WolfenDoom | https://api.github.com/repos/Realm667/WolfenDoom | closed | C1M0: Gas countdown timer obstructs Übermutant health bar. | mapping playtesting resources | When facing down the Übermutant boss in Operation Eisenmann, the gas countdown timer obstructs its health bar.

| 1.0 | C1M0: Gas countdown timer obstructs Übermutant health bar. - When facing down the Übermutant boss in Operation Eisenmann, the gas countdown timer obstructs its health bar.

Original Redmine Issue: [19965](https://issues.qgis.org/issues/19965)
Redmine category:processing/modeller
---
Hi,
It's not possible to control the order in which inputs appear in processing models execution dialog.
It seems (not confirmed) that the order used i... | 1.0 | Allow to set the order of inputs in processing models - Author Name: **Olivier Dalang** (@olivierdalang)
Original Redmine Issue: [19965](https://issues.qgis.org/issues/19965)
Redmine category:processing/modeller
---
Hi,
It's not possible to control the order in which inputs appear in processing models execution d... | process | allow to set the order of inputs in processing models author name olivier dalang olivierdalang original redmine issue redmine category processing modeller hi it s not possible to control the order in which inputs appear in processing models execution dialog it seems not confirmed that th... | 1 |
4,971 | 7,807,193,263 | IssuesEvent | 2018-06-11 16:04:53 | tripott/todo-cli-summer18 | https://api.github.com/repos/tripott/todo-cli-summer18 | closed | Add todo item | enhancement good first issue in process | As a developer, I desire the ability to add items to my list of to-dos so that I can keep track of all the tasks that I need to get done. After adding the item, list the todos.
Here's an example:
```
todo add create documentation for GET /cats
``` | 1.0 | Add todo item - As a developer, I desire the ability to add items to my list of to-dos so that I can keep track of all the tasks that I need to get done. After adding the item, list the todos.
Here's an example:
```
todo add create documentation for GET /cats
``` | process | add todo item as a developer i desire the ability to add items to my list of to dos so that i can keep track of all the tasks that i need to get done after adding the item list the todos here s an example todo add create documentation for get cats | 1 |
37,133 | 12,473,775,384 | IssuesEvent | 2020-05-29 08:27:41 | Kalskiman/gentelella | https://api.github.com/repos/Kalskiman/gentelella | opened | CVE-2018-11694 (High) detected in multiple libraries | security vulnerability | ## CVE-2018-11694 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b>, <b>node-sass-3.13.1.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.11.0.tgz</b... | True | CVE-2018-11694 (High) detected in multiple libraries - ## CVE-2018-11694 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b>, <b>node-sass-3.13.1.tgz</b></p></sum... | non_process | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries node sass tgz node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm gentelella vendors bootstrap pack... | 0 |
252,120 | 8,032,181,373 | IssuesEvent | 2018-07-28 12:17:12 | JGDSN/jcroft | https://api.github.com/repos/JGDSN/jcroft | closed | Power Permission System | Priority: Medium enhancement in progress type: coding | Add a power permission system, so active members cannot edit roots and so on. | 1.0 | Power Permission System - Add a power permission system, so active members cannot edit roots and so on. | non_process | power permission system add a power permission system so active members cannot edit roots and so on | 0 |
2,970 | 5,962,792,267 | IssuesEvent | 2017-05-30 00:53:50 | Data4Democracy/quorum | https://api.github.com/repos/Data4Democracy/quorum | opened | [Processor – Azure ] Add functionality to store data on Azure | processor | Add functionality so that the output from a consumer can be efficiently stored on an Azure data lake. | 1.0 | [Processor – Azure ] Add functionality to store data on Azure - Add functionality so that the output from a consumer can be efficiently stored on an Azure data lake. | process | add functionality to store data on azure add functionality so that the output from a consumer can be efficiently stored on an azure data lake | 1 |
14,643 | 17,773,045,617 | IssuesEvent | 2021-08-30 15:42:24 | digitalmethodsinitiative/4cat | https://api.github.com/repos/digitalmethodsinitiative/4cat | closed | Tokeniser removes non-latin characters | bug processors | The tokenisation processor removes non-letter characters from input strings to avoid including punctuation etc in the tokens. But its method is too naive, removing basically any character outside of `[a-zA-Z0-9]`. This mangles any text containing non-latin characters (Cyrillic, Armenian, you name it). So this needs to ... | 1.0 | Tokeniser removes non-latin characters - The tokenisation processor removes non-letter characters from input strings to avoid including punctuation etc in the tokens. But its method is too naive, removing basically any character outside of `[a-zA-Z0-9]`. This mangles any text containing non-latin characters (Cyrillic, ... | process | tokeniser removes non latin characters the tokenisation processor removes non letter characters from input strings to avoid including punctuation etc in the tokens but its method is too naive removing basically any character outside of this mangles any text containing non latin characters cyrillic armenian ... | 1 |
99,439 | 20,964,416,670 | IssuesEvent | 2022-03-28 04:18:42 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | Stabilozine does not heal poisoning if skill check is failed | Bug Need more info Code | - [x] I have searched the issue tracker to check if the issue has already been reported.
**Description**
Stabilozine does not heal afflictions of type "poison" if the skill check is failed on use due to a typo in the XML.
**Version**
Windows v0.16.7.0
**Additional information**

/usr/local/Cellar/go/1.7.3/libexec/src/runtime/panic.go:500 +0x1a1
main.(*ArdbBackend).ReadAt(0xc42006e9c0, 0x4f65128, 0xc4201d2b80, 0xc4210b6000, 0x1000, 0x10000, 0x504200, 0x0, 0x0, 0x0)
/Users/rob/wor... | 1.0 | Panic - ```
panic: runtime error: slice bounds out of range
goroutine 11 [running]:
panic(0x4372920, 0xc420012120)
/usr/local/Cellar/go/1.7.3/libexec/src/runtime/panic.go:500 +0x1a1
main.(*ArdbBackend).ReadAt(0xc42006e9c0, 0x4f65128, 0xc4201d2b80, 0xc4210b6000, 0x1000, 0x10000, 0x504200, 0x0, 0x0, 0x0)
/User... | non_process | panic panic runtime error slice bounds out of range goroutine panic usr local cellar go libexec src runtime panic go main ardbbackend readat users rob workspace go src github com blockstor nbdserver nbd go github com blockstor nbdserv... | 0 |
71,867 | 23,836,437,051 | IssuesEvent | 2022-09-06 06:29:11 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | [BUG]: List of feed entries is not read when using a screen reader | Type-Defect | ### Brief description of the issue
I am blind and I'd like to use RSS Guard with the orca screen reading software on Linux.
All though not perfect regarding accessebility, RSS Guard is useable for me and thats great! There are not so many accessible RSS reader options for a blind computer user... Thanks for the gre... | 1.0 | [BUG]: List of feed entries is not read when using a screen reader - ### Brief description of the issue
I am blind and I'd like to use RSS Guard with the orca screen reading software on Linux.
All though not perfect regarding accessebility, RSS Guard is useable for me and thats great! There are not so many accessib... | non_process | list of feed entries is not read when using a screen reader brief description of the issue i am blind and i d like to use rss guard with the orca screen reading software on linux all though not perfect regarding accessebility rss guard is useable for me and thats great there are not so many accessible r... | 0 |
5,846 | 8,672,964,078 | IssuesEvent | 2018-11-30 00:07:23 | HumanCellAtlas/dcp-community | https://api.github.com/repos/HumanCellAtlas/dcp-community | closed | Charter Template: Document reuse potential in Description section | charter-process |
**Notes from PM F2F (9/25/18):**
Add a note to the *Description* to document whether a project is HCA specific or has reuse in other communities - *Data Store FISMA scenario* for example. | 1.0 | Charter Template: Document reuse potential in Description section -
**Notes from PM F2F (9/25/18):**
Add a note to the *Description* to document whether a project is HCA specific or has reuse in other communities - *Data Store FISMA scenario* for example. | process | charter template document reuse potential in description section notes from pm add a note to the description to document whether a project is hca specific or has reuse in other communities data store fisma scenario for example | 1 |
3,292 | 6,385,105,640 | IssuesEvent | 2017-08-03 07:39:08 | zotero/zotero | https://api.github.com/repos/zotero/zotero | opened | Don't bundle word processor plugins as Zotero addons | Word Processor Integration | [This piece of code](https://github.com/zotero/zotero/blob/81d5618346475a723c1e8f489a0c1de8f596a243/resource/word-processor-plugin-installer.js#L68-L73) is causing numerous users problems with Word plugins not installing. Since the plugins are bundled with Zotero there's no point to keep them as addons proper and we sh... | 1.0 | Don't bundle word processor plugins as Zotero addons - [This piece of code](https://github.com/zotero/zotero/blob/81d5618346475a723c1e8f489a0c1de8f596a243/resource/word-processor-plugin-installer.js#L68-L73) is causing numerous users problems with Word plugins not installing. Since the plugins are bundled with Zotero t... | process | don t bundle word processor plugins as zotero addons is causing numerous users problems with word plugins not installing since the plugins are bundled with zotero there s no point to keep them as addons proper and we should just load them with the main codebase in zotero service js or similar | 1 |
19,036 | 25,042,408,344 | IssuesEvent | 2022-11-04 22:41:08 | USGS-WiM/StreamStats | https://api.github.com/repos/USGS-WiM/StreamStats | opened | BP: Add "Compute Basin Characteristics" checklist | Batch Processor | Part of #1455
- [ ] Create a checkbox that says "Compute Basin Characteristics". When the checkbox is checked, the checklist (described below) should appear. When the checkbox is unchecked, the checklist should disappear.
- [ ] If any Flow Statistics are checked, the "Compute Basin Characteristics" checkbox should... | 1.0 | BP: Add "Compute Basin Characteristics" checklist - Part of #1455
- [ ] Create a checkbox that says "Compute Basin Characteristics". When the checkbox is checked, the checklist (described below) should appear. When the checkbox is unchecked, the checklist should disappear.
- [ ] If any Flow Statistics are checked,... | process | bp add compute basin characteristics checklist part of create a checkbox that says compute basin characteristics when the checkbox is checked the checklist described below should appear when the checkbox is unchecked the checklist should disappear if any flow statistics are checked the c... | 1 |
586,909 | 17,599,664,954 | IssuesEvent | 2021-08-17 10:11:36 | jmoenig/Snap | https://api.github.com/repos/jmoenig/Snap | closed | Building a way of extending Snap! | enhancement low priority | I'd like to think about a way that we could try to make Snap! a bit more extendible for custom use without having to actually fork or modify the core Snap! code base.
I was thinking something of these two options:
A URL parameter that loads in an extensions file. So, maybe: `#extension:URL` or something?
Or:
A way o... | 1.0 | Building a way of extending Snap! - I'd like to think about a way that we could try to make Snap! a bit more extendible for custom use without having to actually fork or modify the core Snap! code base.
I was thinking something of these two options:
A URL parameter that loads in an extensions file. So, maybe: `#exten... | non_process | building a way of extending snap i d like to think about a way that we could try to make snap a bit more extendible for custom use without having to actually fork or modify the core snap code base i was thinking something of these two options a url parameter that loads in an extensions file so maybe exten... | 0 |
78,362 | 14,988,496,413 | IssuesEvent | 2021-01-29 01:23:43 | codereport/jsource | https://api.github.com/repos/codereport/jsource | closed | Remove PREFETCH(2) macros | code removal good first issue | Remove the following:
```c
#define PREFETCH(x) __builtin_prefetch(x)
#define PREFETCH2(x) __builtin_prefetch((x),0,2) // prefetch into L2 cache but not L1
``` | 1.0 | Remove PREFETCH(2) macros - Remove the following:
```c
#define PREFETCH(x) __builtin_prefetch(x)
#define PREFETCH2(x) __builtin_prefetch((x),0,2) // prefetch into L2 cache but not L1
``` | non_process | remove prefetch macros remove the following c define prefetch x builtin prefetch x define x builtin prefetch x prefetch into cache but not | 0 |
2,091 | 4,927,593,627 | IssuesEvent | 2016-11-26 20:50:46 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | Override @scope and @format with keyref | bug P2 preprocess/keyref | Keyref processing doesn't correctly override default `@scope` and `@format` from key definition. If you have
```xml
<keydef href="http://www.example.com" scope="external" format="html"/>
```
```xml
<link href="topic.dita" scope="local" format="dita"/>
```
This is incorrectly processed to
```xml
<link href... | 1.0 | Override @scope and @format with keyref - Keyref processing doesn't correctly override default `@scope` and `@format` from key definition. If you have
```xml
<keydef href="http://www.example.com" scope="external" format="html"/>
```
```xml
<link href="topic.dita" scope="local" format="dita"/>
```
This is incor... | process | override scope and format with keyref keyref processing doesn t correctly override default scope and format from key definition if you have xml xml this is incorrectly processed to xml | 1 |
4,837 | 7,734,238,941 | IssuesEvent | 2018-05-26 21:49:45 | kerubistan/kerub | https://api.github.com/repos/kerubistan/kerub | closed | delete vms, vns, storage | component:data processing enhancement | The UI does not have any functionality related to deleting virtual resources.
Also, on the server side:
- before deleting VM, the VM must be down
- before deleting a vstorage, the vstorage must be detached from vms, after deleting the storage must be freed
- before deleting a Virtual Network, all VM's must be detac... | 1.0 | delete vms, vns, storage - The UI does not have any functionality related to deleting virtual resources.
Also, on the server side:
- before deleting VM, the VM must be down
- before deleting a vstorage, the vstorage must be detached from vms, after deleting the storage must be freed
- before deleting a Virtual Netw... | process | delete vms vns storage the ui does not have any functionality related to deleting virtual resources also on the server side before deleting vm the vm must be down before deleting a vstorage the vstorage must be detached from vms after deleting the storage must be freed before deleting a virtual netw... | 1 |
73,056 | 15,252,458,498 | IssuesEvent | 2021-02-20 03:00:36 | AlexRogalskiy/screenshots | https://api.github.com/repos/AlexRogalskiy/screenshots | opened | CVE-2015-9251 (Medium) detected in jquery-1.8.1.min.js | security vulnerability | ## CVE-2015-9251 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="htt... | True | CVE-2015-9251 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2015-9251 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library ... | non_process | cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file screenshots node modules redeyed examples browser index html path to vulnerab... | 0 |
2,882 | 5,844,452,318 | IssuesEvent | 2017-05-10 11:58:03 | cyipt/cyipt | https://api.github.com/repos/cyipt/cyipt | closed | Calculate combined path and road widths and add to OSM | data preprocessing | Similar to issue #28 but for roads and roads and roadsides | 1.0 | Calculate combined path and road widths and add to OSM - Similar to issue #28 but for roads and roads and roadsides | process | calculate combined path and road widths and add to osm similar to issue but for roads and roads and roadsides | 1 |
9,029 | 12,128,691,955 | IssuesEvent | 2020-04-22 20:58:40 | parcel-bundler/parcel | https://api.github.com/repos/parcel-bundler/parcel | closed | Parcel convert index.html classnames to css modules, but not html classes. | :bug: Bug CSS Preprocessing | 🐛 bug report
Using a html file as the end point, parcel will throw any css <styles>'s to postcss. If you're using CSS modules, it will convert classes and such to module names. But it won't convert the relevant class names.
## 🎛 Configuration (.babelrc, package.json, cli command)
### .postcssrc
```
{
... | 1.0 | Parcel convert index.html classnames to css modules, but not html classes. - 🐛 bug report
Using a html file as the end point, parcel will throw any css <styles>'s to postcss. If you're using CSS modules, it will convert classes and such to module names. But it won't convert the relevant class names.
## 🎛 Confi... | process | parcel convert index html classnames to css modules but not html classes 🐛 bug report using a html file as the end point parcel will throw any css s to postcss if you re using css modules it will convert classes and such to module names but it won t convert the relevant class names 🎛 configuratio... | 1 |
420,575 | 28,290,418,244 | IssuesEvent | 2023-04-09 05:47:36 | arambazamba/ng-adv | https://api.github.com/repos/arambazamba/ng-adv | closed | testing - add bdt tutorial | documentation feature | e2e defines the overall journey … unit test define the stepping stones to completing that journey
I. Write E2E test
2. Watch it fail
3. Write unit test(s)
4. Watch them fail
5. Implement functionality for unit tests
6. Watch unit tests pass
7. See if E2E test passes now
8. If it still doesn't pa... | 1.0 | testing - add bdt tutorial - e2e defines the overall journey … unit test define the stepping stones to completing that journey
I. Write E2E test
2. Watch it fail
3. Write unit test(s)
4. Watch them fail
5. Implement functionality for unit tests
6. Watch unit tests pass
7. See if E2E test passes now... | non_process | testing add bdt tutorial defines the overall journey … unit test define the stepping stones to completing that journey i write test watch it fail write unit test s watch them fail implement functionality for unit tests watch unit tests pass see if test passes now ... | 0 |
136,089 | 11,034,662,061 | IssuesEvent | 2019-12-07 07:31:20 | a2000-erp-team/WEBERP | https://api.github.com/repos/a2000-erp-team/WEBERP | closed | SALES-Order Processing-Goods Returned Credit Note (CC). CC transaction does not appear in GST some GST reports. | WEB ERP Testing By Katrina | 

. CC transaction does not appear in GST some GST reports. - 

This split will be helpful for later developments, as it will allow us to refer to different parts of the transition system de... | 1.0 | Modularize the definition of the basic transition system - Our goal is to split the definition of the basic transition system into the following three parts:
1. atomic rules
2. rules for scoped transitions
3. recursion (“tying the knot”)
This split will be helpful for later developments, as it will allow... | process | modularize the definition of the basic transition system our goal is to split the definition of the basic transition system into the following three parts atomic rules rules for scoped transitions recursion “tying the knot” this split will be helpful for later developments as it will allow... | 1 |
105,925 | 16,663,520,231 | IssuesEvent | 2021-06-06 19:12:00 | utopikkad/vue-modal | https://api.github.com/repos/utopikkad/vue-modal | opened | CVE-2021-33502 (High) detected in normalize-url-1.9.1.tgz, normalize-url-3.3.0.tgz | security vulnerability | ## CVE-2021-33502 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>normalize-url-1.9.1.tgz</b>, <b>normalize-url-3.3.0.tgz</b></p></summary>
<p>
<details><summary><b>normalize-url-1.9... | True | CVE-2021-33502 (High) detected in normalize-url-1.9.1.tgz, normalize-url-3.3.0.tgz - ## CVE-2021-33502 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>normalize-url-1.9.1.tgz</b>, <b>... | non_process | cve high detected in normalize url tgz normalize url tgz cve high severity vulnerability vulnerable libraries normalize url tgz normalize url tgz normalize url tgz normalize a url library home page a href path to dependency file vue modal ... | 0 |
12,643 | 15,018,397,380 | IssuesEvent | 2021-02-01 12:10:05 | MotusDev/Motus-TO-DO | https://api.github.com/repos/MotusDev/Motus-TO-DO | closed | Salvaging data from receivers without GPS fixes | Followup Required - Resolved? Receiver Reprocessing required. | Project 236 has a receiver [deployment ](https://motus.org/data/receiverDeployment?id=5802)that was active for about a month, only for them to discover that no GPS fix had been obtained throughout that period.
So the time started from 2000-01-01 and just started incrementing from there, and consequently there were ... | 1.0 | Salvaging data from receivers without GPS fixes - Project 236 has a receiver [deployment ](https://motus.org/data/receiverDeployment?id=5802)that was active for about a month, only for them to discover that no GPS fix had been obtained throughout that period.
So the time started from 2000-01-01 and just started inc... | process | salvaging data from receivers without gps fixes project has a receiver was active for about a month only for them to discover that no gps fix had been obtained throughout that period so the time started from and just started incrementing from there and consequently there were no detections for that... | 1 |
4,174 | 7,109,853,434 | IssuesEvent | 2018-01-17 08:31:06 | openvstorage/alba | https://api.github.com/repos/openvstorage/alba | closed | lots of Alba_client_preset_cache.propagate_preset logging | process_cantreproduce type_enhancement | This log line isn't very informative and was seen quite a lot (more than expected?) on the OVH env. To be investigated. | 1.0 | lots of Alba_client_preset_cache.propagate_preset logging - This log line isn't very informative and was seen quite a lot (more than expected?) on the OVH env. To be investigated. | process | lots of alba client preset cache propagate preset logging this log line isn t very informative and was seen quite a lot more than expected on the ovh env to be investigated | 1 |
1,608 | 4,226,464,497 | IssuesEvent | 2016-07-02 13:38:29 | iTXTech/Genisys | https://api.github.com/repos/iTXTech/Genisys | opened | @dktapps' Win10 edition bug checklist | enhancement help wanted processing | My issue tracker for Windows 10 Edition bugfixes
- [x] Crafting
- [x] Using "Q" to drop one item at a time
- [x] Dropping items directly from the inventory
- [ ] **Hotbar (-_-)** (common issue across all platforms)
- [ ] Rapid crafting causing inventory spaz
- [ ] Spreading items between slots causes inventory ... | 1.0 | @dktapps' Win10 edition bug checklist - My issue tracker for Windows 10 Edition bugfixes
- [x] Crafting
- [x] Using "Q" to drop one item at a time
- [x] Dropping items directly from the inventory
- [ ] **Hotbar (-_-)** (common issue across all platforms)
- [ ] Rapid crafting causing inventory spaz
- [ ] Spreadi... | process | dktapps edition bug checklist my issue tracker for windows edition bugfixes crafting using q to drop one item at a time dropping items directly from the inventory hotbar common issue across all platforms rapid crafting causing inventory spaz spreading items between ... | 1 |
13,517 | 16,055,676,647 | IssuesEvent | 2021-04-23 04:24:02 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | reopened | Remove DOTX032E error from xref to equation-block | enhancement preprocess priority/low stale | In DITA-OT 2.2.1 an xref to equation-block always causes [DOTX032E] error in topicpull processing.
```
[topicpull] file:/D:/SVN/pdf5/testdata/20151211-equation/topic/equation_test2.dita:7:172: [DOTX032E][ERROR]: Unable to retrieve link text from target: 'equation_test1.dita#topic_fdf_fmm_h5/equation-block_ec2_w3q_35'.... | 1.0 | Remove DOTX032E error from xref to equation-block - In DITA-OT 2.2.1 an xref to equation-block always causes [DOTX032E] error in topicpull processing.
```
[topicpull] file:/D:/SVN/pdf5/testdata/20151211-equation/topic/equation_test2.dita:7:172: [DOTX032E][ERROR]: Unable to retrieve link text from target: 'equation_tes... | process | remove error from xref to equation block in dita ot an xref to equation block always causes error in topicpull processing file d svn testdata equation topic equation dita unable to retrieve link text from target equation dita topic fdf fmm equation block if the target ... | 1 |
683,689 | 23,391,214,394 | IssuesEvent | 2022-08-11 18:02:05 | NCAR/tuv-x | https://api.github.com/repos/NCAR/tuv-x | closed | Accept variable conditions as arguments to `photolysis_core_t%run()` | priority:2 points: 2 | Modify `photolysis_core_t%run()` to accept all conditions (sza, species concentrations, environmental conditions, etc.) that would be expected to vary during a 3-D simulation as arguments. Allow these to be specified in a configuration file for the stand-alone photo-decomp tool and processed by the driver in `photolysi... | 1.0 | Accept variable conditions as arguments to `photolysis_core_t%run()` - Modify `photolysis_core_t%run()` to accept all conditions (sza, species concentrations, environmental conditions, etc.) that would be expected to vary during a 3-D simulation as arguments. Allow these to be specified in a configuration file for the ... | non_process | accept variable conditions as arguments to photolysis core t run modify photolysis core t run to accept all conditions sza species concentrations environmental conditions etc that would be expected to vary during a d simulation as arguments allow these to be specified in a configuration file for the ... | 0 |
716,285 | 24,627,107,716 | IssuesEvent | 2022-10-16 17:03:44 | KinsonDigital/CICD | https://api.github.com/repos/KinsonDigital/CICD | opened | 🔬Codecov publishing | medium priority 🔬research | ### Complete The Item Below
- [X] I have updated the title without removing the 🔬 emoji.
### What To Research
There are projects throughout the organization that push code coverage results to [codecov](https://about.codecov.io/).
The project does not have this capability. Research if this can be done somehow usi... | 1.0 | 🔬Codecov publishing - ### Complete The Item Below
- [X] I have updated the title without removing the 🔬 emoji.
### What To Research
There are projects throughout the organization that push code coverage results to [codecov](https://about.codecov.io/).
The project does not have this capability. Research if this ... | non_process | 🔬codecov publishing complete the item below i have updated the title without removing the 🔬 emoji what to research there are projects throughout the organization that push code coverage results to the project does not have this capability research if this can be done somehow using the cod... | 0 |
49,078 | 25,977,254,493 | IssuesEvent | 2022-12-19 15:47:30 | JuliaDynamics/Entropies.jl | https://api.github.com/repos/JuliaDynamics/Entropies.jl | opened | Determining the bin visitations for `TransferOperator` can be faster | performance | When determining bin visitations for the estimation of the rectangular transfer operator, the bins are sorted after order of first appearance according to the input `pts`.
If first sorting the input data, the search for visitations is quite a bit faster. However, then we loose temporal ordering, which is essential ... | True | Determining the bin visitations for `TransferOperator` can be faster - When determining bin visitations for the estimation of the rectangular transfer operator, the bins are sorted after order of first appearance according to the input `pts`.
If first sorting the input data, the search for visitations is quite a bi... | non_process | determining the bin visitations for transferoperator can be faster when determining bin visitations for the estimation of the rectangular transfer operator the bins are sorted after order of first appearance according to the input pts if first sorting the input data the search for visitations is quite a bi... | 0 |
8,783 | 11,902,280,787 | IssuesEvent | 2020-03-30 13:45:09 | threefoldtech/jumpscaleX_core | https://api.github.com/repos/threefoldtech/jumpscaleX_core | reopened | jsx install on ubuntu breaks: container does not have jsx script in /tmp | process_wontfix type_bug | In the install process there is:
```
+ ssh -oStrictHostKeyChecking=no -t root@localhost -A -p 9000 bash -e /tmp/script_3bot.sh
```
Which executes in the container.
```
3BOTDEVEL:3bot:tmp: ls -asl
total 16
4 drwxrwxrwx 1 root root 4096 Mar 30 09:28 .
4 drwxr-xr-x 1 root root 4096 Mar 30 09:27 ..
4 -rw-r--r--... | 1.0 | jsx install on ubuntu breaks: container does not have jsx script in /tmp - In the install process there is:
```
+ ssh -oStrictHostKeyChecking=no -t root@localhost -A -p 9000 bash -e /tmp/script_3bot.sh
```
Which executes in the container.
```
3BOTDEVEL:3bot:tmp: ls -asl
total 16
4 drwxrwxrwx 1 root root 4096 ... | process | jsx install on ubuntu breaks container does not have jsx script in tmp in the install process there is ssh ostricthostkeychecking no t root localhost a p bash e tmp script sh which executes in the container tmp ls asl total drwxrwxrwx root root mar drwxr ... | 1 |
331,171 | 24,295,053,054 | IssuesEvent | 2022-09-29 09:23:37 | Intility/templates | https://api.github.com/repos/Intility/templates | closed | Deploy with ArgoCD | documentation blocked dotnet cra | Add guide for both dotnet and cra on how to deploy with ArgoCD. Blocked as ArgoCD is not ready for use yet.
- [ ] dotnet doc
- [ ] cra doc | 1.0 | Deploy with ArgoCD - Add guide for both dotnet and cra on how to deploy with ArgoCD. Blocked as ArgoCD is not ready for use yet.
- [ ] dotnet doc
- [ ] cra doc | non_process | deploy with argocd add guide for both dotnet and cra on how to deploy with argocd blocked as argocd is not ready for use yet dotnet doc cra doc | 0 |
167,215 | 14,105,870,720 | IssuesEvent | 2020-11-06 14:08:25 | openhab/openhab-addons | https://api.github.com/repos/openhab/openhab-addons | closed | "How to develop in the Eclipse IDE" does not work. | documentation | The description how to debug/develop a binding does not work on my Windows-10 machine.
I installed the Eclipse-IDE in "advanced-mode" using the "openHAB Add-ons" Project.
With that Installation the descriptions works pretty well - but I have 2 problems:
1) It's not possible to drag-drop my example/test "Serial-b... | 1.0 | "How to develop in the Eclipse IDE" does not work. - The description how to debug/develop a binding does not work on my Windows-10 machine.
I installed the Eclipse-IDE in "advanced-mode" using the "openHAB Add-ons" Project.
With that Installation the descriptions works pretty well - but I have 2 problems:
1) It'... | non_process | how to develop in the eclipse ide does not work the description how to debug develop a binding does not work on my windows machine i installed the eclipse ide in advanced mode using the openhab add ons project with that installation the descriptions works pretty well but i have problems it s... | 0 |
923 | 3,385,736,157 | IssuesEvent | 2015-11-27 13:24:16 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | "Error: write EBADF" when sending a TLSSocket to the parent process | child_process tls | When sending a tls.TLSSocket to the parent process, the parent crashes with the following message: "Error: write EBADF".
Steps to reproduce:
$ cat bug_parent.js
var cp = require('child_process');
var child = cp.fork('./bug_child.js');
console.log('master: child forked');
child.on('messag... | 1.0 | "Error: write EBADF" when sending a TLSSocket to the parent process - When sending a tls.TLSSocket to the parent process, the parent crashes with the following message: "Error: write EBADF".
Steps to reproduce:
$ cat bug_parent.js
var cp = require('child_process');
var child = cp.fork('./bug_child.js'... | process | error write ebadf when sending a tlssocket to the parent process when sending a tls tlssocket to the parent process the parent crashes with the following message error write ebadf steps to reproduce cat bug parent js var cp require child process var child cp fork bug child js ... | 1 |
195,359 | 15,527,388,261 | IssuesEvent | 2021-03-13 05:45:12 | CliMA/Oceananigans.jl | https://api.github.com/repos/CliMA/Oceananigans.jl | opened | Stratified Couette flow validation section in Docs: images not showing up | documentation 📜 | <img width="750" alt="Screen Shot 2021-03-13 at 4 44 11 pm" src="https://user-images.githubusercontent.com/7112768/111020624-6e090380-841b-11eb-8658-1130d560d86b.png">
| 1.0 | Stratified Couette flow validation section in Docs: images not showing up - <img width="750" alt="Screen Shot 2021-03-13 at 4 44 11 pm" src="https://user-images.githubusercontent.com/7112768/111020624-6e090380-841b-11eb-8658-1130d560d86b.png">
| non_process | stratified couette flow validation section in docs images not showing up img width alt screen shot at pm src | 0 |
181,568 | 6,662,126,231 | IssuesEvent | 2017-10-02 11:49:49 | spring-projects/spring-boot | https://api.github.com/repos/spring-projects/spring-boot | closed | `spring.profiles.active` from JNDI and context-param are added to active profiles instead of overriding them | priority: normal type: bug | When running a Spring Boot application as a WAR in a servlet container (Tested in Tomcat and WebSphere Liberty), `spring.profiles.active` property set using JNDI or context-param are added to active profiles instead of overriding them.
For example, here's a web.xml that sets both JNDI and context-param:
```xml
<?x... | 1.0 | `spring.profiles.active` from JNDI and context-param are added to active profiles instead of overriding them - When running a Spring Boot application as a WAR in a servlet container (Tested in Tomcat and WebSphere Liberty), `spring.profiles.active` property set using JNDI or context-param are added to active profiles i... | non_process | spring profiles active from jndi and context param are added to active profiles instead of overriding them when running a spring boot application as a war in a servlet container tested in tomcat and websphere liberty spring profiles active property set using jndi or context param are added to active profiles i... | 0 |
13,634 | 16,254,013,533 | IssuesEvent | 2021-05-08 00:44:43 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | add link to Hybrid Runbook Worker. | Pri2 automation/svc cxp doc-enhancement process-automation/subsvc triaged | In the sentence
“For long-running Azure Automation tasks, it's recommended to use a Hybrid Runbook Worker.” It will be good to add link to https://docs.microsoft.com/en-us/azure/automation/automation-hybrid-runbook-worker
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.micr... | 1.0 | add link to Hybrid Runbook Worker. - In the sentence
“For long-running Azure Automation tasks, it's recommended to use a Hybrid Runbook Worker.” It will be good to add link to https://docs.microsoft.com/en-us/azure/automation/automation-hybrid-runbook-worker
---
#### Document Details
⚠ *Do not edit this ... | process | add link to hybrid runbook worker in the sentence “for long running azure automation tasks it s recommended to use a hybrid runbook worker ” it will be good to add link to document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id ... | 1 |
9,285 | 12,304,336,811 | IssuesEvent | 2020-05-11 20:18:42 | nextgenhealthcare/connect | https://api.github.com/repos/nextgenhealthcare/connect | closed | Process HL7 ACK now rejecting valid Enhanced mode codes e.g. CA, CE, CR | ack process | With 'Process HL7 ACK' set in the TCP sender, Mirth Connect is now rejecting messages such as
MSH|^~\&|eGate|GSST|ADT|iSOFT Engine|20131210090610||ACK|c4c0f802-ad67-432d-be8f-c307efdfc8dd|D|2.3|
MSA|CA|907175784|||||
which were previously accepted by version 2.x
Mirth queues the message on error 'Invalid HL7 ... | 1.0 | Process HL7 ACK now rejecting valid Enhanced mode codes e.g. CA, CE, CR - With 'Process HL7 ACK' set in the TCP sender, Mirth Connect is now rejecting messages such as
MSH|^~\&|eGate|GSST|ADT|iSOFT Engine|20131210090610||ACK|c4c0f802-ad67-432d-be8f-c307efdfc8dd|D|2.3|
MSA|CA|907175784|||||
which were previously ... | process | process ack now rejecting valid enhanced mode codes e g ca ce cr with process ack set in the tcp sender mirth connect is now rejecting messages such as msh egate gsst adt isoft engine ack d msa ca which were previously accepted by version x mirth queues the message ... | 1 |
60,469 | 17,023,433,709 | IssuesEvent | 2021-07-03 02:00:42 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Track areas need to be rendered | Component: mapnik Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 10.29am, Thursday, 2nd July 2009]**
I have done some mapping for the Royal Norfolk Show, visible at:
http://www.openstreetmap.org/?lat=52.64898&lon=1.17735&zoom=16&layers=B000FTF
This mainly consists of highway=track, tracktype=grade1; which renders fine.
Howe... | 1.0 | Track areas need to be rendered - **[Submitted to the original trac issue database at 10.29am, Thursday, 2nd July 2009]**
I have done some mapping for the Royal Norfolk Show, visible at:
http://www.openstreetmap.org/?lat=52.64898&lon=1.17735&zoom=16&layers=B000FTF
This mainly consists of highway=track, tracktype=g... | non_process | track areas need to be rendered i have done some mapping for the royal norfolk show visible at this mainly consists of highway track tracktype which renders fine however closed areas of the same surface tagged with area yes are not rendered in mapnik currently though they appear in osmarende... | 0 |
290,244 | 32,045,666,885 | IssuesEvent | 2023-09-23 01:34:21 | Chiencc/asuswrt-gt-ac5300 | https://api.github.com/repos/Chiencc/asuswrt-gt-ac5300 | reopened | clientsoftwarelibgcrypt-1.5.1: 11 vulnerabilities (highest severity is: 7.8) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>clientsoftwarelibgcrypt-1.5.1</b></p></summary>
<p>
<p>Client Software for Imprint Management</p>
<p>Library home page: <a href=https://github.com/WaveLLC/clientsoftw... | True | clientsoftwarelibgcrypt-1.5.1: 11 vulnerabilities (highest severity is: 7.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>clientsoftwarelibgcrypt-1.5.1</b></p></summary>
<p>
<p>Client Software for Imprint Mana... | non_process | clientsoftwarelibgcrypt vulnerabilities highest severity is vulnerable library clientsoftwarelibgcrypt client software for imprint management library home page a href found in head commit a href vulnerable source files release src router libgcr... | 0 |
8,655 | 11,795,368,936 | IssuesEvent | 2020-03-18 08:49:33 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | unexpected behavior for bytes column in where clause | component/coprocessor type/bug | ## Bug Report
Run one SQL (from copr-test) but different results.
```sql
SELECT EXP( `col_set` ) AS field1, `col_timestamp_key` % '2013-03-22' AS field2, DEGREES( '15:00:34.037137' ) AS field3 FROM `table1_int_autoinc` WHERE `col_binary_8_key` AND '2006-04-04 16:25:30.047980'
```
Right after tidb starts, thi... | 1.0 | unexpected behavior for bytes column in where clause - ## Bug Report
Run one SQL (from copr-test) but different results.
```sql
SELECT EXP( `col_set` ) AS field1, `col_timestamp_key` % '2013-03-22' AS field2, DEGREES( '15:00:34.037137' ) AS field3 FROM `table1_int_autoinc` WHERE `col_binary_8_key` AND '2006-04-0... | process | unexpected behavior for bytes column in where clause bug report run one sql from copr test but different results sql select exp col set as col timestamp key as degrees as from int autoinc where col binary key and right after tidb st... | 1 |
11,947 | 14,711,355,047 | IssuesEvent | 2021-01-05 07:17:01 | modi-w/AutoVersionsDB | https://api.github.com/repos/modi-w/AutoVersionsDB | opened | Successful save indication on EditProjectView | area-UI process-discussion type-enhancement | **The Problem**
In the EditProjectView, when the user clicked on "Save" and the form saves successfully but the form contains errors, there is no indication for the user about the successful save execution.
**Solution**
Should be discussed on the solution.
| 1.0 | Successful save indication on EditProjectView - **The Problem**
In the EditProjectView, when the user clicked on "Save" and the form saves successfully but the form contains errors, there is no indication for the user about the successful save execution.
**Solution**
Should be discussed on the solution.
| process | successful save indication on editprojectview the problem in the editprojectview when the user clicked on save and the form saves successfully but the form contains errors there is no indication for the user about the successful save execution solution should be discussed on the solution | 1 |
19,254 | 25,451,891,715 | IssuesEvent | 2022-11-24 11:06:11 | deepset-ai/haystack | https://api.github.com/repos/deepset-ai/haystack | closed | PDFToTextConverter: [WinError 2] The system can't find the specified file | type:bug topic:preprocessing | Hi guys, I think what you are doing is very interesting. I am currently struggling with data Preprocessing(Tutorial 8).
When I open my own pdf file in function PDFToTextConverter, I get the following error:
[WinError 2] The system can't find the specified file
Unfortunately, I have not yet found a specific solut... | 1.0 | PDFToTextConverter: [WinError 2] The system can't find the specified file - Hi guys, I think what you are doing is very interesting. I am currently struggling with data Preprocessing(Tutorial 8).
When I open my own pdf file in function PDFToTextConverter, I get the following error:
[WinError 2] The system can't fin... | process | pdftotextconverter the system can t find the specified file hi guys i think what you are doing is very interesting i am currently struggling with data preprocessing tutorial when i open my own pdf file in function pdftotextconverter i get the following error the system can t find the specified file ... | 1 |
84,663 | 24,375,926,123 | IssuesEvent | 2022-10-04 00:52:02 | symforce-org/symforce | https://api.github.com/repos/symforce-org/symforce | opened | Cython not found in Python binary directory | bug build | **Describe the bug**
If building in a Python environment whose `bin` directory is not on the `PATH` (e.g. doing a local pip install but not in a conda environment), symenginepy will not find Cython. `symenginepy` uses CMake `find_program` at `FindCython.cmake:8`, and fails with the error on line 48.
We should prob... | 1.0 | Cython not found in Python binary directory - **Describe the bug**
If building in a Python environment whose `bin` directory is not on the `PATH` (e.g. doing a local pip install but not in a conda environment), symenginepy will not find Cython. `symenginepy` uses CMake `find_program` at `FindCython.cmake:8`, and fail... | non_process | cython not found in python binary directory describe the bug if building in a python environment whose bin directory is not on the path e g doing a local pip install but not in a conda environment symenginepy will not find cython symenginepy uses cmake find program at findcython cmake and fail... | 0 |
47,825 | 19,728,298,711 | IssuesEvent | 2022-01-13 22:27:22 | hashicorp/terraform-provider-aws | https://api.github.com/repos/hashicorp/terraform-provider-aws | closed | Can't change role path | service/iam | _This issue was originally opened by @hryamzik as hashicorp/terraform#23545. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
<!--
Hi there,
Thank you for opening an issue. ... | 1.0 | Can't change role path - _This issue was originally opened by @hryamzik as hashicorp/terraform#23545. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
<!--
Hi there,
Thank y... | non_process | can t change role path this issue was originally opened by hryamzik as hashicorp terraform it was migrated here as a result of the the original body of the issue is below hi there thank you for opening an issue please note that we try to keep the terraform issue tracker reserved for ... | 0 |
5,215 | 5,554,577,043 | IssuesEvent | 2017-03-24 00:39:33 | bbijelic/certificate-authority | https://api.github.com/repos/bbijelic/certificate-authority | opened | ServiceAuthenticator should compare password hashes | enhancement security | ServiceAuthenticator should compare password hashes.
Introduce password salt.
Sha2 hashing should be used. | True | ServiceAuthenticator should compare password hashes - ServiceAuthenticator should compare password hashes.
Introduce password salt.
Sha2 hashing should be used. | non_process | serviceauthenticator should compare password hashes serviceauthenticator should compare password hashes introduce password salt hashing should be used | 0 |
1,907 | 4,733,946,728 | IssuesEvent | 2016-10-19 12:54:41 | scieloorg/search-journals | https://api.github.com/repos/scieloorg/search-journals | closed | Capacidade de busca pelo DOI | Processamento Tarefa | Atualmente o sistema de pesquisa da SciELO não permite utilizar o DOI para retornar um artigo considerando que o DOI é um código para encontrar artigos podemos utiliza-lo com mais um recurso na pesquisa. | 1.0 | Capacidade de busca pelo DOI - Atualmente o sistema de pesquisa da SciELO não permite utilizar o DOI para retornar um artigo considerando que o DOI é um código para encontrar artigos podemos utiliza-lo com mais um recurso na pesquisa. | process | capacidade de busca pelo doi atualmente o sistema de pesquisa da scielo não permite utilizar o doi para retornar um artigo considerando que o doi é um código para encontrar artigos podemos utiliza lo com mais um recurso na pesquisa | 1 |
207,963 | 15,863,590,260 | IssuesEvent | 2021-04-08 12:57:34 | nens/lizard-management-client | https://api.github.com/repos/nens/lizard-management-client | closed | Can't fill in "Before" in relative start and end | Sprint disruption Test result bug | When I select "Before" in the dropdown field it fills in "After". Second attempt gives same result. Third time in a row it succeeds and the filed is filled with "Before". Quite weird behavior. | 1.0 | Can't fill in "Before" in relative start and end - When I select "Before" in the dropdown field it fills in "After". Second attempt gives same result. Third time in a row it succeeds and the filed is filled with "Before". Quite weird behavior. | non_process | can t fill in before in relative start and end when i select before in the dropdown field it fills in after second attempt gives same result third time in a row it succeeds and the filed is filled with before quite weird behavior | 0 |
115,564 | 11,882,133,571 | IssuesEvent | 2020-03-27 13:55:24 | Cambridge-Digital-Library/Crowdsourcing | https://api.github.com/repos/Cambridge-Digital-Library/Crowdsourcing | closed | Create Guide: Create Account & Join | documentation | Create Guide page for creating a GitHub account, joining the project and uploading your transcription file. | 1.0 | Create Guide: Create Account & Join - Create Guide page for creating a GitHub account, joining the project and uploading your transcription file. | non_process | create guide create account join create guide page for creating a github account joining the project and uploading your transcription file | 0 |
17,429 | 23,248,563,669 | IssuesEvent | 2022-08-03 23:31:54 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | No colors in task terminal | bug info-needed tasks confirmation-pending terminal-process | Issue Type: <b>Bug</b>
Simple c code.
Run build task with clang or cl.
In task terminal no colored output, but in ordinary terminal all fine.

VS Code version: Code 1.69.1 (b06ae3b2d2dbfe28bca3134cc... | 1.0 | No colors in task terminal - Issue Type: <b>Bug</b>
Simple c code.
Run build task with clang or cl.
In task terminal no colored output, but in ordinary terminal all fine.

VS Code version: Code 1.69... | process | no colors in task terminal issue type bug simple c code run build task with clang or cl in task terminal no colored output but in ordinary terminal all fine vs code version code os version windows nt restricted mode no extensions extension author... | 1 |
328,134 | 9,986,610,377 | IssuesEvent | 2019-07-10 19:33:36 | marriott-library/newspaper_works | https://api.github.com/repos/marriott-library/newspaper_works | closed | breadcrumb links don't work with persistent URLs | Priority: High bug front-end views persistent URLs v.1.0 | When trying to view pages using the ChronAm-style persistent URLs, the page throws an error:
```
NoMethodError in NewspaperWorks::Newspapers#page
Showing /home/vagrant/newspaper_works/app/views/newspaper_works/base/_newspaper_hierarchy.html.erb where line #11 raised:
undefined method `next_page_link' for #<#<Class:... | 1.0 | breadcrumb links don't work with persistent URLs - When trying to view pages using the ChronAm-style persistent URLs, the page throws an error:
```
NoMethodError in NewspaperWorks::Newspapers#page
Showing /home/vagrant/newspaper_works/app/views/newspaper_works/base/_newspaper_hierarchy.html.erb where line #11 raised... | non_process | breadcrumb links don t work with persistent urls when trying to view pages using the chronam style persistent urls the page throws an error nomethoderror in newspaperworks newspapers page showing home vagrant newspaper works app views newspaper works base newspaper hierarchy html erb where line raised ... | 0 |
22,798 | 11,787,160,517 | IssuesEvent | 2020-03-17 13:35:41 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | What are the available values for WEBSITE_LOCAL_CACHE_OPTION to set | Pri3 app-service/svc cxp product-question triaged | "properties": {
"WEBSITE_LOCAL_CACHE_OPTION": "Always",
"WEBSITE_LOCAL_CACHE_SIZEINMB": "300"
}
I want to set the value for WEBSITE_LOCAL_CACHE_OPTION via parameter which will differ from environment to environment. For example, I don't want to use local cache for test environments, then what ... | 1.0 | What are the available values for WEBSITE_LOCAL_CACHE_OPTION to set - "properties": {
"WEBSITE_LOCAL_CACHE_OPTION": "Always",
"WEBSITE_LOCAL_CACHE_SIZEINMB": "300"
}
I want to set the value for WEBSITE_LOCAL_CACHE_OPTION via parameter which will differ from environment to environment. For exam... | non_process | what are the available values for website local cache option to set properties website local cache option always website local cache sizeinmb i want to set the value for website local cache option via parameter which will differ from environment to environment for exampl... | 0 |
325 | 2,772,031,212 | IssuesEvent | 2015-05-02 08:05:48 | arduino/Arduino | https://api.github.com/repos/arduino/Arduino | closed | wrong placement of arduino.h | Component: Preprocessor | My code begins with something like that
```
#if defined(__AVR_ATtiny85__)
const int Pin0 = 0;
#else
const int Pin0 = 4;
#endif
byte something;
```
Compiling it for any none __AVR_ATtiny85__ leads to an error due to wrong arduino.h placement into the if-else part.
Adding a dummy declaration at the st... | 1.0 | wrong placement of arduino.h - My code begins with something like that
```
#if defined(__AVR_ATtiny85__)
const int Pin0 = 0;
#else
const int Pin0 = 4;
#endif
byte something;
```
Compiling it for any none __AVR_ATtiny85__ leads to an error due to wrong arduino.h placement into the if-else part.
Addin... | process | wrong placement of arduino h my code begins with something like that if defined avr const int else const int endif byte something compiling it for any none avr leads to an error due to wrong arduino h placement into the if else part adding a dummy declaratio... | 1 |
288,555 | 21,711,045,836 | IssuesEvent | 2022-05-10 13:54:34 | pyxem/orix | https://api.github.com/repos/pyxem/orix | opened | User guide notebook detailing use of Matplotlib to produce plots | documentation | @emichr asked how to include for example a `CrystalMap` plot with scalebar and all and an inverse pole figure in two separate axes but in the same figure. This isn't shown in the documentation, but is quite easily possible using the Matplotlib registered custom "projections" written in orix:
```python
import matplo... | 1.0 | User guide notebook detailing use of Matplotlib to produce plots - @emichr asked how to include for example a `CrystalMap` plot with scalebar and all and an inverse pole figure in two separate axes but in the same figure. This isn't shown in the documentation, but is quite easily possible using the Matplotlib registere... | non_process | user guide notebook detailing use of matplotlib to produce plots emichr asked how to include for example a crystalmap plot with scalebar and all and an inverse pole figure in two separate axes but in the same figure this isn t shown in the documentation but is quite easily possible using the matplotlib registere... | 0 |
28,265 | 4,086,920,956 | IssuesEvent | 2016-06-01 08:04:36 | RestComm/Restcomm-Connect | https://api.github.com/repos/RestComm/Restcomm-Connect | opened | RVD application log UI does not work | 1. Bug Visual App Designer | RVD application log UI does not display messages and the following exception is shown in server.log:
```
10:30:10,639 SEVERE [com.sun.jersey.spi.container.ContainerResponse] (http-/10.42.0.1:8080-20) The RuntimeException could not be mapped to a response, re-throwing to the HTTP container: java.lang.NullPointerExcep... | 1.0 | RVD application log UI does not work - RVD application log UI does not display messages and the following exception is shown in server.log:
```
10:30:10,639 SEVERE [com.sun.jersey.spi.container.ContainerResponse] (http-/10.42.0.1:8080-20) The RuntimeException could not be mapped to a response, re-throwing to the HTT... | non_process | rvd application log ui does not work rvd application log ui does not display messages and the following exception is shown in server log severe http the runtimeexception could not be mapped to a response re throwing to the http container java lang nullpointerexception at org mobic... | 0 |
5,328 | 2,771,114,153 | IssuesEvent | 2015-05-01 19:14:08 | isenseDev/rSENSE | https://api.github.com/repos/isenseDev/rSENSE | closed | Best fit line tooltip disappears after hovering over a data point | Bug In Testing Vis | **General description:**
Jim noticed this a while back. Essentially the tooltips are bound when a regression is created, but unbound whenever a regular data point/line is hovered over.
**live/dev/localhost:** Live
**iSENSE Version:** v5.5
**Logged in (Y or N):** Y
**Admin (Y or N):** N
**OS:** Ubuntu
**Brows... | 1.0 | Best fit line tooltip disappears after hovering over a data point - **General description:**
Jim noticed this a while back. Essentially the tooltips are bound when a regression is created, but unbound whenever a regular data point/line is hovered over.
**live/dev/localhost:** Live
**iSENSE Version:** v5.5
**Logge... | non_process | best fit line tooltip disappears after hovering over a data point general description jim noticed this a while back essentially the tooltips are bound when a regression is created but unbound whenever a regular data point line is hovered over live dev localhost live isense version logged... | 0 |
21,744 | 30,258,392,207 | IssuesEvent | 2023-07-07 06:00:37 | darktable-org/darktable | https://api.github.com/repos/darktable-org/darktable | closed | Graduated density module does opposite in 4.4.0, 4.4.1 | understood: incomplete scope: image processing | ### Describe the bug
Graduated density module, in 4.4.0 and 4.4.1, does the opposite of what it used to do. Photos that used it now show a lightening on the opposite side, instead of a darkening on the side it used to be.
### Steps to reproduce
Go to a photo that used the graduated density module before 4.4.0, you ... | 1.0 | Graduated density module does opposite in 4.4.0, 4.4.1 - ### Describe the bug
Graduated density module, in 4.4.0 and 4.4.1, does the opposite of what it used to do. Photos that used it now show a lightening on the opposite side, instead of a darkening on the side it used to be.
### Steps to reproduce
Go to a photo ... | process | graduated density module does opposite in describe the bug graduated density module in and does the opposite of what it used to do photos that used it now show a lightening on the opposite side instead of a darkening on the side it used to be steps to reproduce go to a photo ... | 1 |
9,768 | 12,750,135,335 | IssuesEvent | 2020-06-27 02:23:38 | brucemiller/LaTeXML | https://api.github.com/repos/brucemiller/LaTeXML | closed | text subscript error | postprocessing regression | Hi. The following gives an error on the latest development version, but does not give an error on the release version or earlier versions. (But the release version gives other errors for me). It is called test.tex
`\documentclass{book}`
`\newcommand{\tx}[1]{\mbox{\emph{#1}}} % text in math`
`\begin{document}
$... | 1.0 | text subscript error - Hi. The following gives an error on the latest development version, but does not give an error on the release version or earlier versions. (But the release version gives other errors for me). It is called test.tex
`\documentclass{book}`
`\newcommand{\tx}[1]{\mbox{\emph{#1}}} % text in math... | process | text subscript error hi the following gives an error on the latest development version but does not give an error on the release version or earlier versions but the release version gives other errors for me it is called test tex documentclass book newcommand tx mbox emph text in math ... | 1 |
8,625 | 11,779,346,855 | IssuesEvent | 2020-03-16 17:51:09 | googleapis/google-cloud-common | https://api.github.com/repos/googleapis/google-cloud-common | closed | Repos with CircleCI 1.0 configs | testing type: process | Nagmail from Circle prompted me to go look:
```bash
$ GITHUB_ORGANIZATION=GoogleCloudPlatform \
GITHUB_USER=tseaver GITHUB_ACCESS_TOKEN=<redacted> \
find-circle-yml
https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/blob/master/circle.yml
https://github.com/GoogleCloudPlatform/php-docker/blo... | 1.0 | Repos with CircleCI 1.0 configs - Nagmail from Circle prompted me to go look:
```bash
$ GITHUB_ORGANIZATION=GoogleCloudPlatform \
GITHUB_USER=tseaver GITHUB_ACCESS_TOKEN=<redacted> \
find-circle-yml
https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/blob/master/circle.yml
https://github.com/... | process | repos with circleci configs nagmail from circle prompted me to go look bash github organization googlecloudplatform github user tseaver github access token find circle yml and bash github organization googleapis github user tseaver github acc... | 1 |
87,161 | 15,756,017,983 | IssuesEvent | 2021-03-31 02:47:04 | ignatandrei/Presentations | https://api.github.com/repos/ignatandrei/Presentations | opened | CVE-2021-23358 (High) detected in underscore-1.10.2.tgz | security vulnerability | ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>underscore-1.10.2.tgz</b></p></summary>
<p>JavaScript's functional programming helper library.</p>
<p>Library home pag... | True | CVE-2021-23358 (High) detected in underscore-1.10.2.tgz - ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>underscore-1.10.2.tgz</b></p></summary>
<p>JavaScript's func... | non_process | cve high detected in underscore tgz cve high severity vulnerability vulnerable library underscore tgz javascript s functional programming helper library library home page a href path to dependency file presentations compile package json path to vulnerable library pr... | 0 |
2,967 | 5,960,702,981 | IssuesEvent | 2017-05-29 14:49:43 | orbardugo/Hahot-Hameshulash | https://api.github.com/repos/orbardugo/Hahot-Hameshulash | closed | Create graph by C# | Development difficulty 3 help wanted in process priorty 3 requirement | **User Story:**
As the client of the app i would like to make a query, and see as a graph not only as list.
for example - see precentage of "בית חרדי" at jerusalem by female, from all females from Jerusalem.
**Test senarios:**
1.create the query and click on graph.
**Expected results:**
1. A "Cake Graph" or "... | 1.0 | Create graph by C# - **User Story:**
As the client of the app i would like to make a query, and see as a graph not only as list.
for example - see precentage of "בית חרדי" at jerusalem by female, from all females from Jerusalem.
**Test senarios:**
1.create the query and click on graph.
**Expected results:**
1... | process | create graph by c user story as the client of the app i would like to make a query and see as a graph not only as list for example see precentage of בית חרדי at jerusalem by female from all females from jerusalem test senarios create the query and click on graph expected results ... | 1 |
272,504 | 20,748,248,682 | IssuesEvent | 2022-03-15 03:01:39 | pola-rs/polars | https://api.github.com/repos/pola-rs/polars | closed | docs(node): pl.Series missing from docs | documentation node-js | #### Describe your bug.
pl.Series missing from docs. the code is all there, likely a misconfiguration causing it to not be generated.
#### What is the expected behavior?
pl.Series is in the docs.
| 1.0 | docs(node): pl.Series missing from docs - #### Describe your bug.
pl.Series missing from docs. the code is all there, likely a misconfiguration causing it to not be generated.
#### What is the expected behavior?
pl.Series is in the docs.
| non_process | docs node pl series missing from docs describe your bug pl series missing from docs the code is all there likely a misconfiguration causing it to not be generated what is the expected behavior pl series is in the docs | 0 |
21,389 | 29,202,231,621 | IssuesEvent | 2023-05-21 00:37:36 | devssa/onde-codar-em-salvador | https://api.github.com/repos/devssa/onde-codar-em-salvador | closed | [Hibrido / Bairro dos Funcionários, Minas Gerais, Brazil] PHP Developer (Júnior) na Coodesh | SALVADOR PHP MYSQL JAVASCRIPT FULL-STACK JUNIOR SQL STARTUP NODE.JS DOCKER POO REQUISITOS PROCESSOS GITHUB UMA QUALIDADE APIs SERVERLESS BI MANUTENÇÃO ALOCADO Stale | ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/desenvolvedor-php-junior-115803604?ut... | 1.0 | [Hibrido / Bairro dos Funcionários, Minas Gerais, Brazil] PHP Developer (Júnior) na Coodesh - ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionamento que vai te levar para... | process | php developer júnior na coodesh descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url com o pop up personalizado de candidatura ... | 1 |
153,325 | 13,503,176,341 | IssuesEvent | 2020-09-13 12:18:45 | ardnew/STUSB4500 | https://api.github.com/repos/ardnew/STUSB4500 | closed | Compiling and running the demo code in Arduino IDE 1.8.12 under Windows and MacOs | bug documentation | Hi there,
Awesome work what you did here and I would love to give it a spin but I seem to run into trouble :-) .
I am trying to compile the code for an Arduino UNO under Arduino IDE 1.8.12 on a windows 10 pc but also on MacOs Catalina with same errors .
If I try to compile the code I get first :
'class Hard... | 1.0 | Compiling and running the demo code in Arduino IDE 1.8.12 under Windows and MacOs - Hi there,
Awesome work what you did here and I would love to give it a spin but I seem to run into trouble :-) .
I am trying to compile the code for an Arduino UNO under Arduino IDE 1.8.12 on a windows 10 pc but also on MacOs Cata... | non_process | compiling and running the demo code in arduino ide under windows and macos hi there awesome work what you did here and i would love to give it a spin but i seem to run into trouble i am trying to compile the code for an arduino uno under arduino ide on a windows pc but also on macos catalin... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.