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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
68,560 | 14,936,775,497 | IssuesEvent | 2021-01-25 13:49:44 | RG4421/vue-fusioncharts | https://api.github.com/repos/RG4421/vue-fusioncharts | opened | CVE-2019-10747 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz | security vulnerability | ## CVE-2019-10747 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b>set-value-0.4.3.tgz</b></p></summary>
<p>
<details><summary><b>set-value-2.0.0.tgz</b></... | True | CVE-2019-10747 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz - ## CVE-2019-10747 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b>set-value-0.... | non_comp | cve high detected in set value tgz set value tgz cve high severity vulnerability vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library home page ... | 0 |
16,433 | 22,197,872,300 | IssuesEvent | 2022-06-07 08:35:49 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Derived table without alias is not resulting error in TiDB. | type/compatibility sig/execution sig/sql-infra | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
drop table if exists t1,t2;
CREATE TABLE t1 ( a INT );
INSERT INTO t1 VALUES ( 1 );
CREATE TABLE t2 ( a INT );
INSERT INTO t2 VALUES ( 2 );
SELECT * FROM ((((SELECT 1 FROM t1)... | True | Derived table without alias is not resulting error in TiDB. - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
drop table if exists t1,t2;
CREATE TABLE t1 ( a INT );
INSERT INTO t1 VALUES ( 1 );
CREATE TABLE t2 ( a INT );
INSER... | comp | derived table without alias is not resulting error in tidb bug report please answer these questions before submitting your issue thanks minimal reproduce step required sql drop table if exists create table a int insert into values create table a int insert int... | 1 |
34,995 | 9,528,746,680 | IssuesEvent | 2019-04-29 09:18:51 | carla-simulator/carla | https://api.github.com/repos/carla-simulator/carla | opened | Docker image for building Carla on Windows | backlog build system feature request help wanted | Make a Dockerfile that allows us building an image with a Windows 10 environment set up for building Carla.
The main complication is having Unreal built without redistributing the code/binaries.
See also #1584. | 1.0 | Docker image for building Carla on Windows - Make a Dockerfile that allows us building an image with a Windows 10 environment set up for building Carla.
The main complication is having Unreal built without redistributing the code/binaries.
See also #1584. | non_comp | docker image for building carla on windows make a dockerfile that allows us building an image with a windows environment set up for building carla the main complication is having unreal built without redistributing the code binaries see also | 0 |
587,993 | 17,644,693,163 | IssuesEvent | 2021-08-20 03:05:07 | rocky-linux/os-autoinst-distri-rocky | https://api.github.com/repos/rocky-linux/os-autoinst-distri-rocky | closed | Kdump is not disabled in SUT | priority: high type: bug | **Describe the bug**
When POSTing a test and expecting Kdump to be disabled it is not.
---
**To Reproduce**
Steps to reproduce the behavior:
1. Configure a Rocky openQA development system per the instruction in [this repo](https://github.com/tcooper/OpenQA-Fedora-Installation).
2. Complete the default c... | 1.0 | Kdump is not disabled in SUT - **Describe the bug**
When POSTing a test and expecting Kdump to be disabled it is not.
---
**To Reproduce**
Steps to reproduce the behavior:
1. Configure a Rocky openQA development system per the instruction in [this repo](https://github.com/tcooper/OpenQA-Fedora-Installati... | non_comp | kdump is not disabled in sut describe the bug when posting a test and expecting kdump to be disabled it is not to reproduce steps to reproduce the behavior configure a rocky openqa development system per the instruction in complete the default configuration and post the examp... | 0 |
4,862 | 7,468,742,764 | IssuesEvent | 2018-04-02 20:06:06 | storybooks/storybook | https://api.github.com/repos/storybooks/storybook | closed | Using Flow, ReactNode breaks Prop Table in addon-info | babel / webpack compatibility with other tools | ### Issue details
I'm using Flow in my project and trying to set up React Storybook with addon-info. Some of my components work fine while others fail to generate a prop table. Here is what I've narrowed it down to.
If I do this:
```js
import React, {
PureComponent,
type Node as ReactNode
} from 'react... | True | Using Flow, ReactNode breaks Prop Table in addon-info - ### Issue details
I'm using Flow in my project and trying to set up React Storybook with addon-info. Some of my components work fine while others fail to generate a prop table. Here is what I've narrowed it down to.
If I do this:
```js
import React, {
... | comp | using flow reactnode breaks prop table in addon info issue details i m using flow in my project and trying to set up react storybook with addon info some of my components work fine while others fail to generate a prop table here is what i ve narrowed it down to if i do this js import react ... | 1 |
447 | 2,857,143,265 | IssuesEvent | 2015-06-02 18:16:52 | markmeeus/MarcelloDB | https://api.github.com/repos/markmeeus/MarcelloDB | closed | Btree keys should be unique | breaks_dataformat_compatibility | The empty record index uses the size of the empty record as key.
This can (and will) cause multiple records on the same key.
(Records that have the same allocated size)
Although this doesn't seem to create any issues, the outcome of the btree lookups, deletes and inserts is undetermined in such situation.
If we... | True | Btree keys should be unique - The empty record index uses the size of the empty record as key.
This can (and will) cause multiple records on the same key.
(Records that have the same allocated size)
Although this doesn't seem to create any issues, the outcome of the btree lookups, deletes and inserts is undeterm... | comp | btree keys should be unique the empty record index uses the size of the empty record as key this can and will cause multiple records on the same key records that have the same allocated size although this doesn t seem to create any issues the outcome of the btree lookups deletes and inserts is undeterm... | 1 |
4,507 | 7,165,666,164 | IssuesEvent | 2018-01-29 15:06:12 | stm32duino/Arduino_Core_STM32 | https://api.github.com/repos/stm32duino/Arduino_Core_STM32 | closed | NUM_DIGITAL_PINS and NUM_ANALOG_INPUTS breaks cpp conditionals | Arduino compatibility Enhancement on going | The definitions of NUM_DIGITAL_PINS and NUM_ANALOG_INPUTS below:
```
#define NUM_DIGITAL_PINS ((uint32_t)DEND)
#define NUM_ANALOG_INPUTS ((uint32_t)(AEND-A0))
```
breaks code that use cpp conditionals like this:
`#if NUM_ANALOG_INPUTS > 4`
I've not run into this issue in any other core.
The cpp p... | True | NUM_DIGITAL_PINS and NUM_ANALOG_INPUTS breaks cpp conditionals - The definitions of NUM_DIGITAL_PINS and NUM_ANALOG_INPUTS below:
```
#define NUM_DIGITAL_PINS ((uint32_t)DEND)
#define NUM_ANALOG_INPUTS ((uint32_t)(AEND-A0))
```
breaks code that use cpp conditionals like this:
`#if NUM_ANALOG_INPUTS > 4... | comp | num digital pins and num analog inputs breaks cpp conditionals the definitions of num digital pins and num analog inputs below define num digital pins t dend define num analog inputs t aend breaks code that use cpp conditionals like this if num analog inputs i ve n... | 1 |
9,715 | 11,769,127,442 | IssuesEvent | 2020-03-15 13:35:54 | digitalcreations/MaxTo | https://api.github.com/repos/digitalcreations/MaxTo | closed | Compatibility: AIDA64 does not work | compatibility | MaxTo seems to be disabled for AIDA64. Complaint from a customer.
Internal support ticket for my reference: #13846 | True | Compatibility: AIDA64 does not work - MaxTo seems to be disabled for AIDA64. Complaint from a customer.
Internal support ticket for my reference: #13846 | comp | compatibility does not work maxto seems to be disabled for complaint from a customer internal support ticket for my reference | 1 |
15,183 | 19,188,439,439 | IssuesEvent | 2021-12-05 15:52:34 | RelativityMC/VMP-fabric | https://api.github.com/repos/RelativityMC/VMP-fabric | closed | Incompatible with ServerCore mod, crashes on launch | bug mod compatibility | Using VMP version 1.18.1-pre1-0.2.0+beta1.2
ServerCore version 1.2.5 1.18
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 12/5/21, 12:40 AM
Description: Exception ticking world
java.lang.RuntimeException: Mixin transformation of net.minecraft.class_6540 failed
at net.fab... | True | Incompatible with ServerCore mod, crashes on launch - Using VMP version 1.18.1-pre1-0.2.0+beta1.2
ServerCore version 1.2.5 1.18
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 12/5/21, 12:40 AM
Description: Exception ticking world
java.lang.RuntimeException: Mixin transfor... | comp | incompatible with servercore mod crashes on launch using vmp version servercore version minecraft crash report i bet cylons wouldn t have this problem time am description exception ticking world java lang runtimeexception mixin transformation of net... | 1 |
5,494 | 7,935,961,658 | IssuesEvent | 2018-07-09 07:50:09 | conexco/shopware-bootstrap-theme | https://api.github.com/repos/conexco/shopware-bootstrap-theme | closed | Fehler beim kompilieren | compatibility | System:
Shopware 5.4.0
Amazon Payments 4.4.5
Fehler beim kompilieren des Themes:
Es ist ein Fehler aufgetreten
Während der Bearbeitung von Shop "Shop" ist ein Fehler aufgetreten: variable @font-base-stack is undefined in file /home/xxxx/www.xx.xx/engine/Shopware/Plugins/Community/Frontend/BestitAmazonPay/Views... | True | Fehler beim kompilieren - System:
Shopware 5.4.0
Amazon Payments 4.4.5
Fehler beim kompilieren des Themes:
Es ist ein Fehler aufgetreten
Während der Bearbeitung von Shop "Shop" ist ein Fehler aufgetreten: variable @font-base-stack is undefined in file /home/xxxx/www.xx.xx/engine/Shopware/Plugins/Community/Fron... | comp | fehler beim kompilieren system shopware amazon payments fehler beim kompilieren des themes es ist ein fehler aufgetreten während der bearbeitung von shop shop ist ein fehler aufgetreten variable font base stack is undefined in file home xxxx in amazon main less on line column lef... | 1 |
18,387 | 25,452,276,521 | IssuesEvent | 2022-11-24 11:24:07 | Fabricators-of-Create/Create | https://api.github.com/repos/Fabricators-of-Create/Create | closed | Crash with NBT Crafting | bug compatibility 1.19 | ### Describe the Bug
Trying to hand crank a mechanical press crashes the game. Trying to reload the world afterwards crashes the game.
### Reproduction Steps
1. Place mechanical press, basin, and hand crank to make iron sheets.
2. Use it.
3.
...
### Expected Result
Game doesn't crash and world doesn't beco... | True | Crash with NBT Crafting - ### Describe the Bug
Trying to hand crank a mechanical press crashes the game. Trying to reload the world afterwards crashes the game.
### Reproduction Steps
1. Place mechanical press, basin, and hand crank to make iron sheets.
2. Use it.
3.
...
### Expected Result
Game doesn't cr... | comp | crash with nbt crafting describe the bug trying to hand crank a mechanical press crashes the game trying to reload the world afterwards crashes the game reproduction steps place mechanical press basin and hand crank to make iron sheets use it expected result game doesn t cr... | 1 |
11,845 | 3,228,417,407 | IssuesEvent | 2015-10-12 01:45:20 | kumulsoft/Fixed-Assets | https://api.github.com/repos/kumulsoft/Fixed-Assets | closed | Asset Register >> ALL Assets cannot be deleted | bug Fixed Ready for testing | All assets cannot be deleted. Asset can only be removed from the system thru asset disposal.
Ensure the delete button is hidden (until such time we come up with a rule of when an asset can be deleted) | 1.0 | Asset Register >> ALL Assets cannot be deleted - All assets cannot be deleted. Asset can only be removed from the system thru asset disposal.
Ensure the delete button is hidden (until such time we come up with a rule of when an asset can be deleted) | non_comp | asset register all assets cannot be deleted all assets cannot be deleted asset can only be removed from the system thru asset disposal ensure the delete button is hidden until such time we come up with a rule of when an asset can be deleted | 0 |
353,382 | 10,552,161,193 | IssuesEvent | 2019-10-03 14:40:42 | bounswe/bounswe2019group4 | https://api.github.com/repos/bounswe/bounswe2019group4 | closed | Create login/signup without signup-with-google feature | Back-End Priority: High Type: Development Type: Feature | The API should provide basic endpoints for signup and login actions. The users should receive a token to identify themselves later. Forgot password and other authentication-related features will be added later. | 1.0 | Create login/signup without signup-with-google feature - The API should provide basic endpoints for signup and login actions. The users should receive a token to identify themselves later. Forgot password and other authentication-related features will be added later. | non_comp | create login signup without signup with google feature the api should provide basic endpoints for signup and login actions the users should receive a token to identify themselves later forgot password and other authentication related features will be added later | 0 |
14,769 | 18,161,977,138 | IssuesEvent | 2021-09-27 10:39:49 | gambitph/Stackable | https://api.github.com/repos/gambitph/Stackable | opened | [Toolset Integration] No Dynamic Source panel in block inspector | bug [version] V3 v2 compatibility | <!--
Before posting, make sure that:
1. you are running the latest version of Stackable, and
2. you have searched whether your issue has already been reported
-->
**To Reproduce**
Steps to reproduce the behavior:
1. Activate Toolset Block & Toolset Types
2. Add a v2 Card block / any v2 block
3. Open the Insp... | True | [Toolset Integration] No Dynamic Source panel in block inspector - <!--
Before posting, make sure that:
1. you are running the latest version of Stackable, and
2. you have searched whether your issue has already been reported
-->
**To Reproduce**
Steps to reproduce the behavior:
1. Activate Toolset Block & Too... | comp | no dynamic source panel in block inspector before posting make sure that you are running the latest version of stackable and you have searched whether your issue has already been reported to reproduce steps to reproduce the behavior activate toolset block toolset types add a... | 1 |
3,389 | 4,286,842,939 | IssuesEvent | 2016-07-16 10:38:15 | itchio/itch | https://api.github.com/repos/itchio/itch | closed | Server maintenance, July 7 2016 | infrastructure | You might see some downtime due to provisioning delay or DNS propagation slowness in the next few hours, on the following services:
* https://weblate.itch.ovh — translation platform
* https://git.itch.ovh — CI server (and its various workers)
* http://canary-nuts.itch.ovh — kitch's update server
Normally,... | 1.0 | Server maintenance, July 7 2016 - You might see some downtime due to provisioning delay or DNS propagation slowness in the next few hours, on the following services:
* https://weblate.itch.ovh — translation platform
* https://git.itch.ovh — CI server (and its various workers)
* http://canary-nuts.itch.ovh — ... | non_comp | server maintenance july you might see some downtime due to provisioning delay or dns propagation slowness in the next few hours on the following services — translation platform — ci server and its various workers — kitch s update server normally these services should not be affecte... | 0 |
9,457 | 11,501,924,670 | IssuesEvent | 2020-02-12 18:05:41 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | Direction of diff (use of +/-) for strings intentional? | topic: reporting type: backward compatibility type: enhancement type: proposal | This is on pytest 3.4.2, I don't think other environmental parameters are relevant.
I've noticed a few times that I'm struggling with the +/- usage of long string diffs (-v) as that I never can immediately understand what was expected and what was found.
First, pytest documentation shows the same style of writin... | True | Direction of diff (use of +/-) for strings intentional? - This is on pytest 3.4.2, I don't think other environmental parameters are relevant.
I've noticed a few times that I'm struggling with the +/- usage of long string diffs (-v) as that I never can immediately understand what was expected and what was found.
... | comp | direction of diff use of for strings intentional this is on pytest i don t think other environmental parameters are relevant i ve noticed a few times that i m struggling with the usage of long string diffs v as that i never can immediately understand what was expected and what was found ... | 1 |
120,354 | 25,780,380,719 | IssuesEvent | 2022-12-09 15:25:52 | Onelinerhub/onelinerhub | https://api.github.com/repos/Onelinerhub/onelinerhub | closed | Short solution needed: "scikit-learn clustering" (python-scikit-learn) | help wanted good first issue code python-scikit-learn | Please help us write most modern and shortest code solution for this issue:
**scikit-learn clustering** (technology: [python-scikit-learn](https://onelinerhub.com/python-scikit-learn))
### Fast way
Just write the code solution in the comments.
### Prefered way
1. Create [pull request](https://github.com/Onelinerhub/o... | 1.0 | Short solution needed: "scikit-learn clustering" (python-scikit-learn) - Please help us write most modern and shortest code solution for this issue:
**scikit-learn clustering** (technology: [python-scikit-learn](https://onelinerhub.com/python-scikit-learn))
### Fast way
Just write the code solution in the comments.
#... | non_comp | short solution needed scikit learn clustering python scikit learn please help us write most modern and shortest code solution for this issue scikit learn clustering technology fast way just write the code solution in the comments prefered way create with a new code file inside ... | 0 |
73,443 | 7,334,323,814 | IssuesEvent | 2018-03-05 22:22:27 | phetsims/website-meteor | https://api.github.com/repos/phetsims/website-meteor | closed | International does not find IntL | status:fixed-pending-testing | searching for "Armstrong G International" did not find Armstrong G Elem IntL Studies (chicago) | 1.0 | International does not find IntL - searching for "Armstrong G International" did not find Armstrong G Elem IntL Studies (chicago) | non_comp | international does not find intl searching for armstrong g international did not find armstrong g elem intl studies chicago | 0 |
411,244 | 12,016,032,080 | IssuesEvent | 2020-04-10 15:14:28 | AY1920S2-CS2103T-W13-1/main | https://api.github.com/repos/AY1920S2-CS2103T-W13-1/main | closed | [SELFTEST - SPLITTER] Incorrect invalid parameter text | priority.Medium severity.VeryLow task.ExpenseSplitter | 
a '/' is not an alphabet, maybe can change to what you can put only, like you can only input numerals, rather than saying what you cannot put. | 1.0 | [SELFTEST - SPLITTER] Incorrect invalid parameter text - 
a '/' is not an alphabet, maybe can change to what you can put only, like you can only input numerals, rather than saying what you cannot put. | non_comp | incorrect invalid parameter text a is not an alphabet maybe can change to what you can put only like you can only input numerals rather than saying what you cannot put | 0 |
5,045 | 7,633,690,608 | IssuesEvent | 2018-05-06 08:55:55 | MeGysssTaa/ReflexIssueTracker | https://api.github.com/repos/MeGysssTaa/ReflexIssueTracker | closed | Hidden player tab bug | Bug Compatibility Fixed | By creating this issue on the Reflex Issue Tracker, I agree that I have fully and accurately read and understood everything stated in it's [Guide on this page](https://goo.gl/Sjdqvb). I understand and agree that this issue can be ignored, closed or labeled "Invalid" without any further comments from Reflex maintainers ... | True | Hidden player tab bug - By creating this issue on the Reflex Issue Tracker, I agree that I have fully and accurately read and understood everything stated in it's [Guide on this page](https://goo.gl/Sjdqvb). I understand and agree that this issue can be ignored, closed or labeled "Invalid" without any further comments ... | comp | hidden player tab bug by creating this issue on the reflex issue tracker i agree that i have fully and accurately read and understood everything stated in it s i understand and agree that this issue can be ignored closed or labeled invalid without any further comments from reflex maintainers if this issue doe... | 1 |
8,970 | 11,008,845,677 | IssuesEvent | 2019-12-04 11:21:11 | AthenaSulisMinerva/CombatExtendedFastTrack | https://api.github.com/repos/AthenaSulisMinerva/CombatExtendedFastTrack | closed | [RH] Faction: The Ghosts- Tacticool Doggo CE1.6 Patch submit | mod compatiblity patch | I've made a CE1.6 patch for German Shepherd of the ghost, can you merge it into the CE:FT? I just tweak some value to make it work with new CE armor mechanics, also make the dog attack slightly faster, but less powerful compared to vanilla wolfs.
here's the link:
https://drive.google.com/open?id=1vaSWEeWTFr3KumT105tP... | True | [RH] Faction: The Ghosts- Tacticool Doggo CE1.6 Patch submit - I've made a CE1.6 patch for German Shepherd of the ghost, can you merge it into the CE:FT? I just tweak some value to make it work with new CE armor mechanics, also make the dog attack slightly faster, but less powerful compared to vanilla wolfs.
here's th... | comp | faction the ghosts tacticool doggo patch submit i ve made a patch for german shepherd of the ghost can you merge it into the ce ft i just tweak some value to make it work with new ce armor mechanics also make the dog attack slightly faster but less powerful compared to vanilla wolfs here s the link ... | 1 |
118,478 | 25,316,535,691 | IssuesEvent | 2022-11-17 22:11:50 | ArctosDB/arctos | https://api.github.com/repos/ArctosDB/arctos | closed | Code Table Request - Collection Object: Other Identifier Types: WK | Priority-Normal (Not urgent) Function-CodeTables | **Goal**
Add an additional object identifier to the code table to accommodate additional but specific object identifiers for the UWZM frozen tissue collection.
**Context**
Same concept as New Mexico (NK), Alaska (AF), Angelo State (ASK). To be used as an identifier for frozen tissue collections with the UWZM.
*... | 1.0 | Code Table Request - Collection Object: Other Identifier Types: WK - **Goal**
Add an additional object identifier to the code table to accommodate additional but specific object identifiers for the UWZM frozen tissue collection.
**Context**
Same concept as New Mexico (NK), Alaska (AF), Angelo State (ASK). To be us... | non_comp | code table request collection object other identifier types wk goal add an additional object identifier to the code table to accommodate additional but specific object identifiers for the uwzm frozen tissue collection context same concept as new mexico nk alaska af angelo state ask to be us... | 0 |
109,611 | 16,859,022,075 | IssuesEvent | 2021-06-21 10:33:29 | hejny/everstorage | https://api.github.com/repos/hejny/everstorage | opened | CVE-2020-28498 (Medium) detected in elliptic-6.5.3.tgz | security vulnerability | ## CVE-2020-28498 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.3.tgz</b></p></summary>
<p>EC cryptography</p>
<p>Library home page: <a href="https://registry.npmjs.or... | True | CVE-2020-28498 (Medium) detected in elliptic-6.5.3.tgz - ## CVE-2020-28498 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.3.tgz</b></p></summary>
<p>EC cryptography</p>... | non_comp | cve medium detected in elliptic tgz cve medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file everstorage package json path to vulnerable library everstorage node modules elliptic package json ... | 0 |
13,537 | 16,045,692,384 | IssuesEvent | 2021-04-22 13:25:12 | elementor/elementor | https://api.github.com/repos/elementor/elementor | reopened | Post Widget (Pro) pagination doesn't work in WordPress 5.5 | bug compatibility | <!-- ## BEFORE POSTING YOUR ISSUE
- Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT!
- If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor
- For help and support from the Elementor community, see: https:... | True | Post Widget (Pro) pagination doesn't work in WordPress 5.5 - <!-- ## BEFORE POSTING YOUR ISSUE
- Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT!
- If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor
- F... | comp | post widget pro pagination doesn t work in wordpress before posting your issue please create github issues only for bugs and feature requests github issues are not for support if you have questions or need general support please use for help and support from the elementor commun... | 1 |
289,972 | 8,880,988,966 | IssuesEvent | 2019-01-14 08:43:39 | robotology/whole-body-controllers | https://api.github.com/repos/robotology/whole-body-controllers | opened | Add the integration-based IK and the CMM blocks to the library | priority: normal task | There are two useful Simulink blocks I've implemented that are over-used in several controllers, also not in this repo. The two blocks are the one performing integration-based IK and the one for computing the Centroidal Momentum Matrix. I would like to add these blocks to the [library](https://github.com/robotology/who... | 1.0 | Add the integration-based IK and the CMM blocks to the library - There are two useful Simulink blocks I've implemented that are over-used in several controllers, also not in this repo. The two blocks are the one performing integration-based IK and the one for computing the Centroidal Momentum Matrix. I would like to ad... | non_comp | add the integration based ik and the cmm blocks to the library there are two useful simulink blocks i ve implemented that are over used in several controllers also not in this repo the two blocks are the one performing integration based ik and the one for computing the centroidal momentum matrix i would like to ad... | 0 |
26,411 | 20,100,087,005 | IssuesEvent | 2022-02-07 02:12:43 | t3kt/raytk | https://api.github.com/repos/t3kt/raytk | closed | Simplify definition table structure | cleanup infrastructure | It can just primarily refer back to the op and have the shaderBuilder grab the relevant properties of each rather than having a column for each setting. | 1.0 | Simplify definition table structure - It can just primarily refer back to the op and have the shaderBuilder grab the relevant properties of each rather than having a column for each setting. | non_comp | simplify definition table structure it can just primarily refer back to the op and have the shaderbuilder grab the relevant properties of each rather than having a column for each setting | 0 |
16,679 | 22,958,029,873 | IssuesEvent | 2022-07-19 13:17:16 | sonic-pi-net/sonic-pi | https://api.github.com/repos/sonic-pi-net/sonic-pi | closed | SPVector bug report | Ruby compatibility | I tried these statements on SonicPi v2.9 on windows
```
puts (vector 1, 2, 3)[0] # error. map_index should be defined in SPVector too?
puts (vector 1, 2, 3, 4).choose # error, related to the the first line?
puts (ring 1, 2, 3, 4).choose # works fine
puts (ramp 1, 2, 3, 4).choose # works fine
puts (vector 1, 2, 3, 4)... | True | SPVector bug report - I tried these statements on SonicPi v2.9 on windows
```
puts (vector 1, 2, 3)[0] # error. map_index should be defined in SPVector too?
puts (vector 1, 2, 3, 4).choose # error, related to the the first line?
puts (ring 1, 2, 3, 4).choose # works fine
puts (ramp 1, 2, 3, 4).choose # works fine
pu... | comp | spvector bug report i tried these statements on sonicpi on windows puts vector error map index should be defined in spvector too puts vector choose error related to the the first line puts ring choose works fine puts ramp choose works fine puts ... | 1 |
3,236 | 6,190,535,725 | IssuesEvent | 2017-07-04 15:38:42 | cobalt-org/cobalt.rs | https://api.github.com/repos/cobalt-org/cobalt.rs | opened | Support data files | enhancement jekyll-compatibility | Data files are ways to define custom attributes for use in pages in a centralized place.
## Data files in Hugo
- Lives in `./data`
- Supports `.yml`, `.yaml`, `.json` or `.toml`
- Accessed by `.Site.Data.path.relative.to.data.filename`
See https://gohugo.io/extras/datafiles/
## Data files in Jekyll
- L... | True | Support data files - Data files are ways to define custom attributes for use in pages in a centralized place.
## Data files in Hugo
- Lives in `./data`
- Supports `.yml`, `.yaml`, `.json` or `.toml`
- Accessed by `.Site.Data.path.relative.to.data.filename`
See https://gohugo.io/extras/datafiles/
## Data f... | comp | support data files data files are ways to define custom attributes for use in pages in a centralized place data files in hugo lives in data supports yml yaml json or toml accessed by site data path relative to data filename see data files in jekyll lives in d... | 1 |
8,075 | 10,198,546,890 | IssuesEvent | 2019-08-13 05:47:58 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Warhammer 40,000: Dawn of War - Dark Crusade (3580) - Access violation on load game | Game compatibility | # Compatibility Report
- Name of the game with compatibility issues: Warhammer 40,000: Dawn of War - Dark Crusade
- Steam AppID of the game: 4580
## System Information
- GPU: Intel HD620 / Nvidia MX150
- Driver/LLVM version: Mesa 19.1/ LLVM 8.0 and nvidia 430.40
- Kernel version: 5.3 / 5.2 / 4.19
- Link to ful... | True | Warhammer 40,000: Dawn of War - Dark Crusade (3580) - Access violation on load game - # Compatibility Report
- Name of the game with compatibility issues: Warhammer 40,000: Dawn of War - Dark Crusade
- Steam AppID of the game: 4580
## System Information
- GPU: Intel HD620 / Nvidia MX150
- Driver/LLVM version: Me... | comp | warhammer dawn of war dark crusade access violation on load game compatibility report name of the game with compatibility issues warhammer dawn of war dark crusade steam appid of the game system information gpu intel nvidia driver llvm version mesa llvm and... | 1 |
12,766 | 15,033,466,128 | IssuesEvent | 2021-02-02 11:31:47 | Conjurinc-workato-dev/ldap-sync | https://api.github.com/repos/Conjurinc-workato-dev/ldap-sync | opened | from jira 876 | Bugtype/Compatibility ONYX-6572 Severity/Critical team/Core | ##description
Steps to reproduce:
Current Results:
Expected Results:
Error Messages:
Logs:
Other Symptoms:
Tenant ID / Pod Number:
##Found in version
11.5
##Workaround Complexity
No workaround
##Workaround Description
sssssssssssssss
##Link to JIRA bug
https://ca-il-jira-test.il.cyber-ark.com/brow... | True | from jira 876 - ##description
Steps to reproduce:
Current Results:
Expected Results:
Error Messages:
Logs:
Other Symptoms:
Tenant ID / Pod Number:
##Found in version
11.5
##Workaround Complexity
No workaround
##Workaround Description
sssssssssssssss
##Link to JIRA bug
https://ca-il-jira-test.il.cy... | comp | from jira description steps to reproduce current results expected results error messages logs other symptoms tenant id pod number found in version workaround complexity no workaround workaround description sssssssssssssss link to jira bug | 1 |
3,215 | 6,145,598,518 | IssuesEvent | 2017-06-27 11:58:00 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | Yandex apps show security alert notifications on startup | Compatibility P3: Medium | ### Description
Alert has been seen in [Market](https://play.google.com/store/apps/details?id=ru.yandex.market) and [Weather](https://play.google.com/store/apps/details?id=ru.yandex.weatherplugin) apps
### STR:
1. Download and install [Yandex Market](https://play.google.com/store/apps/details?id=ru.yandex.mark... | True | Yandex apps show security alert notifications on startup - ### Description
Alert has been seen in [Market](https://play.google.com/store/apps/details?id=ru.yandex.market) and [Weather](https://play.google.com/store/apps/details?id=ru.yandex.weatherplugin) apps
### STR:
1. Download and install [Yandex Market](h... | comp | yandex apps show security alert notifications on startup description alert has been seen in and apps str download and install start the app expected behaviour the app starts smoothly actual behaviour alert notification is shown screenshot ... | 1 |
829,752 | 31,896,532,128 | IssuesEvent | 2023-09-18 02:37:48 | Team-Ampersand/Dotori-Android | https://api.github.com/repos/Team-Ampersand/Dotori-Android | closed | 빈 음악신청 페이지 퍼블리싱 | 1️⃣ Priority: High 🎨 Type: Publishing | ## 📌 개요
- 빈 음악신청 페이지 퍼블리싱
## 📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들
- 참고할 사항이 있다면 적어주세요 | 1.0 | 빈 음악신청 페이지 퍼블리싱 - ## 📌 개요
- 빈 음악신청 페이지 퍼블리싱
## 📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들
- 참고할 사항이 있다면 적어주세요 | non_comp | 빈 음악신청 페이지 퍼블리싱 📌 개요 빈 음악신청 페이지 퍼블리싱 📚 레퍼런스 또는 새로 알게 된 내용 혹은 궁금한 사항들 참고할 사항이 있다면 적어주세요 | 0 |
11,168 | 13,187,044,777 | IssuesEvent | 2020-08-13 02:10:26 | Sanyella/FVTT-Custom-Journal-Theming | https://api.github.com/repos/Sanyella/FVTT-Custom-Journal-Theming | opened | Compatibility issue with One Journal | compatibility issue not currently planned | I do not yet plan to tackle this one. I might one day get to it, but do not rely too much on it, and for now consider both module as incompatible. Sorry for those who would want to use both. | True | Compatibility issue with One Journal - I do not yet plan to tackle this one. I might one day get to it, but do not rely too much on it, and for now consider both module as incompatible. Sorry for those who would want to use both. | comp | compatibility issue with one journal i do not yet plan to tackle this one i might one day get to it but do not rely too much on it and for now consider both module as incompatible sorry for those who would want to use both | 1 |
11,393 | 13,347,212,003 | IssuesEvent | 2020-08-29 12:20:53 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | Angular v10 issue with vendor packages | app: angular compatibility with other tools dependencies help wanted inactive question / support | **Describe the bug**
Storybook does not load ES2015 bundles, leading to runtime errors in Angular v10 applications.
* Starting [from v10](https://blog.angular.io/version-10-of-angular-now-available-78960babd41), Angular ships only ES2015 bundles.
* Libraries typically ship both ES5 and ES2015 modules to remain com... | True | Angular v10 issue with vendor packages - **Describe the bug**
Storybook does not load ES2015 bundles, leading to runtime errors in Angular v10 applications.
* Starting [from v10](https://blog.angular.io/version-10-of-angular-now-available-78960babd41), Angular ships only ES2015 bundles.
* Libraries typically ship ... | comp | angular issue with vendor packages describe the bug storybook does not load bundles leading to runtime errors in angular applications starting angular ships only bundles libraries typically ship both and modules to remain compatible with angular and see storybook n... | 1 |
535,902 | 15,700,840,945 | IssuesEvent | 2021-03-26 10:23:03 | AY2021S2-CS2103-W17-1/tp | https://api.github.com/repos/AY2021S2-CS2103-W17-1/tp | closed | Moduleinfo.json not created/populated on first start. | priority.High severity.High | Prepopulated modules not added to moduleinfo.json on first initial set up. | 1.0 | Moduleinfo.json not created/populated on first start. - Prepopulated modules not added to moduleinfo.json on first initial set up. | non_comp | moduleinfo json not created populated on first start prepopulated modules not added to moduleinfo json on first initial set up | 0 |
519,137 | 15,045,585,707 | IssuesEvent | 2021-02-03 05:45:53 | technote-space/frourio-demo | https://api.github.com/repos/technote-space/frourio-demo | closed | license text の マークダウン表示 | Priority: Low Status: In Progress | いくつかのライセンスが md 形式だったので
`#` とか入ってたら変換?
テキスト形式も含めて変換しても問題なさそうならすべてとりあえず変換
https://github.com/markedjs/marked
https://github.com/cwjohan/markdown-to-html
| 1.0 | license text の マークダウン表示 - いくつかのライセンスが md 形式だったので
`#` とか入ってたら変換?
テキスト形式も含めて変換しても問題なさそうならすべてとりあえず変換
https://github.com/markedjs/marked
https://github.com/cwjohan/markdown-to-html
| non_comp | license text の マークダウン表示 いくつかのライセンスが md 形式だったので とか入ってたら変換? テキスト形式も含めて変換しても問題なさそうならすべてとりあえず変換 | 0 |
253,366 | 27,300,562,649 | IssuesEvent | 2023-02-24 01:19:09 | panasalap/linux-4.19.72_1 | https://api.github.com/repos/panasalap/linux-4.19.72_1 | opened | CVE-2021-42252 (High) detected in linux-yoctov5.4.51 | security vulnerability | ## CVE-2021-42252 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.... | True | CVE-2021-42252 (High) detected in linux-yoctov5.4.51 - ## CVE-2021-42252 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedde... | non_comp | cve high detected in linux cve high severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in base branch master vulnerable source files drivers misc aspeed lpc ctrl c drivers mis... | 0 |
127,527 | 17,291,848,211 | IssuesEvent | 2021-07-24 23:21:48 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | opened | community user search& invite workflow / UI needs review | Communities Design enhancement to analyze ui | This functionality works, but the UI looks strange, we should review the designs to see if it's implemented properly
1. in a community click "add members"
2. search for an ens name
now clicking on a user in the list sends an invite, but note there is an invite button here in the first place that doesn't do anything, ... | 1.0 | community user search& invite workflow / UI needs review - This functionality works, but the UI looks strange, we should review the designs to see if it's implemented properly
1. in a community click "add members"
2. search for an ens name
now clicking on a user in the list sends an invite, but note there is an invit... | non_comp | community user search invite workflow ui needs review this functionality works but the ui looks strange we should review the designs to see if it s implemented properly in a community click add members search for an ens name now clicking on a user in the list sends an invite but note there is an invit... | 0 |
301,041 | 9,215,202,442 | IssuesEvent | 2019-03-11 01:52:48 | ClinGen/clincoded | https://api.github.com/repos/ClinGen/clincoded | closed | Remove adjectives from Gene Disease records | EP request GCI R25 curation edit curator review external curator priority: high | Curators have erroneously added the adjective "with genetic anticipation" to the following records, and so this needs to be removed:
https://curation.clinicalgenome.org/curation-central/?gdm=5a28b51c-5838-44fa-bc25-16a16957d055
https://curation.clinicalgenome.org/curation-central/?gdm=93c0da11-a14e-4c09-b7a0-4c8a... | 1.0 | Remove adjectives from Gene Disease records - Curators have erroneously added the adjective "with genetic anticipation" to the following records, and so this needs to be removed:
https://curation.clinicalgenome.org/curation-central/?gdm=5a28b51c-5838-44fa-bc25-16a16957d055
https://curation.clinicalgenome.org/cura... | non_comp | remove adjectives from gene disease records curators have erroneously added the adjective with genetic anticipation to the following records and so this needs to be removed | 0 |
2,507 | 5,239,072,557 | IssuesEvent | 2017-01-31 08:30:02 | Infocatcher/Private_Tab | https://api.github.com/repos/Infocatcher/Private_Tab | opened | Update API events for toggling using duplication in Firefox 51+ | compatibility | See #237.
Now we should provide some way to letting know about this new "toggling". | True | Update API events for toggling using duplication in Firefox 51+ - See #237.
Now we should provide some way to letting know about this new "toggling". | comp | update api events for toggling using duplication in firefox see now we should provide some way to letting know about this new toggling | 1 |
20,386 | 30,113,674,009 | IssuesEvent | 2023-06-30 09:43:43 | BartoszCichecki/LenovoLegionToolkit | https://api.github.com/repos/BartoszCichecki/LenovoLegionToolkit | closed | Compatibility testing results - 15IRH8 | compatibility needs-information | ### Rules
- [ ] I made myself familiar with the README.
- [ ] I understand that requests should not be placed for devices that are not part of Legion, Ideapad Gaming and LOQ line ups.
### Version
2.14.3
### OS
Windows 11 10.0.22621
### Device
Lenovo LOQ 15IRH8
### BIOS version
LZCN29WW
### Which features of ... | True | Compatibility testing results - 15IRH8 - ### Rules
- [ ] I made myself familiar with the README.
- [ ] I understand that requests should not be placed for devices that are not part of Legion, Ideapad Gaming and LOQ line ups.
### Version
2.14.3
### OS
Windows 11 10.0.22621
### Device
Lenovo LOQ 15IRH8
### BIOS ... | comp | compatibility testing results rules i made myself familiar with the readme i understand that requests should not be placed for devices that are not part of legion ideapad gaming and loq line ups version os windows device lenovo loq bios version which... | 1 |
19,572 | 27,183,014,204 | IssuesEvent | 2023-02-18 21:46:22 | Infamous-Misadventures/Dungeons-Libraries | https://api.github.com/repos/Infamous-Misadventures/Dungeons-Libraries | closed | Player kicked when putting gear items on armor stand due to missing sound event id | bug Compatibility | Internal Exception error for SoundEvent@40bfbe58 when placing a dungeon gear item on an armor stand

| True | Player kicked when putting gear items on armor stand due to missing sound event id - Internal Exception error for SoundEvent@40bfbe58 when placing a dungeon gear item on an armor stand

| comp | player kicked when putting gear items on armor stand due to missing sound event id internal exception error for soundevent when placing a dungeon gear item on an armor stand | 1 |
208,737 | 15,931,980,868 | IssuesEvent | 2021-04-14 04:44:51 | hoppscotch/hoppscotch | https://api.github.com/repos/hoppscotch/hoppscotch | closed | Getting Uncaught TypeError when importing postman json | need information need testing | **Describe the bug**
A clear and concise description of what the bug is.
I was import a postman collection and got
the following error
`Uncaught TypeError: Cannot read property 'raw' of null
at f.parsePostmanRequest (3a861b0.modern.js:formatted:5573)
at f.parsePostmanCollection (3a861b0.modern.js:formatt... | 1.0 | Getting Uncaught TypeError when importing postman json - **Describe the bug**
A clear and concise description of what the bug is.
I was import a postman collection and got
the following error
`Uncaught TypeError: Cannot read property 'raw' of null
at f.parsePostmanRequest (3a861b0.modern.js:formatted:5573)
... | non_comp | getting uncaught typeerror when importing postman json describe the bug a clear and concise description of what the bug is i was import a postman collection and got the following error uncaught typeerror cannot read property raw of null at f parsepostmanrequest modern js formatted at f p... | 0 |
3,583 | 6,496,459,214 | IssuesEvent | 2017-08-22 10:07:10 | Cxbx-Reloaded/Cxbx-Reloaded | https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded | closed | Obscure regressed | controller game-compatibility regression | https://github.com/elfogames reported in issue #222 :
Tested on: a7ad492
Obscure Regressed,crash after the first Intro with Exception Code 0x0000005
Was able to reach menu and almost in-game(black screen with sound,not sure if is in-game) on a bit older build from Jan 19,2017 (92fa6d9) | True | Obscure regressed - https://github.com/elfogames reported in issue #222 :
Tested on: a7ad492
Obscure Regressed,crash after the first Intro with Exception Code 0x0000005
Was able to reach menu and almost in-game(black screen with sound,not sure if is in-game) on a bit older build from Jan 19,2017 (92fa6d9) | comp | obscure regressed reported in issue tested on obscure regressed crash after the first intro with exception code was able to reach menu and almost in game black screen with sound not sure if is in game on a bit older build from jan | 1 |
10,711 | 12,683,826,884 | IssuesEvent | 2020-06-19 20:45:17 | opendistro-for-elasticsearch/sql-cli | https://api.github.com/repos/opendistro-for-elasticsearch/sql-cli | opened | Color for output is wrongly displayed on Windows | windows compatibility | - **Expected(on Linux/MacOS)** 
- **Actual(on Windows)** 
| True | Color for output is wrongly displayed on Windows - - **Expected(on Linux/MacOS)** 
- **Actual(on Windows)** 
Forcing it's opacity to 1!important produces the following:
<img width="709" alt="wc" src="https://user-images.githubusercontent.com/7689242/28502012-63f6ef32-6fe9-11e... | True | WooCommerce product main image conflict - That image should be excluded as it's the one wc shows when zooming on hover.
When not zooming that image's opacity is set to 0 via js (inline style)
Forcing it's opacity to 1!important produces the following:
<img width="709" alt="wc" src="https://user-images.githubusercon... | comp | woocommerce product main image conflict that image should be excluded as it s the one wc shows when zooming on hover when not zooming that image s opacity is set to via js inline style forcing it s opacity to important produces the following img width alt wc src | 1 |
200,696 | 22,828,873,332 | IssuesEvent | 2022-07-12 11:05:42 | SebastianDarie/reddit-clone | https://api.github.com/repos/SebastianDarie/reddit-clone | closed | CVE-2022-33171 (High) detected in typeorm-0.2.32.tgz - autoclosed | security vulnerability | ## CVE-2022-33171 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>typeorm-0.2.32.tgz</b></p></summary>
<p>Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, Mar... | True | CVE-2022-33171 (High) detected in typeorm-0.2.32.tgz - autoclosed - ## CVE-2022-33171 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>typeorm-0.2.32.tgz</b></p></summary>
<p>Data-Mappe... | non_comp | cve high detected in typeorm tgz autoclosed cve high severity vulnerability vulnerable library typeorm tgz data mapper orm for typescript supports mysql postgresql mariadb sqlite ms sql server oracle mongodb databases library home page a href depende... | 0 |
132,953 | 18,786,175,615 | IssuesEvent | 2021-11-08 12:23:06 | kpagacz/wiki-on-fire | https://api.github.com/repos/kpagacz/wiki-on-fire | opened | Create User Notifications panel design | frontend design | It should be a part of navigation or user page where user can see notifications about moderation activities. | 1.0 | Create User Notifications panel design - It should be a part of navigation or user page where user can see notifications about moderation activities. | non_comp | create user notifications panel design it should be a part of navigation or user page where user can see notifications about moderation activities | 0 |
2,924 | 5,774,104,178 | IssuesEvent | 2017-04-28 05:39:40 | sekiguchi-nagisa/ydsh | https://api.github.com/repos/sekiguchi-nagisa/ydsh | closed | change builtin command and eval behaivor | enhancement incompatible change | rewrite these builtin commands with the same manner as user-defined command.
| True | change builtin command and eval behaivor - rewrite these builtin commands with the same manner as user-defined command.
| comp | change builtin command and eval behaivor rewrite these builtin commands with the same manner as user defined command | 1 |
283,270 | 30,913,249,119 | IssuesEvent | 2023-08-05 01:27:04 | hshivhare67/kernel_v4.19.72_CVE-2022-42896_new | https://api.github.com/repos/hshivhare67/kernel_v4.19.72_CVE-2022-42896_new | reopened | CVE-2019-18683 (High) detected in linuxlinux-4.19.279 | Mend: dependency security vulnerability | ## CVE-2019-18683 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.279</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.k... | True | CVE-2019-18683 (High) detected in linuxlinux-4.19.279 - ## CVE-2019-18683 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.279</b></p></summary>
<p>
<p>The Linux Kernel<... | non_comp | cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files drivers media platform vivid vivid sdr cap c ... | 0 |
107,883 | 11,574,209,728 | IssuesEvent | 2020-02-21 06:36:01 | iteahome/team-project-online-shop | https://api.github.com/repos/iteahome/team-project-online-shop | opened | Refactor variables, clean up documentation | documentation | Some variables and methods have vague, unclear or unpolished names. Also, the excessive commenting is redundant if the code is written legibly.
Those names must be refactored and the documentation should be cleaned up. | 1.0 | Refactor variables, clean up documentation - Some variables and methods have vague, unclear or unpolished names. Also, the excessive commenting is redundant if the code is written legibly.
Those names must be refactored and the documentation should be cleaned up. | non_comp | refactor variables clean up documentation some variables and methods have vague unclear or unpolished names also the excessive commenting is redundant if the code is written legibly those names must be refactored and the documentation should be cleaned up | 0 |
629,588 | 20,047,686,339 | IssuesEvent | 2022-02-03 00:01:39 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | `focus-visible` polyfill breaking some button focus styles in Firefox | 🟧 priority: high 🚦 status: awaiting triage 🛠 goal: fix 🕹 aspect: interface | ## Description
<!-- Concisely describe the bug. -->
Buttons are getting double focus rings. I think this is due to the focus-visible polyfill. If it is, then a simple focus could be to only load that polyfill for Safari, it's the only browser that needs it anyway.
<img width="460" alt="Captura de Tela 2022-02-01 a... | 1.0 | `focus-visible` polyfill breaking some button focus styles in Firefox - ## Description
<!-- Concisely describe the bug. -->
Buttons are getting double focus rings. I think this is due to the focus-visible polyfill. If it is, then a simple focus could be to only load that polyfill for Safari, it's the only browser tha... | non_comp | focus visible polyfill breaking some button focus styles in firefox description buttons are getting double focus rings i think this is due to the focus visible polyfill if it is then a simple focus could be to only load that polyfill for safari it s the only browser that needs it anyway img width ... | 0 |
2,188 | 4,939,386,445 | IssuesEvent | 2016-11-29 14:15:13 | metarhia/Impress | https://api.github.com/repos/metarhia/Impress | closed | Use the standalone JSTP library | compatibility enhancement | A new, more robust and flexible, implementation of JSTP is being actively developed in [its own repo](https://github.com/metarhia/JSTP). As soon as it is ready it will replace the current implementation as a dependency. The library will provide hooks and events for servers like Impress to add their own custom logic for... | True | Use the standalone JSTP library - A new, more robust and flexible, implementation of JSTP is being actively developed in [its own repo](https://github.com/metarhia/JSTP). As soon as it is ready it will replace the current implementation as a dependency. The library will provide hooks and events for servers like Impress... | comp | use the standalone jstp library a new more robust and flexible implementation of jstp is being actively developed in as soon as it is ready it will replace the current implementation as a dependency the library will provide hooks and events for servers like impress to add their own custom logic for logging au... | 1 |
12,668 | 14,962,823,418 | IssuesEvent | 2021-01-27 09:46:38 | vesoft-inc/nebula-graph | https://api.github.com/repos/vesoft-inc/nebula-graph | opened | Filter to filter on tag in WHERE | incompatible | nGQL:
MATCH (v) WHERE v:player RETURN v.name, v,age
MATCH (v) WHERE id(v)=="Tim Duncan" AND v:player RETURN v.name, v,age;

In openCypher it works:
MATCH (n)
WHERE n:Swedish
RETURN n.name, n.age
... | True | Filter to filter on tag in WHERE - nGQL:
MATCH (v) WHERE v:player RETURN v.name, v,age
MATCH (v) WHERE id(v)=="Tim Duncan" AND v:player RETURN v.name, v,age;

In openCypher it works:
MATCH (n)
WHERE... | comp | filter to filter on tag in where ngql match v where v player return v name v age match v where id v tim duncan and v player return v name v age in opencypher it works match n where n swedish return n name n age | 1 |
239,749 | 7,799,989,676 | IssuesEvent | 2018-06-09 03:07:25 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0006466:
add german translations for new features | Courses Mantis high priority | **Reported by pschuele on 15 May 2012 10:56**
add german translations for new features
| 1.0 | 0006466:
add german translations for new features - **Reported by pschuele on 15 May 2012 10:56**
add german translations for new features
| non_comp | add german translations for new features reported by pschuele on may add german translations for new features | 0 |
10,054 | 12,058,422,052 | IssuesEvent | 2020-04-15 17:25:55 | google/model-viewer | https://api.github.com/repos/google/model-viewer | closed | Scene Viewer doesn't load Cloudfront pre-signed urls | arc: community arc: compatibility type: bug | ### Description
When i'm trying to view a model from **a signed cloudfront url**

It's Dutch for the famous **'Can't load object'** message.
I've created a scenario to test thi... | True | Scene Viewer doesn't load Cloudfront pre-signed urls - ### Description
When i'm trying to view a model from **a signed cloudfront url**

It's Dutch for the famous **'Can't load ob... | comp | scene viewer doesn t load cloudfront pre signed urls description when i m trying to view a model from a signed cloudfront url it s dutch for the famous can t load object message i ve created a scenario to test this displays the astronaut model and loads the files from loads the ... | 1 |
7,017 | 9,302,256,228 | IssuesEvent | 2019-03-24 07:42:53 | cryptape/cita | https://api.github.com/repos/cryptape/cita | closed | Remove the quotaPrice must greater than zero limitation | compatibility question wontfix | # QuotaPrice couldn't be set to zero
## Description
In some scenarios, operators want to keep transaction fee zero in charge mode. However, current quotaPrice setup only accept a non-zero value. Could we remove this limitation ? | True | Remove the quotaPrice must greater than zero limitation - # QuotaPrice couldn't be set to zero
## Description
In some scenarios, operators want to keep transaction fee zero in charge mode. However, current quotaPrice setup only accept a non-zero value. Could we remove this limitation ? | comp | remove the quotaprice must greater than zero limitation quotaprice couldn t be set to zero description in some scenarios operators want to keep transaction fee zero in charge mode however current quotaprice setup only accept a non zero value could we remove this limitation | 1 |
239,927 | 26,243,120,798 | IssuesEvent | 2023-01-05 13:13:05 | NS-Mend/Java-Demo | https://api.github.com/repos/NS-Mend/Java-Demo | closed | mysql-connector-java-5.1.26.jar: 9 vulnerabilities (highest severity is: 8.5) - autoclosed | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.26.jar</b></p></summary>
<p>MySQL JDBC Type 4 driver</p>
<p>Library home page: <a href="http://dev.mysql.com/doc/connector-j/en/">http://dev.... | True | mysql-connector-java-5.1.26.jar: 9 vulnerabilities (highest severity is: 8.5) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.26.jar</b></p></summary>
<p>MySQL JDBC Type 4 dr... | non_comp | mysql connector java jar vulnerabilities highest severity is autoclosed vulnerable library mysql connector java jar mysql jdbc type driver library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository mysql mysql ... | 0 |
518 | 2,945,199,753 | IssuesEvent | 2015-07-03 11:07:55 | kirm/sip.js | https://api.github.com/repos/kirm/sip.js | closed | Node v0.6.x compatiblity | node-compatibility | In you run any example of sip.js usage on node version greater than 0.4.x it fails with the following exception:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: No such module
at /Users/kirill/Documents/github/sip.js/sip.js:18:30
at Object.<a... | True | Node v0.6.x compatiblity - In you run any example of sip.js usage on node version greater than 0.4.x it fails with the following exception:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: No such module
at /Users/kirill/Documents/github/sip.js/sip... | comp | node x compatiblity in you run any example of sip js usage on node version greater than x it fails with the following exception node js throw e process nexttick error or error event on first tick error no such module at users kirill documents github sip js sip js... | 1 |
63,583 | 17,776,837,924 | IssuesEvent | 2021-08-30 20:23:53 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | distinctOn + order by desc doesn't work | T: Defect | ### Expected behavior
```
Field<?> distinctOn = field("(timestamp at time zone ?)::date", String.class, timezoneId);
Field<?> one = field("timestamp at time zone ?", String.class, timezoneId);
Field<?> two = field("timestamp");
dslContext
.select(one, two)
.distinctOn(distinctOn... | 1.0 | distinctOn + order by desc doesn't work - ### Expected behavior
```
Field<?> distinctOn = field("(timestamp at time zone ?)::date", String.class, timezoneId);
Field<?> one = field("timestamp at time zone ?", String.class, timezoneId);
Field<?> two = field("timestamp");
dslContext
.select(one, tw... | non_comp | distincton order by desc doesn t work expected behavior field distincton field timestamp at time zone date string class timezoneid field one field timestamp at time zone string class timezoneid field two field timestamp dslcontext select one two ... | 0 |
19,670 | 2,622,158,879 | IssuesEvent | 2015-03-04 00:09:13 | byzhang/terrastore | https://api.github.com/repos/byzhang/terrastore | closed | Update java client integration test to use the embedded server | auto-migrated Milestone-2.2 Priority-Medium Project-Terrastore-JavaClient Type-Enhancement | ```
Change the TerrastoreClientIntegrationTest class so that it uses the embedded
terrastore server, thus making it self-contained.
```
Original issue reported on code.google.com by `johansso...@gmail.com` on 31 Oct 2010 at 9:28 | 1.0 | Update java client integration test to use the embedded server - ```
Change the TerrastoreClientIntegrationTest class so that it uses the embedded
terrastore server, thus making it self-contained.
```
Original issue reported on code.google.com by `johansso...@gmail.com` on 31 Oct 2010 at 9:28 | non_comp | update java client integration test to use the embedded server change the terrastoreclientintegrationtest class so that it uses the embedded terrastore server thus making it self contained original issue reported on code google com by johansso gmail com on oct at | 0 |
11,900 | 14,014,967,194 | IssuesEvent | 2020-10-29 12:42:14 | gudmdharalds/vip-go-mu-plugins-test | https://api.github.com/repos/gudmdharalds/vip-go-mu-plugins-test | closed | PHP 7.4 Compatibility issue lib/wpcom-error-handler | PHP Compatibility PHP Compatiblity 7.4 | Found issue in master:
* <b>Warning in lib/wpcom-error-handler/wpcom-error-handler.php</b>: Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter "$last_error_type" was used, and pos... | True | PHP 7.4 Compatibility issue lib/wpcom-error-handler - Found issue in master:
* <b>Warning in lib/wpcom-error-handler/wpcom-error-handler.php</b>: Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current val... | comp | php compatibility issue lib wpcom error handler found issue in master warning in lib wpcom error handler wpcom error handler php since php functions inspecting arguments like debug backtrace no longer report the original value as passed to a parameter but will instead provide the current value t... | 1 |
795 | 3,240,436,416 | IssuesEvent | 2015-10-15 03:51:45 | tshemsedinov/impress | https://api.github.com/repos/tshemsedinov/impress | opened | Virtual (programmatically defined) handlers bug | bug compatibility | Following example (placed in ```/init``` folder) will generate virtual HTTP/AJAX API handler on ```/helloWorld2.json``` but it put wrong folder to cache, so handler is not visible and IAS fall back to parent folder to render content (if virtual access modifier is true) or show HTTP 404 (if virtual access modifier is fa... | True | Virtual (programmatically defined) handlers bug - Following example (placed in ```/init``` folder) will generate virtual HTTP/AJAX API handler on ```/helloWorld2.json``` but it put wrong folder to cache, so handler is not visible and IAS fall back to parent folder to render content (if virtual access modifier is true) ... | comp | virtual programmatically defined handlers bug following example placed in init folder will generate virtual http ajax api handler on json but it put wrong folder to cache so handler is not visible and ias fall back to parent folder to render content if virtual access modifier is true or show ht... | 1 |
6,085 | 8,515,842,355 | IssuesEvent | 2018-10-31 23:16:54 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | incompatible_remove_native_http_archive: move to Starlark version of `http_archive` | breaking-change-0.20 incompatible-change migration-0.19 | Flag [incompatible_remove_native_http_archive](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#remove-native-http-archive)
We're moving away from the native familty of `http_archive` functions to the [Starlark version of `http_archive`](https://github.com/bazelbuild/bazel/blob/c1f6455d38... | True | incompatible_remove_native_http_archive: move to Starlark version of `http_archive` - Flag [incompatible_remove_native_http_archive](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#remove-native-http-archive)
We're moving away from the native familty of `http_archive` functions to the [S... | comp | incompatible remove native http archive move to starlark version of http archive flag we re moving away from the native familty of http archive functions to the the new function can be loaded with load bazel tools tools build defs repo http bzl http archive and provides the same functionalit... | 1 |
136,779 | 19,975,281,073 | IssuesEvent | 2022-01-29 01:55:20 | ucsf-deb/bifs | https://api.github.com/repos/ucsf-deb/bifs | opened | `LinearDecayPrior` has no `decay` parameter? | question design | Should it have a `decay` parameter? The other functional priors do, and it is in the name!
I haven't looked into this enough to know if a decay parameter would be nonsense in a linear context. | 1.0 | `LinearDecayPrior` has no `decay` parameter? - Should it have a `decay` parameter? The other functional priors do, and it is in the name!
I haven't looked into this enough to know if a decay parameter would be nonsense in a linear context. | non_comp | lineardecayprior has no decay parameter should it have a decay parameter the other functional priors do and it is in the name i haven t looked into this enough to know if a decay parameter would be nonsense in a linear context | 0 |
12,900 | 15,169,835,494 | IssuesEvent | 2021-02-12 21:54:59 | Foundry376/Mailspring | https://api.github.com/repos/Foundry376/Mailspring | closed | Not all carddav address books are discovered | audit mailserver-incompatibility needs-reproduction | ##### What is the behavior you're seeing?
Mailspring only discovers the main carddav address book, misses all others.
##### What email provider (Gmail, Exchange, etc.) are you trying to use?
mailbox.org with a custom domain. I created `_carddavs._tcp.example.com` srv DNS entries to `davs.mailbox.org`
##### W... | True | Not all carddav address books are discovered - ##### What is the behavior you're seeing?
Mailspring only discovers the main carddav address book, misses all others.
##### What email provider (Gmail, Exchange, etc.) are you trying to use?
mailbox.org with a custom domain. I created `_carddavs._tcp.example.com` sr... | comp | not all carddav address books are discovered what is the behavior you re seeing mailspring only discovers the main carddav address book misses all others what email provider gmail exchange etc are you trying to use mailbox org with a custom domain i created carddavs tcp example com sr... | 1 |
26,107 | 5,224,714,208 | IssuesEvent | 2017-01-27 16:11:58 | hadley/dplyr | https://api.github.com/repos/hadley/dplyr | closed | help file for arrange needs updating | documentation | The current version states that string ordering doesn't know about the locale but this closed issue: https://github.com/hadley/dplyr/issues/1175 and a simple test show that it's not the case anymore.
This paragraph: https://github.com/hadley/dplyr/blob/master/R/manip.r#L180 can be removed or updated.
Thank you
| 1.0 | help file for arrange needs updating - The current version states that string ordering doesn't know about the locale but this closed issue: https://github.com/hadley/dplyr/issues/1175 and a simple test show that it's not the case anymore.
This paragraph: https://github.com/hadley/dplyr/blob/master/R/manip.r#L180 can b... | non_comp | help file for arrange needs updating the current version states that string ordering doesn t know about the locale but this closed issue and a simple test show that it s not the case anymore this paragraph can be removed or updated thank you | 0 |
149,866 | 23,540,790,315 | IssuesEvent | 2022-08-20 11:04:10 | unicef/inventory-hugo-theme | https://api.github.com/repos/unicef/inventory-hugo-theme | closed | As a reader, I want a better background image in homepage so that I understand the purpose of the site. | T: improvement C: design thinking | ### Summary
User review from testing:
- Background image on site is misleading; creates slight confusion (e.g. open roles, open positions?). Contrast is difficult.
- Replace background image with something more human and inviting. Connecting to UNICEF mission.
### Priority
primary
### Category
front-end
#... | 1.0 | As a reader, I want a better background image in homepage so that I understand the purpose of the site. - ### Summary
User review from testing:
- Background image on site is misleading; creates slight confusion (e.g. open roles, open positions?). Contrast is difficult.
- Replace background image with something m... | non_comp | as a reader i want a better background image in homepage so that i understand the purpose of the site summary user review from testing background image on site is misleading creates slight confusion e g open roles open positions contrast is difficult replace background image with something m... | 0 |
14,759 | 18,151,082,498 | IssuesEvent | 2021-09-26 09:20:28 | PowerNukkit/PowerNukkit | https://api.github.com/repos/PowerNukkit/PowerNukkit | opened | PlaceholderAPI compatibility issues | Type: compatibility | # 🔌 Plugin compatibility issue
<!--
👉 This template is helpful, but you may erase everything if you can express the issue clearly
Feel free to ask questions or start related discussion
-->
### 📸 Screenshots / Videos
<!-- ✍ If applicable, add screenshots or video recordings to help explain your proble... | True | PlaceholderAPI compatibility issues - # 🔌 Plugin compatibility issue
<!--
👉 This template is helpful, but you may erase everything if you can express the issue clearly
Feel free to ask questions or start related discussion
-->
### 📸 Screenshots / Videos
<!-- ✍ If applicable, add screenshots or video ... | comp | placeholderapi compatibility issues 🔌 plugin compatibility issue 👉 this template is helpful but you may erase everything if you can express the issue clearly feel free to ask questions or start related discussion 📸 screenshots videos ▶ steps to reproduce install ... | 1 |
449,962 | 12,977,524,882 | IssuesEvent | 2020-07-21 20:49:27 | processing/p5.js-web-editor | https://api.github.com/repos/processing/p5.js-web-editor | closed | Refactor <Console /> into a Container | priority:high type:feature | #### Nature of issue?
- Existing feature enhancement
#### Feature enhancement details:
`connect`ing the `<Console />` will simplify its host components (IDEView, MobileIDEView) a lot, by separating concerns. This will ease their refactors. | 1.0 | Refactor <Console /> into a Container - #### Nature of issue?
- Existing feature enhancement
#### Feature enhancement details:
`connect`ing the `<Console />` will simplify its host components (IDEView, MobileIDEView) a lot, by separating concerns. This will ease their refactors. | non_comp | refactor into a container nature of issue existing feature enhancement feature enhancement details connect ing the will simplify its host components ideview mobileideview a lot by separating concerns this will ease their refactors | 0 |
8,994 | 11,033,873,844 | IssuesEvent | 2019-12-07 00:55:34 | uswds/uswds | https://api.github.com/repos/uswds/uswds | opened | Add deprecated vars and alias them to their replacements | size: minutes topic: compatibility type: enhancement | Users should have less of a necessary burden to update deprecated variables and settings. They _should_ — but their sites should not break if they do not.
A solution could be to maintain a small file that maps the deprecated var to the new var. Something like `_deprecated-settings.scss`. This file could include:
... | True | Add deprecated vars and alias them to their replacements - Users should have less of a necessary burden to update deprecated variables and settings. They _should_ — but their sites should not break if they do not.
A solution could be to maintain a small file that maps the deprecated var to the new var. Something lik... | comp | add deprecated vars and alias them to their replacements users should have less of a necessary burden to update deprecated variables and settings they should — but their sites should not break if they do not a solution could be to maintain a small file that maps the deprecated var to the new var something lik... | 1 |
20,952 | 31,775,031,520 | IssuesEvent | 2023-09-12 13:58:42 | pnp/sp-dev-fx-webparts | https://api.github.com/repos/pnp/sp-dev-fx-webparts | closed | CssSyntaxErrors When Building | status:node-compatibility | ### Disclaimer
Yes
### Sample
https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-calendar
### Contributor(s)
@Abderahman88 @Eli-Schei @hugoabernier @joaojmendes @derhallim @mohammadamer @nanddeepn
### What happened?
The calendar app looks correct in workbench, but once it's published to SharePoint... | True | CssSyntaxErrors When Building - ### Disclaimer
Yes
### Sample
https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-calendar
### Contributor(s)
@Abderahman88 @Eli-Schei @hugoabernier @joaojmendes @derhallim @mohammadamer @nanddeepn
### What happened?
The calendar app looks correct in workbench, but o... | comp | csssyntaxerrors when building disclaimer yes sample contributor s eli schei hugoabernier joaojmendes derhallim mohammadamer nanddeepn what happened the calendar app looks correct in workbench but once it s published to sharepoint there are a couple issues with how the calendar di... | 1 |
361,063 | 10,703,628,354 | IssuesEvent | 2019-10-24 09:56:20 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | [scm] making scm_folder.txt optimisation usable for export + install | complex: low priority: medium stage: queue type: feature type: ux whiteboard | I am currently modernizing my conan recipes and replace my old `scm` implementation with the upstream version. While playing around with the new recipe, I discovered that the `scm_folder.txt` optimization did not work for some of my build scripts. In particular, since #4218, the optimization only triggers for conan **c... | 1.0 | [scm] making scm_folder.txt optimisation usable for export + install - I am currently modernizing my conan recipes and replace my old `scm` implementation with the upstream version. While playing around with the new recipe, I discovered that the `scm_folder.txt` optimization did not work for some of my build scripts. I... | non_comp | making scm folder txt optimisation usable for export install i am currently modernizing my conan recipes and replace my old scm implementation with the upstream version while playing around with the new recipe i discovered that the scm folder txt optimization did not work for some of my build scripts in pa... | 0 |
16,606 | 22,689,744,852 | IssuesEvent | 2022-07-04 18:16:12 | woocommerce/woocommerce-google-analytics-integration | https://api.github.com/repos/woocommerce/woocommerce-google-analytics-integration | closed | WooCommerce 6.7 compatibility testing | type: compatibility | The following test is based on the [General Testing](https://github.com/woocommerce/woocommerce-google-analytics-integration/wiki/General-Testing) wiki page.
PHP version: 8.0
WordPress version: 6.0
WooCommerce version: https://github.com/woocommerce/woocommerce/releases/tag/6.7.0-beta.2
WooCommerce Google Analyti... | True | WooCommerce 6.7 compatibility testing - The following test is based on the [General Testing](https://github.com/woocommerce/woocommerce-google-analytics-integration/wiki/General-Testing) wiki page.
PHP version: 8.0
WordPress version: 6.0
WooCommerce version: https://github.com/woocommerce/woocommerce/releases/tag/... | comp | woocommerce compatibility testing the following test is based on the wiki page php version wordpress version woocommerce version woocommerce google analytics integration version for compatibility and general smoke testing prereqs configured woocommerce with products and a val... | 1 |
2,345 | 5,089,365,841 | IssuesEvent | 2017-01-01 15:15:44 | andamira/webera | https://api.github.com/repos/andamira/webera | closed | Try to make the script work in Mac OS X | cat: compatibility type: enhancement | > Note: This is not a priority, just something nice to have.
The main problem seems to be that Mac OS X ships with Bash 3.2 because of license issues.
Currently we detect the Bash version and exit gracefully if it's less than 4. Note: To make the script parseable with older versions of Bash, the new v4 `&>>` suga... | True | Try to make the script work in Mac OS X - > Note: This is not a priority, just something nice to have.
The main problem seems to be that Mac OS X ships with Bash 3.2 because of license issues.
Currently we detect the Bash version and exit gracefully if it's less than 4. Note: To make the script parseable with old... | comp | try to make the script work in mac os x note this is not a priority just something nice to have the main problem seems to be that mac os x ships with bash because of license issues currently we detect the bash version and exit gracefully if it s less than note to make the script parseable with old... | 1 |
3,267 | 6,220,463,321 | IssuesEvent | 2017-07-09 23:03:08 | metarhia/jstp | https://api.github.com/repos/metarhia/jstp | reopened | Refactor module.exports proposal | compatibility discussion optimization | Here we use object for `module.exports` to export submodule interface and `require` to import it in `lib/`.
I propose to export `function(api)` with api argument to pass submodule interfaces and node.js api interfaces to each submodule for crosslinking. As we did in [metarhia/Common](https://github.com/metarhia/Comm... | True | Refactor module.exports proposal - Here we use object for `module.exports` to export submodule interface and `require` to import it in `lib/`.
I propose to export `function(api)` with api argument to pass submodule interfaces and node.js api interfaces to each submodule for crosslinking. As we did in [metarhia/Commo... | comp | refactor module exports proposal here we use object for module exports to export submodule interface and require to import it in lib i propose to export function api with api argument to pass submodule interfaces and node js api interfaces to each submodule for crosslinking as we did in and assembl... | 1 |
15,192 | 19,212,899,388 | IssuesEvent | 2021-12-07 05:28:38 | Trainguy9512/trainguys-animation-overhaul | https://api.github.com/repos/Trainguy9512/trainguys-animation-overhaul | closed | 3d Skin Layers Bug? | bug duplicate compatibility | "Confirmed Compatible" Yeah... Uhhhhh

Idk man seems pretty broken to me ._. | True | 3d Skin Layers Bug? - "Confirmed Compatible" Yeah... Uhhhhh

Idk man seems pretty broken to me ._. | comp | skin layers bug confirmed compatible yeah uhhhhh idk man seems pretty broken to me | 1 |
607,761 | 18,789,984,323 | IssuesEvent | 2021-11-08 15:51:58 | AY2122S1-CS2103T-F12-1/tp | https://api.github.com/repos/AY2122S1-CS2103T-F12-1/tp | closed | Refactor: CommandResult constructor | priority.low refactor | CommandResult constructor is a mess (partly my fault), with the way to make a new CommandResult object essentially being `new CommandResult("feedback", false, false, true, false)` with no easy way to tell what each boolean represents.
I plan to refactor this later on so there's less merge conflicts going on, but wha... | 1.0 | Refactor: CommandResult constructor - CommandResult constructor is a mess (partly my fault), with the way to make a new CommandResult object essentially being `new CommandResult("feedback", false, false, true, false)` with no easy way to tell what each boolean represents.
I plan to refactor this later on so there's ... | non_comp | refactor commandresult constructor commandresult constructor is a mess partly my fault with the way to make a new commandresult object essentially being new commandresult feedback false false true false with no easy way to tell what each boolean represents i plan to refactor this later on so there s ... | 0 |
818,090 | 30,670,772,679 | IssuesEvent | 2023-07-25 22:16:00 | dessalines/jerboa | https://api.github.com/repos/dessalines/jerboa | closed | Tapping on an embedded image in a comment collapses the comment | bug 3 - medium priority | **Jerboa Version**
0.0.33
**Describe the bug**
When there is a comment with an embedded image, tapping on the image collapses the comment. I would expect it to open a view of the image, even if the image is small.
**To Reproduce**
Steps to reproduce the behavior:
1. Find a comment with an embedded image ([e... | 1.0 | Tapping on an embedded image in a comment collapses the comment - **Jerboa Version**
0.0.33
**Describe the bug**
When there is a comment with an embedded image, tapping on the image collapses the comment. I would expect it to open a view of the image, even if the image is small.
**To Reproduce**
Steps to repro... | non_comp | tapping on an embedded image in a comment collapses the comment jerboa version describe the bug when there is a comment with an embedded image tapping on the image collapses the comment i would expect it to open a view of the image even if the image is small to reproduce steps to reprod... | 0 |
6,142 | 8,558,308,356 | IssuesEvent | 2018-11-08 17:52:12 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | DOOM fails on a multiple monitor setup since the latest proton (379720) | Game compatibility | # Compatibility Report
- Name of the game with compatibility issues: DOOM
- Steam AppID of the game: 379720
## System Information
- GPU: 980ti
- Driver/LLVM version: nvidia 396.54 (also tried on 396.54.05)
- Kernel version: 4.15 (default ubuntu 18.04)
- Link to full system information report as [Gist](https://... | True | DOOM fails on a multiple monitor setup since the latest proton (379720) - # Compatibility Report
- Name of the game with compatibility issues: DOOM
- Steam AppID of the game: 379720
## System Information
- GPU: 980ti
- Driver/LLVM version: nvidia 396.54 (also tried on 396.54.05)
- Kernel version: 4.15 (default ... | comp | doom fails on a multiple monitor setup since the latest proton compatibility report name of the game with compatibility issues doom steam appid of the game system information gpu driver llvm version nvidia also tried on kernel version default ubuntu link to... | 1 |
190,834 | 15,256,916,208 | IssuesEvent | 2021-02-20 22:25:15 | pypa/setuptools | https://api.github.com/repos/pypa/setuptools | closed | The old developer guide page should point readers to the new one | documentation help wanted | [The former developer guide page](https://setuptools.readthedocs.io/en/latest/setuptools.html) has largely been emptied of content but does not tell readers where to go to find [the new developer guide](https://setuptools.readthedocs.io/en/latest/userguide/index.html). [The python documentation](https://docs.python.org... | 1.0 | The old developer guide page should point readers to the new one - [The former developer guide page](https://setuptools.readthedocs.io/en/latest/setuptools.html) has largely been emptied of content but does not tell readers where to go to find [the new developer guide](https://setuptools.readthedocs.io/en/latest/usergu... | non_comp | the old developer guide page should point readers to the new one has largely been emptied of content but does not tell readers where to go to find and both currently link to the old page and there are probably many other references to the old page out there on the internet so it would be helpful to po... | 0 |
3,817 | 6,669,842,195 | IssuesEvent | 2017-10-03 20:51:26 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | opened | finally drop pytohn2.6 support | type: backward compatibility type: task | i just verified with @dstufft that pip master no longer supports python2.6 and we can drop it for all purposes | True | finally drop pytohn2.6 support - i just verified with @dstufft that pip master no longer supports python2.6 and we can drop it for all purposes | comp | finally drop support i just verified with dstufft that pip master no longer supports and we can drop it for all purposes | 1 |
96,767 | 28,002,644,876 | IssuesEvent | 2023-03-27 13:39:43 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Content type attribute is ignored if attribute name is repeated but capitalised | issue: bug severity: low status: confirmed source: core:database source: core:content-type-builder | ## Bug report
### Required System information
- Node.js version: 16.15.0
- NPM version: 8.5.5
- Strapi version: 4.3.2
- Database: SQLite
- Operating system: MacOS Monterey 12.4
### Describe the bug
When creating (or editing) a content-type, in the content-type builder, and creating two attributes with t... | 1.0 | Content type attribute is ignored if attribute name is repeated but capitalised - ## Bug report
### Required System information
- Node.js version: 16.15.0
- NPM version: 8.5.5
- Strapi version: 4.3.2
- Database: SQLite
- Operating system: MacOS Monterey 12.4
### Describe the bug
When creating (or editin... | non_comp | content type attribute is ignored if attribute name is repeated but capitalised bug report required system information node js version npm version strapi version database sqlite operating system macos monterey describe the bug when creating or editing ... | 0 |
91,190 | 3,839,391,821 | IssuesEvent | 2016-04-03 02:08:08 | theBoardlist/website | https://api.github.com/repos/theBoardlist/website | closed | [images] upload headshots for community members section on homepage | High Priority | 



![padmasree-... | non_comp | upload headshots for community members section on homepage | 0 |
10,146 | 12,154,900,884 | IssuesEvent | 2020-04-25 10:35:42 | stklcode/jvaultconnector | https://api.github.com/repos/stklcode/jvaultconnector | closed | Add support for token_ prefixed fields | compatibility | From the Vault 1.2.0 changelog:
> Token store roles use new, common token fields for the values that overlap with other auth backends. `period`, `explicit_max_ttl`, and `bound_cidrs` will continue to work, with priority being given to the token_ prefixed versions of those parameters.
The Connector must support the ... | True | Add support for token_ prefixed fields - From the Vault 1.2.0 changelog:
> Token store roles use new, common token fields for the values that overlap with other auth backends. `period`, `explicit_max_ttl`, and `bound_cidrs` will continue to work, with priority being given to the token_ prefixed versions of those param... | comp | add support for token prefixed fields from the vault changelog token store roles use new common token fields for the values that overlap with other auth backends period explicit max ttl and bound cidrs will continue to work with priority being given to the token prefixed versions of those param... | 1 |
196,531 | 14,877,569,239 | IssuesEvent | 2021-01-20 03:29:33 | ignitionrobotics/ign-rendering | https://api.github.com/repos/ignitionrobotics/ign-rendering | opened | 👩🌾 RenderingIface GetEngine test failing on windows_nuc CI machine | Windows tests | Looking at the test history:
https://build.osrfoundation.org/job/ign_rendering-pr-win/1152/testReport/(root)/RenderingIfaceTest/GetEngine/history/
The test always fails when running on ` win-windows_nuc.win10` and passes on `win-windows_local.win8`
Failure output:
```
33: [ RUN ] RenderingIfaceTest.Ge... | 1.0 | 👩🌾 RenderingIface GetEngine test failing on windows_nuc CI machine - Looking at the test history:
https://build.osrfoundation.org/job/ign_rendering-pr-win/1152/testReport/(root)/RenderingIfaceTest/GetEngine/history/
The test always fails when running on ` win-windows_nuc.win10` and passes on `win-windows_local... | non_comp | 👩🌾 renderingiface getengine test failing on windows nuc ci machine looking at the test history the test always fails when running on win windows nuc and passes on win windows local failure output renderingifacetest getengine m unable to create the rendering window ... | 0 |
59,930 | 8,391,057,084 | IssuesEvent | 2018-10-09 14:10:48 | spring-projects/spring-boot | https://api.github.com/repos/spring-projects/spring-boot | closed | Clarify that @QuartzDataSource is the preferred mechanism for customizing Quartz's DataSource | type: documentation | When I try to inject non primary data source to scheduler factory using SchedulerFactoryBeanCustomizer, Quartz auto configuration overrides this customization with primary data source. Refer this [stack overflow qusetion](https://stackoverflow.com/questions/49637490/spring-boot-2-0-quartz-use-non-primary-datasource#) | 1.0 | Clarify that @QuartzDataSource is the preferred mechanism for customizing Quartz's DataSource - When I try to inject non primary data source to scheduler factory using SchedulerFactoryBeanCustomizer, Quartz auto configuration overrides this customization with primary data source. Refer this [stack overflow qusetion](ht... | non_comp | clarify that quartzdatasource is the preferred mechanism for customizing quartz s datasource when i try to inject non primary data source to scheduler factory using schedulerfactorybeancustomizer quartz auto configuration overrides this customization with primary data source refer this | 0 |
19,293 | 26,800,991,600 | IssuesEvent | 2023-02-01 15:06:15 | CIDRAM/CIDRAM | https://api.github.com/repos/CIDRAM/CIDRAM | closed | More checks necessary if ONE is met? | Planning Compatibility QA | Hi,
See this:
Why Blocked: AbuseIPDB Lookup, TOR Project exit node, Access from what looks like a TOR Project exit node.
Why check for an other signature if AbuseIPDB is positive? Just an example.
I mean continuing to check against other signatures if one is met, doesn't delay?
| True | More checks necessary if ONE is met? - Hi,
See this:
Why Blocked: AbuseIPDB Lookup, TOR Project exit node, Access from what looks like a TOR Project exit node.
Why check for an other signature if AbuseIPDB is positive? Just an example.
I mean continuing to check against other signatures if one is met, doesn... | comp | more checks necessary if one is met hi see this why blocked abuseipdb lookup tor project exit node access from what looks like a tor project exit node why check for an other signature if abuseipdb is positive just an example i mean continuing to check against other signatures if one is met doesn... | 1 |
15,976 | 21,057,852,555 | IssuesEvent | 2022-04-01 06:24:59 | ajv-validator/ajv | https://api.github.com/repos/ajv-validator/ajv | opened | ajv.compile not working in react native but working in react web after v7.0.0 release. | compatibility | ajv.compile doesn't works on mobile (On web it is working fine) and crashes the app, looks like it goes in infinite recursion. It was working fine before version 7.0.0
**react: 17.0.2**
**react-native: 0.67.2**
**ajv: 8.11.0**
```
import Ajv from 'ajv';
const ajv = new Ajv();
const IPasswordRecoveryTokenS... | True | ajv.compile not working in react native but working in react web after v7.0.0 release. - ajv.compile doesn't works on mobile (On web it is working fine) and crashes the app, looks like it goes in infinite recursion. It was working fine before version 7.0.0
**react: 17.0.2**
**react-native: 0.67.2**
**ajv: 8.11.0... | comp | ajv compile not working in react native but working in react web after release ajv compile doesn t works on mobile on web it is working fine and crashes the app looks like it goes in infinite recursion it was working fine before version react react native ajv ... | 1 |
70,466 | 13,483,480,010 | IssuesEvent | 2020-09-11 04:01:15 | MicrosoftDocs/vscodespaces | https://api.github.com/repos/MicrosoftDocs/vscodespaces | closed | Allow forking/cloning an environment | area: collaboration area: vscode area: web editor enhancement | Currently, we allow creating environments from a Git repo, which allows the codebase to represent the source of configuration for how to setup the environment appropriately. Additionally, we provide a “deep link” environment creation URL, that allows developers to create repeatable entry points for creating environment... | 1.0 | Allow forking/cloning an environment - Currently, we allow creating environments from a Git repo, which allows the codebase to represent the source of configuration for how to setup the environment appropriately. Additionally, we provide a “deep link” environment creation URL, that allows developers to create repeatabl... | non_comp | allow forking cloning an environment currently we allow creating environments from a git repo which allows the codebase to represent the source of configuration for how to setup the environment appropriately additionally we provide a “deep link” environment creation url that allows developers to create repeatabl... | 0 |
13,950 | 16,721,697,122 | IssuesEvent | 2021-06-10 08:07:39 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | docker compose does not honor build arg while docker-compose does | compatibility compose | <!--
Welcome to the docker-compose issue tracker! Before creating an issue, please heed the following:
1. This tracker should only be used to report bugs and request features / enhancements to docker-compose
- For questions and general support, use https://forums.docker.com
- For documentation issues, use... | True | docker compose does not honor build arg while docker-compose does - <!--
Welcome to the docker-compose issue tracker! Before creating an issue, please heed the following:
1. This tracker should only be used to report bugs and request features / enhancements to docker-compose
- For questions and general support... | comp | docker compose does not honor build arg while docker compose does welcome to the docker compose issue tracker before creating an issue please heed the following this tracker should only be used to report bugs and request features enhancements to docker compose for questions and general support... | 1 |
117,064 | 9,908,157,208 | IssuesEvent | 2019-06-27 17:33:56 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Browser keyboard mapper tests run code outside suite/test | bug engineering unit-test | This code is running statically just by requiring the file:
https://github.com/Microsoft/vscode/blob/7c87705cc29ccaecee73ae454dc7795ab5dcb2c9/src/vs/workbench/services/keybinding/test/browserKeyboardMapper.test.ts#L13
That code should only run inside a suite/test. | 1.0 | Browser keyboard mapper tests run code outside suite/test - This code is running statically just by requiring the file:
https://github.com/Microsoft/vscode/blob/7c87705cc29ccaecee73ae454dc7795ab5dcb2c9/src/vs/workbench/services/keybinding/test/browserKeyboardMapper.test.ts#L13
That code should only run inside a ... | non_comp | browser keyboard mapper tests run code outside suite test this code is running statically just by requiring the file that code should only run inside a suite test | 0 |
2,741 | 5,486,602,374 | IssuesEvent | 2017-03-14 00:32:34 | Cxbx-Reloaded/Cxbx-Reloaded | https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded | closed | Outrun 2: Logo's are rendering as black | game-compatibility graphics regression | Regression: Outrun 2 with this error on latest builds

Was able to get in menu on a Older build (https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/52ab5889a41bb23bfa27eb0879c9563b7d71c0f2)

Was able to get in menu on a Older build (https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/52ab5889a... | comp | outrun logo s are rendering as black regression outrun with this error on latest builds was able to get in menu on a older build part of log emuwarn vertex buffer allocation size unknown emuwarn vertex buffer allocation size unknown emuwarn vertex buffer allocation size ... | 1 |
314,152 | 23,508,572,002 | IssuesEvent | 2022-08-18 14:34:49 | openssl/openssl | https://api.github.com/repos/openssl/openssl | closed | repo is missing a Code of Conduct statement | triaged: documentation | This repo should include a Code of Conduct statement.
| 1.0 | repo is missing a Code of Conduct statement - This repo should include a Code of Conduct statement.
| non_comp | repo is missing a code of conduct statement this repo should include a code of conduct statement | 0 |
1,963 | 4,682,143,159 | IssuesEvent | 2016-10-09 04:32:43 | SpongePowered/SpongeForge | https://api.github.com/repos/SpongePowered/SpongeForge | closed | Soul Shard Dupe | bug mod-incompatibility | When a Soul Shard from [Soul Shards: The Old Ways](https://minecraft.curseforge.com/projects/soul-shards-the-old-ways) is inserted into a Soul Cage, the shard remains in the player's inventory instead of being used.
SpongeForge 1.10.2-2092-5.0.0-BETA-1784
Forge 12.18.1.2092
Soul Shards 1.10.2-2.6.3-43
**Steps t... | True | Soul Shard Dupe - When a Soul Shard from [Soul Shards: The Old Ways](https://minecraft.curseforge.com/projects/soul-shards-the-old-ways) is inserted into a Soul Cage, the shard remains in the player's inventory instead of being used.
SpongeForge 1.10.2-2092-5.0.0-BETA-1784
Forge 12.18.1.2092
Soul Shards 1.10.2-2.6... | comp | soul shard dupe when a soul shard from is inserted into a soul cage the shard remains in the player s inventory instead of being used spongeforge beta forge soul shards steps to reproduce place down soul cage insert soul shard which is bound to a mob ... | 1 |
788,412 | 27,752,249,083 | IssuesEvent | 2023-03-15 21:50:43 | canonical/grafana-k8s-operator | https://api.github.com/repos/canonical/grafana-k8s-operator | closed | Add jsonData support for Grafana Sources | Type: Enhancement Priority: Medium Status: Triage | Grafana datasources accept additional configurations, called `jsonData`, that allow to specify additional configurations.
Of particular interest is the `jsonData` of the [Alertmanager datasource for Grafana 8](https://grafana.com/docs/grafana/latest/datasources/alertmanager/), where we will need to differentiate bet... | 1.0 | Add jsonData support for Grafana Sources - Grafana datasources accept additional configurations, called `jsonData`, that allow to specify additional configurations.
Of particular interest is the `jsonData` of the [Alertmanager datasource for Grafana 8](https://grafana.com/docs/grafana/latest/datasources/alertmanager... | non_comp | add jsondata support for grafana sources grafana datasources accept additional configurations called jsondata that allow to specify additional configurations of particular interest is the jsondata of the where we will need to differentiate between prometheus and cortex alertmanager | 0 |
9,919 | 11,936,133,845 | IssuesEvent | 2020-04-02 09:47:22 | mapbox/turf-swift | https://api.github.com/repos/mapbox/turf-swift | closed | CLLocationCoordinate2D conformance to Codable should be private | backwards-incompatible refactor | Turf publicly declares CLLocationCoordinate2D’s conformance to Codable and implements the protocol according to the GeoJSON standard, as an array in longitude, latitude order. But this is problematic if the application or some other library needs to support some other coordinate representation in JSON. For example, [Ov... | True | CLLocationCoordinate2D conformance to Codable should be private - Turf publicly declares CLLocationCoordinate2D’s conformance to Codable and implements the protocol according to the GeoJSON standard, as an array in longitude, latitude order. But this is problematic if the application or some other library needs to supp... | comp | conformance to codable should be private turf publicly declares ’s conformance to codable and implements the protocol according to the geojson standard as an array in longitude latitude order but this is problematic if the application or some other library needs to support some other coordinate representation i... | 1 |
16,509 | 22,364,495,324 | IssuesEvent | 2022-06-16 01:29:55 | unascribed/Fabrication | https://api.github.com/repos/unascribed/Fabrication | reopened | com.unascribed.fabrication.support.MixinErrorHandler_THIS_ERROR_HANDLER_IS_FOR_SOFT_FAILURE_IN_FABRICATION_ITSELF_AND_DOES_NOT_IMPLY_FABRICATION_IS_RESPONSIBLE_FOR_THE_BELOW_ERROR | s: Invalid k: Incompatibility n: Fabric | <details>
My game crashed with an instance of fabric built from Fabulously Optimized's mods.
[18:18:18] [Render thread/INFO]: Instancing error handler class com.unascribed.fabrication.support.MixinErrorHandler_THIS_ERROR_HANDLER_IS_FOR_SOFT_FAILURE_IN_FABRICATION_ITSELF_AND_DOES_NOT_IMPLY_FABRICATION_IS_RESPONSIBLE_F... | True | com.unascribed.fabrication.support.MixinErrorHandler_THIS_ERROR_HANDLER_IS_FOR_SOFT_FAILURE_IN_FABRICATION_ITSELF_AND_DOES_NOT_IMPLY_FABRICATION_IS_RESPONSIBLE_FOR_THE_BELOW_ERROR - <details>
My game crashed with an instance of fabric built from Fabulously Optimized's mods.
[18:18:18] [Render thread/INFO]: Instancing... | comp | com unascribed fabrication support mixinerrorhandler this error handler is for soft failure in fabrication itself and does not imply fabrication is responsible for the below error my game crashed with an instance of fabric built from fabulously optimized s mods instancing error handler class com unascribed ... | 1 |
104,376 | 13,064,653,235 | IssuesEvent | 2020-07-30 18:26:48 | carbon-design-system/ibm-dotcom-library | https://api.github.com/repos/carbon-design-system/ibm-dotcom-library | opened | React: CTA Section Reboot requested enhancement Design QA testing | design package: react | #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Designer and Developer
> I need to:
test the `CTA Section Reboot requested enhancement`
> so that I can:
be sure the developer's code correctly works as designe... | 1.0 | React: CTA Section Reboot requested enhancement Design QA testing - #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Designer and Developer
> I need to:
test the `CTA Section Reboot requested enhancement`
> s... | non_comp | react cta section reboot requested enhancement design qa testing user story as a dds designer and developer i need to test the cta section reboot requested enhancement so that i can be sure the developer s code correctly works as designed additional information see the... | 0 |
7,357 | 2,894,443,536 | IssuesEvent | 2015-06-15 23:46:13 | Microsoft/PTVS | https://api.github.com/repos/Microsoft/PTVS | closed | ErrorListTaskListTests not seeing any items on VS 2013 | bug Tests VS 2013 | Similar error in all related tests on VS 2013
```
Assert.AreEqual failed. Expected:<7>. Actual:<0>.
at TestUtilities.UI.VisualStudioApp.WaitForTaskListItems(Type taskListService, Int32 expectedCount, Boolean exactMatch) in c:\RollBuild\Common\Tests\Utilities.UI\UI\VisualStudioApp.cs:line 987
at PythonToolsUI... | 1.0 | ErrorListTaskListTests not seeing any items on VS 2013 - Similar error in all related tests on VS 2013
```
Assert.AreEqual failed. Expected:<7>. Actual:<0>.
at TestUtilities.UI.VisualStudioApp.WaitForTaskListItems(Type taskListService, Int32 expectedCount, Boolean exactMatch) in c:\RollBuild\Common\Tests\Utiliti... | non_comp | errorlisttasklisttests not seeing any items on vs similar error in all related tests on vs assert areequal failed expected actual at testutilities ui visualstudioapp waitfortasklistitems type tasklistservice expectedcount boolean exactmatch in c rollbuild common tests utilities ui ui visua... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.