Unnamed: 0 int64 3 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 2 430 | labels stringlengths 4 347 | body stringlengths 5 237k | index stringclasses 7
values | text_combine stringlengths 96 237k | label stringclasses 2
values | text stringlengths 96 219k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13,720 | 16,440,777,389 | IssuesEvent | 2021-05-20 14:09:49 | jenkinsci/configuration-as-code-plugin | https://api.github.com/repos/jenkinsci/configuration-as-code-plugin | opened | Artifactory breaking change in version 3.11.0 | plugin-compatibility | [jenkins-jira]: https://issues.jenkins-ci.org
[dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341
[contributing]: ../blob/master/docs/CONTRIBUTING.md
[compatibility]: ../blob/master/docs/COMPATIBILITY.md
### Your checklist for this issue
🚨 Please review the [guidelines for contribu... | True | Artifactory breaking change in version 3.11.0 - [jenkins-jira]: https://issues.jenkins-ci.org
[dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341
[contributing]: ../blob/master/docs/CONTRIBUTING.md
[compatibility]: ../blob/master/docs/COMPATIBILITY.md
### Your checklist for this issue
... | comp | artifactory breaking change in version blob master docs contributing md blob master docs compatibility md your checklist for this issue 🚨 please review the to this repository 💡 to better understand plugin compatibility issues you can here is a link to get y... | 1 |
128,758 | 27,324,783,083 | IssuesEvent | 2023-02-25 00:21:31 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Jit can generate pointless movs | area-CodeGen-coreclr optimization in-pr | e.g.
```asm
mov r8d,dword ptr [rax]
add rax,4
mov r8d,r8d ; pointless mov
...
movzx eax,byte ptr [rax]
mov eax,eax ; pointless mov
```
Example
The Checksum routine [Magma.Common/Checksum.cs](https://github.com/ProjectMagma/Magma/blob/53dd7f7398694... | 1.0 | Jit can generate pointless movs - e.g.
```asm
mov r8d,dword ptr [rax]
add rax,4
mov r8d,r8d ; pointless mov
...
movzx eax,byte ptr [rax]
mov eax,eax ; pointless mov
```
Example
The Checksum routine [Magma.Common/Checksum.cs](https://github.com/Pro... | non_comp | jit can generate pointless movs e g asm mov dword ptr add rax mov pointless mov movzx eax byte ptr mov eax eax pointless mov example the checksum routine csharp internet checksum as defined by rfc rfc... | 0 |
11,007 | 13,043,587,764 | IssuesEvent | 2020-07-29 02:02:02 | castlelemongrab/parlance | https://api.github.com/repos/castlelemongrab/parlance | opened | Investigate ratelimiting errors | Bug Compatibility Lemonstyle Triage | It's unclear whose fault this is, but Parler appears to be rejecting requests that comply with their ratelimiting headers. I don't know if this is them being dishonest or an issue in this codebase's ratelimiting implementation. The random delay default effectively counters this – however, we should investigate the issu... | True | Investigate ratelimiting errors - It's unclear whose fault this is, but Parler appears to be rejecting requests that comply with their ratelimiting headers. I don't know if this is them being dishonest or an issue in this codebase's ratelimiting implementation. The random delay default effectively counters this – howev... | comp | investigate ratelimiting errors it s unclear whose fault this is but parler appears to be rejecting requests that comply with their ratelimiting headers i don t know if this is them being dishonest or an issue in this codebase s ratelimiting implementation the random delay default effectively counters this – howev... | 1 |
9,806 | 11,858,631,235 | IssuesEvent | 2020-03-25 11:50:27 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | "No Templates For Condition" after updating to WP 5.4 | compatibility | We are experiencing an issue where after updating the WP core to 5.4rc the templates of a page are no longer recognized, like so:

Reverting WP core back to 5.3 seems ... | True | "No Templates For Condition" after updating to WP 5.4 - We are experiencing an issue where after updating the WP core to 5.4rc the templates of a page are no longer recognized, like so:
, and packet handling code doesn't check if we're still connected before trying to access the world.
The issue here is that vanilla fix seems to generate a crash report for them (I assume they... | True | With vanilla fix, pending packets trigger crash reports - These are to be expected in MC pre-1.13 because MC didn't clear its task queue after disconnecting (and some mods rely on that), and packet handling code doesn't check if we're still connected before trying to access the world.
The issue here is that vanilla fi... | comp | with vanilla fix pending packets trigger crash reports these are to be expected in mc pre because mc didn t clear its task queue after disconnecting and some mods rely on that and packet handling code doesn t check if we re still connected before trying to access the world the issue here is that vanilla fix... | 1 |
175,473 | 6,551,368,388 | IssuesEvent | 2017-09-05 14:33:02 | twitter-first-response/twitter-mapp | https://api.github.com/repos/twitter-first-response/twitter-mapp | opened | Set up file structure | priority-2 starter T25m | 1. Create a `public` folder, containing:
[ ] index.html
[ ] style.css
[ ] normalize.css
[ ] `assets` folder, containing:
[ ] favicon.ico
2. Create a `src` folder, containing:
[ ] `views` folder, containing:
[ ] `layouts` folder, containing:
[ ] `main.hbs`
[ ] `error.hbs`
[... | 1.0 | Set up file structure - 1. Create a `public` folder, containing:
[ ] index.html
[ ] style.css
[ ] normalize.css
[ ] `assets` folder, containing:
[ ] favicon.ico
2. Create a `src` folder, containing:
[ ] `views` folder, containing:
[ ] `layouts` folder, containing:
[ ] `main.hbs`
... | non_comp | set up file structure create a public folder containing index html style css normalize css assets folder containing favicon ico create a src folder containing views folder containing layouts folder containing main hbs error hbs ... | 0 |
8,525 | 10,526,942,873 | IssuesEvent | 2019-09-30 18:12:39 | GoogleWebComponents/model-viewer | https://api.github.com/repos/GoogleWebComponents/model-viewer | closed | Model viewer not working on modal view with Bootstrap | arc: compatibility arc: interaction type: bug | ### Description
Model viewer is not working properly on modal view with bootstrap, the GLB object is not showing. It works properly when the code is outside the modal view.
#### Live Demo
https://codepen.io/iburguera/pen/bGbrLYa
### Tested on
- [ x ] Chrome
- [ x ] Firefox
- [ x ] Safari
### OS
- [... | True | Model viewer not working on modal view with Bootstrap - ### Description
Model viewer is not working properly on modal view with bootstrap, the GLB object is not showing. It works properly when the code is outside the modal view.
#### Live Demo
https://codepen.io/iburguera/pen/bGbrLYa
### Tested on
- [ x ] ... | comp | model viewer not working on modal view with bootstrap description model viewer is not working properly on modal view with bootstrap the glb object is not showing it works properly when the code is outside the modal view live demo tested on chrome firefox safari os... | 1 |
16,296 | 21,937,556,666 | IssuesEvent | 2022-05-23 14:58:15 | woocommerce/woocommerce-blocks | https://api.github.com/repos/woocommerce/woocommerce-blocks | closed | Translation Compatibility Issue with Preferred Languages | type: bug category: i18n type: compatibility | ## Describe the bug
see a full description here: https://github.com/swissspidy/preferred-languages/issues/466
1) installed woocommerce & woocommerce blocks from wp repo
2) installed the WP feature plugin "Preferred Languages" (https://wordpress.org/plugins/preferred-languages/) with these settings configured
![... | True | Translation Compatibility Issue with Preferred Languages - ## Describe the bug
see a full description here: https://github.com/swissspidy/preferred-languages/issues/466
1) installed woocommerce & woocommerce blocks from wp repo
2) installed the WP feature plugin "Preferred Languages" (https://wordpress.org/plugi... | comp | translation compatibility issue with preferred languages describe the bug see a full description here installed woocommerce woocommerce blocks from wp repo installed the wp feature plugin preferred languages with these settings configured quick note of what the plugin solves commo... | 1 |
20,070 | 28,016,488,800 | IssuesEvent | 2023-03-27 23:21:22 | google/gvisor | https://api.github.com/repos/google/gvisor | closed | UNIX sockets with setuid flag cannot be mounted (?) | type: bug area: compatibility | ### Description
In short: I was trying to run a GUI app (`xeyes`) via gvisor and got an error:
```
I0619 19:16:04.118411 3470394 strace.go:588] [ 8] xeyes E connect(0x3 socket:[5], 0x7f150f3e1190 {Family: AF_UNIX, Addr: "\x00/tmp/.X11-unix/X0"}, 0x14)
I0619 19:16:04.118420 3470394 strace.go:626] [ 8] xeyes ... | True | UNIX sockets with setuid flag cannot be mounted (?) - ### Description
In short: I was trying to run a GUI app (`xeyes`) via gvisor and got an error:
```
I0619 19:16:04.118411 3470394 strace.go:588] [ 8] xeyes E connect(0x3 socket:[5], 0x7f150f3e1190 {Family: AF_UNIX, Addr: "\x00/tmp/.X11-unix/X0"}, 0x14)
I0619... | comp | unix sockets with setuid flag cannot be mounted description in short i was trying to run a gui app xeyes via gvisor and got an error strace go xeyes e connect socket family af unix addr tmp unix strace go xeyes x connect socket ... | 1 |
6,207 | 8,608,991,508 | IssuesEvent | 2018-11-18 17:17:29 | cornellius-gp/gpytorch | https://api.github.com/repos/cornellius-gp/gpytorch | opened | Drop py2 support | compatibility | It looks like we haven't really been supporting py2 for a little while now, see https://github.com/cornellius-gp/gpytorch/pull/383#pullrequestreview-176066680
Let's formally drop support for it, put that into the readme, and update the code accordingly (get rid of `from future ...` imports, add `#!/usr/bin/env pytho... | True | Drop py2 support - It looks like we haven't really been supporting py2 for a little while now, see https://github.com/cornellius-gp/gpytorch/pull/383#pullrequestreview-176066680
Let's formally drop support for it, put that into the readme, and update the code accordingly (get rid of `from future ...` imports, add `#... | comp | drop support it looks like we haven t really been supporting for a little while now see let s formally drop support for it put that into the readme and update the code accordingly get rid of from future imports add usr bin env to all files more controversial if we feel ambitious and w... | 1 |
192,902 | 14,632,531,458 | IssuesEvent | 2020-12-23 22:41:40 | ARUP-CAS/aiscr-digiarchiv-2 | https://api.github.com/repos/ARUP-CAS/aiscr-digiarchiv-2 | closed | Dokumenty nejsou v mapě - chybně interpretovaná přístupnost | CLIENT bug C ready for test | Něco se patrně rozbilo v propojení dokumentů s PIAN. V mapě jich je viditelných podezřele málo a při kliknutí na "Zobrazit na mapě" např. u C-TX-202000005 se nic nestane. Pokud ale tentýž otevřu přes persistentní link, mapové zobrazení funguje dobře. | 1.0 | Dokumenty nejsou v mapě - chybně interpretovaná přístupnost - Něco se patrně rozbilo v propojení dokumentů s PIAN. V mapě jich je viditelných podezřele málo a při kliknutí na "Zobrazit na mapě" např. u C-TX-202000005 se nic nestane. Pokud ale tentýž otevřu přes persistentní link, mapové zobrazení funguje dobře. | non_comp | dokumenty nejsou v mapě chybně interpretovaná přístupnost něco se patrně rozbilo v propojení dokumentů s pian v mapě jich je viditelných podezřele málo a při kliknutí na zobrazit na mapě např u c tx se nic nestane pokud ale tentýž otevřu přes persistentní link mapové zobrazení funguje dobře | 0 |
490,083 | 14,115,298,440 | IssuesEvent | 2020-11-07 20:10:39 | DeepRegNet/DeepReg | https://api.github.com/repos/DeepRegNet/DeepReg | closed | post release v0.1.0 | docs priority | ## Subject of the issue
- Update logo to remove beta
- Update readme regarding citation | 1.0 | post release v0.1.0 - ## Subject of the issue
- Update logo to remove beta
- Update readme regarding citation | non_comp | post release subject of the issue update logo to remove beta update readme regarding citation | 0 |
100,608 | 21,447,184,163 | IssuesEvent | 2022-04-25 07:45:10 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | [Unstable v17.11.0] jobid:xxx doesn't work anymore | Bug Code | - [X] I have searched the issue tracker to check if the issue has already been reported.
**Description**
jobid:xxx don't work anymore as Picked Required for doors and lockers.
**Steps To Reproduce**
- Set a secure locker with "jobid:captain" as Picked Required
- Spawn with a captain and try to open it
**Ver... | 1.0 | [Unstable v17.11.0] jobid:xxx doesn't work anymore - - [X] I have searched the issue tracker to check if the issue has already been reported.
**Description**
jobid:xxx don't work anymore as Picked Required for doors and lockers.
**Steps To Reproduce**
- Set a secure locker with "jobid:captain" as Picked Require... | non_comp | jobid xxx doesn t work anymore i have searched the issue tracker to check if the issue has already been reported description jobid xxx don t work anymore as picked required for doors and lockers steps to reproduce set a secure locker with jobid captain as picked required spawn with a ca... | 0 |
1,792 | 4,349,714,221 | IssuesEvent | 2016-07-30 19:10:50 | Lunatrius/Schematica | https://api.github.com/repos/Lunatrius/Schematica | closed | Using forge 1.10.2 build 2026, schematica 1.10.2-1.7.8.150 crashed when trying to load a schematic | incompatibility | crash report: http://pastebin.com/8fLxZB5V | True | Using forge 1.10.2 build 2026, schematica 1.10.2-1.7.8.150 crashed when trying to load a schematic - crash report: http://pastebin.com/8fLxZB5V | comp | using forge build schematica crashed when trying to load a schematic crash report | 1 |
16,026 | 21,212,230,724 | IssuesEvent | 2022-04-11 01:15:04 | MuradAkh/LittleLogistics | https://api.github.com/repos/MuradAkh/LittleLogistics | closed | Shetiphiancore breaks train docking/rail detection | critical compatibility | Shetephiancore overrides Entity.getOnPos, so the dock rail isn't detected properly. | True | Shetiphiancore breaks train docking/rail detection - Shetephiancore overrides Entity.getOnPos, so the dock rail isn't detected properly. | comp | shetiphiancore breaks train docking rail detection shetephiancore overrides entity getonpos so the dock rail isn t detected properly | 1 |
3,099 | 4,056,036,097 | IssuesEvent | 2016-05-24 17:18:29 | Allen616/openbudgetgr | https://api.github.com/repos/Allen616/openbudgetgr | closed | Budget data on GR Data portal | content infrastructure | _From @Allen616 on May 10, 2016 16:2_
Add data or portal.
_Copied from original issue: friendlycode/openbudgetgr#20_ | 1.0 | Budget data on GR Data portal - _From @Allen616 on May 10, 2016 16:2_
Add data or portal.
_Copied from original issue: friendlycode/openbudgetgr#20_ | non_comp | budget data on gr data portal from on may add data or portal copied from original issue friendlycode openbudgetgr | 0 |
70,000 | 22,781,985,444 | IssuesEvent | 2022-07-08 21:01:58 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | upgrading to v1.11.0 invalidates session | T-Defect | ### Steps to reproduce
1. Have existing installation and signed in profile of electron-desktop v1.10.15.
2. Install v1.11.0
3. Start element-desktop
### Outcome
#### What did you expect?
element-desktop starts and shows a signed-in view with rooms just as on v1.10.15.
#### What happened instead?
The follo... | 1.0 | upgrading to v1.11.0 invalidates session - ### Steps to reproduce
1. Have existing installation and signed in profile of electron-desktop v1.10.15.
2. Install v1.11.0
3. Start element-desktop
### Outcome
#### What did you expect?
element-desktop starts and shows a signed-in view with rooms just as on v1.10.15.
... | non_comp | upgrading to invalidates session steps to reproduce have existing installation and signed in profile of electron desktop install start element desktop outcome what did you expect element desktop starts and shows a signed in view with rooms just as on wh... | 0 |
12,927 | 15,178,519,067 | IssuesEvent | 2021-02-14 15:48:14 | NEZNAMY/TAB | https://api.github.com/repos/NEZNAMY/TAB | closed | TAB disabling on start and telling me to report the error. | Compatibility Error | **Server version**
1.12.2
**Plugin version** ("latest" is not a version)
2.8.10
**Describe the bug**
When I try to start the server with the TAB plugin the following error appears and it automaticly disables the TAB plugin.
**How to reproduce**
Just start the server with TAB installed onto in and look into... | True | TAB disabling on start and telling me to report the error. - **Server version**
1.12.2
**Plugin version** ("latest" is not a version)
2.8.10
**Describe the bug**
When I try to start the server with the TAB plugin the following error appears and it automaticly disables the TAB plugin.
**How to reproduce**
J... | comp | tab disabling on start and telling me to report the error server version plugin version latest is not a version describe the bug when i try to start the server with the tab plugin the following error appears and it automaticly disables the tab plugin how to reproduce jus... | 1 |
6,628 | 8,914,935,608 | IssuesEvent | 2019-01-19 00:36:44 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | opened | incompatible_use_toolchain_providers_in_java_common: pass JavaToolchainInfo and JavaRuntimeInfo providers to java_common APIs instead of configured targets | incompatible-change | The option `--incompatible_use_toolchain_providers_in_java_common` makes `java_toolchain` and `host_javabase` APIs in `java_common` accept the `java_common.JavaToolchainInfo` and `java_common.JavaRuntimeInfo` providers instead of configured targets.
This change is being made in preparation for migrating the Java to ... | True | incompatible_use_toolchain_providers_in_java_common: pass JavaToolchainInfo and JavaRuntimeInfo providers to java_common APIs instead of configured targets - The option `--incompatible_use_toolchain_providers_in_java_common` makes `java_toolchain` and `host_javabase` APIs in `java_common` accept the `java_common.JavaTo... | comp | incompatible use toolchain providers in java common pass javatoolchaininfo and javaruntimeinfo providers to java common apis instead of configured targets the option incompatible use toolchain providers in java common makes java toolchain and host javabase apis in java common accept the java common javato... | 1 |
1,267 | 3,787,395,383 | IssuesEvent | 2016-03-21 10:27:09 | BauhausLuftfahrt/PAXelerate | https://api.github.com/repos/BauhausLuftfahrt/PAXelerate | opened | Check functionalities of local EMFStore | compatibilty | - import and export of models
- versionizing
- exchange
see #88 for potential error | True | Check functionalities of local EMFStore - - import and export of models
- versionizing
- exchange
see #88 for potential error | comp | check functionalities of local emfstore import and export of models versionizing exchange see for potential error | 1 |
103,792 | 4,185,802,269 | IssuesEvent | 2016-06-23 12:31:32 | hpi-swt2/wimi-portal | https://api.github.com/repos/hpi-swt2/wimi-portal | closed | Viewing work days of other users | bug priority-2 | When viewing other user's work days (via the `user` parameter), hiwis are shown a warning that no current contract is present (even though there is) and there is a link to add work days.
This should raise an AccessDenied error instead if the current user's role is not authorized to view this page.
The only roles wh... | 1.0 | Viewing work days of other users - When viewing other user's work days (via the `user` parameter), hiwis are shown a warning that no current contract is present (even though there is) and there is a link to add work days.
This should raise an AccessDenied error instead if the current user's role is not authorized to v... | non_comp | viewing work days of other users when viewing other user s work days via the user parameter hiwis are shown a warning that no current contract is present even though there is and there is a link to add work days this should raise an accessdenied error instead if the current user s role is not authorized to v... | 0 |
15,689 | 20,248,045,711 | IssuesEvent | 2022-02-14 15:24:39 | Craluminum2413/Craluminum-Mods | https://api.github.com/repos/Craluminum2413/Craluminum-Mods | closed | (PEIFM) Farm life poops broken | type: bug type: compatibility status: in-progess | Tested with just Farm life, PEI and IWPEIFEM, the poop items can't be used as fertiliser and don't show NPK values on the tool tip, they do work with only farmlife installed | True | (PEIFM) Farm life poops broken - Tested with just Farm life, PEI and IWPEIFEM, the poop items can't be used as fertiliser and don't show NPK values on the tool tip, they do work with only farmlife installed | comp | peifm farm life poops broken tested with just farm life pei and iwpeifem the poop items can t be used as fertiliser and don t show npk values on the tool tip they do work with only farmlife installed | 1 |
8,469 | 10,478,380,958 | IssuesEvent | 2019-09-23 23:48:57 | MJRLegends/ExtraPlanets | https://api.github.com/repos/MJRLegends/ExtraPlanets | closed | Crash when flying to all EP planets | 1.12.2 compatibility issue fixed in next update | ### ---Issue Report---
**(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)**
**Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING):** Yes
### Description of Issue
When I get to space and select an EP planet (mercury, jupiter, etc), the game crashes bef... | True | Crash when flying to all EP planets - ### ---Issue Report---
**(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)**
**Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING):** Yes
### Description of Issue
When I get to space and select an EP planet (mercur... | comp | crash when flying to all ep planets issue report please dont delete this template your issue will be ignored and closed if you do have you checked closed issues if applicable please check before posting yes description of issue when i get to space and select an ep planet mercur... | 1 |
394,158 | 11,632,819,717 | IssuesEvent | 2020-02-28 06:30:19 | inexorgame/vulkan-renderer | https://api.github.com/repos/inexorgame/vulkan-renderer | closed | Refactoring: VulkanQueueManager. | difficulty: easy priority: medium refactoring | Bundle everything that is related to device queues to a manager class called `VulkanQueueManager`. | 1.0 | Refactoring: VulkanQueueManager. - Bundle everything that is related to device queues to a manager class called `VulkanQueueManager`. | non_comp | refactoring vulkanqueuemanager bundle everything that is related to device queues to a manager class called vulkanqueuemanager | 0 |
1,422 | 3,955,135,929 | IssuesEvent | 2016-04-29 19:41:44 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | undefined symbol: zend_new_interned_string after installing gearman | php5 incompatibility | gearman 1.1.2 (http://gearman.org/), Ubuntu 14.04, Apache 2.4
[Mon Sep 8 15:29:23 2014] [hphp] [28646:7f13e9a39380:0:000001] [] Uncaught exception: Could not open extension /usr/lib/php5/20121212/gearman.so: /usr/lib/php5/20121212/gearman.so: undefined symbol: zend_new_interned_string\n
```
hhvm --version
Hi... | True | undefined symbol: zend_new_interned_string after installing gearman - gearman 1.1.2 (http://gearman.org/), Ubuntu 14.04, Apache 2.4
[Mon Sep 8 15:29:23 2014] [hphp] [28646:7f13e9a39380:0:000001] [] Uncaught exception: Could not open extension /usr/lib/php5/20121212/gearman.so: /usr/lib/php5/20121212/gearman.so: und... | comp | undefined symbol zend new interned string after installing gearman gearman ubuntu apache uncaught exception could not open extension usr lib gearman so usr lib gearman so undefined symbol zend new interned string n hhvm version hiphop vm rel compiler ... | 1 |
11,959 | 14,103,883,339 | IssuesEvent | 2020-11-06 10:57:44 | RiskyKen/Armourers-Workshop | https://api.github.com/repos/RiskyKen/Armourers-Workshop | closed | Player-held skins disappear randomly. [BUG] | 1.12.2 bug compatibility | After a seemingly random amount of time of using the mod, skins will fail to load when used by players. This affects both singleplayer and multiplayer. I am using MultiMC, playing on version 1.12.2. The version of Armourer's Workshop used is 1.12.2-0.50.5. I have found no method to reproduce this, nor have I found one ... | True | Player-held skins disappear randomly. [BUG] - After a seemingly random amount of time of using the mod, skins will fail to load when used by players. This affects both singleplayer and multiplayer. I am using MultiMC, playing on version 1.12.2. The version of Armourer's Workshop used is 1.12.2-0.50.5. I have found no m... | comp | player held skins disappear randomly after a seemingly random amount of time of using the mod skins will fail to load when used by players this affects both singleplayer and multiplayer i am using multimc playing on version the version of armourer s workshop used is i have found no method t... | 1 |
87,686 | 10,958,369,949 | IssuesEvent | 2019-11-27 09:16:22 | n-air-app/n-air-app | https://api.github.com/repos/n-air-app/n-air-app | closed | ソースフィルターのUIが崩れている | design work visual issue | # バグの概要
フィルターの追加・削除のアイコンがずれている
# 再現手順
バグ再現手順:
1. ソースが存在する状態にする
2. ソースセレクターでソースを選択する
3. 選択したソースを右クリックして「フィルター」
4. 画像のようにアイコンがズレている
# 期待する動作
真ん中にあるべきか。marginの指定がおかしい
# スクリーンショット

# バグが発生した環境
-... | 1.0 | ソースフィルターのUIが崩れている - # バグの概要
フィルターの追加・削除のアイコンがずれている
# 再現手順
バグ再現手順:
1. ソースが存在する状態にする
2. ソースセレクターでソースを選択する
3. 選択したソースを右クリックして「フィルター」
4. 画像のようにアイコンがズレている
# 期待する動作
真ん中にあるべきか。marginの指定がおかしい
# スクリーンショット

Above is an example.
Expected: Links point to Coach2K22 repository
Actual: Links point to AB-3 repository
<!--session: 1650086725237-10eeac2e-b5f8-47ef-8995-4af804a42785-->
<!--Version: Web v3.4.2--> | 1.0 | Links to Java files in Section 3.2, 3.3, 3.4 points to AB-3 - 
Above is an example.
Expected: Links point to Coach2K22 repository
Actual: Links point to AB-3 repository
<!--session: 1650086725237-10eeac2... | non_comp | links to java files in section points to ab above is an example expected links point to repository actual links point to ab repository | 0 |
12,315 | 14,566,841,301 | IssuesEvent | 2020-12-17 09:27:16 | ballerina-platform/ballerina-spec | https://api.github.com/repos/ballerina-platform/ballerina-spec | closed | Put remote methods in a separate symbol space | enhancement incompatible lang | Given new concept for hierarchical resources https://github.com/ballerina-platform/ballerina-spec/issues/607#issuecomment-721459883, we have decided to put remote methods in a separate symbol space from other methods and variables: this is consistent with the fact that remote client they are always called using `->`. | True | Put remote methods in a separate symbol space - Given new concept for hierarchical resources https://github.com/ballerina-platform/ballerina-spec/issues/607#issuecomment-721459883, we have decided to put remote methods in a separate symbol space from other methods and variables: this is consistent with the fact that re... | comp | put remote methods in a separate symbol space given new concept for hierarchical resources we have decided to put remote methods in a separate symbol space from other methods and variables this is consistent with the fact that remote client they are always called using | 1 |
95,904 | 8,580,715,452 | IssuesEvent | 2018-11-13 12:49:58 | sozu-proxy/sozu | https://api.github.com/repos/sozu-proxy/sozu | closed | Metric to track TLS protocols / ciphers being used | needs testing | So we can now how much clients are using which protocols / ciphers | 1.0 | Metric to track TLS protocols / ciphers being used - So we can now how much clients are using which protocols / ciphers | non_comp | metric to track tls protocols ciphers being used so we can now how much clients are using which protocols ciphers | 0 |
78,992 | 9,814,656,105 | IssuesEvent | 2019-06-13 10:42:35 | bicolresearch/mtcarmel.app | https://api.github.com/repos/bicolresearch/mtcarmel.app | closed | Sprint1 - UI Design, Coding and Implementation for Basilica - Contact Details | Epic coding design setup | Sprint 1 - UI Design and Implementation, Coding for:
Basilica (View)
-Contact Details | 1.0 | Sprint1 - UI Design, Coding and Implementation for Basilica - Contact Details - Sprint 1 - UI Design and Implementation, Coding for:
Basilica (View)
-Contact Details | non_comp | ui design coding and implementation for basilica contact details sprint ui design and implementation coding for basilica view contact details | 0 |
421,448 | 28,316,157,773 | IssuesEvent | 2023-04-10 19:48:18 | binbashar/le-ref-architecture-doc | https://api.github.com/repos/binbashar/le-ref-architecture-doc | closed | Enhancement | Document AWS SSO as defaullt | documentation patch | Our first implementation of Single Sign-On used JumpCloud as Identity Provider. Because of that, our documentation primarily points towards JC and AWS guides on how to implement the integration with AWS SSO.
We have now dropped the JumpCloud integration in favor of AWS's own solution.
The documentation should refle... | 1.0 | Enhancement | Document AWS SSO as defaullt - Our first implementation of Single Sign-On used JumpCloud as Identity Provider. Because of that, our documentation primarily points towards JC and AWS guides on how to implement the integration with AWS SSO.
We have now dropped the JumpCloud integration in favor of AWS's ow... | non_comp | enhancement document aws sso as defaullt our first implementation of single sign on used jumpcloud as identity provider because of that our documentation primarily points towards jc and aws guides on how to implement the integration with aws sso we have now dropped the jumpcloud integration in favor of aws s ow... | 0 |
4,103 | 4,804,411,534 | IssuesEvent | 2016-11-02 13:30:36 | devtools-html/debugger.html | https://api.github.com/repos/devtools-html/debugger.html | closed | [flow] Add types for utilities | difficulty: medium infrastructure up for grabs | There are several util files that types would really help. I think if we can type these files, our overall score would go up a lot.
- http://jasonlaster.github.io/debugger-flow-report/sourcefiles/public/js/utils/assert.js.html
- http://jasonlaster.github.io/debugger-flow-report/sourcefiles/public/js/utils/defer.js.html... | 1.0 | [flow] Add types for utilities - There are several util files that types would really help. I think if we can type these files, our overall score would go up a lot.
- http://jasonlaster.github.io/debugger-flow-report/sourcefiles/public/js/utils/assert.js.html
- http://jasonlaster.github.io/debugger-flow-report/sourcefi... | non_comp | add types for utilities there are several util files that types would really help i think if we can type these files our overall score would go up a lot devtools config feature js not in the list but i ve seen devtools confg mentioned in several places | 0 |
63,747 | 17,912,746,785 | IssuesEvent | 2021-09-09 07:53:26 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | BIT_AND_AGG(), BIT_OR_AGG() emulations shouldn't use bind values | T: Defect C: Functionality P: Medium R: Fixed E: All Editions | The emulations of the bitwise aggregate functions seem to be using bind values instead of inline values in their expressions:

There's no reason not to inline those particular values. Some values are alrea... | 1.0 | BIT_AND_AGG(), BIT_OR_AGG() emulations shouldn't use bind values - The emulations of the bitwise aggregate functions seem to be using bind values instead of inline values in their expressions:

There's no ... | non_comp | bit and agg bit or agg emulations shouldn t use bind values the emulations of the bitwise aggregate functions seem to be using bind values instead of inline values in their expressions there s no reason not to inline those particular values some values are already inlined as can be seen above | 0 |
14,093 | 16,891,694,820 | IssuesEvent | 2021-06-23 10:00:54 | eclipse/rdf4j | https://api.github.com/repos/eclipse/rdf4j | opened | Update opencsv to 5.x | dependencies ⛔ Not backwards compatible 📦 rio | May break a (though deprecated) API / method org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
See also #1975 | True | Update opencsv to 5.x - May break a (though deprecated) API / method org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
See also #1975 | comp | update opencsv to x may break a though deprecated api method org eclipse query resultio text sparqlresultsxsvmappingstrategy see also | 1 |
234,493 | 7,721,936,002 | IssuesEvent | 2018-05-24 07:39:55 | adamjamesadair/manage-my-tabs | https://api.github.com/repos/adamjamesadair/manage-my-tabs | closed | Error when clicking undo button after closing tab group | Confirmed Priority: Low Type: Bug js | Clicking the undo button after closing a tab group results in: ERR_FILE_NOT_FOUND | 1.0 | Error when clicking undo button after closing tab group - Clicking the undo button after closing a tab group results in: ERR_FILE_NOT_FOUND | non_comp | error when clicking undo button after closing tab group clicking the undo button after closing a tab group results in err file not found | 0 |
3,369 | 6,335,110,119 | IssuesEvent | 2017-07-26 18:08:14 | sass/sass | https://api.github.com/repos/sass/sass | reopened | Support RRGGBBAA / RGBA hex colors | CSS Compatibility Requires Deprecation | SASS version: 3.4.22
Example:
```
body {
background: linear-gradient(45deg, #02010110 5%, #02010180 77%, #08030310);
}
```
Error display:
> Error: Invalid CSS after "...radient(45deg, ": expected function argument, was "#02010110 5%, #..."
> on line 2 of test.scss
Same error is shown if 4 di... | True | Support RRGGBBAA / RGBA hex colors - SASS version: 3.4.22
Example:
```
body {
background: linear-gradient(45deg, #02010110 5%, #02010180 77%, #08030310);
}
```
Error display:
> Error: Invalid CSS after "...radient(45deg, ": expected function argument, was "#02010110 5%, #..."
> on line 2 of te... | comp | support rrggbbaa rgba hex colors sass version example body background linear gradient error display error invalid css after radient expected function argument was on line of test scss same error is shown if di... | 1 |
15,341 | 19,562,797,673 | IssuesEvent | 2022-01-03 18:41:47 | splunk/splunk-sdk-python | https://api.github.com/repos/splunk/splunk-sdk-python | closed | Splunk Platform Upgrade Readiness App warning on splunklib Py files | Py3 compatibility | Hi,
Currently reviewing Python3 compatibility with the Splunk Platform Upgrade Readiness App, there are several warnings if you include the Python SDK splunklib in a Splunk app:

Example:
.nil? &&
['application/activity+json', 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'].i... | True | cannot follow / subscribe remote user on Mastodon >= 1.3.0 - https://github.com/tootsuite/mastodon/pull/4216 introduces ActivityPub support detection to `ResolveRemoteAccountService`, like below:
```ruby
def activitypub_ready?
!@webfinger.link('self').nil? &&
['application/activity+json', 'application... | comp | cannot follow subscribe remote user on mastodon introduces activitypub support detection to resolveremoteaccountservice like below ruby def activitypub ready webfinger link self nil include webfinger link self type end but we have application activit... | 1 |
10,930 | 12,945,117,802 | IssuesEvent | 2020-07-18 13:58:49 | sekiguchi-nagisa/ydsh | https://api.github.com/repos/sekiguchi-nagisa/ydsh | closed | when assert and exit, enter finally block | incompatible change | currently, finally block cannot catch these errors.
when entering finally block, disallow overwrite error | True | when assert and exit, enter finally block - currently, finally block cannot catch these errors.
when entering finally block, disallow overwrite error | comp | when assert and exit enter finally block currently finally block cannot catch these errors when entering finally block disallow overwrite error | 1 |
123,038 | 4,848,921,589 | IssuesEvent | 2016-11-10 18:55:34 | dalaranwow/dalaran-wow | https://api.github.com/repos/dalaranwow/dalaran-wow | closed | Runetog Wildhammer not offering flight services | Continent - Outland Priority - Low | **Description**:
The NPC Runetog Wildhammer, located at 78.4 34.9 in Hellfire Peninsula, is a Gryphon Master.
**Current behaviour**: Tell us what happens in detail (Where, When, What, Why, Who)
Clicking on the dialogue option "Show me where I can fly" gives no response; there is no option to choose a flight path.
**E... | 1.0 | Runetog Wildhammer not offering flight services - **Description**:
The NPC Runetog Wildhammer, located at 78.4 34.9 in Hellfire Peninsula, is a Gryphon Master.
**Current behaviour**: Tell us what happens in detail (Where, When, What, Why, Who)
Clicking on the dialogue option "Show me where I can fly" gives no respons... | non_comp | runetog wildhammer not offering flight services description the npc runetog wildhammer located at in hellfire peninsula is a gryphon master current behaviour tell us what happens in detail where when what why who clicking on the dialogue option show me where i can fly gives no response ... | 0 |
3,073 | 5,971,430,005 | IssuesEvent | 2017-05-31 02:29:34 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | UTF-8: Chinese (probably multybyte) | php5 incompatibility | On travis (sadly private) i have following failing test on hhvm
```
1) LispBaseTest\UtilsTest::testMbStrReplace
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'漢-漢 asdf'
+'漢語漢 asdf'
```
With following code
``` php
<?php
namespace LispBaseTest;
use LispBase\Utils;
/**
* @covers \LispBa... | True | UTF-8: Chinese (probably multybyte) - On travis (sadly private) i have following failing test on hhvm
```
1) LispBaseTest\UtilsTest::testMbStrReplace
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'漢-漢 asdf'
+'漢語漢 asdf'
```
With following code
``` php
<?php
namespace LispBaseTest;
use L... | comp | utf chinese probably multybyte on travis sadly private i have following failing test on hhvm lispbasetest utilstest testmbstrreplace failed asserting that two strings are equal expected actual 漢 漢 asdf 漢語漢 asdf with following code php php namespace lispbasetest use l... | 1 |
4,567 | 7,200,983,794 | IssuesEvent | 2018-02-05 20:56:37 | rust-lang-nursery/futures-rs | https://api.github.com/repos/rust-lang-nursery/futures-rs | closed | Stream::filter_map should use IntoFuture on its closure | 0.1-incompatible 0.2-cleanup C-feature-request | Tagging for an 0.2 release to ensure we don't forget it. We're doing this everywhere else with `Stream`, so may as well be consistent. | True | Stream::filter_map should use IntoFuture on its closure - Tagging for an 0.2 release to ensure we don't forget it. We're doing this everywhere else with `Stream`, so may as well be consistent. | comp | stream filter map should use intofuture on its closure tagging for an release to ensure we don t forget it we re doing this everywhere else with stream so may as well be consistent | 1 |
106,435 | 4,272,326,717 | IssuesEvent | 2016-07-13 14:13:11 | chocolatey/choco | https://api.github.com/repos/chocolatey/choco | closed | 64bit 7z.exe on 32bit system in chocolatey\tools | 3 - Done Bug Priority_HIGH | I'm working on a 32bit system. If I want to install a zip package, choco install fails with the following message:
`ERROR: Exception calling "Start" with "0" argument(s): "The specified executable is not a valid application for this OS platform."`
I checked the C:\ProgramData\chocolatey\tools\7z.exe and it is reall... | 1.0 | 64bit 7z.exe on 32bit system in chocolatey\tools - I'm working on a 32bit system. If I want to install a zip package, choco install fails with the following message:
`ERROR: Exception calling "Start" with "0" argument(s): "The specified executable is not a valid application for this OS platform."`
I checked the C:... | non_comp | exe on system in chocolatey tools i m working on a system if i want to install a zip package choco install fails with the following message error exception calling start with argument s the specified executable is not a valid application for this os platform i checked the c programdata ... | 0 |
443,194 | 12,760,967,360 | IssuesEvent | 2020-06-29 08:58:24 | bryntum/support | https://api.github.com/repos/bryntum/support | opened | Dependencies not redrawn after shiftNext call | high-priority | https://www.bryntum.com/examples/scheduler-pro/pro-grouping/
<img width="1227" alt="Screenshot 2020-06-29 at 10 57 30" src="https://user-images.githubusercontent.com/218570/85993979-6b828d00-b9f7-11ea-82ee-da4474224ce4.png">
| 1.0 | Dependencies not redrawn after shiftNext call - https://www.bryntum.com/examples/scheduler-pro/pro-grouping/
<img width="1227" alt="Screenshot 2020-06-29 at 10 57 30" src="https://user-images.githubusercontent.com/218570/85993979-6b828d00-b9f7-11ea-82ee-da4474224ce4.png">
| non_comp | dependencies not redrawn after shiftnext call img width alt screenshot at src | 0 |
505,097 | 14,627,340,327 | IssuesEvent | 2020-12-23 12:05:25 | bigbinary/neeto-ui | https://api.github.com/repos/bigbinary/neeto-ui | closed | The react-select component doesn't take in otherProps | PR Working bug high-priority | The native `Select` component doesn't take in the props which are not already defined within it. Therefore our `data-test-id` is never added as an attribute to the `Select` components `input`.
This is a high priority issue since in `neeto-help` the data-test-id is never getting passed to `SelectInput`.
@yedhink _... | 1.0 | The react-select component doesn't take in otherProps - The native `Select` component doesn't take in the props which are not already defined within it. Therefore our `data-test-id` is never added as an attribute to the `Select` components `input`.
This is a high priority issue since in `neeto-help` the data-test-id... | non_comp | the react select component doesn t take in otherprops the native select component doesn t take in the props which are not already defined within it therefore our data test id is never added as an attribute to the select components input this is a high priority issue since in neeto help the data test id... | 0 |
567,026 | 16,843,711,029 | IssuesEvent | 2021-06-19 03:00:03 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | System Language Translations Import (13pts) | Priority: Medium Sprint |
- Add CSV import to update translations
- Look at thesauri CSV import to follow similar approach
- Change "System" label in the translation form to User Interface
- The Translation form will remain in the translations section (for now)
CSV should expected to be something like
```
key, english, spanish
hello,... | 1.0 | System Language Translations Import (13pts) -
- Add CSV import to update translations
- Look at thesauri CSV import to follow similar approach
- Change "System" label in the translation form to User Interface
- The Translation form will remain in the translations section (for now)
CSV should expected to be some... | non_comp | system language translations import add csv import to update translations look at thesauri csv import to follow similar approach change system label in the translation form to user interface the translation form will remain in the translations section for now csv should expected to be somethin... | 0 |
688,202 | 23,551,851,303 | IssuesEvent | 2022-08-21 23:24:48 | AFlyingCar/HoI4-Mod-Development-Tool | https://api.github.com/repos/AFlyingCar/HoI4-Mod-Development-Tool | opened | Continent Order is Important | bug high priority | Continents are currently stored in a `std::set`, which does not guarantee a consistent order. We need to either make a way so that order is preserved, or make it so that provinces don't need to know any ID number to refer to their continent. | 1.0 | Continent Order is Important - Continents are currently stored in a `std::set`, which does not guarantee a consistent order. We need to either make a way so that order is preserved, or make it so that provinces don't need to know any ID number to refer to their continent. | non_comp | continent order is important continents are currently stored in a std set which does not guarantee a consistent order we need to either make a way so that order is preserved or make it so that provinces don t need to know any id number to refer to their continent | 0 |
173,730 | 13,439,389,486 | IssuesEvent | 2020-09-07 20:56:17 | tgstation/tgstation | https://api.github.com/repos/tgstation/tgstation | closed | Performing head transplants can force the head of the old body | Bug Tested/Reproduced | <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID: [145572](https://scrubby.melonmesa.com/round/145572)
In this round, I got the head of a moth. When we cut off the head of a human (Lief Ali) then put the moth head on, it instead turned back into the original he... | 1.0 | Performing head transplants can force the head of the old body - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID: [145572](https://scrubby.melonmesa.com/round/145572)
In this round, I got the head of a moth. When we cut off the head of a human (Lief Ali) then ... | non_comp | performing head transplants can force the head of the old body round id in this round i got the head of a moth when we cut off the head of a human lief ali then put the moth head on it instead turned back into the original head of the body this wasn t just visual since when looking at the body it... | 0 |
2,657 | 5,395,363,830 | IssuesEvent | 2017-02-27 08:20:12 | Cxbx-Reloaded/Cxbx-Reloaded | https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded | opened | Silent Hill 4 regression | game-compatibility regression | According to elfogames, similair to issue #196, "Silent Hill 4" crashes in latest build, but in version 0.0.1-POC showed Konami logo. | True | Silent Hill 4 regression - According to elfogames, similair to issue #196, "Silent Hill 4" crashes in latest build, but in version 0.0.1-POC showed Konami logo. | comp | silent hill regression according to elfogames similair to issue silent hill crashes in latest build but in version poc showed konami logo | 1 |
288,787 | 21,720,955,226 | IssuesEvent | 2022-05-11 00:01:59 | aws/aws-sdk-js-v3 | https://api.github.com/repos/aws/aws-sdk-js-v3 | closed | Attempting to stream chunked audio file into MediaStore but only the last chunk was availble. | feature-request documentation closed-for-staleness | **Describe the bug**
Capture live audio from my laptop microphone and stream to mediastore using PutObject API.
I have chunked audio file but only the last chunk was available in the cloud.
In one of the uploads, I captured a 129KB wav file but only the last chunk (6KB) is uploaded to MediaStore.
**SDK versio... | 1.0 | Attempting to stream chunked audio file into MediaStore but only the last chunk was availble. - **Describe the bug**
Capture live audio from my laptop microphone and stream to mediastore using PutObject API.
I have chunked audio file but only the last chunk was available in the cloud.
In one of the uploads, I cap... | non_comp | attempting to stream chunked audio file into mediastore but only the last chunk was availble describe the bug capture live audio from my laptop microphone and stream to mediastore using putobject api i have chunked audio file but only the last chunk was available in the cloud in one of the uploads i cap... | 0 |
8,856 | 10,821,634,821 | IssuesEvent | 2019-11-08 19:10:01 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | closed | Tracking issue for `safe_extern_statics` compatibility lint | A-lint B-unstable C-future-compatibility T-lang | #### What is this lint about
Consider the following code:
```
extern {
static S: T;
}
```
`S` here is a static variable accessible to Rust but defined and initialized elsewhere.
External static variables cannot be accessed safely from Rust code for several reasons:
- `S` can contain an arbitrary bit ... | True | Tracking issue for `safe_extern_statics` compatibility lint - #### What is this lint about
Consider the following code:
```
extern {
static S: T;
}
```
`S` here is a static variable accessible to Rust but defined and initialized elsewhere.
External static variables cannot be accessed safely from Rust ... | comp | tracking issue for safe extern statics compatibility lint what is this lint about consider the following code extern static s t s here is a static variable accessible to rust but defined and initialized elsewhere external static variables cannot be accessed safely from rust ... | 1 |
299,096 | 22,589,041,703 | IssuesEvent | 2022-06-28 17:54:47 | criblio/appscope | https://api.github.com/repos/criblio/appscope | closed | Tweak docs per PM final 1.1.0 questions | documentation | Per @nicktank :
- Former references to "LogStream" in the config file should read "Cribl Stream or Cribl Edge."
- Tweak the Nginx example in the config file.
- Save the muting bit for later. | 1.0 | Tweak docs per PM final 1.1.0 questions - Per @nicktank :
- Former references to "LogStream" in the config file should read "Cribl Stream or Cribl Edge."
- Tweak the Nginx example in the config file.
- Save the muting bit for later. | non_comp | tweak docs per pm final questions per nicktank former references to logstream in the config file should read cribl stream or cribl edge tweak the nginx example in the config file save the muting bit for later | 0 |
65,581 | 7,887,218,411 | IssuesEvent | 2018-06-27 17:44:34 | 18F/cms-hitech-apd | https://api.github.com/repos/18F/cms-hitech-apd | closed | Complete Walkthrough of v1 of APD Creation Submission Experience | design development | Perform a complete walkthrough of v1 of the APD creation/submission experience. [Mural workflows](https://app.mural.co/t/gsa6/m/gsa6/1524714012930/d34a6666c3cb4db8dfee9cfadc5e4c13e7a88f72) will be used as a reference.
### This task is done when...
- [x] Meeting scheduled to walkthrough the entire creation/submissi... | 1.0 | Complete Walkthrough of v1 of APD Creation Submission Experience - Perform a complete walkthrough of v1 of the APD creation/submission experience. [Mural workflows](https://app.mural.co/t/gsa6/m/gsa6/1524714012930/d34a6666c3cb4db8dfee9cfadc5e4c13e7a88f72) will be used as a reference.
### This task is done when...
... | non_comp | complete walkthrough of of apd creation submission experience perform a complete walkthrough of of the apd creation submission experience will be used as a reference this task is done when meeting scheduled to walkthrough the entire creation submission experience program overview ... | 0 |
7,483 | 9,740,218,385 | IssuesEvent | 2019-06-01 18:20:06 | swordglowsblue/redstone-tweaks | https://api.github.com/repos/swordglowsblue/redstone-tweaks | closed | Add tags for Composable Automation compatibility | enhancement good first issue mod compatibility | [CompAuto](https://minecraft.curseforge.com/projects/composable-automation)'s photodetector uses a handful of tags to determine the color of blocks, which I'd like to add compatibility for. The following tags should be added with regards to dyed wire / redstone blocks, and potentially some other blocks:
- `red`, `st... | True | Add tags for Composable Automation compatibility - [CompAuto](https://minecraft.curseforge.com/projects/composable-automation)'s photodetector uses a handful of tags to determine the color of blocks, which I'd like to add compatibility for. The following tags should be added with regards to dyed wire / redstone blocks,... | comp | add tags for composable automation compatibility photodetector uses a handful of tags to determine the color of blocks which i d like to add compatibility for the following tags should be added with regards to dyed wire redstone blocks and potentially some other blocks red strong red green ... | 1 |
53,639 | 22,971,696,259 | IssuesEvent | 2022-07-20 04:12:43 | Azure/azure-cli | https://api.github.com/repos/Azure/azure-cli | closed | Cannot create SQL AD admin using Azure CLI | SQL Service Attention customer-reported | ## Describe the bug
Using the az sql server ad-admin create command fails with:
create_or_update() missing 1 required positional argument: 'parameters'
**Command Name**
`az sql server ad-admin create`
az sql server ad-admin create --resource-group myResourceGroup --server-name <server-name> --display-name ADMIN --... | 1.0 | Cannot create SQL AD admin using Azure CLI - ## Describe the bug
Using the az sql server ad-admin create command fails with:
create_or_update() missing 1 required positional argument: 'parameters'
**Command Name**
`az sql server ad-admin create`
az sql server ad-admin create --resource-group myResourceGroup --serv... | non_comp | cannot create sql ad admin using azure cli describe the bug using the az sql server ad admin create command fails with create or update missing required positional argument parameters command name az sql server ad admin create az sql server ad admin create resource group myresourcegroup serv... | 0 |
13,624 | 16,175,473,475 | IssuesEvent | 2021-05-03 05:45:54 | oshi/oshi | https://api.github.com/repos/oshi/oshi | closed | macOS Big Sur: Crash in HardwareAbstractionLayer#getDiskStores() | compatibility confirmed bug | Users of our application have reported two stacktraces using the following code on macOS Big Sur:
```java
SystemInfo si = new SystemInfo();
HardwareAbstractionLayer hal = si.getHardware();
List<HWDiskStore> diskStores = hal.getDiskStores();
```
Exception message 1:
```
java.lang.ClassCastException: Unable to ca... | True | macOS Big Sur: Crash in HardwareAbstractionLayer#getDiskStores() - Users of our application have reported two stacktraces using the following code on macOS Big Sur:
```java
SystemInfo si = new SystemInfo();
HardwareAbstractionLayer hal = si.getHardware();
List<HWDiskStore> diskStores = hal.getDiskStores();
```
Ex... | comp | macos big sur crash in hardwareabstractionlayer getdiskstores users of our application have reported two stacktraces using the following code on macos big sur java systeminfo si new systeminfo hardwareabstractionlayer hal si gethardware list diskstores hal getdiskstores exception mess... | 1 |
1,994 | 4,710,500,788 | IssuesEvent | 2016-10-14 10:21:48 | yarnpkg/yarn | https://api.github.com/repos/yarnpkg/yarn | closed | in npm `run` is an alias to `run-script`. | compatibility | **Do you want to request a *feature* or report a *bug*?**
Something of both.
**What is the current behavior?**
yarn has a `run` command. However `npm run` is only an alias for `npm run-script`, which means that packages are using that - such as [npm-run-all](https://www.npmjs.com/package/npm-run-all) for examp... | True | in npm `run` is an alias to `run-script`. - **Do you want to request a *feature* or report a *bug*?**
Something of both.
**What is the current behavior?**
yarn has a `run` command. However `npm run` is only an alias for `npm run-script`, which means that packages are using that - such as [npm-run-all](https://... | comp | in npm run is an alias to run script do you want to request a feature or report a bug something of both what is the current behavior yarn has a run command however npm run is only an alias for npm run script which means that packages are using that such as for example these... | 1 |
227,840 | 7,543,528,076 | IssuesEvent | 2018-04-17 15:44:42 | emoncms/MyHomeEnergyPlanner | https://api.github.com/repos/emoncms/MyHomeEnergyPlanner | closed | Report Figure 11 - Updates | For release Medium priority Report Formatting | The format of Figure 11 in the Carbon Coop report needs to be updated, now that we've incorporated the ability to alter heating periods and thermostat settings.
This needs some thought - probably for me (and Gervase and Andrew) to ponder on. | 1.0 | Report Figure 11 - Updates - The format of Figure 11 in the Carbon Coop report needs to be updated, now that we've incorporated the ability to alter heating periods and thermostat settings.
This needs some thought - probably for me (and Gervase and Andrew) to ponder on. | non_comp | report figure updates the format of figure in the carbon coop report needs to be updated now that we ve incorporated the ability to alter heating periods and thermostat settings this needs some thought probably for me and gervase and andrew to ponder on | 0 |
98,085 | 4,017,195,472 | IssuesEvent | 2016-05-16 01:43:33 | larsiusprime/tdrpg-bugs | https://api.github.com/repos/larsiusprime/tdrpg-bugs | opened | Windows works | 5 DQ CORE Priority HIGH | - [ ] Windows 10 confirmed
- [ ] Windows 8 confirmed
- [ ] Windows 7 confirmed
- [ ] Windows Vista confirmed
- [ ] Windows XP confirmed | 1.0 | Windows works - - [ ] Windows 10 confirmed
- [ ] Windows 8 confirmed
- [ ] Windows 7 confirmed
- [ ] Windows Vista confirmed
- [ ] Windows XP confirmed | non_comp | windows works windows confirmed windows confirmed windows confirmed windows vista confirmed windows xp confirmed | 0 |
2,981 | 5,871,404,967 | IssuesEvent | 2017-05-15 08:37:45 | Lunatrius/Schematica | https://api.github.com/repos/Lunatrius/Schematica | closed | Crash Report w/ Lunatruis Core & Schematica | incompatibility optifine | **Mod version:** --LunatriusCore-1.11-1.1.2.39-universal-- & ---Schematica-1.11-1.7.8.161-universal ---
**Forge version:** --forge-13.20.0.2296--
**Operating system:** --windows 10--
**Mod list:**
* ;
insert into w values (1);
alter table w add column b year(4) not null;
select * from w;
```
2. What did you expect to see?
```
mysql> select * from w;
+------+------+
| a | b |
+------+------+
| 1 | 0000 |
+------+------+
1... | True | The default year should be '0000' instead of '2000' - ## Bug Report
1. What did you do?
```sql
create table w(a int);
insert into w values (1);
alter table w add column b year(4) not null;
select * from w;
```
2. What did you expect to see?
```
mysql> select * from w;
+------+------+
| a | b |... | comp | the default year should be instead of bug report what did you do sql create table w a int insert into w values alter table w add column b year not null select from w what did you expect to see mysql select from w a b ... | 1 |
79,428 | 22,763,016,926 | IssuesEvent | 2022-07-07 23:29:34 | google/mediapipe | https://api.github.com/repos/google/mediapipe | closed | tensorflow installation fails when building from dockerfile | type:build/install MediaPipe platform:python platform:docker | **Specs**
- OS Platform and Distribution: Windows 11 - Building Ubuntu 18.04 bionic
- Programming Language and version: Default - python 3.6.9
- MediaPipe version: main branch - HEAD
**The problem**
Dockerfile fails on a message:
protobuf requires Python '>=3.7' but the running Python is 3.6.9
this is caused b... | 1.0 | tensorflow installation fails when building from dockerfile - **Specs**
- OS Platform and Distribution: Windows 11 - Building Ubuntu 18.04 bionic
- Programming Language and version: Default - python 3.6.9
- MediaPipe version: main branch - HEAD
**The problem**
Dockerfile fails on a message:
protobuf requires Py... | non_comp | tensorflow installation fails when building from dockerfile specs os platform and distribution windows building ubuntu bionic programming language and version default python mediapipe version main branch head the problem dockerfile fails on a message protobuf requires pytho... | 0 |
167,671 | 6,343,965,462 | IssuesEvent | 2017-07-27 18:48:11 | phetsims/assert | https://api.github.com/repos/phetsims/assert | opened | Update the assert error to handle a lack of message | priority:3-medium | From dev meeting today. We don't require that assertion messages are included in every assert call. Therefore it would be nice if the error message handled this case without saying: `Assertion failed: undefined`.
@jonathanolson had the recommendation to try to add the lineNum/file that the assert came from, otherwis... | 1.0 | Update the assert error to handle a lack of message - From dev meeting today. We don't require that assertion messages are included in every assert call. Therefore it would be nice if the error message handled this case without saying: `Assertion failed: undefined`.
@jonathanolson had the recommendation to try to ad... | non_comp | update the assert error to handle a lack of message from dev meeting today we don t require that assertion messages are included in every assert call therefore it would be nice if the error message handled this case without saying assertion failed undefined jonathanolson had the recommendation to try to ad... | 0 |
3,715 | 6,565,465,318 | IssuesEvent | 2017-09-08 08:27:43 | Infocatcher/Link_Properties_Plus | https://api.github.com/repos/Infocatcher/Link_Properties_Plus | opened | Support for case-insensitive headers | compatibility enhancement | Reported here: https://forum.mozilla-russia.org/viewtopic.php?pid=742599#p742599
Example: https://dl.google.com/dl/softwareremovaltool/win/software_removal_tool.exe
Response:<blockquote>accept-ranges: bytes
content-length: 3923576
content-type: application/octet-stream
etag: "16a791"
last-modified: Wed, 30 Aug 20... | True | Support for case-insensitive headers - Reported here: https://forum.mozilla-russia.org/viewtopic.php?pid=742599#p742599
Example: https://dl.google.com/dl/softwareremovaltool/win/software_removal_tool.exe
Response:<blockquote>accept-ranges: bytes
content-length: 3923576
content-type: application/octet-stream
etag: ... | comp | support for case insensitive headers reported here example response accept ranges bytes content length content type application octet stream etag last modified wed aug gmt server downloads vary x content type options nosniff x frame options sameorigin x xss protection ... | 1 |
11,985 | 14,121,870,216 | IssuesEvent | 2020-11-09 03:20:45 | shantanu2704/vip-go-mu-plugins | https://api.github.com/repos/shantanu2704/vip-go-mu-plugins | closed | Test PHPCompat Scanner000-debug | PHP 7.4 Compatibility PHP Compatibility |
* <b>Warning in 000-debug/logger.php</b>: Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter "$stuff" was used, and possibly changed (by reference), on line 41. https://github.com/s... | True | Test PHPCompat Scanner000-debug -
* <b>Warning in 000-debug/logger.php</b>: Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter "$stuff" was used, and possibly changed (by reference)... | comp | test phpcompat debug warning in debug logger php since php functions inspecting arguments like func get args no longer report the original value as passed to a parameter but will instead provide the current value the parameter stuff was used and possibly changed by reference on line ... | 1 |
630,427 | 20,108,930,368 | IssuesEvent | 2022-02-07 13:22:14 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | closed | Add portable flasher | Priority: 3-Not Required Type: Feature Size: Very Large Difficulty: 1-Easy | Now that FlashOnTrigger exists this is much more doable.
Requirements:
* Need a ProximityTriggerComponent that has a non-hard circular fixture to represent the trigger.
* When collided with calls HandleTrigger on TriggerSystem and issues a TriggerEvent for the entity.
* ProximityTrigger probably also needs a cool... | 1.0 | Add portable flasher - Now that FlashOnTrigger exists this is much more doable.
Requirements:
* Need a ProximityTriggerComponent that has a non-hard circular fixture to represent the trigger.
* When collided with calls HandleTrigger on TriggerSystem and issues a TriggerEvent for the entity.
* ProximityTrigger pro... | non_comp | add portable flasher now that flashontrigger exists this is much more doable requirements need a proximitytriggercomponent that has a non hard circular fixture to represent the trigger when collided with calls handletrigger on triggersystem and issues a triggerevent for the entity proximitytrigger pro... | 0 |
6,452 | 8,744,950,807 | IssuesEvent | 2018-12-13 00:19:34 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | opened | --incompatible_use_aapt2_by_default: Enable Bazel to use aapt2 by default | incompatible-change | Tracking issue for the incompatible change to switch Bazel to use aapt2 by default.
FR issue: https://github.com/bazelbuild/bazel/issues/4103
To switch between aapt versions, Bazel uses the following in order of precedence:
1) Value of `--android_aapt` flag.
2) Value of `aapt_version` attribute in the `androi... | True | --incompatible_use_aapt2_by_default: Enable Bazel to use aapt2 by default - Tracking issue for the incompatible change to switch Bazel to use aapt2 by default.
FR issue: https://github.com/bazelbuild/bazel/issues/4103
To switch between aapt versions, Bazel uses the following in order of precedence:
1) Value of... | comp | incompatible use by default enable bazel to use by default tracking issue for the incompatible change to switch bazel to use by default fr issue to switch between aapt versions bazel uses the following in order of precedence value of android aapt flag value of aapt version attrib... | 1 |
4,827 | 7,447,252,866 | IssuesEvent | 2018-03-28 11:54:27 | CortexPE/TeaSpoon | https://api.github.com/repos/CortexPE/TeaSpoon | closed | [Ported PC Maps] MobSpawner NBT Error | Enhancement: Core Functions Incompatibility Issue STATUS: Reproduced bug | ```
19.02 18:46:11 [Server] Server thread/CRITICAL RuntimeException: "Expected a tag of type pocketmine\nbt\tag\IntTag, got pocketmine\nbt\tag\StringTag" (EXCEPTION) in "vendor/pocketmine/pocketmine-nbt/src/tag/CompoundTag" at line 107
19.02 18:46:11 [Server] Server thread/DEBUG #0 vendor/pocketmine/pocketmine-nbt/sr... | True | [Ported PC Maps] MobSpawner NBT Error - ```
19.02 18:46:11 [Server] Server thread/CRITICAL RuntimeException: "Expected a tag of type pocketmine\nbt\tag\IntTag, got pocketmine\nbt\tag\StringTag" (EXCEPTION) in "vendor/pocketmine/pocketmine-nbt/src/tag/CompoundTag" at line 107
19.02 18:46:11 [Server] Server thread/DEBU... | comp | mobspawner nbt error server thread critical runtimeexception expected a tag of type pocketmine nbt tag inttag got pocketmine nbt tag stringtag exception in vendor pocketmine pocketmine nbt src tag compoundtag at line server thread debug vendor pocketmine pocketmine nbt src... | 1 |
159,154 | 20,036,656,734 | IssuesEvent | 2022-02-02 12:39:00 | kapseliboi/webuild | https://api.github.com/repos/kapseliboi/webuild | opened | CVE-2020-15366 (Medium) detected in ajv-5.5.2.tgz | security vulnerability | ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-5.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry... | True | CVE-2020-15366 (Medium) detected in ajv-5.5.2.tgz - ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-5.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator... | non_comp | cve medium detected in ajv tgz cve medium severity vulnerability vulnerable library ajv tgz another json schema validator library home page a href path to dependency file package json path to vulnerable library node modules ajv package json dependency hierarchy... | 0 |
17,693 | 24,392,914,987 | IssuesEvent | 2022-10-04 16:37:08 | PrefectHQ/prefect | https://api.github.com/repos/PrefectHQ/prefect | closed | protected block types cannot be updated. | bug status:in-progress backwards-compatibility | ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
I have started ... | True | protected block types cannot be updated. - ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its depe... | comp | protected block types cannot be updated first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i searched the prefect documentation for this issue i checked that this issue is related to prefect and not one of its dependencies... | 1 |
5,022 | 7,613,801,868 | IssuesEvent | 2018-05-01 22:50:57 | Microsoft/ChakraCore | https://api.github.com/repos/Microsoft/ChakraCore | closed | Date.prototype.toLocaleString() - "月" character is missing when "month" is specified as "short" and "year" is not specified. | Bug Compatibility Intl-ICU | ## Environment
- WIndows 10 Enterprise / 1709 / 16299.371
- Microsoft Edge 41.16299.371.0 / Microsoft EdgeHTML 16.16299
- IE 11.371.16299.0 / 11.0.6(KB4092946)
## Symptom
Both MS Edge and IE11 have problem with `Date.prototype.toLocaleString()`.
"月" character is missing when `month` is specified as `short` and... | True | Date.prototype.toLocaleString() - "月" character is missing when "month" is specified as "short" and "year" is not specified. - ## Environment
- WIndows 10 Enterprise / 1709 / 16299.371
- Microsoft Edge 41.16299.371.0 / Microsoft EdgeHTML 16.16299
- IE 11.371.16299.0 / 11.0.6(KB4092946)
## Symptom
Both MS Edge a... | comp | date prototype tolocalestring 月 character is missing when month is specified as short and year is not specified environment windows enterprise microsoft edge microsoft edgehtml ie symptom both ms edge and have problem with date prototype... | 1 |
754,239 | 26,377,957,427 | IssuesEvent | 2023-01-12 05:26:15 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | opened | Worldserver crash. | Priority-Critical HasBacktrace | ### Current Behaviour
When trying to complete the quest [Into the Realm of Shadows](https://www.wowhead.com/wotlk/quest=12687), upon riding the [Acherus Deathcharger]() into Death's Breach and summoning [Salanar the Horseman](), he [says his congratulations](https://user-images.githubusercontent.com/38561765/211982930... | 1.0 | Worldserver crash. - ### Current Behaviour
When trying to complete the quest [Into the Realm of Shadows](https://www.wowhead.com/wotlk/quest=12687), upon riding the [Acherus Deathcharger]() into Death's Breach and summoning [Salanar the Horseman](), he [says his congratulations](https://user-images.githubusercontent.c... | non_comp | worldserver crash current behaviour when trying to complete the quest upon riding the into death s breach and summoning he and then the server crashes expected blizzlike behaviour no crash source n a steps to reproduce the problem create a death knight complete the i... | 0 |
273,084 | 23,725,893,408 | IssuesEvent | 2022-08-30 19:34:10 | kubernetes/sig-security | https://api.github.com/repos/kubernetes/sig-security | closed | Create a periodic prow job to implement KEP-3203 | sig/testing sig/security | Related to kubernetes/enhancements#3203
Create a periodic prow job to query GitHub API for new CVEs announced (every 5 minutes).
If new CVE announced, push the new content to`k/sig-security/sig-security-tooling/feeds/official-cve-feed.json`
This prow job will call the shell/golang/python script to query the git... | 1.0 | Create a periodic prow job to implement KEP-3203 - Related to kubernetes/enhancements#3203
Create a periodic prow job to query GitHub API for new CVEs announced (every 5 minutes).
If new CVE announced, push the new content to`k/sig-security/sig-security-tooling/feeds/official-cve-feed.json`
This prow job will c... | non_comp | create a periodic prow job to implement kep related to kubernetes enhancements create a periodic prow job to query github api for new cves announced every minutes if new cve announced push the new content to k sig security sig security tooling feeds official cve feed json this prow job will call th... | 0 |
18,812 | 26,177,706,583 | IssuesEvent | 2023-01-02 11:53:58 | spring-projects-experimental/spring-native | https://api.github.com/repos/spring-projects-experimental/spring-native | closed | TestPropertySource annotation not working with spring-native | type: compatibility | Hi, I have this project [okta-springboot](https://github.com/ivangfr/okta-springboot) where, in the test case `SimpleServiceControllerTest` class, I use `TestPropertySource` annotation to change some properties. However, it's not working.
The project uses **spring-boot** `2.6.6` and **spring-native** `0.11.4`
**a... | True | TestPropertySource annotation not working with spring-native - Hi, I have this project [okta-springboot](https://github.com/ivangfr/okta-springboot) where, in the test case `SimpleServiceControllerTest` class, I use `TestPropertySource` annotation to change some properties. However, it's not working.
The project use... | comp | testpropertysource annotation not working with spring native hi i have this project where in the test case simpleservicecontrollertest class i use testpropertysource annotation to change some properties however it s not working the project uses spring boot and spring native ... | 1 |
280,695 | 24,324,139,953 | IssuesEvent | 2022-09-30 13:26:31 | newrelic/nri-ecs | https://api.github.com/repos/newrelic/nri-ecs | closed | Improve tests with amazon/amazon-ecs-local-container-endpoints | test triage/in-progress | ##Description
Currently there are not many unit/integration tests, we should improve them.
Note that there is an image `amazon/amazon-ecs-local-container-endpoints` that (maybe) can be used to have a local metadata endpoint
## Priority
Nice to Have
| 1.0 | Improve tests with amazon/amazon-ecs-local-container-endpoints - ##Description
Currently there are not many unit/integration tests, we should improve them.
Note that there is an image `amazon/amazon-ecs-local-container-endpoints` that (maybe) can be used to have a local metadata endpoint
## Priority
Nice to Hav... | non_comp | improve tests with amazon amazon ecs local container endpoints description currently there are not many unit integration tests we should improve them note that there is an image amazon amazon ecs local container endpoints that maybe can be used to have a local metadata endpoint priority nice to hav... | 0 |
270,880 | 29,145,685,536 | IssuesEvent | 2023-05-18 02:31:09 | aayant-mend/NodeGoat | https://api.github.com/repos/aayant-mend/NodeGoat | opened | forever-2.0.0.tgz: 19 vulnerabilities (highest severity is: 9.8) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>forever-2.0.0.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /package.json</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/aayant-mend/NodeG... | True | forever-2.0.0.tgz: 19 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>forever-2.0.0.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /package.json</p>
<p>
<p>... | non_comp | forever tgz vulnerabilities highest severity is vulnerable library forever tgz path to dependency file package json found in head commit a href mend has checked all newer package trees and you are on the least vulnerable package please note there ... | 0 |
233,253 | 18,957,490,019 | IssuesEvent | 2021-11-18 22:14:48 | microsoft/vscode-python | https://api.github.com/repos/microsoft/vscode-python | closed | Update "stop refresh" icon to use new "beaker-stop" codicon | feature-request needs PR area-testing | <!-- **PLEASE** look for preexisting feature requests before opening a new one as a 👍 on a preexisting issue is more important than opening a new issue or leaving a comment. -->
Using Miguel's new codicon for stopping test refresh: https://github.com/microsoft/vscode-codicons/issues/82 | 1.0 | Update "stop refresh" icon to use new "beaker-stop" codicon - <!-- **PLEASE** look for preexisting feature requests before opening a new one as a 👍 on a preexisting issue is more important than opening a new issue or leaving a comment. -->
Using Miguel's new codicon for stopping test refresh: https://github.com/mic... | non_comp | update stop refresh icon to use new beaker stop codicon using miguel s new codicon for stopping test refresh | 0 |
89,320 | 25,755,805,441 | IssuesEvent | 2022-12-08 16:19:07 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | System.Text.Json.Tests.Utf8JsonWriterTests.WriteNumbers test failing in CI | blocking-clean-ci Known Build Error | ```
System.Text.Json.Tests.Utf8JsonWriterTests.WriteNumbers(formatted: True, skipValidation: False, keyString: ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>") [FAIL]
Assert.Equal() Failure
↓ (pos 465256)
Expected: ···363,\n "\u003e\u003eu003e\u003e\u003e\... | 1.0 | System.Text.Json.Tests.Utf8JsonWriterTests.WriteNumbers test failing in CI - ```
System.Text.Json.Tests.Utf8JsonWriterTests.WriteNumbers(formatted: True, skipValidation: False, keyString: ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>") [FAIL]
Assert.Equal() Failure
... | non_comp | system text json tests writenumbers test failing in ci system text json tests writenumbers formatted true skipvalidation false keystring assert equal failure ↓ pos expected ··· n ... | 0 |
30,175 | 5,736,302,188 | IssuesEvent | 2017-04-22 07:19:05 | eslint/eslint | https://api.github.com/repos/eslint/eslint | closed | Document comma-dangle: functions: always-multiline behaviour in promises | documentation | 1. **ESLint Version**
v3.13.1 (although this is documentation specific, not the linter itself
2. **The problem you want to solve.**
The behaviour of always-multiline comma dangle in promises isn't clearly documented. As In #7786 @mysticatea [described why](https://github.com/eslint/eslint/issues/7786#issuecomment-... | 1.0 | Document comma-dangle: functions: always-multiline behaviour in promises - 1. **ESLint Version**
v3.13.1 (although this is documentation specific, not the linter itself
2. **The problem you want to solve.**
The behaviour of always-multiline comma dangle in promises isn't clearly documented. As In #7786 @mysticatea... | non_comp | document comma dangle functions always multiline behaviour in promises eslint version although this is documentation specific not the linter itself the problem you want to solve the behaviour of always multiline comma dangle in promises isn t clearly documented as in mysticatea ... | 0 |
295,899 | 25,513,918,689 | IssuesEvent | 2022-11-28 15:01:51 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | `Shields` button text isn't translated in German | l10n priority/P2 QA/Yes QA/Test-Plan-Specified OS/Desktop | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV... | 1.0 | `Shields` button text isn't translated in German - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT ... | non_comp | shields button text isn t translated in german have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it ... | 0 |
51,306 | 6,154,640,356 | IssuesEvent | 2017-06-28 13:10:21 | vta/modeify | https://api.github.com/repos/vta/modeify | closed | Initial Bus Stop is not visible | bug tests passed UI | 
If you plan a trip and select a different trip than the first one, the initial bus symbol disappears.
Also the first bus stop is not interactive. | 1.0 | Initial Bus Stop is not visible - 
If you plan a trip and select a different trip than the first one, the initial bus symbol disappears.
Also the first bus stop is not interactive. | non_comp | initial bus stop is not visible if you plan a trip and select a different trip than the first one the initial bus symbol disappears also the first bus stop is not interactive | 0 |
87,180 | 15,756,038,587 | IssuesEvent | 2021-03-31 02:49:12 | emilwareus/NodeGoat | https://api.github.com/repos/emilwareus/NodeGoat | opened | CVE-2021-23358 (High) detected in multiple libraries | security vulnerability | ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>underscore-1.9.1.tgz</b>, <b>underscore-1.8.3.tgz</b>, <b>underscore-1.3.3.tgz</b></p></summary>
<p>
<details><summa... | True | CVE-2021-23358 (High) detected in multiple libraries - ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>underscore-1.9.1.tgz</b>, <b>underscore-1.8.3.tgz</b>, <b>unde... | non_comp | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries underscore tgz underscore tgz underscore tgz underscore tgz javascript s functional programming helper library library home page a href path to depend... | 0 |
689,601 | 23,626,953,134 | IssuesEvent | 2022-08-25 05:30:07 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Write fingerprint to branch cache for existing branches | type:feature priority-2-high status:ready performance | ### What would you like Renovate to be able to do?
Add the branch fingerprint to existing branches if none exists.
Today we only set the fingerprint when a commit is done, but this means that for branches created prior to fingerprinting, they may never get a fingerprint.
### If you have any ideas on how this shoul... | 1.0 | Write fingerprint to branch cache for existing branches - ### What would you like Renovate to be able to do?
Add the branch fingerprint to existing branches if none exists.
Today we only set the fingerprint when a commit is done, but this means that for branches created prior to fingerprinting, they may never get a... | non_comp | write fingerprint to branch cache for existing branches what would you like renovate to be able to do add the branch fingerprint to existing branches if none exists today we only set the fingerprint when a commit is done but this means that for branches created prior to fingerprinting they may never get a... | 0 |
106,067 | 13,244,085,395 | IssuesEvent | 2020-08-19 12:31:46 | Open-Systems-Pharmacology/OSPSuite.Core | https://api.github.com/repos/Open-Systems-Pharmacology/OSPSuite.Core | closed | Observed data format: 016_TOrganCompSpecies_C_MultiSheet | Importer-Redesign |
Time [min] | Organ | Compartment | Species | Concentration [mg/ml]
-- | -- | -- | -- | --
1 | Brain | Plasma | Human | 0,1
2 | Brain | Plasma | Human | 12
3 | Brain | Plasma | Human | 2
10 | Brain | Plasma | Human | 1
20 | Brain | Plasma | Human | 0,01
0 | Liver | Plasma | Human | 0,2
1 | Liver | Plasma | Hum... | 1.0 | Observed data format: 016_TOrganCompSpecies_C_MultiSheet -
Time [min] | Organ | Compartment | Species | Concentration [mg/ml]
-- | -- | -- | -- | --
1 | Brain | Plasma | Human | 0,1
2 | Brain | Plasma | Human | 12
3 | Brain | Plasma | Human | 2
10 | Brain | Plasma | Human | 1
20 | Brain | Plasma | Human | 0,01
... | non_comp | observed data format torgancompspecies c multisheet time organ compartment species concentration brain plasma human brain plasma human brain plasma human brain plasma human brain plasma human liver pla... | 0 |
12,368 | 14,624,603,621 | IssuesEvent | 2020-12-23 06:44:15 | Dakraid/RW_DSGUI | https://api.github.com/repos/Dakraid/RW_DSGUI | opened | [COMP] Simply Storage - Refrigeration | Compatibility | **Describe the incompatibility**
Simply Storage - Refrigeration is not using the new UI
**To Reproduce**
Steps to reproduce the behavior:
1. Just try to open any refrigeration unit from Simply Storage
**Expected behavior**
DSGUI should take over the UI, but currently doesn't. Might require an XML patch.
**... | True | [COMP] Simply Storage - Refrigeration - **Describe the incompatibility**
Simply Storage - Refrigeration is not using the new UI
**To Reproduce**
Steps to reproduce the behavior:
1. Just try to open any refrigeration unit from Simply Storage
**Expected behavior**
DSGUI should take over the UI, but currently do... | comp | simply storage refrigeration describe the incompatibility simply storage refrigeration is not using the new ui to reproduce steps to reproduce the behavior just try to open any refrigeration unit from simply storage expected behavior dsgui should take over the ui but currently doesn t... | 1 |
30,594 | 8,564,477,222 | IssuesEvent | 2018-11-09 16:50:47 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | closed | Emit error when timing output is not collected | Area: xamarin-android Build | We are loosing useful data, when apk tests timing measurement doesn't work. As happened recently.
We should make the build fail, when the timing output is not collected. I will probably let the processing task fail in that case. | 1.0 | Emit error when timing output is not collected - We are loosing useful data, when apk tests timing measurement doesn't work. As happened recently.
We should make the build fail, when the timing output is not collected. I will probably let the processing task fail in that case. | non_comp | emit error when timing output is not collected we are loosing useful data when apk tests timing measurement doesn t work as happened recently we should make the build fail when the timing output is not collected i will probably let the processing task fail in that case | 0 |
8,826 | 10,778,522,323 | IssuesEvent | 2019-11-04 08:20:43 | wordpress-mobile/WordPress-iOS | https://api.github.com/repos/wordpress-mobile/WordPress-iOS | closed | EXC_BREAKPOINT: textView:shouldInteractWithURL:inRange:interaction: | Gutenberg compatibility [Type] Crash | Sentry Issue: [WORDPRESS-IOS-1T6X](https://sentry.io/share/issue/34e39d6126514dcfbb218d981394c8d3/)
```
EXC_BREAKPOINT: textView:shouldInteractWithURL:inRange:interaction:
?, in <redacted>
?, in <redacted>
?, in <redacted>
...
(29 additional frame(s) were not displayed)
``` | True | EXC_BREAKPOINT: textView:shouldInteractWithURL:inRange:interaction: - Sentry Issue: [WORDPRESS-IOS-1T6X](https://sentry.io/share/issue/34e39d6126514dcfbb218d981394c8d3/)
```
EXC_BREAKPOINT: textView:shouldInteractWithURL:inRange:interaction:
?, in <redacted>
?, in <redacted>
?, in <redacted>
...
(29 additional f... | comp | exc breakpoint textview shouldinteractwithurl inrange interaction sentry issue exc breakpoint textview shouldinteractwithurl inrange interaction in in in additional frame s were not displayed | 1 |
9,580 | 11,641,264,773 | IssuesEvent | 2020-02-29 02:10:07 | ballerina-platform/ballerina-spec | https://api.github.com/repos/ballerina-platform/ballerina-spec | closed | Type inference for mapping constructor in select clause | enhancement incompatible lang | We need to fix the rules for inferring the type of a mapping constructor when there is no contextually expected type, so that the type inferred for a mapping constructor in a select clause is a record type rather than a map type.
Ideally, we should do this in a general way rather than special-casing select.
This ... | True | Type inference for mapping constructor in select clause - We need to fix the rules for inferring the type of a mapping constructor when there is no contextually expected type, so that the type inferred for a mapping constructor in a select clause is a record type rather than a map type.
Ideally, we should do this in... | comp | type inference for mapping constructor in select clause we need to fix the rules for inferring the type of a mapping constructor when there is no contextually expected type so that the type inferred for a mapping constructor in a select clause is a record type rather than a map type ideally we should do this in... | 1 |
67,449 | 16,984,581,501 | IssuesEvent | 2021-06-30 13:05:11 | skypjack/uvw | https://api.github.com/repos/skypjack/uvw | closed | BUILD_UVW_LIBS doesn't work on Windows (no symbols are exported) | build system static-shared-libs | Hi,
When building UVW as a shared library (by setting BUILD_UVW_LIBS to ON) on Windows, a DLL is created but without any .lib file.
The issue is that nothing is exported using__declspec(dllexport).
I suggest to make the same thing as libuv, that is:
https://github.com/libuv/libuv/blob/36549815eed297c74448ff580b... | 1.0 | BUILD_UVW_LIBS doesn't work on Windows (no symbols are exported) - Hi,
When building UVW as a shared library (by setting BUILD_UVW_LIBS to ON) on Windows, a DLL is created but without any .lib file.
The issue is that nothing is exported using__declspec(dllexport).
I suggest to make the same thing as libuv, that ... | non_comp | build uvw libs doesn t work on windows no symbols are exported hi when building uvw as a shared library by setting build uvw libs to on on windows a dll is created but without any lib file the issue is that nothing is exported using declspec dllexport i suggest to make the same thing as libuv that ... | 0 |
268,530 | 23,377,295,265 | IssuesEvent | 2022-08-11 05:31:08 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Security Solution] The usage section is empty for the 'clear screen' command under the console | bug impact:low Team: SecuritySolution Team:Onboarding and Lifecycle Mgt QA:Ready for Testing v8.4.0 | **Description:**
The usage section is empty for the 'clear screen' command under the console
**Build Details:**
```
VERSION: 8.4.0
BUILD: 54932
COMMIT: 0645a3ba388f81fc6b43136e64ad53614101e947
ARTIFACT PAGE: https://artifacts-api.elastic.co/v1/search/8.4.0-SNAPSHOT
```
**Browser Details:**
All
**Precon... | 1.0 | [Security Solution] The usage section is empty for the 'clear screen' command under the console - **Description:**
The usage section is empty for the 'clear screen' command under the console
**Build Details:**
```
VERSION: 8.4.0
BUILD: 54932
COMMIT: 0645a3ba388f81fc6b43136e64ad53614101e947
ARTIFACT PAGE: https... | non_comp | the usage section is empty for the clear screen command under the console description the usage section is empty for the clear screen command under the console build details version build commit artifact page browser details all preconditions kiba... | 0 |
346,479 | 30,921,987,108 | IssuesEvent | 2023-08-06 02:20:16 | Zahlungsmittel/Zahlungsmittel | https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel | opened | [Feature] Upgrade yarn for directory e2e-tests | feature devops test end-to-end imported | <a href="https://github.com/mahula"><img src="https://avatars.githubusercontent.com/u/3883288?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mahula](https://github.com/mahula)**
_Wednesday Jun 28, 2023 at 05:14 GMT_
_Originally opened as https://github.com/gradido/gradido/issues/3087_
----... | 1.0 | [Feature] Upgrade yarn for directory e2e-tests - <a href="https://github.com/mahula"><img src="https://avatars.githubusercontent.com/u/3883288?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mahula](https://github.com/mahula)**
_Wednesday Jun 28, 2023 at 05:14 GMT_
_Originally opened as http... | non_comp | upgrade yarn for directory tests issue by wednesday jun at gmt originally opened as yarn upgrade in tests gets these warnings errors eslint loader warning eslint loader this loader has been deprecated please use eslint webpack plugin cypress wa... | 0 |
211,560 | 16,449,309,782 | IssuesEvent | 2021-05-21 01:37:40 | Yanneko/pe | https://api.github.com/repos/Yanneko/pe | closed | Ordering of commands in User Guide could be more user-friendly | severity.VeryLow type.DocumentationBug | Since the example used in the edit command uses the detail command, perhaps it would be better to explain the detail command first before the edit command?

<!--session: 1618552475780-d338cda1-0273-4a8b-ae9c... | 1.0 | Ordering of commands in User Guide could be more user-friendly - Since the example used in the edit command uses the detail command, perhaps it would be better to explain the detail command first before the edit command?
. Thus, mirroring to and installing the package from internal Artifactory pypi servers does not work properly because the metadata are missing. | True | PKG-INFO not available in package version 0.2.4 - The latest version 0.2.4 does not provide the PKG-INFO metadata according to [PEP314](https://www.python.org/dev/peps/pep-0314/#including-metadata-in-packages). Thus, mirroring to and installing the package from internal Artifactory pypi servers does not work properly b... | comp | pkg info not available in package version the latest version does not provide the pkg info metadata according to thus mirroring to and installing the package from internal artifactory pypi servers does not work properly because the metadata are missing | 1 |
141,431 | 12,967,650,434 | IssuesEvent | 2020-07-21 03:41:00 | sajag1999/Website-Blocker-Project | https://api.github.com/repos/sajag1999/Website-Blocker-Project | closed | Design HTML body | SCI-2020 documentation enhancement | Add the content inside the body and make it look like the wireframe.
Make it more attractive | 1.0 | Design HTML body - Add the content inside the body and make it look like the wireframe.
Make it more attractive | non_comp | design html body add the content inside the body and make it look like the wireframe make it more attractive | 0 |
4,920 | 2,762,625,477 | IssuesEvent | 2015-04-29 00:19:17 | backdrop/backdrop-issues | https://api.github.com/repos/backdrop/backdrop-issues | closed | New admin theme missing table border and hover | audience - design type - bug report | Followup to https://github.com/backdrop/backdrop-issues/issues/740#issuecomment-94219453 and part of overall meta for new admin theme in https://github.com/backdrop/backdrop-issues/issues/736.
> The tables seem to be missing upper/left/right borders (for example the modules page and the status report page) while the... | 1.0 | New admin theme missing table border and hover - Followup to https://github.com/backdrop/backdrop-issues/issues/740#issuecomment-94219453 and part of overall meta for new admin theme in https://github.com/backdrop/backdrop-issues/issues/736.
> The tables seem to be missing upper/left/right borders (for example the m... | non_comp | new admin theme missing table border and hover followup to and part of overall meta for new admin theme in the tables seem to be missing upper left right borders for example the modules page and the status report page while the shows that there should be there also in the style guide there is a ... | 0 |
110,995 | 13,996,339,299 | IssuesEvent | 2020-10-28 05:39:51 | ajency/Dhanda-App | https://api.github.com/repos/ajency/Dhanda-App | closed | No categories for DAILY,WORK BASIS,WEEKLY,WORKBASIS | Assigned to QA Design Issue bug | There are no categories for DAILY,WORK BASIS,WEEKLY,WORKBASIS
Description-As the staff must be segregated into such category like in case of monthly and hourly staff but the Daily ,weekly and work basis dont have category and are put under one category of monthly
, and probably more.
#17 | True | Carefully rename .opendistro_security indexes - There's a reference to `.opendistro_security` [here](https://github.com/opensearch-project/anomaly-detection/blob/cfebf07f637c05753e32a1648d05db98e1120e0f/src/test/java/org/opensearch/ad/ODFERestTestCase.java#L167), and probably more.
#17 | comp | carefully rename opendistro security indexes there s a reference to opendistro security and probably more | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.