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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
274,594 | 8,563,271,975 | IssuesEvent | 2018-11-09 13:32:37 | CS2113-AY1819S1-F10-2/main | https://api.github.com/repos/CS2113-AY1819S1-F10-2/main | closed | Schedule - Edit schedule | priority.high type.enhancement type.task | A command to edit the schedule dates so as to add or delete schedule. | 1.0 | Schedule - Edit schedule - A command to edit the schedule dates so as to add or delete schedule. | non_comp | schedule edit schedule a command to edit the schedule dates so as to add or delete schedule | 0 |
18,314 | 25,319,265,534 | IssuesEvent | 2022-11-18 01:24:34 | matomo-org/matomo-for-wordpress | https://api.github.com/repos/matomo-org/matomo-for-wordpress | closed | Add Ithemes security plugin "Disable PHP in Plugins" option diagnostic in the system report | Enhancement compatibility with other plugins | In the Ithemes security plugin there is an option under _Security > Settings > Advanced > System Tweaks_ called "**Disable PHP in Plugins**".

This option must be unchecke... | True | Add Ithemes security plugin "Disable PHP in Plugins" option diagnostic in the system report - In the Ithemes security plugin there is an option under _Security > Settings > Advanced > System Tweaks_ called "**Disable PHP in Plugins**".
 detected in hosted-git-info-2.8.8.tgz | security vulnerability | ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bi... | True | CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz - ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provi... | non_comp | cve medium detected in hosted git info tgz cve medium severity vulnerability vulnerable library hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href path to dependency file remarketing serve... | 0 |
68 | 2,537,676,770 | IssuesEvent | 2015-01-26 22:13:04 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | opened | Support environment variables in ini files | feature request ini low-pri php5 incompatibility | PHP supports INI settings such as
hhvm.server.thread_count = ${WEB_CONCURRENCY}
but HHVM doesn't appear to support that. It would be nice for services such as Heroku to automatically tweak values (and probably tons of other uses). | True | Support environment variables in ini files - PHP supports INI settings such as
hhvm.server.thread_count = ${WEB_CONCURRENCY}
but HHVM doesn't appear to support that. It would be nice for services such as Heroku to automatically tweak values (and probably tons of other uses). | comp | support environment variables in ini files php supports ini settings such as hhvm server thread count web concurrency but hhvm doesn t appear to support that it would be nice for services such as heroku to automatically tweak values and probably tons of other uses | 1 |
20,359 | 29,992,492,819 | IssuesEvent | 2023-06-26 00:26:01 | ZORALab/Hestia | https://api.github.com/repos/ZORALab/Hestia | closed | Plan and Plot hestiaLIBS API and Directory Structure | HestiaGO Done and Pending Release NON-Backward Compatible New Feature HestiaHUGO HestiaGO (TinyGo) HestiaNIM | # Description
```
Please provide a short description of what feature you're looking forward to
add into the existing repository below. Please include the story behind your
idea as well to give a better visualization of your idea.
```
While performing library assimilations across the globe, we should plan out and ... | True | Plan and Plot hestiaLIBS API and Directory Structure - # Description
```
Please provide a short description of what feature you're looking forward to
add into the existing repository below. Please include the story behind your
idea as well to give a better visualization of your idea.
```
While performing library ... | comp | plan and plot hestialibs api and directory structure description please provide a short description of what feature you re looking forward to add into the existing repository below please include the story behind your idea as well to give a better visualization of your idea while performing library ... | 1 |
18,124 | 25,040,844,971 | IssuesEvent | 2022-11-04 20:34:43 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | [Breaking change]: Updating CreationTime[Utc], LastAccessTime[Utc] and LastWriteTime[Utc] on a symbolic link no longer affects the target | doc-idea breaking-change Pri1 source incompatible :checkered_flag: Release: .NET 7 in-pr | ### Description
Updating those fields on a symbolic link had the effect of not change the information in the symlink itself but instead it was affecting the target.
```cs
string filename = "file";
string linkname = "link";
File.Create(filename).Dispose();
File.CreateSymbolicLink(linkname, filename);
Cons... | True | [Breaking change]: Updating CreationTime[Utc], LastAccessTime[Utc] and LastWriteTime[Utc] on a symbolic link no longer affects the target - ### Description
Updating those fields on a symbolic link had the effect of not change the information in the symlink itself but instead it was affecting the target.
```cs
st... | comp | updating creationtime lastaccesstime and lastwritetime on a symbolic link no longer affects the target description updating those fields on a symbolic link had the effect of not change the information in the symlink itself but instead it was affecting the target cs string filename file str... | 1 |
3,911 | 6,760,838,471 | IssuesEvent | 2017-10-24 22:11:21 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | extra space in INI markers section causes inconsistent behavior | Hacktoberfest status: easy type: backward compatibility type: bug | In the markers section of the INI file, if you include an extra space between the marker and the colon, the pytest --markers command lists the marker, however the running pytest -m mymarker causes an "Attribute Error: 'mymarker' not a registered marker.
pytest.ini example:
```
[pytest]
addopts = -rsxX -l --str... | True | extra space in INI markers section causes inconsistent behavior - In the markers section of the INI file, if you include an extra space between the marker and the colon, the pytest --markers command lists the marker, however the running pytest -m mymarker causes an "Attribute Error: 'mymarker' not a registered marker.
... | comp | extra space in ini markers section causes inconsistent behavior in the markers section of the ini file if you include an extra space between the marker and the colon the pytest markers command lists the marker however the running pytest m mymarker causes an attribute error mymarker not a registered marker ... | 1 |
17,321 | 23,904,670,189 | IssuesEvent | 2022-09-08 22:39:58 | BartoszCichecki/LenovoLegionToolkit | https://api.github.com/repos/BartoszCichecki/LenovoLegionToolkit | closed | [COMPATIBILITY]: IdeaPad 5 Pro 14ITL6 | wontfix compatibility | ### Version
2.5.0
### OS
Windows 11 10.0.22000.918
### Device
IdeaPad 5 Pro 14ITL6
### Which features of the application did you test?
- Battery Mode: OK
- Always on USB: OK
- Discrete GPU: OK,
- Fn lock: inverted behaviour
- Flip To Start: OK
- Keyboard Backlight Brightness: OK
- Battery temperature: -273... | True | [COMPATIBILITY]: IdeaPad 5 Pro 14ITL6 - ### Version
2.5.0
### OS
Windows 11 10.0.22000.918
### Device
IdeaPad 5 Pro 14ITL6
### Which features of the application did you test?
- Battery Mode: OK
- Always on USB: OK
- Discrete GPU: OK,
- Fn lock: inverted behaviour
- Flip To Start: OK
- Keyboard Backlight Bri... | comp | ideapad pro version os windows device ideapad pro which features of the application did you test battery mode ok always on usb ok discrete gpu ok fn lock inverted behaviour flip to start ok keyboard backlight brightness ok battery temperatu... | 1 |
19,021 | 26,435,950,796 | IssuesEvent | 2023-01-15 11:52:05 | OpenRakis/Spice86 | https://api.github.com/repos/OpenRakis/Spice86 | opened | Dune can't find port 12 (0x0C) if PCM is enabled. | bug compatibility hardware 16 bit | **Describe the bug**
Dune can't find port 12 (0x0C) if PCM is enabled.
However, Dune still runs fine, and no obvious game regression or sound problem can be detected.
**To Reproduce**
Run DNCDPRG with "SBP2227" to enable PCM, and -f to make Spice86 throw an exception on an unhandled I/O port.
An exception ... | True | Dune can't find port 12 (0x0C) if PCM is enabled. - **Describe the bug**
Dune can't find port 12 (0x0C) if PCM is enabled.
However, Dune still runs fine, and no obvious game regression or sound problem can be detected.
**To Reproduce**
Run DNCDPRG with "SBP2227" to enable PCM, and -f to make Spice86 throw a... | comp | dune can t find port if pcm is enabled describe the bug dune can t find port if pcm is enabled however dune still runs fine and no obvious game regression or sound problem can be detected to reproduce run dncdprg with to enable pcm and f to make throw an exception on an un... | 1 |
170,012 | 20,842,003,606 | IssuesEvent | 2022-03-21 02:03:58 | n-devs/full-stack-react-profile | https://api.github.com/repos/n-devs/full-stack-react-profile | opened | CVE-2021-44906 (High) detected in multiple libraries | security vulnerability | ## CVE-2021-44906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b>, <b>minimist-0.1.0.tgz</b></p></summary... | True | CVE-2021-44906 (High) detected in multiple libraries - ## CVE-2021-44906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimis... | non_comp | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file ful... | 0 |
291 | 2,733,512,054 | IssuesEvent | 2015-04-17 14:25:31 | wq/wq.db | https://api.github.com/repos/wq/wq.db | closed | rest: include page configuration in template rendering context | help wanted wq compatibility | [wq/app.js](http://wq.io/docs/app-js) automatically includes the actual page configuration in the template rendering context for list and detail views ([See source](https://github.com/wq/wq.app/blob/master/js/wq/app.js#L354)). However, [ModelViewSet](https://github.com/wq/wq.db/blob/master/rest/views.py#L118) does not... | True | rest: include page configuration in template rendering context - [wq/app.js](http://wq.io/docs/app-js) automatically includes the actual page configuration in the template rendering context for list and detail views ([See source](https://github.com/wq/wq.app/blob/master/js/wq/app.js#L354)). However, [ModelViewSet](htt... | comp | rest include page configuration in template rendering context automatically includes the actual page configuration in the template rendering context for list and detail views however does not do the same which causes subtle rendering differences between server and client if template authors are relyi... | 1 |
358,766 | 10,632,374,069 | IssuesEvent | 2019-10-15 10:13:32 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | closed | Cannot read property 'removeEventListener' of undefined | Cell type: base / text / password Guess: few hours Priority: normal Status: Released Type: Bug | ### Description
<!--- Tell us what happens and what should happen -->
The Handsontable throws an error when the table is initialized with an empty array or the whole data was removed leaving the corner overlay. In this case when the user clicks that corner and tries to texting something the `Uncaught TypeError: Canno... | 1.0 | Cannot read property 'removeEventListener' of undefined - ### Description
<!--- Tell us what happens and what should happen -->
The Handsontable throws an error when the table is initialized with an empty array or the whole data was removed leaving the corner overlay. In this case when the user clicks that corner and... | non_comp | cannot read property removeeventlistener of undefined description the handsontable throws an error when the table is initialized with an empty array or the whole data was removed leaving the corner overlay in this case when the user clicks that corner and tries to texting something the uncaught typeerror ... | 0 |
3,492 | 6,476,046,979 | IssuesEvent | 2017-08-17 21:48:59 | storybooks/storybook | https://api.github.com/repos/storybooks/storybook | closed | (0, _typeof4.default) is not a function | app: react-native compatibility with other tools feature | I'm trying to set up Storybook for our react native application. We're using `async` / `await`.
When I run `yarn run storybook` I get:

