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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
310,999 | 26,760,931,042 | IssuesEvent | 2023-01-31 06:46:23 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Test failure: BraveScreenFarblingBrowserTest_DisableFlag.FarbleScreenPopupPosition_DisableFlag_0 | QA/No release-notes/exclude ci-concern bot/type/test bot/arch/x64 bot/channel/nightly bot/platform/macos bot/platform/linux bot/branch/master bot/branch/v1.49 | Greetings human!
Bad news. `BraveScreenFarblingBrowserTest_DisableFlag.FarbleScreenPopupPosition_DisableFlag_0` [failed on linux x64 nightly v1.49.45](https://ci.brave.com/job/brave-browser-build-linux-x64/5066/testReport/junit/(root)/BraveScreenFarblingBrowserTest_DisableFlag/linux_x64___test_browser___FarbleScreenPo... | 1.0 | Test failure: BraveScreenFarblingBrowserTest_DisableFlag.FarbleScreenPopupPosition_DisableFlag_0 - Greetings human!
Bad news. `BraveScreenFarblingBrowserTest_DisableFlag.FarbleScreenPopupPosition_DisableFlag_0` [failed on linux x64 nightly v1.49.45](https://ci.brave.com/job/brave-browser-build-linux-x64/5066/testRepor... | non_comp | test failure bravescreenfarblingbrowsertest disableflag farblescreenpopupposition disableflag greetings human bad news bravescreenfarblingbrowsertest disableflag farblescreenpopupposition disableflag stack trace bravescreenfarblingbrowsertest disableflag farblescreenpopupposition disableflag ... | 0 |
20,498 | 30,312,009,170 | IssuesEvent | 2023-07-10 13:23:49 | zwave-js/node-zwave-js | https://api.github.com/repos/zwave-js/node-zwave-js | closed | Add a compat flag to override the schedule slot count | device compatibility | Yale Smart Door Lock P-KFCON-MOD-YALE (0x0129-0x0007-0x0001) has 20 users, reports 20 schedule slots, but only seems to have a single slot per user (slot ID is ignored). | True | Add a compat flag to override the schedule slot count - Yale Smart Door Lock P-KFCON-MOD-YALE (0x0129-0x0007-0x0001) has 20 users, reports 20 schedule slots, but only seems to have a single slot per user (slot ID is ignored). | comp | add a compat flag to override the schedule slot count yale smart door lock p kfcon mod yale has users reports schedule slots but only seems to have a single slot per user slot id is ignored | 1 |
5,782 | 8,229,804,064 | IssuesEvent | 2018-09-07 10:35:24 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | com.alseda.ideabank app - add to the HTTPS filtering exceptions | SSL compatibility | It's a banking app, fails to connect when being filtered.
https://play.google.com/store/apps/details?id=com.alseda.ideabank&hl=en | True | com.alseda.ideabank app - add to the HTTPS filtering exceptions - It's a banking app, fails to connect when being filtered.
https://play.google.com/store/apps/details?id=com.alseda.ideabank&hl=en | comp | com alseda ideabank app add to the https filtering exceptions it s a banking app fails to connect when being filtered | 1 |
12,458 | 14,700,943,300 | IssuesEvent | 2021-01-04 11:01:25 | svengreb/wand | https://api.github.com/repos/svengreb/wand | opened | Missing environment variables in `Install` method of `gobin` task | context-pkg scope-compatibility scope-stability type-bug | Currently the [`Install` method of the `gobin` task runner][doc-m-install] sets the environment of the command that gets executed initially to [`os.Environ()`][doc-f-os-environ], but overrides it later on with custom variables configured through the [`WithEnv(map[string]string)` option][doc-f-withenv].
This results ... | True | Missing environment variables in `Install` method of `gobin` task - Currently the [`Install` method of the `gobin` task runner][doc-m-install] sets the environment of the command that gets executed initially to [`os.Environ()`][doc-f-os-environ], but overrides it later on with custom variables configured through the [`... | comp | missing environment variables in install method of gobin task currently the sets the environment of the command that gets executed initially to but overrides it later on with custom variables configured through the string option this results in errors when running the method in minimal environment... | 1 |
298,880 | 22,577,920,361 | IssuesEvent | 2022-06-28 09:00:28 | gerrymanoim/exchange_calendars | https://api.github.com/repos/gerrymanoim/exchange_calendars | closed | Better clarify calendar `start` and `end` arguments as calendar bounds | documentation TODO | Suppose I want to get schedule for a specific day. Specifying date range in `schedule()` fails:
`dt = "2022-05-09"`
`xcal.get_calendar("XLON",start=dt,end=dt).schedule`
> ValueError: `start` must be earlier than `end` although `start` parsed as '2022-05-09 00:00:00' and `end` as '2022-05-09 00:00:00'
But this cod... | 1.0 | Better clarify calendar `start` and `end` arguments as calendar bounds - Suppose I want to get schedule for a specific day. Specifying date range in `schedule()` fails:
`dt = "2022-05-09"`
`xcal.get_calendar("XLON",start=dt,end=dt).schedule`
> ValueError: `start` must be earlier than `end` although `start` parsed as... | non_comp | better clarify calendar start and end arguments as calendar bounds suppose i want to get schedule for a specific day specifying date range in schedule fails dt xcal get calendar xlon start dt end dt schedule valueerror start must be earlier than end although start parsed as ... | 0 |
7,322 | 9,564,901,570 | IssuesEvent | 2019-05-05 08:10:15 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | opened | addition between `datetime` and real `interval` is not compatible with Mysql | component/expression type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
`SELECT "1900-01-01 00:00:00" + INTERVAL 1.123456789e4 SECOND;`
2. What did you expect to see?
In MySQL:
```
mysql> SELECT "1900-01-01 00:0... | True | addition between `datetime` and real `interval` is not compatible with Mysql - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
`SELECT "1900-01-01 00:00:00" + INTERVAL 1.123456789e4 SECOND;`
2. ... | comp | addition between datetime and real interval is not compatible with mysql bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error select interval second what did you expec... | 1 |
709,621 | 24,384,990,374 | IssuesEvent | 2022-10-04 10:58:35 | oceanprotocol/ocean.py | https://api.github.com/repos/oceanprotocol/ocean.py | closed | Create README for predicting ETH price | Type: Enhancement Priority: Critical | ### Background info
- Algorithm competitions like Kaggle are a big thing in AI / data science. Benefits: they connect people with data problems to AI / data scientists, and they offer an opportunity for up-and-coming AI / data scientists to show their chops and earn $.
- Ocean has USPs to algorithm competitions: c... | 1.0 | Create README for predicting ETH price - ### Background info
- Algorithm competitions like Kaggle are a big thing in AI / data science. Benefits: they connect people with data problems to AI / data scientists, and they offer an opportunity for up-and-coming AI / data scientists to show their chops and earn $.
- Oc... | non_comp | create readme for predicting eth price background info algorithm competitions like kaggle are a big thing in ai data science benefits they connect people with data problems to ai data scientists and they offer an opportunity for up and coming ai data scientists to show their chops and earn oc... | 0 |
3,511 | 6,488,489,075 | IssuesEvent | 2017-08-20 17:24:01 | FriendsOfREDAXO/cache_warmup | https://api.github.com/repos/FriendsOfREDAXO/cache_warmup | closed | YForm-Felder aktualisieren: `be_media`, `be_medialist`, `mediafile` | compatibility | Eventuell kann man in der Hilfe Datei noch ergänzen das bei yform nur in "be_media" und "be_medialist" gesucht wird; nicht z.B. in mediafile - dort liegen bei mir die Bilder :)
selector.php / Zeile 56:
`find images in yforms (be_media, be_medialist)` | True | YForm-Felder aktualisieren: `be_media`, `be_medialist`, `mediafile` - Eventuell kann man in der Hilfe Datei noch ergänzen das bei yform nur in "be_media" und "be_medialist" gesucht wird; nicht z.B. in mediafile - dort liegen bei mir die Bilder :)
selector.php / Zeile 56:
`find images in yforms (be_media, be_mediali... | comp | yform felder aktualisieren be media be medialist mediafile eventuell kann man in der hilfe datei noch ergänzen das bei yform nur in be media und be medialist gesucht wird nicht z b in mediafile dort liegen bei mir die bilder selector php zeile find images in yforms be media be medialis... | 1 |
5,072 | 7,674,454,064 | IssuesEvent | 2018-05-15 04:05:14 | jpanther/Dectorio | https://api.github.com/repos/jpanther/Dectorio | closed | "Attach Notes" and signal colours conflict | incompatibility | https://mods.factorio.com/mods/321freddy/attach-notes
When running both mods, I get an error on startup referencing line 17 of the prototypes>signals>signals.lua file. I don't know what the issue is, but I'd be grateful if you could find & resolve it. | True | "Attach Notes" and signal colours conflict - https://mods.factorio.com/mods/321freddy/attach-notes
When running both mods, I get an error on startup referencing line 17 of the prototypes>signals>signals.lua file. I don't know what the issue is, but I'd be grateful if you could find & resolve it. | comp | attach notes and signal colours conflict when running both mods i get an error on startup referencing line of the prototypes signals signals lua file i don t know what the issue is but i d be grateful if you could find resolve it | 1 |
26,797 | 4,021,169,529 | IssuesEvent | 2016-05-16 20:59:25 | EGWiley/sodexo-sub-portal | https://api.github.com/repos/EGWiley/sodexo-sub-portal | opened | See summary of steps in a muti-step form | design | - [ ] View summary of steps
- [ ] View location in the process
EG of a multi-step form "Create Quote": http://www.infotoken.com/sodexo/#p=createquote-select-related-wo
| 1.0 | See summary of steps in a muti-step form - - [ ] View summary of steps
- [ ] View location in the process
EG of a multi-step form "Create Quote": http://www.infotoken.com/sodexo/#p=createquote-select-related-wo
| non_comp | see summary of steps in a muti step form view summary of steps view location in the process eg of a multi step form create quote | 0 |
4,963 | 7,568,901,068 | IssuesEvent | 2018-04-23 00:36:16 | zeit/hyper | https://api.github.com/repos/zeit/hyper | closed | Vim Rendering | help wanted 🤯 Type: Compatibility | Lines will disappear/replicate when I do new line operations in vim.
Before: https://puu.sh/rvLMZ/3e93f9809e.png
After: https://puu.sh/rvLV2/722b4a8c8c.png
| True | Vim Rendering - Lines will disappear/replicate when I do new line operations in vim.
Before: https://puu.sh/rvLMZ/3e93f9809e.png
After: https://puu.sh/rvLV2/722b4a8c8c.png
| comp | vim rendering lines will disappear replicate when i do new line operations in vim before after | 1 |
11,683 | 13,754,824,364 | IssuesEvent | 2020-10-06 17:30:43 | utkarshpant/telemetry | https://api.github.com/repos/utkarshpant/telemetry | opened | Write destructors for each container. | data-structures good first issue stl-compatibility | Destructors have to be written for each container, to perform the following operations when an object is ```deleted```:
1. For the destructor in the **List** class, the ```node_count``` counter should be decremented. Since **Stack** and **Queue** depend on the **List** class (for now at least) for the underlying con... | True | Write destructors for each container. - Destructors have to be written for each container, to perform the following operations when an object is ```deleted```:
1. For the destructor in the **List** class, the ```node_count``` counter should be decremented. Since **Stack** and **Queue** depend on the **List** class (... | comp | write destructors for each container destructors have to be written for each container to perform the following operations when an object is deleted for the destructor in the list class the node count counter should be decremented since stack and queue depend on the list class ... | 1 |
3,561 | 6,493,222,181 | IssuesEvent | 2017-08-21 16:08:15 | Cxbx-Reloaded/Cxbx-Reloaded | https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded | closed | Super MonkeyBall Delux | game-compatibility | It makes a whole bunch of stuff then stops. Blank screen. I have an Iso for testing if needed. Most emulators seam to have trouble emulating this game... | True | Super MonkeyBall Delux - It makes a whole bunch of stuff then stops. Blank screen. I have an Iso for testing if needed. Most emulators seam to have trouble emulating this game... | comp | super monkeyball delux it makes a whole bunch of stuff then stops blank screen i have an iso for testing if needed most emulators seam to have trouble emulating this game | 1 |
252,743 | 8,041,161,563 | IssuesEvent | 2018-07-31 01:17:20 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Hammer form selection has a '1' in the corner | Low Priority | 
Should say 'shift + mouse wheel' since thats what controls it? | 1.0 | Hammer form selection has a '1' in the corner - 
Should say 'shift + mouse wheel' since thats what controls it? | non_comp | hammer form selection has a in the corner should say shift mouse wheel since thats what controls it | 0 |
10,761 | 12,741,490,021 | IssuesEvent | 2020-06-26 06:14:39 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, utime '/.../storybookExample/.storybook/generated-entry.js' | babel / webpack compatibility with other tools inactive question / support | **Describe the bug**
A clear and concise description of what the bug is.
I simply tried to add a plugin in a brand new storybook repo, and it ran into the error in the title.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone https://github.com/devtreehouse/StorybookLazyCompile
2. yarn storybook
3. See t... | True | UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, utime '/.../storybookExample/.storybook/generated-entry.js' - **Describe the bug**
A clear and concise description of what the bug is.
I simply tried to add a plugin in a brand new storybook repo, and it ran into the error in the title.
**To... | comp | unhandledpromiserejectionwarning error enoent no such file or directory utime storybookexample storybook generated entry js describe the bug a clear and concise description of what the bug is i simply tried to add a plugin in a brand new storybook repo and it ran into the error in the title to... | 1 |
26,872 | 20,812,602,341 | IssuesEvent | 2022-03-18 05:54:15 | The-Compilers/CryptoYard | https://api.github.com/repos/The-Compilers/CryptoYard | opened | Set up a staging server | infrastructure | Decide where a staging server will be, set it up:
- Set up the server
- Install necessary packages (Docker, Git)
- Configure ports, firewall
- Deploy the hello-world skeleton there | 1.0 | Set up a staging server - Decide where a staging server will be, set it up:
- Set up the server
- Install necessary packages (Docker, Git)
- Configure ports, firewall
- Deploy the hello-world skeleton there | non_comp | set up a staging server decide where a staging server will be set it up set up the server install necessary packages docker git configure ports firewall deploy the hello world skeleton there | 0 |
14,777 | 18,165,346,448 | IssuesEvent | 2021-09-27 14:06:49 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | World War Z: Aftermath (699130) | Game compatibility - Unofficial XAudio2 | # Compatibility Report
- Name of the game with compatibility issues: World War Z: Aftermath
- Steam AppID of the game: 699130
## System Information
- GPU: Nvidia GTX 1080Ti
- Driver/LLVM version: Nvidia 460.91.03
- Kernel version: 5.10.0-8-amd64
- Link to full system information report as [Gist](https://gist.g... | True | World War Z: Aftermath (699130) - # Compatibility Report
- Name of the game with compatibility issues: World War Z: Aftermath
- Steam AppID of the game: 699130
## System Information
- GPU: Nvidia GTX 1080Ti
- Driver/LLVM version: Nvidia 460.91.03
- Kernel version: 5.10.0-8-amd64
- Link to full system informati... | comp | world war z aftermath compatibility report name of the game with compatibility issues world war z aftermath steam appid of the game system information gpu nvidia gtx driver llvm version nvidia kernel version link to full system information report as prot... | 1 |
17,460 | 10,705,909,210 | IssuesEvent | 2019-10-24 14:30:36 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | How to connect with Azure Active Directory | Pri1 cxp product-question service/subsvc sql-database/svc triaged | Hello,
this document mentions at below step on how to log in with SQL Login. Is there a way we can connect with SQL Server Mangement Studio? If yes could you please share the link to the same?
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connect-query-ssms#connect-to-your-database
---
#### Docume... | 1.0 | How to connect with Azure Active Directory - Hello,
this document mentions at below step on how to log in with SQL Login. Is there a way we can connect with SQL Server Mangement Studio? If yes could you please share the link to the same?
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connect-query-s... | non_comp | how to connect with azure active directory hello this document mentions at below step on how to log in with sql login is there a way we can connect with sql server mangement studio if yes could you please share the link to the same document details ⚠ do not edit this section it is required for do... | 0 |
8,077 | 10,207,731,049 | IssuesEvent | 2019-08-14 08:26:28 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | incompatible_disallow_legacy_javainfo: Remove legacy (deprecated) JavaInfo constructors | P2 bazel 1.0 breaking-change-1.0 incompatible-change migration-0.25 migration-0.26 migration-0.27 migration-0.28 migration-0.29 team-Rules-Java | This is a tracking issue for offering a migration solution for
`--incompatible_disallow_legacy_javainfo`
| True | incompatible_disallow_legacy_javainfo: Remove legacy (deprecated) JavaInfo constructors - This is a tracking issue for offering a migration solution for
`--incompatible_disallow_legacy_javainfo`
| comp | incompatible disallow legacy javainfo remove legacy deprecated javainfo constructors this is a tracking issue for offering a migration solution for incompatible disallow legacy javainfo | 1 |
18,108 | 25,022,500,148 | IssuesEvent | 2022-11-04 03:07:41 | Lizard-Of-Oz/Inventorio | https://api.github.com/repos/Lizard-Of-Oz/Inventorio | closed | Compatibility issue with Twilight Forest, Server crash when inserting item into Uncrafting Table | compatibility issues | I asked in Twilight discord, and one of the devs answered that the issue lies here somewhere
https://github.com/Lizard-Of-Oz/Inventorio/blob/1.19/common/src/main/kotlin/me/lizardofoz/inventorio/enchantment/DeepPocketsBookRecipe.kt#L46
EDIT: also added crash log
[crash-2022-11-01_19.47.39-server.txt](https://github... | True | Compatibility issue with Twilight Forest, Server crash when inserting item into Uncrafting Table - I asked in Twilight discord, and one of the devs answered that the issue lies here somewhere
https://github.com/Lizard-Of-Oz/Inventorio/blob/1.19/common/src/main/kotlin/me/lizardofoz/inventorio/enchantment/DeepPocketsBoo... | comp | compatibility issue with twilight forest server crash when inserting item into uncrafting table i asked in twilight discord and one of the devs answered that the issue lies here somewhere edit also added crash log | 1 |
17,153 | 10,606,348,949 | IssuesEvent | 2019-10-10 23:01:55 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Article should be reconciled with newer version | Pri1 assigned-to-author container-service/svc doc-enhancement triaged | Can the information on this page be reconciled with the newer method documented at https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration ?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: ed59d472-ac33-5c03-dbb7-... | 1.0 | Article should be reconciled with newer version - Can the information on this page be reconciled with the newer method documented at https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration ?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitH... | non_comp | article should be reconciled with newer version can the information on this page be reconciled with the newer method documented at document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id conten... | 0 |
11,170 | 13,188,622,270 | IssuesEvent | 2020-08-13 06:53:08 | mmikkel/Reasons-Craft3 | https://api.github.com/repos/mmikkel/Reasons-Craft3 | closed | Conditional fields don't show after updating to 3.5.3? | bug compatibility | I updated to 3.5.3 today and it looks to have broken Reasons. I'm able to access the Conditional options when editing the Entry Type, but the conditional field doesn't show at all after adding criteria. In the second screenshot, the field should show to the right of 'Child Layout'.
: _(warn)_ Invalid 'await' of a non-Promise value.
### cyclomatic-complexity
- [`lib/handlers/even... | 1.0 | Code Inspection: Tslint on master - ### await-promise
- [`lib/handlers/command/sdm/UpdateSdmGoalState.ts:122`](https://github.com/atomist/sdm-pack-lifecycle/blob/91feb6c004301074229e59db72ab1bf4e1baa6c8/lib/handlers/command/sdm/UpdateSdmGoalState.ts#L122): _(warn)_ Invalid 'await' of a non-Promise value.
### cyclomat... | non_comp | code inspection tslint on master await promise warn invalid await of a non promise value cyclomatic complexity warn the function render has a cyclomatic complexity of which is higher than the threshold of warn the function render has a cyclomatic complexity of which ... | 0 |
16,801 | 23,161,517,713 | IssuesEvent | 2022-07-29 18:18:56 | 5zig-reborn/The-5zig-Mod | https://api.github.com/repos/5zig-reborn/The-5zig-Mod | opened | [Mod Compat] 5zig is breaking chat tabs of other mods | Compatibility | **What mod is causing it?**
Please provide enough details for us to download the specific version of the mod that's causing it.
A link to the mod's source code would be appreciated too.
https://github.com/Polyfrost/Chatting
AND/OR
https://github.com/Skytils/SkytilsMod
**Does the mod load?**
Yes, all the ... | True | [Mod Compat] 5zig is breaking chat tabs of other mods - **What mod is causing it?**
Please provide enough details for us to download the specific version of the mod that's causing it.
A link to the mod's source code would be appreciated too.
https://github.com/Polyfrost/Chatting
AND/OR
https://github.com/Skyti... | comp | is breaking chat tabs of other mods what mod is causing it please provide enough details for us to download the specific version of the mod that s causing it a link to the mod s source code would be appreciated too and or does the mod load yes all the mods load does load ... | 1 |
6,961 | 9,231,257,771 | IssuesEvent | 2019-03-13 01:32:04 | MozillaReality/FirefoxReality | https://api.github.com/repos/MozillaReality/FirefoxReality | reopened | Unable to select items in a multi-picklist | bug compatibility | ## Hardware
Oculus Go
## Steps to Reproduce
<!--- For bugs, please provide a link to a live web site, test page, or a rough set of -->
<!--- steps to reproduce this bug. If relevant, include code to reproduce. -->
<!--- Feel free to attach images and GIFs of screen captures. -->
1. Try to use any picklist (wher... | True | Unable to select items in a multi-picklist - ## Hardware
Oculus Go
## Steps to Reproduce
<!--- For bugs, please provide a link to a live web site, test page, or a rough set of -->
<!--- steps to reproduce this bug. If relevant, include code to reproduce. -->
<!--- Feel free to attach images and GIFs of screen ca... | comp | unable to select items in a multi picklist hardware oculus go steps to reproduce try to use any picklist where multiple items can be selected current behavior resulting dialog is too small to use and attempting to scroll through the list is impossible only the first coup... | 1 |
17,797 | 24,551,360,804 | IssuesEvent | 2022-10-12 12:51:37 | Codeinwp/neve | https://api.github.com/repos/Codeinwp/neve | closed | Theme Overrides Gravity Forms styles and prevents the DropDown Arrow from showing | bug released 3rd-party-compatibilities | ### Description:
If you have multiple dropdown inputs in your Gravity Forms Form, then Neve will prevent the specific arrow that indicates it's a dropdown from showing, and it gets lost in the background. At first, I thought we could modify this behavior from the Form Fields settings within the Customizer but tried th... | True | Theme Overrides Gravity Forms styles and prevents the DropDown Arrow from showing - ### Description:
If you have multiple dropdown inputs in your Gravity Forms Form, then Neve will prevent the specific arrow that indicates it's a dropdown from showing, and it gets lost in the background. At first, I thought we could m... | comp | theme overrides gravity forms styles and prevents the dropdown arrow from showing description if you have multiple dropdown inputs in your gravity forms form then neve will prevent the specific arrow that indicates it s a dropdown from showing and it gets lost in the background at first i thought we could m... | 1 |
12,009 | 5,132,709,456 | IssuesEvent | 2017-01-11 00:03:19 | Draccoz/twc | https://api.github.com/repos/Draccoz/twc | closed | Preserve documentation | bug builder parser | twc should preserve element and property documentation. For elements, [Polymer documentation](https://www.polymer-project.org/1.0/docs/tools/documentation#element-summaries) gives two possible ways:
1. as HTML comment above `<dom-module>`
1. if absent, as JS comment before `Polymer()` call
With twc, there is no... | 1.0 | Preserve documentation - twc should preserve element and property documentation. For elements, [Polymer documentation](https://www.polymer-project.org/1.0/docs/tools/documentation#element-summaries) gives two possible ways:
1. as HTML comment above `<dom-module>`
1. if absent, as JS comment before `Polymer()` call... | non_comp | preserve documentation twc should preserve element and property documentation for elements gives two possible ways as html comment above if absent as js comment before polymer call with twc there is no just the template it may work to always have just the js comment even when ... | 0 |
6,453 | 8,749,538,730 | IssuesEvent | 2018-12-13 16:38:40 | LLK/scratch-svg-renderer | https://api.github.com/repos/LLK/scratch-svg-renderer | closed | Project 264983948 doesn't load | bug compatibility critical has patch | https://scratch.mit.edu/projects/264983948/
https://llk.github.io/scratch-gui/develop/#264983948
I saw Oops in 3.0, with vm error `Document does not appear to be SVG.` | True | Project 264983948 doesn't load - https://scratch.mit.edu/projects/264983948/
https://llk.github.io/scratch-gui/develop/#264983948
I saw Oops in 3.0, with vm error `Document does not appear to be SVG.` | comp | project doesn t load i saw oops in with vm error document does not appear to be svg | 1 |
454,181 | 13,096,089,495 | IssuesEvent | 2020-08-03 15:07:51 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | connect.garmin.com - site is not usable | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:79.0) Gecko/20100101 Firefox/79.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56157 -->
**URL**: https://connect.garmin.com/modern/proxy/download-service/export/tcx/... | 1.0 | connect.garmin.com - site is not usable - <!-- @browser: Firefox 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:79.0) Gecko/20100101 Firefox/79.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56157 -->
**URL**: https://connect.garmin.com... | non_comp | connect garmin com site is not usable url browser version firefox operating system mac os x tested another browser no problem type site is not usable description buttons or links not working steps to reproduce while using garmin connect which opens in fire... | 0 |
331,001 | 28,501,043,351 | IssuesEvent | 2023-04-18 17:21:16 | LibertyDSNP/frequency | https://api.github.com/repos/LibertyDSNP/frequency | closed | Integration Test: MSA Public Key State Calls | test |
# Test the state calls:
- [ ] publicKeyToMsaId(AccountId32)
- [ ] publicKeyCountForMsaId(u64) | 1.0 | Integration Test: MSA Public Key State Calls -
# Test the state calls:
- [ ] publicKeyToMsaId(AccountId32)
- [ ] publicKeyCountForMsaId(u64) | non_comp | integration test msa public key state calls test the state calls publickeytomsaid publickeycountformsaid | 0 |
15,680 | 20,241,202,948 | IssuesEvent | 2022-02-14 09:27:34 | Creators-of-Create/Create | https://api.github.com/repos/Creators-of-Create/Create | closed | Ticking entity Mechanical Plough fatal crash | bug compatibility | Crash report: https://pastebin.com/UAVCmUZu
Building [this](https://imgur.com/a/lIDT7pk) contraption and puting a minecart or a furnace minecart crashes the game. The chassis range is not the case, tested both with 8 and 1 setting, both in creative and survival. (reproducable) | True | Ticking entity Mechanical Plough fatal crash - Crash report: https://pastebin.com/UAVCmUZu
Building [this](https://imgur.com/a/lIDT7pk) contraption and puting a minecart or a furnace minecart crashes the game. The chassis range is not the case, tested both with 8 and 1 setting, both in creative and survival. (reproduc... | comp | ticking entity mechanical plough fatal crash crash report building contraption and puting a minecart or a furnace minecart crashes the game the chassis range is not the case tested both with and setting both in creative and survival reproducable | 1 |
207,223 | 15,797,975,999 | IssuesEvent | 2021-04-02 17:46:18 | Section508Coordinators/baselinealignment | https://api.github.com/repos/Section508Coordinators/baselinealignment | opened | Test File credit | test case/test file | If we reuse test files from outside sources (like TT), we should give credit where it's due.
Can this be part of the test file or test case template? | 2.0 | Test File credit - If we reuse test files from outside sources (like TT), we should give credit where it's due.
Can this be part of the test file or test case template? | non_comp | test file credit if we reuse test files from outside sources like tt we should give credit where it s due can this be part of the test file or test case template | 0 |
741,298 | 25,787,899,947 | IssuesEvent | 2022-12-09 22:46:39 | model-checking/kani | https://api.github.com/repos/model-checking/kani | closed | kani fails to unwind 2 x 1 elements nested loop in firecracker code | [C] Bug T-High Priority [E] Performance T-User T-CBMC | I am running the following command
```
cargo kani -p arch --enable-unstable=mir-linker --harness test_msr_allowlist --restrict-vtable
```
on this Firecracker version:
https://github.com/firecracker-microvm/firecracker/commit/99f30233a28b30bac4d041a40e2c547a4c43d8e0
with the attached patch applied, with Kani versi... | 1.0 | kani fails to unwind 2 x 1 elements nested loop in firecracker code - I am running the following command
```
cargo kani -p arch --enable-unstable=mir-linker --harness test_msr_allowlist --restrict-vtable
```
on this Firecracker version:
https://github.com/firecracker-microvm/firecracker/commit/99f30233a28b30bac4d0... | non_comp | kani fails to unwind x elements nested loop in firecracker code i am running the following command cargo kani p arch enable unstable mir linker harness test msr allowlist restrict vtable on this firecracker version with the attached patch applied with kani version i expected fo... | 0 |
82,512 | 10,293,144,958 | IssuesEvent | 2019-08-27 15:46:49 | r-lib/pkgdown | https://api.github.com/repos/r-lib/pkgdown | closed | document ways to link to other pkgdown sites more prominently | documentation | We just had a bit of a hard time with TDD participants figuring out how to link to other pkgdown url (a vignette, in our case) on the same website.
Between the [linking syntax in markdown-roxygen2](https://cran.r-project.org/web/packages/roxygen2/vignettes/markdown.html) and `autolink_html()` it can be a little hard... | 1.0 | document ways to link to other pkgdown sites more prominently - We just had a bit of a hard time with TDD participants figuring out how to link to other pkgdown url (a vignette, in our case) on the same website.
Between the [linking syntax in markdown-roxygen2](https://cran.r-project.org/web/packages/roxygen2/vignet... | non_comp | document ways to link to other pkgdown sites more prominently we just had a bit of a hard time with tdd participants figuring out how to link to other pkgdown url a vignette in our case on the same website between the and autolink html it can be a little hard to figure out what to link how linking v... | 0 |
764,538 | 26,805,382,344 | IssuesEvent | 2023-02-01 17:52:56 | L483/community-standards-template | https://api.github.com/repos/L483/community-standards-template | opened | [Feature Request] meta-issue-form-and-template | Type: Feature Request Priority: Medium Scope: Small Status: Pending | ### Problem/Motivation
The project has a multitude of issue forms and templates that do not always have analogous sections and questions.
This is true as well for future forms and templates.
Currently, the most similar form or template has to be copied initially to create a new form or template.
But then, not only ... | 1.0 | [Feature Request] meta-issue-form-and-template - ### Problem/Motivation
The project has a multitude of issue forms and templates that do not always have analogous sections and questions.
This is true as well for future forms and templates.
Currently, the most similar form or template has to be copied initially to cr... | non_comp | meta issue form and template problem motivation the project has a multitude of issue forms and templates that do not always have analogous sections and questions this is true as well for future forms and templates currently the most similar form or template has to be copied initially to create a new form ... | 0 |
4,676 | 3,066,620,993 | IssuesEvent | 2015-08-18 03:36:39 | codeforamerica/communities | https://api.github.com/repos/codeforamerica/communities | opened | Code for All Oakland Summit travel | code for all | - [ ] Australia flights
- [ ] Poland flights
- [ ] check with Netherlands
- [ ] check with Japan
- [ ] rooming list
| 1.0 | Code for All Oakland Summit travel - - [ ] Australia flights
- [ ] Poland flights
- [ ] check with Netherlands
- [ ] check with Japan
- [ ] rooming list
| non_comp | code for all oakland summit travel australia flights poland flights check with netherlands check with japan rooming list | 0 |
12,308 | 14,563,111,233 | IssuesEvent | 2020-12-17 01:41:43 | metarhia/metarhia.com | https://api.github.com/repos/metarhia/metarhia.com | closed | Landing doesn't work in firefox | bug compatibility | Currently, landing doesn't work in firefox. This is because firefox uses `which` property instead of `keyCode` with `document.onkeydown` and `document.onkeypress` events.
Possible fix:
```js
document.onkeydown = (event) => {
let keyName, fn;
if (controlInput.inputActive) {
keyName = KEY_NAME[event.keyCo... | True | Landing doesn't work in firefox - Currently, landing doesn't work in firefox. This is because firefox uses `which` property instead of `keyCode` with `document.onkeydown` and `document.onkeypress` events.
Possible fix:
```js
document.onkeydown = (event) => {
let keyName, fn;
if (controlInput.inputActive) {
... | comp | landing doesn t work in firefox currently landing doesn t work in firefox this is because firefox uses which property instead of keycode with document onkeydown and document onkeypress events possible fix js document onkeydown event let keyname fn if controlinput inputactive ... | 1 |
70,896 | 13,546,397,799 | IssuesEvent | 2020-09-17 01:11:42 | va-net/flare | https://api.github.com/repos/va-net/flare | closed | Make Permissions into a Joiner Table | admin auth codequality enhancement | **Is your feature request related to a problem? Please describe.**
It's currently impossible to add permissions with updates reliably
**Describe the solution you'd like**
Change the permissions structure so there's a joiner table. Each row will be one "allowed" permission and one pilot.
**Describe alternatives ... | 1.0 | Make Permissions into a Joiner Table - **Is your feature request related to a problem? Please describe.**
It's currently impossible to add permissions with updates reliably
**Describe the solution you'd like**
Change the permissions structure so there's a joiner table. Each row will be one "allowed" permission and... | non_comp | make permissions into a joiner table is your feature request related to a problem please describe it s currently impossible to add permissions with updates reliably describe the solution you d like change the permissions structure so there s a joiner table each row will be one allowed permission and... | 0 |
367,922 | 10,863,207,968 | IssuesEvent | 2019-11-14 14:44:13 | rucio/rucio | https://api.github.com/repos/rucio/rucio | closed | remove operation and domain check in create_protocol | Priority: Low RSE Manager enhancement | Motivation
----------
code clean up
Modification
------------
create_protocol doesn't need to check the given domain and operation since it gets checked in select_protocol
Expected behavior
-----------------
| 1.0 | remove operation and domain check in create_protocol - Motivation
----------
code clean up
Modification
------------
create_protocol doesn't need to check the given domain and operation since it gets checked in select_protocol
Expected behavior
-----------------
| non_comp | remove operation and domain check in create protocol motivation code clean up modification create protocol doesn t need to check the given domain and operation since it gets checked in select protocol expected behavior | 0 |
59,962 | 14,514,765,006 | IssuesEvent | 2020-12-13 09:45:41 | rzr/air-lpwan-demo | https://api.github.com/repos/rzr/air-lpwan-demo | opened | CVE-2020-15366 (Medium) detected in ajv-6.12.0.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-6.12.0.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registr... | True | CVE-2020-15366 (Medium) detected in ajv-6.12.0.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-6.12.0.tgz</b></p></summary>
<p>Another JSON Schema Validat... | 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 air lpwan demo package json path to vulnerable library air lpwan demo node modules ajv package j... | 0 |
24,875 | 6,588,039,227 | IssuesEvent | 2017-09-14 00:19:19 | Microsoft/TypeScript | https://api.github.com/repos/Microsoft/TypeScript | opened | Inline local refactoring | VS Code Tracked | **Proposal**
Add a refactoring to inline a local variable. Example:
```ts
function generatePipeName(): string {
const hexString = makeRandomHexString(40);
return getPipeName(hexString);
}
```
The `Inline local` refactoring on `hexString` would result in:
```ts
function generatePipeName(): string {
r... | 1.0 | Inline local refactoring - **Proposal**
Add a refactoring to inline a local variable. Example:
```ts
function generatePipeName(): string {
const hexString = makeRandomHexString(40);
return getPipeName(hexString);
}
```
The `Inline local` refactoring on `hexString` would result in:
```ts
function gener... | non_comp | inline local refactoring proposal add a refactoring to inline a local variable example ts function generatepipename string const hexstring makerandomhexstring return getpipename hexstring the inline local refactoring on hexstring would result in ts function genera... | 0 |
12,182 | 14,366,271,774 | IssuesEvent | 2020-12-01 03:57:04 | GC-spigot/Tokens | https://api.github.com/repos/GC-spigot/Tokens | closed | [Request] Block-blacklist for FAWE enchants | Request other plugins compatibility | **Describe the feature**
_A clear and concise description of what you want to happen._
FAWE enchants work very efficiently and nicely, although it can conflict with 'lucky block' type plugins such as MineCrates from clip. Almost over half the time a Sphered or Shockwave will destroy the chest or lucky block and not... | True | [Request] Block-blacklist for FAWE enchants - **Describe the feature**
_A clear and concise description of what you want to happen._
FAWE enchants work very efficiently and nicely, although it can conflict with 'lucky block' type plugins such as MineCrates from clip. Almost over half the time a Sphered or Shockwave... | comp | block blacklist for fawe enchants describe the feature a clear and concise description of what you want to happen fawe enchants work very efficiently and nicely although it can conflict with lucky block type plugins such as minecrates from clip almost over half the time a sphered or shockwave will de... | 1 |
13,894 | 16,622,215,467 | IssuesEvent | 2021-06-03 03:55:15 | MattCzyr/NaturesCompass | https://api.github.com/repos/MattCzyr/NaturesCompass | closed | Nature's Compass can't find the Biomes in the "The Other" | compatibility | So yeah, I am playing All The Mods 6 and wanted to locate a Basalt Deltas Biome in the The Other dimension but it said not found. Then there is a Biome in The Other called The Other but this Biome is also not in the Nature's Compass. I asked in the atm6 Discord but no one knew why this is. | True | Nature's Compass can't find the Biomes in the "The Other" - So yeah, I am playing All The Mods 6 and wanted to locate a Basalt Deltas Biome in the The Other dimension but it said not found. Then there is a Biome in The Other called The Other but this Biome is also not in the Nature's Compass. I asked in the atm6 Discor... | comp | nature s compass can t find the biomes in the the other so yeah i am playing all the mods and wanted to locate a basalt deltas biome in the the other dimension but it said not found then there is a biome in the other called the other but this biome is also not in the nature s compass i asked in the discord b... | 1 |
9,284 | 11,299,115,986 | IssuesEvent | 2020-01-17 10:28:50 | HUB-HUmanBeing/SystemD | https://api.github.com/repos/HUB-HUmanBeing/SystemD | closed | BugReport : Publication de type "fichier" | BUG BLOQUANT bug firefox incompatibility | **Describe the bug**
Les publications de type "Fichiers" ne fonctionnent plus bien, en fait l'upload se fait bien mais quand on publie le post, il n'y a plus d’icône symbolisant le fichier...

**What kind of request is this (question/bug/enhancement/feature request):**
Bug
**Steps to reproduce (least amount of steps as possible):**
- Enable fluentd logging using basic settings (just IP:Port) and hit save.
- Notice after hitting save the changes will be made immediately ... | 1.0 | When enabling cluster logging for fluentd UI infinitely shows loading box - Version: master 2.2 (12/7/18)
**What kind of request is this (question/bug/enhancement/feature request):**
Bug
**Steps to reproduce (least amount of steps as possible):**
- Enable fluentd logging using basic settings (just IP:Port) and ... | non_comp | when enabling cluster logging for fluentd ui infinitely shows loading box version master what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible enable fluentd logging using basic settings just ip port and hi... | 0 |
781,923 | 27,454,635,314 | IssuesEvent | 2023-03-02 20:14:06 | Biogen-Inc/tidyCDISC | https://api.github.com/repos/Biogen-Inc/tidyCDISC | closed | Verify table generator is ordering visits appropriately | Difficulty: [1] Novice Effort: [1] Low Priority: [2] Soon | Weeks showing up in strange order for certain study:

But different order on popEx:

| 1.0 | Verify table generator is ordering visits appropriately - Weeks showing up in strange order for certain study:

But different order on popEx:

| 1.0 | First vertical platform not appearing in build - **Happens exclusively in game build, not in editor**
When building the game. The first vertical platform does not appear at all, even though it is in the scene in inspector.
: Problems typing IPA characters in Debian | bug compatibility linux/ linux/engine/ | **Describe the bug**
Using keyman and the IPA (Sil) versionː 1.8.4 keyboard on Debian 10 Buster the first character of common two keystroke sequences is left in place and the IPA character is placed next to it, resulting in 2 characters, whereas I expect that character to be replaced by the IPA character, resulting in... | True | bug(linux): Problems typing IPA characters in Debian - **Describe the bug**
Using keyman and the IPA (Sil) versionː 1.8.4 keyboard on Debian 10 Buster the first character of common two keystroke sequences is left in place and the IPA character is placed next to it, resulting in 2 characters, whereas I expect that char... | comp | bug linux problems typing ipa characters in debian describe the bug using keyman and the ipa sil versionː keyboard on debian buster the first character of common two keystroke sequences is left in place and the ipa character is placed next to it resulting in characters whereas i expect that chara... | 1 |
12,030 | 14,174,676,967 | IssuesEvent | 2020-11-12 20:17:54 | delvr/Streams | https://api.github.com/repos/delvr/Streams | closed | OpenTerrainGenerator 1.12.2 v9_r10 doesn't work with Streams | compatibility pending reporter input | For the latest dev versions of OTG 1.12.2 v9, Streams doesn't work anymore. Some classes were moved (com.pg85.otg.forge.ForgeWorld -> com.pg85.otg.forge.world.ForgeWorld), I created a workaround so Streams' old implementation should still work, that fixed any crashes/exceptions but Streams still only worked for vanilla... | True | OpenTerrainGenerator 1.12.2 v9_r10 doesn't work with Streams - For the latest dev versions of OTG 1.12.2 v9, Streams doesn't work anymore. Some classes were moved (com.pg85.otg.forge.ForgeWorld -> com.pg85.otg.forge.world.ForgeWorld), I created a workaround so Streams' old implementation should still work, that fixed a... | comp | openterraingenerator doesn t work with streams for the latest dev versions of otg streams doesn t work anymore some classes were moved com otg forge forgeworld com otg forge world forgeworld i created a workaround so streams old implementation should still work that fixed any crashes e... | 1 |
11,672 | 13,734,604,446 | IssuesEvent | 2020-10-05 08:56:25 | udx/wp-stateless | https://api.github.com/repos/udx/wp-stateless | closed | elementor compatibility | type/compatibility | It looks like there may be two problems with our elementor compatibility and the latest v3.0 release of wp-stateless.
1. The uploaded CSS files don't have proper permissions set and are not publicly accessible.
2. They are not stored in the correct `/elementor/css/` directory. They are being uploaded into the root ... | True | elementor compatibility - It looks like there may be two problems with our elementor compatibility and the latest v3.0 release of wp-stateless.
1. The uploaded CSS files don't have proper permissions set and are not publicly accessible.
2. They are not stored in the correct `/elementor/css/` directory. They are bei... | comp | elementor compatibility it looks like there may be two problems with our elementor compatibility and the latest release of wp stateless the uploaded css files don t have proper permissions set and are not publicly accessible they are not stored in the correct elementor css directory they are bein... | 1 |
17,983 | 24,836,583,715 | IssuesEvent | 2022-10-26 09:18:58 | wazuh/wazuh-kibana-app | https://api.github.com/repos/wazuh/wazuh-kibana-app | closed | Version 4.3.5 not compatible with Elasticsearch 7.17.5 | enhancement community compatibility | | Wazuh | Elastic | Rev | Security |
| ----- | ------- | ---- | -------- |
| 4.3.5 | 7.17.5 | 46953| Basic, ODFE, Xpack |
| Browser |
| ------- |
Chrome
**Description**
Wazuh Plugin not compatible with elasticsearch version 7.17.5.
**Actual Result**
Failed to initialize plugins:\n\tPlugin \"wazuh... | True | Version 4.3.5 not compatible with Elasticsearch 7.17.5 - | Wazuh | Elastic | Rev | Security |
| ----- | ------- | ---- | -------- |
| 4.3.5 | 7.17.5 | 46953| Basic, ODFE, Xpack |
| Browser |
| ------- |
Chrome
**Description**
Wazuh Plugin not compatible with elasticsearch version 7.17.5.
**Actual ... | comp | version not compatible with elasticsearch wazuh elastic rev security basic odfe xpack browser chrome description wazuh plugin not compatible with elasticsearch version actual result ... | 1 |
15,282 | 19,501,876,726 | IssuesEvent | 2021-12-28 05:39:04 | vesoft-inc/nebula | https://api.github.com/repos/vesoft-inc/nebula | closed | Questions for matching on edge types without indexes | type/bug incompatible | # **Describe the bug (__required__)**
## issue 1
In Nebula Graph 2.6.x, when running `MATCH ()-[e:follow]-() RETURN e` and **there are no edge indexes**, it reports can't solve the start vids:
```
(root@nebula) [basketballplayer]> MATCH ()-[e:follow]-() RETURN e
[ERROR (-1009)]: SemanticError: Can't solve the ... | True | Questions for matching on edge types without indexes - # **Describe the bug (__required__)**
## issue 1
In Nebula Graph 2.6.x, when running `MATCH ()-[e:follow]-() RETURN e` and **there are no edge indexes**, it reports can't solve the start vids:
```
(root@nebula) [basketballplayer]> MATCH ()-[e:follow]-() RET... | comp | questions for matching on edge types without indexes describe the bug required issue in nebula graph x when running match return e and there are no edge indexes it reports can t solve the start vids root nebula match return e semanticerror can t solv... | 1 |
31,641 | 4,713,511,396 | IssuesEvent | 2016-10-14 20:20:14 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | kubernetes-soak-continuous-e2e-gke-gci: broken test run | kind/flake priority/P2 team/test-infra | https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gke-gci/206/
Multiple broken tests:
Failed: [k8s.io] Networking [k8s.io] Granular Checks: Services [Slow] should function for pod-Service: udp {Kubernetes e2e suite}
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src... | 1.0 | kubernetes-soak-continuous-e2e-gke-gci: broken test run - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gke-gci/206/
Multiple broken tests:
Failed: [k8s.io] Networking [k8s.io] Granular Checks: Services [Slow] should function for pod-Service: udp {Kubernetes e2e suite... | non_comp | kubernetes soak continuous gke gci broken test run multiple broken tests failed networking granular checks services should function for pod service udp kubernetes suite go src io kubernetes output dockerized go src io kubernetes test networking go oct failed to find expe... | 0 |
8,089 | 10,212,039,644 | IssuesEvent | 2019-08-14 18:26:14 | Shopkeepers/Shopkeepers | https://api.github.com/repos/Shopkeepers/Shopkeepers | closed | StackableItems incompatible with editor menu: Trade type shopkeepers sometimes 'steal' trade item in editing menu | accepted incompatibility waiting | Shopkeepers version: `Shopkeepers-2.6.0
Spigot version: Paper 1.13.2 566
---
About much of the time when setting up a trade the item I place in the editing menu is removed from my inventory. Basically to set up to trade diamond blocks for a bow costs me my diamond block. These are player trade type shopkeepers.
... | True | StackableItems incompatible with editor menu: Trade type shopkeepers sometimes 'steal' trade item in editing menu - Shopkeepers version: `Shopkeepers-2.6.0
Spigot version: Paper 1.13.2 566
---
About much of the time when setting up a trade the item I place in the editing menu is removed from my inventory. Basica... | comp | stackableitems incompatible with editor menu trade type shopkeepers sometimes steal trade item in editing menu shopkeepers version shopkeepers spigot version paper about much of the time when setting up a trade the item i place in the editing menu is removed from my inventory basically... | 1 |
6,610 | 8,877,121,516 | IssuesEvent | 2019-01-12 21:18:22 | ItzMace/LastMinerStanding-DEV | https://api.github.com/repos/ItzMace/LastMinerStanding-DEV | opened | Party system | compatibility suggestion | Party system (plugin compatibility).
If party joins a server -> move them to same team. | True | Party system - Party system (plugin compatibility).
If party joins a server -> move them to same team. | comp | party system party system plugin compatibility if party joins a server move them to same team | 1 |
11,145 | 13,161,715,771 | IssuesEvent | 2020-08-10 20:05:54 | swiftwasm/Tokamak | https://api.github.com/repos/swiftwasm/Tokamak | closed | Add dark color scheme style | SwiftUI compatibility bug | `ColorScheme` support is already available in #136, but default styles for dark mode are missing. | True | Add dark color scheme style - `ColorScheme` support is already available in #136, but default styles for dark mode are missing. | comp | add dark color scheme style colorscheme support is already available in but default styles for dark mode are missing | 1 |
450,143 | 12,990,837,477 | IssuesEvent | 2020-07-23 01:25:22 | seccomp/libseccomp | https://api.github.com/repos/seccomp/libseccomp | closed | RFE: static analysis using scmp_app_inspector | enhancement pending/info priority/low | It would be great if the `scmp_app_inspector` tool could run a static analysis scan on a compiled binary to retrieve all of the system calls compiled in, since a dynamic analysis will most likely not catch all of the system calls a program could call (i.e. programmed to call). If gcc debug symbols were required to make... | 1.0 | RFE: static analysis using scmp_app_inspector - It would be great if the `scmp_app_inspector` tool could run a static analysis scan on a compiled binary to retrieve all of the system calls compiled in, since a dynamic analysis will most likely not catch all of the system calls a program could call (i.e. programmed to c... | non_comp | rfe static analysis using scmp app inspector it would be great if the scmp app inspector tool could run a static analysis scan on a compiled binary to retrieve all of the system calls compiled in since a dynamic analysis will most likely not catch all of the system calls a program could call i e programmed to c... | 0 |
4,620 | 7,260,757,174 | IssuesEvent | 2018-02-18 13:53:17 | lucko/LuckPerms | https://api.github.com/repos/lucko/LuckPerms | closed | Add NukkitX support | enhancement incompatibility | I would like to see support for [NukkitX/Nukkit](https://github.com/NukkitX/Nukkit) with this plugin. I use Nukkit for my MCBE servers and I feel like it would be a nice enchancement to LuckPerms because the permission managers for Nukkit are all really crappy and I feel like it would help me and other server owners. | True | Add NukkitX support - I would like to see support for [NukkitX/Nukkit](https://github.com/NukkitX/Nukkit) with this plugin. I use Nukkit for my MCBE servers and I feel like it would be a nice enchancement to LuckPerms because the permission managers for Nukkit are all really crappy and I feel like it would help me and ... | comp | add nukkitx support i would like to see support for with this plugin i use nukkit for my mcbe servers and i feel like it would be a nice enchancement to luckperms because the permission managers for nukkit are all really crappy and i feel like it would help me and other server owners | 1 |
50,892 | 21,471,997,590 | IssuesEvent | 2022-04-26 10:20:02 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | [APM] Service groups: When groups are enabled rename the Services routes | Team:apm enhancement apm:service-groups | # Summary
Since introducing the new Service groups capability in APM which is currently an experimental feature, we should consider what impact it has on the routing when the feature is made generally available.
# Proposal
The Services route can remain but we need to change the "Services" route to "All service... | 1.0 | [APM] Service groups: When groups are enabled rename the Services routes - # Summary
Since introducing the new Service groups capability in APM which is currently an experimental feature, we should consider what impact it has on the routing when the feature is made generally available.
# Proposal
The Services ... | non_comp | service groups when groups are enabled rename the services routes summary since introducing the new service groups capability in apm which is currently an experimental feature we should consider what impact it has on the routing when the feature is made generally available proposal the services rout... | 0 |
2,225 | 4,964,029,476 | IssuesEvent | 2016-12-03 15:22:51 | tex-xet/bidi | https://api.github.com/repos/tex-xet/bidi | opened | Different footnote styles for different types of footnotes with extrafootnotefeatures | Compatibility Enhancement Feature Question | The `bidi` package provides three commands for typesetting footnotes:
- `\footnote` typesets both left to right and right to left footnotes (dependent on the mode);
- `\LTRfootnote` typesets only left to right footnotes;
- `\RTLfootnote` typesets only right to left footnotes.
Now when the user loads the `bi... | True | Different footnote styles for different types of footnotes with extrafootnotefeatures - The `bidi` package provides three commands for typesetting footnotes:
- `\footnote` typesets both left to right and right to left footnotes (dependent on the mode);
- `\LTRfootnote` typesets only left to right footnotes;
- ... | comp | different footnote styles for different types of footnotes with extrafootnotefeatures the bidi package provides three commands for typesetting footnotes footnote typesets both left to right and right to left footnotes dependent on the mode ltrfootnote typesets only left to right footnotes ... | 1 |
322,972 | 9,834,514,988 | IssuesEvent | 2019-06-17 09:52:26 | workcraft/workcraft | https://api.github.com/repos/workcraft/workcraft | closed | Trace conversion to DTD misses first level if initial state is high | bug priority:high status:confirmed tag:model:wtg | To reproduce, create a simulation trace "a-" and convert it to DTD -- the resultant waveform misses the initial high level. | 1.0 | Trace conversion to DTD misses first level if initial state is high - To reproduce, create a simulation trace "a-" and convert it to DTD -- the resultant waveform misses the initial high level. | non_comp | trace conversion to dtd misses first level if initial state is high to reproduce create a simulation trace a and convert it to dtd the resultant waveform misses the initial high level | 0 |
8,599 | 10,565,379,911 | IssuesEvent | 2019-10-05 10:52:17 | freerange/mocha | https://api.github.com/repos/freerange/mocha | closed | Latest release of Mocha is stopping Rails 4.1.9 application from starting | compatibility | I'm getting this error:
`/Users/tombrammar/.rvm/gems/ruby-2.1.5@gsp/gems/mocha-1.1.0/lib/mocha/integration/monkey_patcher.rb:11:in `alias_method': undefined method `run' for class `Test::Unit::TestCase' (NameError)`
Mocha version 1.1.0
Rails 4.1.9
Any ideas?
| True | Latest release of Mocha is stopping Rails 4.1.9 application from starting - I'm getting this error:
`/Users/tombrammar/.rvm/gems/ruby-2.1.5@gsp/gems/mocha-1.1.0/lib/mocha/integration/monkey_patcher.rb:11:in `alias_method': undefined method `run' for class `Test::Unit::TestCase' (NameError)`
Mocha version 1.1.0
Rails ... | comp | latest release of mocha is stopping rails application from starting i m getting this error users tombrammar rvm gems ruby gsp gems mocha lib mocha integration monkey patcher rb in alias method undefined method run for class test unit testcase nameerror mocha version rails ... | 1 |
20,350 | 29,931,097,315 | IssuesEvent | 2023-06-22 09:31:42 | oracle/truffleruby | https://api.github.com/repos/oracle/truffleruby | opened | invalid hash (BCrypt::Errors::InvalidHash) | compatibility | With:
```ruby
require "bcrypt"
require "benchmark"
1000.times { |i|
puts Benchmark.realtime {
BCrypt::Password.create("test#{i}", cost: 5)
}
}
```
On CRuby it works fine, but on TruffleRuby 23.0 and master it gives:
```
/home/eregon/.rubies/truffleruby-dev/lib/gems/gems/bcrypt-3.1.18/lib/bcrypt/... | True | invalid hash (BCrypt::Errors::InvalidHash) - With:
```ruby
require "bcrypt"
require "benchmark"
1000.times { |i|
puts Benchmark.realtime {
BCrypt::Password.create("test#{i}", cost: 5)
}
}
```
On CRuby it works fine, but on TruffleRuby 23.0 and master it gives:
```
/home/eregon/.rubies/trufflerub... | comp | invalid hash bcrypt errors invalidhash with ruby require bcrypt require benchmark times i puts benchmark realtime bcrypt password create test i cost on cruby it works fine but on truffleruby and master it gives home eregon rubies truffleruby de... | 1 |
5,698 | 8,166,510,641 | IssuesEvent | 2018-08-25 10:01:08 | SpongePowered/SpongeForge | https://api.github.com/repos/SpongePowered/SpongeForge | reopened | GeographiCraft Support | system: world gen type: mod incompatibility version: 1.12 | SpongeForge: spongeforge-1.12.2-2705-7.1.0-BETA-3361 ;
Forge: forge-1.12.2-14.23.4.2705-universal (and tested on forge-1.12.2-14.23.4.2750-universal) ;
Java: Version 8 Update 181 x64 (build 1.8.0_181-b13) ;
Operating System: Windows 7 Max. x64 ;
Plugins:
Don't have;
Mods:
BiomesOPlenty-1.12.2-7.0.1.2399-univer... | True | GeographiCraft Support - SpongeForge: spongeforge-1.12.2-2705-7.1.0-BETA-3361 ;
Forge: forge-1.12.2-14.23.4.2705-universal (and tested on forge-1.12.2-14.23.4.2750-universal) ;
Java: Version 8 Update 181 x64 (build 1.8.0_181-b13) ;
Operating System: Windows 7 Max. x64 ;
Plugins:
Don't have;
Mods:
BiomesOPlenty... | comp | geographicraft support spongeforge spongeforge beta forge forge universal and tested on forge universal java version update build operating system windows max plugins don t have mods biomesoplenty universal g... | 1 |
12,151 | 14,345,531,486 | IssuesEvent | 2020-11-28 19:29:47 | ElfFriend-DnD/foundryvtt-compactBeyond5eSheet | https://api.github.com/repos/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet | closed | figure out how to handle overflowing tabs | compatibility enhancement | With the new Effect tab, a full sheet of Downtime Activities, Favorites, and effects will almost certainly cause the tabs to wrap. We need to figure out how to handle this gracefully. | True | figure out how to handle overflowing tabs - With the new Effect tab, a full sheet of Downtime Activities, Favorites, and effects will almost certainly cause the tabs to wrap. We need to figure out how to handle this gracefully. | comp | figure out how to handle overflowing tabs with the new effect tab a full sheet of downtime activities favorites and effects will almost certainly cause the tabs to wrap we need to figure out how to handle this gracefully | 1 |
22,384 | 7,165,256,871 | IssuesEvent | 2018-01-29 13:56:58 | angular/angular-cli | https://api.github.com/repos/angular/angular-cli | closed | ng serve reloads fail with cli 1.7.0 beta | comp: cli/build | ### Versions
```
Angular CLI: 1.7.0-beta.1
Node: 9.4.0
OS: win32 x64
Angular: 6.0.0-beta.0
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
@angular/cli: 1.7.0-beta.1
@ngtools/json-schema: 1.1.0
typescript: 2.6.2
webpac... | 1.0 | ng serve reloads fail with cli 1.7.0 beta - ### Versions
```
Angular CLI: 1.7.0-beta.1
Node: 9.4.0
OS: win32 x64
Angular: 6.0.0-beta.0
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
@angular/cli: 1.7.0-beta.1
@ngtools/j... | non_comp | ng serve reloads fail with cli beta versions angular cli beta node os angular beta animations common compiler compiler cli core forms language service platform browser platform browser dynamic router angular cli beta ngtools json sc... | 0 |
352,019 | 32,041,300,583 | IssuesEvent | 2023-09-22 19:35:43 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix comparison_ops.test_torch_eq | PyTorch Frontend Sub Task Failing Test | | | |
|---|---|
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6277857783/job/17050435713"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/6277857783/job/17050435713"><img src=https://img.shields.io/badge/-success-success></a>
|t... | 1.0 | Fix comparison_ops.test_torch_eq - | | |
|---|---|
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6277857783/job/17050435713"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/6277857783/job/17050435713"><img src=https://img.shields... | non_comp | fix comparison ops test torch eq numpy a href src jax a href src tensorflow a href src torch a href src paddle a href src | 0 |
2,526 | 5,253,997,403 | IssuesEvent | 2017-02-02 11:24:35 | magicDGS/ReadTools | https://api.github.com/repos/magicDGS/ReadTools | closed | Use barcode/library file input similar to Picard | enhancement no-compatible | Picard have an input for barcode files in the illumina basecall tools, and we should have a look to don't use a different format for beta. This will make the legacy tools incompatible again, but at least it will be nicer for the final user if they have a single file format for both Picard and ReadTools. | True | Use barcode/library file input similar to Picard - Picard have an input for barcode files in the illumina basecall tools, and we should have a look to don't use a different format for beta. This will make the legacy tools incompatible again, but at least it will be nicer for the final user if they have a single file fo... | comp | use barcode library file input similar to picard picard have an input for barcode files in the illumina basecall tools and we should have a look to don t use a different format for beta this will make the legacy tools incompatible again but at least it will be nicer for the final user if they have a single file fo... | 1 |
281,130 | 21,315,378,070 | IssuesEvent | 2022-04-16 07:14:06 | Graphcalibur/pe | https://api.github.com/repos/Graphcalibur/pe | opened | Caution in delete command doesn't have a proper colored box | type.DocumentationBug severity.VeryLow | 
Above is the Caution in delete command (no colored box)

... | 1.0 | Caution in delete command doesn't have a proper colored box - 
Above is the Caution in delete command (no colored box)
 is deprecated since PHP 7.0 https://github.com/gudmdharalds-a8c/testing123/blob/b99a028e21f490f459f7095329fe4933e8643e79/file1.php#L3
* <b>Error</b>: Extensi... | True | PHP Upgrade: Compatibility issues found in file1.php - The following issues were found when scanning for PHP compatibility issues in preparation for upgrade to PHP version 7.4:
* <b>Warning</b>: Function ldap_sort() is deprecated since PHP 7.0 https://github.com/gudmdharalds-a8c/testing123/blob/b99a028e21f490f459f7095... | comp | php upgrade compatibility issues found in php the following issues were found when scanning for php compatibility issues in preparation for upgrade to php version warning function ldap sort is deprecated since php error extension mcrypt is deprecated since php and removed since php ... | 1 |
774,347 | 27,192,510,438 | IssuesEvent | 2023-02-19 23:42:54 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | opened | [Moved from Discord] Darkflight learned at level 1 | Quest - Cataclysm (1-60) Priority: Medium Status: Confirmed Bug Report from Discord Starting zones | 
Darkflight was learned at level 1 - Darkflight should be rewarded on quest 14222 https://wowpedia.fandom.com/wiki/Last_Stand_(quest) | 1.0 | [Moved from Discord] Darkflight learned at level 1 - 
Darkflight was learned at level 1 - Darkflight should be rewarded on quest 14222 https://wowpedia.fandom.com/wiki/Last_Stand_(quest) | non_comp | darkflight learned at level darkflight was learned at level darkflight should be rewarded on quest | 0 |
542,012 | 15,837,333,097 | IssuesEvent | 2021-04-06 20:37:58 | Royal-Drive/DMS | https://api.github.com/repos/Royal-Drive/DMS | closed | Title Location Auto-fill | 5 mins Feature Priority: Critical | Please make the following alterations:
- remove "Not Arrived"
- Add "At the auction"
- Is it possible to make "At the auction" be entered in by default with every new vehicle?

| 1.0 | Title Location Auto-fill - Please make the following alterations:
- remove "Not Arrived"
- Add "At the auction"
- Is it possible to make "At the auction" be entered in by default with every new vehicle?
 | Migrated from Trac combo core defect | the rst docs point to the doxygen docs, which point to [https://wiki.icecube.wisc.edu/index.php/Payload_Parsing the wiki]. Move the official docs to the actual project?
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1125">https://code.icecube.wisc.edu/ticket/1125</a>, reported by d... | 1.0 | [payload-parsing] docs could use some work (Trac #1125) - the rst docs point to the doxygen docs, which point to [https://wiki.icecube.wisc.edu/index.php/Payload_Parsing the wiki]. Move the official docs to the actual project?
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1125">ht... | non_comp | docs could use some work trac the rst docs point to the doxygen docs which point to move the official docs to the actual project migrated from json status closed changetime description the rst docs point to the doxygen docs which point to move t... | 0 |
14,998 | 18,794,963,884 | IssuesEvent | 2021-11-08 21:07:17 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Delay JS - Elementor Post Widget & Elementor Menu Broken With jQuery Exclude | community waiting for feedback 3rd party compatibility module: delay JS | **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
Elementor Submenu & Elementor Post Grid/Masonary Doesn't work After UI.
For... | True | Delay JS - Elementor Post Widget & Elementor Menu Broken With jQuery Exclude - **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
... | comp | delay js elementor post widget elementor menu broken with jquery exclude before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before describe the bug ele... | 1 |
421,186 | 28,310,520,210 | IssuesEvent | 2023-04-10 15:00:59 | NVIDIA/spark-rapids | https://api.github.com/repos/NVIDIA/spark-rapids | opened | [DOC] Add in navigation for subsections of doc pages | documentation ? - Needs Triage | Customer feedback:
Navigation of Subsections should be introduced. See, for example, the tab on the right of [NeMo docs](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/core/core.html). Spark-rapids docs have too much free space on the left for me.
| 1.0 | [DOC] Add in navigation for subsections of doc pages - Customer feedback:
Navigation of Subsections should be introduced. See, for example, the tab on the right of [NeMo docs](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/core/core.html). Spark-rapids docs have too much free space on the left ... | non_comp | add in navigation for subsections of doc pages customer feedback navigation of subsections should be introduced see for example the tab on the right of spark rapids docs have too much free space on the left for me | 0 |
9,530 | 11,591,130,449 | IssuesEvent | 2020-02-24 08:45:29 | wpCloud/wp-stateless | https://api.github.com/repos/wpCloud/wp-stateless | closed | Huge incompatibility with Divi | type/compatibility workflow/underway | This plugin's 'sanitize_file_name' filter totally screws up the file-based caching that Divi and the plugins Bloom and Monarch do. When the Divi theme, for example, serializes the minified CSS for a page or for the site's global styling, or when it serializes the content of a page into a binary ".data" file for caching... | True | Huge incompatibility with Divi - This plugin's 'sanitize_file_name' filter totally screws up the file-based caching that Divi and the plugins Bloom and Monarch do. When the Divi theme, for example, serializes the minified CSS for a page or for the site's global styling, or when it serializes the content of a page into ... | comp | huge incompatibility with divi this plugin s sanitize file name filter totally screws up the file based caching that divi and the plugins bloom and monarch do when the divi theme for example serializes the minified css for a page or for the site s global styling or when it serializes the content of a page into ... | 1 |
4,090 | 6,916,048,313 | IssuesEvent | 2017-11-29 00:22:03 | Polymer/polymer | https://api.github.com/repos/Polymer/polymer | opened | <c-e><content slot="S"></c-e> does not distribute elements into slot S of <c-e>. | 1.x 1.x-2.x compatibility | ### Description
Given an element `<x-c>`, using `<content>` in its template for distribution, and an element `<x-s>`, using `<slot>` in its template for distribution, `<x-c>` can't distribute elements to a named slot of an `<x-s>` in its shadow root by giving the `<x-s>` a `<content slot="S">` child. The `<x-s>` appea... | True | <c-e><content slot="S"></c-e> does not distribute elements into slot S of <c-e>. - ### Description
Given an element `<x-c>`, using `<content>` in its template for distribution, and an element `<x-s>`, using `<slot>` in its template for distribution, `<x-c>` can't distribute elements to a named slot of an `<x-s>` in it... | comp | does not distribute elements into slot s of description given an element using in its template for distribution and an element using in its template for distribution can t distribute elements to a named slot of an in its shadow root by giving the a child the appear... | 1 |
120,770 | 25,862,182,694 | IssuesEvent | 2022-12-13 17:46:28 | Clueless-Community/seamless-ui | https://api.github.com/repos/Clueless-Community/seamless-ui | closed | Improve footer-dark-09 | codepeak 22 issue:3 | Need to improve this component: footer-dark-09
## Improvements required :
Make it responsive
## Any reference image?
Current design:

| 1.0 | Improve footer-dark-09 - Need to improve this component: footer-dark-09
## Improvements required :
Make it responsive
## Any reference image?
Current design:

| non_comp | improve footer dark need to improve this component footer dark improvements required make it responsive any reference image current design | 0 |
36,508 | 17,770,441,527 | IssuesEvent | 2021-08-30 13:05:25 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | The function `clearOldTemporaryDirectories` is run every second. | performance development | It is too much. It is very heavy function as it iterates over potentially large directories.
Even on my machine it leads to about 8% CPU usage in background which is non-tolerable. | True | The function `clearOldTemporaryDirectories` is run every second. - It is too much. It is very heavy function as it iterates over potentially large directories.
Even on my machine it leads to about 8% CPU usage in background which is non-tolerable. | non_comp | the function clearoldtemporarydirectories is run every second it is too much it is very heavy function as it iterates over potentially large directories even on my machine it leads to about cpu usage in background which is non tolerable | 0 |
176,947 | 21,464,485,356 | IssuesEvent | 2022-04-26 01:14:26 | ChoeMinji/test_htm | https://api.github.com/repos/ChoeMinji/test_htm | opened | CVE-2022-29546 (Medium) detected in neko-htmlunit-2.50.0.jar | security vulnerability | ## CVE-2022-29546 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>neko-htmlunit-2.50.0.jar</b></p></summary>
<p>HtmlUnit adaptation of NekoHtml.
It has the same functionality... | True | CVE-2022-29546 (Medium) detected in neko-htmlunit-2.50.0.jar - ## CVE-2022-29546 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>neko-htmlunit-2.50.0.jar</b></p></summary>
<p>HtmlUni... | non_comp | cve medium detected in neko htmlunit jar cve medium severity vulnerability vulnerable library neko htmlunit jar htmlunit adaptation of nekohtml it has the same functionality but exposing htmlelements to be overridden library home page a href path to dependency ... | 0 |
7,173 | 9,457,724,530 | IssuesEvent | 2019-04-17 01:48:39 | razerdp/BasePopup | https://api.github.com/repos/razerdp/BasePopup | closed | No package ID ff found for ID 0xffffffff. | incompatible issue template | - 系统版本:Android 9.0 华为10,没有测试模拟器
- 库版本:2.1.8
- 问题描述/重现步骤:不影响显示
- 问题代码/截图:按readme方式写的简单调用,位于fragment中,项目是AndroidX的
- 报错信息:log显示多行No package ID ff found for ID 0xffffffff
W/dio.testdemo: Accessing hidden field Landroid/widget/PopupWindow;->mWindowManager:Landroid/view/WindowManager; (light greylist, reflection... | True | No package ID ff found for ID 0xffffffff. - - 系统版本:Android 9.0 华为10,没有测试模拟器
- 库版本:2.1.8
- 问题描述/重现步骤:不影响显示
- 问题代码/截图:按readme方式写的简单调用,位于fragment中,项目是AndroidX的
- 报错信息:log显示多行No package ID ff found for ID 0xffffffff
W/dio.testdemo: Accessing hidden field Landroid/widget/PopupWindow;->mWindowManager:Landroid/vie... | comp | no package id ff found for id 系统版本:android ,没有测试模拟器 库版本: 问题描述 重现步骤:不影响显示 问题代码 截图:按readme方式写的简单调用,位于fragment中,项目是androidx的 报错信息:log显示多行no package id ff found for id w dio testdemo accessing hidden field landroid widget popupwindow mwindowmanager landroid view windowmanager lig... | 1 |
17,244 | 23,785,467,572 | IssuesEvent | 2022-09-02 09:39:53 | Sirttas/ElementalCraft | https://api.github.com/repos/Sirttas/ElementalCraft | closed | Pure ore chunks do not smelt | bug Compatibility | **Describe the bug**
pure ore chunks not smelting in normal furnaces, including elemental craft ones.
Mekanism processing works fine.
I am using elementalcraft-1.18.2-4.4.22
**To Reproduce:**
1. enter in the world
2. see "Tried to load unrecognized recipe" things in logs
3. get any pure ore chunk
4. put it in... | True | Pure ore chunks do not smelt - **Describe the bug**
pure ore chunks not smelting in normal furnaces, including elemental craft ones.
Mekanism processing works fine.
I am using elementalcraft-1.18.2-4.4.22
**To Reproduce:**
1. enter in the world
2. see "Tried to load unrecognized recipe" things in logs
3. get ... | comp | pure ore chunks do not smelt describe the bug pure ore chunks not smelting in normal furnaces including elemental craft ones mekanism processing works fine i am using elementalcraft to reproduce enter in the world see tried to load unrecognized recipe things in logs get an... | 1 |
7,680 | 4,039,300,551 | IssuesEvent | 2016-05-20 03:42:24 | servo/servo | https://api.github.com/repos/servo/servo | closed | Can we not use automatic gitignore generation in fontconfig? | A-build A-platform/fonts C-is-this-done I-papercut | (There is no issue tracker for [mozilla-servo/fontconfig](https://github.com/mozilla-servo/fontconfig), so I'm posting here.
Fontconfig uses [automatic gitignore generation](https://github.com/mozilla-servo/fontconfig/blob/master/git.mk). However, this means that the submodule for fontconfig turns up in `git statu... | 1.0 | Can we not use automatic gitignore generation in fontconfig? - (There is no issue tracker for [mozilla-servo/fontconfig](https://github.com/mozilla-servo/fontconfig), so I'm posting here.
Fontconfig uses [automatic gitignore generation](https://github.com/mozilla-servo/fontconfig/blob/master/git.mk). However, this... | non_comp | can we not use automatic gitignore generation in fontconfig there is no issue tracker for so i m posting here fontconfig uses however this means that the submodule for fontconfig turns up in git status and a git diff shows that it s been made a dirty submodule could we go back to a stati... | 0 |
172,216 | 13,282,244,443 | IssuesEvent | 2020-08-23 21:43:54 | sbarguil/Testing-framework | https://api.github.com/repos/sbarguil/Testing-framework | opened | Review the not implemented tests in test_protocol_tables.py --> TestNetworkInstancesProtocolTables class | Skipped test To do | # Test not implemented
ni | protocol_tables | import-policy
-- | -- | --
Is better if we divide this in 2 rpcs
| 1.0 | Review the not implemented tests in test_protocol_tables.py --> TestNetworkInstancesProtocolTables class - # Test not implemented
ni | protocol_tables | import-policy
-- | -- | --
Is better if we divide this in 2 rpcs
| non_comp | review the not implemented tests in test protocol tables py testnetworkinstancesprotocoltables class test not implemented ni protocol tables import policy is better if we divide this in rpcs | 0 |
296,576 | 25,560,211,832 | IssuesEvent | 2022-11-30 10:11:47 | openedx/build-test-release-wg | https://api.github.com/repos/openedx/build-test-release-wg | closed | olve-testing TC_AUTHOR_50: all basic problem types | olive testing release blocker | ## Passing tests:
- [x] Blank Common Problem
- [x] Checkboxes
- [x] Dropdown
- [x] Multiple Choice
- [x] Numerical Input
- [x] Text Input
- [x] Checkboxes with Hints and Feedback
- [x] Dropdown with Hints and Feedback
- [x] Multiple Choice with Hints and Feedback
- [x] Numerical Input with Hints and Feedback
... | 1.0 | olve-testing TC_AUTHOR_50: all basic problem types - ## Passing tests:
- [x] Blank Common Problem
- [x] Checkboxes
- [x] Dropdown
- [x] Multiple Choice
- [x] Numerical Input
- [x] Text Input
- [x] Checkboxes with Hints and Feedback
- [x] Dropdown with Hints and Feedback
- [x] Multiple Choice with Hints and Fee... | non_comp | olve testing tc author all basic problem types passing tests blank common problem checkboxes dropdown multiple choice numerical input text input checkboxes with hints and feedback dropdown with hints and feedback multiple choice with hints and feedback numerica... | 0 |
10,341 | 12,309,644,528 | IssuesEvent | 2020-05-12 09:17:28 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | Fix the bug on Android 11 when filtering doesn't work with enabled AdGuard | Bug Compatibility P1: Critical | Well, we got a situation when the AdGuard application doesn't filters network traffic on Android 11 as it should. Moreover, we also got the case when the system icon "key" has not been showed when the application is working. We need to fix the situation ASAP. | True | Fix the bug on Android 11 when filtering doesn't work with enabled AdGuard - Well, we got a situation when the AdGuard application doesn't filters network traffic on Android 11 as it should. Moreover, we also got the case when the system icon "key" has not been showed when the application is working. We need to fix the... | comp | fix the bug on android when filtering doesn t work with enabled adguard well we got a situation when the adguard application doesn t filters network traffic on android as it should moreover we also got the case when the system icon key has not been showed when the application is working we need to fix the s... | 1 |
2,518 | 5,244,939,079 | IssuesEvent | 2017-02-01 01:33:21 | Node-Virtualization/node-virtualbox | https://api.github.com/repos/Node-Virtualization/node-virtualbox | closed | How to handle VirtualBox 5 encrypted machine passwords? | Open Discussion VirtualBox 5 Compatibility | # Problem Context
VirtualBox 5.0 now [supports encrypted virtual disk images](https://www.virtualbox.org/manual/ch09.html#diskencryption), which non-trivially complicates launch of headless VMs (see #24).
There does not appear to be a method for bypassing our module and passing passwords as, say, environment variable... | True | How to handle VirtualBox 5 encrypted machine passwords? - # Problem Context
VirtualBox 5.0 now [supports encrypted virtual disk images](https://www.virtualbox.org/manual/ch09.html#diskencryption), which non-trivially complicates launch of headless VMs (see #24).
There does not appear to be a method for bypassing our ... | comp | how to handle virtualbox encrypted machine passwords problem context virtualbox now which non trivially complicates launch of headless vms see there does not appear to be a method for bypassing our module and passing passwords as say environment variables directly to virtualbox this means that... | 1 |
492,334 | 14,200,847,267 | IssuesEvent | 2020-11-16 06:28:43 | aevix/Health-Tracker-2.0 | https://api.github.com/repos/aevix/Health-Tracker-2.0 | opened | Setting up about page | Priority level - medium enhancement | currently:
There is just a default text filler for about page. It could use some sort of content in there.
expeted:
Use the photo in downloads to add onto the about page and then link readme text into the about page. | 1.0 | Setting up about page - currently:
There is just a default text filler for about page. It could use some sort of content in there.
expeted:
Use the photo in downloads to add onto the about page and then link readme text into the about page. | non_comp | setting up about page currently there is just a default text filler for about page it could use some sort of content in there expeted use the photo in downloads to add onto the about page and then link readme text into the about page | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.