Unnamed: 0 int64 3 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 2 430 | labels stringlengths 4 347 | body stringlengths 5 237k | index stringclasses 7
values | text_combine stringlengths 96 237k | label stringclasses 2
values | text stringlengths 96 219k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
144,814 | 22,571,185,786 | IssuesEvent | 2022-06-28 00:20:58 | openrewrite/rewrite | https://api.github.com/repos/openrewrite/rewrite | closed | Javadoc printing is not correctly handling an edge case when the `@author` tag is used. | bug design-partner-1 | ```
/**
* @author FirstName LastName 42
*
*/
public class A {
void method() {}
}
```
Is being printed as:
```
/**
* @author FirstName LastName 42
**/
public class A {
void method() {}
}"
``` | 1.0 | Javadoc printing is not correctly handling an edge case when the `@author` tag is used. - ```
/**
* @author FirstName LastName 42
*
*/
public class A {
void method() {}
}
```
Is being printed as:
```
/**
* @author FirstName LastName 42
**/
public class A {
void method() {}
}"
``` | non_comp | javadoc printing is not correctly handling an edge case when the author tag is used author firstname lastname public class a void method is being printed as author firstname lastname public class a void method | 0 |
13,655 | 16,329,709,627 | IssuesEvent | 2021-05-12 07:41:10 | zellij-org/zellij | https://api.github.com/repos/zellij-org/zellij | closed | Compatibility: Neovim | bug compatibility | My neovim doesn't display color properly on zellij.
Here is neovim on tmux:

Here it is on zellij:

Here it is on zellij:
 | compatibility | **First and foremost**
Did you read the whole README? Yes
**Environment (please complete the following information):**
- OS: Windows 11 22H2 build 22621.169
- Laptop model: Thinkbook 14p G3 ARH (21EJ)
- .NET version: 4.8.09032
- Do you have Vantage installed? Yes
**List of features that are working as ex... | True | Lenovo Thinkbook 14p G3 ARH (21EJ) - **First and foremost**
Did you read the whole README? Yes
**Environment (please complete the following information):**
- OS: Windows 11 22H2 build 22621.169
- Laptop model: Thinkbook 14p G3 ARH (21EJ)
- .NET version: 4.8.09032
- Do you have Vantage installed? Yes
**Li... | comp | lenovo thinkbook arh first and foremost did you read the whole readme yes environment please complete the following information os windows build laptop model thinkbook arh net version do you have vantage installed yes list of features that are wo... | 1 |
17,578 | 24,240,895,559 | IssuesEvent | 2022-09-27 06:32:44 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Numeric capabilities for wpseo_* roles on WordPress VIP Platform | compatibility VIP-compliance Yoast: Management | <!-- Please use this template when creating an issue.
- Please check the boxes after you've created your issue.
- Please use the latest version of Yoast SEO.-->
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md).
* [x] I've sear... | True | Numeric capabilities for wpseo_* roles on WordPress VIP Platform - <!-- Please use this template when creating an issue.
- Please check the boxes after you've created your issue.
- Please use the latest version of Yoast SEO.-->
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/... | comp | numeric capabilities for wpseo roles on wordpress vip platform please use this template when creating an issue please check the boxes after you ve created your issue please use the latest version of yoast seo i ve read and understood the i ve searched for any related issues and avo... | 1 |
3,782 | 6,649,575,826 | IssuesEvent | 2017-09-28 13:41:59 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Allow for TransactionRunnable and TransactionCallable to throw Throwable | C: Functionality P: High R: Fixed T: Enhancement T: Incompatible change | A prerequisite for #6608 | True | Allow for TransactionRunnable and TransactionCallable to throw Throwable - A prerequisite for #6608 | comp | allow for transactionrunnable and transactioncallable to throw throwable a prerequisite for | 1 |
3,133 | 6,062,677,268 | IssuesEvent | 2017-06-14 09:59:57 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | Ultimate Ninja Blazing - connection error | Compatibility | Exclude
```
nrbnares-channel-or-jp.global.ssl.fastly.net
```
Original issue:
https://github.com/AdguardTeam/AdguardFilters/issues/5285
| True | Ultimate Ninja Blazing - connection error - Exclude
```
nrbnares-channel-or-jp.global.ssl.fastly.net
```
Original issue:
https://github.com/AdguardTeam/AdguardFilters/issues/5285
| comp | ultimate ninja blazing connection error exclude nrbnares channel or jp global ssl fastly net original issue | 1 |
23,286 | 10,867,639,326 | IssuesEvent | 2019-11-15 00:39:48 | BCDevOps/platform-services | https://api.github.com/repos/BCDevOps/platform-services | closed | Create a build and deploy process for the NSP backup CronJob. | security | As a maintainer of the BCGov Aporeto instance, I would like my backup CronJob build and deployment process fully automated and documented.
| True | Create a build and deploy process for the NSP backup CronJob. - As a maintainer of the BCGov Aporeto instance, I would like my backup CronJob build and deployment process fully automated and documented.
| non_comp | create a build and deploy process for the nsp backup cronjob as a maintainer of the bcgov aporeto instance i would like my backup cronjob build and deployment process fully automated and documented | 0 |
8,742 | 11,870,326,022 | IssuesEvent | 2020-03-26 12:36:24 | prisma/prisma2 | https://api.github.com/repos/prisma/prisma2 | closed | `prisma2 reset` support | kind/feature process/candidate | ## Problem
When testing, it is necessary for some scenarios to reset database data. With Prisma 1 we had the CLI option `prisma reset`.
## Solution
Provide a function programmatically to reset database data.
## Alternatives
If the solution requires work, a CLI option works for now.
## Additional context
I ... | 1.0 | `prisma2 reset` support - ## Problem
When testing, it is necessary for some scenarios to reset database data. With Prisma 1 we had the CLI option `prisma reset`.
## Solution
Provide a function programmatically to reset database data.
## Alternatives
If the solution requires work, a CLI option works for now.
... | non_comp | reset support problem when testing it is necessary for some scenarios to reset database data with prisma we had the cli option prisma reset solution provide a function programmatically to reset database data alternatives if the solution requires work a cli option works for now ad... | 0 |
20,288 | 29,511,494,309 | IssuesEvent | 2023-06-04 01:09:25 | neovim/neovim | https://api.github.com/repos/neovim/neovim | closed | nvim trigger CursorMoved before BufEnter | bug compatibility events | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: 0.4.3
- `vim -u DEFAULTS` (version: ) behaves differently? NO
- Operating system/version: MAC OS 15.3
- Terminal name/version: system terminal
- `$TERM`: fish
### Steps to reproduce using `nvim -u NORC`
```
nvim -u NO... | True | nvim trigger CursorMoved before BufEnter - <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: 0.4.3
- `vim -u DEFAULTS` (version: ) behaves differently? NO
- Operating system/version: MAC OS 15.3
- Terminal name/version: system terminal
- `$TERM`: fish
### Steps to reprod... | comp | nvim trigger cursormoved before bufenter nvim version vim u defaults version behaves differently no operating system version mac os terminal name version system terminal term fish steps to reproduce using nvim u norc nvim u norc help move to n... | 1 |
66,193 | 14,767,361,056 | IssuesEvent | 2021-01-10 06:16:13 | shiriivtsan/bebo | https://api.github.com/repos/shiriivtsan/bebo | opened | CVE-2016-10540 (High) detected in minimatch-0.3.0.tgz, minimatch-0.2.14.tgz | security vulnerability | ## CVE-2016-10540 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimatch-0.3.0.tgz</b>, <b>minimatch-0.2.14.tgz</b></p></summary>
<p>
<details><summary><b>minimatch-0.3.0.tgz</b><... | True | CVE-2016-10540 (High) detected in minimatch-0.3.0.tgz, minimatch-0.2.14.tgz - ## CVE-2016-10540 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimatch-0.3.0.tgz</b>, <b>minimatch-0... | non_comp | cve high detected in minimatch tgz minimatch tgz cve high severity vulnerability vulnerable libraries minimatch tgz minimatch tgz minimatch tgz a glob matcher in javascript library home page a href path to dependency file bebo decompress z... | 0 |
148,866 | 11,869,108,165 | IssuesEvent | 2020-03-26 10:22:26 | PyTorchLightning/pytorch-lightning | https://api.github.com/repos/PyTorchLightning/pytorch-lightning | opened | add TPU tests | enhancement good first issue help wanted tests / CI | ## 🚀 Feature
we shall also cover TPU usage as we are supporting it
### Motivation
now all changes are tested for GPUs and CPU but we do not have a check for TPU yet
### Pitch
getting coverage back to ~99% | 1.0 | add TPU tests - ## 🚀 Feature
we shall also cover TPU usage as we are supporting it
### Motivation
now all changes are tested for GPUs and CPU but we do not have a check for TPU yet
### Pitch
getting coverage back to ~99% | non_comp | add tpu tests 🚀 feature we shall also cover tpu usage as we are supporting it motivation now all changes are tested for gpus and cpu but we do not have a check for tpu yet pitch getting coverage back to | 0 |
437 | 2,868,781,197 | IssuesEvent | 2015-06-05 21:00:11 | rancherio/rancher | https://api.github.com/repos/rancherio/rancher | closed | We should not allow for setting/updating scale for global services. | area/service area/ui bug status/resolved status/to-test | Server version - Build from master - 06/01
Currently we are allowed to scale up / scale down services that are created with global option set to "true".
Also when creating a service with global option set , API should error out when scale is set. | 1.0 | We should not allow for setting/updating scale for global services. - Server version - Build from master - 06/01
Currently we are allowed to scale up / scale down services that are created with global option set to "true".
Also when creating a service with global option set , API should error out when scale is se... | non_comp | we should not allow for setting updating scale for global services server version build from master currently we are allowed to scale up scale down services that are created with global option set to true also when creating a service with global option set api should error out when scale is set | 0 |
39,009 | 9,126,008,676 | IssuesEvent | 2019-02-24 18:15:52 | prettydiff/prettydiff | https://api.github.com/repos/prettydiff/prettydiff | closed | CDATA section corrupt markup beautification | Defect | ```html
<div class="section">
<h2>Example</h2>
<p>Provided is a simple example of trivial code and the resultant parser output formatted as an HTML table. Try out your code samples on the <a href="demo/">demo page</a>.</p>
<h3>JSX Code Sample</h3>
<code>< plugin is activated.
### Please describe what you expected to happen and why.
The data entered in the Yoast snippe... | True | SEO Title and meta description not saving when 'Essential Grid' is active - ### Please give us a description of what happened.
Changes made to the Yoast snippet editor (i.e. SEO title or meta description) don't save when the [Essential Grid](https://essential.themepunch.com/) plugin is activated.
### Please describ... | comp | seo title and meta description not saving when essential grid is active please give us a description of what happened changes made to the yoast snippet editor i e seo title or meta description don t save when the plugin is activated please describe what you expected to happen and why the data... | 1 |
55,124 | 6,429,915,557 | IssuesEvent | 2017-08-10 03:44:51 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | teamcity: failed tests on master: testrace/TestSnapshotAfterTruncation, testrace/TestSnapshotAfterTruncation/differentTerm, testrace/TestSnapshotAfterTruncation/sameTerm | Robot test-failure | The following tests appear to have failed:
[#319890](https://teamcity.cockroachdb.com/viewLog.html?buildId=319890):
```
--- FAIL: testrace/TestSnapshotAfterTruncation (0.000s)
Test ended in panic.
--- FAIL: testrace/TestSnapshotAfterTruncation/differentTerm (0.000s)
Test ended in panic.
------- Stdout: -------
I170... | 1.0 | teamcity: failed tests on master: testrace/TestSnapshotAfterTruncation, testrace/TestSnapshotAfterTruncation/differentTerm, testrace/TestSnapshotAfterTruncation/sameTerm - The following tests appear to have failed:
[#319890](https://teamcity.cockroachdb.com/viewLog.html?buildId=319890):
```
--- FAIL: testrace/TestSna... | non_comp | teamcity failed tests on master testrace testsnapshotaftertruncation testrace testsnapshotaftertruncation differentterm testrace testsnapshotaftertruncation sameterm the following tests appear to have failed fail testrace testsnapshotaftertruncation test ended in panic fail testrace t... | 0 |
19,771 | 27,420,927,984 | IssuesEvent | 2023-03-01 16:40:02 | kellnerd/musicbrainz-scripts | https://api.github.com/repos/kellnerd/musicbrainz-scripts | closed | Adding recording relationships is broken | compatibility copyright | Since the new changes today (2/28/2023), it no longer is adding the labels to the individual recordings when the boxes are checked. Still works fine on the release. | True | Adding recording relationships is broken - Since the new changes today (2/28/2023), it no longer is adding the labels to the individual recordings when the boxes are checked. Still works fine on the release. | comp | adding recording relationships is broken since the new changes today it no longer is adding the labels to the individual recordings when the boxes are checked still works fine on the release | 1 |
158,242 | 6,024,194,947 | IssuesEvent | 2017-06-08 03:47:59 | INN/largo | https://api.github.com/repos/INN/largo | closed | should comments be a widget? | priority: low type: question | at the bottom of articles we currently always have comments at the bottom (unless they're turned off) but with the addition of the article bottom widget area we let people add/re-arrange everything else there...why not comments?
| 1.0 | should comments be a widget? - at the bottom of articles we currently always have comments at the bottom (unless they're turned off) but with the addition of the article bottom widget area we let people add/re-arrange everything else there...why not comments?
| non_comp | should comments be a widget at the bottom of articles we currently always have comments at the bottom unless they re turned off but with the addition of the article bottom widget area we let people add re arrange everything else there why not comments | 0 |
217,725 | 7,327,729,622 | IssuesEvent | 2018-03-04 13:43:06 | play2-maven-plugin/play2-maven-plugin | https://api.github.com/repos/play2-maven-plugin/play2-maven-plugin | closed | Upgrade Play! version from 2.6.11 to 2.6.12 | Component-Maven-Plugin Priority-Medium | Upgrade:
- `play` version from `2.6.11` to `2.6.12`,
- `twirl` version from `1.3.12` to `1.3.14`
Upgrade in documentation and test projects:
- `akka-*` dependencies versions from `2.5.8` to `2.5.11`
| 1.0 | Upgrade Play! version from 2.6.11 to 2.6.12 - Upgrade:
- `play` version from `2.6.11` to `2.6.12`,
- `twirl` version from `1.3.12` to `1.3.14`
Upgrade in documentation and test projects:
- `akka-*` dependencies versions from `2.5.8` to `2.5.11`
| non_comp | upgrade play version from to upgrade play version from to twirl version from to upgrade in documentation and test projects akka dependencies versions from to | 0 |
10,781 | 12,752,683,474 | IssuesEvent | 2020-06-27 17:45:18 | jstedfast/MailKit | https://api.github.com/repos/jstedfast/MailKit | closed | Syntax error in FLAGS. Unexpected token: NIL | compatibility server-bug | Hi. I suffered an internet outage when trying to set keywords on a mailbox. Upon reconnecting, I am now getting an exception as below:
Exception:
**Syntax error in FLAGS. Unexpected token: NIL**
Stack Trace:
at MailKit.Net.Imap.ImapUtils.<ParseFlagsListAsync>d__42.MoveNext()
at System.Runtime.CompilerS... | True | Syntax error in FLAGS. Unexpected token: NIL - Hi. I suffered an internet outage when trying to set keywords on a mailbox. Upon reconnecting, I am now getting an exception as below:
Exception:
**Syntax error in FLAGS. Unexpected token: NIL**
Stack Trace:
at MailKit.Net.Imap.ImapUtils.<ParseFlagsListAsync>d... | comp | syntax error in flags unexpected token nil hi i suffered an internet outage when trying to set keywords on a mailbox upon reconnecting i am now getting an exception as below exception syntax error in flags unexpected token nil stack trace at mailkit net imap imaputils d movenext a... | 1 |
10,563 | 12,483,941,376 | IssuesEvent | 2020-05-30 12:12:42 | Tslat/Advent-Of-Ascension | https://api.github.com/repos/Tslat/Advent-Of-Ascension | closed | Ideas for Tinkers material abilities | Third Party Mod Compatibility | I have not played Tinkers in years, but fuck it I have some ideas. No need to just hold them in until it's too late. Time to spitball.
**Baronyte**: Won't lose durability if in hot environments, or something involving hot environments and durability.
**Bloodstone**: I don't know if something in Tinkers already w... | True | Ideas for Tinkers material abilities - I have not played Tinkers in years, but fuck it I have some ideas. No need to just hold them in until it's too late. Time to spitball.
**Baronyte**: Won't lose durability if in hot environments, or something involving hot environments and durability.
**Bloodstone**: I don't... | comp | ideas for tinkers material abilities i have not played tinkers in years but fuck it i have some ideas no need to just hold them in until it s too late time to spitball baronyte won t lose durability if in hot environments or something involving hot environments and durability bloodstone i don t... | 1 |
1,725 | 4,290,099,966 | IssuesEvent | 2016-07-18 08:13:46 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Snippet editor isn't working on WP pages | compatibility wait for feedback | The snippet editor doesn't even show a text box next to it. This happens only on pages and not on posts.
For example this page:
https://99bitcoins.com/best-bitcoin-wallet-2015-bitcoin-wallets-comparison-review/
See attached screenshot
<img width="797" alt="screen shot 2016-06-27 at 6 18 10 pm" src="https://cloud.gi... | True | Snippet editor isn't working on WP pages - The snippet editor doesn't even show a text box next to it. This happens only on pages and not on posts.
For example this page:
https://99bitcoins.com/best-bitcoin-wallet-2015-bitcoin-wallets-comparison-review/
See attached screenshot
<img width="797" alt="screen shot 2016... | comp | snippet editor isn t working on wp pages the snippet editor doesn t even show a text box next to it this happens only on pages and not on posts for example this page see attached screenshot img width alt screen shot at pm src i m running wp and yoast | 1 |
2,158 | 4,896,494,854 | IssuesEvent | 2016-11-20 11:39:28 | yvt/openspades | https://api.github.com/repos/yvt/openspades | closed | OpenSpades Crash with OpenGL | bug renderer video driver compatibility | Hello !
I want to try OpenSpade with OpenGL on my laptop (with an Intel HD Graphics) but it crash, it work well with software render.
It's strange, because OpenSpade tell :
> OpenGL-capable graphics accelerator is available.
> Vendor: Intel
> Name: Intel(R) HD Graphics
> Version: 2.1.0 - Build 8.15.10.2559
> G... | True | OpenSpades Crash with OpenGL - Hello !
I want to try OpenSpade with OpenGL on my laptop (with an Intel HD Graphics) but it crash, it work well with software render.
It's strange, because OpenSpade tell :
> OpenGL-capable graphics accelerator is available.
> Vendor: Intel
> Name: Intel(R) HD Graphics
> Version: ... | comp | openspades crash with opengl hello i want to try openspade with opengl on my laptop with an intel hd graphics but it crash it work well with software render it s strange because openspade tell opengl capable graphics accelerator is available vendor intel name intel r hd graphics version ... | 1 |
352,795 | 10,546,094,081 | IssuesEvent | 2019-10-02 20:38:52 | kubernetes-sigs/cluster-api-provider-azure | https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-azure | closed | Prow should only run v1alpha2 presubmits | kind/feature lifecycle/active priority/important-soon | /kind feature
- [x] (https://github.com/kubernetes/test-infra/pull/14533) Enable v1alpha2 presubmits
- [x] (https://github.com/kubernetes/test-infra/pull/14559) ~Restrict v1alpha1 presubmits to `release-0.2` branch~ Remove v1alpha1 presubmits
- [x] (https://github.com/kubernetes-sigs/cluster-api-provider-azure/pul... | 1.0 | Prow should only run v1alpha2 presubmits - /kind feature
- [x] (https://github.com/kubernetes/test-infra/pull/14533) Enable v1alpha2 presubmits
- [x] (https://github.com/kubernetes/test-infra/pull/14559) ~Restrict v1alpha1 presubmits to `release-0.2` branch~ Remove v1alpha1 presubmits
- [x] (https://github.com/kub... | non_comp | prow should only run presubmits kind feature enable presubmits restrict presubmits to release branch remove presubmits rename presubmits to get tests passing h t vincepri assign lifecycle active milestone priority important soon | 0 |
4,584 | 7,214,723,151 | IssuesEvent | 2018-02-08 04:00:29 | SkyrimLL/SkLLmods | https://api.github.com/repos/SkyrimLL/SkLLmods | opened | Make bimbo curse more immersive with YPS fashion compatibility | Compatibility Hormones enhancement | [] Pick better pink shade for nails / lips
[] make hair growth more progressive - mid to very long
[] make heel, make up effect temporary under 2 weeks of transformation / permanent after 2 weeks
[] disable bimbo tripping effect if naked
[] reduced chance if wearing cloth on body
[] increased chance if wearing arm... | True | Make bimbo curse more immersive with YPS fashion compatibility - [] Pick better pink shade for nails / lips
[] make hair growth more progressive - mid to very long
[] make heel, make up effect temporary under 2 weeks of transformation / permanent after 2 weeks
[] disable bimbo tripping effect if naked
[] reduced ch... | comp | make bimbo curse more immersive with yps fashion compatibility pick better pink shade for nails lips make hair growth more progressive mid to very long make heel make up effect temporary under weeks of transformation permanent after weeks disable bimbo tripping effect if naked reduced chance ... | 1 |
82,451 | 3,610,122,826 | IssuesEvent | 2016-02-05 02:46:42 | gosha1128/NYUAMS | https://api.github.com/repos/gosha1128/NYUAMS | closed | Test Case: Orders/New Order Wiz/panel1 - Go Button | 0.0PROD 0.1enhancement 1.0needs priority 2.2high 2.3fixing | IP: http://52.0.50.223/js/login.html
login: leo
pw: l6shooter
domain: Local
Existing function:
show projects by date of creation (ascending)
Desired function:
show projects by date of creation (DESCENDING)
See attachments for existing layout:

Desired function:
show projects by date of creation (DESCENDING)
See attachments for existing layout:
:... | 1.0 | Missing links to CVE information for container images - **Describe the bug**
```
2022-03-23 09:50:25,483 3259502 ERROR thoth.adviser.prescription.v1.prescription:302: Failed to load prescription from '../prescriptions/prescriptions/_containers/s2i_thoth_f31_py37/quay_security.yaml'
2022-03-23 09:50:25,485 32595... | non_comp | missing links to cve information for container images describe the bug error thoth adviser prescription prescription failed to load prescription from prescriptions prescriptions containers thoth quay security yaml critical root traceback most recent... | 0 |
15,772 | 20,604,725,912 | IssuesEvent | 2022-03-06 20:09:11 | IrisShaders/Iris | https://api.github.com/repos/IrisShaders/Iris | closed | Entities, items, and players flicker when using iris shaders+shadows with Physics Mod | bug mod compatibility status: waiting on other mod | ### What happened?
Whenever I turn on shadows using shaders (bsl, complementary, and sildurs were all tested), entities, items, and players flicker in and out of existence. This is a major drawback in my survival worlds because chests and anything else that is considered an entity is affected. When I use optifine, the... | True | Entities, items, and players flicker when using iris shaders+shadows with Physics Mod - ### What happened?
Whenever I turn on shadows using shaders (bsl, complementary, and sildurs were all tested), entities, items, and players flicker in and out of existence. This is a major drawback in my survival worlds because che... | comp | entities items and players flicker when using iris shaders shadows with physics mod what happened whenever i turn on shadows using shaders bsl complementary and sildurs were all tested entities items and players flicker in and out of existence this is a major drawback in my survival worlds because che... | 1 |
212,871 | 16,502,286,152 | IssuesEvent | 2021-05-25 15:30:38 | AzureAD/microsoft-identity-web | https://api.github.com/repos/AzureAD/microsoft-identity-web | closed | Sample to use subscribeToJwtBearerMiddlewareDiagnosticsEvents: true | documentation supportability | **Is your feature request related to a problem? Please describe.**
I want to see the jwt bearer events but not able to do even though I am setting subscribeToJwtBearerMiddlewareDiagnosticsEvents: true
Here is the sample I am using.
services.AddAuthentication()
.AddMicrosoftIdentityWebApi(Conf... | 1.0 | Sample to use subscribeToJwtBearerMiddlewareDiagnosticsEvents: true - **Is your feature request related to a problem? Please describe.**
I want to see the jwt bearer events but not able to do even though I am setting subscribeToJwtBearerMiddlewareDiagnosticsEvents: true
Here is the sample I am using.
services.Ad... | non_comp | sample to use subscribetojwtbearermiddlewarediagnosticsevents true is your feature request related to a problem please describe i want to see the jwt bearer events but not able to do even though i am setting subscribetojwtbearermiddlewarediagnosticsevents true here is the sample i am using services ad... | 0 |
21,627 | 11,660,459,005 | IssuesEvent | 2020-03-03 03:24:49 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | opened | VZE: Locations: Implement revision list | Need: 2-Should Have Product: Vision Zero Crash Data System Project: Vision Zero Crash Data System Service: Dev Type: Feature Workgroup: VZ migrated | We will need to be able to show the list of changes made for a specific location, just the same way we did for crashes.
*Migrated from [atd-vz-data #211](https://github.com/cityofaustin/atd-vz-data/issues/211)* | 1.0 | VZE: Locations: Implement revision list - We will need to be able to show the list of changes made for a specific location, just the same way we did for crashes.
*Migrated from [atd-vz-data #211](https://github.com/cityofaustin/atd-vz-data/issues/211)* | non_comp | vze locations implement revision list we will need to be able to show the list of changes made for a specific location just the same way we did for crashes migrated from | 0 |
40,838 | 16,552,626,080 | IssuesEvent | 2021-05-28 10:18:45 | golemfactory/yapapi | https://api.github.com/repos/golemfactory/yapapi | closed | update toy service example with actual Service API | EPIC: Long Running Services EPIC: [LRS] Services HL API | * [x] toy service: #303
* [x] depends on: #370
| 2.0 | update toy service example with actual Service API - * [x] toy service: #303
* [x] depends on: #370
| non_comp | update toy service example with actual service api toy service depends on | 0 |
117,247 | 25,079,276,995 | IssuesEvent | 2022-11-07 17:51:33 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | opened | insights: migrate backfill_completed_at | team/code-insights backend | Deprecate the old background routine and migrate backfill_completed_at to use the new stateful backfiller | 1.0 | insights: migrate backfill_completed_at - Deprecate the old background routine and migrate backfill_completed_at to use the new stateful backfiller | non_comp | insights migrate backfill completed at deprecate the old background routine and migrate backfill completed at to use the new stateful backfiller | 0 |
298,451 | 25,829,850,970 | IssuesEvent | 2022-12-12 15:23:07 | boostcampwm-2022/Web04-Fitory | https://api.github.com/repos/boostcampwm-2022/Web04-Fitory | closed | [BE] 테스팅 - RECORD API - Jest Test Code 작성 | 🚀 backend 🧪 test | ## 기능 설명
- Record API Jest Test Code 작성
## 완료 조건
- [x] Record API Jest Test Code 작성
| 1.0 | [BE] 테스팅 - RECORD API - Jest Test Code 작성 - ## 기능 설명
- Record API Jest Test Code 작성
## 완료 조건
- [x] Record API Jest Test Code 작성
| non_comp | 테스팅 record api jest test code 작성 기능 설명 record api jest test code 작성 완료 조건 record api jest test code 작성 | 0 |
17,583 | 24,251,556,883 | IssuesEvent | 2022-09-27 14:33:00 | oshi/oshi | https://api.github.com/repos/oshi/oshi | closed | Android Compatiblity | up for grabs PR welcome compatibility | Hi, I couldn't find anything on android compatibility so just decided to ask here.
Sorry if I overlooked it but I found it was working with ARM Linux systems | True | Android Compatiblity - Hi, I couldn't find anything on android compatibility so just decided to ask here.
Sorry if I overlooked it but I found it was working with ARM Linux systems | comp | android compatiblity hi i couldn t find anything on android compatibility so just decided to ask here sorry if i overlooked it but i found it was working with arm linux systems | 1 |
276,270 | 23,982,167,251 | IssuesEvent | 2022-09-13 15:51:25 | kubernetes/test-infra | https://api.github.com/repos/kubernetes/test-infra | closed | error unmarshaling config/jobs/kubernetes-csi/external-snapshotter/external-snapshotter-config.yaml: error unmarshaling JSON: while decoding JSON: json: unknown field \"resources\" | kind/bug sig/testing | ### What happened:
***
Prow's [checkconfig](https://github.com/kubernetes/test-infra/tree/master/prow/cmd/checkconfig) tool is responsible for presubmit validation of ProwJob configuration. It has an optional check for unknown fields in ProwJob config that can be enabled with `--warnings=unknown-fields-all`.
As ... | 1.0 | error unmarshaling config/jobs/kubernetes-csi/external-snapshotter/external-snapshotter-config.yaml: error unmarshaling JSON: while decoding JSON: json: unknown field \"resources\" - ### What happened:
***
Prow's [checkconfig](https://github.com/kubernetes/test-infra/tree/master/prow/cmd/checkconfig) tool is respon... | non_comp | error unmarshaling config jobs kubernetes csi external snapshotter external snapshotter config yaml error unmarshaling json while decoding json json unknown field resources what happened prow s tool is responsible for presubmit validation of prowjob configuration it has an optional check for... | 0 |
20,522 | 30,442,544,042 | IssuesEvent | 2023-07-15 08:37:33 | NEZNAMY/TAB | https://api.github.com/repos/NEZNAMY/TAB | closed | Compatibility problem causes the tab to not load in its latest version / Hybrid server | Type: Bug Compatibility Resolution: Plugin works as described | ### Server version
Executions/1.0.5 / arclight-forge-1.19.4-1.0.5
### TAB version
4.0.3
### Describe the bug
at the time of starting the server everything loads correctly except the plugin tab It should be noted that I did not have any mods installed on the server, I only had plugins
### Expected behavior
To beg... | True | Compatibility problem causes the tab to not load in its latest version / Hybrid server - ### Server version
Executions/1.0.5 / arclight-forge-1.19.4-1.0.5
### TAB version
4.0.3
### Describe the bug
at the time of starting the server everything loads correctly except the plugin tab It should be noted that I did no... | comp | compatibility problem causes the tab to not load in its latest version hybrid server server version executions arclight forge tab version describe the bug at the time of starting the server everything loads correctly except the plugin tab it should be noted that i did not... | 1 |
674,575 | 23,058,210,100 | IssuesEvent | 2022-07-25 07:29:47 | Vooper-Media-LLC/Valour | https://api.github.com/repos/Vooper-Media-LLC/Valour | closed | Make the Valour.Api nuget package update automatically | Enhancement Meta Medium Priority | As Valour wants developers to use its own API wrapper for their projects I think it would be of importance to make sure that we keep the NuGet package updated as often as possible! | 1.0 | Make the Valour.Api nuget package update automatically - As Valour wants developers to use its own API wrapper for their projects I think it would be of importance to make sure that we keep the NuGet package updated as often as possible! | non_comp | make the valour api nuget package update automatically as valour wants developers to use its own api wrapper for their projects i think it would be of importance to make sure that we keep the nuget package updated as often as possible | 0 |
618,860 | 19,489,016,587 | IssuesEvent | 2021-12-27 00:22:09 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | [Android] Implement Gemini creator detection in Rewards | feature/rewards priority/P3 OS/Android parity | ## Description
Gemini creators should be able to be detected as verified on Android, and follows all the same logic as laid out here: https://github.com/brave/brave-browser/issues/20135
When tipping a Gemini creator on Android _as an unverified user_, it follows the same vBAT tipping paths as any other case wit... | 1.0 | [Android] Implement Gemini creator detection in Rewards - ## Description
Gemini creators should be able to be detected as verified on Android, and follows all the same logic as laid out here: https://github.com/brave/brave-browser/issues/20135
When tipping a Gemini creator on Android _as an unverified user_, i... | non_comp | implement gemini creator detection in rewards description gemini creators should be able to be detected as verified on android and follows all the same logic as laid out here when tipping a gemini creator on android as an unverified user it follows the same vbat tipping paths as any other case wi... | 0 |
17,153 | 23,671,347,719 | IssuesEvent | 2022-08-27 12:03:20 | Meldexun/EntityCulling | https://api.github.com/repos/Meldexun/EntityCulling | closed | [1.12.2] Incompatible with Hats mod | bug incompatibility confirmed | **Describe the bug**
Hats from hats mod seem to disappear and reappear randomly. As far as I could see these hats are entities but they are not registered and therefore they do not have a registered entity name that can be added to the list of entities that will always be rendered in the entity culling config.
[Yo... | True | [1.12.2] Incompatible with Hats mod - **Describe the bug**
Hats from hats mod seem to disappear and reappear randomly. As far as I could see these hats are entities but they are not registered and therefore they do not have a registered entity name that can be added to the list of entities that will always be rendered... | comp | incompatible with hats mod describe the bug hats from hats mod seem to disappear and reappear randomly as far as i could see these hats are entities but they are not registered and therefore they do not have a registered entity name that can be added to the list of entities that will always be rendered in the... | 1 |
19,279 | 26,776,618,469 | IssuesEvent | 2023-01-31 17:37:06 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | PendingConnectionTimeout logic can be too aggressive in certain scenarios | bug area-System.Net.Http tenet-compatibility | Creating an issue based on discussion on the PR - https://github.com/dotnet/runtime/pull/71785#issuecomment-1184742277.
With #71785, we now tear down connection attempts after 5 seconds if the request that triggered the attempt is canceled.
With busy client/server communication with many requests over multiple conn... | True | PendingConnectionTimeout logic can be too aggressive in certain scenarios - Creating an issue based on discussion on the PR - https://github.com/dotnet/runtime/pull/71785#issuecomment-1184742277.
With #71785, we now tear down connection attempts after 5 seconds if the request that triggered the attempt is canceled.
... | comp | pendingconnectiontimeout logic can be too aggressive in certain scenarios creating an issue based on discussion on the pr with we now tear down connection attempts after seconds if the request that triggered the attempt is canceled with busy client server communication with many requests over multiple ... | 1 |
309,940 | 26,686,022,904 | IssuesEvent | 2023-01-26 22:00:58 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Editor crashes when resizing CSG boxes 3D | bug topic:core confirmed needs testing crash topic:3d | ### Godot version
4.0 beta 3
### System information
Windows 10 ; AMD Ryzen 7 3700X 8-Core Processor
### Issue description
The editor crashes when resizing CSG boxes. I captured the issue in-action in [this video](https://youtu.be/fMYeTkOOefs?t=377), ironically reporting another bug. The only error that r... | 1.0 | Editor crashes when resizing CSG boxes 3D - ### Godot version
4.0 beta 3
### System information
Windows 10 ; AMD Ryzen 7 3700X 8-Core Processor
### Issue description
The editor crashes when resizing CSG boxes. I captured the issue in-action in [this video](https://youtu.be/fMYeTkOOefs?t=377), ironically ... | non_comp | editor crashes when resizing csg boxes godot version beta system information windows amd ryzen core processor issue description the editor crashes when resizing csg boxes i captured the issue in action in ironically reporting another bug the only error that regularly... | 0 |
12,964 | 15,215,428,722 | IssuesEvent | 2021-02-17 14:24:37 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | Support compose build --quiet | compatibility compose local | ```
-q, --quiet Don't print anything to STDOUT
```
Also add the same flag to `config` and `pull`
(note `docker-compose up` has `--quiet-pull` to disable output only related to pulling images)
We should also add this to the `up` command (but still attach to logs of requested) | True | Support compose build --quiet - ```
-q, --quiet Don't print anything to STDOUT
```
Also add the same flag to `config` and `pull`
(note `docker-compose up` has `--quiet-pull` to disable output only related to pulling images)
We should also add this to the `up` command (but still attach to logs of r... | comp | support compose build quiet q quiet don t print anything to stdout also add the same flag to config and pull note docker compose up has quiet pull to disable output only related to pulling images we should also add this to the up command but still attach to logs of r... | 1 |
432,370 | 12,492,067,527 | IssuesEvent | 2020-06-01 06:12:17 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Door's room | Category: Balance Priority: Low Status: Fixed | Maybe you should limit the percentage of doors in the calculation of the room.
1. Such rooms look very strange.


 need more info (field) moving (other) compatibility (resolution) inactivity | ### Full output of /ncp version
```
[21:46:42 INFO]: ---- Version information ----
[21:46:42 INFO]: #### Server ####
[21:46:42 INFO]: git-Spigot-21fe707-e1ebe52 ~MC: 1.8.8~
[21:46:42 INFO]: detected: 1.8.8
[21:46:42 INFO]: #### NoCheatPlus ####
[21:46:42 INFO]: Plugin: 3.17-SNAPSHOT-Updated-b62
[21:46:42 INFO... | True | False positive when player walks on a slab staircase - ### Full output of /ncp version
```
[21:46:42 INFO]: ---- Version information ----
[21:46:42 INFO]: #### Server ####
[21:46:42 INFO]: git-Spigot-21fe707-e1ebe52 ~MC: 1.8.8~
[21:46:42 INFO]: detected: 1.8.8
[21:46:42 INFO]: #### NoCheatPlus ####
[21:46:42 I... | comp | false positive when player walks on a slab staircase full output of ncp version version information server git spigot mc detected nocheatplus plugin snapshot updated mcaccess bukkit api features ... | 1 |
5,109 | 2,571,461,858 | IssuesEvent | 2015-02-10 16:38:49 | UnifiedViews/Plugins | https://api.github.com/repos/UnifiedViews/Plugins | closed | T-RDFToFiles should log progress | priority: Normal resolution: fixed severity: enhancement status: resolved | T-RDFToFiles should log progress. Now it just says executing.... and stays like this for hours. | 1.0 | T-RDFToFiles should log progress - T-RDFToFiles should log progress. Now it just says executing.... and stays like this for hours. | non_comp | t rdftofiles should log progress t rdftofiles should log progress now it just says executing and stays like this for hours | 0 |
216,984 | 16,676,214,686 | IssuesEvent | 2021-06-07 16:30:16 | Traewelling/traewelling | https://api.github.com/repos/Traewelling/traewelling | closed | Add API-changes to documentation | APIv1 documentation | This needs to be added to the self-generating API-documentation
_Originally posted by @HerrLevin in https://github.com/Traewelling/traewelling/issues/210#issuecomment-779426986_ | 1.0 | Add API-changes to documentation - This needs to be added to the self-generating API-documentation
_Originally posted by @HerrLevin in https://github.com/Traewelling/traewelling/issues/210#issuecomment-779426986_ | non_comp | add api changes to documentation this needs to be added to the self generating api documentation originally posted by herrlevin in | 0 |
13,776 | 16,502,931,273 | IssuesEvent | 2021-05-25 15:59:40 | Geolykt/EnchantmentsPlus | https://api.github.com/repos/Geolykt/EnchantmentsPlus | closed | Spartan throws NullPointerExceptions in connection to the Blizzard Enchantment | bug:confirmed compatibility:anticheats compatibility:plugins | I am getting ton of warns on the console...

| True | Spartan throws NullPointerExceptions in connection to the Blizzard Enchantment - I am getting ton of warns on the console...

| comp | spartan throws nullpointerexceptions in connection to the blizzard enchantment i am getting ton of warns on the console | 1 |
17,251 | 23,794,679,529 | IssuesEvent | 2022-09-02 18:09:29 | oracle/truffleruby | https://api.github.com/repos/oracle/truffleruby | closed | truffle/truffle/fiddle_backend.rb may raise `Polyglot::ForeignException` | compatibility regression | It should raise `Fiddle::Error` or `Fiddle::DLError` to compatible with https://github.com/ruby/fiddle .
e.g.:
https://github.com/ruby-gettext/locale/runs/8130975674?check_suite_focus=true#step:5:8
```text
/Users/runner/.rubies/truffleruby-head/lib/truffle/truffle/fiddle_backend.rb:262:in `<unknown>': dlopen(... | True | truffle/truffle/fiddle_backend.rb may raise `Polyglot::ForeignException` - It should raise `Fiddle::Error` or `Fiddle::DLError` to compatible with https://github.com/ruby/fiddle .
e.g.:
https://github.com/ruby-gettext/locale/runs/8130975674?check_suite_focus=true#step:5:8
```text
/Users/runner/.rubies/truffle... | comp | truffle truffle fiddle backend rb may raise polyglot foreignexception it should raise fiddle error or fiddle dlerror to compatible with e g text users runner rubies truffleruby head lib truffle truffle fiddle backend rb in dlopen dll image not found polyglot foreignexce... | 1 |
3,064 | 5,965,280,334 | IssuesEvent | 2017-05-30 11:08:54 | gooddata/gooddata-java | https://api.github.com/repos/gooddata/gooddata-java | opened | rename service beans registered automatically | backward incompatible | Not to have names like `getProjectTemplateService` but only `projectTemplateService`. | True | rename service beans registered automatically - Not to have names like `getProjectTemplateService` but only `projectTemplateService`. | comp | rename service beans registered automatically not to have names like getprojecttemplateservice but only projecttemplateservice | 1 |
14,782 | 18,167,186,340 | IssuesEvent | 2021-09-27 15:44:00 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | [Breaking change]: MSBuild 17 no longer supports calling GetType() | doc-idea breaking-change :checkered_flag: Release .NET 6 Pri1 source incompatible | ### Description
MSBuild 17 no longer supports calling the `GetType()` instance method within property functions. This allowed unpredictable code execution during evaluation and could cause Visual Studio hangs.
### Version
.NET SDK 6.0.100-rc1
### Previous behavior
`GetType()` calls in MSBuild property fu... | True | [Breaking change]: MSBuild 17 no longer supports calling GetType() - ### Description
MSBuild 17 no longer supports calling the `GetType()` instance method within property functions. This allowed unpredictable code execution during evaluation and could cause Visual Studio hangs.
### Version
.NET SDK 6.0.100-rc1... | comp | msbuild no longer supports calling gettype description msbuild no longer supports calling the gettype instance method within property functions this allowed unpredictable code execution during evaluation and could cause visual studio hangs version net sdk previous behav... | 1 |
663,676 | 22,201,335,429 | IssuesEvent | 2022-06-07 11:29:08 | COS301-SE-2022/Map-out-game-reserves-using-aerial-photographs | https://api.github.com/repos/COS301-SE-2022/Map-out-game-reserves-using-aerial-photographs | closed | Fix AWS Account for S3 storage | scope:db type:fix priority:high | Contact AWS about account stuck on pending
Set up Bucket for storing uploaded images | 1.0 | Fix AWS Account for S3 storage - Contact AWS about account stuck on pending
Set up Bucket for storing uploaded images | non_comp | fix aws account for storage contact aws about account stuck on pending set up bucket for storing uploaded images | 0 |
14,323 | 17,212,967,892 | IssuesEvent | 2021-07-19 07:54:56 | ckeditor/ckeditor5 | https://api.github.com/repos/ckeditor/ckeditor5 | closed | "View Source" functionality / plugin | domain:v4-compatibility status:discussion type:feature | ## Edit (by @Reinmar on 7 March 2019)
This ticket covers the following three aspects:
* The "edit source" mode known from CKEditor 4 (which is actually the trivial part).
* Support for "free HTML" editing.
* Ability to migrate content from CKEditor 4 to CKEditor 5.
**This discussion is very long and will be ... | True | "View Source" functionality / plugin - ## Edit (by @Reinmar on 7 March 2019)
This ticket covers the following three aspects:
* The "edit source" mode known from CKEditor 4 (which is actually the trivial part).
* Support for "free HTML" editing.
* Ability to migrate content from CKEditor 4 to CKEditor 5.
**Th... | comp | view source functionality plugin edit by reinmar on march this ticket covers the following three aspects the edit source mode known from ckeditor which is actually the trivial part support for free html editing ability to migrate content from ckeditor to ckeditor this ... | 1 |
5,579 | 8,057,525,170 | IssuesEvent | 2018-08-02 15:37:12 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Meta.getCatalogs() should not return catalogs in databases that do not support them | C: Functionality P: High T: Enhancement T: Incompatible change | Currently, only Sybase ASE (soon: #7533), and SQL Server support catalogs. The objects fetched from `org.jooq.Meta` should not be qualified with a catalog if the database doesn't support such qualification.
This is a prerequisite for #7712 | True | Meta.getCatalogs() should not return catalogs in databases that do not support them - Currently, only Sybase ASE (soon: #7533), and SQL Server support catalogs. The objects fetched from `org.jooq.Meta` should not be qualified with a catalog if the database doesn't support such qualification.
This is a prerequisite f... | comp | meta getcatalogs should not return catalogs in databases that do not support them currently only sybase ase soon and sql server support catalogs the objects fetched from org jooq meta should not be qualified with a catalog if the database doesn t support such qualification this is a prerequisite for ... | 1 |
289,711 | 31,996,051,730 | IssuesEvent | 2023-09-21 09:15:51 | Mend-developer-platform-load/3452551_33 | https://api.github.com/repos/Mend-developer-platform-load/3452551_33 | opened | CVE-2020-10744 (Medium) detected in ansible-2.9.9.tar.gz | Mend: dependency security vulnerability | ## CVE-2020-10744 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary>
<p>Radically simple IT automation</p>
<p>Library home page: <a href="https://... | True | CVE-2020-10744 (Medium) detected in ansible-2.9.9.tar.gz - ## CVE-2020-10744 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary>
<p>Radically simpl... | non_comp | cve medium detected in ansible tar gz cve medium severity vulnerability vulnerable library ansible tar gz radically simple it automation library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hie... | 0 |
160,877 | 20,120,315,615 | IssuesEvent | 2022-02-08 01:06:58 | AkshayMukkavilli/Tensorflow | https://api.github.com/repos/AkshayMukkavilli/Tensorflow | opened | CVE-2022-23575 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl | security vulnerability | ## CVE-2022-23575 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learni... | True | CVE-2022-23575 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2022-23575 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27... | non_comp | cve medium detected in tensorflow whl cve medium 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 src requireme... | 0 |
174,057 | 27,562,769,082 | IssuesEvent | 2023-03-07 23:52:11 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Word selection malfunctions in invalid suffixed numeric literals | Bug Area-IDE Need Design Review | _This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Word-selection-malfunctions-in-invalid-s/1292550)._
---
[severity:It bothers me. A fix would be nice]
1. Open VS and Create a new c# file
2. Fill it with this text (doesn't matter whether it's in a class a... | 1.0 | Word selection malfunctions in invalid suffixed numeric literals - _This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Word-selection-malfunctions-in-invalid-s/1292550)._
---
[severity:It bothers me. A fix would be nice]
1. Open VS and Create a new c# file
... | non_comp | word selection malfunctions in invalid suffixed numeric literals this issue has been moved from open vs and create a new c file fill it with this text doesn t matter whether it s in a class and method put the cursor after the hit ctrl del should be edit worddeletetoend twice and wat... | 0 |
20,383 | 30,108,450,396 | IssuesEvent | 2023-06-30 05:03:37 | nonamecrackers2/crackers-wither-storm-mod | https://api.github.com/repos/nonamecrackers2/crackers-wither-storm-mod | closed | SickenedVillager causing an AbstractMethodError | question compatibility 1.19.4 |
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 2023-06-28 20:26:44
Description: Ticking entity
java.lang.AbstractMethodError: Receiver class nonamecrackers2.witherstormmod.common.entity.SickenedVillager does not define or inherit an implementation of the resolved method 'ne... | True | SickenedVillager causing an AbstractMethodError -
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 2023-06-28 20:26:44
Description: Ticking entity
java.lang.AbstractMethodError: Receiver class nonamecrackers2.witherstormmod.common.entity.SickenedVillager does not define or in... | comp | sickenedvillager causing an abstractmethoderror minecraft crash report i bet cylons wouldn t have this problem time description ticking entity java lang abstractmethoderror receiver class witherstormmod common entity sickenedvillager does not define or inherit an implementatio... | 1 |
598,724 | 18,250,878,001 | IssuesEvent | 2021-10-02 07:10:46 | AY2122S1-CS2113-T16-3/tp | https://api.github.com/repos/AY2122S1-CS2113-T16-3/tp | opened | Add recipe (+ ingredients and quantity) | type.Story priority.High | As a user, I can add a recipe (and its constituent ingredients), so that I can keep track of what I want to cook. | 1.0 | Add recipe (+ ingredients and quantity) - As a user, I can add a recipe (and its constituent ingredients), so that I can keep track of what I want to cook. | non_comp | add recipe ingredients and quantity as a user i can add a recipe and its constituent ingredients so that i can keep track of what i want to cook | 0 |
691,178 | 23,686,085,205 | IssuesEvent | 2022-08-29 06:27:04 | owncloud/web | https://api.github.com/repos/owncloud/web | closed | Improve keyboard shortcuts copy/cut files | Type:Bug Priority:p3-medium Platform:Web | ### Steps to reproduce
1. Select file(s) / folder
2. Press shortcut Ctrl+X to cut selected files/folders
### Actual behaviour
Message appears "Copied to clipboard"
### Expected behaviour
Slight improvement:
There is no difference regarding the feedback message if user cuts (Strg+X) or copies(Strg+C) a file. ... | 1.0 | Improve keyboard shortcuts copy/cut files - ### Steps to reproduce
1. Select file(s) / folder
2. Press shortcut Ctrl+X to cut selected files/folders
### Actual behaviour
Message appears "Copied to clipboard"
### Expected behaviour
Slight improvement:
There is no difference regarding the feedback message if u... | non_comp | improve keyboard shortcuts copy cut files steps to reproduce select file s folder press shortcut ctrl x to cut selected files folders actual behaviour message appears copied to clipboard expected behaviour slight improvement there is no difference regarding the feedback message if u... | 0 |
4,839 | 7,458,369,533 | IssuesEvent | 2018-03-30 09:57:30 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | [Feature Request] Add ability to import from Premium SEO Pack by AA team | backlog compatibility component: importers enhancement support | We should provide for the ability to import titles, metas, other SEO data from that plugin.
| True | [Feature Request] Add ability to import from Premium SEO Pack by AA team - We should provide for the ability to import titles, metas, other SEO data from that plugin.
| comp | add ability to import from premium seo pack by aa team we should provide for the ability to import titles metas other seo data from that plugin | 1 |
20,659 | 30,726,314,665 | IssuesEvent | 2023-07-27 19:59:23 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Ipv4 is not supported as a dictionary attribute anymore | backward compatibility comp-dictionary v23.3-affected | https://fiddle.clickhouse.com/5b6d5838-ce20-4a42-adb1-587fdaffe3da
https://fiddle.clickhouse.com/18eca811-e125-418f-9031-6e0d108ce64c
```sql
create table src ( id UInt64, ip4 IPv4) Engine=Memory
as select * from values((1, '0.0.0.0'),(2, '10.10.10.10'));
CREATE DICTIONARY dict
(
id UInt64,
ip4 ... | True | Ipv4 is not supported as a dictionary attribute anymore - https://fiddle.clickhouse.com/5b6d5838-ce20-4a42-adb1-587fdaffe3da
https://fiddle.clickhouse.com/18eca811-e125-418f-9031-6e0d108ce64c
```sql
create table src ( id UInt64, ip4 IPv4) Engine=Memory
as select * from values((1, '0.0.0.0'),(2, '10.10.10.10'));... | comp | is not supported as a dictionary attribute anymore sql create table src id engine memory as select from values create dictionary dict id primary key id layout hashed source clickhouse table src lifetime se... | 1 |
74,355 | 20,144,542,393 | IssuesEvent | 2022-02-09 05:20:18 | envoyproxy/envoy | https://api.github.com/repos/envoyproxy/envoy | closed | feature request: better build @com_googlesource_chromium_v8:build | area/build help wanted area/wasm | This target is internal spawn lots of tasks within. However, this target is considered as a single-core task from the view of bazel scheduler.
Generally speaking, when you run `bazel build //source/exe:envoy` with N cores, N tasks will be scheduled and at most N clang is running. However, if the running task contain... | 1.0 | feature request: better build @com_googlesource_chromium_v8:build - This target is internal spawn lots of tasks within. However, this target is considered as a single-core task from the view of bazel scheduler.
Generally speaking, when you run `bazel build //source/exe:envoy` with N cores, N tasks will be scheduled... | non_comp | feature request better build com googlesource chromium build this target is internal spawn lots of tasks within however this target is considered as a single core task from the view of bazel scheduler generally speaking when you run bazel build source exe envoy with n cores n tasks will be scheduled ... | 0 |
7,248 | 9,527,289,699 | IssuesEvent | 2019-04-29 02:59:04 | Lothrazar/Cyclic | https://api.github.com/repos/Lothrazar/Cyclic | closed | Garden Scythe Harvesting Bugs | bug: gameplay mod compatibility | Minecraft version & Mod Version:
- Forge v14.23.5.2796-1.12.2
- Cyclic v1.17.11
Single player or Server:
- Probably Both
Describe problem (what you were doing / what happened):
- There are multiple bugs that I noticed when harvesting modded crops using the garden scythe. (See below for id's)
1. The Red O... | True | Garden Scythe Harvesting Bugs - Minecraft version & Mod Version:
- Forge v14.23.5.2796-1.12.2
- Cyclic v1.17.11
Single player or Server:
- Probably Both
Describe problem (what you were doing / what happened):
- There are multiple bugs that I noticed when harvesting modded crops using the garden scythe. (See... | comp | garden scythe harvesting bugs minecraft version mod version forge cyclic single player or server probably both describe problem what you were doing what happened there are multiple bugs that i noticed when harvesting modded crops using the garden scythe see below for... | 1 |
735,066 | 25,377,079,339 | IssuesEvent | 2022-11-21 14:51:46 | zowe/api-layer | https://api.github.com/repos/zowe/api-layer | closed | Upgrade libraries | enhancement Priority: High 22PI4 v1 | **Is your feature request related to a problem? Please describe.**
There are old libraries that needs to be upgraded.


 detected in tensorflowv2.0.2 | security vulnerability | ## CVE-2020-15208 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflowv2.0.2</b></p></summary>
<p>
<p>An Open Source Machine Learning Framework for Everyone</p>
<p>Library home p... | True | CVE-2020-15208 (High) detected in tensorflowv2.0.2 - ## CVE-2020-15208 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflowv2.0.2</b></p></summary>
<p>
<p>An Open Source Machine ... | non_comp | cve high detected in cve high severity vulnerability vulnerable library an open source machine learning framework for everyone library home page a href found in base branch master vulnerable source files vulnerability details ... | 0 |
321,610 | 27,542,732,080 | IssuesEvent | 2023-03-07 09:40:29 | wpfoodmanager/wp-food-manager | https://api.github.com/repos/wpfoodmanager/wp-food-manager | closed | Food Listing Structure getting change from setting options | In Testing Issue Resolved | From setting, if we select radio box for out-of-stock food show/hide then on food listing in both list and box the UI getting changed.


.
**To Reproduce**
Write the exact actions one should perform in order to reproduce the bug.
Steps to reproduce the behavior:
1. Run cloudbeat as a binary `./cloudbeat -c "deploy/aws/cloudbeat-aws.yml"`.
2. Try and stop the prog... | True | Cloudbeat does not stop when sending SIGINT - **Describe the bug**
Cloudbeat does not stop when we send a SIGINT signal (CTRL + C).
**To Reproduce**
Write the exact actions one should perform in order to reproduce the bug.
Steps to reproduce the behavior:
1. Run cloudbeat as a binary `./cloudbeat -c "deploy/aws/... | non_comp | cloudbeat does not stop when sending sigint describe the bug cloudbeat does not stop when we send a sigint signal ctrl c to reproduce write the exact actions one should perform in order to reproduce the bug steps to reproduce the behavior run cloudbeat as a binary cloudbeat c deploy aws ... | 0 |
46,877 | 9,995,544,037 | IssuesEvent | 2019-07-11 20:33:15 | Badgerati/Pode | https://api.github.com/repos/Badgerati/Pode | closed | Convert the following Utility functions into PowerShell functions | internal-code :hammer: | The following Utility functions should be converted into PowerShell functions. Each of these functions should be exported in `pode.psd1`.
| Old Function | New Function | Returns |
| ------------ | ------------ | ------- |
| `Server` | `Start-PodeServer` | `void` |
| `Pode` | `Pode` | `void` |
| `Lock` | `Lock-Po... | 1.0 | Convert the following Utility functions into PowerShell functions - The following Utility functions should be converted into PowerShell functions. Each of these functions should be exported in `pode.psd1`.
| Old Function | New Function | Returns |
| ------------ | ------------ | ------- |
| `Server` | `Start-PodeS... | non_comp | convert the following utility functions into powershell functions the following utility functions should be converted into powershell functions each of these functions should be exported in pode old function new function returns server start podeserv... | 0 |
212,112 | 23,857,058,371 | IssuesEvent | 2022-09-07 01:29:48 | LalithK90/covid19_data_collector_lkr | https://api.github.com/repos/LalithK90/covid19_data_collector_lkr | opened | CVE-2022-38751 (Medium) detected in snakeyaml-1.28.jar | security vulnerability | ## CVE-2022-38751 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.28.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http... | True | CVE-2022-38751 (Medium) detected in snakeyaml-1.28.jar - ## CVE-2022-38751 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.28.jar</b></p></summary>
<p>YAML 1.1 parser and... | non_comp | cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file build gradle path to vulnerable library home wss scanner gradle caches modules... | 0 |
16,024 | 21,204,428,659 | IssuesEvent | 2022-04-10 00:24:15 | Bodmer/TFT_eSPI | https://api.github.com/repos/Bodmer/TFT_eSPI | closed | RP2040 does not work with ILI9225 | Compatibility update | The RP2040 does not drive the ILI9225 based displays reliably. This has been traced to the ability of the RP2040 to output SPI data values with minimal gaps between bytes/words. The ILI9225 accepts high SPI rates but empirical evidence shows it requires a significant gap between command bytes and any 16 bit data values... | True | RP2040 does not work with ILI9225 - The RP2040 does not drive the ILI9225 based displays reliably. This has been traced to the ability of the RP2040 to output SPI data values with minimal gaps between bytes/words. The ILI9225 accepts high SPI rates but empirical evidence shows it requires a significant gap between comm... | comp | does not work with the does not drive the based displays reliably this has been traced to the ability of the to output spi data values with minimal gaps between bytes words the accepts high spi rates but empirical evidence shows it requires a significant gap between command bytes and any bit data valu... | 1 |
465,561 | 13,388,070,813 | IssuesEvent | 2020-09-02 16:51:08 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | Support url-tar method downloads in the JSOCClient | Effort Medium Package Intermediate Priority High net | <!--
We know asking good questions takes effort, and we appreciate your time.
Thank you.
Please be aware that everyone has to follow our code of conduct:
https://github.com/sunpy/sunpy/blob/master/CODE_OF_CONDUCT.rst
Also that these comments are hidden when you submit this github issue.
Please have a search... | 1.0 | Support url-tar method downloads in the JSOCClient - <!--
We know asking good questions takes effort, and we appreciate your time.
Thank you.
Please be aware that everyone has to follow our code of conduct:
https://github.com/sunpy/sunpy/blob/master/CODE_OF_CONDUCT.rst
Also that these comments are hidden when ... | non_comp | support url tar method downloads in the jsocclient we know asking good questions takes effort and we appreciate your time thank you please be aware that everyone has to follow our code of conduct also that these comments are hidden when you submit this github issue please have a search on our ... | 0 |
6,622 | 8,896,649,326 | IssuesEvent | 2019-01-16 12:06:24 | pWn3d1337/Techguns2 | https://api.github.com/repos/pWn3d1337/Techguns2 | closed | EnderIO Fuel Support for Fuel Tanks | Fixed compatibility | When using Techguns with EnderIO, none of the EnderIO Fuels count as a fuel.
EnderIO add's in three combustible fuels, Hootch ("hootch"), Fire Water ("fire_water"), and Rocket Fuel ("rocket_fuel"). They are all grain alcohol based and crafted using the EIO Vat.
Hootch is equivalent to most mods Bio Fuel with Fire... | True | EnderIO Fuel Support for Fuel Tanks - When using Techguns with EnderIO, none of the EnderIO Fuels count as a fuel.
EnderIO add's in three combustible fuels, Hootch ("hootch"), Fire Water ("fire_water"), and Rocket Fuel ("rocket_fuel"). They are all grain alcohol based and crafted using the EIO Vat.
Hootch is equi... | comp | enderio fuel support for fuel tanks when using techguns with enderio none of the enderio fuels count as a fuel enderio add s in three combustible fuels hootch hootch fire water fire water and rocket fuel rocket fuel they are all grain alcohol based and crafted using the eio vat hootch is equi... | 1 |
12,989 | 15,266,558,377 | IssuesEvent | 2021-02-22 08:57:51 | KiwiHawk/SeaBlock | https://api.github.com/repos/KiwiHawk/SeaBlock | closed | Sour gas possibly not marked as hidden | mod compatibility | What's up with sour gas, YAFC seemed to think it's accessible and that oil techs seem to unlock recipes related to it.
Seem to be accessible in editor too, though the actual recipes aren't given on the techs themselves.
Not sure if this is a Sea Block problem or YAFC problem. | True | Sour gas possibly not marked as hidden - What's up with sour gas, YAFC seemed to think it's accessible and that oil techs seem to unlock recipes related to it.
Seem to be accessible in editor too, though the actual recipes aren't given on the techs themselves.
Not sure if this is a Sea Block problem or YAFC problem... | comp | sour gas possibly not marked as hidden what s up with sour gas yafc seemed to think it s accessible and that oil techs seem to unlock recipes related to it seem to be accessible in editor too though the actual recipes aren t given on the techs themselves not sure if this is a sea block problem or yafc problem... | 1 |
4,127 | 10,592,183,894 | IssuesEvent | 2019-10-09 12:35:59 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | How much information should go in an Integration Event? | :book: guide - .NET Microservices :books: Area - .NET Architecture Guide Source - Docs.ms | Should an integration event simply hold the AggregateID and the deltas of what changed in this event? Or should it publish the entirety of aggregate? In the example of `ProductPriceChangedIntegrationEvent` it looks like just the delta is published.
I could see the benefit of publishing the whole aggregate as it would ... | 1.0 | How much information should go in an Integration Event? - Should an integration event simply hold the AggregateID and the deltas of what changed in this event? Or should it publish the entirety of aggregate? In the example of `ProductPriceChangedIntegrationEvent` it looks like just the delta is published.
I could see ... | non_comp | how much information should go in an integration event should an integration event simply hold the aggregateid and the deltas of what changed in this event or should it publish the entirety of aggregate in the example of productpricechangedintegrationevent it looks like just the delta is published i could see ... | 0 |
77,285 | 9,986,619,473 | IssuesEvent | 2019-07-10 19:35:07 | priv-kweihmann/meta-sca | https://api.github.com/repos/priv-kweihmann/meta-sca | closed | Restructure and enhance tool documentation | Documentation | - Put tool configuration into a single file
- reference from top level README
- enhance by information like "can run on image/recipe", "requires online access", known error-ids, a.s.o. | 1.0 | Restructure and enhance tool documentation - - Put tool configuration into a single file
- reference from top level README
- enhance by information like "can run on image/recipe", "requires online access", known error-ids, a.s.o. | non_comp | restructure and enhance tool documentation put tool configuration into a single file reference from top level readme enhance by information like can run on image recipe requires online access known error ids a s o | 0 |
90,566 | 8,248,581,611 | IssuesEvent | 2018-09-11 18:52:31 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Error message should reference Limit field not resource type | area/projects area/ui kind/bug status/resolved status/to-test version/2.0 | **Rancher versions:** 2.1 master 9/10
**Steps to Reproduce:**
1. Create a project and have a pod project limit of 10 with default namespace limit set to 2
2. Create a namespace and remove the pod limit
3. Click create
**Results:** Error message says Pods is required. It's actually the Limit field that req... | 1.0 | Error message should reference Limit field not resource type - **Rancher versions:** 2.1 master 9/10
**Steps to Reproduce:**
1. Create a project and have a pod project limit of 10 with default namespace limit set to 2
2. Create a namespace and remove the pod limit
3. Click create
**Results:** Error message... | non_comp | error message should reference limit field not resource type rancher versions master steps to reproduce create a project and have a pod project limit of with default namespace limit set to create a namespace and remove the pod limit click create results error message s... | 0 |
5,517 | 7,978,080,544 | IssuesEvent | 2018-07-17 17:11:40 | Microsoft/ChakraCore | https://api.github.com/repos/Microsoft/ChakraCore | closed | [RegExp] Difference with other engines in handling of invalid \c | Bug Compatibility Severity: 2 | As illustrated below, Chakra does not handle invalid \c the same as other browsers. However, this area is underspecified. Below I link to efforts to standardize on the near-consensus behavior.
```
eshost test-regexp.js -tsi
## Source
print(/^[\c]$/.test("\\"));
print(/^[\c%]$/.test("c"));
print(/[\c%]/.test("\x... | True | [RegExp] Difference with other engines in handling of invalid \c - As illustrated below, Chakra does not handle invalid \c the same as other browsers. However, this area is underspecified. Below I link to efforts to standardize on the near-consensus behavior.
```
eshost test-regexp.js -tsi
## Source
print(/^[\c]$... | comp | difference with other engines in handling of invalid c as illustrated below chakra does not handle invalid c the same as other browsers however this area is underspecified below i link to efforts to standardize on the near consensus behavior eshost test regexp js tsi source print test ... | 1 |
11,940 | 14,077,383,662 | IssuesEvent | 2020-11-04 11:56:52 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | closed | `ascii` type column isn't validated on INSERT | Backport candidate CQL cassandra 3.x compatibility n00b | This is Scylla's bug tracker, to be used for reporting bugs only.
If you have a question about Scylla, and not a bug, please ask it in
our mailing-list at scylladb-dev@googlegroups.com or in our slack channel.
- [x] I have read the disclaimer above, and I am reporting a suspected malfunction in Scylla.
*Install... | True | `ascii` type column isn't validated on INSERT - This is Scylla's bug tracker, to be used for reporting bugs only.
If you have a question about Scylla, and not a bug, please ask it in
our mailing-list at scylladb-dev@googlegroups.com or in our slack channel.
- [x] I have read the disclaimer above, and I am reportin... | comp | ascii type column isn t validated on insert this is scylla s bug tracker to be used for reporting bugs only if you have a question about scylla and not a bug please ask it in our mailing list at scylladb dev googlegroups com or in our slack channel i have read the disclaimer above and i am reporting ... | 1 |
12,272 | 14,503,470,641 | IssuesEvent | 2020-12-11 22:46:38 | enigma-dev/enigma-dev | https://api.github.com/repos/enigma-dev/enigma-dev | closed | SDL Platform Gamepad Controller Buttons Needs Fix | Bug Compatibility Confirmed Input Platforms Reproducible | Ubuntu 20.xx
SDL Platform
Gamepad is an iNNEXT SNES style gamepad that tests 100% working and correct in jstest-gtk
Because of the way SDL does buttons and the way you guys have implemented buttons to line up with the gp_ constants, I propose a change when checking the range of buttons.
I propose the extent be... | True | SDL Platform Gamepad Controller Buttons Needs Fix - Ubuntu 20.xx
SDL Platform
Gamepad is an iNNEXT SNES style gamepad that tests 100% working and correct in jstest-gtk
Because of the way SDL does buttons and the way you guys have implemented buttons to line up with the gp_ constants, I propose a change when checki... | comp | sdl platform gamepad controller buttons needs fix ubuntu xx sdl platform gamepad is an innext snes style gamepad that tests working and correct in jstest gtk because of the way sdl does buttons and the way you guys have implemented buttons to line up with the gp constants i propose a change when checking ... | 1 |
136,217 | 12,703,615,490 | IssuesEvent | 2020-06-22 22:48:11 | slurpcode/slurp | https://api.github.com/repos/slurpcode/slurp | opened | 📃 Can we use YARD ?? 📃 | documentation 📚 enhancement ⭐ ruby 💎 | Would be nice to have another website and learn about the YARD Rubygem.
Official -> `YARD also runs a live documentation server for the community, hosting docs for all RubyGems and Github projects. The project is at RubyDoc.info (formerly rdoc.info)`
https://yardoc.org/index.html
https://rubydoc.info/ | 1.0 | 📃 Can we use YARD ?? 📃 - Would be nice to have another website and learn about the YARD Rubygem.
Official -> `YARD also runs a live documentation server for the community, hosting docs for all RubyGems and Github projects. The project is at RubyDoc.info (formerly rdoc.info)`
https://yardoc.org/index.html
https... | non_comp | 📃 can we use yard 📃 would be nice to have another website and learn about the yard rubygem official yard also runs a live documentation server for the community hosting docs for all rubygems and github projects the project is at rubydoc info formerly rdoc info | 0 |
486,236 | 14,006,136,561 | IssuesEvent | 2020-10-28 19:29:50 | kubernetes-sigs/kustomize | https://api.github.com/repos/kubernetes-sigs/kustomize | opened | Re-enable tests for edit add patch command after v3.8.6 | kind/regression priority/important-longterm triage/accepted | #3129
- Need update the kustomize versions used in example tests in Makefile.
- Re-enable tests in `examples/springboot/README.md`. | 1.0 | Re-enable tests for edit add patch command after v3.8.6 - #3129
- Need update the kustomize versions used in example tests in Makefile.
- Re-enable tests in `examples/springboot/README.md`. | non_comp | re enable tests for edit add patch command after need update the kustomize versions used in example tests in makefile re enable tests in examples springboot readme md | 0 |
19,920 | 27,720,900,504 | IssuesEvent | 2023-03-14 20:32:13 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | System.Drawing - bmp resolution | bug area-System.Drawing os-linux tenet-compatibility | Bitmap restored from the BMP file has empty HorizontalResolution & VerticalResolution property values
```C#
var client = new HttpClient();
byte[] bytes = client.GetByteArrayAsync("https://www.w3.org/People/mimasa/test/imgformat/img/w3c_home.bmp").Result;
using(var stream = new MemoryStream(bytes))
using(Bitmap b... | True | System.Drawing - bmp resolution - Bitmap restored from the BMP file has empty HorizontalResolution & VerticalResolution property values
```C#
var client = new HttpClient();
byte[] bytes = client.GetByteArrayAsync("https://www.w3.org/People/mimasa/test/imgformat/img/w3c_home.bmp").Result;
using(var stream = new Me... | comp | system drawing bmp resolution bitmap restored from the bmp file has empty horizontalresolution verticalresolution property values c var client new httpclient byte bytes client getbytearrayasync using var stream new memorystream bytes using bitmap bmp new bitmap stream console ... | 1 |
6,396 | 3,799,200,640 | IssuesEvent | 2016-03-23 15:13:30 | globaleaks/GlobaLeaks | https://api.github.com/repos/globaleaks/GlobaLeaks | closed | Utility to Download, Update, Upload to a website Tor Browser Bundle in several languages | A: Amnesty C: Backend C: Build Scripts C: Client F: Security T: Enhancement U: Admin | This ticket is to introduce a functionality that has been required by Amnesty as a part of their deployment strategy, to enable distribution of Tor Browser Bundle from a private website.
The use case is:
Country where torproject.org is blocked
Distribution of access URL is done privately
End user is already kno... | 1.0 | Utility to Download, Update, Upload to a website Tor Browser Bundle in several languages - This ticket is to introduce a functionality that has been required by Amnesty as a part of their deployment strategy, to enable distribution of Tor Browser Bundle from a private website.
The use case is:
Country where torpr... | non_comp | utility to download update upload to a website tor browser bundle in several languages this ticket is to introduce a functionality that has been required by amnesty as a part of their deployment strategy to enable distribution of tor browser bundle from a private website the use case is country where torpr... | 0 |
13,597 | 16,109,995,471 | IssuesEvent | 2021-04-27 19:47:27 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | com.tomtom.amigo.huawei app incompatibility | Bug Compatibility Junior P4: Low Resolution: Fixed Status: Resolved Version: AdGuard v3.6.2 Version: AdGuard v3.6.2 beta 1 | See the discussion here:
https://github.com/AdguardTeam/AdguardForAndroid/issues/3718#issuecomment-782599859
Also, it seems that not everything is okay:
https://github.com/AdguardTeam/AdguardForAndroid/issues/3718#issuecomment-784216610 | True | com.tomtom.amigo.huawei app incompatibility - See the discussion here:
https://github.com/AdguardTeam/AdguardForAndroid/issues/3718#issuecomment-782599859
Also, it seems that not everything is okay:
https://github.com/AdguardTeam/AdguardForAndroid/issues/3718#issuecomment-784216610 | comp | com tomtom amigo huawei app incompatibility see the discussion here also it seems that not everything is okay | 1 |
2,650 | 8,102,838,058 | IssuesEvent | 2018-08-13 04:48:56 | openshiftio/openshift.io | https://api.github.com/repos/openshiftio/openshift.io | closed | Jenkins is becoming Idle for pipeline build in OSIO launcher flow. | SEV2-high area/architecture/build priority/P4 sprint/next team/build-cd type/bug | Due to this Jenkins issue, No build could not able to see the finish line.
This is a critical issue from the build pipeline endpoint. Please check the below screenshot.

| 1.0 | Jenkins is becoming Idle for pipeline build in OSIO launcher flow. - Due to this Jenkins issue, No build could not able to see the finish line.
This is a critical issue from the build pipeline endpoint. Please check the below screenshot.
. If there is a 3D rendered head baubl... | True | Head baubles show in first person - **Versions**
Minecraft = 1.12.2
Forge = forge-14.23.5.2847
RFP2 = 1.2.3
**Does the bug happen when only RFP2 is installed?**
YES
**Describe the bug**
Baubles has a head slot, similar to a helmet slot, some baubles from mods have 3D rendering. (Artifacts mod for example). ... | comp | head baubles show in first person versions minecraft forge forge does the bug happen when only is installed yes describe the bug baubles has a head slot similar to a helmet slot some baubles from mods have rendering artifacts mod for example if there is a... | 1 |
260,766 | 8,214,534,148 | IssuesEvent | 2018-09-04 23:56:05 | kassy916/Test | https://api.github.com/repos/kassy916/Test | closed | 芸人のフォロー/フォロー解除機能 | priority:middle ruby | ## WHAT - 何を作るのか?
ユーザーが芸人をフォロー/フォロー解除する機能
フォロー数は1000までを予定
### フォローボタンの仕様
フォローしてないときは「フォロー」を表示
フォローしてるとき→「フォロー中」を表示、マウスオーバーで「フォロー解除」に文字を変更
## WHY - 何故作るのか?
「自分の好きな芸人さんの情報がほしい」というお客さん(ユーザー)のニーズに答えるため
## HOW - どうやって作るのか?
## 参考URL
- [すごく参考になるページ](https://www.google.com)
- [ちょっと参考になるページ](https://www.y... | 1.0 | 芸人のフォロー/フォロー解除機能 - ## WHAT - 何を作るのか?
ユーザーが芸人をフォロー/フォロー解除する機能
フォロー数は1000までを予定
### フォローボタンの仕様
フォローしてないときは「フォロー」を表示
フォローしてるとき→「フォロー中」を表示、マウスオーバーで「フォロー解除」に文字を変更
## WHY - 何故作るのか?
「自分の好きな芸人さんの情報がほしい」というお客さん(ユーザー)のニーズに答えるため
## HOW - どうやって作るのか?
## 参考URL
- [すごく参考になるページ](https://www.google.com)
- [ちょっと参考にな... | non_comp | 芸人のフォロー/フォロー解除機能 what 何を作るのか? ユーザーが芸人をフォロー/フォロー解除する機能 フォローボタンの仕様 フォローしてないときは「フォロー」を表示 フォローしてるとき→「フォロー中」を表示、マウスオーバーで「フォロー解除」に文字を変更 why 何故作るのか? 「自分の好きな芸人さんの情報がほしい」というお客さん(ユーザー)のニーズに答えるため how どうやって作るのか? 参考url 参考資料 添付ファイルを参照(ある場合は) | 0 |
6,008 | 8,444,122,854 | IssuesEvent | 2018-10-18 17:30:36 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Missing inline formatting is a Gutenberg killer! | Backwards Compatibility | **Is your feature request related to a problem? Please describe.**
I use regularly inline formatting - for single words and even characters in paragraphs and lists - like:
**Text-Color**, Background-Color, Underline, Font-Family, Font-Size, **Justify**, ...
Inserting: special characters, unformatted text, **Nonbrea... | True | Missing inline formatting is a Gutenberg killer! - **Is your feature request related to a problem? Please describe.**
I use regularly inline formatting - for single words and even characters in paragraphs and lists - like:
**Text-Color**, Background-Color, Underline, Font-Family, Font-Size, **Justify**, ...
Inserti... | comp | missing inline formatting is a gutenberg killer is your feature request related to a problem please describe i use regularly inline formatting for single words and even characters in paragraphs and lists like text color background color underline font family font size justify inserti... | 1 |
106,485 | 11,490,113,293 | IssuesEvent | 2020-02-11 16:33:12 | ffoodd/chaarts | https://api.github.com/repos/ffoodd/chaarts | closed | Credit Patrick Brosset on transform devtools screenshot | documentation good first issue | → https://twitter.com/patrickbrosset/status/1225527904026710016
And maybe Viola Song or someone for the shape editor? | 1.0 | Credit Patrick Brosset on transform devtools screenshot - → https://twitter.com/patrickbrosset/status/1225527904026710016
And maybe Viola Song or someone for the shape editor? | non_comp | credit patrick brosset on transform devtools screenshot → and maybe viola song or someone for the shape editor | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.