I think this is related to babel not... | True | (0, _typeof4.default) is not a function - I'm trying to set up Storybook for our react native application. We're using `async` / `await`.
When I run `yarn run storybook` I get:
 takes care about Logstash internal variables. Therefore it should not mess the output events, so it should be hidden in `@metadata`.
It affects mainly:
* `LogStash::Event`
* `LogStash::Codecs::Graphite`
... | True | Move messy [@version] into [@metadata][@version] - Always appended field `@version` has internal purpose only. No one behind the Logstash (f.e. an Elasticsearch) takes care about Logstash internal variables. Therefore it should not mess the output events, so it should be hidden in `@metadata`.
It affects mainly:
* ... | comp | move messy into always appended field version has internal purpose only no one behind the logstash f e an elasticsearch takes care about logstash internal variables therefore it should not mess the output events so it should be hidden in metadata it affects mainly logstash event logsta... | 1 |
3,699 | 6,557,591,830 | IssuesEvent | 2017-09-06 18:01:15 | fxpio/composer-asset-plugin | https://api.github.com/repos/fxpio/composer-asset-plugin | reopened | Use Nodejs for Bower and NPM | break compatibility enhancement performance | ### Problem context
I know that you like this plugin to manage the Assets in a PHP project, because it only uses PHP, but there are still constraints (composer/composer#3082, #70, #75, slow RemoteFileSystem) that can not be resolved easily and quickly (or not). Of course, there are still technical solutions to overcom... | True | Use Nodejs for Bower and NPM - ### Problem context
I know that you like this plugin to manage the Assets in a PHP project, because it only uses PHP, but there are still constraints (composer/composer#3082, #70, #75, slow RemoteFileSystem) that can not be resolved easily and quickly (or not). Of course, there are still... | comp | use nodejs for bower and npm problem context i know that you like this plugin to manage the assets in a php project because it only uses php but there are still constraints composer composer slow remotefilesystem that can not be resolved easily and quickly or not of course there are still tech... | 1 |
277,336 | 24,061,257,051 | IssuesEvent | 2022-09-16 23:11:17 | lowRISC/opentitan | https://api.github.com/repos/lowRISC/opentitan | closed | [test] flash_ctrl_testutils_increment_counter performs multiple writes to the same address | Type:Bug Component:ChipLevelTest | _Noticed while working on #14503_
@tjaychen, as you may also remember, we discussed this earlier in the context of invalidating previously written `boot_data` entries in info pages (#9729). IIRC writing to the same address multiple times without erasing first doesn't work if ecc or scrambling is enabled, and is not ... | 1.0 | [test] flash_ctrl_testutils_increment_counter performs multiple writes to the same address - _Noticed while working on #14503_
@tjaychen, as you may also remember, we discussed this earlier in the context of invalidating previously written `boot_data` entries in info pages (#9729). IIRC writing to the same address m... | non_comp | flash ctrl testutils increment counter performs multiple writes to the same address noticed while working on tjaychen as you may also remember we discussed this earlier in the context of invalidating previously written boot data entries in info pages iirc writing to the same address multiple time... | 0 |
501 | 2,497,262,024 | IssuesEvent | 2015-01-07 03:33:58 | thedouglenz/monies-suck-2 | https://api.github.com/repos/thedouglenz/monies-suck-2 | closed | Extract JS from templates into external files | enhancement Low-Priority | The JS in the dashboard currently, and the JS that will go elsewhere in the templates should be extracted into separate files to increase readability. For example, some of the JS in the dashboard template file pertains to dashboard charts. It should go into its own file, e.g. dash_charts.js | 1.0 | Extract JS from templates into external files - The JS in the dashboard currently, and the JS that will go elsewhere in the templates should be extracted into separate files to increase readability. For example, some of the JS in the dashboard template file pertains to dashboard charts. It should go into its own file, ... | non_comp | extract js from templates into external files the js in the dashboard currently and the js that will go elsewhere in the templates should be extracted into separate files to increase readability for example some of the js in the dashboard template file pertains to dashboard charts it should go into its own file ... | 0 |
21,038 | 32,033,781,075 | IssuesEvent | 2023-09-22 14:02:27 | dosbox-staging/dosbox-staging | https://api.github.com/repos/dosbox-staging/dosbox-staging | closed | Investigate playability issues with Speedway Manager '96 (1996) | game compatibility | ### Context
Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks such as X, Pure, and Staging.
DOSBox Daum had 51 releases that in... | True | Investigate playability issues with Speedway Manager '96 (1996) - ### Context
Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks su... | comp | investigate playability issues with speedway manager context currently the exodos project runs this game using which is understood to have specific emulation fixes not currently in upstream dosbox x and svn or active forks such as x pure and staging dosbox daum had releases that includ... | 1 |
13,207 | 15,574,337,240 | IssuesEvent | 2021-03-17 09:43:33 | vesoft-inc/nebula-graph | https://api.github.com/repos/vesoft-inc/nebula-graph | closed | [opencypher manual inconsistency ] IN list NULL is different from the opencypher manual | incompatible | The opencypher manual defines :

```
2 IN [1, NULL, 3]
should return
NULL
```

| True | [opencypher manual inconsistency ] IN list NULL is different from the opencypher manual - The opencypher manual defines :

```
2 IN [1, NULL, 3]
should return
NULL
```
 | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** LordUsagi
**Original Date:** 17.02.2014 16:41:13 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** new
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/496
<hr>
Pet statistics currently do not update dynamically... | 1.0 | [Core/Pets] Dynamic updating of statistics (BB #496) - This issue was migrated from bitbucket.
**Original Reporter:** LordUsagi
**Original Date:** 17.02.2014 16:41:13 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** new
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/496
... | non_comp | dynamic updating of statistics bb this issue was migrated from bitbucket original reporter lordusagi original date gmt original priority major original type bug original state new direct link pet statistics currently do not update dynamically based on certain sp... | 0 |
530,534 | 15,434,025,178 | IssuesEvent | 2021-03-07 00:53:27 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | [Coverity CID :219646] Untrusted value as argument in subsys/net/lib/coap/coap.c | Coverity bug priority: low |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/subsys/net/lib/coap/coap.c
Category: Insecure data handling
Function: `coap_reply_init`
Component: Networking
CID: [219646](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefe... | 1.0 | [Coverity CID :219646] Untrusted value as argument in subsys/net/lib/coap/coap.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/subsys/net/lib/coap/coap.c
Category: Insecure data handling
Function: `coap_reply_init`
Component: Netwo... | non_comp | untrusted value as argument in subsys net lib coap coap c static code scan issues found in file category insecure data handling function coap reply init component networking cid details please fix or provide comments in coverity using the link note this issue was created automatically ... | 0 |
8,724 | 10,679,223,333 | IssuesEvent | 2019-10-21 18:50:31 | dotnet/winforms | https://api.github.com/repos/dotnet/winforms | closed | Port System.Windows.Forms.Design.TabPageCollectionEditor | area: UI type editors tenet-compatibility | **Problem description:**
`TabPageCollectionEditor` from System.Windows.Forms.Design is missing
Refer to https://github.com/dotnet/winforms/issues/1115#issuecomment-504798149
| True | Port System.Windows.Forms.Design.TabPageCollectionEditor - **Problem description:**
`TabPageCollectionEditor` from System.Windows.Forms.Design is missing
Refer to https://github.com/dotnet/winforms/issues/1115#issuecomment-504798149
| comp | port system windows forms design tabpagecollectioneditor problem description tabpagecollectioneditor from system windows forms design is missing refer to | 1 |
3,625 | 6,520,472,637 | IssuesEvent | 2017-08-28 16:38:19 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | Green install button for incompatible langpacks | in progress project: firefox 57 compatibility state: pull request ready triaged | Steps to reproduce:
1.Go to https://addons.mozilla.org/en-US/firefox/addon/english-us-language-pack/ on latest nightly
2.Try to install the lang pack from the green install button
Expected results:
If the lang pack is not compatible with Firefox version, the button should not be green
Actual results:
The butt... | True | Green install button for incompatible langpacks - Steps to reproduce:
1.Go to https://addons.mozilla.org/en-US/firefox/addon/english-us-language-pack/ on latest nightly
2.Try to install the lang pack from the green install button
Expected results:
If the lang pack is not compatible with Firefox version, the butto... | comp | green install button for incompatible langpacks steps to reproduce go to on latest nightly try to install the lang pack from the green install button expected results if the lang pack is not compatible with firefox version the button should not be green actual results the button is green but an i... | 1 |
440,251 | 12,696,697,127 | IssuesEvent | 2020-06-22 10:29:10 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1609] Gi Low looks bad | Priority: Medium Status: Fixed | Low Global Illumination somehow kills nice render.
No GI

Low GI

Low GI
 breaks slightly and inconsistently
**Desc... | True | Multicraft + CWC Interaction Fix - **Which mod are you proposing a feature for?**
Crafting With Containers
**Is your feature request related to a problem? Please describe.**
Mod is partially incompatible with Multicraft; the competitor/sister mod CIC works fine but this one (which I'd like to keep using) breaks sl... | comp | multicraft cwc interaction fix which mod are you proposing a feature for crafting with containers is your feature request related to a problem please describe mod is partially incompatible with multicraft the competitor sister mod cic works fine but this one which i d like to keep using breaks sl... | 1 |
140,989 | 11,386,401,683 | IssuesEvent | 2020-01-29 13:12:47 | bitcoin/bitcoin | https://api.github.com/repos/bitcoin/bitcoin | opened | Add a submodule check to CI | Tests good first issue | Add a check to the CI that checks whether the repository has any submodules (either directly or of subtrees) and rejects it if so.
In #17398 I accidentally almost added three submodules because they are part of the `crc32c` third-party repository, which was subtree'd there. This was only avoided because the gitian b... | 1.0 | Add a submodule check to CI - Add a check to the CI that checks whether the repository has any submodules (either directly or of subtrees) and rejects it if so.
In #17398 I accidentally almost added three submodules because they are part of the `crc32c` third-party repository, which was subtree'd there. This was onl... | non_comp | add a submodule check to ci add a check to the ci that checks whether the repository has any submodules either directly or of subtrees and rejects it if so in i accidentally almost added three submodules because they are part of the third party repository which was subtree d there this was only avoided... | 0 |
349,000 | 31,765,634,400 | IssuesEvent | 2023-09-12 08:36:35 | hoprnet/hoprnet | https://api.github.com/repos/hoprnet/hoprnet | closed | Reduce logic in Github Actions workflows | toolchain testing | Such logic is hard to test. Instead most logic should reside in shell scripts which can be tested locally and we use Github Actions mostly as a dumb runner.
This includes removing act specific steps. | 1.0 | Reduce logic in Github Actions workflows - Such logic is hard to test. Instead most logic should reside in shell scripts which can be tested locally and we use Github Actions mostly as a dumb runner.
This includes removing act specific steps. | non_comp | reduce logic in github actions workflows such logic is hard to test instead most logic should reside in shell scripts which can be tested locally and we use github actions mostly as a dumb runner this includes removing act specific steps | 0 |
16,913 | 23,274,691,957 | IssuesEvent | 2022-08-05 05:36:21 | oshi/oshi | https://api.github.com/repos/oshi/oshi | opened | Update JUnit EnabledOnOS for OpenBSD and FreeBSD | up for grabs good first issue compatibility | In JUnit 9.3, the EnabledOnOS annotation was expanded to include OpenBSD and FreeBSD.
We have a few tests still using the `OS.OTHER` enum which now actually exclude testing on those platforms.
Tests using `OS.OTHER` should use the appropriate `OS` enum, and the `Platform.is*BSD()` conditional removed. For exampl... | True | Update JUnit EnabledOnOS for OpenBSD and FreeBSD - In JUnit 9.3, the EnabledOnOS annotation was expanded to include OpenBSD and FreeBSD.
We have a few tests still using the `OS.OTHER` enum which now actually exclude testing on those platforms.
Tests using `OS.OTHER` should use the appropriate `OS` enum, and the `... | comp | update junit enabledonos for openbsd and freebsd in junit the enabledonos annotation was expanded to include openbsd and freebsd we have a few tests still using the os other enum which now actually exclude testing on those platforms tests using os other should use the appropriate os enum and the ... | 1 |
5,397 | 7,876,229,013 | IssuesEvent | 2018-06-25 23:47:21 | DRE2N/DungeonsXL | https://api.github.com/repos/DRE2N/DungeonsXL | closed | Load Order Conflict: Who Even Knows Who Is At Fault? | INCOMPATIBILITY | [//]: # (Welcome to the DungeonsXL issue tracker.)
[//]: # (Please use the following template for bug reports:)
### Expected behavior
Should load fine with other plugins installed, and Denizen should be able to access Citizens API.
### Actual behavior
Doesn't load properly and disables itself, while giving... | True | Load Order Conflict: Who Even Knows Who Is At Fault? - [//]: # (Welcome to the DungeonsXL issue tracker.)
[//]: # (Please use the following template for bug reports:)
### Expected behavior
Should load fine with other plugins installed, and Denizen should be able to access Citizens API.
### Actual behavior
... | comp | load order conflict who even knows who is at fault welcome to the dungeonsxl issue tracker please use the following template for bug reports expected behavior should load fine with other plugins installed and denizen should be able to access citizens api actual behavior doesn ... | 1 |
318,850 | 27,326,347,167 | IssuesEvent | 2023-02-25 03:51:21 | nrwl/nx | https://api.github.com/repos/nrwl/nx | closed | support "BUILD ONLY" mode for cypress builder | type: feature scope: testing tools | _[Please make sure you have read the submission guidelines before posting an issue](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-issue)_
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
**YOU MAY DELETE THE PREREQUISITES SECTION.**
- [x] I am... | 1.0 | support "BUILD ONLY" mode for cypress builder - _[Please make sure you have read the submission guidelines before posting an issue](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-issue)_
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
**YOU MAY D... | non_comp | support build only mode for cypress builder prerequisites please answer the following questions for yourself before submitting an issue you may delete the prerequisites section i am running the latest version i checked the documentation and found no answer i checked to make sure... | 0 |
186,438 | 21,933,229,714 | IssuesEvent | 2022-05-23 11:39:37 | onokatio/blog.katio.net | https://api.github.com/repos/onokatio/blog.katio.net | closed | CVE-2022-21680 (High) detected in marked-0.7.0.tgz | security vulnerability | ## CVE-2022-21680 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.7.0.tgz</b></p></summary>
<p>A markdown parser built for speed</p>
<p>Library home page: <a href="https://reg... | True | CVE-2022-21680 (High) detected in marked-0.7.0.tgz - ## CVE-2022-21680 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.7.0.tgz</b></p></summary>
<p>A markdown parser built for... | non_comp | cve high detected in marked tgz cve high severity vulnerability vulnerable library marked tgz a markdown parser built for speed library home page a href path to dependency file package json path to vulnerable library node modules marked package json dependency ... | 0 |
5,053 | 7,643,853,395 | IssuesEvent | 2018-05-08 13:56:31 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | WooCommerce Product Gallery Fails to Detect Image Alt Tag | compatibility support woocommerce | ### What did you expect to happen?
1.Images with an alt-tag that are embedded as a gallery would be detected.
### What happened instead?
While the image was detected, the alt tag was not.
### How can we reproduce this behavior?
1.Create a Product
2.Add an alt-tag to an image
3.Add an image as a gallery
4.See that it... | True | WooCommerce Product Gallery Fails to Detect Image Alt Tag - ### What did you expect to happen?
1.Images with an alt-tag that are embedded as a gallery would be detected.
### What happened instead?
While the image was detected, the alt tag was not.
### How can we reproduce this behavior?
1.Create a Product
2.Add an a... | comp | woocommerce product gallery fails to detect image alt tag what did you expect to happen images with an alt tag that are embedded as a gallery would be detected what happened instead while the image was detected the alt tag was not how can we reproduce this behavior create a product add an a... | 1 |
3,825 | 6,675,746,336 | IssuesEvent | 2017-10-05 00:15:08 | pods-framework/pods | https://api.github.com/repos/pods-framework/pods | closed | 2.7 causing problems with other plugin metaboxes | Compatibility Out of scope | When you open the edit pod page, there is a php error in another plugin trying to get a property of a non-object related to a metabox.

| True | 2.7 causing problems with other plugin metaboxes - When you open the edit pod page, there is a php error in another plugin trying to get a property of a non-object related to a metabox.

| comp | causing problems with other plugin metaboxes when you open the edit pod page there is a php error in another plugin trying to get a property of a non object related to a metabox | 1 |
21,093 | 32,072,490,343 | IssuesEvent | 2023-09-25 08:55:23 | dotnet/maui | https://api.github.com/repos/dotnet/maui | closed | Binding doesn't update control property after manual update | t/bug area/Xaml </> migration-compatibility | ### Description
I have created an app with an Entry control and a Button. I have a binding on the Text property with the OneWay mode. When I click on the Button, it updates a counter in the page's viewmodel which updates the Entry's text (The binding of the Text property is on the counter)
This updates correctly th... | True | Binding doesn't update control property after manual update - ### Description
I have created an app with an Entry control and a Button. I have a binding on the Text property with the OneWay mode. When I click on the Button, it updates a counter in the page's viewmodel which updates the Entry's text (The binding of the... | comp | binding doesn t update control property after manual update description i have created an app with an entry control and a button i have a binding on the text property with the oneway mode when i click on the button it updates a counter in the page s viewmodel which updates the entry s text the binding of the... | 1 |
76,724 | 3,491,517,953 | IssuesEvent | 2016-01-04 16:03:01 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | opened | file downloader role at "file" level: when give role to "multiple" files, success display's only ONE file name | Component: Permissions Priority: Medium Type: Bug | When role is give to multiple files, either use generic success message or display all files user was given access to. Otherwise, it appears only one of multiple files selected was successfully assigned. | 1.0 | file downloader role at "file" level: when give role to "multiple" files, success display's only ONE file name - When role is give to multiple files, either use generic success message or display all files user was given access to. Otherwise, it appears only one of multiple files selected was successfully assigned. | non_comp | file downloader role at file level when give role to multiple files success display s only one file name when role is give to multiple files either use generic success message or display all files user was given access to otherwise it appears only one of multiple files selected was successfully assigned | 0 |
175,853 | 27,984,014,066 | IssuesEvent | 2023-03-26 13:42:58 | beckyetroy/SETUSU-Vote | https://api.github.com/repos/beckyetroy/SETUSU-Vote | closed | Make Poster | documentation design | **Description:** Look at the guidelines for poster creation and begin designing the poster, which is due 24th March.
**Story Points:** 3 | 1.0 | Make Poster - **Description:** Look at the guidelines for poster creation and begin designing the poster, which is due 24th March.
**Story Points:** 3 | non_comp | make poster description look at the guidelines for poster creation and begin designing the poster which is due march story points | 0 |
13,545 | 16,057,448,262 | IssuesEvent | 2021-04-23 07:46:07 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | closed | [INCOMPATIBILITY] Village Defense plugin | Incompatibility | ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X ] The incompatible plugin is up-to-date
- [X ] Matrix and ProtocolLib are up-to-date
- [ X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, 1.15, or 1.16 server
- [X ] The issue happens on default config.yml and checks.yml
- ... | True | [INCOMPATIBILITY] Village Defense plugin - ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X ] The incompatible plugin is up-to-date
- [X ] Matrix and ProtocolLib are up-to-date
- [ X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, 1.15, or 1.16 server
- [X ] The issue happe... | comp | village defense plugin troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks y... | 1 |
6,483 | 8,773,148,311 | IssuesEvent | 2018-12-18 16:09:37 | fedora-infra/bodhi | https://api.github.com/repos/fedora-infra/bodhi | opened | Drop bodhi.server.services.zz_redirects | API Backwards incompatible Refactor | This module exists to redirect legacy Bodhi 1 URLs to the Bodhi 2 counterparts, but I don't think we need it anymore. Bodhi 2 is not backwards compatible with Bodhi 1, and Bodhi 4 will also be further incompatible. | True | Drop bodhi.server.services.zz_redirects - This module exists to redirect legacy Bodhi 1 URLs to the Bodhi 2 counterparts, but I don't think we need it anymore. Bodhi 2 is not backwards compatible with Bodhi 1, and Bodhi 4 will also be further incompatible. | comp | drop bodhi server services zz redirects this module exists to redirect legacy bodhi urls to the bodhi counterparts but i don t think we need it anymore bodhi is not backwards compatible with bodhi and bodhi will also be further incompatible | 1 |
16,600 | 22,676,504,954 | IssuesEvent | 2022-07-04 05:28:40 | safing/portmaster | https://api.github.com/repos/safing/portmaster | closed | Avast One | waiting for input in/compatibility | **Pre-Submit Checklist**:
- Check applicable sources for existing issues:
- [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility)
- [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
- [Github Issues](https://github.com/safing/portmaster/is... | True | Avast One - **Pre-Submit Checklist**:
- Check applicable sources for existing issues:
- [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility)
- [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
- [Github Issues](https://github.com/safing/p... | comp | avast one pre submit checklist check applicable sources for existing issues what worked what did not work everything debug information paste debug information below if reporting a problem general issue click on copy debug information ... | 1 |
233,715 | 17,875,678,456 | IssuesEvent | 2021-09-07 03:03:34 | elint-tech/wordmaze | https://api.github.com/repos/elint-tech/wordmaze | closed | Improve README with project description and examples | documentation | Improve README by adding a project description, examples, installation guide etc. | 1.0 | Improve README with project description and examples - Improve README by adding a project description, examples, installation guide etc. | non_comp | improve readme with project description and examples improve readme by adding a project description examples installation guide etc | 0 |
730,283 | 25,166,800,198 | IssuesEvent | 2022-11-10 21:40:38 | bcgov/entity | https://api.github.com/repos/bcgov/entity | reopened | LEAR / Edit UI: conversion correction doesn't match schema | bug Priority3 ENTITY | This was originally reported in #14159, where it was decided to formally allow corrections to (local) conversion filings. However, the underlying schema error was not resolved:
 conversion filings. However, the underlying schema error was not resolved:
.
@gshumihin please check it.
What we need:
1. How it looks like? Screenshots. Is SSL scan enabled by default in BitDefender?
2. How to fix it? (disable SSL scan in BitDefender for inst... | True | Compatibility with BitDefender - Check Adguard 6 with BitDefender.
It seems that it has the same issue with simultaneous SSL filtering (the same as with ESET and KIS).
@gshumihin please check it.
What we need:
1. How it looks like? Screenshots. Is SSL scan enabled by default in BitDefender?
2. How to fix it? (disable... | comp | compatibility with bitdefender check adguard with bitdefender it seems that it has the same issue with simultaneous ssl filtering the same as with eset and kis gshumihin please check it what we need how it looks like screenshots is ssl scan enabled by default in bitdefender how to fix it disable... | 1 |
14,836 | 18,294,386,237 | IssuesEvent | 2021-10-05 18:50:03 | LoliKingdom/LoliASM | https://api.github.com/repos/LoliKingdom/LoliASM | reopened | LoliASM incompatible with Dynamic Darkness in every version past 3.0.0 | wontfix mod_incompatibility | Last Tested Version that successfully works is LoliASM 2.5 with no issues.
See Attached Log:
https://paste.ee/p/kvjhZ | True | LoliASM incompatible with Dynamic Darkness in every version past 3.0.0 - Last Tested Version that successfully works is LoliASM 2.5 with no issues.
See Attached Log:
https://paste.ee/p/kvjhZ | comp | loliasm incompatible with dynamic darkness in every version past last tested version that successfully works is loliasm with no issues see attached log | 1 |
256,459 | 19,423,501,088 | IssuesEvent | 2021-12-21 00:22:37 | vercel/next.js | https://api.github.com/repos/vercel/next.js | closed | Docs: Custom Document - TypeScript code type error + async getInitialProps result in error | template: documentation | ### What is the improvement or update you wish to see?
1. `initialProps` needs type or else would throw error:
>'initialProps' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
I think it's `DocumentInitialProps`?
2. `async ... | 1.0 | Docs: Custom Document - TypeScript code type error + async getInitialProps result in error - ### What is the improvement or update you wish to see?
1. `initialProps` needs type or else would throw error:
>'initialProps' implicitly has type 'any' because it does not have a type annotation and is referenced direct... | non_comp | docs custom document typescript code type error async getinitialprops result in error what is the improvement or update you wish to see initialprops needs type or else would throw error initialprops implicitly has type any because it does not have a type annotation and is referenced direct... | 0 |
16,052 | 21,316,416,228 | IssuesEvent | 2022-04-16 11:02:45 | Polymer/polymer | https://api.github.com/repos/Polymer/polymer | closed | Optimize stylesheet handling for shady css build type | enhancement wontfix p2 css source: hooli 1.x 1.x-2.x compatibility | Under shady css builds, the style inside of an element is already modified with shadydom selectors and flattened, so it can just be moved into the `<head>` (the build does not do this to preserve dependency ordering at runtime).
However, Polymer reads in the text content of that style, creates a new style in `<head>... | True | Optimize stylesheet handling for shady css build type - Under shady css builds, the style inside of an element is already modified with shadydom selectors and flattened, so it can just be moved into the `<head>` (the build does not do this to preserve dependency ordering at runtime).
However, Polymer reads in the te... | comp | optimize stylesheet handling for shady css build type under shady css builds the style inside of an element is already modified with shadydom selectors and flattened so it can just be moved into the the build does not do this to preserve dependency ordering at runtime however polymer reads in the text co... | 1 |
8,670 | 10,601,896,329 | IssuesEvent | 2019-10-10 13:15:52 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | closed | [INCOMPATIBILITY] MineableSpawners duplication | Incompatibility | ## Troubleshooting Information
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server
- [X] The issue happens on default config.yml and checks.yml
- [X] I've tested if the issue happens on default config
## Issue Infor... | True | [INCOMPATIBILITY] MineableSpawners duplication - ## Troubleshooting Information
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server
- [X] The issue happens on default config.yml and checks.yml
- [X] I've tested if the ... | comp | mineablespawners duplication troubleshooting information the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks yml i ve tested if the issue happens on default conf... | 1 |
299,508 | 22,610,396,680 | IssuesEvent | 2022-06-29 16:37:47 | ecadlabs/taquito | https://api.github.com/repos/ecadlabs/taquito | closed | Update Taquito docs and live code examples to use Jakartanet | documentation | For the Jakartanet release, we will need to update the Taquito docs.
references to hangzhounet should be dropped
contracts need to be originated and linked to the live code examples
live code examples all need to be tested and to work with Jakrtanet
The tracking checklist for the conversion is here: https://... | 1.0 | Update Taquito docs and live code examples to use Jakartanet - For the Jakartanet release, we will need to update the Taquito docs.
references to hangzhounet should be dropped
contracts need to be originated and linked to the live code examples
live code examples all need to be tested and to work with Jakrtanet
... | non_comp | update taquito docs and live code examples to use jakartanet for the jakartanet release we will need to update the taquito docs references to hangzhounet should be dropped contracts need to be originated and linked to the live code examples live code examples all need to be tested and to work with jakrtanet ... | 0 |
130,958 | 12,466,651,674 | IssuesEvent | 2020-05-28 15:47:55 | VivianaGuerraCustodio/LIM012-fe-md-links | https://api.github.com/repos/VivianaGuerraCustodio/LIM012-fe-md-links | opened | Readme update | documentation | - [ ] Description
- [ ] Steps
- [ ] Flow chart
- [ ] CLI
- [ ] Test
- [ ] Complete the objectives | 1.0 | Readme update - - [ ] Description
- [ ] Steps
- [ ] Flow chart
- [ ] CLI
- [ ] Test
- [ ] Complete the objectives | non_comp | readme update description steps flow chart cli test complete the objectives | 0 |
141,090 | 18,942,987,741 | IssuesEvent | 2021-11-18 06:39:51 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Security Solution] Required padding around the inspect icon on Count alert canvas | enhancement impact:low Team: SecuritySolution Team:Threat Hunting:Explore | **Describe the bug:**
Required padding around the inspect icon on Count alert canvas
**Kibana/Elasticsearch Stack version:**
```
Version: 8.0.0 Snapshot
Build: 47315
Commit: 9d0bf40c25dcdb3e58a489f936d7413c15c6949a
```
**Browser and Browser OS versions:**
```
Chrome: 94.0.4606.81
Firefox: 93.0
```
*... | True | [Security Solution] Required padding around the inspect icon on Count alert canvas - **Describe the bug:**
Required padding around the inspect icon on Count alert canvas
**Kibana/Elasticsearch Stack version:**
```
Version: 8.0.0 Snapshot
Build: 47315
Commit: 9d0bf40c25dcdb3e58a489f936d7413c15c6949a
```
**Br... | non_comp | required padding around the inspect icon on count alert canvas describe the bug required padding around the inspect icon on count alert canvas kibana elasticsearch stack version version snapshot build commit browser and browser os versions chrome firef... | 0 |
1,278 | 3,789,583,351 | IssuesEvent | 2016-03-21 18:25:34 | WebberZone/top-10 | https://api.github.com/repos/WebberZone/top-10 | closed | Clash with PolyLang | incompatibility | 2.2.4 does not work with PolyLang. The WPML implementation has caused an issue with the way PolyLang works | True | Clash with PolyLang - 2.2.4 does not work with PolyLang. The WPML implementation has caused an issue with the way PolyLang works | comp | clash with polylang does not work with polylang the wpml implementation has caused an issue with the way polylang works | 1 |
68,361 | 13,113,674,723 | IssuesEvent | 2020-08-05 06:05:42 | Verent/Yale | https://api.github.com/repos/Verent/Yale | closed | Clean up resources/text | code archaeology code cleanup code refactoring | Make sure there is a consistent and good way to add and update text in this library | 3.0 | Clean up resources/text - Make sure there is a consistent and good way to add and update text in this library | non_comp | clean up resources text make sure there is a consistent and good way to add and update text in this library | 0 |
189,359 | 6,796,995,132 | IssuesEvent | 2017-11-01 21:00:46 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Coverity issue seen with CID: 178240 | area: Drivers bug Coverity priority: medium | Static code scan issues seen in File: /drivers/ethernet/eth_enc28j60.c
Category: Error handling issues
Function: eth_enc28j60_set_bank
Component: Drivers
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | 1.0 | Coverity issue seen with CID: 178240 - Static code scan issues seen in File: /drivers/ethernet/eth_enc28j60.c
Category: Error handling issues
Function: eth_enc28j60_set_bank
Component: Drivers
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p129... | non_comp | coverity issue seen with cid static code scan issues seen in file drivers ethernet eth c category error handling issues function eth set bank component drivers please fix or provide comments to square it off in coverity in the link | 0 |
520,573 | 15,088,294,807 | IssuesEvent | 2021-02-06 00:20:33 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | macOS accessibility crash | OS/Desktop OS/macOS QA/Yes crash priority/P2 release-notes/exclude | <!-- 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 | macOS accessibility crash - <!-- 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 A... | non_comp | macos accessibility crash 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 a... | 0 |
408,480 | 11,947,734,100 | IssuesEvent | 2020-04-03 10:28:02 | keystonejs/keystone | https://api.github.com/repos/keystonejs/keystone | closed | A select with number at start of value throws an error | Priority: 1 bug fields reproduced | # Bug report
## Describe the bug
If you create a list with numbers at the start of the value of will throw an error on start.
` message: 'Syntax Error: Expected Name, found Int "0"',`
## To Reproduce
1. Create a list like:
```
keystone.createList('ExampleList', {
fields: {
age: {
type... | 1.0 | A select with number at start of value throws an error - # Bug report
## Describe the bug
If you create a list with numbers at the start of the value of will throw an error on start.
` message: 'Syntax Error: Expected Name, found Int "0"',`
## To Reproduce
1. Create a list like:
```
keystone.createL... | non_comp | a select with number at start of value throws an error bug report describe the bug if you create a list with numbers at the start of the value of will throw an error on start message syntax error expected name found int to reproduce create a list like keystone createl... | 0 |
121,784 | 26,031,528,946 | IssuesEvent | 2022-12-21 21:52:55 | Clueless-Community/seamless-ui | https://api.github.com/repos/Clueless-Community/seamless-ui | closed | Create a radio-button.html | codepeak 22 issue:1 | One need to make this component using `HTML` and `Tailwind CSS`. I would suggest to use [Tailwind Playgrounds](https://play.tailwindcss.com/) to make things faster and quicker.
Here is a reference to the component.
 to make things faster and quicker.
Here is a reference to the component.
 Browser Compatibility | ## Background
目前 Umi 4 主要碰到两个浏览器兼容的问题:
1. `esbuild` 作为压缩器会对 ES5 代码做反向优化变成 ES6,导致配置 `targets` 以后不改压缩器也不能工作,用户排查及使用成本较高, from @xiaohuoni
2. 社区越来越多包只发布 ES6 产物,但 Umi 4 默认不用 babel 编译 `node_modules`,导致产物里出现高级语法,添加 `extraBabelIncludes` 一旦数量变大维护成本也会变高,from @fz6m
## Proposal
根据 `targets` 自动切换框架配置?例如 `targets` 的最低... | True | [discussion] solution for legacy browsers compatibility - ## Background
目前 Umi 4 主要碰到两个浏览器兼容的问题:
1. `esbuild` 作为压缩器会对 ES5 代码做反向优化变成 ES6,导致配置 `targets` 以后不改压缩器也不能工作,用户排查及使用成本较高, from @xiaohuoni
2. 社区越来越多包只发布 ES6 产物,但 Umi 4 默认不用 babel 编译 `node_modules`,导致产物里出现高级语法,添加 `extraBabelIncludes` 一旦数量变大维护成本也会变高,from @fz6m... | comp | solution for legacy browsers compatibility background 目前 umi 主要碰到两个浏览器兼容的问题: esbuild 作为压缩器会对 代码做反向优化变成 ,导致配置 targets 以后不改压缩器也不能工作,用户排查及使用成本较高, from xiaohuoni 社区越来越多包只发布 产物,但 umi 默认不用 babel 编译 node modules ,导致产物里出现高级语法,添加 extrababelincludes 一旦数量变大维护成本也会变高,from proposal ... | 1 |
9,005 | 6,721,590,802 | IssuesEvent | 2017-10-16 12:21:58 | OctopusDeploy/Issues | https://api.github.com/repos/OctopusDeploy/Issues | opened | Prevent unbounded parallelism when deploying to lots of machines | area/scale breaking-change bug feature/performance | See https://github.com/OctopusDeploy/Issues/issues/3305 for context.
# The problem
In Octopus 3.x, if a value for `Octopus.Action.MaxParallelism` wasn't provided, Octopus would attempt to run an action across all machines in parallel all at the same time. You can limit this by setting the rolling window for the s... | True | Prevent unbounded parallelism when deploying to lots of machines - See https://github.com/OctopusDeploy/Issues/issues/3305 for context.
# The problem
In Octopus 3.x, if a value for `Octopus.Action.MaxParallelism` wasn't provided, Octopus would attempt to run an action across all machines in parallel all at the sa... | non_comp | prevent unbounded parallelism when deploying to lots of machines see for context the problem in octopus x if a value for octopus action maxparallelism wasn t provided octopus would attempt to run an action across all machines in parallel all at the same time you can limit this by setting the rolling... | 0 |
285 | 2,729,909,768 | IssuesEvent | 2015-04-16 11:51:41 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Notice: Undefined index: post_type in ... \frontend\class-breadcrumbs.php on line 326 + Woocommerce | Compatibility Has patch review | I get a notice in Woocommerce Product Archive page, breadcrumbs won't display on just the archive page however works fine throughout rest of site.
* PHP 5.6.3
* WP: 4.1.1
* WP Theme: https://roots.io/sage/
* YSEO: 2.0.1
* WOO: 2.3.7 | True | Notice: Undefined index: post_type in ... \frontend\class-breadcrumbs.php on line 326 + Woocommerce - I get a notice in Woocommerce Product Archive page, breadcrumbs won't display on just the archive page however works fine throughout rest of site.
* PHP 5.6.3
* WP: 4.1.1
* WP Theme: https://roots.io/sage/
* YSEO... | comp | notice undefined index post type in frontend class breadcrumbs php on line woocommerce i get a notice in woocommerce product archive page breadcrumbs won t display on just the archive page however works fine throughout rest of site php wp wp theme yseo woo | 1 |
97,147 | 28,109,395,778 | IssuesEvent | 2023-03-31 05:31:42 | unikraft/unikraft | https://api.github.com/repos/unikraft/unikraft | opened | `lib/posix-process`: Build warnings in `deprecated.c` | good-first-issue lib/posix-process kind/build-warning kind/hackathon | ### Describe the bug
When building `lib/posix-process`, warnings are signaled for the `deprecated.c` function.
### Steps to reproduce
This happens with [`app-elfloader`](https://github.com/unikraft/app-elfloader), but any application using `lib/posix-process` should be able to get the warnings.
### Expected behavio... | 1.0 | `lib/posix-process`: Build warnings in `deprecated.c` - ### Describe the bug
When building `lib/posix-process`, warnings are signaled for the `deprecated.c` function.
### Steps to reproduce
This happens with [`app-elfloader`](https://github.com/unikraft/app-elfloader), but any application using `lib/posix-process` s... | non_comp | lib posix process build warnings in deprecated c describe the bug when building lib posix process warnings are signaled for the deprecated c function steps to reproduce this happens with but any application using lib posix process should be able to get the warnings expected behavior ... | 0 |
746,265 | 26,023,031,310 | IssuesEvent | 2022-12-21 14:12:45 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Support binarySource=install for cocoapods | type:feature priority-3-medium manager:cocoapods status:in-progress | ### What would you like Renovate to be able to do?
Runtime install of cocoapods
### If you have any ideas on how this should be implemented, please tell us here.
Today Cocoapods version is selected directly using image tags: https://github.com/renovatebot/renovate/blob/ec723e3e076f46424fe5d4fd34ba12e5cce18625/lib/ma... | 1.0 | Support binarySource=install for cocoapods - ### What would you like Renovate to be able to do?
Runtime install of cocoapods
### If you have any ideas on how this should be implemented, please tell us here.
Today Cocoapods version is selected directly using image tags: https://github.com/renovatebot/renovate/blob/ec... | non_comp | support binarysource install for cocoapods what would you like renovate to be able to do runtime install of cocoapods if you have any ideas on how this should be implemented please tell us here today cocoapods version is selected directly using image tags is this a feature you are interested in ... | 0 |
8,322 | 10,344,847,291 | IssuesEvent | 2019-09-04 12:14:27 | Electroblob77/Wizardry | https://api.github.com/repos/Electroblob77/Wizardry | closed | Client crash on casting any spell | bug compatibility crash | Minecraft version: 1.12.2
Wizardry version: 4.2.1
Environment: Singleplayer
java.lang.ArrayIndexOutOfBoundsException
Any casted spell causes minecraft to crash. Crash itself is being avoided when there's Vanilla Fix installed, therefore minecraft just freezes for a moment. Some spells cause to involve Random Thin... | True | Client crash on casting any spell - Minecraft version: 1.12.2
Wizardry version: 4.2.1
Environment: Singleplayer
java.lang.ArrayIndexOutOfBoundsException
Any casted spell causes minecraft to crash. Crash itself is being avoided when there's Vanilla Fix installed, therefore minecraft just freezes for a moment. Some... | comp | client crash on casting any spell minecraft version wizardry version environment singleplayer java lang arrayindexoutofboundsexception any casted spell causes minecraft to crash crash itself is being avoided when there s vanilla fix installed therefore minecraft just freezes for a moment some ... | 1 |
28,742 | 8,203,629,999 | IssuesEvent | 2018-09-03 00:07:06 | coq/coq | https://api.github.com/repos/coq/coq | closed | Coq no longer builds on master (`make states` fails) | kind: infrastructure kind: regression part: build priority: blocker | #### Version
master (bf1446294dba45d3ea9b7bb39d2fc96617848c03)
#### Operating system
Linux
#### Description of the problem
I discovered today that HoTT's CI is broken because master does not build. Here is the [log](https://api.travis-ci.org/v3/job/422600637/log.txt):
```
$ ./configure -prefix /usr/lo... | 1.0 | Coq no longer builds on master (`make states` fails) - #### Version
master (bf1446294dba45d3ea9b7bb39d2fc96617848c03)
#### Operating system
Linux
#### Description of the problem
I discovered today that HoTT's CI is broken because master does not build. Here is the [log](https://api.travis-ci.org/v3/job/... | non_comp | coq no longer builds on master make states fails version master operating system linux description of the problem i discovered today that hott s ci is broken because master does not build here is the configure prefix usr local you have ocaml good you h... | 0 |
326,662 | 28,010,260,209 | IssuesEvent | 2023-03-27 18:05:23 | iotaledger/iota-sdk | https://api.github.com/repos/iotaledger/iota-sdk | closed | Add tests for verifying correct address derivation from seed | b-all m-client t-test | ## Description
We lack tests that verify that address derivation is at par across implementations and bindings i.e., rust implementation and (java, nodejs, python) bindings. We should add them to be sure every implementation has correct address derivation.
Related ticket: https://github.com/iotaledger/iota.rs/issues/... | 1.0 | Add tests for verifying correct address derivation from seed - ## Description
We lack tests that verify that address derivation is at par across implementations and bindings i.e., rust implementation and (java, nodejs, python) bindings. We should add them to be sure every implementation has correct address derivation.... | non_comp | add tests for verifying correct address derivation from seed description we lack tests that verify that address derivation is at par across implementations and bindings i e rust implementation and java nodejs python bindings we should add them to be sure every implementation has correct address derivation ... | 0 |
3,106 | 6,035,146,452 | IssuesEvent | 2017-06-09 13:12:05 | eclipsesource/tabris-js | https://api.github.com/repos/eclipsesource/tabris-js | closed | Starting app with url e.g. Tabris Developer App with "tabris:" | compatibility cordova feature | It would be great to be able to start the Tabris Developer App with a URL link from a mail.
Even better, support for link to app. e.g. tabris://raw.githubusercontent.com/mrtinb/test/master will load the app: https://raw.githubusercontent.com/mrtinb/test/master/package.json .
This will make it possible to share apps w... | True | Starting app with url e.g. Tabris Developer App with "tabris:" - It would be great to be able to start the Tabris Developer App with a URL link from a mail.
Even better, support for link to app. e.g. tabris://raw.githubusercontent.com/mrtinb/test/master will load the app: https://raw.githubusercontent.com/mrtinb/test/... | comp | starting app with url e g tabris developer app with tabris it would be great to be able to start the tabris developer app with a url link from a mail even better support for link to app e g tabris raw githubusercontent com mrtinb test master will load the app this will make it possible to share apps ... | 1 |
413,656 | 27,963,361,344 | IssuesEvent | 2023-03-24 17:18:56 | Memory-Lane-COS301/miniproject-2023 | https://api.github.com/repos/Memory-Lane-COS301/miniproject-2023 | closed | GitHub workflow and commit strategy | documentation | Please create a **_Wiki_** on the GitHub repo for the **_GitHub workflow and commit strategy_** we discussed in the Monday meeting. | 1.0 | GitHub workflow and commit strategy - Please create a **_Wiki_** on the GitHub repo for the **_GitHub workflow and commit strategy_** we discussed in the Monday meeting. | non_comp | github workflow and commit strategy please create a wiki on the github repo for the github workflow and commit strategy we discussed in the monday meeting | 0 |
237,580 | 26,085,223,789 | IssuesEvent | 2022-12-26 01:19:31 | xlizaluizax/datocms-Vue.js---DatoCMS---DatingWIKI | https://api.github.com/repos/xlizaluizax/datocms-Vue.js---DatoCMS---DatingWIKI | opened | CVE-2022-37603 (High) detected in loader-utils-1.4.0.tgz | security vulnerability | ## CVE-2022-37603 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.4.0.tgz</b></p></summary>
<p>utils for webpack loaders</p>
<p>Library home page: <a href="https://regis... | True | CVE-2022-37603 (High) detected in loader-utils-1.4.0.tgz - ## CVE-2022-37603 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.4.0.tgz</b></p></summary>
<p>utils for webpa... | non_comp | cve high detected in loader utils tgz cve high severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file package json path to vulnerable library node modules loader utils package json d... | 0 |
690 | 3,113,854,584 | IssuesEvent | 2015-09-03 03:11:42 | SkyrimLL/SkLLmods | https://api.github.com/repos/SkyrimLL/SkLLmods | closed | Check integration with Estrus Chaurus | bug Compatibility Stories | - Trigger Dwemer machine from SexBot and tentacles from Brood Maiden. | True | Check integration with Estrus Chaurus - - Trigger Dwemer machine from SexBot and tentacles from Brood Maiden. | comp | check integration with estrus chaurus trigger dwemer machine from sexbot and tentacles from brood maiden | 1 |
57,279 | 14,072,230,093 | IssuesEvent | 2020-11-04 01:15:38 | apache/pulsar | https://api.github.com/repos/apache/pulsar | closed | The project does not build with JDK 12. | component/build help wanted triage/week-28 type/feature | **Is your feature request related to a problem? Please describe.**
Pulsar does not build with JDK 12. It requires JDK 1.8.
JDK 1.8 will end of life in Dec 2020. That is a year and a half away, but conversion may take a while.
**Describe the solution you'd like**
Please start an effort (branch) to support JDK ... | 1.0 | The project does not build with JDK 12. - **Is your feature request related to a problem? Please describe.**
Pulsar does not build with JDK 12. It requires JDK 1.8.
JDK 1.8 will end of life in Dec 2020. That is a year and a half away, but conversion may take a while.
**Describe the solution you'd like**
Plea... | non_comp | the project does not build with jdk is your feature request related to a problem please describe pulsar does not build with jdk it requires jdk jdk will end of life in dec that is a year and a half away but conversion may take a while describe the solution you d like please st... | 0 |
20,333 | 10,710,698,577 | IssuesEvent | 2019-10-25 03:16:55 | h2oai/datatable | https://api.github.com/repos/h2oai/datatable | closed | memory leak when creating a frame from numpy array of strings | bug performance | As detected by the Address Sanitizer:
```
============================= test session starts ==============================
platform darwin -- Python 3.6.6, pytest-5.0.0, py-1.7.0, pluggy-0.12.0 -- /Users/pasha/py36/bin/python
cachedir: .pytest_cache
benchmark: 3.2.2 (defaults: timer=time.perf_counter disable_gc=Fa... | True | memory leak when creating a frame from numpy array of strings - As detected by the Address Sanitizer:
```
============================= test session starts ==============================
platform darwin -- Python 3.6.6, pytest-5.0.0, py-1.7.0, pluggy-0.12.0 -- /Users/pasha/py36/bin/python
cachedir: .pytest_cache
b... | non_comp | memory leak when creating a frame from numpy array of strings as detected by the address sanitizer test session starts platform darwin python pytest py pluggy users pasha bin python cachedir pytest cache bench... | 0 |
12,529 | 14,852,977,558 | IssuesEvent | 2021-01-18 09:20:09 | AdguardTeam/AdguardForMac | https://api.github.com/repos/AdguardTeam/AdguardForMac | closed | AdGuard prevent iCloud Music Library Syncing (Error -9810) | Compatibility P3: Medium Resolution: Fixed Status: Resolved | <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one-->
<!--- If you are requesting a new feature, tell us how it should work in free form-->
<!--- If you are reporting a bug, submit the detailed description using the template below-->
### St... | True | AdGuard prevent iCloud Music Library Syncing (Error -9810) - <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one-->
<!--- If you are requesting a new feature, tell us how it should work in free form-->
<!--- If you are reporting a bug, submit t... | comp | adguard prevent icloud music library syncing error steps to reproduce if adguard is turned on apple music would not sync turn off sync library then turn on again – prompt error quit adguard apple music can sync same issue on apple support expected behavior... | 1 |
73,701 | 3,420,053,467 | IssuesEvent | 2015-12-08 13:06:04 | ThoughtWorksInc/registrolivre | https://api.github.com/repos/ThoughtWorksInc/registrolivre | closed | Implementar provisionamento com ferramenta especializada | Priority | Sugiro usar Docker, estou fazendo alguns testes no [meu fork](https://github.com/mauricioborges/registrolivre) no branch ansible-adapting, assim que estiver legal faço um PR | 1.0 | Implementar provisionamento com ferramenta especializada - Sugiro usar Docker, estou fazendo alguns testes no [meu fork](https://github.com/mauricioborges/registrolivre) no branch ansible-adapting, assim que estiver legal faço um PR | non_comp | implementar provisionamento com ferramenta especializada sugiro usar docker estou fazendo alguns testes no no branch ansible adapting assim que estiver legal faço um pr | 0 |
28,325 | 4,098,377,104 | IssuesEvent | 2016-06-03 08:06:46 | DIYbiosphere/sphere.dir | https://api.github.com/repos/DIYbiosphere/sphere.dir | closed | Create a nice 404 page | design development easy | Unfortunately broken links are sometimes unavoidable, and in the beginning of the project there are many of these. In order to help the users find or create what they were looking for, we should create a 404 page with the appropriate resources and links to guide the users. | 1.0 | Create a nice 404 page - Unfortunately broken links are sometimes unavoidable, and in the beginning of the project there are many of these. In order to help the users find or create what they were looking for, we should create a 404 page with the appropriate resources and links to guide the users. | non_comp | create a nice page unfortunately broken links are sometimes unavoidable and in the beginning of the project there are many of these in order to help the users find or create what they were looking for we should create a page with the appropriate resources and links to guide the users | 0 |
415,989 | 12,138,155,215 | IssuesEvent | 2020-04-23 16:47:14 | sonia-auv/documentation | https://api.github.com/repos/sonia-auv/documentation | closed | Problem referencing file in issue | Priority: Low Type: Bug | ## Expected Behavior
<!-- Give a brief description of how the system should work -->
On a file on Github, I want to reference a file in a issue with the "3 dots" on the file in the explorer
## Current Behavior
<!-- Give a brief description of how the system actually works -->
Issue template selection appears, a... | 1.0 | Problem referencing file in issue - ## Expected Behavior
<!-- Give a brief description of how the system should work -->
On a file on Github, I want to reference a file in a issue with the "3 dots" on the file in the explorer
## Current Behavior
<!-- Give a brief description of how the system actually works -->
... | non_comp | problem referencing file in issue expected behavior on a file on github i want to reference a file in a issue with the dots on the file in the explorer current behavior issue template selection appears after a selection the file is not referenced possible solution unknown comm... | 0 |
4,142 | 6,950,114,141 | IssuesEvent | 2017-12-06 09:38:11 | ant-design/ant-design-pro | https://api.github.com/repos/ant-design/ant-design-pro | closed | 报错:Uncaught SyntaxError: Unexpected token ) | compatibility | 报错:Uncaught SyntaxError: Unexpected token )
- 浏览器:搜狗浏览器6.2.5
- 报错定位,最新骨架。
- 如何重现 点击 https://github.com/ant-design/ant-design-pro/archive/master.zip 下载到本地后解压。
但是在搜狗6.2.5官网的demo是没问题的。
https://preview.pro.ant.design/
尝试过debug,因为太卡,无法定位。
| True | 报错:Uncaught SyntaxError: Unexpected token ) - 报错:Uncaught SyntaxError: Unexpected token )
- 浏览器:搜狗浏览器6.2.5
- 报错定位,最新骨架。
- 如何重现 点击 https://github.com/ant-design/ant-design-pro/archive/master.zip 下载到本地后解压。
但是在搜狗6.2.5官网的demo是没问题的。
https://preview.pro.ant.design/
尝试过debug,因为太卡,无法定位。
| comp | 报错:uncaught syntaxerror unexpected token 报错:uncaught syntaxerror unexpected token 浏览器: 报错定位,最新骨架。 如何重现 点击 下载到本地后解压。 。 尝试过debug,因为太卡,无法定位。 | 1 |
4,783 | 7,397,653,217 | IssuesEvent | 2018-03-19 00:27:01 | SkyrimLL/SDPlus | https://api.github.com/repos/SkyrimLL/SDPlus | closed | SD+ stance changes remove currently selected FNIS Sexy Move animations | Compatibility Enslavement quest bug | Switching to an SD+ stance then back to standing causes the currently selected FNIS Sexy Move animation to no longer apply. This happens even if your SD+ stance doesn't change (pressing the up arrow while already standing or attempting to change stances when not enslaved.)
If the 360 style walk/run animations pack fro... | True | SD+ stance changes remove currently selected FNIS Sexy Move animations - Switching to an SD+ stance then back to standing causes the currently selected FNIS Sexy Move animation to no longer apply. This happens even if your SD+ stance doesn't change (pressing the up arrow while already standing or attempting to change s... | comp | sd stance changes remove currently selected fnis sexy move animations switching to an sd stance then back to standing causes the currently selected fnis sexy move animation to no longer apply this happens even if your sd stance doesn t change pressing the up arrow while already standing or attempting to change s... | 1 |
9,646 | 11,714,971,937 | IssuesEvent | 2020-03-09 13:23:07 | oracle/truffleruby | https://api.github.com/repos/oracle/truffleruby | closed | fork is not available (NotImplementedError) when running rails server as a daemon | compatibility | VERSION: `truffleruby 20.1.0-dev-c7c38a12, like ruby 2.6.5, GraalVM CE Native [x86_64-linux]`
To reproduce
```
gem install rails
rails new blog
cd blog
rails server
```
the server successfully starts with output
```
RubyDep: WARNING: Your Ruby may not be supported.
RubyDep: WARNING: Your Ruby is: 2.6.5 '... | True | fork is not available (NotImplementedError) when running rails server as a daemon - VERSION: `truffleruby 20.1.0-dev-c7c38a12, like ruby 2.6.5, GraalVM CE Native [x86_64-linux]`
To reproduce
```
gem install rails
rails new blog
cd blog
rails server
```
the server successfully starts with output
```
RubyDe... | comp | fork is not available notimplementederror when running rails server as a daemon version truffleruby dev like ruby graalvm ce native to reproduce gem install rails rails new blog cd blog rails server the server successfully starts with output rubydep warning your ruby... | 1 |
304,302 | 26,266,572,900 | IssuesEvent | 2023-01-06 13:07:51 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix jax_devicearray.test_jax_special_or | JAX Frontend Sub Task Failing Test | | | |
|---|---|
|torch|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3665054066/jobs/6195891660" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-... | 1.0 | Fix jax_devicearray.test_jax_special_or - | | |
|---|---|
|torch|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3665054066/jobs/6195891660" rel="noopener noreferrer" target="_blank"><img ... | non_comp | fix jax devicearray test jax special or torch img src numpy img src jax img src | 0 |
332,308 | 10,091,033,952 | IssuesEvent | 2019-07-26 13:19:15 | kubernetes-sigs/cluster-api-provider-aws | https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-aws | closed | Add failure events to the cluster object | kind/feature priority/important-soon | /kind feature
**Describe the solution you'd like**
Right now, when we create a cluster in CAPA, we can see the progress of the cluster being created using the events that are part of the cluster object. This shows up when we do `kubectl describe cluster`. The events which show up are only for the success cases like... | 1.0 | Add failure events to the cluster object - /kind feature
**Describe the solution you'd like**
Right now, when we create a cluster in CAPA, we can see the progress of the cluster being created using the events that are part of the cluster object. This shows up when we do `kubectl describe cluster`. The events which ... | non_comp | add failure events to the cluster object kind feature describe the solution you d like right now when we create a cluster in capa we can see the progress of the cluster being created using the events that are part of the cluster object this shows up when we do kubectl describe cluster the events which ... | 0 |
17,521 | 24,156,860,327 | IssuesEvent | 2022-09-22 08:26:14 | opensrp/web | https://api.github.com/repos/opensrp/web | closed | [FHIR Road Map]: Update the Team (Organization) package | Ready for Engineering Team Management FHIR compatibility | ### Issue Context?
- FHIR web current has a Team (Organization) package.
- We are introducing the changes to the UI of the Team (Organization) package.
### Issue Implemetation details?
#### Team creation page
- [x] Hide the Type field from the Team creation page.
- [ ] The type population will now... | True | [FHIR Road Map]: Update the Team (Organization) package - ### Issue Context?
- FHIR web current has a Team (Organization) package.
- We are introducing the changes to the UI of the Team (Organization) package.
### Issue Implemetation details?
#### Team creation page
- [x] Hide the Type field from the Team ... | comp | update the team organization package issue context fhir web current has a team organization package we are introducing the changes to the ui of the team organization package issue implemetation details team creation page hide the type field from the team creation page ... | 1 |
468,931 | 13,492,909,645 | IssuesEvent | 2020-09-11 18:47:19 | open-telemetry/opentelemetry-java | https://api.github.com/repos/open-telemetry/opentelemetry-java | opened | Change built-in SpanProcessor implementations to ignore more than one shutdown call. | SDK help wanted priority:p3 release:required-for-ga | See here: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk.md#shutdown | 1.0 | Change built-in SpanProcessor implementations to ignore more than one shutdown call. - See here: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk.md#shutdown | non_comp | change built in spanprocessor implementations to ignore more than one shutdown call see here | 0 |
119,432 | 4,770,219,696 | IssuesEvent | 2016-10-26 14:44:53 | makinacorpus/accessimap-lecteur-der | https://api.github.com/repos/makinacorpus/accessimap-lecteur-der | closed | Bugs sur les Filtres | bug priority: normal | Test fait sur v0.0.6
- [x] j'ouvre les filtres, je double-clic sur un filtre, je devrai entendre "Fermeture des filtres" et le bouton devrait se transformer en "Filtres" (comme ce qui a été fait si je double-clic sur retour)
- [x] le filtre en cours de sélection n'est pas conservé : choix de "Son", retour dans les ... | 1.0 | Bugs sur les Filtres - Test fait sur v0.0.6
- [x] j'ouvre les filtres, je double-clic sur un filtre, je devrai entendre "Fermeture des filtres" et le bouton devrait se transformer en "Filtres" (comme ce qui a été fait si je double-clic sur retour)
- [x] le filtre en cours de sélection n'est pas conservé : choix de ... | non_comp | bugs sur les filtres test fait sur j ouvre les filtres je double clic sur un filtre je devrai entendre fermeture des filtres et le bouton devrait se transformer en filtres comme ce qui a été fait si je double clic sur retour le filtre en cours de sélection n est pas conservé choix de son ... | 0 |
524,767 | 15,223,150,643 | IssuesEvent | 2021-02-18 01:58:53 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | qgis crashed in the background | Bug Crash/Data Corruption Feedback High Priority stale | Author Name: **Karsten Tebling** (Karsten Tebling)
Original Redmine Issue: [22130](https://issues.qgis.org/issues/22130)
Affected QGIS version: 3.6.3
Redmine category:unknown
---
## User Feedback
qgis crashed in the background while I was using Firefox, I had one shapefile open, one non-permanent output and one WM... | 1.0 | qgis crashed in the background - Author Name: **Karsten Tebling** (Karsten Tebling)
Original Redmine Issue: [22130](https://issues.qgis.org/issues/22130)
Affected QGIS version: 3.6.3
Redmine category:unknown
---
## User Feedback
qgis crashed in the background while I was using Firefox, I had one shapefile open, on... | non_comp | qgis crashed in the background author name karsten tebling karsten tebling original redmine issue affected qgis version redmine category unknown user feedback qgis crashed in the background while i was using firefox i had one shapefile open one non permanent output and one wms i rece... | 0 |
4,331 | 7,048,054,684 | IssuesEvent | 2018-01-02 16:07:32 | metarhia/metasync | https://api.github.com/repos/metarhia/metasync | opened | Unify async abstractions | compatibility | - Combine callback, chain/do, async composition (parallel and series control flow), promise (thenable), collector and events to single abstraction
- Implement mentioned abstraction with functional object
- Unify syntax from all abstraction | True | Unify async abstractions - - Combine callback, chain/do, async composition (parallel and series control flow), promise (thenable), collector and events to single abstraction
- Implement mentioned abstraction with functional object
- Unify syntax from all abstraction | comp | unify async abstractions combine callback chain do async composition parallel and series control flow promise thenable collector and events to single abstraction implement mentioned abstraction with functional object unify syntax from all abstraction | 1 |
130,207 | 18,155,241,300 | IssuesEvent | 2021-09-26 23:45:07 | ghc-dev/Jamie-Larson | https://api.github.com/repos/ghc-dev/Jamie-Larson | opened | CVE-2016-10539 (High) detected in negotiator-0.5.3.tgz | security vulnerability | ## CVE-2016-10539 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>negotiator-0.5.3.tgz</b></p></summary>
<p>HTTP content negotiation</p>
<p>Library home page: <a href="https://registry... | True | CVE-2016-10539 (High) detected in negotiator-0.5.3.tgz - ## CVE-2016-10539 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>negotiator-0.5.3.tgz</b></p></summary>
<p>HTTP content negoti... | non_comp | cve high detected in negotiator tgz cve high severity vulnerability vulnerable library negotiator tgz http content negotiation library home page a href path to dependency file jamie larson package json path to vulnerable library jamie larson node modules negotiator p... | 0 |
81,566 | 7,786,306,378 | IssuesEvent | 2018-06-06 18:31:32 | galaxyproject/usegalaxy-playbook | https://api.github.com/repos/galaxyproject/usegalaxy-playbook | closed | Fix font problems in devteam/xy_plot tool | bug fixathon 06/18 test/retest-fail | MTS: https://toolshed.g2.bx.psu.edu/view/devteam/xy_plot/ecb437f1d298
Tool: Plotting Tool for multiple series and graph types | 1.0.2
Used in this GTN tutorial, section "Hands-on: Plot Rarefaction": http://galaxyproject.github.io/training-material/topics/metagenomics/tutorials/mothur-miseq-sop/tutorial.html
| 2.0 | Fix font problems in devteam/xy_plot tool - MTS: https://toolshed.g2.bx.psu.edu/view/devteam/xy_plot/ecb437f1d298
Tool: Plotting Tool for multiple series and graph types | 1.0.2
Used in this GTN tutorial, section "Hands-on: Plot Rarefaction": http://galaxyproject.github.io/training-material/topics/metagenomics/tu... | non_comp | fix font problems in devteam xy plot tool mts tool plotting tool for multiple series and graph types used in this gtn tutorial section hands on plot rarefaction | 0 |
9,410 | 11,462,350,431 | IssuesEvent | 2020-02-07 13:58:51 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | [Spec Deviation] Support declaring listeners without the type-descriptor | Area/Language Compatibility/Minor Component/Compiler Points/0.5 Spec/2019R3 Type/SpecDeviation | **Description:**
According to the spec
```
listener-decl :=
metadata
[public] listener [type-descriptor] identifier = expression ;
```
A listener-decl defines a module listener.
A module-listener can be referenced by a variable-reference, but cannot be modified. It is this similar to a final variabl... | True | [Spec Deviation] Support declaring listeners without the type-descriptor - **Description:**
According to the spec
```
listener-decl :=
metadata
[public] listener [type-descriptor] identifier = expression ;
```
A listener-decl defines a module listener.
A module-listener can be referenced by a variab... | comp | support declaring listeners without the type descriptor description according to the spec listener decl metadata listener identifier expression a listener decl defines a module listener a module listener can be referenced by a variable reference but cannot be modified ... | 1 |
104,660 | 16,619,982,603 | IssuesEvent | 2021-06-02 22:33:07 | jtimberlake/tds-core | https://api.github.com/repos/jtimberlake/tds-core | opened | CVE-2020-7788 (High) detected in ini-1.3.4.tgz, ini-1.3.5.tgz | security vulnerability | ## CVE-2020-7788 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ini-1.3.4.tgz</b>, <b>ini-1.3.5.tgz</b></p></summary>
<p>
<details><summary><b>ini-1.3.4.tgz</b></p></summary>
<p>An... | True | CVE-2020-7788 (High) detected in ini-1.3.4.tgz, ini-1.3.5.tgz - ## CVE-2020-7788 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ini-1.3.4.tgz</b>, <b>ini-1.3.5.tgz</b></p></summary>
... | non_comp | cve high detected in ini tgz ini tgz cve high severity vulnerability vulnerable libraries ini tgz ini tgz ini tgz an ini encoder decoder for node library home page a href path to dependency file tds core package json path to vulnerable l... | 0 |
108,719 | 9,329,025,933 | IssuesEvent | 2019-03-28 00:28:45 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | NameResolutionPalTest failing intermittently on Linux Arm64 | arch-arm64 area-System.Net disabled-test os-linux test-run-core | https://mc.dot.net/#/user/weshaggard/pr~2Fjenkins~2Fdotnet~2Fcorefx~2Fmaster~2F/test~2Ffunctional~2Fcli~2F/fdfc526a83091617be7978de875969f48d2666bf/workItem/System.Net.NameResolution.Pal.Tests/analysis/xunit/System.Net.NameResolution.PalTests.NameResolutionPalTests~2FTryGetAddrInfo_HostName
```
Message :
Assert.Eq... | 2.0 | NameResolutionPalTest failing intermittently on Linux Arm64 - https://mc.dot.net/#/user/weshaggard/pr~2Fjenkins~2Fdotnet~2Fcorefx~2Fmaster~2F/test~2Ffunctional~2Fcli~2F/fdfc526a83091617be7978de875969f48d2666bf/workItem/System.Net.NameResolution.Pal.Tests/analysis/xunit/System.Net.NameResolution.PalTests.NameResolutionP... | non_comp | nameresolutionpaltest failing intermittently on linux message assert equal failure expected success actual tryagain stack trace at system net nameresolution paltests nameresolutionpaltests trygetaddrinfo hostname in mnt j workspace dotnet corefx master linux tgroup netcoreapp cgroup r... | 0 |
20,719 | 30,807,013,047 | IssuesEvent | 2023-08-01 07:54:00 | rustic-rs/rustic | https://api.github.com/repos/rustic-rs/rustic | closed | non-unicode link targets are not supported | C-bug C-question A-compatibility | I create this as a new issue so it will be still visible after #57 is closed.
This is so far not supported in restic, see https://github.com/restic/restic/issues/3311
So, this can be only fixed after restic fixes it or by breaking restic compatibility.
Until this situation is cleared out, this will get a wontfix... | True | non-unicode link targets are not supported - I create this as a new issue so it will be still visible after #57 is closed.
This is so far not supported in restic, see https://github.com/restic/restic/issues/3311
So, this can be only fixed after restic fixes it or by breaking restic compatibility.
Until this situ... | comp | non unicode link targets are not supported i create this as a new issue so it will be still visible after is closed this is so far not supported in restic see so this can be only fixed after restic fixes it or by breaking restic compatibility until this situation is cleared out this will get a wontfi... | 1 |
146,504 | 11,736,898,948 | IssuesEvent | 2020-03-11 13:50:15 | KarrLab/datanator_frontend | https://api.github.com/repos/KarrLab/datanator_frontend | closed | Add unit testing for data formatting for metabolite data page | testing | - `src/scenes/BiochemicalEntityDetails/Metabolite/MetadataSection.js`
- `formatMetadata`
- `src/scenes/BiochemicalEntityDetails/Metabolite/ConcentrationDataTable.js`
- `formatData` | 1.0 | Add unit testing for data formatting for metabolite data page - - `src/scenes/BiochemicalEntityDetails/Metabolite/MetadataSection.js`
- `formatMetadata`
- `src/scenes/BiochemicalEntityDetails/Metabolite/ConcentrationDataTable.js`
- `formatData` | non_comp | add unit testing for data formatting for metabolite data page src scenes biochemicalentitydetails metabolite metadatasection js formatmetadata src scenes biochemicalentitydetails metabolite concentrationdatatable js formatdata | 0 |
4,348 | 6,550,166,053 | IssuesEvent | 2017-09-05 09:55:11 | B3Partners/brmo | https://api.github.com/repos/B3Partners/brmo | closed | melding `Content is not allowed in prolog` in log | brmo-service bug invalid oracle | Tijdens transformeren van een bericht blijkt de br_xml vernachelt en komt de melding `Content is not allowed in prolog` in de log.
```xml
< ? x m l v e r s i o n = ' 1 . 0 ' ? > < S n a p s h o t : K a d a s t r a a l O b j e c t S n a p s h o t x m l n s : S n a p s h o t = "" h t t p : / / w w w . k a d a s ... | 1.0 | melding `Content is not allowed in prolog` in log - Tijdens transformeren van een bericht blijkt de br_xml vernachelt en komt de melding `Content is not allowed in prolog` in de log.
```xml
< ? x m l v e r s i o n = ' 1 . 0 ' ? > < S n a p s h o t : K a d a s t r a a l O b j e c t S n a p s h o t x m l n s : ... | non_comp | melding content is not allowed in prolog in log tijdens transformeren van een bericht blijkt de br xml vernachelt en komt de melding content is not allowed in prolog in de log xml c d a e c f a | 0 |
304,481 | 9,332,721,558 | IssuesEvent | 2019-03-28 12:55:58 | heptio/sonobuoy | https://api.github.com/repos/heptio/sonobuoy | closed | Fix image pushing in travis | p0 - Higher Priority | **What steps did you take and what happened:**
Something has happened such that the automated image push at the end of the automated travis runs of master is broken. It fails and this causes our travis banner to show that we are in an error'd state.
**What did you expect to happen:**
We should be passing one way o... | 1.0 | Fix image pushing in travis - **What steps did you take and what happened:**
Something has happened such that the automated image push at the end of the automated travis runs of master is broken. It fails and this causes our travis banner to show that we are in an error'd state.
**What did you expect to happen:**
... | non_comp | fix image pushing in travis what steps did you take and what happened something has happened such that the automated image push at the end of the automated travis runs of master is broken it fails and this causes our travis banner to show that we are in an error d state what did you expect to happen ... | 0 |
222,379 | 17,409,552,449 | IssuesEvent | 2021-08-03 10:29:05 | testomatio/app | https://api.github.com/repos/testomatio/app | opened | Test get misaligned when parameter name is long when running tests manually | bug manual testing ui\ux | **Describe the bug**
When running automated tests manually, a test containing too long parameter name will break a table which may frustrate a user, because a user will not see the status of the test.
**To Reproduce**
Steps to reproduce the behavior:
1. open a project
2. create a test with long parameter name
3... | 1.0 | Test get misaligned when parameter name is long when running tests manually - **Describe the bug**
When running automated tests manually, a test containing too long parameter name will break a table which may frustrate a user, because a user will not see the status of the test.
**To Reproduce**
Steps to reproduce ... | non_comp | test get misaligned when parameter name is long when running tests manually describe the bug when running automated tests manually a test containing too long parameter name will break a table which may frustrate a user because a user will not see the status of the test to reproduce steps to reproduce ... | 0 |
16,426 | 22,170,992,202 | IssuesEvent | 2022-06-06 00:23:27 | dotnet/sdk | https://api.github.com/repos/dotnet/sdk | closed | [Package-Validation] Add flag to run the package baseline validation in a strict mode. | Area-Compatibility | Currently we run the baseline validation with non-strict mode. We should provide a flag for running the baseline package validation in strict mode as well.
This will allow developers to run some api compat rules eg will allow to maintain a consistent assembly version across different package versions. | True | [Package-Validation] Add flag to run the package baseline validation in a strict mode. - Currently we run the baseline validation with non-strict mode. We should provide a flag for running the baseline package validation in strict mode as well.
This will allow developers to run some api compat rules eg will allow t... | comp | add flag to run the package baseline validation in a strict mode currently we run the baseline validation with non strict mode we should provide a flag for running the baseline package validation in strict mode as well this will allow developers to run some api compat rules eg will allow to maintain a consis... | 1 |
80,962 | 30,631,316,031 | IssuesEvent | 2023-07-24 14:42:49 | MetPX/sarracenia | https://api.github.com/repos/MetPX/sarracenia | opened | v2 on_part plugins can't compare checksums | bug Priority 5 - Defect v2only | I thought this was an easy fix so I opened a PR right away, but I realized it wasn't working as expected. See https://github.com/MetPX/sarracenia/pull/708
When a sarra gets a message with a checksum and downloads the file, if the checksum of the downloaded file doesn't match the message, the file isn't rejected. The... | 1.0 | v2 on_part plugins can't compare checksums - I thought this was an easy fix so I opened a PR right away, but I realized it wasn't working as expected. See https://github.com/MetPX/sarracenia/pull/708
When a sarra gets a message with a checksum and downloads the file, if the checksum of the downloaded file doesn't ma... | non_comp | on part plugins can t compare checksums i thought this was an easy fix so i opened a pr right away but i realized it wasn t working as expected see when a sarra gets a message with a checksum and downloads the file if the checksum of the downloaded file doesn t match the message the file isn t rejected th... | 0 |
19,275 | 26,770,238,394 | IssuesEvent | 2023-01-31 13:38:27 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | few storybook addons had dependency on prettier which break new syntax | question / support dependencies compatibility with other tools typescript | **Describe the bug**
- `@storybook/addon-docs`
- `@storybook/addon-storysource`
- `@storybook/source-loader`
depends on prettier currently in version `~2.0.5`, this can cause issue when using different version in project.
refer to [issue eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-pretti... | True | few storybook addons had dependency on prettier which break new syntax - **Describe the bug**
- `@storybook/addon-docs`
- `@storybook/addon-storysource`
- `@storybook/source-loader`
depends on prettier currently in version `~2.0.5`, this can cause issue when using different version in project.
refer to [issue... | comp | few storybook addons had dependency on prettier which break new syntax describe the bug storybook addon docs storybook addon storysource storybook source loader depends on prettier currently in version this can cause issue when using different version in project refer to fo... | 1 |
42,741 | 12,953,755,334 | IssuesEvent | 2020-07-20 01:39:11 | raindigi/reaction | https://api.github.com/repos/raindigi/reaction | 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 tmp ws scm reaction package json path to vulnerable library tmp ws scm reaction node modules a... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.