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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
22,656 | 19,899,772,875 | IssuesEvent | 2022-01-25 06:08:02 | Leafwing-Studios/leafwing-input-manager | https://api.github.com/repos/Leafwing-Studios/leafwing-input-manager | opened | Remove strum dependency | enhancement usability | This will require us to:
1. Removing the `IntoEnumIterator` trait, rolling the `iter` method into `Actionlike`
2. Add the `EnumIter` macro to the `Actionlike` enum.
In exchange, users will be able to remove the `strum` dependency, and reduce their derive spam by one trait.
While we're at it, we should add a `... | True | Remove strum dependency - This will require us to:
1. Removing the `IntoEnumIterator` trait, rolling the `iter` method into `Actionlike`
2. Add the `EnumIter` macro to the `Actionlike` enum.
In exchange, users will be able to remove the `strum` dependency, and reduce their derive spam by one trait.
While we'r... | non_comp | remove strum dependency this will require us to removing the intoenumiterator trait rolling the iter method into actionlike add the enumiter macro to the actionlike enum in exchange users will be able to remove the strum dependency and reduce their derive spam by one trait while we r... | 0 |
19,157 | 26,595,743,809 | IssuesEvent | 2023-01-23 12:20:05 | ikemen-engine/Ikemen-GO | https://api.github.com/repos/ikemen-engine/Ikemen-GO | reopened | GameWidth and GameHeight / MajorVersion | compatibility | In Mugen 1.1, GameWidth and GameHeight triggers change according to the camera zoom. I just found out that they don't in Ikemen Go.


