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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11,045 | 13,081,206,036 | IssuesEvent | 2020-08-01 10:13:42 | voxpupuli/puppet-php | https://api.github.com/repos/voxpupuli/puppet-php | opened | Drop EOL FreeBSD 9 and 10 from metadata.json | backwards-incompatible | We still list it in the metadata.json. Both versions are EOL. facterdb does not contain facts for them in the facterversion we require. That triggers our builds to fail. | True | Drop EOL FreeBSD 9 and 10 from metadata.json - We still list it in the metadata.json. Both versions are EOL. facterdb does not contain facts for them in the facterversion we require. That triggers our builds to fail. | comp | drop eol freebsd and from metadata json we still list it in the metadata json both versions are eol facterdb does not contain facts for them in the facterversion we require that triggers our builds to fail | 1 |
141,199 | 11,403,473,370 | IssuesEvent | 2020-01-31 07:19:02 | NatLibFi/Skosmos | https://api.github.com/repos/NatLibFi/Skosmos | opened | Bump PHP version | enhancement php7 tests | Currently Skosmos requires 7.0 and supports versions 7.1 and 7.2. But PHP 7.3 and 7.4 have been available for some time. I suggest the following:
* drop support for PHP 7.0 (this would enable using more advanced parameter type hints introduced in 7.1)
* try to run Skosmos under PHP 7.3 and 7.4
* enable running Tra... | 1.0 | Bump PHP version - Currently Skosmos requires 7.0 and supports versions 7.1 and 7.2. But PHP 7.3 and 7.4 have been available for some time. I suggest the following:
* drop support for PHP 7.0 (this would enable using more advanced parameter type hints introduced in 7.1)
* try to run Skosmos under PHP 7.3 and 7.4
*... | non_comp | bump php version currently skosmos requires and supports versions and but php and have been available for some time i suggest the following drop support for php this would enable using more advanced parameter type hints introduced in try to run skosmos under php and ... | 0 |
104,120 | 8,961,885,944 | IssuesEvent | 2019-01-28 10:51:18 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | closed | API Test 1 : ApiV1DashboardRunIdRunSavingsGetPathParamIdMysqlSqlInjectionTimebound | API Test 1 API Test 1 | Project : API Test 1
Job : JOB
Env : ENV
Category : null
Tags : null
Severity : null
Region : AliTest
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-ca... | 2.0 | API Test 1 : ApiV1DashboardRunIdRunSavingsGetPathParamIdMysqlSqlInjectionTimebound - Project : API Test 1
Job : JOB
Env : ENV
Category : null
Tags : null
Severity : null
Region : AliTest
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode... | non_comp | api test project api test job job env env category null tags null severity null region alitest result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type... | 0 |
4,553 | 7,195,070,125 | IssuesEvent | 2018-02-04 13:24:43 | evolution-cms/evolution | https://api.github.com/repos/evolution-cms/evolution | closed | WebSignup and WebChangePwd not in Extras | Extras Compatibility Check extras | On an updated site 'Extras compatibility check' is showing WebSignup needs updating to 1.1.2 from Extras. But it is not in Extras? | True | WebSignup and WebChangePwd not in Extras - On an updated site 'Extras compatibility check' is showing WebSignup needs updating to 1.1.2 from Extras. But it is not in Extras? | comp | websignup and webchangepwd not in extras on an updated site extras compatibility check is showing websignup needs updating to from extras but it is not in extras | 1 |
48,570 | 13,389,994,410 | IssuesEvent | 2020-09-02 19:48:31 | johnWSS07/WebGoat | https://api.github.com/repos/johnWSS07/WebGoat | opened | CVE-2018-11694 (High) detected in node-sass-4.11.0.tgz, node-sass-v4.14.1 | security vulnerability | ## CVE-2018-11694 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.11.0.tgz</b></p></summary>
<p>Wrapper a... | True | CVE-2018-11694 (High) detected in node-sass-4.11.0.tgz, node-sass-v4.14.1 - ## CVE-2018-11694 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b></p></summary>
<p... | non_comp | cve high detected in node sass tgz node sass cve high severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm webgoat docs package json path to vu... | 0 |
1,716 | 4,288,104,023 | IssuesEvent | 2016-07-17 07:31:13 | lampepfl/dotty | https://api.github.com/repos/lampepfl/dotty | opened | `_ => _` should be a valid way to write `Function1[_, _]` | Frontend Scala2 compatibility | This works in scalac but not in dotty:
```scala
val x: _ => _ = (x: Int) => 1
val x: (_ <: Int) => _ = (x: Int) => 1
```
Real-world usage: https://github.com/functional-streams-for-scala/fs2/blob/series/0.9/core/src/main/scala/fs2/Chunk.scala#L321 | True | `_ => _` should be a valid way to write `Function1[_, _]` - This works in scalac but not in dotty:
```scala
val x: _ => _ = (x: Int) => 1
val x: (_ <: Int) => _ = (x: Int) => 1
```
Real-world usage: https://github.com/functional-streams-for-scala/fs2/blob/series/0.9/core/src/main/scala/fs2/Chunk.scala#L321 | comp | should be a valid way to write this works in scalac but not in dotty scala val x x int val x x int real world usage | 1 |
4,536 | 7,190,950,605 | IssuesEvent | 2018-02-02 19:07:42 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | "Not available for your platform" message is missing for dictionaries | project: firefox 57 compatibility triaged | Steps to reproduce:
1. Submit a dictionary which is not compatible with your operating system i.e. https://addons-dev.allizom.org/en-US/firefox/addon/dictionary-for-ff-and-thunder/ (compat with Linux while using Windows)
Expected results:
The message "Not available for your platform" is displayed in add-on details... | True | "Not available for your platform" message is missing for dictionaries - Steps to reproduce:
1. Submit a dictionary which is not compatible with your operating system i.e. https://addons-dev.allizom.org/en-US/firefox/addon/dictionary-for-ff-and-thunder/ (compat with Linux while using Windows)
Expected results:
The ... | comp | not available for your platform message is missing for dictionaries steps to reproduce submit a dictionary which is not compatible with your operating system i e compat with linux while using windows expected results the message not available for your platform is displayed in add on details page ... | 1 |
40,101 | 6,798,987,340 | IssuesEvent | 2017-11-02 08:40:54 | facebook/jest | https://api.github.com/repos/facebook/jest | closed | debugging documentation needs to be updated | Documentation Good First Issue | http://facebook.github.io/jest/docs/en/troubleshooting.html
this instructs to use the node-inspector, but that is no longer the way to debug
https://nodejs.org/en/docs/inspector/
please update the documentation, thank you
| 1.0 | debugging documentation needs to be updated - http://facebook.github.io/jest/docs/en/troubleshooting.html
this instructs to use the node-inspector, but that is no longer the way to debug
https://nodejs.org/en/docs/inspector/
please update the documentation, thank you
| non_comp | debugging documentation needs to be updated this instructs to use the node inspector but that is no longer the way to debug please update the documentation thank you | 0 |
239,495 | 18,275,186,934 | IssuesEvent | 2021-10-04 17:57:05 | vitessio/website | https://api.github.com/repos/vitessio/website | closed | CopySchemaShard - need more complete argument listing | documentation | The online documentation for CopySchemaShard should list <source keyspace/shard> as a primary argument. Currently it is only mentioned in the Errors section. | 1.0 | CopySchemaShard - need more complete argument listing - The online documentation for CopySchemaShard should list <source keyspace/shard> as a primary argument. Currently it is only mentioned in the Errors section. | non_comp | copyschemashard need more complete argument listing the online documentation for copyschemashard should list as a primary argument currently it is only mentioned in the errors section | 0 |
227,541 | 17,389,229,844 | IssuesEvent | 2021-08-02 03:54:21 | zoho/salesiq-mobilisten-android-sample | https://api.github.com/repos/zoho/salesiq-mobilisten-android-sample | closed | FirebaseInstanceId does not work with firebase com.google.gms:google-services:4.3.8 | documentation | got error when update to com.google.gms:google-services:4.3.8
please update | 1.0 | FirebaseInstanceId does not work with firebase com.google.gms:google-services:4.3.8 - got error when update to com.google.gms:google-services:4.3.8
please update | non_comp | firebaseinstanceid does not work with firebase com google gms google services got error when update to com google gms google services please update | 0 |
9,391 | 11,439,050,543 | IssuesEvent | 2020-02-05 05:59:21 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | disallow config/session in from_parent api | type: backward compatibility | one important part of the from_parent api is to streamline the node-tree structure and constructors
as such we need to disallow session/config as parameters, so they can be fetched from the parent object in all cases | True | disallow config/session in from_parent api - one important part of the from_parent api is to streamline the node-tree structure and constructors
as such we need to disallow session/config as parameters, so they can be fetched from the parent object in all cases | comp | disallow config session in from parent api one important part of the from parent api is to streamline the node tree structure and constructors as such we need to disallow session config as parameters so they can be fetched from the parent object in all cases | 1 |
5,001 | 7,603,666,640 | IssuesEvent | 2018-04-29 16:50:50 | MoonchildProductions/UXP | https://api.github.com/repos/MoonchildProductions/UXP | opened | Implement [draft] text-justify property | Component: Layout - CSS Enhancement Web Compatibility | https://drafts.csswg.org/css-text-3/#text-justify-property
> This property selects the justification method used when a line’s alignment is set to justify (see text-align). The property applies to inlines, but is inherited from block containers to the root inline box containing their inline-level contents.
| True | Implement [draft] text-justify property - https://drafts.csswg.org/css-text-3/#text-justify-property
> This property selects the justification method used when a line’s alignment is set to justify (see text-align). The property applies to inlines, but is inherited from block containers to the root inline box contain... | comp | implement text justify property this property selects the justification method used when a line’s alignment is set to justify see text align the property applies to inlines but is inherited from block containers to the root inline box containing their inline level contents | 1 |
424,126 | 12,306,219,621 | IssuesEvent | 2020-05-12 00:46:46 | phetsims/ratio-and-proportion | https://api.github.com/repos/phetsims/ratio-and-proportion | opened | Keyboard input should snap to grid | dev:a11y priority:1-top | From https://github.com/phetsims/ratio-and-proportion/issues/44
@emily-phet I am confirming here that this behavior is only for keyboard, and we don't want this for mouse. Because of this, I felt like it deserved its own issue to think about how to apply singulary to this input modality. | 1.0 | Keyboard input should snap to grid - From https://github.com/phetsims/ratio-and-proportion/issues/44
@emily-phet I am confirming here that this behavior is only for keyboard, and we don't want this for mouse. Because of this, I felt like it deserved its own issue to think about how to apply singulary to this input m... | non_comp | keyboard input should snap to grid from emily phet i am confirming here that this behavior is only for keyboard and we don t want this for mouse because of this i felt like it deserved its own issue to think about how to apply singulary to this input modality | 0 |
2,091 | 4,817,157,029 | IssuesEvent | 2016-11-04 12:46:41 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | wp.template is not a function on wp-seo-post-scraper-350.min.js | compatibility wait for feedback | we are facing this error while using visual composer , visual composer is not loading .. when we deactivate visual composer then console are not showing any js error .. and when we activate visual composer and deactivate yoast seo then visual composer works fine ..
so we must want to use visual composer and yoast seo... | True | wp.template is not a function on wp-seo-post-scraper-350.min.js - we are facing this error while using visual composer , visual composer is not loading .. when we deactivate visual composer then console are not showing any js error .. and when we activate visual composer and deactivate yoast seo then visual composer w... | comp | wp template is not a function on wp seo post scraper min js we are facing this error while using visual composer visual composer is not loading when we deactivate visual composer then console are not showing any js error and when we activate visual composer and deactivate yoast seo then visual composer wor... | 1 |
792,206 | 27,950,582,790 | IssuesEvent | 2023-03-24 08:31:17 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | While AMP is active, errors and warnings appear on the user website. | bug [Priority: HIGH] Ready for Review | While AMP is active, errors and warnings appear on the user's website.
Ref screenshot https://prnt.sc/oa9coYO0gsxZ
Ret ticket. https://magazine3.in/conversation/108251?folder_id=29 | 1.0 | While AMP is active, errors and warnings appear on the user website. - While AMP is active, errors and warnings appear on the user's website.
Ref screenshot https://prnt.sc/oa9coYO0gsxZ
Ret ticket. https://magazine3.in/conversation/108251?folder_id=29 | non_comp | while amp is active errors and warnings appear on the user website while amp is active errors and warnings appear on the user s website ref screenshot ret ticket | 0 |
8,012 | 4,128,258,870 | IssuesEvent | 2016-06-10 04:52:35 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | New build strategy to trigger external CI (Jenkins) | component/build kind/enhancement priority/P2 | In order to support things like the fabric8 CD pipelines, we'd like to add a new build strategy that triggers external CI via a webhook. This build strategy would be configured just with a URL & optionally a secret to use to trigger the build in an external CI server.
This would also involve adding the creation of a... | 1.0 | New build strategy to trigger external CI (Jenkins) - In order to support things like the fabric8 CD pipelines, we'd like to add a new build strategy that triggers external CI via a webhook. This build strategy would be configured just with a URL & optionally a secret to use to trigger the build in an external CI serve... | non_comp | new build strategy to trigger external ci jenkins in order to support things like the cd pipelines we d like to add a new build strategy that triggers external ci via a webhook this build strategy would be configured just with a url optionally a secret to use to trigger the build in an external ci server ... | 0 |
598 | 3,021,232,878 | IssuesEvent | 2015-07-31 13:41:12 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | On Genesis blog pages `%%page%%` doesn't work | compatibility | If you're not using the front page as the blog but a sub page, %%page%% doesn't seem to get replaced properly. | True | On Genesis blog pages `%%page%%` doesn't work - If you're not using the front page as the blog but a sub page, %%page%% doesn't seem to get replaced properly. | comp | on genesis blog pages page doesn t work if you re not using the front page as the blog but a sub page page doesn t seem to get replaced properly | 1 |
100,067 | 16,481,409,286 | IssuesEvent | 2021-05-24 12:12:43 | yoswein/WebGoat_2.0 | https://api.github.com/repos/yoswein/WebGoat_2.0 | opened | CVE-2021-23382 (Medium) detected in postcss-7.0.2.tgz | security vulnerability | ## CVE-2021-23382 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postcss-7.0.2.tgz</b></p></summary>
<p>Tool for transforming styles with JS plugins</p>
<p>Library home page: <a hre... | True | CVE-2021-23382 (Medium) detected in postcss-7.0.2.tgz - ## CVE-2021-23382 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postcss-7.0.2.tgz</b></p></summary>
<p>Tool for transforming... | non_comp | cve medium detected in postcss tgz cve medium severity vulnerability vulnerable library postcss tgz tool for transforming styles with js plugins library home page a href path to dependency file webgoat docs package json path to vulnerable library webgoat docs... | 0 |
66,675 | 14,798,709,476 | IssuesEvent | 2021-01-13 00:26:44 | BryanLaura/Google-api-python-client | https://api.github.com/repos/BryanLaura/Google-api-python-client | closed | CVE-2020-15366 (Medium) detected in ajv-6.11.0.tgz - autoclosed | security vulnerability | ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-6.11.0.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registr... | True | CVE-2020-15366 (Medium) detected in ajv-6.11.0.tgz - autoclosed - ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-6.11.0.tgz</b></p></summary>
<p>Another JSON S... | non_comp | cve medium detected in ajv tgz autoclosed cve medium severity vulnerability vulnerable library ajv tgz another json schema validator library home page a href path to dependency file google api python client package json path to vulnerable library google api python ... | 0 |
8,371 | 10,409,911,225 | IssuesEvent | 2019-09-13 09:56:38 | MachoThemes/strong-testimonials | https://api.github.com/repos/MachoThemes/strong-testimonials | opened | double check ST with Elementor | compatibility enhancement | further investigate this and make sure there are no incompatibilities between the 2 | True | double check ST with Elementor - further investigate this and make sure there are no incompatibilities between the 2 | comp | double check st with elementor further investigate this and make sure there are no incompatibilities between the | 1 |
349,444 | 31,804,451,834 | IssuesEvent | 2023-09-13 13:10:43 | candoumbe/Pipelines | https://api.github.com/repos/candoumbe/Pipelines | closed | [FEATURE] ✨ Allow to specify stryker config file per project when running `IMutationTest.MutationTests` target | enhancement ✨ area:mutation-tests | **Is your feature request related to a problem? Please describe.**
Stryker supports both configuring mutation tests run with parameters and by specifying a config file.
Currently, the default implementation of `IMutationTest.MutationTests` sets a bunch of parameters when calling the `dotnet-stryker` tool and some of ... | 1.0 | [FEATURE] ✨ Allow to specify stryker config file per project when running `IMutationTest.MutationTests` target - **Is your feature request related to a problem? Please describe.**
Stryker supports both configuring mutation tests run with parameters and by specifying a config file.
Currently, the default implementatio... | non_comp | ✨ allow to specify stryker config file per project when running imutationtest mutationtests target is your feature request related to a problem please describe stryker supports both configuring mutation tests run with parameters and by specifying a config file currently the default implementation of im... | 0 |
9,501 | 11,568,800,641 | IssuesEvent | 2020-02-20 16:27:39 | Corail31/tombstone_lite | https://api.github.com/repos/Corail31/tombstone_lite | closed | tombs trouble | 1.12.2 Compatibility question | I am playing through Dungeons dragons and space shuttles and as i die by the dragons i get the key and a highlighted hit box as expected but upon arrival i see that the clickable grave hasn't spawned and my item are on the floor like what happens with vanilla survival i believe it might have been when the dragon flies ... | True | tombs trouble - I am playing through Dungeons dragons and space shuttles and as i die by the dragons i get the key and a highlighted hit box as expected but upon arrival i see that the clickable grave hasn't spawned and my item are on the floor like what happens with vanilla survival i believe it might have been when t... | comp | tombs trouble i am playing through dungeons dragons and space shuttles and as i die by the dragons i get the key and a highlighted hit box as expected but upon arrival i see that the clickable grave hasn t spawned and my item are on the floor like what happens with vanilla survival i believe it might have been when t... | 1 |
6,931 | 9,215,166,303 | IssuesEvent | 2019-03-11 01:39:31 | Lothrazar/Cyclic | https://api.github.com/repos/Lothrazar/Cyclic | closed | java.lang.NoClassDefFoundError: ft crash | CausedByOthermod bug: crash mod compatibility | Minecraft version & Mod Version:
1.12.2 FOrge 14.23.5.2772
Cyclic-1.12.2-1.17.4.jar
Single player or Server:
Single Player
Describe problem (what you were doing / what happened):
Crash when adding cyclic to modpack. I can go back to Cyclic-1.12.2-1.16.10.jar and crash goes away
Crash log (if any):
[cr... | True | java.lang.NoClassDefFoundError: ft crash - Minecraft version & Mod Version:
1.12.2 FOrge 14.23.5.2772
Cyclic-1.12.2-1.17.4.jar
Single player or Server:
Single Player
Describe problem (what you were doing / what happened):
Crash when adding cyclic to modpack. I can go back to Cyclic-1.12.2-1.16.10.jar and c... | comp | java lang noclassdeffounderror ft crash minecraft version mod version forge cyclic jar single player or server single player describe problem what you were doing what happened crash when adding cyclic to modpack i can go back to cyclic jar and crash goes a... | 1 |
20,586 | 30,589,164,012 | IssuesEvent | 2023-07-21 15:33:34 | mudkipme/MoeMemos | https://api.github.com/repos/mudkipme/MoeMemos | closed | Can no longer sign in after updating to latest memos server | compatibility | When I try and sign in it says "invalid access token".
Was the last update to backend breaking for this app?
I can login to my server directly in browser with the same credentials and works fine. But In the MoeMemos app now I can't . | True | Can no longer sign in after updating to latest memos server - When I try and sign in it says "invalid access token".
Was the last update to backend breaking for this app?
I can login to my server directly in browser with the same credentials and works fine. But In the MoeMemos app now I can't . | comp | can no longer sign in after updating to latest memos server when i try and sign in it says invalid access token was the last update to backend breaking for this app i can login to my server directly in browser with the same credentials and works fine but in the moememos app now i can t | 1 |
4,898 | 7,518,249,429 | IssuesEvent | 2018-04-12 07:47:11 | polylang/polylang | https://api.github.com/repos/polylang/polylang | reopened | PLL_COOKIE', false does not work | bug cache compatibility | ## Prerequisites
- [x] This is not a usage question (Those should be directed to the [community supported forum](https://wordpress.org/support/plugin/polylang), unless this is a question about Polylang Pro in which case you should [use the helpdesk](https://polylang.pro/support/)).
- [x] I have searched for similar i... | True | PLL_COOKIE', false does not work - ## Prerequisites
- [x] This is not a usage question (Those should be directed to the [community supported forum](https://wordpress.org/support/plugin/polylang), unless this is a question about Polylang Pro in which case you should [use the helpdesk](https://polylang.pro/support/)).
... | comp | pll cookie false does not work prerequisites this is not a usage question those should be directed to the unless this is a question about polylang pro in which case you should i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still e... | 1 |
9,861 | 11,885,954,590 | IssuesEvent | 2020-03-27 20:45:04 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Resident Evil 3: Raccoon City Demo (1173690) | Game compatibility - Unofficial XAudio2 | # Compatibility Report
- Name of the game with compatibility issues: Resident evil 3 demo
- Steam AppID of the game: 1173690
## System Information
- GPU: GT1060M
- Driver/LLVM version: NVIDIA 435.21
- Kernel version: 5.3.0-42-generic
- Link to full system information report as [Gist](https://gist.github.com/)... | True | Resident Evil 3: Raccoon City Demo (1173690) - # Compatibility Report
- Name of the game with compatibility issues: Resident evil 3 demo
- Steam AppID of the game: 1173690
## System Information
- GPU: GT1060M
- Driver/LLVM version: NVIDIA 435.21
- Kernel version: 5.3.0-42-generic
- Link to full system informa... | comp | resident evil raccoon city demo compatibility report name of the game with compatibility issues resident evil demo steam appid of the game system information gpu driver llvm version nvidia kernel version generic link to full system information report as ... | 1 |
218,720 | 16,768,891,879 | IssuesEvent | 2021-06-14 12:34:31 | NeuroTechX/moabb | https://api.github.com/repos/NeuroTechX/moabb | closed | Examples fail during documentation generation | bug documentation | I do what [CONTRIBUTING asks](https://github.com/NeuroTechX/moabb/blob/master/CONTRIBUTING.md#generate-the-documentation) to build docs, but I get an error:
```python
Extension error:
Here is a summary of the problems encountered when running the examples
Unexpected failing examples:
/home/pepper/misc/moabb/ex... | 1.0 | Examples fail during documentation generation - I do what [CONTRIBUTING asks](https://github.com/NeuroTechX/moabb/blob/master/CONTRIBUTING.md#generate-the-documentation) to build docs, but I get an error:
```python
Extension error:
Here is a summary of the problems encountered when running the examples
Unexpect... | non_comp | examples fail during documentation generation i do what to build docs but i get an error python extension error here is a summary of the problems encountered when running the examples unexpected failing examples home pepper misc moabb examples plot cross session multiple datasets py failed leavin... | 0 |
16,138 | 21,610,900,720 | IssuesEvent | 2022-05-04 09:59:34 | PotassiumMC/thorium | https://api.github.com/repos/PotassiumMC/thorium | closed | Undefied textures after using the lastest Thorium | status: accepted type: bug type: incompatibility | ### Expected behavior
The same workout with older versions
### Observed/Actual behavior
Some blocks, mention here: **Crimson Stem**, **Prismarine**, **Magma Block**, **Warped Stem** lost their textures
### Steps/models to reproduce
- Use the lastest Thorium
- Go to creative mode
- Scrolling down **Building Block... | True | Undefied textures after using the lastest Thorium - ### Expected behavior
The same workout with older versions
### Observed/Actual behavior
Some blocks, mention here: **Crimson Stem**, **Prismarine**, **Magma Block**, **Warped Stem** lost their textures
### Steps/models to reproduce
- Use the lastest Thorium
- Go... | comp | undefied textures after using the lastest thorium expected behavior the same workout with older versions observed actual behavior some blocks mention here crimson stem prismarine magma block warped stem lost their textures steps models to reproduce use the lastest thorium go... | 1 |
101,643 | 31,390,017,171 | IssuesEvent | 2023-08-26 08:01:39 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | No way to specify CPU instruction set while building from source | defect Build issues Meson | ### Describe your issue.
Before Scipy 1.11.2 it was possible to build current CPU optimized code with command
`python3 setup.py bdist_wheel build --cpu-baseline="native"`
In my case it added:
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx... | 1.0 | No way to specify CPU instruction set while building from source - ### Describe your issue.
Before Scipy 1.11.2 it was possible to build current CPU optimized code with command
`python3 setup.py bdist_wheel build --cpu-baseline="native"`
In my case it added:
> extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -... | non_comp | no way to specify cpu instruction set while building from source describe your issue before scipy it was possible to build current cpu optimized code with command setup py bdist wheel build cpu baseline native in my case it added extra options msse mpopcnt mavx m... | 0 |
16,411 | 22,151,415,472 | IssuesEvent | 2022-06-03 17:14:32 | apache/beam | https://api.github.com/repos/apache/beam | opened | ParDo should only accept DoFns | P3 bug backward-incompatible sdk-py-core | for version 3.0
Remove support for accepting user fns directly as ParDo input.
Remove this function: https://github.com/apache/beam/blob/911bfbdef62a7bb750426da9cc59537c4ffd9e1f/sdks/python/apache_beam/transforms/core.py#L639
Before version 3.0 the above function could be deprecated.
Imported from Jira [BEAM-2427](... | True | ParDo should only accept DoFns - for version 3.0
Remove support for accepting user fns directly as ParDo input.
Remove this function: https://github.com/apache/beam/blob/911bfbdef62a7bb750426da9cc59537c4ffd9e1f/sdks/python/apache_beam/transforms/core.py#L639
Before version 3.0 the above function could be deprecated.... | comp | pardo should only accept dofns for version remove support for accepting user fns directly as pardo input remove this function before version the above function could be deprecated imported from jira original jira may contain additional context reported by altay | 1 |
102,896 | 16,594,225,825 | IssuesEvent | 2021-06-01 11:32:45 | Thanraj/OpenSSL_1_0_2 | https://api.github.com/repos/Thanraj/OpenSSL_1_0_2 | opened | CVE-2018-0737 (Medium) detected in opensslOpenSSL_1_0_2 | security vulnerability | ## CVE-2018-0737 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensslOpenSSL_1_0_2</b></p></summary>
<p>
<p>TLS/SSL and crypto library</p>
<p>Library home page: <a href=https://gi... | True | CVE-2018-0737 (Medium) detected in opensslOpenSSL_1_0_2 - ## CVE-2018-0737 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensslOpenSSL_1_0_2</b></p></summary>
<p>
<p>TLS/SSL and c... | non_comp | cve medium detected in opensslopenssl cve medium severity vulnerability vulnerable library opensslopenssl tls ssl and crypto library library home page a href found in head commit a href found in base branch master vulnerable source files ... | 0 |
119,350 | 15,503,872,452 | IssuesEvent | 2021-03-11 13:40:50 | LiskHQ/lisk-desktop | https://api.github.com/repos/LiskHQ/lisk-desktop | closed | Add round status indicator in delegates monitoring page | type: design type: improvement | ### Description
Add round status indicator to the forging details in the delegates monitor page.
### Motivation
We would like to enable users to better visualize the round status.
### Acceptance Criteria
Connect to betanet and navigate to delegates monitor.
1. Check the _Round status_ column under the _Fo... | 1.0 | Add round status indicator in delegates monitoring page - ### Description
Add round status indicator to the forging details in the delegates monitor page.
### Motivation
We would like to enable users to better visualize the round status.
### Acceptance Criteria
Connect to betanet and navigate to delegates mon... | non_comp | add round status indicator in delegates monitoring page description add round status indicator to the forging details in the delegates monitor page motivation we would like to enable users to better visualize the round status acceptance criteria connect to betanet and navigate to delegates mon... | 0 |
271,197 | 8,477,225,316 | IssuesEvent | 2018-10-25 01:53:23 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | pip install DEPENDNECY ERROR on macOS | area/packaging & distribution disposition/to close lang/Python platform/macOS priority/P1 | Python 2.7.14 :: Anaconda custom (64-bit)
macOS:10.13.3
```
Using cached grpcio-1.10.0.tar.gz
Requirement already satisfied: six>=1.5.2 in ./anaconda2/lib/python2.7/site-packages (from grpcio)
Requirement already satisfied: protobuf>=3.5.0.post1 in ./anaconda2/lib/python2.7/site-packages (from grpcio)
Require... | 1.0 | pip install DEPENDNECY ERROR on macOS - Python 2.7.14 :: Anaconda custom (64-bit)
macOS:10.13.3
```
Using cached grpcio-1.10.0.tar.gz
Requirement already satisfied: six>=1.5.2 in ./anaconda2/lib/python2.7/site-packages (from grpcio)
Requirement already satisfied: protobuf>=3.5.0.post1 in ./anaconda2/lib/python... | non_comp | pip install dependnecy error on macos python anaconda custom bit macos using cached grpcio tar gz requirement already satisfied six in lib site packages from grpcio requirement already satisfied protobuf in lib site packages from grpcio requ... | 0 |
55,054 | 6,424,287,380 | IssuesEvent | 2017-08-09 13:12:40 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | closed | Manual test run on Windows ia-32 for 0.18.x Hotfix | OS/Windows release-notes/exclude tests | ## Per release specialty tests
- [ ] Tab previews: stick to changing properties that can be handled by the compositor alone. ([#10291](https://github.com/brave/browser-laptop/issues/10291))
- [ ] Findbar slowness (cmd + F, typing). ([#10271](https://github.com/brave/browser-laptop/issues/10271))
- [ ] Extension Popu... | 1.0 | Manual test run on Windows ia-32 for 0.18.x Hotfix - ## Per release specialty tests
- [ ] Tab previews: stick to changing properties that can be handled by the compositor alone. ([#10291](https://github.com/brave/browser-laptop/issues/10291))
- [ ] Findbar slowness (cmd + F, typing). ([#10271](https://github.com/brav... | non_comp | manual test run on windows ia for x hotfix per release specialty tests tab previews stick to changing properties that can be handled by the compositor alone findbar slowness cmd f typing extension popup not showing ledger getpublisher perf is bad even if ledger is ... | 0 |
13,024 | 15,378,961,603 | IssuesEvent | 2021-03-02 19:00:55 | Bedrohung-der-Bienen/Transformationsfelder-Digitalisierung | https://api.github.com/repos/Bedrohung-der-Bienen/Transformationsfelder-Digitalisierung | opened | Eingabefelder für Benutzername und Passwort erstellen | backend frontburner frontend login process | **Als** Benutzer,
**möchte** ich meine Login-Daten eingeben können,
**damit** ich mich anmelden kann.
Szenario 1: Benutzer kann seine Login-Daten eingeben und bestätigen.
Szenario 2: Benutzer kann seine Daten für das nächste mal speichern, damit die Anmeldung schneller geht.
Szenario 3: Login schlägt fehl, we... | 1.0 | Eingabefelder für Benutzername und Passwort erstellen - **Als** Benutzer,
**möchte** ich meine Login-Daten eingeben können,
**damit** ich mich anmelden kann.
Szenario 1: Benutzer kann seine Login-Daten eingeben und bestätigen.
Szenario 2: Benutzer kann seine Daten für das nächste mal speichern, damit die Anmel... | non_comp | eingabefelder für benutzername und passwort erstellen als benutzer möchte ich meine login daten eingeben können damit ich mich anmelden kann szenario benutzer kann seine login daten eingeben und bestätigen szenario benutzer kann seine daten für das nächste mal speichern damit die anmel... | 0 |
352,625 | 10,544,246,208 | IssuesEvent | 2019-10-02 16:30:40 | linkerd/website | https://api.github.com/repos/linkerd/website | closed | Update documentation to include new CLI options and tracing annotations | priority/P0 | Update the [Proxy Configuration](https://linkerd.io/2/reference/proxy-configuration/) page to include the new tracing annotations.
Annotation | Description
-------------- | -----------------
`config.linkerd.io/trace-collector` | Service name of the trace collector. E.g. `oc-collector.tracing:55678`
`config.alpha.... | 1.0 | Update documentation to include new CLI options and tracing annotations - Update the [Proxy Configuration](https://linkerd.io/2/reference/proxy-configuration/) page to include the new tracing annotations.
Annotation | Description
-------------- | -----------------
`config.linkerd.io/trace-collector` | Service name... | non_comp | update documentation to include new cli options and tracing annotations update the page to include the new tracing annotations annotation description config linkerd io trace collector service name of the trace collector e g oc collector tracing config alpha l... | 0 |
18,717 | 26,081,746,066 | IssuesEvent | 2022-12-25 13:13:11 | KosmX/emotes | https://api.github.com/repos/KosmX/emotes | closed | Error occurred with Skin Layers 3D | enhancement compatibility bendy-lib | I installed the Emotecraft and Skin Layers 3D mod on Fabric 1.17.1, apparently because of the 3D layer the hands cannot adjust to the animation, I do not know in which exactly the problem arises.
The developer of the Skin Layers 3D mod say that you may be able to fix this, I will be very grateful if you fix this error... | True | Error occurred with Skin Layers 3D - I installed the Emotecraft and Skin Layers 3D mod on Fabric 1.17.1, apparently because of the 3D layer the hands cannot adjust to the animation, I do not know in which exactly the problem arises.
The developer of the Skin Layers 3D mod say that you may be able to fix this, I will ... | comp | error occurred with skin layers i installed the emotecraft and skin layers mod on fabric apparently because of the layer the hands cannot adjust to the animation i do not know in which exactly the problem arises the developer of the skin layers mod say that you may be able to fix this i will be ve... | 1 |
161,480 | 20,154,050,176 | IssuesEvent | 2022-02-09 14:58:58 | kapseliboi/crowdfunding-frontend | https://api.github.com/repos/kapseliboi/crowdfunding-frontend | opened | CVE-2018-3737 (High) detected in sshpk-1.13.1.tgz, sshpk-1.13.0.tgz | security vulnerability | ## CVE-2018-3737 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sshpk-1.13.1.tgz</b>, <b>sshpk-1.13.0.tgz</b></p></summary>
<p>
<details><summary><b>sshpk-1.13.1.tgz</b></p></summar... | True | CVE-2018-3737 (High) detected in sshpk-1.13.1.tgz, sshpk-1.13.0.tgz - ## CVE-2018-3737 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sshpk-1.13.1.tgz</b>, <b>sshpk-1.13.0.tgz</b></p... | non_comp | cve high detected in sshpk tgz sshpk tgz cve high severity vulnerability vulnerable libraries sshpk tgz sshpk tgz sshpk tgz a library for finding and using ssh public keys library home page a href path to dependency file package json pa... | 0 |
137,009 | 18,751,533,017 | IssuesEvent | 2021-11-05 03:03:20 | Dima2022/Resiliency-Studio | https://api.github.com/repos/Dima2022/Resiliency-Studio | closed | CVE-2017-5647 (High) detected in tomcat-embed-core-8.5.11.jar - autoclosed | security vulnerability | ## CVE-2017-5647 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.11.jar</b></p></summary>
<p>Core Tomcat implementation</p>
<p>Library home page: <a href="http://... | True | CVE-2017-5647 (High) detected in tomcat-embed-core-8.5.11.jar - autoclosed - ## CVE-2017-5647 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.11.jar</b></p></summa... | non_comp | cve high detected in tomcat embed core jar autoclosed cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file resiliency studio resiliency studio service pom xml path to vul... | 0 |
18,804 | 26,166,672,753 | IssuesEvent | 2023-01-01 11:22:09 | hypherionmc/sdlink | https://api.github.com/repos/hypherionmc/sdlink | closed | [BUG] Discord Integration crashes when User logs in on minecraft | incompatible_version | The discord integration crashes my minecraft server when a user logs in with the following error.
```---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/2/22, 6:34 AM
Description: Exception in server tick loop
java.lang.NoSuchMethodError: 'net.minec... | True | [BUG] Discord Integration crashes when User logs in on minecraft - The discord integration crashes my minecraft server when a user logs in with the following error.
```---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/2/22, 6:34 AM
Description: Excep... | comp | discord integration crashes when user logs in on minecraft the discord integration crashes my minecraft server when a user logs in with the following error minecraft crash report everything s going to plan no really that was supposed to happen time am description exception in... | 1 |
16,496 | 22,334,509,819 | IssuesEvent | 2022-06-14 17:12:59 | stargate-rewritten/Stargate-Bukkit | https://api.github.com/repos/stargate-rewritten/Stargate-Bukkit | opened | Instant Sign Failure [TMS 222 179] | bug REWRITE incompatibility TMS | 
When running 1.15 spigot, on a migrated version of the most recent legacy config, it is impossible to create a new gate, regardless of permissions.
Signs placed are instantly broken, with the reason of IN... | True | Instant Sign Failure [TMS 222 179] - 
When running 1.15 spigot, on a migrated version of the most recent legacy config, it is impossible to create a new gate, regardless of permissions.
Signs placed are in... | comp | instant sign failure when running spigot on a migrated version of the most recent legacy config it is impossible to create a new gate regardless of permissions signs placed are instantly broken with the reason of invalid name vault two instance trace | 1 |
55,004 | 7,936,423,362 | IssuesEvent | 2018-07-09 09:23:03 | test-kitchen/kitchen-azurerm | https://api.github.com/repos/test-kitchen/kitchen-azurerm | closed | WinRM username and password specified do not work | documentation | Need to verify the configuration steps in: https://learn.chef.io/modules/local-development/windows/azure/apply-a-cookbook#/ WRT WinRM username and password and update the example or fix the documentation. Community reports setting username and password underneath `transport` did not have the desired effect and the def... | 1.0 | WinRM username and password specified do not work - Need to verify the configuration steps in: https://learn.chef.io/modules/local-development/windows/azure/apply-a-cookbook#/ WRT WinRM username and password and update the example or fix the documentation. Community reports setting username and password underneath `tr... | non_comp | winrm username and password specified do not work need to verify the configuration steps in wrt winrm username and password and update the example or fix the documentation community reports setting username and password underneath transport did not have the desired effect and the defaults were used | 0 |
12,371 | 14,625,708,733 | IssuesEvent | 2020-12-23 09:03:18 | catboost/catboost | https://api.github.com/repos/catboost/catboost | closed | `_get_tags()` is missing `pairwise` | sklearn_compatibility | Problem:
With the release of scikit-learn 0.24.0, the `_safe_split()` method in `sklearn/utils/metaestimators.py` has been modified to check for `pairwise` attribute through the `_get_tags()` method. Considering that Catboost's implementation of `_get_tags()` is missing `pairwise`, scikit-learn throws an exception in ... | True | `_get_tags()` is missing `pairwise` - Problem:
With the release of scikit-learn 0.24.0, the `_safe_split()` method in `sklearn/utils/metaestimators.py` has been modified to check for `pairwise` attribute through the `_get_tags()` method. Considering that Catboost's implementation of `_get_tags()` is missing `pairwise`... | comp | get tags is missing pairwise problem with the release of scikit learn the safe split method in sklearn utils metaestimators py has been modified to check for pairwise attribute through the get tags method considering that catboost s implementation of get tags is missing pairwise ... | 1 |
5,443 | 7,896,042,436 | IssuesEvent | 2018-06-29 07:03:29 | stm32duino/Arduino_Core_STM32 | https://api.github.com/repos/stm32duino/Arduino_Core_STM32 | opened | Add keywords.txt | Arduino compatibility | See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#keywordstxt
As of Arduino IDE 1.6.6, per-platform keywords can be defined by adding a keywords.txt file to the platform's architecture folder. These keywords are only highlighted when one of the boards of that platform are ... | True | Add keywords.txt - See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#keywordstxt
As of Arduino IDE 1.6.6, per-platform keywords can be defined by adding a keywords.txt file to the platform's architecture folder. These keywords are only highlighted when one of the boards of... | comp | add keywords txt see as of arduino ide per platform keywords can be defined by adding a keywords txt file to the platform s architecture folder these keywords are only highlighted when one of the boards of that platform are selected this file follows the as the keywords txt used in libraries each ... | 1 |
20,818 | 31,147,251,200 | IssuesEvent | 2023-08-16 07:28:35 | Globox1997/BackSlot | https://api.github.com/repos/Globox1997/BackSlot | closed | Emotecraft and Backslot issue | incompatibility | I don't know why, when I install backslot and use emotecraft's custom key option, it' won't play animation, but I can open emotecraft's fast-choose wheel to play animation,so I think backslot is block emotecraft's key? | True | Emotecraft and Backslot issue - I don't know why, when I install backslot and use emotecraft's custom key option, it' won't play animation, but I can open emotecraft's fast-choose wheel to play animation,so I think backslot is block emotecraft's key? | comp | emotecraft and backslot issue i don t know why when i install backslot and use emotecraft s custom key option it won t play animation but i can open emotecraft s fast choose wheel to play animation so i think backslot is block emotecraft s key | 1 |
2,439 | 5,188,956,818 | IssuesEvent | 2017-01-20 21:37:00 | 01org/cc-oci-runtime | https://api.github.com/repos/01org/cc-oci-runtime | closed | Revisit env variables we set with cc-oci-runtime | domain:docker compatiblity Tackle first | This issue is mostly to avoid some of the workarounds we have with cc-oci-runtime and some containers images:
Problem examples:
```
docker run --runtime cor ubuntu /usr/bin/perl -e 'exit 55'
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
... | True | Revisit env variables we set with cc-oci-runtime - This issue is mostly to avoid some of the workarounds we have with cc-oci-runtime and some containers images:
Problem examples:
```
docker run --runtime cor ubuntu /usr/bin/perl -e 'exit 55'
perl: warning: Setting locale failed.
perl: warning: Please check that your... | comp | revisit env variables we set with cc oci runtime this issue is mostly to avoid some of the workarounds we have with cc oci runtime and some containers images problem examples docker run runtime cor ubuntu usr bin perl e exit perl warning setting locale failed perl warning please check that your ... | 1 |
15,203 | 19,277,226,440 | IssuesEvent | 2021-12-10 13:18:58 | gridcoin-community/Gridcoin-Research | https://api.github.com/repos/gridcoin-community/Gridcoin-Research | closed | When using a Tor v3 URL as addnode the debug.log shows error | bug compatibility | I am using some nodes via Tor both to support the resilience of the network and for my own knowledge.
Tor v3 .onion addresses are quite long and this seems to cause two (I think related) errors.
Using a tor v3 .onion address as either your own "externalip" to make your Tor node discoverable, or assigning it as an "ad... | True | When using a Tor v3 URL as addnode the debug.log shows error - I am using some nodes via Tor both to support the resilience of the network and for my own knowledge.
Tor v3 .onion addresses are quite long and this seems to cause two (I think related) errors.
Using a tor v3 .onion address as either your own "externalip... | comp | when using a tor url as addnode the debug log shows error i am using some nodes via tor both to support the resilience of the network and for my own knowledge tor onion addresses are quite long and this seems to cause two i think related errors using a tor onion address as either your own externalip t... | 1 |
164,614 | 25,994,799,603 | IssuesEvent | 2022-12-20 10:39:14 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | [APM] Rename and restructure components for mobile service details page | Team:APM design | In the first iteration, we hide the components not relevant with mobile - https://github.com/elastic/kibana/issues/143498
we kept the following components which are shared with the other services
1. Latency
2. Throughput
3. Failed Transaction rate
4. Dependencies
5. Transactions table
**Service overview pag... | 1.0 | [APM] Rename and restructure components for mobile service details page - In the first iteration, we hide the components not relevant with mobile - https://github.com/elastic/kibana/issues/143498
we kept the following components which are shared with the other services
1. Latency
2. Throughput
3. Failed Transacti... | non_comp | rename and restructure components for mobile service details page in the first iteration we hide the components not relevant with mobile we kept the following components which are shared with the other services latency throughput failed transaction rate dependencies transactions table ... | 0 |
18,101 | 3,374,395,372 | IssuesEvent | 2015-11-24 12:50:38 | jgirald/ES2015F | https://api.github.com/repos/jgirald/ES2015F | opened | Sons Cavaller | Design TeamA | ### Description
Grabar els sons del cavaller (el mateix per grecs, egipcis i babilònics)
### Acceptance Criteria
Deixar els .mp3 llestos al repo | 1.0 | Sons Cavaller - ### Description
Grabar els sons del cavaller (el mateix per grecs, egipcis i babilònics)
### Acceptance Criteria
Deixar els .mp3 llestos al repo | non_comp | sons cavaller description grabar els sons del cavaller el mateix per grecs egipcis i babilònics acceptance criteria deixar els llestos al repo | 0 |
14,588 | 17,754,575,293 | IssuesEvent | 2021-08-28 13:49:59 | Qmunity/BluePower | https://api.github.com/repos/Qmunity/BluePower | closed | Recycling Recipes causing Fairylight mod to use forge tags before they are defined. | Bug Fixed. Pending release Mod Compatibility | Blue Power doesn't seem to like the forge tag that the fairylight mods use.
Here is the report: https://gist.github.com/PlatiniumOfficial/0c3d1f265c6f15510a775e115eda522e | True | Recycling Recipes causing Fairylight mod to use forge tags before they are defined. - Blue Power doesn't seem to like the forge tag that the fairylight mods use.
Here is the report: https://gist.github.com/PlatiniumOfficial/0c3d1f265c6f15510a775e115eda522e | comp | recycling recipes causing fairylight mod to use forge tags before they are defined blue power doesn t seem to like the forge tag that the fairylight mods use here is the report | 1 |
16,420 | 22,160,981,181 | IssuesEvent | 2022-06-04 14:02:41 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Dollhouse (280850) | Game compatibility - Unofficial | # Compatibility Report
- Name of the game with compatibility issues: Dollhouse
- Steam AppID of the game: 280850
**System Information**
- GPU: RX 5700 ITX
- GPU Driver: Mesa 20.1.2 - kisak-mesa PPA
- Kernel version: 5.8.0-050800-lowlatency
- Distro version: 19.3 Tricia (64 bit) (Cinnamon)
- Proton version: 5.... | True | Dollhouse (280850) - # Compatibility Report
- Name of the game with compatibility issues: Dollhouse
- Steam AppID of the game: 280850
**System Information**
- GPU: RX 5700 ITX
- GPU Driver: Mesa 20.1.2 - kisak-mesa PPA
- Kernel version: 5.8.0-050800-lowlatency
- Distro version: 19.3 Tricia (64 bit) (Cinnamon)
... | comp | dollhouse compatibility report name of the game with compatibility issues dollhouse steam appid of the game system information gpu rx itx gpu driver mesa kisak mesa ppa kernel version lowlatency distro version tricia bit cinnamon proton version ... | 1 |
11,047 | 13,082,442,314 | IssuesEvent | 2020-08-01 14:31:14 | PowerNukkit/PowerNukkit | https://api.github.com/repos/PowerNukkit/PowerNukkit | opened | AntiXray compatibility | 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
-->AntiXray plugin
https://github.com/wode490390/AntiXray
### 📸 Screenshots / Videos
<!-- ✍ If applicable, add scre... | True | AntiXray 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
-->AntiXray plugin
https://github.com/wode490390/AntiXray
### 📸 Screenshots / Videos
<!-- ... | comp | antixray 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 antixray plugin 📸 screenshots videos not yet ▶ steps to reproduce ... | 1 |
3,986 | 6,817,798,772 | IssuesEvent | 2017-11-07 01:21:22 | jupyterlab/jupyterlab | https://api.github.com/repos/jupyterlab/jupyterlab | closed | Icons not showing in 0.27? | pkg:themes tag:Browser Compatibility type:Bug | ...bit of a strange one here. I have just upgraded to jupyterlab `0.27.0` and when accessing it via jupyterhub from a remote computer the icons are all missing:

However, when I access the same url from a bro... | True | Icons not showing in 0.27? - ...bit of a strange one here. I have just upgraded to jupyterlab `0.27.0` and when accessing it via jupyterhub from a remote computer the icons are all missing:

However, when I a... | comp | icons not showing in bit of a strange one here i have just upgraded to jupyterlab and when accessing it via jupyterhub from a remote computer the icons are all missing however when i access the same url from a browser on the jupyterhub server i get all the icons i d suspect some netwo... | 1 |
7,964 | 10,141,128,435 | IssuesEvent | 2019-08-03 11:07:55 | pragdave/earmark | https://api.github.com/repos/pragdave/earmark | closed | Make HTML conformant to the W3C Style Guide | compatibility | This will make our output better suited for other tools, e.g. epub.
Reference: https://www.w3schools.com/html/html5_syntax.asp | True | Make HTML conformant to the W3C Style Guide - This will make our output better suited for other tools, e.g. epub.
Reference: https://www.w3schools.com/html/html5_syntax.asp | comp | make html conformant to the style guide this will make our output better suited for other tools e g epub reference | 1 |
8,040 | 10,173,362,882 | IssuesEvent | 2019-08-08 12:57:40 | AdguardTeam/AdguardForMac | https://api.github.com/repos/AdguardTeam/AdguardForMac | closed | iTunes Store access issue | Compatibility P2: High | iTunes Store simply shows a blank page.
### Customer ID
<!--- Send us a diagnostic report through the application, click on the gear icon in the app's main window, and choose "Support". You will get an auto-reply with you Customer ID after sending a report -->
[2249546](https://qcrm.supportyourapp.com/#/custome... | True | iTunes Store access issue - iTunes Store simply shows a blank page.
### Customer ID
<!--- Send us a diagnostic report through the application, click on the gear icon in the app's main window, and choose "Support". You will get an auto-reply with you Customer ID after sending a report -->
[2249546](https://qcrm.... | comp | itunes store access issue itunes store simply shows a blank page customer id logs in ncloud | 1 |
18,576 | 25,859,918,251 | IssuesEvent | 2022-12-13 16:13:55 | Lailloken/Lailloken-UI | https://api.github.com/repos/Lailloken/Lailloken-UI | closed | serach-strings © | incompatibility | Hello everything is fine?
I'm having the following bug, when using the omini key to activate serach-strings I'm only receiving the © character in the search bar instead of the pop up with the serach-strings options | True | serach-strings © - Hello everything is fine?
I'm having the following bug, when using the omini key to activate serach-strings I'm only receiving the © character in the search bar instead of the pop up with the serach-strings options | comp | serach strings © hello everything is fine i m having the following bug when using the omini key to activate serach strings i m only receiving the © character in the search bar instead of the pop up with the serach strings options | 1 |
14,417 | 9,167,188,677 | IssuesEvent | 2019-03-02 11:13:03 | Electron-Cash/Electron-Cash | https://api.github.com/repos/Electron-Cash/Electron-Cash | closed | Make QR code image copyable to clipboard | Good First Issue UX and usability enhancement | When you're on the "receive" tab, it would be nice to be able to copy the QR code image to the clipboard. Right now I can't figure out an easy way to grab the image (other than screenshot).
This would be useful for pasting it into documents such as invoices. | True | Make QR code image copyable to clipboard - When you're on the "receive" tab, it would be nice to be able to copy the QR code image to the clipboard. Right now I can't figure out an easy way to grab the image (other than screenshot).
This would be useful for pasting it into documents such as invoices. | non_comp | make qr code image copyable to clipboard when you re on the receive tab it would be nice to be able to copy the qr code image to the clipboard right now i can t figure out an easy way to grab the image other than screenshot this would be useful for pasting it into documents such as invoices | 0 |
157 | 2,633,839,248 | IssuesEvent | 2015-03-09 08:54:37 | isislovecruft/python-gnupg | https://api.github.com/repos/isislovecruft/python-gnupg | closed | Support PINENTRY_LAUNCHED | bug compatibility easy upstream python-gnupg bug | Since gpg 2.1, the gpg utility now emits a new status message "PINENTRY_LAUNCHED". python-gnupg raises an exception during signing/decryption because it cannot handle this status code.
I suggest that the list of ignored status messages in Verify.handle_status is extended to include PINENTRY_LAUNCHED.
See also: [t... | True | Support PINENTRY_LAUNCHED - Since gpg 2.1, the gpg utility now emits a new status message "PINENTRY_LAUNCHED". python-gnupg raises an exception during signing/decryption because it cannot handle this status code.
I suggest that the list of ignored status messages in Verify.handle_status is extended to include PINENT... | comp | support pinentry launched since gpg the gpg utility now emits a new status message pinentry launched python gnupg raises an exception during signing decryption because it cannot handle this status code i suggest that the list of ignored status messages in verify handle status is extended to include pinent... | 1 |
1,551 | 4,103,630,864 | IssuesEvent | 2016-06-04 20:23:41 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Support IntPtr conversions in the method argument rewriter. | Area-Compilers Bug Language-C# Tenet-Compatibility | IntPtr conversion can stay in the bound tree past lowering in a case where a COM method is invoked in an Expression Tree lambda.
A typical situation where this could happen is when a COM method is tested in a mock framework that is Expression Tree based.
If such conversion is seen by the call argument rewriter a ... | True | Support IntPtr conversions in the method argument rewriter. - IntPtr conversion can stay in the bound tree past lowering in a case where a COM method is invoked in an Expression Tree lambda.
A typical situation where this could happen is when a COM method is tested in a mock framework that is Expression Tree based.
... | comp | support intptr conversions in the method argument rewriter intptr conversion can stay in the bound tree past lowering in a case where a com method is invoked in an expression tree lambda a typical situation where this could happen is when a com method is tested in a mock framework that is expression tree based ... | 1 |
299,894 | 22,631,525,939 | IssuesEvent | 2022-06-30 15:00:57 | falcosecurity/falco | https://api.github.com/repos/falcosecurity/falco | opened | [WIP] Tracking Falco Graduation | kind/documentation | **Motivation**
As we prepare to submit for graduation again, I'd love to track the progress.
Currently, this issue is just a draft and I'm just reporting the point discussed during the last community call (2022-06-29). I'll update it soon.
TODOs
- [ ] Review of the maintainer list
- [ ] Getting in touch wit... | 1.0 | [WIP] Tracking Falco Graduation - **Motivation**
As we prepare to submit for graduation again, I'd love to track the progress.
Currently, this issue is just a draft and I'm just reporting the point discussed during the last community call (2022-06-29). I'll update it soon.
TODOs
- [ ] Review of the maintainer... | non_comp | tracking falco graduation motivation as we prepare to submit for graduation again i d love to track the progress currently this issue is just a draft and i m just reporting the point discussed during the last community call i ll update it soon todos review of the maintainer list ... | 0 |
11,157 | 13,173,072,486 | IssuesEvent | 2020-08-11 19:36:36 | nipreps/niworkflows | https://api.github.com/repos/nipreps/niworkflows | closed | Artifacts in mosaic plots when intersection of masks and visualization planes is minimal | backwards compatible bug effort:medium impact:high reports | This problem has been around for a long while. When the intersection of the mask with the visualization plane only contains a fraction of a voxel, nilearn plotting gets very confused:
<img src="https://5825-53608443-gh.circle-artifacts.com/0/tmp/ds054/derivatives/fmriprep/sub-100185/figures/sub-100185_task-machinega... | True | Artifacts in mosaic plots when intersection of masks and visualization planes is minimal - This problem has been around for a long while. When the intersection of the mask with the visualization plane only contains a fraction of a voxel, nilearn plotting gets very confused:
<img src="https://5825-53608443-gh.circle-... | comp | artifacts in mosaic plots when intersection of masks and visualization planes is minimal this problem has been around for a long while when the intersection of the mask with the visualization plane only contains a fraction of a voxel nilearn plotting gets very confused with poldracklab fmriprep the probl... | 1 |
29,183 | 4,474,045,010 | IssuesEvent | 2016-08-26 07:50:17 | withanage/mpt | https://api.github.com/repos/withanage/mpt | closed | meTypeset-Konvertierungsfehler | test | Auszeichnungen
- Hochgestellung (Superscript), Jats: sup
- Tiefstellungen (Subscript), Jats: sub
- Durchstreichung (Strikethrough), Jats: strike
nicht unterstützt.
https://github.com/withanage/mpt/blob/master/static/tests/word/Superscript_Subscript_Strike.docx | 1.0 | meTypeset-Konvertierungsfehler - Auszeichnungen
- Hochgestellung (Superscript), Jats: sup
- Tiefstellungen (Subscript), Jats: sub
- Durchstreichung (Strikethrough), Jats: strike
nicht unterstützt.
https://github.com/withanage/mpt/blob/master/static/tests/word/Superscript_Subscript_Strike.docx | non_comp | metypeset konvertierungsfehler auszeichnungen hochgestellung superscript jats sup tiefstellungen subscript jats sub durchstreichung strikethrough jats strike nicht unterstützt | 0 |
760,909 | 26,660,044,929 | IssuesEvent | 2023-01-25 20:13:22 | episphere/connect | https://api.github.com/repos/episphere/connect | opened | Add Deviations to Box Manifests | enhancement Shipping Dashboard Priority 1 | Please add the deviation type to the box manifests between the "Type/Color" column and the "Scanned By" column. See image below for mock-up)
The deviation type should also appear on the box manifest as it is being printed in the shipping dashboard and when the manifest button is clicked in "Packages in Transit from ... | 1.0 | Add Deviations to Box Manifests - Please add the deviation type to the box manifests between the "Type/Color" column and the "Scanned By" column. See image below for mock-up)
The deviation type should also appear on the box manifest as it is being printed in the shipping dashboard and when the manifest button is cl... | non_comp | add deviations to box manifests please add the deviation type to the box manifests between the type color column and the scanned by column see image below for mock up the deviation type should also appear on the box manifest as it is being printed in the shipping dashboard and when the manifest button is cl... | 0 |
12,947 | 15,193,607,116 | IssuesEvent | 2021-02-16 01:11:28 | Jikoo/EnchantableBlocks | https://api.github.com/repos/Jikoo/EnchantableBlocks | closed | Enchanted Furnaces won't combine | compatibility | Hi,
I've updated the plugin to the latest version, as well as ensuring that the perms were set-up correctly; however, whenever I try and combine 2 furnaces they don't work; it becomes a ghost item, and the old furnaces are returned (without any EXP lost either).
Any help will be appreciated, and thanks in advance!
... | True | Enchanted Furnaces won't combine - Hi,
I've updated the plugin to the latest version, as well as ensuring that the perms were set-up correctly; however, whenever I try and combine 2 furnaces they don't work; it becomes a ghost item, and the old furnaces are returned (without any EXP lost either).
Any help will be ap... | comp | enchanted furnaces won t combine hi i ve updated the plugin to the latest version as well as ensuring that the perms were set up correctly however whenever i try and combine furnaces they don t work it becomes a ghost item and the old furnaces are returned without any exp lost either any help will be ap... | 1 |
204,972 | 15,575,405,727 | IssuesEvent | 2021-03-17 11:01:25 | headwirecom/peregrine-cms | https://api.github.com/repos/headwirecom/peregrine-cms | closed | Unhide child pages from sitemap | sitemap test-please | The `excludeFromSitemap` page property currently hides pages set to `true` as well as its children. We need to provide the ability for child pages to be included in the sitemap if desired.
Many sites have the concept of bucket pages that may be used for organizing content. For example:
```
/content
/pages
... | 1.0 | Unhide child pages from sitemap - The `excludeFromSitemap` page property currently hides pages set to `true` as well as its children. We need to provide the ability for child pages to be included in the sitemap if desired.
Many sites have the concept of bucket pages that may be used for organizing content. For examp... | non_comp | unhide child pages from sitemap the excludefromsitemap page property currently hides pages set to true as well as its children we need to provide the ability for child pages to be included in the sitemap if desired many sites have the concept of bucket pages that may be used for organizing content for examp... | 0 |
1,330 | 3,863,795,737 | IssuesEvent | 2016-04-08 11:03:47 | AdguardTeam/AdguardForWindows | https://api.github.com/repos/AdguardTeam/AdguardForWindows | opened | Adguard causes 'News' modern app to crash | Bug Compatibility | When you have WFP driver enabled and start 'News' app for the first time, it crushes after a small period of time. After that, everything is fine until you restart the computer. Then it happens again, etc.
Originally from: http://forum.adguard.com/showthread.php?10465 | True | Adguard causes 'News' modern app to crash - When you have WFP driver enabled and start 'News' app for the first time, it crushes after a small period of time. After that, everything is fine until you restart the computer. Then it happens again, etc.
Originally from: http://forum.adguard.com/showthread.php?10465 | comp | adguard causes news modern app to crash when you have wfp driver enabled and start news app for the first time it crushes after a small period of time after that everything is fine until you restart the computer then it happens again etc originally from | 1 |
18,532 | 25,759,076,740 | IssuesEvent | 2022-12-08 18:49:24 | openxla/stablehlo | https://api.github.com/repos/openxla/stablehlo | closed | Implement bytecode interface for VHLO | Compatibility | ### Request description
VHLO (Versioned StableHLO, #278) needs custom bytecode for all types and attributes, including forked upstream types (#674). | True | Implement bytecode interface for VHLO - ### Request description
VHLO (Versioned StableHLO, #278) needs custom bytecode for all types and attributes, including forked upstream types (#674). | comp | implement bytecode interface for vhlo request description vhlo versioned stablehlo needs custom bytecode for all types and attributes including forked upstream types | 1 |
63,865 | 6,886,581,123 | IssuesEvent | 2017-11-21 20:00:23 | inbo/niche_vlaanderen | https://api.github.com/repos/inbo/niche_vlaanderen | closed | usage of attribute `log` is unclear | usertests | The Niche object provides the attribute `log` to the user. However, this is from the `logging.RootLogger` class and not clear how this should be used by the Niche modeller. Either t should provide a way to call the current log (whenever user wants to) or be hidden to the user namespace. | 1.0 | usage of attribute `log` is unclear - The Niche object provides the attribute `log` to the user. However, this is from the `logging.RootLogger` class and not clear how this should be used by the Niche modeller. Either t should provide a way to call the current log (whenever user wants to) or be hidden to the user names... | non_comp | usage of attribute log is unclear the niche object provides the attribute log to the user however this is from the logging rootlogger class and not clear how this should be used by the niche modeller either t should provide a way to call the current log whenever user wants to or be hidden to the user names... | 0 |
350 | 2,781,344,777 | IssuesEvent | 2015-05-06 12:51:00 | javabits/yar | https://api.github.com/repos/javabits/yar | closed | Update pom to version 2.0-SNAPSHOT and Java 8 | compatibility-break maven | Prepare the breaking api change by reflecting it into the version numbering.
Update to java 8 bytecode compliance. | True | Update pom to version 2.0-SNAPSHOT and Java 8 - Prepare the breaking api change by reflecting it into the version numbering.
Update to java 8 bytecode compliance. | comp | update pom to version snapshot and java prepare the breaking api change by reflecting it into the version numbering update to java bytecode compliance | 1 |
345,574 | 30,824,542,603 | IssuesEvent | 2023-08-01 18:56:27 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Deactivate multiple cameras in a scene | enhancement topic:rendering needs testing | ### Godot version
4.0 alpha 11
### System information
Windows 10
### Issue description
Hi,
currently if you add multiple cameras to a scene, they are all disabled.
If you then enable one, you can't deactivate all cameras again.
This is a problem e.g. if this is a sub scene and you don't need any o... | 1.0 | Deactivate multiple cameras in a scene - ### Godot version
4.0 alpha 11
### System information
Windows 10
### Issue description
Hi,
currently if you add multiple cameras to a scene, they are all disabled.
If you then enable one, you can't deactivate all cameras again.
This is a problem e.g. if thi... | non_comp | deactivate multiple cameras in a scene godot version alpha system information windows issue description hi currently if you add multiple cameras to a scene they are all disabled if you then enable one you can t deactivate all cameras again this is a problem e g if this ... | 0 |
289,353 | 24,981,750,075 | IssuesEvent | 2022-11-02 12:17:12 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | GPUParticles3D gets culled for unknown reason | topic:rendering needs testing topic:3d topic:particles | ### Godot version
4.0beta3
### System information
PopOS 22.04, 5.19.0-76051900-generic kernel, Ryzen 6800h, Radeon 6700m, amdgpu, Vulkan
### Issue description
GPUParticles3D keeps getting culled unless I increase the cull margin, but this causes other issues.
Without cull margin:
 | puts [[1, 1], [1, 1], [2, 1], [2, 2], [4, 2], [4, 4], [8, 4]].inject(0) { |sum, (w, h)| puts "w #{w} h #{h}"; sum + (w*h) } }
w 8 h 8... | True | Incorrect parameter passed to inject inside each block - The following w and h variables inside the inject are incorrectly being set to the width and heigh params of the each block:
rbx-2.5.2
```ruby
[[8, 8]].each { | (width, height) | puts [[1, 1], [1, 1], [2, 1], [2, 2], [4, 2], [4, 4], [8, 4]].inject(0) { |su... | comp | incorrect parameter passed to inject inside each block the following w and h variables inside the inject are incorrectly being set to the width and heigh params of the each block rbx ruby each width height puts inject sum w h puts w w h h sum w ... | 1 |
19,283 | 26,778,781,408 | IssuesEvent | 2023-01-31 19:18:18 | apple/swift | https://api.github.com/repos/apple/swift | closed | [Source compatibility suite] RXSwift failing to build with release config - error: generic parameter 'Element' could not be inferred | bug compiler generics type inference source compatibility suite | **Describe the bug**
The RXSwift project is failing to build certain configurations as of Jan 25th, 2023
From the build logs you can see
```
/Users/ec2-user/jenkins/workspace/swift-main-source-compat-suite/swift-source-compat-suite/project_cache/RxSwift/RxRelay/PublishRelay.swift:24:24: error: 'PublishSubject<E... | True | [Source compatibility suite] RXSwift failing to build with release config - error: generic parameter 'Element' could not be inferred - **Describe the bug**
The RXSwift project is failing to build certain configurations as of Jan 25th, 2023
From the build logs you can see
```
/Users/ec2-user/jenkins/workspace/sw... | comp | rxswift failing to build with release config error generic parameter element could not be inferred describe the bug the rxswift project is failing to build certain configurations as of jan from the build logs you can see users user jenkins workspace swift main source compat suite swift ... | 1 |
346,459 | 24,886,864,339 | IssuesEvent | 2022-10-28 08:32:34 | wongyewjon/ped | https://api.github.com/repos/wongyewjon/ped | opened | Result Display after unarchiving a task shows wrong message | type.DocumentationBug severity.VeryLow | 
It displays archived Task instead of unarchived Task
<!--session: 1666944323286-8b5ac663-0f03-42bc-9316-040d9668c660-->
<!--Version: Web v3.4.4--> | 1.0 | Result Display after unarchiving a task shows wrong message - 
It displays archived Task instead of unarchived Task
<!--session: 1666944323286-8b5ac663-0f03-42bc-9316-040d9668c660-->
<!--Version: Web v3.4... | non_comp | result display after unarchiving a task shows wrong message it displays archived task instead of unarchived task | 0 |
128,992 | 12,396,397,946 | IssuesEvent | 2020-05-20 20:27:43 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | scipy.optimize.line_search returned values do not match documentation | Documentation scipy.optimize | Hello! The documentation for `scipy.optimize.line_search` indicates three return values, but a quick code inspection reveals that more values are being returned.
Moreover, `a_0 = None` may happen, even though this is not indicated in the function.
`scipy.optimize.linesearch.scalar_search_wolfe1` seems to have relev... | 1.0 | scipy.optimize.line_search returned values do not match documentation - Hello! The documentation for `scipy.optimize.line_search` indicates three return values, but a quick code inspection reveals that more values are being returned.
Moreover, `a_0 = None` may happen, even though this is not indicated in the function... | non_comp | scipy optimize line search returned values do not match documentation hello the documentation for scipy optimize line search indicates three return values but a quick code inspection reveals that more values are being returned moreover a none may happen even though this is not indicated in the function... | 0 |
754 | 3,205,838,992 | IssuesEvent | 2015-10-04 13:41:58 | AddonLab/AiOS | https://api.github.com/repos/AddonLab/AiOS | closed | Not compatible with Hide Menubar addon, breaks bookmarks toolbar | addon compatibility | AiOS breaks the bookmarks toolbar when used on FF29.0 in conjunction with Hide Menubar 6.0.20110915. The bookmarks toolbar shows up as empty. I have disabled and reenabled my add-ons one by one in order to locate the problem, and the conflict is definitely between hide menubar and AiOS.

- Ditched nulls (except for empty messages)
- Integrated minimal long support (JS numbers and long-like objects if otherwise unsafe, can read and ... | True | Please note: protobuf.js 6 will be a complete rewrite - Please also take this into account if you consider contributing.
**Key points:**
- Default values on prototypes (except repeated, which must be arrays on the instance)
- Ditched nulls (except for empty messages)
- Integrated minimal long support (JS numbers ... | comp | please note protobuf js will be a complete rewrite please also take this into account if you consider contributing key points default values on prototypes except repeated which must be arrays on the instance ditched nulls except for empty messages integrated minimal long support js numbers ... | 1 |
65,602 | 12,626,138,847 | IssuesEvent | 2020-06-14 15:14:21 | stlink-org/stlink | https://api.github.com/repos/stlink-org/stlink | closed | Uniformize coding style | code/feedback general/code-style status/resolved | Hello folks,
I have found a few code style inconsistencies (whitespaces at the end of the lines, tabs, etc.) during my last contribution.
I would propose to agree on the coding style and document it in a clang-formatter format, format the whole code with it and setup a github action (or integrate the clang-format... | 2.0 | Uniformize coding style - Hello folks,
I have found a few code style inconsistencies (whitespaces at the end of the lines, tabs, etc.) during my last contribution.
I would propose to agree on the coding style and document it in a clang-formatter format, format the whole code with it and setup a github action (or ... | non_comp | uniformize coding style hello folks i have found a few code style inconsistencies whitespaces at the end of the lines tabs etc during my last contribution i would propose to agree on the coding style and document it in a clang formatter format format the whole code with it and setup a github action or ... | 0 |
17,060 | 23,537,822,434 | IssuesEvent | 2022-08-20 00:19:35 | Soro335/WilderWild | https://api.github.com/repos/Soro335/WilderWild | closed | Incompatible with Simple Copper Pipes (resolved) | bug crash mod compatibility | The occurs on both quilt and fabric (v1.0.5)
crash report below

| True | Incompatible with Simple Copper Pipes (resolved) - The occurs on both quilt and fabric (v1.0.5)
crash report below

| comp | incompatible with simple copper pipes resolved the occurs on both quilt and fabric crash report below | 1 |
101,559 | 31,238,020,281 | IssuesEvent | 2023-08-20 14:12:10 | llvm/llvm-project | https://api.github.com/repos/llvm/llvm-project | closed | Compilation failure of latest main due to spelling error in llvm/lib/Target/X86/ImmutableGraph.h, fix included. | invalid backend:X86 build-problem | ```
--- - 2023-08-20 13:37:48.986031881 +0200
+++ llvm/lib/Target/X86/ImmutableGraph.h 2023-08-20 13:27:04.625134423 +0200
@@ -224,7 +224,7 @@
/// Return the size of the set's domain
size_type size() const { return V.size(); }
/// Set union
- EdgeSet &operator|=(con3t EdgeSet &RHS) {
... | 1.0 | Compilation failure of latest main due to spelling error in llvm/lib/Target/X86/ImmutableGraph.h, fix included. - ```
--- - 2023-08-20 13:37:48.986031881 +0200
+++ llvm/lib/Target/X86/ImmutableGraph.h 2023-08-20 13:27:04.625134423 +0200
@@ -224,7 +224,7 @@
/// Return the size of the set's domain
... | non_comp | compilation failure of latest main due to spelling error in llvm lib target immutablegraph h fix included llvm lib target immutablegraph h return the size of the set s domain size type size const return v size ... | 0 |
11,915 | 14,019,157,971 | IssuesEvent | 2020-10-29 17:47:29 | gudmdharalds/vip-go-mu-plugins-test | https://api.github.com/repos/gudmdharalds/vip-go-mu-plugins-test | closed | PHP 7.4 Compatibility issue vaultpress/vaultpress.php | PHP Compatibility PHP Compatiblity 7.4 | Found issue in master:
* <b>Warning</b>: Function get_magic_quotes_gpc() is deprecated since PHP 7.4 https://github.com/gudmdharalds/vip-go-mu-plugins-test/blob/28a657d751092304567701c0b0128d2d1c6132ff/vaultpress/vaultpress.php#L3050
| True | PHP 7.4 Compatibility issue vaultpress/vaultpress.php - Found issue in master:
* <b>Warning</b>: Function get_magic_quotes_gpc() is deprecated since PHP 7.4 https://github.com/gudmdharalds/vip-go-mu-plugins-test/blob/28a657d751092304567701c0b0128d2d1c6132ff/vaultpress/vaultpress.php#L3050
| comp | php compatibility issue vaultpress vaultpress php found issue in master warning function get magic quotes gpc is deprecated since php | 1 |
831,060 | 32,037,285,489 | IssuesEvent | 2023-09-22 16:17:17 | dotCMS/core | https://api.github.com/repos/dotCMS/core | closed | Edit Contentlet: Allow Drag&Drop and select file | OKR : User Experience Team : Lunik Triage Type : Task Priority : 3 Average | ### Parent Issue
https://github.com/dotCMS/core/issues/25445
### Task
As a dotCMS user, I would like to have a versatile binary field that allows me to perform various actions. This includes the ability to drag and drop files and select files.
### Proposed Objective
Core Features
### Proposed Priority... | 1.0 | Edit Contentlet: Allow Drag&Drop and select file - ### Parent Issue
https://github.com/dotCMS/core/issues/25445
### Task
As a dotCMS user, I would like to have a versatile binary field that allows me to perform various actions. This includes the ability to drag and drop files and select files.
### Proposed ... | non_comp | edit contentlet allow drag drop and select file parent issue task as a dotcms user i would like to have a versatile binary field that allows me to perform various actions this includes the ability to drag and drop files and select files proposed objective core features proposed... | 0 |
70,463 | 15,085,805,935 | IssuesEvent | 2021-02-05 19:16:21 | mthbernardes/shaggy-rogers | https://api.github.com/repos/mthbernardes/shaggy-rogers | closed | CVE-2020-35728 (High) detected in jackson-databind-2.9.6.jar - autoclosed | security vulnerability | ## CVE-2020-35728 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2020-35728 (High) detected in jackson-databind-2.9.6.jar - autoclosed - ## CVE-2020-35728 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary... | non_comp | cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file shaggy rogers pom ... | 0 |
18,789 | 26,155,517,813 | IssuesEvent | 2022-12-30 20:51:20 | pyanodon/pybugreports | https://api.github.com/repos/pyanodon/pybugreports | closed | numal-reef next_upgrade bounding box crash with Picker Tweaks | mod:pyalternativeenergy crash compatibility | ### Mod source
PyAE Beta
### Which mod are you having an issue with?
- [ ] pyalienlife
- [X] pyalternativeenergy
- [ ] pycoalprocessing
- [ ] pyfusionenergy
- [ ] pyhightech
- [ ] pyindustry
- [ ] pypetroleumhandling
- [ ] pypostprocessing
- [ ] pyrawores
### Operating system
>=Windows 10
### What kind of issue i... | True | numal-reef next_upgrade bounding box crash with Picker Tweaks - ### Mod source
PyAE Beta
### Which mod are you having an issue with?
- [ ] pyalienlife
- [X] pyalternativeenergy
- [ ] pycoalprocessing
- [ ] pyfusionenergy
- [ ] pyhightech
- [ ] pyindustry
- [ ] pypetroleumhandling
- [ ] pypostprocessing
- [ ] pyrawor... | comp | numal reef next upgrade bounding box crash with picker tweaks mod source pyae beta which mod are you having an issue with pyalienlife pyalternativeenergy pycoalprocessing pyfusionenergy pyhightech pyindustry pypetroleumhandling pypostprocessing pyrawores operating ... | 1 |
7,406 | 9,654,029,766 | IssuesEvent | 2019-05-19 10:38:21 | Triskelia/CKII-DWF-Crusader_Milk | https://api.github.com/repos/Triskelia/CKII-DWF-Crusader_Milk | opened | Investigate potential incompatibilities with House Irae | Bug Compatibility | There was reports of an issue with the fact of being a hucow. It seems to cause the character to be considered as male by the game, and thus unable to get pregnant.
It seems unlikely that it's caused by Crusader Milk, but better make sure and test it in-game. | True | Investigate potential incompatibilities with House Irae - There was reports of an issue with the fact of being a hucow. It seems to cause the character to be considered as male by the game, and thus unable to get pregnant.
It seems unlikely that it's caused by Crusader Milk, but better make sure and test it in-game. | comp | investigate potential incompatibilities with house irae there was reports of an issue with the fact of being a hucow it seems to cause the character to be considered as male by the game and thus unable to get pregnant it seems unlikely that it s caused by crusader milk but better make sure and test it in game | 1 |
38,331 | 2,845,832,620 | IssuesEvent | 2015-05-29 07:21:58 | genomizer/genomizer-server | https://api.github.com/repos/genomizer/genomizer-server | closed | Files cannot be deleted from DB when upload fails | Data Storage High priority | This makes the file name unusable without any explanation, better to show 0 file size | 1.0 | Files cannot be deleted from DB when upload fails - This makes the file name unusable without any explanation, better to show 0 file size | non_comp | files cannot be deleted from db when upload fails this makes the file name unusable without any explanation better to show file size | 0 |
7,389 | 9,646,626,260 | IssuesEvent | 2019-05-17 11:52:14 | neovim/neovim | https://api.github.com/repos/neovim/neovim | closed | Support for :Termdebug or any gdb integration | compatibility complexity:low enhancement help wanted runtime | - `nvim --version`: `v0.2.0`
- `vim --version`: `8.0 Included patches: 1-1159 with +terminal`
`vim` has added [:Termdebug](https://github.com/vim/vim/blob/master/runtime/doc/terminal.txt#L325) to integrate `gdb` in the terminal. I haven't really used it though, but are you planning to support this or something in ... | True | Support for :Termdebug or any gdb integration - - `nvim --version`: `v0.2.0`
- `vim --version`: `8.0 Included patches: 1-1159 with +terminal`
`vim` has added [:Termdebug](https://github.com/vim/vim/blob/master/runtime/doc/terminal.txt#L325) to integrate `gdb` in the terminal. I haven't really used it though, but a... | comp | support for termdebug or any gdb integration nvim version vim version included patches with terminal vim has added to integrate gdb in the terminal i haven t really used it though but are you planning to support this or something in this line with the neovim termina... | 1 |
20,442 | 30,233,849,328 | IssuesEvent | 2023-07-06 08:52:44 | TycheSoftwares/woocommerce-abandoned-cart | https://api.github.com/repos/TycheSoftwares/woocommerce-abandoned-cart | opened | Causing fatal error with Kadence WooCommerce Email Designer plugin | type: bug client issue type: compatibility | **Describe the bug**
Causing fatal error with Kadence WooCommerce Email Designer plugin have just finished troubleshooting a critical error between your plugin Abandoned Cart Lite for WooCommerce and the plugin Kadence WooCommerce Email Designer.
If I try to customize my WooCommerce emails with Kadence WooCommerce ... | True | Causing fatal error with Kadence WooCommerce Email Designer plugin - **Describe the bug**
Causing fatal error with Kadence WooCommerce Email Designer plugin have just finished troubleshooting a critical error between your plugin Abandoned Cart Lite for WooCommerce and the plugin Kadence WooCommerce Email Designer.
... | comp | causing fatal error with kadence woocommerce email designer plugin describe the bug causing fatal error with kadence woocommerce email designer plugin have just finished troubleshooting a critical error between your plugin abandoned cart lite for woocommerce and the plugin kadence woocommerce email designer ... | 1 |
123,665 | 12,215,304,488 | IssuesEvent | 2020-05-01 12:32:03 | scikit-learn/scikit-learn | https://api.github.com/repos/scikit-learn/scikit-learn | closed | fit_intercept in ridge could be improved | Documentation module:linear_model | #### Describe the issue linked to the documentation
`fit_intercept` in `Ridge` says "(i.e. data is expected to be centered)", but the "data" is ambiguous. From some experimentation, it seems that the "data" is the `y` in the regression problem. This is confusing because most resources say penalized models should n... | 1.0 | fit_intercept in ridge could be improved - #### Describe the issue linked to the documentation
`fit_intercept` in `Ridge` says "(i.e. data is expected to be centered)", but the "data" is ambiguous. From some experimentation, it seems that the "data" is the `y` in the regression problem. This is confusing because m... | non_comp | fit intercept in ridge could be improved describe the issue linked to the documentation fit intercept in ridge says i e data is expected to be centered but the data is ambiguous from some experimentation it seems that the data is the y in the regression problem this is confusing because m... | 0 |
347,829 | 31,279,101,349 | IssuesEvent | 2023-08-22 08:27:08 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | opened | [CI] HistoBackedRangeAggregatorTests testLargerRangesAccuracy failing | :Analytics/Aggregations >test-failure | **Build scan:**
https://gradle-enterprise.elastic.co/s/cqimgh6lqkfri/tests/:x-pack:plugin:analytics:test/org.elasticsearch.xpack.analytics.aggregations.bucket.range.HistoBackedRangeAggregatorTests/testLargerRangesAccuracy
**Reproduction line:**
```
./gradlew ':x-pack:plugin:analytics:test' --tests "org.elasticsearch.x... | 1.0 | [CI] HistoBackedRangeAggregatorTests testLargerRangesAccuracy failing - **Build scan:**
https://gradle-enterprise.elastic.co/s/cqimgh6lqkfri/tests/:x-pack:plugin:analytics:test/org.elasticsearch.xpack.analytics.aggregations.bucket.range.HistoBackedRangeAggregatorTests/testLargerRangesAccuracy
**Reproduction line:**
``... | non_comp | histobackedrangeaggregatortests testlargerrangesaccuracy failing build scan reproduction line gradlew x pack plugin analytics test tests org elasticsearch xpack analytics aggregations bucket range histobackedrangeaggregatortests testlargerrangesaccuracy dtests seed dtests locale es cr ... | 0 |
16,887 | 23,245,067,334 | IssuesEvent | 2022-08-03 19:16:53 | opensearch-project/OpenSearch | https://api.github.com/repos/opensearch-project/OpenSearch | closed | [BUG] ClusterManager operations are not called with "task" param | bug backwards-compatibility v2.2.0 | **Describe the bug**
Recent changes on main (and backport of these changes on v2.2 branch) has a bug where corresponding method of `clusterManagerOperation` with task param is not called.
** Issue/Fix **
clusterManagerOperations with task param needs to call corresponding previous method with task param
```
prot... | True | [BUG] ClusterManager operations are not called with "task" param - **Describe the bug**
Recent changes on main (and backport of these changes on v2.2 branch) has a bug where corresponding method of `clusterManagerOperation` with task param is not called.
** Issue/Fix **
clusterManagerOperations with task param nee... | comp | clustermanager operations are not called with task param describe the bug recent changes on main and backport of these changes on branch has a bug where corresponding method of clustermanageroperation with task param is not called issue fix clustermanageroperations with task param needs to... | 1 |
7,599 | 9,852,529,403 | IssuesEvent | 2019-06-19 13:04:05 | svenhjol/Charm | https://api.github.com/repos/svenhjol/Charm | closed | Cursing should respect item's canApplyAtEnchantingTable method | compatibility question | Related to TeamTwilight/twilightforest#748
https://github.com/svenhjol/Charm/blob/master/src/main/java/svenhjol/meson/helper/EnchantmentHelper.java#L70
One of our armors in the Twilight Forest has an inherent ability to persist on the player, and as such we've disabled adding Curse of Vanishing on that armor in t... | True | Cursing should respect item's canApplyAtEnchantingTable method - Related to TeamTwilight/twilightforest#748
https://github.com/svenhjol/Charm/blob/master/src/main/java/svenhjol/meson/helper/EnchantmentHelper.java#L70
One of our armors in the Twilight Forest has an inherent ability to persist on the player, and as... | comp | cursing should respect item s canapplyatenchantingtable method related to teamtwilight twilightforest one of our armors in the twilight forest has an inherent ability to persist on the player and as such we ve disabled adding curse of vanishing on that armor in the canapplyatenchantingtable the anvil al... | 1 |
299,720 | 25,921,124,930 | IssuesEvent | 2022-12-15 22:04:31 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | closed | [Automation] Make send image test work on Mac | macos testing E:Testing | The send image test is failing on Mac, most likely because of a path difference between Linux and Mac. See video here: https://github.com/status-im/status-desktop/pull/6916#issuecomment-1225308621
We can quickly see the Input zone getting bigger, but no image is shown.
A way to debug it would be to print the pat... | 2.0 | [Automation] Make send image test work on Mac - The send image test is failing on Mac, most likely because of a path difference between Linux and Mac. See video here: https://github.com/status-im/status-desktop/pull/6916#issuecomment-1225308621
We can quickly see the Input zone getting bigger, but no image is shown.... | non_comp | make send image test work on mac the send image test is failing on mac most likely because of a path difference between linux and mac see video here we can quickly see the input zone getting bigger but no image is shown a way to debug it would be to print the path in the send test image function in ... | 0 |
13,375 | 15,789,205,423 | IssuesEvent | 2021-04-01 22:14:27 | Tslat/Advent-Of-Ascension | https://api.github.com/repos/Tslat/Advent-Of-Ascension | closed | AoA/betweenlands compatibility (requires EVERY github tag) | Sounds Textures Third Party Mod Compatibility balancing existing content change invalid needs further info new feature | Hello mod developer, I've been playing your unique mod on my all in 1 Hewlett packard PC. It has run very well, but there's another mod that you should know. It's called **Betweenlands**, and if you don't know what it is, you've been living under a very big rock. It's a unique mod that adds this unique swamp-themed dim... | True | AoA/betweenlands compatibility (requires EVERY github tag) - Hello mod developer, I've been playing your unique mod on my all in 1 Hewlett packard PC. It has run very well, but there's another mod that you should know. It's called **Betweenlands**, and if you don't know what it is, you've been living under a very big r... | comp | aoa betweenlands compatibility requires every github tag hello mod developer i ve been playing your unique mod on my all in hewlett packard pc it has run very well but there s another mod that you should know it s called betweenlands and if you don t know what it is you ve been living under a very big r... | 1 |
6,953 | 9,222,836,745 | IssuesEvent | 2019-03-12 00:38:17 | Railcraft/Railcraft | https://api.github.com/repos/Railcraft/Railcraft | closed | Railcraft Tunnel bore can't "mine" "big" Dynamic Trees | carts implemented mod compatibility | Minecraft: 1.12.2
Forge: 14.2.5.2815
Railcraft: 12.0.0-beta-5
Dynamic Trees: 1.12.2-0.9.4
Not sure which mod can fix (not sure if this is "Out of scope" of DT @ferreusveritas )
**Description of the Bug**
When encountering a Dynamic Trees tree, the tunnel bore gets stuck (not sure if this has anything to do wi... | True | Railcraft Tunnel bore can't "mine" "big" Dynamic Trees - Minecraft: 1.12.2
Forge: 14.2.5.2815
Railcraft: 12.0.0-beta-5
Dynamic Trees: 1.12.2-0.9.4
Not sure which mod can fix (not sure if this is "Out of scope" of DT @ferreusveritas )
**Description of the Bug**
When encountering a Dynamic Trees tree, the tunne... | comp | railcraft tunnel bore can t mine big dynamic trees minecraft forge railcraft beta dynamic trees not sure which mod can fix not sure if this is out of scope of dt ferreusveritas description of the bug when encountering a dynamic trees tree the tunnel bore ... | 1 |
13,076 | 15,370,243,613 | IssuesEvent | 2021-03-02 08:32:59 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | Compose : support compose pull --include-deps | compatibility compose | compose pull option:
`--include-deps Also pull services declared as dependencies` | True | Compose : support compose pull --include-deps - compose pull option:
`--include-deps Also pull services declared as dependencies` | comp | compose support compose pull include deps compose pull option include deps also pull services declared as dependencies | 1 |
20,060 | 27,986,387,636 | IssuesEvent | 2023-03-26 18:41:36 | ricksouth/serilum-mc-mods | https://api.github.com/repos/ricksouth/serilum-mc-mods | opened | Crash on startup with GTCEu. Possible Mixin conflict | Mod Label Missing Incompatibility | ## **Information**
Minecraft version: 1.19.2
Modloader: Fabric (Maybe also on Forge)
Fabric loader version: 0.14.18
Environment: Not related
Mod name: GregTech Community Edition Unofficial
Mod version: All
## **Description**
Game crashes on startup. Probably a mixin injection incompat.
## **Crash rep... | True | Crash on startup with GTCEu. Possible Mixin conflict - ## **Information**
Minecraft version: 1.19.2
Modloader: Fabric (Maybe also on Forge)
Fabric loader version: 0.14.18
Environment: Not related
Mod name: GregTech Community Edition Unofficial
Mod version: All
## **Description**
Game crashes on startup. P... | comp | crash on startup with gtceu possible mixin conflict information minecraft version modloader fabric maybe also on forge fabric loader version environment not related mod name gregtech community edition unofficial mod version all description game crashes on startup prob... | 1 |
98,196 | 8,675,039,114 | IssuesEvent | 2018-11-30 09:42:48 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | closed | FXLabs Testing 30 : ApiV1ProjectsIdGetPathParamIdNullValue | FXLabs Testing 30 | Project : FXLabs Testing 30
Job : uat
Env : uat
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-... | 1.0 | FXLabs Testing 30 : ApiV1ProjectsIdGetPathParamIdNullValue - Project : FXLabs Testing 30
Job : uat
Env : uat
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate],... | non_comp | fxlabs testing project fxlabs testing job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint ... | 0 |
15,196 | 19,253,930,298 | IssuesEvent | 2021-12-09 09:16:33 | ergochat/ergo | https://api.github.com/repos/ergochat/ergo | closed | +R should only prevent unregistered users from joining, not from speaking | enhancement compatibility-break | Coming out of discussion with @ajaspers:
1. `+R` prevents unregistered users who are joined to the channel (because they were invited, either with `INVITE` or `+I`, or joined with `SAJOIN`, or because they were joined before the mode was applied) from speaking. This goes back to 0046025d60f82d04e44ad1b94bfd1316ab6f3... | True | +R should only prevent unregistered users from joining, not from speaking - Coming out of discussion with @ajaspers:
1. `+R` prevents unregistered users who are joined to the channel (because they were invited, either with `INVITE` or `+I`, or joined with `SAJOIN`, or because they were joined before the mode was app... | comp | r should only prevent unregistered users from joining not from speaking coming out of discussion with ajaspers r prevents unregistered users who are joined to the channel because they were invited either with invite or i or joined with sajoin or because they were joined before the mode was app... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.