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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13,094 | 15,382,924,187 | IssuesEvent | 2021-03-03 01:41:28 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Strange error when using formatReadableSize with system.query_log | duplicate sql-compatibility | ```sql
SELECT
formatReadableSize(memory_usage) AS memory_usage,
memory_usage AS a
FROM system.query_log
```
```result
Received exception from server (version 18.12.17):
Code: 43. DB::Exception: Received from click:9000, 127.0.0.1. DB::Exception: Cannot format String as size in bytes.
0 rows in se... | True | Strange error when using formatReadableSize with system.query_log - ```sql
SELECT
formatReadableSize(memory_usage) AS memory_usage,
memory_usage AS a
FROM system.query_log
```
```result
Received exception from server (version 18.12.17):
Code: 43. DB::Exception: Received from click:9000, 127.0.0.1. DB... | comp | strange error when using formatreadablesize with system query log sql select formatreadablesize memory usage as memory usage memory usage as a from system query log result received exception from server version code db exception received from click db excepti... | 1 |
308,068 | 26,577,081,729 | IssuesEvent | 2023-01-22 00:03:24 | osvegn/our_rpg | https://api.github.com/repos/osvegn/our_rpg | opened | Test memory leak on CI | New feature Tests CI | ## Describe the feature
- Write a test script to check memory leak
- Run this script automatically on CI
## Describe alternatives
_Describe any alternative to the feature describe before here_
## Additionals
_Add any other context or screenshots here_
| 1.0 | Test memory leak on CI - ## Describe the feature
- Write a test script to check memory leak
- Run this script automatically on CI
## Describe alternatives
_Describe any alternative to the feature describe before here_
## Additionals
_Add any other context or screenshots here_
| non_comp | test memory leak on ci describe the feature write a test script to check memory leak run this script automatically on ci describe alternatives describe any alternative to the feature describe before here additionals add any other context or screenshots here | 0 |
14,347 | 17,271,652,625 | IssuesEvent | 2021-07-22 20:44:58 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | opened | DROP TYPE IF EXISTS shouldn't fail on non-existent keyspace | CQL cassandra 3.x compatibility | In Cassandra, the CQL command
```
DROP TYPE IF EXISTS keyspace_does_not_exist.type_does_not_exist
```
Passes and does nothing - after all the user asked to drop the a type if it exists, and since it doesn't, nothing.
On the other hand, Scylla fails this command and reports:
> Cannot drop type in unknown keyspa... | True | DROP TYPE IF EXISTS shouldn't fail on non-existent keyspace - In Cassandra, the CQL command
```
DROP TYPE IF EXISTS keyspace_does_not_exist.type_does_not_exist
```
Passes and does nothing - after all the user asked to drop the a type if it exists, and since it doesn't, nothing.
On the other hand, Scylla fails th... | comp | drop type if exists shouldn t fail on non existent keyspace in cassandra the cql command drop type if exists keyspace does not exist type does not exist passes and does nothing after all the user asked to drop the a type if it exists and since it doesn t nothing on the other hand scylla fails th... | 1 |
772 | 3,213,863,876 | IssuesEvent | 2015-10-06 21:49:08 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | opened | Extra conversion is observed in expression trees in nullable enum equality | Area-Compilers Bug Compatibility Language-C# | The repro:
```C#
using System;
using System.Linq.Expressions;
namespace ConsoleApplication1
{
enum YesNo
{
Yes,
No
}
class MyType
{
public string Name { get; set; }
public YesNo? YesNo { get; set; }
public int? Age { get; set; }
}
... | True | Extra conversion is observed in expression trees in nullable enum equality - The repro:
```C#
using System;
using System.Linq.Expressions;
namespace ConsoleApplication1
{
enum YesNo
{
Yes,
No
}
class MyType
{
public string Name { get; set; }
public... | comp | extra conversion is observed in expression trees in nullable enum equality the repro c using system using system linq expressions namespace enum yesno yes no class mytype public string name get set public yesno yesno ge... | 1 |
201,634 | 7,034,477,599 | IssuesEvent | 2017-12-27 17:00:57 | rogerthat-platform/rogerthat-android-client | https://api.github.com/repos/rogerthat-platform/rogerthat-android-client | opened | Initiate backlog when app goes to foreground | priority_critical type_feature | Because not all kicks get delivered (Geert's samsung, most Huawei's) we should communicate with the server each time the app goes from background to foreground, just like our iOS apps. | 1.0 | Initiate backlog when app goes to foreground - Because not all kicks get delivered (Geert's samsung, most Huawei's) we should communicate with the server each time the app goes from background to foreground, just like our iOS apps. | non_comp | initiate backlog when app goes to foreground because not all kicks get delivered geert s samsung most huawei s we should communicate with the server each time the app goes from background to foreground just like our ios apps | 0 |
437,925 | 30,614,116,066 | IssuesEvent | 2023-07-24 00:15:13 | WordPress/Documentation-Issue-Tracker | https://api.github.com/repos/WordPress/Documentation-Issue-Tracker | closed | Contributor Day — 27 June, 2023 | contributor documentation Contributor Day | ## Welcome to the online WordPress Documentation Team's Contributor Day
This the monthly online Make WordPress Documentation Team’s independently-led Contributor Day. It’s held on the fourth Tuesday of each month.
You can join us via [Zoom](https://us06web.zoom.us/j/85220861178?pwd=SE4vOElLbjlMbE5OdkNWMnR1ZGRMZz0... | 1.0 | Contributor Day — 27 June, 2023 - ## Welcome to the online WordPress Documentation Team's Contributor Day
This the monthly online Make WordPress Documentation Team’s independently-led Contributor Day. It’s held on the fourth Tuesday of each month.
You can join us via [Zoom](https://us06web.zoom.us/j/85220861178?p... | non_comp | contributor day — june welcome to the online wordpress documentation team s contributor day this the monthly online make wordpress documentation team’s independently led contributor day it’s held on the fourth tuesday of each month you can join us via on june between pm utc and pm utc ... | 0 |
16,791 | 23,150,982,340 | IssuesEvent | 2022-07-29 08:18:23 | invoiceninja/invoiceninja | https://api.github.com/repos/invoiceninja/invoiceninja | closed | Bug report and SOLUTION mixed contents http/https | wontfix compatibility | **What version of Invoice Ninja are you running? ie v4.5.25 / v5.0.30**
4.5.50
**What environment are you running?**
Virtualmin LAMP stack behind HAproxy for TLS and Cloudlare
**Have you checked log files (storage/logs/) Please provide redacted output**
yes, strangely they did not help at all
**Have you sea... | True | Bug report and SOLUTION mixed contents http/https - **What version of Invoice Ninja are you running? ie v4.5.25 / v5.0.30**
4.5.50
**What environment are you running?**
Virtualmin LAMP stack behind HAproxy for TLS and Cloudlare
**Have you checked log files (storage/logs/) Please provide redacted output**
yes, ... | comp | bug report and solution mixed contents http https what version of invoice ninja are you running ie what environment are you running virtualmin lamp stack behind haproxy for tls and cloudlare have you checked log files storage logs please provide redacted output yes stran... | 1 |
10,564 | 12,483,941,935 | IssuesEvent | 2020-05-30 12:12:52 | Tslat/Advent-Of-Ascension | https://api.github.com/repos/Tslat/Advent-Of-Ascension | closed | IndustrialCraft 2 Integration | Third Party Mod Compatibility | **Describe the new feature you think would be good to add**
IndustrialCraft 2 is friendly with a lot of mods and has full integration with them.
I think this AoA-IC2 integration is a MUST, as we could use IC2 machines with AoA content.
**Add any alternative implementations you think might work**
none
**Include... | True | IndustrialCraft 2 Integration - **Describe the new feature you think would be good to add**
IndustrialCraft 2 is friendly with a lot of mods and has full integration with them.
I think this AoA-IC2 integration is a MUST, as we could use IC2 machines with AoA content.
**Add any alternative implementations you think... | comp | industrialcraft integration describe the new feature you think would be good to add industrialcraft is friendly with a lot of mods and has full integration with them i think this aoa integration is a must as we could use machines with aoa content add any alternative implementations you think mig... | 1 |
5,067 | 3,899,841,149 | IssuesEvent | 2016-04-18 00:02:57 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 12941459: Web site sharing text is mistranslated for Swedish (sv-SE) | classification:ui/usability reproducible:always status:open | #### Description
31-Dec-2012 03:20 PM Jeremy Sherman:
Summary:
- When you share a website from Safari, there's a popdown that lets you pick the format to share it in. The text reads, "Skicka webbinnehåll son" when it should read "Skicka webbinnehåll som". "Som", not "son".
Steps to Reproduce:
- Set your system l... | True | 12941459: Web site sharing text is mistranslated for Swedish (sv-SE) - #### Description
31-Dec-2012 03:20 PM Jeremy Sherman:
Summary:
- When you share a website from Safari, there's a popdown that lets you pick the format to share it in. The text reads, "Skicka webbinnehåll son" when it should read "Skicka webbinneh... | non_comp | web site sharing text is mistranslated for swedish sv se description dec pm jeremy sherman summary when you share a website from safari there s a popdown that lets you pick the format to share it in the text reads skicka webbinnehåll son when it should read skicka webbinnehåll som so... | 0 |
390,295 | 26,857,123,080 | IssuesEvent | 2023-02-03 15:25:01 | splunk/observability-workshop | https://api.github.com/repos/splunk/observability-workshop | closed | Update On-Call workshop to use OTel Collector | documentation | Revive the On-Call workshop and convert/move over to use OTel Collector over SmartAgent. | 1.0 | Update On-Call workshop to use OTel Collector - Revive the On-Call workshop and convert/move over to use OTel Collector over SmartAgent. | non_comp | update on call workshop to use otel collector revive the on call workshop and convert move over to use otel collector over smartagent | 0 |
8,013 | 10,151,133,502 | IssuesEvent | 2019-08-05 19:30:39 | Alexander-Miller/treemacs | https://api.github.com/repos/Alexander-Miller/treemacs | closed | Python3 detection failed on windows | Compatibility | There is no python3 executable file on windows python folder, only python3.dll, so treemacs-only-during-init will fail.

| True | Python3 detection failed on windows - There is no python3 executable file on windows python folder, only python3.dll, so treemacs-only-during-init will fail.

| comp | detection failed on windows there is no executable file on windows python folder only dll so treemacs only during init will fail | 1 |
6,392 | 8,695,525,702 | IssuesEvent | 2018-12-04 15:22:22 | MichaelClerx/myokit | https://api.github.com/repos/MichaelClerx/myokit | opened | Identifiers for temporary modules | bug compatibility | At the moment we just increment an ID by 1. This should be ok, because modules get written to a temp dir which (I think) is process specific. However, there's some egg info that also gets created, which might lead to name conflicts? | True | Identifiers for temporary modules - At the moment we just increment an ID by 1. This should be ok, because modules get written to a temp dir which (I think) is process specific. However, there's some egg info that also gets created, which might lead to name conflicts? | comp | identifiers for temporary modules at the moment we just increment an id by this should be ok because modules get written to a temp dir which i think is process specific however there s some egg info that also gets created which might lead to name conflicts | 1 |
1,384 | 3,912,288,645 | IssuesEvent | 2016-04-20 09:50:55 | openpeer/ortc | https://api.github.com/repos/openpeer/ortc | closed | RTCIceCandidateComplete dictionary | 1.0 compatibility issue 1.1 PR exists |
Testing for an empty object is not straight forward in JavaScript. It would be easier to add a name / value pairing like this when stringified:
`{ "complete": true }`
So we should have `complete` in the `RTCIceCandidateComplete` dictionary which is mandatory and set to `true`.
| True | RTCIceCandidateComplete dictionary -
Testing for an empty object is not straight forward in JavaScript. It would be easier to add a name / value pairing like this when stringified:
`{ "complete": true }`
So we should have `complete` in the `RTCIceCandidateComplete` dictionary which is mandatory and set to `true... | comp | rtcicecandidatecomplete dictionary testing for an empty object is not straight forward in javascript it would be easier to add a name value pairing like this when stringified complete true so we should have complete in the rtcicecandidatecomplete dictionary which is mandatory and set to true... | 1 |
34,328 | 16,522,054,138 | IssuesEvent | 2021-05-26 15:29:59 | idris-lang/Idris2 | https://api.github.com/repos/idris-lang/Idris2 | closed | Performance problems of totality checker when many type parameters and recursion | performance safety: totality | I discovered that addition of a fifth type parameter to a datatype in my codebase leads to great slowdown of compilation. A code that compiled several seconds starts to compile more than several hours.
Commenting out three existing recursive calls leads to compiling withing several minutes; four commented out recurs... | True | Performance problems of totality checker when many type parameters and recursion - I discovered that addition of a fifth type parameter to a datatype in my codebase leads to great slowdown of compilation. A code that compiled several seconds starts to compile more than several hours.
Commenting out three existing re... | non_comp | performance problems of totality checker when many type parameters and recursion i discovered that addition of a fifth type parameter to a datatype in my codebase leads to great slowdown of compilation a code that compiled several seconds starts to compile more than several hours commenting out three existing re... | 0 |
283,443 | 21,316,592,243 | IssuesEvent | 2022-04-16 11:41:44 | gweeyc/pe | https://api.github.com/repos/gweeyc/pe | opened | DG's Value proposition issues | severity.High type.DocumentationBug | Bug image:

The red highlighted sentences do not tally with the user experience of the App, as what insightful post-performance is not stated, the user has no clue here.
There is no trigger notification feat... | 1.0 | DG's Value proposition issues - Bug image:

The red highlighted sentences do not tally with the user experience of the App, as what insightful post-performance is not stated, the user has no clue here.
There... | non_comp | dg s value proposition issues bug image the red highlighted sentences do not tally with the user experience of the app as what insightful post performance is not stated the user has no clue here there is no trigger notification feature in the app encountered is this a coming feature then it should be c... | 0 |
49,285 | 7,488,550,306 | IssuesEvent | 2018-04-06 02:05:26 | benrandall/idb | https://api.github.com/repos/benrandall/idb | closed | Update gitbook documentation for Phase 3 | documentation | Includes any necessary changes to the overall gitbook and the api gitbook | 1.0 | Update gitbook documentation for Phase 3 - Includes any necessary changes to the overall gitbook and the api gitbook | non_comp | update gitbook documentation for phase includes any necessary changes to the overall gitbook and the api gitbook | 0 |
105,186 | 9,037,754,580 | IssuesEvent | 2019-02-09 13:56:25 | apache/incubator-openwhisk | https://api.github.com/repos/apache/incubator-openwhisk | closed | tests:testSwaggerCodegen failing | help wanted testing | Test currently failing. Appears to be breakage in upstream dependency.
$ ./gradlew :tests:testSwaggerCodegen
> Task :tests:testSwaggerCodegen FAILED
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> A problem occurred configuring project ':swagger-java-client'.
> > Could not resolve all a... | 1.0 | tests:testSwaggerCodegen failing - Test currently failing. Appears to be breakage in upstream dependency.
$ ./gradlew :tests:testSwaggerCodegen
> Task :tests:testSwaggerCodegen FAILED
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> A problem occurred configuring project ':swagger-java-cl... | non_comp | tests testswaggercodegen failing test currently failing appears to be breakage in upstream dependency gradlew tests testswaggercodegen task tests testswaggercodegen failed failure build failed with an exception what went wrong a problem occurred configuring project swagger java cl... | 0 |
2,735 | 5,478,005,369 | IssuesEvent | 2017-03-12 14:18:56 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | reopened | Disable Adguard for "Media Storage" by default | Compatibility | The only use of "Media Storage" is loading huge media/video files. There's no need in routing it through the VPN.
Package name: `com.android.providers.media`
You'd better check its name in older Android versions, though. | True | Disable Adguard for "Media Storage" by default - The only use of "Media Storage" is loading huge media/video files. There's no need in routing it through the VPN.
Package name: `com.android.providers.media`
You'd better check its name in older Android versions, though. | comp | disable adguard for media storage by default the only use of media storage is loading huge media video files there s no need in routing it through the vpn package name com android providers media you d better check its name in older android versions though | 1 |
432,242 | 30,274,733,147 | IssuesEvent | 2023-07-07 18:29:26 | mUtterberg/hack-time-notes | https://api.github.com/repos/mUtterberg/hack-time-notes | closed | Add basic secondary view | documentation | - Investigate [react navigation](https://reactnavigation.org/docs/hello-react-navigation/)
- Add game navigator view to browse existing game data
- Make sure this works when the db is empty (initial app load) | 1.0 | Add basic secondary view - - Investigate [react navigation](https://reactnavigation.org/docs/hello-react-navigation/)
- Add game navigator view to browse existing game data
- Make sure this works when the db is empty (initial app load) | non_comp | add basic secondary view investigate add game navigator view to browse existing game data make sure this works when the db is empty initial app load | 0 |
177,729 | 6,586,836,835 | IssuesEvent | 2017-09-13 18:46:07 | FreeAndFair/ColoradoRLA | https://api.github.com/repos/FreeAndFair/ColoradoRLA | closed | Change "Submit & Next Ballot" to "Submit & Next Ballot Card" | CDOS Priority client | or "Submit & Next Card"
On button at bottom of interpretation review screen. | 1.0 | Change "Submit & Next Ballot" to "Submit & Next Ballot Card" - or "Submit & Next Card"
On button at bottom of interpretation review screen. | non_comp | change submit next ballot to submit next ballot card or submit next card on button at bottom of interpretation review screen | 0 |
43,124 | 5,521,527,005 | IssuesEvent | 2017-03-19 16:17:59 | ykoblick/shabbatcom | https://api.github.com/repos/ykoblick/shabbatcom | closed | Selecting Invite should display drawer with options | app Testing Stage | * Shabbat
* Passover Seder
Build passover invite modal | 1.0 | Selecting Invite should display drawer with options - * Shabbat
* Passover Seder
Build passover invite modal | non_comp | selecting invite should display drawer with options shabbat passover seder build passover invite modal | 0 |
15,582 | 20,049,575,131 | IssuesEvent | 2022-02-03 03:35:19 | libgit2/libgit2 | https://api.github.com/repos/libgit2/libgit2 | closed | Turn "Conflicts:" hint into a comment | up for grabs easy fix git compatibility v1.4.0 | When a merge conflict occurs, libgit2 inserts a "Conflicts:" hint into `.git/MERGE_MSG`. Unlike git >= 2.3.0, this hint does not use comment markers. If the user does not edit the conflict block, it ends up in the commit message after conflict resolution.
Would you consider a PR changing the behavior to match that o... | True | Turn "Conflicts:" hint into a comment - When a merge conflict occurs, libgit2 inserts a "Conflicts:" hint into `.git/MERGE_MSG`. Unlike git >= 2.3.0, this hint does not use comment markers. If the user does not edit the conflict block, it ends up in the commit message after conflict resolution.
Would you consider a ... | comp | turn conflicts hint into a comment when a merge conflict occurs inserts a conflicts hint into git merge msg unlike git this hint does not use comment markers if the user does not edit the conflict block it ends up in the commit message after conflict resolution would you consider a pr cha... | 1 |
123,919 | 4,882,687,251 | IssuesEvent | 2016-11-17 10:13:29 | Gapminder/ddf-validation | https://api.github.com/repos/Gapminder/ddf-validation | closed | UNEXPECTED_TRANSLATIONS_HEADER rule implementation | effort1: medium (half-day) priority1: urgent status: in progress type: document type: enhancement type: feature type: rule | - **Rule name:** Should be filled if this issue depends on particular rule especially during new rule creation. This name should be a valid JS variable name and should be used for connecting with code.
UNEXPECTED_TRANSLATIONS_HEADER
- **Rule test folder:** Should be filled if type of Request is `rule`. Needed for docu... | 1.0 | UNEXPECTED_TRANSLATIONS_HEADER rule implementation - - **Rule name:** Should be filled if this issue depends on particular rule especially during new rule creation. This name should be a valid JS variable name and should be used for connecting with code.
UNEXPECTED_TRANSLATIONS_HEADER
- **Rule test folder:** Should be... | non_comp | unexpected translations header rule implementation rule name should be filled if this issue depends on particular rule especially during new rule creation this name should be a valid js variable name and should be used for connecting with code unexpected translations header rule test folder should be... | 0 |
184,968 | 14,291,671,181 | IssuesEvent | 2020-11-23 23:11:16 | nicholas-maltbie/PropHunt | https://api.github.com/repos/nicholas-maltbie/PropHunt | closed | Code Coverage Enforcemenet | test workflow | Once there is an automated github build action (Issue #28) and automated code coverage report (Issue #58), we should enforce minimum code coverage requirement as a part of PR approval. This could be added to the existing github build action or as a set of actions in a sequence if more complex frameworks are needed. | 1.0 | Code Coverage Enforcemenet - Once there is an automated github build action (Issue #28) and automated code coverage report (Issue #58), we should enforce minimum code coverage requirement as a part of PR approval. This could be added to the existing github build action or as a set of actions in a sequence if more compl... | non_comp | code coverage enforcemenet once there is an automated github build action issue and automated code coverage report issue we should enforce minimum code coverage requirement as a part of pr approval this could be added to the existing github build action or as a set of actions in a sequence if more complex... | 0 |
13,822 | 16,544,781,744 | IssuesEvent | 2021-05-27 22:00:52 | dotnet/sdk | https://api.github.com/repos/dotnet/sdk | opened | [Package-Validation]Add support of package validation on system having sdk version less than net6.0 | Area-Compatibility | One of our customers were trying to use Microsoft.Dotnet.PackageValidation package without having .net 6.0 sdk installed.
This lead to failures where the tool was not able to find the depedencies like system.runtime.
This is because currently we ship only net6.0 and net472 assemblies.
I suggest to move net6.0 -> n... | True | [Package-Validation]Add support of package validation on system having sdk version less than net6.0 - One of our customers were trying to use Microsoft.Dotnet.PackageValidation package without having .net 6.0 sdk installed.
This lead to failures where the tool was not able to find the depedencies like system.runtime.
... | comp | add support of package validation on system having sdk version less than one of our customers were trying to use microsoft dotnet packagevalidation package without having net sdk installed this lead to failures where the tool was not able to find the depedencies like system runtime this is because cur... | 1 |
13,632 | 16,193,860,838 | IssuesEvent | 2021-05-04 12:20:25 | Creators-of-Create/Create | https://api.github.com/repos/Creators-of-Create/Create | closed | Game crash randomly while using fluid pipe | compatibility crash | The crash happened after I connected a mechanical pump to Electrolyzer from [Advanced Rocketry](https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry) to pull liquid oxygen into another machine. It didn't happen immediately, I was able to play the game just fine for about 5 minutes and then suddenly crash.
... | True | Game crash randomly while using fluid pipe - The crash happened after I connected a mechanical pump to Electrolyzer from [Advanced Rocketry](https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry) to pull liquid oxygen into another machine. It didn't happen immediately, I was able to play the game just fine for... | comp | game crash randomly while using fluid pipe the crash happened after i connected a mechanical pump to electrolyzer from to pull liquid oxygen into another machine it didn t happen immediately i was able to play the game just fine for about minutes and then suddenly crash i cannot re join that world again a... | 1 |
16,616 | 22,709,642,605 | IssuesEvent | 2022-07-05 17:55:22 | wp-media/imagify-plugin | https://api.github.com/repos/wp-media/imagify-plugin | closed | WP Rocket banner is also displayed when WP Rocket is installed but deactivated | type: enhancement 3rd party compatibility UI | **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version
- Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
When WP Rocket is installed but deactivated, we are displaying banner in the Bulk Optimi... | True | WP Rocket banner is also displayed when WP Rocket is installed but deactivated - **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version
- Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
When WP... | comp | wp rocket banner is also displayed when wp rocket is installed but deactivated before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before describe the bug when wp... | 1 |
22,262 | 3,619,690,517 | IssuesEvent | 2016-02-08 16:56:52 | miracle091/transmission-remote-dotnet | https://api.github.com/repos/miracle091/transmission-remote-dotnet | closed | Disconned in a web request | Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
I have added a public torrent and transmission give me this problem:
Error Say: exception in a web request
What version of the products are you using?
OS: Vista
Transmission: 3.24 (build 3)
Remote: 2.42 (rev XXX)... | 1.0 | Disconned in a web request - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
I have added a public torrent and transmission give me this problem:
Error Say: exception in a web request
What version of the products are you using?
OS: Vista
Transmission: 3.24 (bu... | non_comp | disconned in a web request what steps will reproduce the problem what is the expected output what do you see instead i have added a public torrent and transmission give me this problem error say exception in a web request what version of the products are you using os vista transmission bui... | 0 |
18,182 | 25,148,325,047 | IssuesEvent | 2022-11-10 07:59:01 | cocos/cocos-engine | https://api.github.com/repos/cocos/cocos-engine | closed | How do we recongnize CCONB files | Compatibility Env: MiNiGame Module: AssetSystem Env: Web | Currently we deserialize certain sorts of asset into CCON binary format then store them as `.cconb` files. Some users claim that their target platform/CDN doesn't allow such extension of file to be loaded or gzip-ed. We have several ways to solve this problem.
The widely-used binary format has extension `.bin`. But ... | True | How do we recongnize CCONB files - Currently we deserialize certain sorts of asset into CCON binary format then store them as `.cconb` files. Some users claim that their target platform/CDN doesn't allow such extension of file to be loaded or gzip-ed. We have several ways to solve this problem.
The widely-used binar... | comp | how do we recongnize cconb files currently we deserialize certain sorts of asset into ccon binary format then store them as cconb files some users claim that their target platform cdn doesn t allow such extension of file to be loaded or gzip ed we have several ways to solve this problem the widely used binar... | 1 |
178,368 | 6,607,887,348 | IssuesEvent | 2017-09-19 08:55:13 | NHSLeadership/nhs-email-templates | https://api.github.com/repos/NHSLeadership/nhs-email-templates | closed | [Ref: develop] Develop branch file update | Priority: Low Status: Available Type: Question | @jdbrew @cehwitham Should we update Develop branch so that it is up to date with what is in master branch? | 1.0 | [Ref: develop] Develop branch file update - @jdbrew @cehwitham Should we update Develop branch so that it is up to date with what is in master branch? | non_comp | develop branch file update jdbrew cehwitham should we update develop branch so that it is up to date with what is in master branch | 0 |
15,108 | 18,956,549,792 | IssuesEvent | 2021-11-18 21:01:11 | svengreb/tmpl-go | https://api.github.com/repos/svengreb/tmpl-go | closed | Update Go module to Go 1.17 | type-improvement scope-compatibility | Currently the [Go module][1] uses Go version `1.16` so it will be updated to the [currently latest minor version `1.17`][2].
[1]: https://github.com/svengreb/tmpl-go/blob/97fdc142/go.mod
[2]: https://golang.org/doc/go1.17
| True | Update Go module to Go 1.17 - Currently the [Go module][1] uses Go version `1.16` so it will be updated to the [currently latest minor version `1.17`][2].
[1]: https://github.com/svengreb/tmpl-go/blob/97fdc142/go.mod
[2]: https://golang.org/doc/go1.17
| comp | update go module to go currently the uses go version so it will be updated to the | 1 |
21,759 | 11,362,184,331 | IssuesEvent | 2020-01-26 19:39:17 | Lokathor/tinyvec | https://api.github.com/repos/Lokathor/tinyvec | closed | ArrayVecDrain is horribly slow | Performance good first issue | It does a `remove` call for each iteration. This is _very bad_ for performance.
We should probably just track the "current position" of each removal, and then fix the whole thing up at the end when the iterator finally drops.
| True | ArrayVecDrain is horribly slow - It does a `remove` call for each iteration. This is _very bad_ for performance.
We should probably just track the "current position" of each removal, and then fix the whole thing up at the end when the iterator finally drops.
| non_comp | arrayvecdrain is horribly slow it does a remove call for each iteration this is very bad for performance we should probably just track the current position of each removal and then fix the whole thing up at the end when the iterator finally drops | 0 |
5,390 | 7,871,270,497 | IssuesEvent | 2018-06-25 07:13:47 | arcticicestudio/nord-vim | https://api.github.com/repos/arcticicestudio/nord-vim | closed | Issue with tmuxline color and vim-airline | context-plugin-support context-ui-support scope-compatibility status-accepted type-improvement | When using `tmuxline.vim` with `nord-vim` in `vim-airline`, I get this issue everytime I start `tmux`:
`/<my home directory>/.tmux-status.conf:18: bad colour: NONE`
After some search around the repo, I found this issue https://github.com/arcticicestudio/nord-vim/issues/11, which is exactly the same as mine, but w... | True | Issue with tmuxline color and vim-airline - When using `tmuxline.vim` with `nord-vim` in `vim-airline`, I get this issue everytime I start `tmux`:
`/<my home directory>/.tmux-status.conf:18: bad colour: NONE`
After some search around the repo, I found this issue https://github.com/arcticicestudio/nord-vim/issues/... | comp | issue with tmuxline color and vim airline when using tmuxline vim with nord vim in vim airline i get this issue everytime i start tmux tmux status conf bad colour none after some search around the repo i found this issue which is exactly the same as mine but was already fixed for lightl... | 1 |
129,122 | 10,563,767,385 | IssuesEvent | 2019-10-04 22:01:16 | sass/libsass | https://api.github.com/repos/sass/libsass | closed | unexpected behavior calling if() function | Bug - Confirmed Bug - Has Workaround Dev - PR Ready Dev - Test Written | I would like to report unexpected behavior regarding the result of an `if()` function called within an `@each` loop. The result of the `if()` function is expected to be unique on each iteration of the loop, but this is not the actual result while compiling with node-sass/libsass.
In the compiled results below pleas... | 1.0 | unexpected behavior calling if() function - I would like to report unexpected behavior regarding the result of an `if()` function called within an `@each` loop. The result of the `if()` function is expected to be unique on each iteration of the loop, but this is not the actual result while compiling with node-sass/libs... | non_comp | unexpected behavior calling if function i would like to report unexpected behavior regarding the result of an if function called within an each loop the result of the if function is expected to be unique on each iteration of the loop but this is not the actual result while compiling with node sass libs... | 0 |
714,026 | 24,548,176,062 | IssuesEvent | 2022-10-12 10:25:03 | bryntum/support | https://api.github.com/repos/bryntum/support | closed | [REACT] Bryntum widget wrappers don't accept all component properties in React 18 | bug resolved react high-priority forum | [Forum post](https://www.bryntum.com/forum/viewtopic.php?f=52&t=21349&p=105640#p105640)
[Forum post 2](https://www.bryntum.com/forum/viewtopic.php?f=54&t=21713&p=107354#p107354)
[Forum post 3](https://www.bryntum.com/forum/viewtopic.php?f=44&t=21953&p=108594#p108594)
[Forum post 4](https://www.bryntum.com/forum/view... | 1.0 | [REACT] Bryntum widget wrappers don't accept all component properties in React 18 - [Forum post](https://www.bryntum.com/forum/viewtopic.php?f=52&t=21349&p=105640#p105640)
[Forum post 2](https://www.bryntum.com/forum/viewtopic.php?f=54&t=21713&p=107354#p107354)
[Forum post 3](https://www.bryntum.com/forum/viewtopic.p... | non_comp | bryntum widget wrappers don t accept all component properties in react to reproduce use react and wrap your app into update forum post the react strictmode also ignores some custom configurations when enabled related issue | 0 |
174,876 | 21,300,520,155 | IssuesEvent | 2022-04-15 02:03:29 | chiq2045/grunt-demo | https://api.github.com/repos/chiq2045/grunt-demo | opened | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz | security vulnerability | ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p>... | True | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz - ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.... | non_comp | cve medium detected in minimist tgz minimist tgz cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file grunt demo package json... | 0 |
398,161 | 11,738,539,213 | IssuesEvent | 2020-03-11 16:13:55 | MilyMilo/educat | https://api.github.com/repos/MilyMilo/educat | closed | Fix users list width | good first issue priority: low scope: front-end type: bug | Tabela powinna być szeroka na całą szerokość containera. Obecnie wygląda tak:

| 1.0 | Fix users list width - Tabela powinna być szeroka na całą szerokość containera. Obecnie wygląda tak:

| non_comp | fix users list width tabela powinna być szeroka na całą szerokość containera obecnie wygląda tak | 0 |
104,286 | 8,969,701,622 | IssuesEvent | 2019-01-29 11:33:50 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | reopened | CI: test failure PrimaryAllocationIT.testForceStaleReplicaToBePromotedToPrimaryOnWrongNode | :Distributed/Allocation >test-failure v7.0.0 | ## Example build failure
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1198/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=ubuntu&&virtual/174/console
## Reproduction line
does not reproduce locally
```
/gradlew :server:... | 1.0 | CI: test failure PrimaryAllocationIT.testForceStaleReplicaToBePromotedToPrimaryOnWrongNode - ## Example build failure
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1198/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=ubuntu&&vir... | non_comp | ci test failure primaryallocationit testforcestalereplicatobepromotedtoprimaryonwrongnode example build failure reproduction line does not reproduce locally gradlew server integtest dtests seed dtests class org elasticsearch cluster routing primaryallocationit dtests method testforcest... | 0 |
584,599 | 17,459,362,917 | IssuesEvent | 2021-08-06 08:15:45 | googleapis/java-video-intelligence | https://api.github.com/repos/googleapis/java-video-intelligence | opened | video.DetectLogoGcsTest: testLogoDetectGcs failed | type: bug priority: p1 flakybot: issue | Note: #478 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: aff476633da58e0f9cd54c3f771718a690f50d51
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/4193d58a-d040-4d2f-a2bc-604b386135cb), [Sponge](http://sponge2/4193d58a-d040-4d2f-a... | 1.0 | video.DetectLogoGcsTest: testLogoDetectGcs failed - Note: #478 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: aff476633da58e0f9cd54c3f771718a690f50d51
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/4193d58a-d040-4d2f-a2bc-604b386... | non_comp | video detectlogogcstest testlogodetectgcs failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output java util concurrent timeoutexception waited seconds plus nanoseconds delay for transformfutur... | 0 |
20,912 | 31,564,376,460 | IssuesEvent | 2023-09-03 16:36:24 | widelands/widelands | https://api.github.com/repos/widelands/widelands | opened | Commandline option --editor should open last edited map | enhancement saveloading & compatibility editor | `widelands --editor` starts always with a default map size and terrain. Using this command line option it would be nice if the last edited map would be opened in the editor. Just like pressing W in the widelands main menu.
Personally i have created two starters (desktop-files): one starts widelands, the other one st... | True | Commandline option --editor should open last edited map - `widelands --editor` starts always with a default map size and terrain. Using this command line option it would be nice if the last edited map would be opened in the editor. Just like pressing W in the widelands main menu.
Personally i have created two starte... | comp | commandline option editor should open last edited map widelands editor starts always with a default map size and terrain using this command line option it would be nice if the last edited map would be opened in the editor just like pressing w in the widelands main menu personally i have created two starte... | 1 |
719,302 | 24,755,209,765 | IssuesEvent | 2022-10-21 17:01:32 | ufosc/Club_Website_2 | https://api.github.com/repos/ufosc/Club_Website_2 | closed | Set up testing framework | good first issue help wanted low priority difficulty: easy | TODO: Set up a mocha and chai testing framework. You don't need to write any unit tests, just set up the dependencies and create a `test` folder in the project's root directory.
See a guide on getting started with chai and mocha [here](https://www.testim.io/blog/getesting-with-mocha-and-chai/)
See mocha documentati... | 1.0 | Set up testing framework - TODO: Set up a mocha and chai testing framework. You don't need to write any unit tests, just set up the dependencies and create a `test` folder in the project's root directory.
See a guide on getting started with chai and mocha [here](https://www.testim.io/blog/getesting-with-mocha-and-ch... | non_comp | set up testing framework todo set up a mocha and chai testing framework you don t need to write any unit tests just set up the dependencies and create a test folder in the project s root directory see a guide on getting started with chai and mocha see mocha documentation see chai documentation | 0 |
50,122 | 13,505,126,482 | IssuesEvent | 2020-09-13 21:16:33 | tankerkiller125/NetCoreStatus | https://api.github.com/repos/tankerkiller125/NetCoreStatus | closed | CVE-2019-11358 (Medium) detected in jquery-3.3.1.min.js, jquery-3.3.1.js | bug security vulnerability | ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.min.js</b>, <b>jquery-3.3.1.js</b></p></summary>
<p>
<details><summary><b>jquery-3.3.1.min.js</b></p>... | True | CVE-2019-11358 (Medium) detected in jquery-3.3.1.min.js, jquery-3.3.1.js - ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.min.js</b>, <b>jquery-3.3.1... | non_comp | cve medium detected in jquery min js jquery js cve medium severity vulnerability vulnerable libraries jquery min js jquery js jquery min js javascript library for dom operations library home page a href path to vulnerable library netcorest... | 0 |
17,981 | 24,829,703,102 | IssuesEvent | 2022-10-26 01:29:29 | mebjas/html5-qrcode | https://api.github.com/repos/mebjas/html5-qrcode | opened | Compatibility - [Android] [Webview (RN)] - [Weird video glitch when camera is active] | compatibility | **Describe the bug**
- As shown in the gif below, when the div/element container is still (not moving/being scrolled), the video output of the camera will start to glitch and what weirdly happens is that only a certain portion of the video feed will be moving while the rest is frozen. However, if I scroll around (the ... | True | Compatibility - [Android] [Webview (RN)] - [Weird video glitch when camera is active] - **Describe the bug**
- As shown in the gif below, when the div/element container is still (not moving/being scrolled), the video output of the camera will start to glitch and what weirdly happens is that only a certain portion of t... | comp | compatibility describe the bug as shown in the gif below when the div element container is still not moving being scrolled the video output of the camera will start to glitch and what weirdly happens is that only a certain portion of the video feed will be moving while the rest is frozen however... | 1 |
885 | 3,348,273,302 | IssuesEvent | 2015-11-17 00:45:49 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | memcached extension missing deletemulti and setmulti | php5 incompatibility | The memcached support apparently does not implement either deleteMulti or setMulti families of operations
http://php.net/manual/en/memcached.deletemulti.php
http://php.net/manual/en/memcached.setmulti.php
https://github.com/facebook/hhvm/blame/master/hphp/runtime/ext/memcached/ext_memcached.cpp#L1333
I have... | True | memcached extension missing deletemulti and setmulti - The memcached support apparently does not implement either deleteMulti or setMulti families of operations
http://php.net/manual/en/memcached.deletemulti.php
http://php.net/manual/en/memcached.setmulti.php
https://github.com/facebook/hhvm/blame/master/hphp/... | comp | memcached extension missing deletemulti and setmulti the memcached support apparently does not implement either deletemulti or setmulti families of operations i haven t done a comprehensive delta between the functions documented here and what s in hhv | 1 |
16,711 | 23,044,241,030 | IssuesEvent | 2022-07-23 16:40:57 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Alice: Madness Returns (19680) | Game compatibility - Unofficial | # Compatibility Report
- Name of the game with compatibility issues:
- Steam AppID of the game:
## System Information
- GPU: <!-- e.g. RX 580 or GTX 970 -->
- Driver/LLVM version: <!-- e.g. Mesa 18.2/7.0.0 or nvidia 396.54 -->
- Kernel version: <!-- e.g. 4.17 -->
- Link to full system information report as [Gi... | True | Alice: Madness Returns (19680) - # Compatibility Report
- Name of the game with compatibility issues:
- Steam AppID of the game:
## System Information
- GPU: <!-- e.g. RX 580 or GTX 970 -->
- Driver/LLVM version: <!-- e.g. Mesa 18.2/7.0.0 or nvidia 396.54 -->
- Kernel version: <!-- e.g. 4.17 -->
- Link to full... | comp | alice madness returns compatibility report name of the game with compatibility issues steam appid of the game system information gpu driver llvm version kernel version link to full system information report as proton version i confirm that i haven t found ... | 1 |
7,449 | 9,696,300,048 | IssuesEvent | 2019-05-25 06:05:19 | CIDRAM/CIDRAM | https://api.github.com/repos/CIDRAM/CIDRAM | closed | "Illegal use of $_SERVER." in loader.php | Compatibility Support Unresolved! | Please use this template when reporting bugs, problems, issues, etc.
## Server information.
| Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Running on ionos.fr (ex 1and1.fr) server
-- | --
### CIDRAM version used (if known, please also include the exact commit hash).
CIDRAM-CIDR... | True | "Illegal use of $_SERVER." in loader.php - Please use this template when reporting bugs, problems, issues, etc.
## Server information.
| Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Running on ionos.fr (ex 1and1.fr) server
-- | --
### CIDRAM version used (if known, please also ... | comp | illegal use of server in loader php please use this template when reporting bugs problems issues etc server information linux info smp tue jan cest all gnu linux running on ionos fr ex fr server cidram version used if known please also include the ex... | 1 |
12,274 | 7,837,569,753 | IssuesEvent | 2018-06-18 06:54:07 | symfony/symfony | https://api.github.com/repos/symfony/symfony | opened | Review the code and config used in TechEmpower benchmarks | Performance | **Symfony version(s) affected**: 4.1
**Description**
The latest TechEmpower benchmark results look wrong for Symfony..
Symfony is faster and faster on each version. Independent benchmarks such as [PHP Benchmarks](http://www.phpbenchmarks.com/en/comparator/frameworks.html) show this clearly. However, in the lat... | True | Review the code and config used in TechEmpower benchmarks - **Symfony version(s) affected**: 4.1
**Description**
The latest TechEmpower benchmark results look wrong for Symfony..
Symfony is faster and faster on each version. Independent benchmarks such as [PHP Benchmarks](http://www.phpbenchmarks.com/en/compar... | non_comp | review the code and config used in techempower benchmarks symfony version s affected description the latest techempower benchmark results look wrong for symfony symfony is faster and faster on each version independent benchmarks such as show this clearly however in the latest round of ... | 0 |
452,283 | 13,047,981,306 | IssuesEvent | 2020-07-29 11:43:10 | code-ready/crc | https://api.github.com/repos/code-ready/crc | closed | Reduce the number of UAC prompts during setup and cleanup in windows | os/windows priority/major | After #1297 now there are many UAC prompts that the user now has to see, which is not a very good user experience. We need to reduce the number of these prompt. | 1.0 | Reduce the number of UAC prompts during setup and cleanup in windows - After #1297 now there are many UAC prompts that the user now has to see, which is not a very good user experience. We need to reduce the number of these prompt. | non_comp | reduce the number of uac prompts during setup and cleanup in windows after now there are many uac prompts that the user now has to see which is not a very good user experience we need to reduce the number of these prompt | 0 |
75,011 | 9,195,680,871 | IssuesEvent | 2019-03-07 03:29:55 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | CupertinoPageRoute throws exception and Navigator is stuck | f: cupertino f: material design framework | ## Steps to Reproduce
- Pop a route by pop gesture (a.k.a swipe back)
- Push a route immediately
In the sample application below, it is reproduced by the following steps:
- Push "Next"
- Swipe back
- Push "Next" immediately
```
import 'package:flutter/material.dart';
import 'package:flutter/cupertino.d... | 1.0 | CupertinoPageRoute throws exception and Navigator is stuck - ## Steps to Reproduce
- Pop a route by pop gesture (a.k.a swipe back)
- Push a route immediately
In the sample application below, it is reproduced by the following steps:
- Push "Next"
- Swipe back
- Push "Next" immediately
```
import 'package... | non_comp | cupertinopageroute throws exception and navigator is stuck steps to reproduce pop a route by pop gesture a k a swipe back push a route immediately in the sample application below it is reproduced by the following steps push next swipe back push next immediately import package... | 0 |
414,779 | 12,111,437,983 | IssuesEvent | 2020-04-21 12:14:22 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | aqicn.org - see bug description | browser-fenix engine-gecko ml-needsdiagnosis-false priority-normal | <!-- @browser: Firefox Mobile 75.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:75.0) Gecko/75.0 Firefox/75.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/51858 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://aqicn.org/map/thailand/chiangrai---g... | 1.0 | aqicn.org - see bug description - <!-- @browser: Firefox Mobile 75.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:75.0) Gecko/75.0 Firefox/75.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/51858 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://aq... | non_comp | aqicn org see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description the site will not update the last update is fri hour steps to reproduce my wife use chrome a... | 0 |
4,889 | 7,495,434,466 | IssuesEvent | 2018-04-07 20:46:12 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | Running tests by keywords throws exception when a method contains a number `def test_2columns()` | topic: marks type: backward compatibility type: question | Pytest throws `INTERNALERROR> SyntaxError: invalid syntax` when running multiple selected tests via keywords separated with `or` when method substrings start with a number: e.g. `pytest -k "2columns or 3columns"`
Example:
```python
def test_2columns():
print("2 columns")
def test_3columns():
print("... | True | Running tests by keywords throws exception when a method contains a number `def test_2columns()` - Pytest throws `INTERNALERROR> SyntaxError: invalid syntax` when running multiple selected tests via keywords separated with `or` when method substrings start with a number: e.g. `pytest -k "2columns or 3columns"`
Examp... | comp | running tests by keywords throws exception when a method contains a number def test pytest throws internalerror syntaxerror invalid syntax when running multiple selected tests via keywords separated with or when method substrings start with a number e g pytest k or example python def... | 1 |
154,665 | 5,923,856,226 | IssuesEvent | 2017-05-23 09:01:47 | ox-it/ords-ui | https://api.github.com/repos/ox-it/ords-ui | closed | Temporary error when uploading CSV files | bug Critical Priority Database Explorer Import/Export | If I upload a CSV file, and then immediately click 'View and edit database structure', the database schema is grey, and after a few seconds, an error message saying 'Internal problem while performing this action - please contact support." ' pops up (the double quotation mark at the end is in the message). The impressio... | 1.0 | Temporary error when uploading CSV files - If I upload a CSV file, and then immediately click 'View and edit database structure', the database schema is grey, and after a few seconds, an error message saying 'Internal problem while performing this action - please contact support." ' pops up (the double quotation mark a... | non_comp | temporary error when uploading csv files if i upload a csv file and then immediately click view and edit database structure the database schema is grey and after a few seconds an error message saying internal problem while performing this action please contact support pops up the double quotation mark a... | 0 |
9,982 | 11,964,602,301 | IssuesEvent | 2020-04-05 20:12:09 | MrJake222/AUNIS | https://api.github.com/repos/MrJake222/AUNIS | closed | An idea for how Universe gates should function | compatibility enhancement | Universe gates should by default work as Milkyway gates currently do, but if put on an Archimedes ship can be assigned a code for dialing into from anywhere using the 9th chevron.
While on an Archimedes ship the gate will change address every time the ship is re-formed, the code will never change though, once assigned... | True | An idea for how Universe gates should function - Universe gates should by default work as Milkyway gates currently do, but if put on an Archimedes ship can be assigned a code for dialing into from anywhere using the 9th chevron.
While on an Archimedes ship the gate will change address every time the ship is re-formed,... | comp | an idea for how universe gates should function universe gates should by default work as milkyway gates currently do but if put on an archimedes ship can be assigned a code for dialing into from anywhere using the chevron while on an archimedes ship the gate will change address every time the ship is re formed t... | 1 |
344,452 | 30,747,214,830 | IssuesEvent | 2023-07-28 15:56:55 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/migrations/group3 - when migrating to a new version and the mappings' changes are NOT compatible the migrator reindexes documents to a new index | Team:Core failed-test | A test failed on a tracked branch
```
Error: Command failed with exit code 1: ./bin/elasticsearch-keystore create
Exception in thread "main" org.elasticsearch.common.settings.SettingsException: Failed to load settings from [elasticsearch.yml]
at org.elasticsearch.common.settings.Settings$Builder.loadFromStream(Settin... | 1.0 | Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/migrations/group3 - when migrating to a new version and the mappings' changes are NOT compatible the migrator reindexes documents to a new index - A test failed on a tracked branch
```
Error: Command failed with exit code 1: ./bin/ela... | non_comp | failing test jest integration tests src core server integration tests saved objects migrations when migrating to a new version and the mappings changes are not compatible the migrator reindexes documents to a new index a test failed on a tracked branch error command failed with exit code bin elastics... | 0 |
2,984 | 30,794,527,356 | IssuesEvent | 2023-07-31 18:45:35 | NVIDIA/spark-rapids | https://api.github.com/repos/NVIDIA/spark-rapids | opened | [FEA] Add API to make HostMemoryBuffers Spillable | ? - Needs Triage task reliability | **Is your feature request related to a problem? Please describe.**
This should be similar to what we do for SpillableColumnarBatch. It is not exactly the same, because a ColumnarBatch is immutable, but a HostMemoryBuffer has not such guarantee. Because behind the scenes it is just a host memory address + length, there... | True | [FEA] Add API to make HostMemoryBuffers Spillable - **Is your feature request related to a problem? Please describe.**
This should be similar to what we do for SpillableColumnarBatch. It is not exactly the same, because a ColumnarBatch is immutable, but a HostMemoryBuffer has not such guarantee. Because behind the sce... | non_comp | add api to make hostmemorybuffers spillable is your feature request related to a problem please describe this should be similar to what we do for spillablecolumnarbatch it is not exactly the same because a columnarbatch is immutable but a hostmemorybuffer has not such guarantee because behind the scenes ... | 0 |
95,947 | 12,065,247,344 | IssuesEvent | 2020-04-16 09:38:54 | raiden-network/webui | https://api.github.com/repos/raiden-network/webui | closed | Restructure header | Redesign | ### Description
There are several improvements we want to make to the header
### Tasks
- [x] Ether balance should be less prominent
- [x] New flow for Top up button
- [x] Rename Top up button
- [x] Extract QR icon button + relocation
- [x] Extract and redesign user data (including address)
- [x] Implement | 1.0 | Restructure header - ### Description
There are several improvements we want to make to the header
### Tasks
- [x] Ether balance should be less prominent
- [x] New flow for Top up button
- [x] Rename Top up button
- [x] Extract QR icon button + relocation
- [x] Extract and redesign user data (including address)... | non_comp | restructure header description there are several improvements we want to make to the header tasks ether balance should be less prominent new flow for top up button rename top up button extract qr icon button relocation extract and redesign user data including address impl... | 0 |
89,129 | 15,823,741,254 | IssuesEvent | 2021-04-06 01:32:08 | jinuem/GameOfThrones_Test | https://api.github.com/repos/jinuem/GameOfThrones_Test | opened | CVE-2021-26707 (Medium) detected in merge-deep-3.0.2.tgz | security vulnerability | ## CVE-2021-26707 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-deep-3.0.2.tgz</b></p></summary>
<p>Recursively merge values in a javascript object.</p>
<p>Library home page:... | True | CVE-2021-26707 (Medium) detected in merge-deep-3.0.2.tgz - ## CVE-2021-26707 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-deep-3.0.2.tgz</b></p></summary>
<p>Recursively mer... | non_comp | cve medium detected in merge deep tgz cve medium severity vulnerability vulnerable library merge deep tgz recursively merge values in a javascript object library home page a href path to dependency file gameofthrones test front package json path to vulnerable librar... | 0 |
287,560 | 31,846,907,043 | IssuesEvent | 2023-09-14 20:42:29 | JoshRMendDemo/test-java | https://api.github.com/repos/JoshRMendDemo/test-java | opened | jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/javax/servlet/jstl/1.2... | True | jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable lib... | non_comp | jstl jar vulnerabilities highest severity is vulnerable library jstl jar path to dependency file pom xml path to vulnerable library home wss scanner repository javax servlet jstl jstl jar found in head commit a href vulnerabilities cve severity ... | 0 |
18,695 | 26,045,179,576 | IssuesEvent | 2022-12-22 13:50:12 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Decimal and Nested type checks are broken for capnp format | backward compatibility | I use kafka engine and capnp schema to insert data to my clickhouse servers.
After upgrade from the clickhouse 21.8.15.7 to 22.3.12.19 my capnp deserlialization was broken with the following errors:
```
2022.11.17 09:53:11.566931 [ 31088 ] {} <Error> void DB::StorageKafka::threadFunc(size_t): Code: 623. DB::Exceptio... | True | Decimal and Nested type checks are broken for capnp format - I use kafka engine and capnp schema to insert data to my clickhouse servers.
After upgrade from the clickhouse 21.8.15.7 to 22.3.12.19 my capnp deserlialization was broken with the following errors:
```
2022.11.17 09:53:11.566931 [ 31088 ] {} <Error> void ... | comp | decimal and nested type checks are broken for capnp format i use kafka engine and capnp schema to insert data to my clickhouse servers after upgrade from the clickhouse to my capnp deserlialization was broken with the following errors void db storagekafka threadfunc siz... | 1 |
183,721 | 31,724,212,042 | IssuesEvent | 2023-09-10 19:05:27 | decidim/decidim | https://api.github.com/repos/decidim/decidim | closed | Dead "Send to technical validation" button | type: bug module: initiatives contract: redesign | **Describe the bug**
In my "Ducky" initiative I already gathered 3 committee members (including me), but when I click the "Send to technical validation" button it doesn't do anything (links to #).
https://alpha.try.decidim.org/initiatives/i-7
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new initiati... | 1.0 | Dead "Send to technical validation" button - **Describe the bug**
In my "Ducky" initiative I already gathered 3 committee members (including me), but when I click the "Send to technical validation" button it doesn't do anything (links to #).
https://alpha.try.decidim.org/initiatives/i-7
**To Reproduce**
Steps to rep... | non_comp | dead send to technical validation button describe the bug in my ducky initiative i already gathered committee members including me but when i click the send to technical validation button it doesn t do anything links to to reproduce steps to reproduce the behavior create a new initiat... | 0 |
251,148 | 27,150,938,512 | IssuesEvent | 2023-02-17 01:09:33 | AlexRogalskiy/test-app-playground | https://api.github.com/repos/AlexRogalskiy/test-app-playground | opened | CVE-2023-23934 (Low) detected in Werkzeug-1.0.1-py2.py3-none-any.whl | security vulnerability | ## CVE-2023-23934 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-1.0.1-py2.py3-none-any.whl</b></p></summary>
<p>The comprehensive WSGI web application library.</p>
<p>Library... | True | CVE-2023-23934 (Low) detected in Werkzeug-1.0.1-py2.py3-none-any.whl - ## CVE-2023-23934 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-1.0.1-py2.py3-none-any.whl</b></p></summ... | non_comp | cve low detected in werkzeug none any whl cve low severity vulnerability vulnerable library werkzeug none any whl the comprehensive wsgi web application library library home page a href path to dependency file app requirements txt path to vulnerable library ... | 0 |
310,767 | 9,523,881,558 | IssuesEvent | 2019-04-27 21:07:57 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | opened | [Item] Scum Covered Bag -20767- | Low Priority | **Links:**
item - https://www.wowhead.com/item=20767/scum-covered-bag#contains
npc drop - https://www.wowhead.com/npc=2656/jade-ooze
**What is happening:**
- Bags are empty
- i get x2 bags both empty
**What should happen:**
need to check the loot table
| 1.0 | [Item] Scum Covered Bag -20767- - **Links:**
item - https://www.wowhead.com/item=20767/scum-covered-bag#contains
npc drop - https://www.wowhead.com/npc=2656/jade-ooze
**What is happening:**
- Bags are empty
- i get x2 bags both empty
**What should happen:**
need to check the loot table
... | non_comp | scum covered bag links item npc drop what is happening bags are empty i get bags both empty what should happen need to check the loot table | 0 |
19,387 | 26,904,529,483 | IssuesEvent | 2023-02-06 17:59:03 | openxla/stablehlo | https://api.github.com/repos/openxla/stablehlo | closed | Figure out what to do with unregistered attributes in VHLO | Compatibility | ### Request description
There are use cases for unregistered attributes. There are two possible approaches:
1. A versioned allow-list of unregistered attributes.
2. Allow unregistered attributes as long as their values are representable in VHLO at the target version.
Currently (2) is implemented by #736. | True | Figure out what to do with unregistered attributes in VHLO - ### Request description
There are use cases for unregistered attributes. There are two possible approaches:
1. A versioned allow-list of unregistered attributes.
2. Allow unregistered attributes as long as their values are representable in VHLO at the ta... | comp | figure out what to do with unregistered attributes in vhlo request description there are use cases for unregistered attributes there are two possible approaches a versioned allow list of unregistered attributes allow unregistered attributes as long as their values are representable in vhlo at the ta... | 1 |
118,962 | 4,758,457,062 | IssuesEvent | 2016-10-24 19:32:56 | nolimits4web/Framework7 | https://api.github.com/repos/nolimits4web/Framework7 | closed | Touch event: Highlighted text not removed when touching another element (Mobile Web) | Android bug Bug confirmed Priority Low | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* Framework7 Version: 1.4.2
* Platform and Target: CORDOVA / MOBILE WEB
* Live Link or JSFiddle/Codepen: http://framework7.io/kitchen-sink-material/
### What you did
1. In desktop web browser, click any component e.g Ca... | 1.0 | Touch event: Highlighted text not removed when touching another element (Mobile Web) - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* Framework7 Version: 1.4.2
* Platform and Target: CORDOVA / MOBILE WEB
* Live Link or JSFiddle/Codepen: http://framework7.io/kitchen-si... | non_comp | touch event highlighted text not removed when touching another element mobile web this is a multiple allowed bug enhancement feature discussion rfc version platform and target cordova mobile web live link or jsfiddle codepen what you did in desktop web brows... | 0 |
7,063 | 9,345,071,366 | IssuesEvent | 2019-03-30 03:42:27 | boazsegev/iodine | https://api.github.com/repos/boazsegev/iodine | closed | Exception when using Fibers | compatibility feature request | Hi Bo,
This should be an interesting one. I'm not _100%_ sure this lies in Iodine, but I can't reproduce it with any other server.
Here's the stacktrace:
```
Traceback (most recent call last):
10: from example.rb:39:in `<main>'
9: from /usr/home/adam/.rubies/ruby-2.6.1/lib/ruby/gems/2.6.0/g... | True | Exception when using Fibers - Hi Bo,
This should be an interesting one. I'm not _100%_ sure this lies in Iodine, but I can't reproduce it with any other server.
Here's the stacktrace:
```
Traceback (most recent call last):
10: from example.rb:39:in `<main>'
9: from /usr/home/adam/.rubies/ru... | comp | exception when using fibers hi bo this should be an interesting one i m not sure this lies in iodine but i can t reproduce it with any other server here s the stacktrace traceback most recent call last from example rb in from usr home adam rubies ruby ... | 1 |
207,547 | 7,131,001,282 | IssuesEvent | 2018-01-22 09:24:53 | alibaba/dubbo | https://api.github.com/repos/alibaba/dubbo | closed | Black list exception is replaced with no provider exception | priority/low type/enhancement | I know dubbo has replace the exception message 'black list...' with 'no provider ...' since some version,but when i set route for consumer to add it into some blacklist , the exception message throwed by the consumer client is not 'black list...' but 'no provider...'. Although it is not a big deal , but i still wonder ... | 1.0 | Black list exception is replaced with no provider exception - I know dubbo has replace the exception message 'black list...' with 'no provider ...' since some version,but when i set route for consumer to add it into some blacklist , the exception message throwed by the consumer client is not 'black list...' but 'no pro... | non_comp | black list exception is replaced with no provider exception i know dubbo has replace the exception message black list with no provider since some version,but when i set route for consumer to add it into some blacklist the exception message throwed by the consumer client is not black list but no pro... | 0 |
14,404 | 17,376,370,624 | IssuesEvent | 2021-07-30 22:09:51 | CitiesSkylinesMods/TMPE | https://api.github.com/repos/CitiesSkylinesMods/TMPE | closed | 'Array Index is out of range' Helicopter/Aircraft | COMPATIBILITY EXTERNAL out of scope | > # 81 Tiles mod causes this error
>
> The error is due to building airport, helipad, etc., outside of the central 25 Tile map area.
>
> TM:PE does not alter the aircraft/helicopter/blimp AIs.
Getting the Array Index is out of range error when helicopters spawn after placing a path/line.
Simulation error:... | True | 'Array Index is out of range' Helicopter/Aircraft - > # 81 Tiles mod causes this error
>
> The error is due to building airport, helipad, etc., outside of the central 25 Tile map area.
>
> TM:PE does not alter the aircraft/helicopter/blimp AIs.
Getting the Array Index is out of range error when helicopters s... | comp | array index is out of range helicopter aircraft tiles mod causes this error the error is due to building airport helipad etc outside of the central tile map area tm pe does not alter the aircraft helicopter blimp ais getting the array index is out of range error when helicopters spa... | 1 |
4,710 | 7,319,537,418 | IssuesEvent | 2018-03-02 01:23:07 | TheIllusiveC4/ConstructsArmory | https://api.github.com/repos/TheIllusiveC4/ConstructsArmory | closed | Crash Compatibility with EnderIO 1.12 | compatibility | Forge version: 14.23.2.2623
Minecraft Version: 1.12.2
Conarm Version: conarm-1.12.2-0.0.6-a.jar
Client crashes on load with the newest build of enderIO.
I believe it is a similiar issue to https://github.com/TheIllusiveC4/ConstructsArmory/issues/1 on with the newest enderIO adding a trait "Enderport" to tinker... | True | Crash Compatibility with EnderIO 1.12 - Forge version: 14.23.2.2623
Minecraft Version: 1.12.2
Conarm Version: conarm-1.12.2-0.0.6-a.jar
Client crashes on load with the newest build of enderIO.
I believe it is a similiar issue to https://github.com/TheIllusiveC4/ConstructsArmory/issues/1 on with the newest ende... | comp | crash compatibility with enderio forge version minecraft version conarm version conarm a jar client crashes on load with the newest build of enderio i believe it is a similiar issue to on with the newest enderio adding a trait enderport to tinker s construct see for r... | 1 |
58,579 | 16,609,413,554 | IssuesEvent | 2021-06-02 09:37:58 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | [BUG]: Latest dev version b168b6d crashes Visual Studio C++ | Status-Postponed Type-Defect | b168b6d crashes (Windows 10 Pro 64 build 19041.vb_release.191206-1406) various .dlls for all apps which depend on them, necessitating a roll-back to a previous restore point.
I tried to download twice, and run, with the same effect.
I had kept bc739ca on the PC, in case of issues, but dependencies were corrupted ... | 1.0 | [BUG]: Latest dev version b168b6d crashes Visual Studio C++ - b168b6d crashes (Windows 10 Pro 64 build 19041.vb_release.191206-1406) various .dlls for all apps which depend on them, necessitating a roll-back to a previous restore point.
I tried to download twice, and run, with the same effect.
I had kept bc739ca ... | non_comp | latest dev version crashes visual studio c crashes windows pro build vb release various dlls for all apps which depend on them necessitating a roll back to a previous restore point i tried to download twice and run with the same effect i had kept on the pc in case of issues but de... | 0 |
3,398 | 6,363,861,961 | IssuesEvent | 2017-07-31 18:22:16 | stklcode/jvaultconnector | https://api.github.com/repos/stklcode/jvaultconnector | opened | Adapt to Vault 0.8 lease endpoints | compatibility | As of Vault 0.8.0 the current lease endpoints have been relocated and the current ones deprecated.
> * Lease Endpoints: The endpoints `sys/renew`, `sys/revoke`, `sys/revoke-prefix`, `sys/revoke-force` have been deprecated and relocated under `sys/leases`. Additionally, the deprecated path `sys/revoke-force` now requ... | True | Adapt to Vault 0.8 lease endpoints - As of Vault 0.8.0 the current lease endpoints have been relocated and the current ones deprecated.
> * Lease Endpoints: The endpoints `sys/renew`, `sys/revoke`, `sys/revoke-prefix`, `sys/revoke-force` have been deprecated and relocated under `sys/leases`. Additionally, the deprec... | comp | adapt to vault lease endpoints as of vault the current lease endpoints have been relocated and the current ones deprecated lease endpoints the endpoints sys renew sys revoke sys revoke prefix sys revoke force have been deprecated and relocated under sys leases additionally the deprec... | 1 |
14,291 | 17,187,431,173 | IssuesEvent | 2021-07-16 05:39:41 | Lothrazar/Storage-Network | https://api.github.com/repos/Lothrazar/Storage-Network | closed | [1.16.5] missing items, moving root gives alternating results | 1.16 compatibility done | Minecraft version & Mod Version:
MC 1.16.5
Forge 36.0.1
Simple Storage Network 1.16.4-1.3.1 (latest)
Single player or Server: single
Describe problem (what you were doing / what happened):
I'm missing part of my items in the network. I ended up trying to move the network root around a bit because I though... | True | [1.16.5] missing items, moving root gives alternating results - Minecraft version & Mod Version:
MC 1.16.5
Forge 36.0.1
Simple Storage Network 1.16.4-1.3.1 (latest)
Single player or Server: single
Describe problem (what you were doing / what happened):
I'm missing part of my items in the network. I ended ... | comp | missing items moving root gives alternating results minecraft version mod version mc forge simple storage network latest single player or server single describe problem what you were doing what happened i m missing part of my items in the network i ended up trying ... | 1 |
12,504 | 14,787,066,787 | IssuesEvent | 2021-01-12 06:55:20 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | reopened | Dns.GetHostAddressesAsync fails with SocketException when called during impersonation | area-System.Net tenet-compatibility | It seems that WindowsIdentity.RunImpersonated() works differently in .NET Core compared with .NET Framework. This is causing a variety of issues including one affecting ASP.NET Core, dotnet/runtime#29351.
There is some difference in the way that the identity token permissions are getting set on the impersonated toke... | True | Dns.GetHostAddressesAsync fails with SocketException when called during impersonation - It seems that WindowsIdentity.RunImpersonated() works differently in .NET Core compared with .NET Framework. This is causing a variety of issues including one affecting ASP.NET Core, dotnet/runtime#29351.
There is some difference... | comp | dns gethostaddressesasync fails with socketexception when called during impersonation it seems that windowsidentity runimpersonated works differently in net core compared with net framework this is causing a variety of issues including one affecting asp net core dotnet runtime there is some difference in ... | 1 |
46,788 | 5,830,038,443 | IssuesEvent | 2017-05-08 15:51:42 | angular/angular-cli | https://api.github.com/repos/angular/angular-cli | closed | Test development cycle is slow unless sourcemaps are turned off | command: test type: discussion type: enhancement | The iterating unit test development is painfully slow (and appears to grow slower during a session) when running `ng test`.
The console shows re-build 92% complete and then hangs for up to a minute (it seems anyway) before finally reporting test progress and refreshing the karma browser.
The test progress report... | 1.0 | Test development cycle is slow unless sourcemaps are turned off - The iterating unit test development is painfully slow (and appears to grow slower during a session) when running `ng test`.
The console shows re-build 92% complete and then hangs for up to a minute (it seems anyway) before finally reporting test prog... | non_comp | test development cycle is slow unless sourcemaps are turned off the iterating unit test development is painfully slow and appears to grow slower during a session when running ng test the console shows re build complete and then hangs for up to a minute it seems anyway before finally reporting test progr... | 0 |
14,397 | 17,372,779,040 | IssuesEvent | 2021-07-30 16:07:17 | mhostetter/galois | https://api.github.com/repos/mhostetter/galois | closed | Revert `np.copy()` override | numpy compatibility | Don't override the return type of `np.copy(x)`, which is not an `ndarray` subclass, as discussed in https://github.com/moble/quaternionic/pull/24. Instead, use `x.copy()`. This will make the library more consistent/compatible with numpy. | True | Revert `np.copy()` override - Don't override the return type of `np.copy(x)`, which is not an `ndarray` subclass, as discussed in https://github.com/moble/quaternionic/pull/24. Instead, use `x.copy()`. This will make the library more consistent/compatible with numpy. | comp | revert np copy override don t override the return type of np copy x which is not an ndarray subclass as discussed in instead use x copy this will make the library more consistent compatible with numpy | 1 |
45,218 | 23,959,636,542 | IssuesEvent | 2022-09-12 17:51:48 | oracle/truffleruby | https://api.github.com/repos/oracle/truffleruby | closed | Removing the threadpool for Fibers | performance | We plan to remove the threadpool for Fibers because it adds tons of complexity and can cause correctness issues (the same Java Thread is used for Fibers of belonging to different Ruby Threads).
It also forces an extra indirection for ContextThreadLocal, and other languages might reuse their ContextThreadLocal for diff... | True | Removing the threadpool for Fibers - We plan to remove the threadpool for Fibers because it adds tons of complexity and can cause correctness issues (the same Java Thread is used for Fibers of belonging to different Ruby Threads).
It also forces an extra indirection for ContextThreadLocal, and other languages might re... | non_comp | removing the threadpool for fibers we plan to remove the threadpool for fibers because it adds tons of complexity and can cause correctness issues the same java thread is used for fibers of belonging to different ruby threads it also forces an extra indirection for contextthreadlocal and other languages might re... | 0 |
66,188 | 6,992,350,477 | IssuesEvent | 2017-12-15 06:13:52 | sagemathinc/cocalc | https://api.github.com/repos/sagemathinc/cocalc | closed | smc-util test suite is slightly busted and broken | A-testing I-bug M-low | ```
~/smc/src/smc-util$ npm install --only=dev
~/smc/src/smc-util$ npm run test
KA BOOM!
``` | 1.0 | smc-util test suite is slightly busted and broken - ```
~/smc/src/smc-util$ npm install --only=dev
~/smc/src/smc-util$ npm run test
KA BOOM!
``` | non_comp | smc util test suite is slightly busted and broken smc src smc util npm install only dev smc src smc util npm run test ka boom | 0 |
5,119 | 7,722,314,213 | IssuesEvent | 2018-05-24 08:53:50 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Notifications shown but not accessible on MU sites configured for Super Admin only | acceptance bug compatibility component: multisite | If Wordpress Multisite (MU) install has Yoast SEO configured for Super Admins only, please remove/hide the Yoast SEO menu from the Wordpress toolbar for any other user.
### How can we reproduce this behavior?
With Wordpress MU installation configured so that only Super Admins have access to the Yoast SEO settings, fou... | True | Notifications shown but not accessible on MU sites configured for Super Admin only - If Wordpress Multisite (MU) install has Yoast SEO configured for Super Admins only, please remove/hide the Yoast SEO menu from the Wordpress toolbar for any other user.
### How can we reproduce this behavior?
With Wordpress MU install... | comp | notifications shown but not accessible on mu sites configured for super admin only if wordpress multisite mu install has yoast seo configured for super admins only please remove hide the yoast seo menu from the wordpress toolbar for any other user how can we reproduce this behavior with wordpress mu install... | 1 |
2,768 | 3,857,536,569 | IssuesEvent | 2016-04-07 06:41:59 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | NuSpec files should be moved into the Open | Area-Infrastructure Feature Request Resolution-Fixed | Our NuSpec files still reside in our private repo. There is no reason for this other than a lack of time / motivation to move them into the open.
As we move forward to NetStandard it would help to have these in the open:
- They can serve as an example of how to properly author nuspec files (once we make the ... | 1.0 | NuSpec files should be moved into the Open - Our NuSpec files still reside in our private repo. There is no reason for this other than a lack of time / motivation to move them into the open.
As we move forward to NetStandard it would help to have these in the open:
- They can serve as an example of how to pr... | non_comp | nuspec files should be moved into the open our nuspec files still reside in our private repo there is no reason for this other than a lack of time motivation to move them into the open as we move forward to netstandard it would help to have these in the open they can serve as an example of how to pr... | 0 |
14,566 | 17,670,496,787 | IssuesEvent | 2021-08-23 05:02:33 | piroor/treestyletab | https://api.github.com/repos/piroor/treestyletab | closed | External Tab in new window disappears when using Temporary Containers add-on | maybe fixed extension-compatibility has-workaround | ## Short description
If TST is used with the Temporary Container extension (set to Automatic mode), when you click on an external link (e.g. from Twitter or mail), the new FF window opens, then the new tab briefly appears in the sidebar for a second but then disappears. The page is still displayed correctly.
It a... | True | External Tab in new window disappears when using Temporary Containers add-on - ## Short description
If TST is used with the Temporary Container extension (set to Automatic mode), when you click on an external link (e.g. from Twitter or mail), the new FF window opens, then the new tab briefly appears in the sidebar f... | comp | external tab in new window disappears when using temporary containers add on short description if tst is used with the temporary container extension set to automatic mode when you click on an external link e g from twitter or mail the new ff window opens then the new tab briefly appears in the sidebar f... | 1 |
81,896 | 3,600,028,990 | IssuesEvent | 2016-02-03 02:29:09 | cs2103jan2016-w13-2j/main | https://api.github.com/repos/cs2103jan2016-w13-2j/main | opened | A user can choose between day and night mode | priority.medium type.story | so that the user can reduce strains on the eyes when viewing the application under different lighting conditions | 1.0 | A user can choose between day and night mode - so that the user can reduce strains on the eyes when viewing the application under different lighting conditions | non_comp | a user can choose between day and night mode so that the user can reduce strains on the eyes when viewing the application under different lighting conditions | 0 |
18,337 | 25,354,921,247 | IssuesEvent | 2022-11-20 08:02:16 | VazkiiMods/Quark | https://api.github.com/repos/VazkiiMods/Quark | closed | Fake Players Can Grab Chickens | compatibility next update? |
Fake players can grab chickens and put them on their "head"
This is particularly evident using a Create deployer on a chicken, while the effect is not 100%, running the deployer at max speed will more likely tigger this effect of teleporting the chicken. | True | Fake Players Can Grab Chickens -
Fake players can grab chickens and put them on their "head"
This is particularly evident using a Create deployer on a chicken, while the effect is not 100%, running the deployer at max speed will more likely tigger this effect of teleporting the chicken. | comp | fake players can grab chickens fake players can grab chickens and put them on their head this is particularly evident using a create deployer on a chicken while the effect is not running the deployer at max speed will more likely tigger this effect of teleporting the chicken | 1 |
39,296 | 15,948,170,518 | IssuesEvent | 2021-04-15 05:17:25 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Logging for traffic blocked by networkpolicy | Pri2 container-service/svc cxp product-question triaged |
[Enter feedback here]
If the traffic is being blocked by network policy, is there a way to see the log?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 13ac2648-7dce-c83c-0b14-79d5b091b1af
* Version Independent ID: 6aa0b306-6926-8... | 1.0 | Logging for traffic blocked by networkpolicy -
[Enter feedback here]
If the traffic is being blocked by network policy, is there a way to see the log?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 13ac2648-7dce-c83c-0b14-79d5b091... | non_comp | logging for traffic blocked by networkpolicy if the traffic is being blocked by network policy is there a way to see the log document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id co... | 0 |
1,753 | 4,317,157,438 | IssuesEvent | 2016-07-23 04:18:31 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | Line numbers not being shown in traceback | backward compatibility bug reporting tracebacks | I'm running py.test with options to show the full uncut traceback like:
py.test -rxs -rf -rs --ff --tb=long --full-trace -x -k mytest
However, the traceback shown is nonsensical and doesn't reference my code nor show the line number where the exception occurred.
self = <_pytest.config.PytestPluginManager o... | True | Line numbers not being shown in traceback - I'm running py.test with options to show the full uncut traceback like:
py.test -rxs -rf -rs --ff --tb=long --full-trace -x -k mytest
However, the traceback shown is nonsensical and doesn't reference my code nor show the line number where the exception occurred.
... | comp | line numbers not being shown in traceback i m running py test with options to show the full uncut traceback like py test rxs rf rs ff tb long full trace x k mytest however the traceback shown is nonsensical and doesn t reference my code nor show the line number where the exception occurred ... | 1 |
164,512 | 25,980,926,776 | IssuesEvent | 2022-12-19 18:45:32 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | NavigationRail isExtended:true destination label highlight has the wrong width | severe: regression framework f: material design has reproducible steps found in release: 3.7 | The destination label highlight for a M3 NavigationRail with `isExtended:true` has the wrong width or the wrong origin.
This is a regression for `useMaterial3:true`. It's possible (I haven't checked) that it was introduced in https://github.com/flutter/flutter/pull/116108.
Here's an example that demonstrates the... | 1.0 | NavigationRail isExtended:true destination label highlight has the wrong width - The destination label highlight for a M3 NavigationRail with `isExtended:true` has the wrong width or the wrong origin.
This is a regression for `useMaterial3:true`. It's possible (I haven't checked) that it was introduced in https://g... | non_comp | navigationrail isextended true destination label highlight has the wrong width the destination label highlight for a navigationrail with isextended true has the wrong width or the wrong origin this is a regression for true it s possible i haven t checked that it was introduced in here s an exampl... | 0 |
313,196 | 26,908,632,494 | IssuesEvent | 2023-02-06 21:21:31 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Manual test run on Linux for 1.48.x - Release | tests OS/Linux QA/Yes release-notes/exclude OS/Desktop | ### Installer
- [x] Check the installer is close to the size of the last release
- [x] Check signature:
- [x] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted`
- [x] If macOS, using universal binary run `spctl --assess --verbose` for the inst... | 1.0 | Manual test run on Linux for 1.48.x - Release - ### Installer
- [x] Check the installer is close to the size of the last release
- [x] Check signature:
- [x] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted`
- [x] If macOS, using universal bi... | non_comp | manual test run on linux for x release installer check the installer is close to the size of the last release check signature if macos using binary run spctl assess verbose for the installed version and make sure it returns accepted if macos using universal binary run s... | 0 |
361,331 | 25,335,847,652 | IssuesEvent | 2022-11-18 16:45:52 | neuralhydrology/neuralhydrology | https://api.github.com/repos/neuralhydrology/neuralhydrology | closed | Documentation update | documentation good first issue | Hello everyone,
I'm trying to set up the CAMELS US catchment attributes section of the prerequisites notebook but I cannot find the camels_attributes_v2.0.zip file that is needed for the finetuning tutorial.
It seems that the links to the database files provided in the documentation are a bit obsolete now. Could ... | 1.0 | Documentation update - Hello everyone,
I'm trying to set up the CAMELS US catchment attributes section of the prerequisites notebook but I cannot find the camels_attributes_v2.0.zip file that is needed for the finetuning tutorial.
It seems that the links to the database files provided in the documentation are a b... | non_comp | documentation update hello everyone i m trying to set up the camels us catchment attributes section of the prerequisites notebook but i cannot find the camels attributes zip file that is needed for the finetuning tutorial it seems that the links to the database files provided in the documentation are a bi... | 0 |
15,489 | 19,806,421,267 | IssuesEvent | 2022-01-19 07:24:39 | IrisShaders/Iris | https://api.github.com/repos/IrisShaders/Iris | closed | Inherently incompatible with Fade In Chunks | mod compatibility | Not much to do here, but there can be better diagnostics. | True | Inherently incompatible with Fade In Chunks - Not much to do here, but there can be better diagnostics. | comp | inherently incompatible with fade in chunks not much to do here but there can be better diagnostics | 1 |
677,762 | 23,173,800,057 | IssuesEvent | 2022-07-31 05:20:02 | StoneCypher/fsl | https://api.github.com/repos/StoneCypher/fsl | closed | Create a CLI of jssm-viz for rendering flowcharts | Features needed to implement Tooling needed High-priority Graph use cases Competition Publicity and Visibility Ease of use | Not sure how this issue didn't exist yet, when variants like #8 do, and issues like #300 talk about it
This refers to [jssm-viz-cli](https://github.com/StoneCypher/jssm-viz-cli), which is semi-working already, is externally recommended in [jssm issue #381](https://github.com/StoneCypher/jssm/issues/381), and the und... | 1.0 | Create a CLI of jssm-viz for rendering flowcharts - Not sure how this issue didn't exist yet, when variants like #8 do, and issues like #300 talk about it
This refers to [jssm-viz-cli](https://github.com/StoneCypher/jssm-viz-cli), which is semi-working already, is externally recommended in [jssm issue #381](https://... | non_comp | create a cli of jssm viz for rendering flowcharts not sure how this issue didn t exist yet when variants like do and issues like talk about it this refers to which is semi working already is externally recommended in and the underpinnings of which are requested in at the time of writing th... | 0 |
539,924 | 15,797,128,845 | IssuesEvent | 2021-04-02 16:07:58 | neurostuff/NiMARE | https://api.github.com/repos/neurostuff/NiMARE | closed | Generic data type check and initialization function | effort: low impact: low priority: low refactoring | ## Summary
<!--What would you like changed/added and why?-->
There are a number of methods where we expect an object of a specific class (e.g., a KernelTransformer), either initialized or not. The check we have (e.g., see below) is pretty straightforward, and could easily be abstracted out to its own function, which ... | 1.0 | Generic data type check and initialization function - ## Summary
<!--What would you like changed/added and why?-->
There are a number of methods where we expect an object of a specific class (e.g., a KernelTransformer), either initialized or not. The check we have (e.g., see below) is pretty straightforward, and coul... | non_comp | generic data type check and initialization function summary there are a number of methods where we expect an object of a specific class e g a kerneltransformer either initialized or not the check we have e g see below is pretty straightforward and could easily be abstracted out to its own function ... | 0 |
3,991 | 6,820,389,314 | IssuesEvent | 2017-11-07 13:46:22 | tootsuite/mastodon | https://api.github.com/repos/tootsuite/mastodon | reopened | Fullscreen video on desktop Safari doesn't play fullscreen | browser compatibility bug ui | In desktop Safari 11.0 on Sierra, when you click the fullscreen button, the video doesn't go fullscreen. Instead it seems to get stuck in the column.
Seen on 1df453aff6f46e1fddc665bffa3f68312f672956. Related: #5159.

at EventData`1[GameEvents+HostedFromToAction`2[ProtoCrewMember,Part]].Fire (Host... | True | NRE when transferring crew into a pod part without KIS inventories - ```
160614T010526.144 [EXCEPTION] [KIS.ModuleKISInventory.OnCrewTransferred] NullReferenceException: Object reference not set to an instance of an object
at KIS.ModuleKISInventory.OnCrewTransferred (HostedFromToAction`2 fromToAction)
at EventDat... | comp | nre when transferring crew into a pod part without kis inventories nullreferenceexception object reference not set to an instance of an object at kis modulekisinventory oncrewtransferred hostedfromtoaction fromtoaction at eventdata fire hostedfromtoaction data at crewtransfer movecre... | 1 |
41,110 | 10,310,666,012 | IssuesEvent | 2019-08-29 15:36:26 | Rise-Vision/rise-vision-apps | https://api.github.com/repos/Rise-Vision/rise-vision-apps | opened | [Image Component] Preview not working for big, transparent PNGs | Template Editor visual defect | Defect: when I upload big (20mb +), transparent PNGs, I'm not able to see those PNGs in the preview area.
Please see this video for context:
https://www.loom.com/share/a1755bba0d4d443fab3435cf7646a8f6 | 1.0 | [Image Component] Preview not working for big, transparent PNGs - Defect: when I upload big (20mb +), transparent PNGs, I'm not able to see those PNGs in the preview area.
Please see this video for context:
https://www.loom.com/share/a1755bba0d4d443fab3435cf7646a8f6 | non_comp | preview not working for big transparent pngs defect when i upload big transparent pngs i m not able to see those pngs in the preview area please see this video for context | 0 |
2,677 | 5,416,292,866 | IssuesEvent | 2017-03-01 23:58:03 | AldoMX/StepMania-AMX | https://api.github.com/repos/AldoMX/StepMania-AMX | opened | Fake Division mode | enhancement gameplay-engine piu-compatibility | As explained in #2, it will be required to add a "fake" division mode, basically parse the all-groove and all-wild paths from STX/SEE files, add `FGChange`s for the banners and dummy `NoteType`s for the `G` and `W` steps. | True | Fake Division mode - As explained in #2, it will be required to add a "fake" division mode, basically parse the all-groove and all-wild paths from STX/SEE files, add `FGChange`s for the banners and dummy `NoteType`s for the `G` and `W` steps. | comp | fake division mode as explained in it will be required to add a fake division mode basically parse the all groove and all wild paths from stx see files add fgchange s for the banners and dummy notetype s for the g and w steps | 1 |
10,420 | 12,391,847,859 | IssuesEvent | 2020-05-20 13:09:25 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | stack overflow when using a self-referencing constant | crash php5 incompatibility | Using a self-referencing constant leads to a stack overflow.
Please take a look at http://3v4l.org/fRkS2
Expected result: "Fatal error: Cannot declare self-referencing constant" (PHP 5.6+).
---
Using "static::" to access a const in a class
leads to "Fatal error: syntax error, unexpected T_STATIC in" on hhvm-3.2.0 - ... | True | stack overflow when using a self-referencing constant - Using a self-referencing constant leads to a stack overflow.
Please take a look at http://3v4l.org/fRkS2
Expected result: "Fatal error: Cannot declare self-referencing constant" (PHP 5.6+).
---
Using "static::" to access a const in a class
leads to "Fatal error... | comp | stack overflow when using a self referencing constant using a self referencing constant leads to a stack overflow please take a look at expected result fatal error cannot declare self referencing constant php using static to access a const in a class leads to fatal error syntax error unex... | 1 |
189,318 | 15,185,280,781 | IssuesEvent | 2021-02-15 10:43:19 | ESE-Peasy/NarrateMyWay | https://api.github.com/repos/ESE-Peasy/NarrateMyWay | closed | Document progress | documentation | Ensure the GH pages has been updated with our progress.
Check documentation has been made
| 1.0 | Document progress - Ensure the GH pages has been updated with our progress.
Check documentation has been made
| non_comp | document progress ensure the gh pages has been updated with our progress check documentation has been made | 0 |
20,553 | 30,484,912,553 | IssuesEvent | 2023-07-18 00:44:41 | dotnet/winforms | https://api.github.com/repos/dotnet/winforms | closed | [minor bug] wrong default selection color in RichTextBox | tenet-accessibility area-Theming tenet-compatibility-OS |

On the left side is with .net Framework v4.0.30319 on Win8.1 and on the right side is .net Core 3.1.
And so, on the .net Framework selected text is in a ListBox and the RichTextBox white with blue b... | True | [minor bug] wrong default selection color in RichTextBox -

On the left side is with .net Framework v4.0.30319 on Win8.1 and on the right side is .net Core 3.1.
And so, on the .net Framework selected... | comp | wrong default selection color in richtextbox on the left side is with net framework on and on the right side is net core and so on the net framework selected text is in a listbox and the richtextbox white with blue background but on net core the selected richtextbox text ist bl... | 1 |
152,106 | 23,915,451,832 | IssuesEvent | 2022-09-09 12:17:24 | cypress-io/cypress | https://api.github.com/repos/cypress-io/cypress | closed | Desktop GUI redesign and integration | design-system stage: icebox CT | For alignment across products and to improve the user experience, we are working on rebuilding the desktop GUI and expanding its capabilities.
- [ ] Welcome screen
- [ ] MVP - No fancy inference on the CT side
- [ ] Advanced onboarding flow
- [ ] Settings
- [ ] UI driven by `cypress.json` schema
- [ ] O... | 1.0 | Desktop GUI redesign and integration - For alignment across products and to improve the user experience, we are working on rebuilding the desktop GUI and expanding its capabilities.
- [ ] Welcome screen
- [ ] MVP - No fancy inference on the CT side
- [ ] Advanced onboarding flow
- [ ] Settings
- [ ] UI dri... | non_comp | desktop gui redesign and integration for alignment across products and to improve the user experience we are working on rebuilding the desktop gui and expanding its capabilities welcome screen mvp no fancy inference on the ct side advanced onboarding flow settings ui driven by cy... | 0 |
8,471 | 10,481,334,445 | IssuesEvent | 2019-09-24 09:28:44 | dotnet/winforms | https://api.github.com/repos/dotnet/winforms | closed | UI Layout broken in later previews. | needs-more-info tenet-compatibility | * .NET Core Version: 3.0 preview 9
* Have you experienced this same bug with .NET Framework?: No
**Problem description:**
We are porting a .Net framework winforms app to core. Up until preview 6, all of the ui was working exactly the same to .net framework, but since preview 6 we've started encountering various th... | True | UI Layout broken in later previews. - * .NET Core Version: 3.0 preview 9
* Have you experienced this same bug with .NET Framework?: No
**Problem description:**
We are porting a .Net framework winforms app to core. Up until preview 6, all of the ui was working exactly the same to .net framework, but since preview 6... | comp | ui layout broken in later previews net core version preview have you experienced this same bug with net framework no problem description we are porting a net framework winforms app to core up until preview all of the ui was working exactly the same to net framework but since preview ... | 1 |
173,692 | 6,529,853,326 | IssuesEvent | 2017-08-30 13:17:44 | pastjean/scrumpolice | https://api.github.com/repos/pastjean/scrumpolice | opened | Bot should poke team members if not a member of team channel | Priority: Low Status: Available Type: Enhancement | New teams often forget to invite the bot to their slack channel. The bot should poke members of the teams for which it is not in the target channel and ask them to invite him. | 1.0 | Bot should poke team members if not a member of team channel - New teams often forget to invite the bot to their slack channel. The bot should poke members of the teams for which it is not in the target channel and ask them to invite him. | non_comp | bot should poke team members if not a member of team channel new teams often forget to invite the bot to their slack channel the bot should poke members of the teams for which it is not in the target channel and ask them to invite him | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.