.
There is no such facility for motor and similar services.
Some users may assume that when you disconnect a brain from motor controller, the motor should stop.
Is this a design pattern we should h... | 1.0 | motor etc auto-off feature - we have auto-off for streaming sensors (you have to specify number of samples to stream, which eventually expires).
There is no such facility for motor and similar services.
Some users may assume that when you disconnect a brain from motor controller, the motor should stop.
Is this... | non_comp | motor etc auto off feature we have auto off for streaming sensors you have to specify number of samples to stream which eventually expires there is no such facility for motor and similar services some users may assume that when you disconnect a brain from motor controller the motor should stop is this... | 0 |
19,013 | 26,432,539,833 | IssuesEvent | 2023-01-15 01:00:44 | hensm/fx_cast-compat | https://api.github.com/repos/hensm/fx_cast-compat | reopened | [compat] Disney+ | compat-compatible compat | **App name:** Disney+
**App URL:** https://disneyplus.com/
**App ID (if possible):** C3DE6BC2
Source: hensm/fx_cast#92
| True | [compat] Disney+ - **App name:** Disney+
**App URL:** https://disneyplus.com/
**App ID (if possible):** C3DE6BC2
Source: hensm/fx_cast#92
| comp | disney app name disney app url app id if possible source hensm fx cast | 1 |
11,570 | 13,578,797,165 | IssuesEvent | 2020-09-20 09:42:50 | M1ha-Shvn/django-pg-returning | https://api.github.com/repos/M1ha-Shvn/django-pg-returning | closed | Broken import for EmptyResultSet on Django 3.1 | bug compatibility | Installing the package and importing the `UpdateReturningManager` is broken on Django 3.1
It raises
```
cannot import name 'EmptyResultSet' from 'django.db.models.query' (/Users/rvinzent/invitae/lab-entity-service/env/lib/python3.8/site-packages/django/db/models/query.py)
```
`EmptyResultSet` appears to have m... | True | Broken import for EmptyResultSet on Django 3.1 - Installing the package and importing the `UpdateReturningManager` is broken on Django 3.1
It raises
```
cannot import name 'EmptyResultSet' from 'django.db.models.query' (/Users/rvinzent/invitae/lab-entity-service/env/lib/python3.8/site-packages/django/db/models/que... | comp | broken import for emptyresultset on django installing the package and importing the updatereturningmanager is broken on django it raises cannot import name emptyresultset from django db models query users rvinzent invitae lab entity service env lib site packages django db models query py ... | 1 |
417,040 | 28,110,051,127 | IssuesEvent | 2023-03-31 06:17:05 | eccentricOrange/DDBot | https://api.github.com/repos/eccentricOrange/DDBot | closed | Clarify about the two header files | documentation | There are two headers (`DDBot.h` and `ForwardDDBot.h`) in this library. The README should clarify which one to use.
<!-- Edit the body of your new issue then click the ✓ "Create Issue" button in the top right of the editor. The first line will be the issue title. Assignees and Labels follow after a blank line. Leave a... | 1.0 | Clarify about the two header files - There are two headers (`DDBot.h` and `ForwardDDBot.h`) in this library. The README should clarify which one to use.
<!-- Edit the body of your new issue then click the ✓ "Create Issue" button in the top right of the editor. The first line will be the issue title. Assignees and Labe... | non_comp | clarify about the two header files there are two headers ddbot h and forwardddbot h in this library the readme should clarify which one to use | 0 |
313,187 | 23,460,916,572 | IssuesEvent | 2022-08-16 13:03:32 | Brendonovich/prisma-client-rust | https://api.github.com/repos/Brendonovich/prisma-client-rust | opened | Better documentation | documentation | More & higher quality docs are always good, I'll keep a list of things that need to be documented here. | 1.0 | Better documentation - More & higher quality docs are always good, I'll keep a list of things that need to be documented here. | non_comp | better documentation more higher quality docs are always good i ll keep a list of things that need to be documented here | 0 |
15,048 | 18,892,110,095 | IssuesEvent | 2021-11-15 14:18:12 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | Disentangle segmented algorithms | type: enhancement type: compatibility issue category: algorithms project: GSoC | Currently the segmented algorithms are part and parcel of the implementation of the parallel algorithms. That unnecessarily complicates those. Now, that we have converted the parallel algorithm APIs into customization point (CPO) based implementations, the segmented algorithms could be separated and exposed through the... | True | Disentangle segmented algorithms - Currently the segmented algorithms are part and parcel of the implementation of the parallel algorithms. That unnecessarily complicates those. Now, that we have converted the parallel algorithm APIs into customization point (CPO) based implementations, the segmented algorithms could b... | comp | disentangle segmented algorithms currently the segmented algorithms are part and parcel of the implementation of the parallel algorithms that unnecessarily complicates those now that we have converted the parallel algorithm apis into customization point cpo based implementations the segmented algorithms could b... | 1 |
12,082 | 14,245,041,485 | IssuesEvent | 2020-11-19 08:02:09 | Lothrazar/Storage-Network | https://api.github.com/repos/Lothrazar/Storage-Network | closed | Export cables with Operation Upgrades causing a lot of TPS lag (1.12.2) | 1.12 compatibility | Minecraft 1.12.2, SSN 1.7.10
Single Player, with the MC Eternal modpack
I have a setup where 8 or so export cables feed into a blob of factorizers from Thermal Expansion, via some chests and pipes etc. The factorizer outputs then feed into import cables. The export cable have operation upgrades to leave certa... | True | Export cables with Operation Upgrades causing a lot of TPS lag (1.12.2) - Minecraft 1.12.2, SSN 1.7.10
Single Player, with the MC Eternal modpack
I have a setup where 8 or so export cables feed into a blob of factorizers from Thermal Expansion, via some chests and pipes etc. The factorizer outputs then feed i... | comp | export cables with operation upgrades causing a lot of tps lag minecraft ssn single player with the mc eternal modpack i have a setup where or so export cables feed into a blob of factorizers from thermal expansion via some chests and pipes etc the factorizer outputs then feed into... | 1 |
15,233 | 19,340,097,733 | IssuesEvent | 2021-12-15 02:45:49 | PG85/OpenTerrainGenerator | https://api.github.com/repos/PG85/OpenTerrainGenerator | closed | crash : can't work with ancient warfare2 | Forge Mod Compatibility Bug - Crash | #### OTG Plugin or Mod
[Please specify if it's about Forge Mod or Spigot server Plugin placing "x" into []]
- [x] OTG Mod for Forge
- [ ] OTG Plugin for Spigot
#### OTG Version
[Please specify the full OTG version that you are running by placing "x" into []]
- [x] 1.12.2_v9.3
- [ ] 1.12.2_v8_r1
- [ ] 1.12.2_v... | True | crash : can't work with ancient warfare2 - #### OTG Plugin or Mod
[Please specify if it's about Forge Mod or Spigot server Plugin placing "x" into []]
- [x] OTG Mod for Forge
- [ ] OTG Plugin for Spigot
#### OTG Version
[Please specify the full OTG version that you are running by placing "x" into []]
- [x] 1.12... | comp | crash can t work with ancient otg plugin or mod otg mod for forge otg plugin for spigot otg version dev other specify here forge or spigot versions ... | 1 |
773,611 | 27,163,547,539 | IssuesEvent | 2023-02-17 13:48:26 | Testaustime/testaustime-frontend | https://api.github.com/repos/Testaustime/testaustime-frontend | opened | Implement username editing | enhancement priority-low | Problems:
- Friend data cache: requesting the data for a friend's dashboard will fail for a few minutes if the friend changes their username, because the react-query cache will still use the old username | 1.0 | Implement username editing - Problems:
- Friend data cache: requesting the data for a friend's dashboard will fail for a few minutes if the friend changes their username, because the react-query cache will still use the old username | non_comp | implement username editing problems friend data cache requesting the data for a friend s dashboard will fail for a few minutes if the friend changes their username because the react query cache will still use the old username | 0 |
109,094 | 4,370,304,344 | IssuesEvent | 2016-08-04 05:41:06 | anyweez/sorjs.com | https://api.github.com/repos/anyweez/sorjs.com | closed | Automated deployment to sorjs.com | feature request high priority | Automated deployment is set up as of b432181. Domain is reserved and DNS should be configured but I think it's taking a while to propagate. | 1.0 | Automated deployment to sorjs.com - Automated deployment is set up as of b432181. Domain is reserved and DNS should be configured but I think it's taking a while to propagate. | non_comp | automated deployment to sorjs com automated deployment is set up as of domain is reserved and dns should be configured but i think it s taking a while to propagate | 0 |
83,200 | 10,331,919,333 | IssuesEvent | 2019-09-02 20:31:33 | LLK/scratch-blocks | https://api.github.com/repos/LLK/scratch-blocks | opened | Revisit Block Menu Hierarchy | design | Currently block menu's have a flat hierarchy, all the elements within the list are listed as the same. For example the "play sound until done" block has a menu that lists all the sounds associated with a sprite and an "action" to record a new sound.
<img width="261" alt="Screen Shot 2019-09-02 at 4 28 47 PM" src="ht... | 1.0 | Revisit Block Menu Hierarchy - Currently block menu's have a flat hierarchy, all the elements within the list are listed as the same. For example the "play sound until done" block has a menu that lists all the sounds associated with a sprite and an "action" to record a new sound.
<img width="261" alt="Screen Shot 20... | non_comp | revisit block menu hierarchy currently block menu s have a flat hierarchy all the elements within the list are listed as the same for example the play sound until done block has a menu that lists all the sounds associated with a sprite and an action to record a new sound img width alt screen shot ... | 0 |
13,752 | 16,470,298,241 | IssuesEvent | 2021-05-23 09:13:39 | safing/portmaster | https://api.github.com/repos/safing/portmaster | opened | Windscribe VPN Compatability | in/compatibility | **Pre-Submit Checklist**:
- Check applicable sources for existing issues:
- [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility)
- [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
- [Github Issues](https://github.com/safing/portmaster/i... | True | Windscribe VPN Compatability - **Pre-Submit Checklist**:
- Check applicable sources for existing issues:
- [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility)
- [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
- [Github Issues](https:/... | comp | windscribe vpn compatability pre submit checklist check applicable sources for existing issues what worked windscribe still connected to its vpn servers what did not work when connecting to windscribe vpn using its gui while portmaster was on websites would ... | 1 |
19,241 | 26,741,071,424 | IssuesEvent | 2023-01-30 13:02:10 | grafana/xk6-browser | https://api.github.com/repos/grafana/xk6-browser | closed | Reduce dependency usage | optimization k6-core-compatibility | Some dependencies currently required by the project are marginally used and could potentially be removed. This acquires more relevance with the upcoming merge with k6 core due to the importance that is placed in this project to minimize the dependencies usage and limit its heterogeneity in order to prevent malfunctions... | True | Reduce dependency usage - Some dependencies currently required by the project are marginally used and could potentially be removed. This acquires more relevance with the upcoming merge with k6 core due to the importance that is placed in this project to minimize the dependencies usage and limit its heterogeneity in ord... | comp | reduce dependency usage some dependencies currently required by the project are marginally used and could potentially be removed this acquires more relevance with the upcoming merge with core due to the importance that is placed in this project to minimize the dependencies usage and limit its heterogeneity in orde... | 1 |
2,410 | 5,163,526,111 | IssuesEvent | 2017-01-17 07:10:23 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | WordPress / Yoast issue? | bug compatibility | ### In Wordpress, when I create a new post, and publish it, I expect the page to be created without any prompts asking me to Stay or Leave (and lose changes).
### For the last few weeks, I've been getting a prompt that asks me if I want to Stay or Leave (and lose changes). If I stay, nothing happens. If I leave, the... | True | WordPress / Yoast issue? - ### In Wordpress, when I create a new post, and publish it, I expect the page to be created without any prompts asking me to Stay or Leave (and lose changes).
### For the last few weeks, I've been getting a prompt that asks me if I want to Stay or Leave (and lose changes). If I stay, nothi... | comp | wordpress yoast issue in wordpress when i create a new post and publish it i expect the page to be created without any prompts asking me to stay or leave and lose changes for the last few weeks i ve been getting a prompt that asks me if i want to stay or leave and lose changes if i stay nothi... | 1 |
9,044 | 11,090,943,881 | IssuesEvent | 2019-12-15 08:29:06 | tenpy/tenpy | https://api.github.com/repos/tenpy/tenpy | closed | Drop support for scipy version < 0.18 | incompatible | Starting with scipy version 0.18, the `scipy.linalg.svd` takes the lapack driver argument such that we can greatly simplify the `svd_robust.py` and are no longer required to load lapack directly from there. Remove the corresponding test as well. | True | Drop support for scipy version < 0.18 - Starting with scipy version 0.18, the `scipy.linalg.svd` takes the lapack driver argument such that we can greatly simplify the `svd_robust.py` and are no longer required to load lapack directly from there. Remove the corresponding test as well. | comp | drop support for scipy version starting with scipy version the scipy linalg svd takes the lapack driver argument such that we can greatly simplify the svd robust py and are no longer required to load lapack directly from there remove the corresponding test as well | 1 |
10,393 | 12,345,892,737 | IssuesEvent | 2020-05-15 09:45:31 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Add support for HSQLDB table-valued functions | C: Functionality E: All Editions P: Medium R: Fixed T: Enhancement T: Incompatible change | The existing `F_GET_ONE_CURSOR()` function is in fact a table-valued function, which should be supported natively as such by jOOQ.
---
See also #1070
| True | Add support for HSQLDB table-valued functions - The existing `F_GET_ONE_CURSOR()` function is in fact a table-valued function, which should be supported natively as such by jOOQ.
---
See also #1070
| comp | add support for hsqldb table valued functions the existing f get one cursor function is in fact a table valued function which should be supported natively as such by jooq see also | 1 |
133,725 | 18,299,067,674 | IssuesEvent | 2021-10-05 23:57:41 | bsbtd/Teste | https://api.github.com/repos/bsbtd/Teste | opened | WS-2018-0107 (High) detected in open-0.0.5.tgz | security vulnerability | ## WS-2018-0107 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>open-0.0.5.tgz</b></p></summary>
<p>open a file or url in the user's preferred application</p>
<p>Library home page: <a ... | True | WS-2018-0107 (High) detected in open-0.0.5.tgz - ## WS-2018-0107 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>open-0.0.5.tgz</b></p></summary>
<p>open a file or url in the user's pr... | non_comp | ws high detected in open tgz ws high severity vulnerability vulnerable library open tgz open a file or url in the user s preferred application library home page a href path to dependency file teste ionic angular twitter pwa package json path to vulnerable library tes... | 0 |
589,398 | 17,695,947,205 | IssuesEvent | 2021-08-24 15:18:08 | googleapis/repo-automation-bots | https://api.github.com/repos/googleapis/repo-automation-bots | closed | bug(auto-approve): crashed with `Not Found` | type: bug priority: p2 bot: auto approve | ```
HttpError: Not Found
at /workspace/node_modules/@octokit/request/dist-node/index.js:66:23
at async sendRequestWithRetries (/workspace/node_modules/@octokit/auth-app/dist-node/index.js:445:12)
at async Object.getChangedFiles (/workspace/build/src/get-PR-info.js:29:17)
at asyn... | 1.0 | bug(auto-approve): crashed with `Not Found` - ```
HttpError: Not Found
at /workspace/node_modules/@octokit/request/dist-node/index.js:66:23
at async sendRequestWithRetries (/workspace/node_modules/@octokit/auth-app/dist-node/index.js:445:12)
at async Object.getChangedFiles (/workspace/bu... | non_comp | bug auto approve crashed with not found httperror not found at workspace node modules octokit request dist node index js at async sendrequestwithretries workspace node modules octokit auth app dist node index js at async object getchangedfiles workspace build s... | 0 |
18,921 | 26,294,744,853 | IssuesEvent | 2023-01-08 20:58:25 | ikemen-engine/Ikemen-GO | https://api.github.com/repos/ikemen-engine/Ikemen-GO | closed | Explods do not to display properly in some characters. | bug duplicate compatibility | Greetings, ikemen seems to fail to render a number of effects involving these two characters made by completely different people
when activating super for example with both characters input being
D,F,a+b the effect fails to render into ikemen properly, in comparison to mugen where there it renders properly without an... | True | Explods do not to display properly in some characters. - Greetings, ikemen seems to fail to render a number of effects involving these two characters made by completely different people
when activating super for example with both characters input being
D,F,a+b the effect fails to render into ikemen properly, in compa... | comp | explods do not to display properly in some characters greetings ikemen seems to fail to render a number of effects involving these two characters made by completely different people when activating super for example with both characters input being d f a b the effect fails to render into ikemen properly in compa... | 1 |
1,705 | 4,271,496,385 | IssuesEvent | 2016-07-13 11:21:34 | medic/medic-webapp | https://api.github.com/repos/medic/medic-webapp | opened | Decide how "send to everyone" is supposed to work | v0.4 Compatibility v0.4 features in 2.x | In 0.4 you could send an SMS to "everyone", where everyone meant all CHWs under the particular thing you were referencing (eg a district).
My question to someone, maybe @abbyad, is: how should we implement this in 2.x? Should we basically do the same thing 0.4 does, except explicitly filter out contacts that we know... | True | Decide how "send to everyone" is supposed to work - In 0.4 you could send an SMS to "everyone", where everyone meant all CHWs under the particular thing you were referencing (eg a district).
My question to someone, maybe @abbyad, is: how should we implement this in 2.x? Should we basically do the same thing 0.4 does... | comp | decide how send to everyone is supposed to work in you could send an sms to everyone where everyone meant all chws under the particular thing you were referencing eg a district my question to someone maybe abbyad is how should we implement this in x should we basically do the same thing does... | 1 |
16,392 | 22,112,240,763 | IssuesEvent | 2022-06-01 22:28:28 | ikemen-engine/Ikemen-GO | https://api.github.com/repos/ikemen-engine/Ikemen-GO | closed | Downtracking behavior is different from MUGEN. | bug compatibility | In IKEMEN GO, the attack after Donald's down follow-up is not hitting.
https://user-images.githubusercontent.com/99640380/169691023-5bb10c69-4ba7-4419-a2fc-e405c839b468.mp4
| True | Downtracking behavior is different from MUGEN. - In IKEMEN GO, the attack after Donald's down follow-up is not hitting.
https://user-images.githubusercontent.com/99640380/169691023-5bb10c69-4ba7-4419-a2fc-e405c839b468.mp4
| comp | downtracking behavior is different from mugen in ikemen go the attack after donald s down follow up is not hitting | 1 |
17,833 | 10,133,582,857 | IssuesEvent | 2019-08-02 03:59:51 | gsylvie/t | https://api.github.com/repos/gsylvie/t | closed | CVE-2018-12022 (High) detected in jackson-databind-2.8.10.jar | security vulnerability | ## CVE-2018-12022 - 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.8.10.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streami... | True | CVE-2018-12022 (High) detected in jackson-databind-2.8.10.jar - ## CVE-2018-12022 - 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.8.10.jar</b></p></summary>
<p>Gener... | non_comp | cve high detected in jackson databind jar 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 t pom xml path to vulnerable... | 0 |
12,414 | 14,670,638,199 | IssuesEvent | 2020-12-30 05:42:51 | Foundry376/Mailspring | https://api.github.com/repos/Foundry376/Mailspring | reopened | Institutional Office365 not working | mailserver-incompatibility needs-reproduction | <!--
Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development.
Before filling out this form, try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues. Upvoting an existing sync issue is MUCH better than submitting a... | True | Institutional Office365 not working - <!--
Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development.
Before filling out this form, try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues. Upvoting an existing sync ... | comp | institutional not working thanks for taking the time to file an issue the mailspring community uses github issues to coordinate development before filling out this form try searching for both open and closed issues here upvoting an existing sync issue is much better than submitting a new one it oft... | 1 |
39,851 | 8,693,426,934 | IssuesEvent | 2018-12-04 09:46:34 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | VSCode plugin provides incorrect types in match statement auto complete skeleton | Component/VScode plugin Type/Bug | **Description:**
$subject
**Steps to reproduce:**
I was testing the jdbc client scenarios.
Was calling batchUpdate operation on the following endpoint.
```ballerina
endpoint jdbc:Client testDB1 {
url: "jdbc:mysql://localhost:3306/testdb",
username: "root",
password: "root",
poolOptions: { ... | 1.0 | VSCode plugin provides incorrect types in match statement auto complete skeleton - **Description:**
$subject
**Steps to reproduce:**
I was testing the jdbc client scenarios.
Was calling batchUpdate operation on the following endpoint.
```ballerina
endpoint jdbc:Client testDB1 {
url: "jdbc:mysql://localho... | non_comp | vscode plugin provides incorrect types in match statement auto complete skeleton description subject steps to reproduce i was testing the jdbc client scenarios was calling batchupdate operation on the following endpoint ballerina endpoint jdbc client url jdbc mysql localhost t... | 0 |
1,766 | 4,320,858,725 | IssuesEvent | 2016-07-25 07:48:00 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | com.samsung.voiceserviceplatform - HTTPS issue | Compatibility SSL | I'm using Adguard for my Samsung Galaxy s7 and it is working great. But, there is a little problem with HTTPS filtering. There is an app on Samsung called "S Voice" and I use it a lot. But, everytime I enable the HTTPS filtering, it will interfere with that app and cause it to stop working.
The package name accordi... | True | com.samsung.voiceserviceplatform - HTTPS issue - I'm using Adguard for my Samsung Galaxy s7 and it is working great. But, there is a little problem with HTTPS filtering. There is an app on Samsung called "S Voice" and I use it a lot. But, everytime I enable the HTTPS filtering, it will interfere with that app and cause... | comp | com samsung voiceserviceplatform https issue i m using adguard for my samsung galaxy and it is working great but there is a little problem with https filtering there is an app on samsung called s voice and i use it a lot but everytime i enable the https filtering it will interfere with that app and cause ... | 1 |
377,724 | 11,183,222,399 | IssuesEvent | 2019-12-31 12:15:38 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.instagram.com - site is not usable | browser-firefox engine-gecko form-v2-experiment priority-critical | <!-- @browser: Firefox 72.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @extra_labels: form-v2-experiment -->
**URL**: https://www.instagram.com/
**Browser / Version**: Firefox 72.0
**Operating System**: Windows... | 1.0 | www.instagram.com - site is not usable - <!-- @browser: Firefox 72.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @extra_labels: form-v2-experiment -->
**URL**: https://www.instagram.com/
**Browser / Version**: F... | non_comp | site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description don t load feed steps to reproduce don t load feed only stories browser configuration gfx webrende... | 0 |
4,502 | 16,721,814,960 | IssuesEvent | 2021-06-10 08:15:47 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | closed | BUG. Thumbnail component. Image media example contains video example. | E2E automation ariba bug platform | #### Is this a bug, enhancement, or feature request?
Bug.
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
0.29.0-rc.4
#### If this is a bug, please provide steps for reproducing it.
SR:
1. Open Thumbnails => Basic Example.
2. ... | 1.0 | BUG. Thumbnail component. Image media example contains video example. - #### Is this a bug, enhancement, or feature request?
Bug.
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
0.29.0-rc.4
#### If this is a bug, please provide st... | non_comp | bug thumbnail component image media example contains video example is this a bug enhancement or feature request bug which versions of angular and fundamental library for angular are affected if this is a feature request use current version rc if this is a bug please provide ste... | 0 |
110,586 | 23,960,453,176 | IssuesEvent | 2022-09-12 18:35:34 | JammerCore/JammerCore | https://api.github.com/repos/JammerCore/JammerCore | opened | Remove the HTTP HEAD code from API implementations, and make it an HTTP GET variation | bug code quality api | https://developer.mozilla.org/en-US/docs/web/http/methods/head
According to the standards HTTP HEAD requests are HTTP GET requests without a body. This means technically an HTTP HEAD request should do exactly the same thing as an HTTP GET request, minus the body. That means all our code should actually execute, but ... | 1.0 | Remove the HTTP HEAD code from API implementations, and make it an HTTP GET variation - https://developer.mozilla.org/en-US/docs/web/http/methods/head
According to the standards HTTP HEAD requests are HTTP GET requests without a body. This means technically an HTTP HEAD request should do exactly the same thing as an... | non_comp | remove the http head code from api implementations and make it an http get variation according to the standards http head requests are http get requests without a body this means technically an http head request should do exactly the same thing as an http get request minus the body that means all our code sh... | 0 |
34,780 | 4,954,353,900 | IssuesEvent | 2016-12-01 17:20:44 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | ci-kubernetes-e2e-gce-alpha-features-release-1.5: broken test run | kind/flake priority/P2 team/test-infra | https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-alpha-features-release-1.5/199/
Multiple broken tests:
Failed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should handle updates to source ip annotation [Slow][Feature:ExternalTrafficLocalOnly] {Kubernetes e2e suite}
`... | 1.0 | ci-kubernetes-e2e-gce-alpha-features-release-1.5: broken test run - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-alpha-features-release-1.5/199/
Multiple broken tests:
Failed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should handle updates to source ip annotatio... | non_comp | ci kubernetes gce alpha features release broken test run multiple broken tests failed esipp should handle updates to source ip annotation kubernetes suite go src io kubernetes output dockerized go src io kubernetes test service go dec timeout waiting for service ex... | 0 |
1,616 | 3,370,752,650 | IssuesEvent | 2015-11-23 16:19:41 | nubisproject/nubis-jumphost | https://api.github.com/repos/nubisproject/nubis-jumphost | closed | Install duo and configure via confd | enhancement security | Need to get duo_unix package installed on the jumphost and have it configured via confd | True | Install duo and configure via confd - Need to get duo_unix package installed on the jumphost and have it configured via confd | non_comp | install duo and configure via confd need to get duo unix package installed on the jumphost and have it configured via confd | 0 |
20,251 | 29,171,561,195 | IssuesEvent | 2023-05-19 02:36:29 | dosbox-staging/dosbox-staging | https://api.github.com/repos/dosbox-staging/dosbox-staging | closed | Alien Trilogy Level 25, it is not possible to climb the ramps | question game compatibility | ### Are you using the latest Dosbox-Staging Version?
- [X] I have checked releases and am using the latest release.
### Different version than latest?
main branch
### What Operating System are you using?
Linux x86_64
### Whats your question and how can we help?
in this Alien Trilogy gameplay we can see how at le... | True | Alien Trilogy Level 25, it is not possible to climb the ramps - ### Are you using the latest Dosbox-Staging Version?
- [X] I have checked releases and am using the latest release.
### Different version than latest?
main branch
### What Operating System are you using?
Linux x86_64
### Whats your question and how c... | comp | alien trilogy level it is not possible to climb the ramps are you using the latest dosbox staging version i have checked releases and am using the latest release different version than latest main branch what operating system are you using linux whats your question and how can we ... | 1 |
20,180 | 28,325,764,807 | IssuesEvent | 2023-04-11 07:03:42 | renaissance-benchmarks/renaissance | https://api.github.com/repos/renaissance-benchmarks/renaissance | closed | Build in Fedora 35-based container fails | compatibility | I wanted to update our [Docker images](https://github.com/renaissance-benchmarks/docker-buildenv) to use Fedora 35 (instead of 34) and this actually lead to quite extraordinary failures.
Here is [log of one of the runs](https://github.com/renaissance-benchmarks/renaissance/runs/5010160956). Pasting here for complete... | True | Build in Fedora 35-based container fails - I wanted to update our [Docker images](https://github.com/renaissance-benchmarks/docker-buildenv) to use Fedora 35 (instead of 34) and this actually lead to quite extraordinary failures.
Here is [log of one of the runs](https://github.com/renaissance-benchmarks/renaissance/... | comp | build in fedora based container fails i wanted to update our to use fedora instead of and this actually lead to quite extraordinary failures here is pasting here for completeness at the end of the description i have no idea what could be the culprit it was not a spurious error the jdk buil... | 1 |
212,273 | 16,480,047,369 | IssuesEvent | 2021-05-24 10:26:22 | manpercar1/dp2-G32-Functional-testing | https://api.github.com/repos/manpercar1/dp2-G32-Functional-testing | closed | Team members | documentation | Produce a report in which you introduce your workgroup members, including their full names, recent picture, corporate email, roles played, and a global assessment of their per-formance. | 1.0 | Team members - Produce a report in which you introduce your workgroup members, including their full names, recent picture, corporate email, roles played, and a global assessment of their per-formance. | non_comp | team members produce a report in which you introduce your workgroup members including their full names recent picture corporate email roles played and a global assessment of their per formance | 0 |
126,876 | 12,301,326,598 | IssuesEvent | 2020-05-11 15:15:09 | eaudeweb/ozone | https://api.github.com/repos/eaudeweb/ozone | closed | Remaining sections of the user documentation | Component: Documentation | Necessary updates/additions:
- [ ] admin documentation
- [ ] updated screenshots for process agents (data tab and remarks)
- [ ] updated screenshots for exemptions (critical use categories) | 1.0 | Remaining sections of the user documentation - Necessary updates/additions:
- [ ] admin documentation
- [ ] updated screenshots for process agents (data tab and remarks)
- [ ] updated screenshots for exemptions (critical use categories) | non_comp | remaining sections of the user documentation necessary updates additions admin documentation updated screenshots for process agents data tab and remarks updated screenshots for exemptions critical use categories | 0 |
1,319 | 3,830,052,908 | IssuesEvent | 2016-03-31 13:19:48 | liyang/thyme | https://api.github.com/repos/liyang/thyme | closed | warnings in ghc 7.10 after BBP | compatibility | ```
src/Data/Thyme/Calendar/Internal.hs:21:1: Warning:
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
src/Data/Thyme/Format/Human.hs:15:1: Warning:
The import of ‘Contro... | True | warnings in ghc 7.10 after BBP - ```
src/Data/Thyme/Calendar/Internal.hs:21:1: Warning:
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
src/Data/Thyme/Format/Human.hs:15:1: Wa... | comp | warnings in ghc after bbp src data thyme calendar internal hs warning the import of ‘control applicative’ is redundant except perhaps to import instances from ‘control applicative’ to import instances alone use import control applicative src data thyme format human hs warni... | 1 |
13,260 | 15,624,698,600 | IssuesEvent | 2021-03-21 04:01:40 | wpcache/wpcache | https://api.github.com/repos/wpcache/wpcache | opened | Flywheel Compatibility | stat:awaiting type:compatibility | Please make sure that this compatibility has not been reported before.
**Compatibility Type:**
- [x] WordPress Hosting Platforms
- [ ] Themes & Page Builders
- [ ] Plugins
- [ ] eCommerce
- [ ] Multilingual
**Compatibility Info:**
- Name: Flywheel
- Web: https://getflywheel.com/
**Compatibility Tests:**... | True | Flywheel Compatibility - Please make sure that this compatibility has not been reported before.
**Compatibility Type:**
- [x] WordPress Hosting Platforms
- [ ] Themes & Page Builders
- [ ] Plugins
- [ ] eCommerce
- [ ] Multilingual
**Compatibility Info:**
- Name: Flywheel
- Web: https://getflywheel.com/
... | comp | flywheel compatibility please make sure that this compatibility has not been reported before compatibility type wordpress hosting platforms themes page builders plugins ecommerce multilingual compatibility info name flywheel web compatibility tests ca... | 1 |
81,185 | 3,587,707,220 | IssuesEvent | 2016-01-30 14:17:59 | KWARC/sTeX | https://api.github.com/repos/KWARC/sTeX | opened | \mhinputref{foo} followed by \inputmhmodule{foo} | bug Priority | In ```~/localmh/MathHub/MiKoMH/TDM/source/digdocs/fragments/markup.tex``` (reinstate the commented-out parts) we have a deep importmodule recursion. I think this is a bug in sTeX loading, since when I load the problematic file ```MiKoMH/talks/source/omdoc/en/markup_styles.tex``` alone nothing goes wrong. But in conte... | 1.0 | \mhinputref{foo} followed by \inputmhmodule{foo} - In ```~/localmh/MathHub/MiKoMH/TDM/source/digdocs/fragments/markup.tex``` (reinstate the commented-out parts) we have a deep importmodule recursion. I think this is a bug in sTeX loading, since when I load the problematic file ```MiKoMH/talks/source/omdoc/en/markup_s... | non_comp | mhinputref foo followed by inputmhmodule foo in localmh mathhub mikomh tdm source digdocs fragments markup tex reinstate the commented out parts we have a deep importmodule recursion i think this is a bug in stex loading since when i load the problematic file mikomh talks source omdoc en markup s... | 0 |
212,730 | 23,942,767,265 | IssuesEvent | 2022-09-12 02:35:17 | dmyers87/collie | https://api.github.com/repos/dmyers87/collie | closed | CVE-2021-41496 (High) detected in numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl - autoclosed | security vulnerability | ## CVE-2021-41496 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl</b></p></summary>
<p>NumPy is the fundamental p... | True | CVE-2021-41496 (High) detected in numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl - autoclosed - ## CVE-2021-41496 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b... | non_comp | cve high detected in numpy manylinux whl autoclosed cve high severity vulnerability vulnerable library numpy manylinux whl numpy is the fundamental package for array computing with python library home page a href path to dependency ... | 0 |
9,139 | 11,167,907,820 | IssuesEvent | 2019-12-27 19:12:16 | bitcoinops/bitcoinops.github.io | https://api.github.com/repos/bitcoinops/bitcoinops.github.io | closed | Compatibility details for Purse.io and bcoin | Compatibility | bcoin (https://github.com/bcoin-org/bcoin, https://bcoin.io/) is the backend full node and wallet used by Purse.io. They could be listed together or separately (or just one or the other). bcoin offers a range of options, but Purse has been configured with specific settings. I'm happy to make a PR to this repo with deta... | True | Compatibility details for Purse.io and bcoin - bcoin (https://github.com/bcoin-org/bcoin, https://bcoin.io/) is the backend full node and wallet used by Purse.io. They could be listed together or separately (or just one or the other). bcoin offers a range of options, but Purse has been configured with specific settings... | comp | compatibility details for purse io and bcoin bcoin is the backend full node and wallet used by purse io they could be listed together or separately or just one or the other bcoin offers a range of options but purse has been configured with specific settings i m happy to make a pr to this repo with details ... | 1 |
96,110 | 19,902,060,237 | IssuesEvent | 2022-01-25 09:02:15 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | [Unstable] wikiimage_sub outputs blank image | Bug Code | - [x] I have searched the issue tracker to check if the issue has already been reported.
**Steps To Reproduce**
1. Open sub in sub editor
2. Use the `wikiimage_sub` command
3. View created image
**Version**
Windows Unstable v0.16.0.0 | 1.0 | [Unstable] wikiimage_sub outputs blank image - - [x] I have searched the issue tracker to check if the issue has already been reported.
**Steps To Reproduce**
1. Open sub in sub editor
2. Use the `wikiimage_sub` command
3. View created image
**Version**
Windows Unstable v0.16.0.0 | non_comp | wikiimage sub outputs blank image i have searched the issue tracker to check if the issue has already been reported steps to reproduce open sub in sub editor use the wikiimage sub command view created image version windows unstable | 0 |
7,046 | 9,312,360,988 | IssuesEvent | 2019-03-26 00:52:31 | STEllAR-GROUP/phylanx | https://api.github.com/repos/STEllAR-GROUP/phylanx | opened | 2d/3d advanced slicing not fully implemented | category: primitives submodule: backend type: compatibility issue type: feature request | We miss a lot of functionality in this domain:
- [x] advanced integer slicing (extraction) for 2d and 3d arrays (#876)
- [ ] advanced integer slicing (assignment) for 2d and 3d arrays
- [ ] advanced Boolean slicing (extraction) for 2d and 3d arrays
- [ ] advanced Boolean slicing (assignment) for 2d and 3d arrays | True | 2d/3d advanced slicing not fully implemented - We miss a lot of functionality in this domain:
- [x] advanced integer slicing (extraction) for 2d and 3d arrays (#876)
- [ ] advanced integer slicing (assignment) for 2d and 3d arrays
- [ ] advanced Boolean slicing (extraction) for 2d and 3d arrays
- [ ] advanced Boo... | comp | advanced slicing not fully implemented we miss a lot of functionality in this domain advanced integer slicing extraction for and arrays advanced integer slicing assignment for and arrays advanced boolean slicing extraction for and arrays advanced boolean slicing assi... | 1 |
11,768 | 13,882,383,051 | IssuesEvent | 2020-10-18 06:37:01 | Earth-1610/intellij-kotlin | https://api.github.com/repos/Earth-1610/intellij-kotlin | closed | fix compatibility problems for IntelliJ IDEA Ultimate IU-203.3645.34&203.4203.26 | compatibility | **Method not found (1 problem)**
_Invocation of unresolved method ScTypeArgs.typeArgs() (1 problem)_
Method ScalaPsiParameterAdaptor.getType() contains an invokeinterface instruction referencing an unresolved method ScTypeArgs.typeArgs(). This can lead to NoSuchMethodError exception at runtime.
The method might have... | True | fix compatibility problems for IntelliJ IDEA Ultimate IU-203.3645.34&203.4203.26 - **Method not found (1 problem)**
_Invocation of unresolved method ScTypeArgs.typeArgs() (1 problem)_
Method ScalaPsiParameterAdaptor.getType() contains an invokeinterface instruction referencing an unresolved method ScTypeArgs.typeArgs... | comp | fix compatibility problems for intellij idea ultimate iu method not found problem invocation of unresolved method sctypeargs typeargs problem method scalapsiparameteradaptor gettype contains an invokeinterface instruction referencing an unresolved method sctypeargs typeargs this can... | 1 |
3,765 | 6,625,868,325 | IssuesEvent | 2017-09-22 17:07:28 | w3c/ortc | https://api.github.com/repos/w3c/ortc | closed | ICE: Sync with WebRTC 1.0 | 1.0 compatibility issue PR exists | The following merged WebRTC 1.0 PRs may relate to ORTC as well:
https://github.com/w3c/webrtc-pc/pull/1429 (ICE TCP types)
https://github.com/w3c/webrtc-pc/pull/1239 (RTCIceConnectionEventInit: url is nullable)
https://github.com/w3c/webrtc-pc/pull/1176 (RTCIceTransportPolicy enum descriptions)
https://github.co... | True | ICE: Sync with WebRTC 1.0 - The following merged WebRTC 1.0 PRs may relate to ORTC as well:
https://github.com/w3c/webrtc-pc/pull/1429 (ICE TCP types)
https://github.com/w3c/webrtc-pc/pull/1239 (RTCIceConnectionEventInit: url is nullable)
https://github.com/w3c/webrtc-pc/pull/1176 (RTCIceTransportPolicy enum desc... | comp | ice sync with webrtc the following merged webrtc prs may relate to ortc as well ice tcp types rtciceconnectioneventinit url is nullable rtcicetransportpolicy enum descriptions constructor for rtcicecandidate | 1 |
415,366 | 12,128,385,699 | IssuesEvent | 2020-04-22 20:24:38 | LBNL-ETA/BEDES-Manager | https://api.github.com/repos/LBNL-ETA/BEDES-Manager | closed | import error message should be more informative | bug high priority | When I try to import a composite term that is formed incorrectly (e.g., with "State = xyz123" in the term mapping for an application term called "abc"), I get an error messages saying "No data returned from the query.Term=(abc)", but it would be helpful if the message specified which application term and which constrai... | 1.0 | import error message should be more informative - When I try to import a composite term that is formed incorrectly (e.g., with "State = xyz123" in the term mapping for an application term called "abc"), I get an error messages saying "No data returned from the query.Term=(abc)", but it would be helpful if the message s... | non_comp | import error message should be more informative when i try to import a composite term that is formed incorrectly e g with state in the term mapping for an application term called abc i get an error messages saying no data returned from the query term abc but it would be helpful if the message specif... | 0 |
16,389 | 22,100,400,231 | IssuesEvent | 2022-06-01 13:22:35 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Exclude Interactive Geo Maps plugin scripts from Minify JS | type: enhancement 3rd party compatibility module: minify JS | **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version -3.11.2
- Used the search feature to ensure that the bug hasn’t been reported before - yes
**Describe the bug**
When Minify JavaScript option is enabled, it causes the following console ... | True | Exclude Interactive Geo Maps plugin scripts from Minify JS - **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version -3.11.2
- Used the search feature to ensure that the bug hasn’t been reported before - yes
**Describe the bug**
When Minify J... | comp | exclude interactive geo maps plugin scripts from minify js before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before yes describe the bug when minify ja... | 1 |
17,379 | 23,949,289,707 | IssuesEvent | 2022-09-12 10:03:51 | AdguardTeam/AdguardForWindows | https://api.github.com/repos/AdguardTeam/AdguardForWindows | closed | Uninstall Tool removes AdGuard's data when uninstalling AdGuard VPN | compatibility | Вчера установил **AdGuard VPN**, а сегодня его удалил. Но когда запустил **AdGuard 7.10.2** он оказался девственно чистым ( как будто его только что установили ).
**PS:** We’ve received your message, the ticket number is 632040 | True | Uninstall Tool removes AdGuard's data when uninstalling AdGuard VPN - Вчера установил **AdGuard VPN**, а сегодня его удалил. Но когда запустил **AdGuard 7.10.2** он оказался девственно чистым ( как будто его только что установили ).
**PS:** We’ve received your message, the ticket number is 632040 | comp | uninstall tool removes adguard s data when uninstalling adguard vpn вчера установил adguard vpn а сегодня его удалил но когда запустил adguard он оказался девственно чистым как будто его только что установили ps we’ve received your message the ticket number is | 1 |
171,334 | 27,102,575,826 | IssuesEvent | 2023-02-15 09:45:39 | grafana/grafana | https://api.github.com/repos/grafana/grafana | reopened | GLDS-Alerts; EPIC | design-system design-system: component design-system: pattern design-system: documentation | The current Grafana Alerts and InfoBox are inconsistently used across the product, present long messages poorly and generally don't have the required documentation to ensure proper, consistent implementation.
Work:
- [x] #58751
- [x] #58752
- [x] #58753
Resources/References:
- [x] [Figma alert explorations](ht... | 4.0 | GLDS-Alerts; EPIC - The current Grafana Alerts and InfoBox are inconsistently used across the product, present long messages poorly and generally don't have the required documentation to ensure proper, consistent implementation.
Work:
- [x] #58751
- [x] #58752
- [x] #58753
Resources/References:
- [x] [Figma al... | non_comp | glds alerts epic the current grafana alerts and infobox are inconsistently used across the product present long messages poorly and generally don t have the required documentation to ensure proper consistent implementation work resources references | 0 |
219,660 | 17,104,607,025 | IssuesEvent | 2021-07-09 15:47:27 | moonfox/gitalk | https://api.github.com/repos/moonfox/gitalk | opened | go 语言 基准测试 结果解读 | 睡月花儿 | Gitalk go-test-benchmark-result-introducing/ | https://www.gagahappy.com/go-test-benchmark-result-introducing/
基准测试是测量一个程序在固定工作负载下的性能,使用 -bench 标记可以对代码进行基准测试 go test -v -bench=. gott/hello goos: darwin goarch: amd64 pkg: gott/hello BenchmarkHello-4 4964053 228.5 ns/op PASS ok gott/he | 1.0 | go 语言 基准测试 结果解读 | 睡月花儿 - https://www.gagahappy.com/go-test-benchmark-result-introducing/
基准测试是测量一个程序在固定工作负载下的性能,使用 -bench 标记可以对代码进行基准测试 go test -v -bench=. gott/hello goos: darwin goarch: amd64 pkg: gott/hello BenchmarkHello-4 4964053 228.5 ns/op PASS ok gott/he | non_comp | go 语言 基准测试 结果解读 睡月花儿 基准测试是测量一个程序在固定工作负载下的性能,使用 bench 标记可以对代码进行基准测试 go test v bench gott hello goos darwin goarch pkg gott hello benchmarkhello ns op pass ok gott he | 0 |
749,984 | 26,184,592,310 | IssuesEvent | 2023-01-02 21:16:48 | bounswe/bounswe2022group1 | https://api.github.com/repos/bounswe/bounswe2022group1 | closed | Editing android part for final milestone. | Priority: Medium Type: Task Status: In Progress Android | **Issue Description:**
Reading all android chapters and editing missing chapters for final milestone.
| 1.0 | Editing android part for final milestone. - **Issue Description:**
Reading all android chapters and editing missing chapters for final milestone.
| non_comp | editing android part for final milestone issue description reading all android chapters and editing missing chapters for final milestone | 0 |
215,582 | 7,295,496,337 | IssuesEvent | 2018-02-26 07:09:10 | fo2rist/McLaren | https://api.github.com/repos/fo2rist/McLaren | closed | Core. Caching | priority-normal | Caching for the main page (cold start from disk)
Maybe HTTP caching for the faster networking. | 1.0 | Core. Caching - Caching for the main page (cold start from disk)
Maybe HTTP caching for the faster networking. | non_comp | core caching caching for the main page cold start from disk maybe http caching for the faster networking | 0 |
13,069 | 15,368,419,481 | IssuesEvent | 2021-03-02 05:31:03 | vesoft-inc/nebula-graph | https://api.github.com/repos/vesoft-inc/nebula-graph | closed | directly support `RETURN 1+1` | incompatible | as shown:


The openCypher 9 TCK : `ReturnAcceptance.feature` file requests that:
```
... | True | directly support `RETURN 1+1` - as shown:


The openCypher 9 TCK : `ReturnAcceptance.feat... | comp | directly support return as shown the opencypher tck returnacceptance feature file requests that scenario arithmetic precedence with parenthesis test given any graph when executing query return then the result ... | 1 |
78,645 | 10,076,735,853 | IssuesEvent | 2019-07-24 16:57:51 | saltstack/salt | https://api.github.com/repos/saltstack/salt | closed | network.managed with type: source throws KeyError if source parameter is not given | Documentation stale | ### Description of Issue/Question
```
ID: source files from interfaces.d
Function: network.managed
Name: /etc/network/interfaces.d
Result: False
Comment: An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages... | 1.0 | network.managed with type: source throws KeyError if source parameter is not given - ### Description of Issue/Question
```
ID: source files from interfaces.d
Function: network.managed
Name: /etc/network/interfaces.d
Result: False
Comment: An exception occurred in this state: Trace... | non_comp | network managed with type source throws keyerror if source parameter is not given description of issue question id source files from interfaces d function network managed name etc network interfaces d result false comment an exception occurred in this state trace... | 0 |
61,013 | 14,597,691,327 | IssuesEvent | 2020-12-20 21:16:38 | turkdevops/sourcegraph | https://api.github.com/repos/turkdevops/sourcegraph | opened | CVE-2020-8244 (Medium) detected in bl-1.2.2.tgz, bl-4.0.2.tgz | security vulnerability | ## CVE-2020-8244 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bl-1.2.2.tgz</b>, <b>bl-4.0.2.tgz</b></p></summary>
<p>
<details><summary><b>bl-1.2.2.tgz</b></p></summary>
<p>Buf... | True | CVE-2020-8244 (Medium) detected in bl-1.2.2.tgz, bl-4.0.2.tgz - ## CVE-2020-8244 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bl-1.2.2.tgz</b>, <b>bl-4.0.2.tgz</b></p></summary>
... | non_comp | cve medium detected in bl tgz bl tgz cve medium severity vulnerability vulnerable libraries bl tgz bl tgz bl tgz buffer list collect buffers and access with a standard readable buffer interface streamable too library home page a href pat... | 0 |
6,834 | 9,122,284,653 | IssuesEvent | 2019-02-23 06:19:42 | bytesparadise/libasciidoc | https://api.github.com/repos/bytesparadise/libasciidoc | closed | Verify that `lists.adoc` test pass | area/parser area/renderer type/compatibility | Verify that support for lists is complete (enough) by supporting the `lists.adoc` source in the `test/fixtures` pkg. | True | Verify that `lists.adoc` test pass - Verify that support for lists is complete (enough) by supporting the `lists.adoc` source in the `test/fixtures` pkg. | comp | verify that lists adoc test pass verify that support for lists is complete enough by supporting the lists adoc source in the test fixtures pkg | 1 |
705,315 | 24,230,943,399 | IssuesEvent | 2022-09-26 18:13:08 | cloudflare/cloudflared | https://api.github.com/repos/cloudflare/cloudflared | closed | Unable to Stop 'New Version' Warning from Displaying - Breaking Scripts🐛 | Type: Bug Priority: Normal | The cloudflared Linux binary forces warning lines to the screen using what appear to be non-standard methods (writing directly to tty maybe) and thus, it cannot be stopped from displaying, which breaks scripts that try to parse the output for further action.
**To Reproduce**
# cloudflared tunnel list | grep -... | 1.0 | Unable to Stop 'New Version' Warning from Displaying - Breaking Scripts🐛 - The cloudflared Linux binary forces warning lines to the screen using what appear to be non-standard methods (writing directly to tty maybe) and thus, it cannot be stopped from displaying, which breaks scripts that try to parse the output for f... | non_comp | unable to stop new version warning from displaying breaking scripts🐛 the cloudflared linux binary forces warning lines to the screen using what appear to be non standard methods writing directly to tty maybe and thus it cannot be stopped from displaying which breaks scripts that try to parse the output for f... | 0 |
130,411 | 27,662,818,140 | IssuesEvent | 2023-03-12 18:12:18 | Dolibarr/dolibarr | https://api.github.com/repos/Dolibarr/dolibarr | closed | Side-nav menu > html optimizations | Code enhancement | ### Bug
Remove <br> and clean html for side-nav vmenu
Transform <div><a><br> to <ul><li><a>
### Environment Version
17
### Environment OS
_No response_
### Environment Web server
_No response_
### Environment PHP
_No response_
### Environment Database
_No response_
### Environment URL(s)
_No response_
##... | 1.0 | Side-nav menu > html optimizations - ### Bug
Remove <br> and clean html for side-nav vmenu
Transform <div><a><br> to <ul><li><a>
### Environment Version
17
### Environment OS
_No response_
### Environment Web server
_No response_
### Environment PHP
_No response_
### Environment Database
_No response_
### ... | non_comp | side nav menu html optimizations bug remove and clean html for side nav vmenu transform to environment version environment os no response environment web server no response environment php no response environment database no response environment url s ... | 0 |
64,799 | 12,494,781,549 | IssuesEvent | 2020-06-01 11:56:02 | galasa-dev/projectmanagement | https://api.github.com/repos/galasa-dev/projectmanagement | closed | VSCode local launching using automation credentials | bug vscode | Similar to the RAS defect. But important enough to highlight on it's own
The Credentials store for local runs MUST be the @/.galasa/credentials.properties file. It should never use the automation system.
This is highlight because my ~/.galasa/bootstrap.properties file contains:-
```
framework.extra.bundles=dev.gal... | 1.0 | VSCode local launching using automation credentials - Similar to the RAS defect. But important enough to highlight on it's own
The Credentials store for local runs MUST be the @/.galasa/credentials.properties file. It should never use the automation system.
This is highlight because my ~/.galasa/bootstrap.properti... | non_comp | vscode local launching using automation credentials similar to the ras defect but important enough to highlight on it s own the credentials store for local runs must be the galasa credentials properties file it should never use the automation system this is highlight because my galasa bootstrap properti... | 0 |
242,791 | 20,263,465,608 | IssuesEvent | 2022-02-15 09:50:22 | litentry/litentry-parachain | https://api.github.com/repos/litentry/litentry-parachain | opened | TokenBridge integration test before activation | I2-medium F2-tests/benchmarks/ci |
Before tokenBridge pallet is officially enabled on parachain, we shall test it thoroughly. This might require cooperation of multiple parties: frontend, parachain, devops, setup for ETH nodes | 1.0 | TokenBridge integration test before activation -
Before tokenBridge pallet is officially enabled on parachain, we shall test it thoroughly. This might require cooperation of multiple parties: frontend, parachain, devops, setup for ETH nodes | non_comp | tokenbridge integration test before activation before tokenbridge pallet is officially enabled on parachain we shall test it thoroughly this might require cooperation of multiple parties frontend parachain devops setup for eth nodes | 0 |
6,955 | 3,933,717,072 | IssuesEvent | 2016-04-25 20:05:49 | jens-maus/yam | https://api.github.com/repos/jens-maus/yam | closed | new nlist + nightly yam: crash when using cursor right in mailfolder list | #major @undecided bug GUI nightly build worksforme | **Originally by _Michael.Merkel@gmx.net_ on 2010-08-17 16:33:53 +0200**
___
hi.
i today updated to the new nlist and nightly yam. using the cursor keys in the mailfolder list and pressing cursor right on a closed structure folder leads to a grim reaper here. i attached it.
(see other ticket about opening mail folder... | 1.0 | new nlist + nightly yam: crash when using cursor right in mailfolder list - **Originally by _Michael.Merkel@gmx.net_ on 2010-08-17 16:33:53 +0200**
___
hi.
i today updated to the new nlist and nightly yam. using the cursor keys in the mailfolder list and pressing cursor right on a closed structure folder leads to a g... | non_comp | new nlist nightly yam crash when using cursor right in mailfolder list originally by michael merkel gmx net on hi i today updated to the new nlist and nightly yam using the cursor keys in the mailfolder list and pressing cursor right on a closed structure folder leads to a grim reaper ... | 0 |
4,185 | 6,967,880,866 | IssuesEvent | 2017-12-10 14:38:54 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Disallow `default` as a constant pattern. | 4 - In Review Area-Compilers Tenet-Compatibility | The LDM has tentatively decided to disallow a `default` keyword (literal) as a constant pattern, in order to reduce confusion with "default" cases in switch statements and expressions. A programmer can always write `null`, `0`, or `'\0'` instead. This is technically a breaking change.
In a switch statement, the case... | True | Disallow `default` as a constant pattern. - The LDM has tentatively decided to disallow a `default` keyword (literal) as a constant pattern, in order to reduce confusion with "default" cases in switch statements and expressions. A programmer can always write `null`, `0`, or `'\0'` instead. This is technically a breakin... | comp | disallow default as a constant pattern the ldm has tentatively decided to disallow a default keyword literal as a constant pattern in order to reduce confusion with default cases in switch statements and expressions a programmer can always write null or instead this is technically a breakin... | 1 |
16,057 | 21,331,438,058 | IssuesEvent | 2022-04-18 08:55:50 | Xzavier0722/SlimeGlue | https://api.github.com/repos/Xzavier0722/SlimeGlue | closed | [Compatibility]和王国不兼容 | :dna: Compatibility issue 兼容问题 :heavy_check_mark: Fixed 已修复 | ## Description / 描述
A王国的玩家可以用机器人挖掘B王国的东西
## Incompatible plugin information / 不兼容插件信息
Plugin name / 插件名称:KingdomsX
Plugin version / 插件版本:1.12.6.3.1
Publish website / 发布网址:https://www.spigotmc.org/resources/kingdomsx.77670/
Source code / 源码地址:https://github.com/CryptoMorin/KingdomsX/
## Environment / 环境
Sli... | True | [Compatibility]和王国不兼容 - ## Description / 描述
A王国的玩家可以用机器人挖掘B王国的东西
## Incompatible plugin information / 不兼容插件信息
Plugin name / 插件名称:KingdomsX
Plugin version / 插件版本:1.12.6.3.1
Publish website / 发布网址:https://www.spigotmc.org/resources/kingdomsx.77670/
Source code / 源码地址:https://github.com/CryptoMorin/KingdomsX/
#... | comp | 和王国不兼容 description 描述 a王国的玩家可以用机器人挖掘b王国的东西 incompatible plugin information 不兼容插件信息 plugin name 插件名称 kingdomsx plugin version 插件版本 publish website 发布网址 source code 源码地址 environment 环境 slimefun version 粘液科技版本 release os 操作系统 windows server brand 服务器核心... | 1 |
10,182 | 12,196,322,861 | IssuesEvent | 2020-04-29 18:53:02 | blay09/FarmingForBlockheads | https://api.github.com/repos/blay09/FarmingForBlockheads | closed | Pam's Harvestcraft integration - MC 1.15.2 | compatibility fixed in next version | Will you add Pam's Harvestcraft seeds and saplings to the market now Pam's got updated to 1.15.2? | True | Pam's Harvestcraft integration - MC 1.15.2 - Will you add Pam's Harvestcraft seeds and saplings to the market now Pam's got updated to 1.15.2? | comp | pam s harvestcraft integration mc will you add pam s harvestcraft seeds and saplings to the market now pam s got updated to | 1 |
5,002 | 7,604,078,999 | IssuesEvent | 2018-04-29 21:04:33 | storybooks/storybook | https://api.github.com/repos/storybooks/storybook | closed | Styles not being loaded, followed instructions on docs | compatibility with other tools inactive | ### Issue details
I'm using webpack `2.4.1`. Followed the instructions in [custom webpack config](https://storybook.js.org/configurations/custom-webpack-config/) to load SCSS files.
Now, here's the thing. My app loads a single `styles.scss` files, which `@import`s from `node_modules` and relative partial scss fi... | True | Styles not being loaded, followed instructions on docs - ### Issue details
I'm using webpack `2.4.1`. Followed the instructions in [custom webpack config](https://storybook.js.org/configurations/custom-webpack-config/) to load SCSS files.
Now, here's the thing. My app loads a single `styles.scss` files, which `@... | comp | styles not being loaded followed instructions on docs issue details i m using webpack followed the instructions in to load scss files now here s the thing my app loads a single styles scss files which import s from node modules and relative partial scss files import reac... | 1 |
17,281 | 23,816,818,996 | IssuesEvent | 2022-09-05 07:36:59 | LyraSearch/plugin-astro | https://api.github.com/repos/LyraSearch/plugin-astro | closed | pathname & route matching is broken under certain Astro configurations. | bug compatibility | Because of how pages' `pathname` and routes arrive to the hook function, it can happen (depending on the configuration, so not always) that one is of the form `/some/path`, and the other is like `some/path/`.
They refer to slightly different concepts, and this shouldn't pose a problem in most scenarios, but we need ... | True | pathname & route matching is broken under certain Astro configurations. - Because of how pages' `pathname` and routes arrive to the hook function, it can happen (depending on the configuration, so not always) that one is of the form `/some/path`, and the other is like `some/path/`.
They refer to slightly different c... | comp | pathname route matching is broken under certain astro configurations because of how pages pathname and routes arrive to the hook function it can happen depending on the configuration so not always that one is of the form some path and the other is like some path they refer to slightly different c... | 1 |
286,072 | 21,562,823,670 | IssuesEvent | 2022-05-01 12:24:52 | ISPP-Eventia/eventus | https://api.github.com/repos/ISPP-Eventia/eventus | opened | doc - Plan de Marketing | documentation | ## descripcion
descripción detallada de lo que debe ser documentado, como y donde.
## to-do
- [ ] Modelo de Segmentación
- [ ] Perfiles de viewers objetivo de los anuncios
- [ ] Generar Hype (propuestas e ideas, eslogan, promociones, sorpresas)
- [ ] tamaño de audiencia esperada
- [ ] Impresiones esperadas
- [ ] Coste... | 1.0 | doc - Plan de Marketing - ## descripcion
descripción detallada de lo que debe ser documentado, como y donde.
## to-do
- [ ] Modelo de Segmentación
- [ ] Perfiles de viewers objetivo de los anuncios
- [ ] Generar Hype (propuestas e ideas, eslogan, promociones, sorpresas)
- [ ] tamaño de audiencia esperada
- [ ] Impresi... | non_comp | doc plan de marketing descripcion descripción detallada de lo que debe ser documentado como y donde to do modelo de segmentación perfiles de viewers objetivo de los anuncios generar hype propuestas e ideas eslogan promociones sorpresas tamaño de audiencia esperada impresiones esper... | 0 |
216,581 | 7,309,738,198 | IssuesEvent | 2018-02-28 12:53:29 | wso2/product-iots | https://api.github.com/repos/wso2/product-iots | closed | Tab View in Device View dose work in IE/Edge Browsers | 3.1.0 Priority/High Type/Bug UI high | **Description:**
When login into the device mgt console using the EI browser or Microsoft EDGE browser the operation log, location and policy compliance tab navigation doesn't work.
<img width="889" alt="screen shot 2018-02-23 at 5 47 59 pm" src="https://user-images.githubusercontent.com/13974966/36594157-0aeaf360-... | 1.0 | Tab View in Device View dose work in IE/Edge Browsers - **Description:**
When login into the device mgt console using the EI browser or Microsoft EDGE browser the operation log, location and policy compliance tab navigation doesn't work.
<img width="889" alt="screen shot 2018-02-23 at 5 47 59 pm" src="https://user-... | non_comp | tab view in device view dose work in ie edge browsers description when login into the device mgt console using the ei browser or microsoft edge browser the operation log location and policy compliance tab navigation doesn t work img width alt screen shot at pm src affected prod... | 0 |
497,572 | 14,380,451,639 | IssuesEvent | 2020-12-02 02:50:39 | marbl/MetagenomeScope | https://api.github.com/repos/marbl/MetagenomeScope | closed | Switch from C++ SPQR script to generating SPQR trees in Python | collateoptimization futureideas highpriorityfeature spqrtrees wontfix | One of the big pain points about installing MetagenomeScope on various systems has been building the C++ code for SPQR trees accordingly. Currently this is an "optional" feature which requires a bunch of [installing stuff](https://github.com/marbl/MetagenomeScope/wiki/Installation-Instructions#optional-installing-metag... | 1.0 | Switch from C++ SPQR script to generating SPQR trees in Python - One of the big pain points about installing MetagenomeScope on various systems has been building the C++ code for SPQR trees accordingly. Currently this is an "optional" feature which requires a bunch of [installing stuff](https://github.com/marbl/Metagen... | non_comp | switch from c spqr script to generating spqr trees in python one of the big pain points about installing metagenomescope on various systems has been building the c code for spqr trees accordingly currently this is an optional feature which requires a bunch of it s not that bad but it does significantly ha... | 0 |
19,017 | 26,434,940,725 | IssuesEvent | 2023-01-15 09:08:28 | widelands/widelands | https://api.github.com/repos/widelands/widelands | closed | Improve Error Message when loading saved game from an old version | bug good first issue saveloading & compatibility | **Describe the bug**
Error message "UnhandledVersionError" This game was saved with an incompatible widlenad version and cannot be load.
Saved version: 3
Current version: 5
**Screenshots**
**
_Originally opened as dart-lang/sdk#8446_
----
html_enhanced_config.dart is not compatible with latest SDK, f... | 1.0 | html_enhanced_config is not compatible with latest SDK - <a href="https://github.com/sethladd"><img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sethladd](https://github.com/sethladd)**
_Originally opened as dart-lang/sdk#8446_
----
html_... | non_comp | html enhanced config is not compatible with latest sdk issue by originally opened as dart lang sdk html enhanced config dart is not compatible with latest sdk for at least reasons still contains window on message and window on error in numerous places still contains document head elem... | 0 |
48,020 | 12,135,038,773 | IssuesEvent | 2020-04-23 11:50:32 | matrix-construct/construct | https://api.github.com/repos/matrix-construct/construct | closed | Configure fails inside nix-shell --pure | bug build | Using the following `shell.nix`
```
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "construct";
buildInputs = [
pkgs.git
pkgs.automake
pkgs.autoconf
pkgs.libtool
pkgs.libsodium
pkgs.openssl
pkgs.file
pkgs.boost
];
}
``` | 1.0 | Configure fails inside nix-shell --pure - Using the following `shell.nix`
```
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "construct";
buildInputs = [
pkgs.git
pkgs.automake
pkgs.autoconf
pkgs.libtool
pkgs.libsodium
pkgs.openssl
pkgs.file
pkgs.boost
]... | non_comp | configure fails inside nix shell pure using the following shell nix with import stdenv mkderivation name construct buildinputs pkgs git pkgs automake pkgs autoconf pkgs libtool pkgs libsodium pkgs openssl pkgs file pkgs boost ... | 0 |
13,269 | 15,624,756,448 | IssuesEvent | 2021-03-21 04:21:50 | wpcache/wpcache | https://api.github.com/repos/wpcache/wpcache | opened | Weglot Compatibility | stat:awaiting type:compatibility | Please make sure that this compatibility has not been reported before.
**Compatibility Type:**
- [ ] WordPress Hosting Platforms
- [ ] Themes & Page Builders
- [ ] Plugins
- [ ] eCommerce
- [x] Multilingual
**Compatibility Info:**
- Name: Weglot
- Web: https://weglot.com/
**Compatibility Tests:**
- [ ]... | True | Weglot Compatibility - Please make sure that this compatibility has not been reported before.
**Compatibility Type:**
- [ ] WordPress Hosting Platforms
- [ ] Themes & Page Builders
- [ ] Plugins
- [ ] eCommerce
- [x] Multilingual
**Compatibility Info:**
- Name: Weglot
- Web: https://weglot.com/
**Compat... | comp | weglot compatibility please make sure that this compatibility has not been reported before compatibility type wordpress hosting platforms themes page builders plugins ecommerce multilingual compatibility info name weglot web compatibility tests cache ... | 1 |
49,276 | 6,187,559,523 | IssuesEvent | 2017-07-04 07:53:10 | Sage/carbon | https://api.github.com/repos/Sage/carbon | closed | Paginated Content Component | In Progress New Designs On Backlog | There is a requirement to build a paginated `DialogFullScreen`. I suggest we build a reusable paginated component (similar to the `Carousel` component). It is important however that the inactive pages are not rendered to the DOM until required (they could be complex interfaces unlike a carousel).
Switching between p... | 1.0 | Paginated Content Component - There is a requirement to build a paginated `DialogFullScreen`. I suggest we build a reusable paginated component (similar to the `Carousel` component). It is important however that the inactive pages are not rendered to the DOM until required (they could be complex interfaces unlike a car... | non_comp | paginated content component there is a requirement to build a paginated dialogfullscreen i suggest we build a reusable paginated component similar to the carousel component it is important however that the inactive pages are not rendered to the dom until required they could be complex interfaces unlike a car... | 0 |
11,560 | 13,561,052,173 | IssuesEvent | 2020-09-18 03:26:51 | libass/libass | https://api.github.com/repos/libass/libass | closed | Positioning issue | compatibility | xy-vs:

libass:

DDBECA76
```
Dialogue: 0,0:17:10.75,0:17:16.76,tcn - signs - database,,0,0,0,,{\blur0.6\an9\fs18\fscx95\fscy95\pos(1194.667,147.889)\alpha&H10&}\NJapan Server \NLeague of Freedom Cities\NEastal: Maihama
Dialogue: 0,0:17:10.... | True | Positioning issue - xy-vs:

libass:

DDBECA76
```
Dialogue: 0,0:17:10.75,0:17:16.76,tcn - signs - database,,0,0,0,,{\blur0.6\an9\fs18\fscx95\fscy95\pos(1194.667,147.889)\alpha&H10&}\NJapan Server \NLeague of Freedom Cities\NEastal: Maihama
... | comp | positioning issue xy vs libass dialogue tcn signs database pos alpha njapan server nleague of freedom cities neastal maihama dialogue tcn signs database pos alpha no monsters no pv... | 1 |
8,576 | 10,563,429,351 | IssuesEvent | 2019-10-04 20:57:10 | Corail31/tombstone_lite | https://api.github.com/repos/Corail31/tombstone_lite | closed | broken | Compatibility | this mod doesnt work in my custom modpack my players are getting keys with empty graves and loosing all their stuff
sometimes when a player dies the grave mod deletes the players inventory and all thats in it is player meat (from cannibalism), we have tried to find out why this is happening and cant | True | broken - this mod doesnt work in my custom modpack my players are getting keys with empty graves and loosing all their stuff
sometimes when a player dies the grave mod deletes the players inventory and all thats in it is player meat (from cannibalism), we have tried to find out why this is happening and cant | comp | broken this mod doesnt work in my custom modpack my players are getting keys with empty graves and loosing all their stuff sometimes when a player dies the grave mod deletes the players inventory and all thats in it is player meat from cannibalism we have tried to find out why this is happening and cant | 1 |
34,148 | 9,300,056,152 | IssuesEvent | 2019-03-23 10:06:45 | wilburt/flutter_paystack | https://api.github.com/repos/wilburt/flutter_paystack | closed | Error when building | build-failure | Got the error below. Please help
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher.
The following dependencies do not satisfy the required version:
project ':flutter_paystack' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 | 1.0 | Error when building - Got the error below. Please help
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher.
The following dependencies do not satisfy the required version:
project ':flutter_paystack' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 | non_comp | error when building got the error below please help the android gradle plugin supports only kotlin gradle plugin version and higher the following dependencies do not satisfy the required version project flutter paystack org jetbrains kotlin kotlin gradle plugin | 0 |
8,781 | 10,731,476,234 | IssuesEvent | 2019-10-28 19:38:29 | ampproject/amp-wp | https://api.github.com/repos/ampproject/amp-wp | closed | Enhance Compatibility debugging workflow narrative | Group: Compatibility Tool | The AMP plugin functionality is centered around interactions between `actions taken by the plugin` and `actions taken by the user`. The plugin can be configured to detect validation errors and automatically remove them (automatic sanitization). Or it can be configured to only detect errors but not removing them (manual... | True | Enhance Compatibility debugging workflow narrative - The AMP plugin functionality is centered around interactions between `actions taken by the plugin` and `actions taken by the user`. The plugin can be configured to detect validation errors and automatically remove them (automatic sanitization). Or it can be configure... | comp | enhance compatibility debugging workflow narrative the amp plugin functionality is centered around interactions between actions taken by the plugin and actions taken by the user the plugin can be configured to detect validation errors and automatically remove them automatic sanitization or it can be configure... | 1 |
17,688 | 24,382,794,254 | IssuesEvent | 2022-10-04 09:14:48 | woocommerce/woocommerce-blocks | https://api.github.com/repos/woocommerce/woocommerce-blocks | opened | IDPay Payment Gateway for WooCommerce doesn't work with the Cart & Checkout Blocks | plugin incompatibility | ## This is a ticket that just **highlights the incompatibly of [IDPay Payment Gateway for WooCommerce](https://wordpress.org/plugins/woo-idpay-gateway/)** with the Cart and Checkout Blocks and tracks user reports
As a merchant, the best course of action right now if you are using a plugin that isn't working with the... | True | IDPay Payment Gateway for WooCommerce doesn't work with the Cart & Checkout Blocks - ## This is a ticket that just **highlights the incompatibly of [IDPay Payment Gateway for WooCommerce](https://wordpress.org/plugins/woo-idpay-gateway/)** with the Cart and Checkout Blocks and tracks user reports
As a merchant, the ... | comp | idpay payment gateway for woocommerce doesn t work with the cart checkout blocks this is a ticket that just highlights the incompatibly of with the cart and checkout blocks and tracks user reports as a merchant the best course of action right now if you are using a plugin that isn t working with the ca... | 1 |
1,023 | 3,482,195,650 | IssuesEvent | 2015-12-29 21:29:22 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Incorrect error on method name conflict with its type parameter | 4 - In Review Area-Compilers Bug Tenet-Compatibility | The following code is allowed by the language spec and allowed by the mono compiler. For compat Roslyn should allow it too.
```cs
void T<T>() // Should be no error
```
| True | Incorrect error on method name conflict with its type parameter - The following code is allowed by the language spec and allowed by the mono compiler. For compat Roslyn should allow it too.
```cs
void T<T>() // Should be no error
```
| comp | incorrect error on method name conflict with its type parameter the following code is allowed by the language spec and allowed by the mono compiler for compat roslyn should allow it too cs void t should be no error | 1 |
19,779 | 27,428,440,320 | IssuesEvent | 2023-03-01 22:24:36 | PluginBugs/Issues-ItemsAdder | https://api.github.com/repos/PluginBugs/Issues-ItemsAdder | closed | Plugin dont load under newest Paper / Purpur | Bug Compatibility with other plugin | ### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to check if the same issue was alre... | True | Plugin dont load under newest Paper / Purpur - ### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAd... | comp | plugin dont load under newest paper purpur terms i m using the very latest version of itemsadder and its dependencies i am sure this is a bug and it is not caused by a misconfiguration or by another plugin i already searched on this to check if the same issue was already reported i alrea... | 1 |
19,864 | 27,565,751,464 | IssuesEvent | 2023-03-08 03:31:31 | raiguard/Krastorio2 | https://api.github.com/repos/raiguard/Krastorio2 | closed | Variation in characteristics in railway mods with Krastorio 2 | enhancement compatibility | Good afternoon! I am writing this message to a few rail mod developers in the hope that someone will respond to it.
I tried to put together some amazing rail mods within the framework of a single concept of Space Exploration + Krastorio 2 and found a terrible inconsistency and inconsistency in the characteristics of... | True | Variation in characteristics in railway mods with Krastorio 2 - Good afternoon! I am writing this message to a few rail mod developers in the hope that someone will respond to it.
I tried to put together some amazing rail mods within the framework of a single concept of Space Exploration + Krastorio 2 and found a t... | comp | variation in characteristics in railway mods with krastorio good afternoon i am writing this message to a few rail mod developers in the hope that someone will respond to it i tried to put together some amazing rail mods within the framework of a single concept of space exploration krastorio and found a t... | 1 |
509,661 | 14,741,192,203 | IssuesEvent | 2021-01-07 10:14:28 | grafana/grafana | https://api.github.com/repos/grafana/grafana | closed | [FeatureRequest] LogsPanel: Add option to change maximum number of Rows to render | area/explore area/panel/logs priority/important-longterm type/feature-request | **What happened**:
I can only see 500 lines of logs in LogsPanel. When I tried to tune "Query options", either "Max data points" or "Interval" does not work. (Interval can not be changed)
**What you expected to happen**:
There's an option can tuned to change the output line number of logs.
**How to reproduce it... | 1.0 | [FeatureRequest] LogsPanel: Add option to change maximum number of Rows to render - **What happened**:
I can only see 500 lines of logs in LogsPanel. When I tried to tune "Query options", either "Max data points" or "Interval" does not work. (Interval can not be changed)
**What you expected to happen**:
There's an... | non_comp | logspanel add option to change maximum number of rows to render what happened i can only see lines of logs in logspanel when i tried to tune query options either max data points or interval does not work interval can not be changed what you expected to happen there s an option can tuned... | 0 |
6,357 | 8,680,979,878 | IssuesEvent | 2018-12-01 16:01:16 | cobalt-org/liquid-rust | https://api.github.com/repos/cobalt-org/liquid-rust | closed | `unless` block should support `else` | enhancement shopify-compatibility | Example test
```rust
assert_template_result!(" TRUE 2 3 ", "{% for i in choices %}{% unless i %} {{ forloop.index }} {% else %} TRUE {% endunless %}{% endfor %}", v!({"choices": [1, nil, false]}));
``` | True | `unless` block should support `else` - Example test
```rust
assert_template_result!(" TRUE 2 3 ", "{% for i in choices %}{% unless i %} {{ forloop.index }} {% else %} TRUE {% endunless %}{% endfor %}", v!({"choices": [1, nil, false]}));
``` | comp | unless block should support else example test rust assert template result true for i in choices unless i forloop index else true endunless endfor v choices | 1 |
21,751 | 4,744,542,682 | IssuesEvent | 2016-10-21 01:39:46 | facebook/nuclide | https://api.github.com/repos/facebook/nuclide | closed | Reduce size of outline view image on nuclide.io | documentation | Maybe use max-height or zoom: 0.5 within the CSS | 1.0 | Reduce size of outline view image on nuclide.io - Maybe use max-height or zoom: 0.5 within the CSS | non_comp | reduce size of outline view image on nuclide io maybe use max height or zoom within the css | 0 |
16,761 | 23,108,186,874 | IssuesEvent | 2022-07-27 10:39:28 | ModdingForBlockheads/CookingForBlockheads | https://api.github.com/repos/ModdingForBlockheads/CookingForBlockheads | closed | Jade / WTHIT Incompatibility | bug compatibility pending release 1.18 1.19 | ### Minecraft Version
1.18.x
### Mod Loader
Forge
### Mod Loader Version
39.0.44
### Mod Version
11.1.0
### Describe the Issue
Throws an error in logs looking for-
[20:29:26] [Worker-Main-8/ERROR]: Error loading plugin at net.blay09.mods.cookingforblockheads.compat.WailaAddon
I do have Jade installed fyi -... | True | Jade / WTHIT Incompatibility - ### Minecraft Version
1.18.x
### Mod Loader
Forge
### Mod Loader Version
39.0.44
### Mod Version
11.1.0
### Describe the Issue
Throws an error in logs looking for-
[20:29:26] [Worker-Main-8/ERROR]: Error loading plugin at net.blay09.mods.cookingforblockheads.compat.WailaAddon
... | comp | jade wthit incompatibility minecraft version x mod loader forge mod loader version mod version describe the issue throws an error in logs looking for error loading plugin at net mods cookingforblockheads compat wailaaddon i do have jade installed fyi jade ... | 1 |
11,718 | 13,790,031,281 | IssuesEvent | 2020-10-09 09:47:27 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | opened | read_from_storage with new partition impl cannot works | compatibility-breaker | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
<!-- a step by step guide for reproducing the bug. -->
```
func (s *testIntegrationSuite) TestReadFromStorage(c *C) {
tk := testkit.NewTestKit(c, s.store)
tk.MustExec("use test")
... | True | read_from_storage with new partition impl cannot works - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
<!-- a step by step guide for reproducing the bug. -->
```
func (s *testIntegrationSuite) TestReadFromStorage(c *C) {
tk := t... | comp | read from storage with new partition impl cannot works bug report please answer these questions before submitting your issue thanks minimal reproduce step required func s testintegrationsuite testreadfromstorage c c tk testkit newtestkit c s store tk mustexec use test... | 1 |
15,198 | 19,269,501,272 | IssuesEvent | 2021-12-10 02:17:19 | qouteall/ImmersivePortalsMod | https://api.github.com/repos/qouteall/ImmersivePortalsMod | closed | Incompatibility with AdventureZ | Mod Compatibility Not IP's Fault | Globox1997/AdventureZ#58 https://pastebin.com/iWtNJDBm
Seems to crash on attempting to spawn a secondary entity in the nether while in the overworld with the nether loaded as a global portal. Works fine if I'm already in the nether | True | Incompatibility with AdventureZ - Globox1997/AdventureZ#58 https://pastebin.com/iWtNJDBm
Seems to crash on attempting to spawn a secondary entity in the nether while in the overworld with the nether loaded as a global portal. Works fine if I'm already in the nether | comp | incompatibility with adventurez adventurez seems to crash on attempting to spawn a secondary entity in the nether while in the overworld with the nether loaded as a global portal works fine if i m already in the nether | 1 |
251,227 | 18,942,161,691 | IssuesEvent | 2021-11-18 05:09:44 | ChainSafe/web3.js | https://api.github.com/repos/ChainSafe/web3.js | closed | Documentation update | Documentation 1.x | Please update the documentation.
It's missing the v1.5.3, v1.5.6 and v3.0.0 (final). They might be a bit different so...
Thanks | 1.0 | Documentation update - Please update the documentation.
It's missing the v1.5.3, v1.5.6 and v3.0.0 (final). They might be a bit different so...
Thanks | non_comp | documentation update please update the documentation it s missing the and final they might be a bit different so thanks | 0 |
7,278 | 9,541,704,577 | IssuesEvent | 2019-04-30 23:28:27 | MozillaReality/FirefoxReality | https://api.github.com/repos/MozillaReality/FirefoxReality | closed | [e10s] Crash upon attempting to exit WebVR and frame stuck in LÖVR examples | P1 WebVR bug compatibility crash 🔥 platform:Oculus | ## Hardware
- Oculus Go: [1.1.3a](https://github.com/MozillaReality/FirefoxReality/releases/tag/1.1.3a) (ab033b4)
## Steps to Reproduce
1. Turn on `Enable Multiprocessing` in **Settings > Developer Options**
2. Load https://lovr.org/docs/360_Photo
3. Press the **Enter VR** button
4. Look around
5. Notice the f... | True | [e10s] Crash upon attempting to exit WebVR and frame stuck in LÖVR examples - ## Hardware
- Oculus Go: [1.1.3a](https://github.com/MozillaReality/FirefoxReality/releases/tag/1.1.3a) (ab033b4)
## Steps to Reproduce
1. Turn on `Enable Multiprocessing` in **Settings > Developer Options**
2. Load https://lovr.org/doc... | comp | crash upon attempting to exit webvr and frame stuck in lövr examples hardware oculus go steps to reproduce turn on enable multiprocessing in settings developer options load press the enter vr button look around notice the frame is frozen try to press the ba... | 1 |
10,456 | 12,416,295,886 | IssuesEvent | 2020-05-22 17:53:48 | Lyve1981/Kawai_K1_VST | https://api.github.com/repos/Lyve1981/Kawai_K1_VST | opened | Envelope timings | compatibility | - [ ] Delay. Seems to be non-linear
- [ ] Attack duration
- [ ] Decay duration
- [ ] Sustain level
- [ ] Release time. This one is definitely non-linear | True | Envelope timings - - [ ] Delay. Seems to be non-linear
- [ ] Attack duration
- [ ] Decay duration
- [ ] Sustain level
- [ ] Release time. This one is definitely non-linear | comp | envelope timings delay seems to be non linear attack duration decay duration sustain level release time this one is definitely non linear | 1 |
450,550 | 31,929,609,005 | IssuesEvent | 2023-09-19 06:20:18 | Itheum/sdk-mx-data-nft | https://api.github.com/repos/Itheum/sdk-mx-data-nft | closed | Setup SDK with Github action to generate documentation on each push | documentation enhancement | Let's setup hosted docs for our SDK. A solution that works nicely would be:
The Data NFT SDK is using [TSDoc comments](https://blog.bitsrc.io/documenting-your-typescript-projects-there-are-options-da7c8c4ec554) already. This is compatible with TypeDoc to generate static documentation website with one command.
Here ... | 1.0 | Setup SDK with Github action to generate documentation on each push - Let's setup hosted docs for our SDK. A solution that works nicely would be:
The Data NFT SDK is using [TSDoc comments](https://blog.bitsrc.io/documenting-your-typescript-projects-there-are-options-da7c8c4ec554) already. This is compatible with TypeD... | non_comp | setup sdk with github action to generate documentation on each push let s setup hosted docs for our sdk a solution that works nicely would be the data nft sdk is using already this is compatible with typedoc to generate static documentation website with one command here is what we can do step generat... | 0 |
621,565 | 19,591,586,350 | IssuesEvent | 2022-01-05 13:35:23 | NottCurious/TMIndiaBot | https://api.github.com/repos/NottCurious/TMIndiaBot | closed | [v2.0] - Reimplement Listeners Cog | enhancement priority: high in progress cog | Reimplement the Following Functions:
* Keep Alive
* Change Status
* TOTD Deleter
* COTD One Reminder
* COTD Three Reminder
* TOTD Info | 1.0 | [v2.0] - Reimplement Listeners Cog - Reimplement the Following Functions:
* Keep Alive
* Change Status
* TOTD Deleter
* COTD One Reminder
* COTD Three Reminder
* TOTD Info | non_comp | reimplement listeners cog reimplement the following functions keep alive change status totd deleter cotd one reminder cotd three reminder totd info | 0 |
196,776 | 14,889,588,604 | IssuesEvent | 2021-01-20 21:39:55 | wlsf82/protractor-helper | https://api.github.com/repos/wlsf82/protractor-helper | opened | Add helper function to abstract ExpectedConditions.titleContains | feature good first issue help wanted might need tests needs docs updates | Let's use Protractor API's official docs as reference http://www.protractortest.org/#/api?view=ProtractorExpectedConditions.prototype.titleContains. | 1.0 | Add helper function to abstract ExpectedConditions.titleContains - Let's use Protractor API's official docs as reference http://www.protractortest.org/#/api?view=ProtractorExpectedConditions.prototype.titleContains. | non_comp | add helper function to abstract expectedconditions titlecontains let s use protractor api s official docs as reference | 0 |
11,773 | 13,885,914,111 | IssuesEvent | 2020-10-18 22:09:00 | libass/libass | https://api.github.com/repos/libass/libass | closed | Banner effect breaks newlines | compatibility | The banner effect should not break `\N`. Multiple lines are still allowed, whitespace on each line is still trimmed, and lines are still aligned. Wrapping style always defaults to 2 (no automatic wrapping), but it can still be overridden with `{\q}`.
| True | Banner effect breaks newlines - The banner effect should not break `\N`. Multiple lines are still allowed, whitespace on each line is still trimmed, and lines are still aligned. Wrapping style always defaults to 2 (no automatic wrapping), but it can still be overridden with `{\q}`.
| comp | banner effect breaks newlines the banner effect should not break n multiple lines are still allowed whitespace on each line is still trimmed and lines are still aligned wrapping style always defaults to no automatic wrapping but it can still be overridden with q | 1 |
66,508 | 20,252,405,379 | IssuesEvent | 2022-02-14 19:16:03 | idaholab/HERON | https://api.github.com/repos/idaholab/HERON | opened | [DEFECT] Building documentation broken for Windows | defect | --------
Defect Description
--------
**Describe the defect**
##### What did you expect to see happen?
There seem to be two methods to build the documentation on Windows. At least one of these methods should work.
##### What did you see instead?
Method 1:
Using git bash, running `bash make_docs.sh` under /... | 1.0 | [DEFECT] Building documentation broken for Windows - --------
Defect Description
--------
**Describe the defect**
##### What did you expect to see happen?
There seem to be two methods to build the documentation on Windows. At least one of these methods should work.
##### What did you see instead?
Method 1:... | non_comp | building documentation broken for windows defect description describe the defect what did you expect to see happen there seem to be two methods to build the documentation on windows at least one of these methods should work what did you see instead method using... | 0 |
705,240 | 24,227,356,370 | IssuesEvent | 2022-09-26 15:20:23 | ProdigyPNP/ProdigyMathGameHacking | https://api.github.com/repos/ProdigyPNP/ProdigyMathGameHacking | closed | Less options for hack | Is: Bug Priority: Medium | ### Describe the bug
For some reason I don't see as much things to toggle and less beta hacks I'm confused
### Describe how to replicate bug
Join a world then load up the hack and you'll see that there's less options
### Date of submittion
9/26/2022
### Your PHEx version
3.0.1
### Your operating system and the ... | 1.0 | Less options for hack - ### Describe the bug
For some reason I don't see as much things to toggle and less beta hacks I'm confused
### Describe how to replicate bug
Join a world then load up the hack and you'll see that there's less options
### Date of submittion
9/26/2022
### Your PHEx version
3.0.1
### Your o... | non_comp | less options for hack describe the bug for some reason i don t see as much things to toggle and less beta hacks i m confused describe how to replicate bug join a world then load up the hack and you ll see that there s less options date of submittion your phex version your opera... | 0 |
762,413 | 26,717,892,771 | IssuesEvent | 2023-01-28 19:12:05 | undercooked-team/UnderCooked | https://api.github.com/repos/undercooked-team/UnderCooked | closed | Add the stations and interactions in-game | priority/hard | This includes the code for all the different types of stations and the interactions with these stations.
This is a broad task, and potentially multiple smaller tasks can be formed from this one. | 1.0 | Add the stations and interactions in-game - This includes the code for all the different types of stations and the interactions with these stations.
This is a broad task, and potentially multiple smaller tasks can be formed from this one. | non_comp | add the stations and interactions in game this includes the code for all the different types of stations and the interactions with these stations this is a broad task and potentially multiple smaller tasks can be formed from this one | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.