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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19,177 | 26,634,111,580 | IssuesEvent | 2023-01-24 20:19:15 | kathyisawesome/wc-mnm-variable | https://api.github.com/repos/kathyisawesome/wc-mnm-variable | closed | Relocate APFS fields to before MNM options | compatibility | If the subs options are after the MNM contents it is entirely possible they will be missed entirely. Also, not reallllly reliable to display them in the sticky footer since who knows how many schemes there may be.
 hostnames via ros config set:
I've tried variants of:
`ros config set rancher.docker.environment [HTTP_PROXY=http://proxy:8080,HTTPS_PROXY=http://proxy:8080,NO_PROXY=localhost,127.0.0.1]`
which yields to (cloud-config.yml):
rancher:
doc... | 1.0 | ros config usage comma-separated list in variable - I can't figure out how to add a no_proxy with multiple (comma-separated) hostnames via ros config set:
I've tried variants of:
`ros config set rancher.docker.environment [HTTP_PROXY=http://proxy:8080,HTTPS_PROXY=http://proxy:8080,NO_PROXY=localhost,127.0.0.1]`
... | non_comp | ros config usage comma separated list in variable i can t figure out how to add a no proxy with multiple comma separated hostnames via ros config set i ve tried variants of ros config set rancher docker environment which yields to cloud config yml rancher docker environment http p... | 0 |
1,833 | 4,435,180,923 | IssuesEvent | 2016-08-18 07:30:29 | evhub/coconut | https://api.github.com/repos/evhub/coconut | closed | Support keyword-only arguments | compatibility partially done won't fix | Currently, use of keyword-only argument syntax results in a `CoconutParseError`, when it should result in a `CoconutTargetError`. | True | Support keyword-only arguments - Currently, use of keyword-only argument syntax results in a `CoconutParseError`, when it should result in a `CoconutTargetError`. | comp | support keyword only arguments currently use of keyword only argument syntax results in a coconutparseerror when it should result in a coconuttargeterror | 1 |
18,352 | 25,362,890,064 | IssuesEvent | 2022-11-21 01:59:09 | devs-immortal/Paradise-Lost | https://api.github.com/repos/devs-immortal/Paradise-Lost | closed | Paradise Lost Crashes when loaded with Create's fabric port | Bug More Info Required Incompatibility | ### What were you doing when the crash occured? How can we replicate it?
1. install Fabric API 0.51.1 (latest)
2. install Create 0.4.1+534 (latest) [from here](https://github.com/Fabricators-of-Create/Create/actions/workflows/build.yml)
3. install Paradise Lost 1.6.8 (latest)
4. launch game with Fabric Loader 0.13.... | True | Paradise Lost Crashes when loaded with Create's fabric port - ### What were you doing when the crash occured? How can we replicate it?
1. install Fabric API 0.51.1 (latest)
2. install Create 0.4.1+534 (latest) [from here](https://github.com/Fabricators-of-Create/Create/actions/workflows/build.yml)
3. install Paradis... | comp | paradise lost crashes when loaded with create s fabric port what were you doing when the crash occured how can we replicate it install fabric api latest install create latest install paradise lost latest launch game with fabric loader did it crash the cli... | 1 |
28,365 | 4,099,196,871 | IssuesEvent | 2016-06-03 11:37:13 | GroundApps/ShoppingList_Backend | https://api.github.com/repos/GroundApps/ShoppingList_Backend | closed | ' in the entry causes and error | bug design flaw enhancement | I'm entering something like "Joe's favourite sauce".
The apostrophe (') in the entry field causes the following error
```
The response did not make sense: <br /><b>Warning</b>: SQLite3::query(): Unable to prepare statement: 1, near "s": syntax error in /var/www/.../ShoppingList_Backend/sqlite_connector... | 1.0 | ' in the entry causes and error - I'm entering something like "Joe's favourite sauce".
The apostrophe (') in the entry field causes the following error
```
The response did not make sense: <br /><b>Warning</b>: SQLite3::query(): Unable to prepare statement: 1, near "s": syntax error in /var/www/.../Sho... | non_comp | in the entry causes and error i m entering something like joe s favourite sauce the apostrophe in the entry field causes the following error the response did not make sense warning query unable to prepare statement near quot s quot syntax error in var www shoppinglist backen... | 0 |
252,818 | 8,042,459,652 | IssuesEvent | 2018-07-31 08:13:37 | PolyMathOrg/PolyMath | https://api.github.com/repos/PolyMathOrg/PolyMath | closed | Build a hierarchy of Transformers similar to what you can find in scikit-learn | Priority: Medium Status: In Progress Type: Enhancement | Data transformers should be able to clean the data for example.
Some machine learning algorithms like PCA need to scale the data before using them.
See the API defined in scikit-learn: http://scikit-learn.org/stable/data_transforms.html | 1.0 | Build a hierarchy of Transformers similar to what you can find in scikit-learn - Data transformers should be able to clean the data for example.
Some machine learning algorithms like PCA need to scale the data before using them.
See the API defined in scikit-learn: http://scikit-learn.org/stable/data_transforms.ht... | non_comp | build a hierarchy of transformers similar to what you can find in scikit learn data transformers should be able to clean the data for example some machine learning algorithms like pca need to scale the data before using them see the api defined in scikit learn | 0 |
96,618 | 27,961,245,105 | IssuesEvent | 2023-03-24 15:48:51 | irods/irods | https://api.github.com/repos/irods/irods | closed | control_plane CMakeLists.txt | build/tools | - [x] main
- [x] 4-3-stable
---
Hi,
I am wondering what is the rationale behind the choice of overwriting `LD_LIBRARY_PATH` in the following `CMakeLists.txt`.
https://github.com/irods/irods/blob/90e42c04246d57a9182fe67d9675dd89487706eb/server/control_plane/CMakeLists.txt#L11
When compiling from source I get ... | 1.0 | control_plane CMakeLists.txt - - [x] main
- [x] 4-3-stable
---
Hi,
I am wondering what is the rationale behind the choice of overwriting `LD_LIBRARY_PATH` in the following `CMakeLists.txt`.
https://github.com/irods/irods/blob/90e42c04246d57a9182fe67d9675dd89487706eb/server/control_plane/CMakeLists.txt#L11
Wh... | non_comp | control plane cmakelists txt main stable hi i am wondering what is the rationale behind the choice of overwriting ld library path in the following cmakelists txt when compiling from source i get all sorts of problems because avrogencpp does not find the libraries on which it depen... | 0 |
5,572 | 8,051,196,019 | IssuesEvent | 2018-08-01 15:26:02 | reactstrap/reactstrap | https://api.github.com/repos/reactstrap/reactstrap | closed | UncontrolledTooltips do not position correctly if the wrapper has an overflow: auto | BS compatibility good first issue help wanted | <!-- The following is part of our issue template, feel free to remove this if it doesn't apply -->
### Issue description
- components: `UncontrolledTooltip`
- reactstrap version `^6.1.0`
- react version `^16.4.0`
- bootstrap version `^4.1.1`
### What is happening?
The title says it all: UncontrolledTooltip... | True | UncontrolledTooltips do not position correctly if the wrapper has an overflow: auto - <!-- The following is part of our issue template, feel free to remove this if it doesn't apply -->
### Issue description
- components: `UncontrolledTooltip`
- reactstrap version `^6.1.0`
- react version `^16.4.0`
- bootstrap ve... | comp | uncontrolledtooltips do not position correctly if the wrapper has an overflow auto issue description components uncontrolledtooltip reactstrap version react version bootstrap version what is happening the title says it all uncontrolledtooltips do not pos... | 1 |
344,397 | 24,812,256,723 | IssuesEvent | 2022-10-25 10:20:21 | postmanlabs/postman-app-support | https://api.github.com/repos/postmanlabs/postman-app-support | closed | Markdown numbered lists clip tens digit when rendered | bug product/documentation | ### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
When I add ten or more items to a numbered markdown list for documentation, the tens digit is clipped when rendered. So the rended tenth element loo... | 1.0 | Markdown numbered lists clip tens digit when rendered - ### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
When I add ten or more items to a numbered markdown list for documentation, the tens digit is... | non_comp | markdown numbered lists clip tens digit when rendered is there an existing issue for this i have searched the tracker for existing similar issues and i know that duplicates will be closed describe the issue when i add ten or more items to a numbered markdown list for documentation the tens digit is c... | 0 |
11,930 | 14,060,443,330 | IssuesEvent | 2020-11-03 06:01:32 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Behavior on VARCHAR data type of comparison operator '=' is different from mysql | challenge-program severity/major sig/planner status/help-wanted type/bug type/compatibility type/duplicate | ## Description
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
create table t (a char(10), b varchar(10), c binary(10), d varbinary(10));
insert into t values ('text ','text ','text ','text '); <--... | True | Behavior on VARCHAR data type of comparison operator '=' is different from mysql - ## Description
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
create table t (a char(10), b varchar(10), c binary(10), d varbinar... | comp | behavior on varchar data type of comparison operator is different from mysql description please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error create table t a char b varchar c binary d varbinary ... | 1 |
97,749 | 28,491,386,302 | IssuesEvent | 2023-04-18 11:29:30 | spack/spack | https://api.github.com/repos/spack/spack | opened | Installation issue: Scorep - Cannot link libbfd | build-error | ### Steps to reproduce the issue
```console
$ spack install scorep
```
The spec looks like,
```console
$ spack spec -Ilt scorep
Input spec
--------------------------------
- [ ] scorep
Concretized
--------------------------------
- 4hmal65 [ ] scorep@8.0%gcc@12.2.0~cuda~hip+mpi+papi~pdt~s... | 1.0 | Installation issue: Scorep - Cannot link libbfd - ### Steps to reproduce the issue
```console
$ spack install scorep
```
The spec looks like,
```console
$ spack spec -Ilt scorep
Input spec
--------------------------------
- [ ] scorep
Concretized
--------------------------------
- 4hmal65 [ ... | non_comp | installation issue scorep cannot link libbfd steps to reproduce the issue console spack install scorep the spec looks like console spack spec ilt scorep input spec scorep concretized scorep ... | 0 |
695,107 | 23,844,983,354 | IssuesEvent | 2022-09-06 13:24:40 | wso2/api-manager | https://api.github.com/repos/wso2/api-manager | opened | Integration Studio adds unnecessary _ (underscore) to the datamapper dmc file. | Type/Bug Priority/Normal | ### Description
When using the data mapper mediator to convert soap messages to JSON with arrays, the auto-generated dmc file of the data mapper mediator contains an unnecessary _ (underscore) sign and it causes the below error while executing the data mapper mediator.
**ERROR {org.wso2.carbon.mediator.datamapper.... | 1.0 | Integration Studio adds unnecessary _ (underscore) to the datamapper dmc file. - ### Description
When using the data mapper mediator to convert soap messages to JSON with arrays, the auto-generated dmc file of the data mapper mediator contains an unnecessary _ (underscore) sign and it causes the below error while exe... | non_comp | integration studio adds unnecessary underscore to the datamapper dmc file description when using the data mapper mediator to convert soap messages to json with arrays the auto generated dmc file of the data mapper mediator contains an unnecessary underscore sign and it causes the below error while exe... | 0 |
8,896 | 10,881,997,229 | IssuesEvent | 2019-11-17 21:16:45 | krzychu124/Cities-Skylines-Traffic-Manager-President-Edition | https://api.github.com/repos/krzychu124/Cities-Skylines-Traffic-Manager-President-Edition | closed | Possible bug from lane arrow update | 11 ALPHA BUG COMPATIBILITY UI irreproducible | Not been able to find a reliable way to reproduce this yet, however I think there's an interaction state bug crept in as a result of #538.
After loading a save, I was going to test the stuff from #538. I opened TMPE main menu and hovered lane arrow button to check what the shortcuts were:
, called in /Users/mariakravchenko/sites/wordpress.loc/wp-includes/class-wp-hook.php on line 286 and defined in /Users/mariakravchenko/sites/wordpress.loc/wp-content/plugins/wp-stateless/lib/classes/compatibility/gravity-forms.php on line 83... | True | Gravity forms warning when form is submitted - Warning: Missing argument 3 for wpCloud\StatelessMedia\GravityForm::modify_db(), called in /Users/mariakravchenko/sites/wordpress.loc/wp-includes/class-wp-hook.php on line 286 and defined in /Users/mariakravchenko/sites/wordpress.loc/wp-content/plugins/wp-stateless/lib/cla... | comp | gravity forms warning when form is submitted warning missing argument for wpcloud statelessmedia gravityform modify db called in users mariakravchenko sites wordpress loc wp includes class wp hook php on line and defined in users mariakravchenko sites wordpress loc wp content plugins wp stateless lib class... | 1 |
29,932 | 14,348,547,503 | IssuesEvent | 2020-11-29 12:58:35 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Table with Distributed engine join take so much time than mergetree engine | comp-distributed performance st-need-info | **Describe the bug**
1)`rp_credit_sms_cmcc` is table with Distributed engine,totally 161472025 rows
2)`rp_credit_sms_cmcc_bak` is table with mergetree engine,totally 161472025 rows
3)`rp_credit_access_log` is is table with mergetree engine,totally 9027892 rows
I executed `rp_credit_sms_cmcc global join rp... | True | Table with Distributed engine join take so much time than mergetree engine - **Describe the bug**
1)`rp_credit_sms_cmcc` is table with Distributed engine,totally 161472025 rows
2)`rp_credit_sms_cmcc_bak` is table with mergetree engine,totally 161472025 rows
3)`rp_credit_access_log` is is table with mergetree ... | non_comp | table with distributed engine join take so much time than mergetree engine describe the bug rp credit sms cmcc is table with distributed engine totally rows rp credit sms cmcc bak is table with mergetree engine totally rows rp credit access log is is table with mergetree engine totally ... | 0 |
596,399 | 18,104,236,710 | IssuesEvent | 2021-09-22 17:20:15 | NOAA-GSL/VxLegacyIngest | https://api.github.com/repos/NOAA-GSL/VxLegacyIngest | closed | Redo acars_RR database to support dieoff curves | Type: Task Priority: High | ---
Author Name: **molly.b.smith** (molly.b.smith)
Original Redmine Issue: 41210, https://vlab.ncep.noaa.gov/redmine/issues/41210
Original Date: 2017-11-21
Original Assignee: molly.b.smith
---
None
| 1.0 | Redo acars_RR database to support dieoff curves - ---
Author Name: **molly.b.smith** (molly.b.smith)
Original Redmine Issue: 41210, https://vlab.ncep.noaa.gov/redmine/issues/41210
Original Date: 2017-11-21
Original Assignee: molly.b.smith
---
None
| non_comp | redo acars rr database to support dieoff curves author name molly b smith molly b smith original redmine issue original date original assignee molly b smith none | 0 |
27,447 | 11,489,483,336 | IssuesEvent | 2020-02-11 15:34:53 | DaniOlivares/test-truffle-oz-tutorial-token | https://api.github.com/repos/DaniOlivares/test-truffle-oz-tutorial-token | opened | WS-2018-0084 (High) detected in sshpk-1.13.0.tgz, sshpk-1.13.1.tgz | security vulnerability | ## WS-2018-0084 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sshpk-1.13.0.tgz</b>, <b>sshpk-1.13.1.tgz</b></p></summary>
<p>
<details><summary><b>sshpk-1.13.0.tgz</b></p></summary... | True | WS-2018-0084 (High) detected in sshpk-1.13.0.tgz, sshpk-1.13.1.tgz - ## WS-2018-0084 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sshpk-1.13.0.tgz</b>, <b>sshpk-1.13.1.tgz</b></p><... | non_comp | ws high detected in sshpk tgz sshpk tgz ws high severity vulnerability vulnerable libraries sshpk tgz sshpk tgz sshpk tgz a library for finding and using ssh public keys library home page a href dependency hierarchy lite server ... | 0 |
21,019 | 32,000,858,890 | IssuesEvent | 2023-09-21 12:12:26 | dosbox-staging/dosbox-staging | https://api.github.com/repos/dosbox-staging/dosbox-staging | reopened | Investigate playability issues with Frontier - First Encounters (1995) | 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 Frontier - First Encounters (1995) - ### 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 f... | comp | investigate playability issues with frontier first encounters 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 tha... | 1 |
7,868 | 10,083,748,119 | IssuesEvent | 2019-07-25 14:17:51 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | Variable assignment inside function is not treated as local | P1 incompatible-change team-Starlark | ### Description of the problem / feature request:
> Assignment statements do not make the LHS identifier local, thus variables declared outside a function are allowed to be assigned inside a function without being treated as local.
### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a... | True | Variable assignment inside function is not treated as local - ### Description of the problem / feature request:
> Assignment statements do not make the LHS identifier local, thus variables declared outside a function are allowed to be assigned inside a function without being treated as local.
### Bugs: what's the... | comp | variable assignment inside function is not treated as local description of the problem feature request assignment statements do not make the lhs identifier local thus variables declared outside a function are allowed to be assigned inside a function without being treated as local bugs what s the... | 1 |
8,500 | 10,519,065,124 | IssuesEvent | 2019-09-29 15:22:21 | CreativeMD/LittleTiles | https://api.github.com/repos/CreativeMD/LittleTiles | closed | BetterPortals compatibility | Compatibility | https://github.com/Johni0702/BetterPortals/issues/225
It appears like both BP and LT replace MC's `ChunkRenderDispatcher`.
BP basically re-implements the `ChunkRenderDispatcher` ([here](https://github.com/Johni0702/BetterPortals/blob/d8072440f0bc336a93c2798cf50c7b3e76f5e285/src/view/kotlin/de/johni0702/minecraft/... | True | BetterPortals compatibility - https://github.com/Johni0702/BetterPortals/issues/225
It appears like both BP and LT replace MC's `ChunkRenderDispatcher`.
BP basically re-implements the `ChunkRenderDispatcher` ([here](https://github.com/Johni0702/BetterPortals/blob/d8072440f0bc336a93c2798cf50c7b3e76f5e285/src/view/... | comp | betterportals compatibility it appears like both bp and lt replace mc s chunkrenderdispatcher bp basically re implements the chunkrenderdispatcher to allow it to be shared by multiple renderglobal instances i e multiple worlds lt afaict seems to only overwrite a single method uploadchun... | 1 |
17,385 | 3,003,911,559 | IssuesEvent | 2015-07-25 11:30:15 | bk79/i2c-gps-nav | https://api.github.com/repos/bk79/i2c-gps-nav | closed | crius multiwii se v2.5 + crius i2c nav modul v1.1 + crius neo-6 gps | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. crius i2c Nav v 1.1 want communicat
What is the expected output? What do you see instead?
in multiwiiConf i get i2c error's from -thousand to +thousand
What version of the product are you using? On what operating system?
crius Multiwii Se v2.5 + crius i2c nav v1.1 + ... | 1.0 | crius multiwii se v2.5 + crius i2c nav modul v1.1 + crius neo-6 gps - ```
What steps will reproduce the problem?
1. crius i2c Nav v 1.1 want communicat
What is the expected output? What do you see instead?
in multiwiiConf i get i2c error's from -thousand to +thousand
What version of the product are you using? On ... | non_comp | crius multiwii se crius nav modul crius neo gps what steps will reproduce the problem crius nav v want communicat what is the expected output what do you see instead in multiwiiconf i get error s from thousand to thousand what version of the product are you using on what ope... | 0 |
11,441 | 13,433,805,255 | IssuesEvent | 2020-09-07 10:22:02 | terasolunaorg/terasoluna-gfw-web-multi-blank | https://api.github.com/repos/terasolunaorg/terasoluna-gfw-web-multi-blank | closed | Reflect:groupId of Oracle JDBC Driver in Maven Central Repository has bean changed. | action: backport action: migration-guide status: consider-in-5.7.0 type: oss-incompatible version: 5.7.0 | ## Original Issue
> Links to the original issues.
- https://github.com/terasolunaorg/terasoluna-gfw-web-blank/issues/436
## Possible Solution
> Please write ideas or candidates of solutions for the problem if you have.
> **If it is an example, please enter a description such as "For example".**
https://medi... | True | Reflect:groupId of Oracle JDBC Driver in Maven Central Repository has bean changed. - ## Original Issue
> Links to the original issues.
- https://github.com/terasolunaorg/terasoluna-gfw-web-blank/issues/436
## Possible Solution
> Please write ideas or candidates of solutions for the problem if you have.
> **If... | comp | reflect groupid of oracle jdbc driver in maven central repository has bean changed original issue links to the original issues possible solution please write ideas or candidates of solutions for the problem if you have if it is an example please enter a description such as for example ... | 1 |
372,531 | 26,007,280,179 | IssuesEvent | 2022-12-20 20:43:44 | DaCasBe/TwitchPy | https://api.github.com/repos/DaCasBe/TwitchPy | opened | Sphinx documentation | documentation | A better documentation is needed, and a good option for getting that is to use Sphinx. | 1.0 | Sphinx documentation - A better documentation is needed, and a good option for getting that is to use Sphinx. | non_comp | sphinx documentation a better documentation is needed and a good option for getting that is to use sphinx | 0 |
14,996 | 18,791,938,494 | IssuesEvent | 2021-11-08 17:42:21 | ricksouth/serilum-mc-mods | https://api.github.com/repos/ricksouth/serilum-mc-mods | closed | kelp won't grow crops, maybe a pam's compatibility issue? | A Bug Mod: Kelp Fertilizer Compatibility issue Modloader: Forge | ## **Information**
Minecraft version: 1.16.5
Forge version: 36.1.3
Environment: Singleplayer and Multiplayer
Mod name: Mod
Mod version: 1.4
## **Description**
The kelp bonemeal works on grass but not on crops. I have not tried uninstalling pam's, because I would rather play with pams than with this mod. Ho... | True | kelp won't grow crops, maybe a pam's compatibility issue? - ## **Information**
Minecraft version: 1.16.5
Forge version: 36.1.3
Environment: Singleplayer and Multiplayer
Mod name: Mod
Mod version: 1.4
## **Description**
The kelp bonemeal works on grass but not on crops. I have not tried uninstalling pam's, ... | comp | kelp won t grow crops maybe a pam s compatibility issue information minecraft version forge version environment singleplayer and multiplayer mod name mod mod version description the kelp bonemeal works on grass but not on crops i have not tried uninstalling pam s be... | 1 |
6,866 | 9,168,533,903 | IssuesEvent | 2019-03-02 23:15:33 | zeit/hyper | https://api.github.com/repos/zeit/hyper | closed | Compatibility with mouse mode in vim/tmux | 👀 Awaiting Response 🤯 Type: Compatibility | I'm thinking this is just a weird consequence of hterm, but I am experiencing some annoying scrolling behavior while inside of neovim.
Not sure if it matters, but I use a magic mouse which uses smooth scrolling.
- Scrolling up to the very top is difficult. As soon as I remove my finger from the magic mouse, it tends t... | True | Compatibility with mouse mode in vim/tmux - I'm thinking this is just a weird consequence of hterm, but I am experiencing some annoying scrolling behavior while inside of neovim.
Not sure if it matters, but I use a magic mouse which uses smooth scrolling.
- Scrolling up to the very top is difficult. As soon as I remov... | comp | compatibility with mouse mode in vim tmux i m thinking this is just a weird consequence of hterm but i am experiencing some annoying scrolling behavior while inside of neovim not sure if it matters but i use a magic mouse which uses smooth scrolling scrolling up to the very top is difficult as soon as i remov... | 1 |
738,316 | 25,552,183,347 | IssuesEvent | 2022-11-30 01:20:08 | NetEase/arctic | https://api.github.com/repos/NetEase/arctic | closed | [Bug]: Cannot execute iceberg procedure in Terminal on AMS Dashboard | type:bug module:ams priority:blocker | ### What happened?
Terminal requires SQL ends with `;`, but iceberg spark extension cannot parse sql with `;`

### Affects Versions
master
### What engines are you seeing the problem on?
... | 1.0 | [Bug]: Cannot execute iceberg procedure in Terminal on AMS Dashboard - ### What happened?
Terminal requires SQL ends with `;`, but iceberg spark extension cannot parse sql with `;`

### Affe... | non_comp | cannot execute iceberg procedure in terminal on ams dashboard what happened terminal requires sql ends with but iceberg spark extension cannot parse sql with affects versions master what engines are you seeing the problem on ams how to reproduce create iceberg catalog a... | 0 |
682,428 | 23,344,736,996 | IssuesEvent | 2022-08-09 16:50:30 | zeek/zeek | https://api.github.com/repos/zeek/zeek | closed | Scope qualifiers fail for types with the same base name | Priority: Low Type: Bug :bug: Area: Scripting | The following code snippet:
```
type r: record { a: count; };
module test;
type r: record { b: string; };
event zeek_init()
{
local x: GLOBAL::r;
x$a = 5;
}
```
produces `line 14: no such field in record (test2::x$a)`. The same thing happens if instead of global scope, ... | 1.0 | Scope qualifiers fail for types with the same base name - The following code snippet:
```
type r: record { a: count; };
module test;
type r: record { b: string; };
event zeek_init()
{
local x: GLOBAL::r;
x$a = 5;
}
```
produces `line 14: no such field in record (test2::x... | non_comp | scope qualifiers fail for types with the same base name the following code snippet type r record a count module test type r record b string event zeek init local x global r x a produces line no such field in record x a ... | 0 |
367,495 | 25,743,663,224 | IssuesEvent | 2022-12-08 08:19:31 | quark-engine/quark-engine | https://api.github.com/repos/quark-engine/quark-engine | opened | Inconsistent format of method names in Quark Script doc | documentation enhancement | **Describe the bug**
When referring to a method or file in the Quark Script showcases, we mark the name with **backticks** to make it easy to distinguish (e.g., `configureJsExecution.json`). However, some showcases in the Quark Script doc don't follow this practice.
For example,
the CWE-94 showcase doesn't mark ... | 1.0 | Inconsistent format of method names in Quark Script doc - **Describe the bug**
When referring to a method or file in the Quark Script showcases, we mark the name with **backticks** to make it easy to distinguish (e.g., `configureJsExecution.json`). However, some showcases in the Quark Script doc don't follow this pr... | non_comp | inconsistent format of method names in quark script doc describe the bug when referring to a method or file in the quark script showcases we mark the name with backticks to make it easy to distinguish e g configurejsexecution json however some showcases in the quark script doc don t follow this pr... | 0 |
233,881 | 7,708,109,210 | IssuesEvent | 2018-05-22 02:53:59 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | Date type variable Problem | Bug Priority/P1 Timezones/Calendars | In this configuration,
- Settings> General> Report Timezone to Asia / Seoul
- MySQL database time zone setting is Asia / Seoul
When I use Date type Variable in Query, subtracted 9 hours.
Is this the intended function?

3. Click on the canvas to close first modal
4. Paste a new modal (cmd + v)
5. Not able to open second modal
6. Observe that Modal is getting created inside a modal in entity explorer
- Version: [Cloud / Self-Hosted vx.... | 2.0 | [Bug] Modal is created inside a Modal widget on copy paste - ### Steps to reproduce the behaviour:
1. Drag and drop a modal widget
2. Copy this modal (cmd + c)
3. Click on the canvas to close first modal
4. Paste a new modal (cmd + v)
5. Not able to open second modal
6. Observe that Modal is getting created inside a m... | non_comp | modal is created inside a modal widget on copy paste steps to reproduce the behaviour drag and drop a modal widget copy this modal cmd c click on the canvas to close first modal paste a new modal cmd v not able to open second modal observe that modal is getting created inside a modal... | 0 |
82,224 | 10,232,438,158 | IssuesEvent | 2019-08-18 17:29:38 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | opened | My plan: CTA on cards rather long at 660px and lesser | Design Plans [Type] Bug | On the https://wordpress.com/plans/my-plan/ page for a paid WordPress.com site, the CTAs are rather long at 660px and lesser. Here is how they look at the moment:
<img width="639" alt="Screenshot 2019-08-18 at 22 57 43" src="https://user-images.githubusercontent.com/18581859/63228070-bb0b0080-c20b-11e9-850d-e0c28d39... | 1.0 | My plan: CTA on cards rather long at 660px and lesser - On the https://wordpress.com/plans/my-plan/ page for a paid WordPress.com site, the CTAs are rather long at 660px and lesser. Here is how they look at the moment:
<img width="639" alt="Screenshot 2019-08-18 at 22 57 43" src="https://user-images.githubuserconten... | non_comp | my plan cta on cards rather long at and lesser on the page for a paid wordpress com site the ctas are rather long at and lesser here is how they look at the moment img width alt screenshot at src they look fine on and above img width alt screenshot at src... | 0 |
3,555 | 6,493,172,579 | IssuesEvent | 2017-08-21 15:57:21 | Cxbx-Reloaded/Cxbx-Reloaded | https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded | closed | Blood Wake sometimes reaches the menu screen with broken graphics now | game-compatibility regression | Blood Wake crashes in latest build, but in version 0.0.1-POC has Intro
1) A new Build two screens progress

And 2 - when I skip
 A new Build two screens progress

And 2 - when I skip
!... | comp | blood wake sometimes reaches the menu screen with broken graphics now blood wake crashes in latest build but in version poc has intro a new build two screens progress and when i skip version poc and finally xbe dump latest version | 1 |
331,445 | 28,964,825,284 | IssuesEvent | 2023-05-10 07:07:00 | hyperledger/aries-vcx | https://api.github.com/repos/hyperledger/aries-vcx | closed | Rewrite integration tests using aries-vcx-agent | tests agents | Currently integration tests are implemented in the aries-vcx/tests module. The implementation is based on Faber and Alice structs/impls. At this point, they are esentially being primitive/less-general version of aries-vcx-agent.
Port aries-vcxs/tests to agents/rust/aries-vcx-agent/tests and take advantage of the same ... | 1.0 | Rewrite integration tests using aries-vcx-agent - Currently integration tests are implemented in the aries-vcx/tests module. The implementation is based on Faber and Alice structs/impls. At this point, they are esentially being primitive/less-general version of aries-vcx-agent.
Port aries-vcxs/tests to agents/rust/ari... | non_comp | rewrite integration tests using aries vcx agent currently integration tests are implemented in the aries vcx tests module the implementation is based on faber and alice structs impls at this point they are esentially being primitive less general version of aries vcx agent port aries vcxs tests to agents rust ari... | 0 |
51,551 | 10,688,813,508 | IssuesEvent | 2019-10-22 19:01:57 | atomist/atomist-sdm | https://api.github.com/repos/atomist/atomist-sdm | opened | Code Inspection: npm audit on atomist/t29e48p34/npm-project-deps/master | bug code-inspection | ### https-proxy-agent:<2.2.3
- _(error)_ [Machine-In-The-Middle](https://npmjs.com/advisories/1184) _Upgrade to version 3.0.0 or 2.2.3._
- `https-proxy-agent:2.2.2`:
- `@atomist/automation-client>https-proxy-agent`
- `@atomist/sdm-pack-issue>@octokit/rest>https-proxy-agent`
- `@google-cloud/storage>@go... | 1.0 | Code Inspection: npm audit on atomist/t29e48p34/npm-project-deps/master - ### https-proxy-agent:<2.2.3
- _(error)_ [Machine-In-The-Middle](https://npmjs.com/advisories/1184) _Upgrade to version 3.0.0 or 2.2.3._
- `https-proxy-agent:2.2.2`:
- `@atomist/automation-client>https-proxy-agent`
- `@atomist/sdm-pa... | non_comp | code inspection npm audit on atomist npm project deps master https proxy agent error upgrade to version or https proxy agent atomist automation client https proxy agent atomist sdm pack issue octokit rest https proxy agent google cloud ... | 0 |
10,500 | 8,960,244,520 | IssuesEvent | 2019-01-28 04:39:24 | katalon-studio/katalon-studio | https://api.github.com/repos/katalon-studio/katalon-studio | opened | Error when recording element having <script> in the body text | bug high support-service | https://katalon.zendesk.com/agent/tickets/154
In the webpage, there are some div having <script> in the body as bellow. After the element is recorded, it caused error in the next recording when KS want to merge elements.
/* <![CDATA[ */
var google_conversion_id = xxx;
var google_custom_params = xxx;
var goo... | 1.0 | Error when recording element having <script> in the body text - https://katalon.zendesk.com/agent/tickets/154
In the webpage, there are some div having <script> in the body as bellow. After the element is recorded, it caused error in the next recording when KS want to merge elements.
/* <![CDATA[ */
var googl... | non_comp | error when recording element having in the body text in the webpage there are some div having in the body as bellow after the element is recorded it caused error in the next recording when ks want to merge elements lt cdata var google conversion id xxx var google custom params xxx v... | 0 |
1,129 | 3,602,153,698 | IssuesEvent | 2016-02-03 14:40:54 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | Reintroduce error on xpass | backward compatibility critical reporting task | We should not provide a half done solution to flaky tests as noted in #814
The correct solution to flaky tests is a plugin with supporting primitives not technical debt in xfail | True | Reintroduce error on xpass - We should not provide a half done solution to flaky tests as noted in #814
The correct solution to flaky tests is a plugin with supporting primitives not technical debt in xfail | comp | reintroduce error on xpass we should not provide a half done solution to flaky tests as noted in the correct solution to flaky tests is a plugin with supporting primitives not technical debt in xfail | 1 |
214,689 | 16,574,671,241 | IssuesEvent | 2021-05-31 01:23:21 | AleoHQ/snarkVM | https://api.github.com/repos/AleoHQ/snarkVM | closed | [Docs] Error connecting to https://snarkvm.org (http works) | documentation | ## 📚 Documentation
<!--
Did you find a mistake in the snarkVM documentation?
Is there documentation about snarkVM that's missing?
-->
> _An error occurred during a connection to snarkvm.org. PR_END_OF_FILE_ERROR._
This is from Firefox. Similar error using Chrome.
Link works (redirects back to ... | 1.0 | [Docs] Error connecting to https://snarkvm.org (http works) - ## 📚 Documentation
<!--
Did you find a mistake in the snarkVM documentation?
Is there documentation about snarkVM that's missing?
-->
> _An error occurred during a connection to snarkvm.org. PR_END_OF_FILE_ERROR._
This is from Firefox.... | non_comp | error connecting to http works 📚 documentation did you find a mistake in the snarkvm documentation is there documentation about snarkvm that s missing an error occurred during a connection to snarkvm org pr end of file error this is from firefox similar error using ch... | 0 |
8,661 | 10,595,391,258 | IssuesEvent | 2019-10-09 18:52:47 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | new network stack in 2.1 and authentication via internet explorer? | area-System.Net.Http enhancement os-windows tenet-compatibility | # Authentication via Internet explorer
Previous versions of netcore (pre 2.1) and the full framework allow us to access restricted URL's as long as the credentials have been saved in the internet explorer.
Since 2.1 you have to use ` DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=false` in order to opt-in into the ... | True | new network stack in 2.1 and authentication via internet explorer? - # Authentication via Internet explorer
Previous versions of netcore (pre 2.1) and the full framework allow us to access restricted URL's as long as the credentials have been saved in the internet explorer.
Since 2.1 you have to use ` DOTNET_SYST... | comp | new network stack in and authentication via internet explorer authentication via internet explorer previous versions of netcore pre and the full framework allow us to access restricted url s as long as the credentials have been saved in the internet explorer since you have to use dotnet syst... | 1 |
20,465 | 3,599,914,712 | IssuesEvent | 2016-02-03 01:45:11 | inaturalist/inaturalist | https://api.github.com/repos/inaturalist/inaturalist | closed | Observation Search Filter Improvements | design improvements in progress | - [x] Please capitalize all the labels in the Ob Search filters. For example, "has photos" should be "Has Photos"
These dropdown selections need capitalization too...

...and this section title...
![image]... | 1.0 | Observation Search Filter Improvements - - [x] Please capitalize all the labels in the Ob Search filters. For example, "has photos" should be "Has Photos"
These dropdown selections need capitalization too...

Disabling the HTTPS filtering for this app in the Apps management section and restarting the protection helped. The app: [link](https://play.google.com/store/apps/details?id=com.kaspersky.safekids&hl=ru). | True | Kaspersky SafeKids app - HTTPS filtering compatiblity issue - 
Disabling the HTTPS filtering for this app in the Apps management section and restarting the protection helped. The app: [link](https://play.go... | comp | kaspersky safekids app https filtering compatiblity issue disabling the https filtering for this app in the apps management section and restarting the protection helped the app | 1 |
10,310 | 12,297,230,960 | IssuesEvent | 2020-05-11 08:29:02 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Diff regexp matching result with MySQL 5.7 on multi-byte charsets | type/compatibility | For example:
```
''' TiDB '''
mysql> select version();
+---------------------------------------------+
| version() |
+---------------------------------------------+
| 5.7.10-TiDB-v2.0.0-rc.4-248-g25d7d74d-dirty |
+---------------------------------------------+
1 row in set (0.... | True | Diff regexp matching result with MySQL 5.7 on multi-byte charsets - For example:
```
''' TiDB '''
mysql> select version();
+---------------------------------------------+
| version() |
+---------------------------------------------+
| 5.7.10-TiDB-v2.0.0-rc.4-248-g25d7d74d-dirty ... | comp | diff regexp matching result with mysql on multi byte charsets for example tidb mysql select version version tidb rc dirty ... | 1 |
11,757 | 13,878,876,397 | IssuesEvent | 2020-10-17 11:50:48 | rimworld-frontierdevelopment/Shields | https://api.github.com/repos/rimworld-frontierdevelopment/Shields | closed | Combat Extended enhancements | compatibility enhancement | - [ ] Simulate mortar explosion by blocking fragments
- [x] Apply secondary damage types to shields
- [x] Factor in AP to damage calculations
- [x] Calculate overhead impact in 3D
- [ ] 3D projectiles make impact graphic when impacting on top of a shield | True | Combat Extended enhancements - - [ ] Simulate mortar explosion by blocking fragments
- [x] Apply secondary damage types to shields
- [x] Factor in AP to damage calculations
- [x] Calculate overhead impact in 3D
- [ ] 3D projectiles make impact graphic when impacting on top of a shield | comp | combat extended enhancements simulate mortar explosion by blocking fragments apply secondary damage types to shields factor in ap to damage calculations calculate overhead impact in projectiles make impact graphic when impacting on top of a shield | 1 |
405,140 | 11,868,458,978 | IssuesEvent | 2020-03-26 09:13:57 | containrrr/watchtower | https://api.github.com/repos/containrrr/watchtower | closed | Docker image could maybe not be the absolute bare minimum? | Priority: Low Status: Available Type: Enhancement | I know its popular to be minimalistic but its not like watchtower is suppose to run in many instances.
We could have nice things when its not trying to be under 5MB
we could exec in to shell
we could have localtimezone from TZ variable
...
anyway, maybe its just mine issue where I cant exec in to it, but I a... | 1.0 | Docker image could maybe not be the absolute bare minimum? - I know its popular to be minimalistic but its not like watchtower is suppose to run in many instances.
We could have nice things when its not trying to be under 5MB
we could exec in to shell
we could have localtimezone from TZ variable
...
anyway, ... | non_comp | docker image could maybe not be the absolute bare minimum i know its popular to be minimalistic but its not like watchtower is suppose to run in many instances we could have nice things when its not trying to be under we could exec in to shell we could have localtimezone from tz variable anyway ma... | 0 |
557,584 | 16,512,351,547 | IssuesEvent | 2021-05-26 06:33:03 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | closed | [Додати локацію] The 'Назва' field doesn't have restrictions on entered characters | Priority: Low bug | **Environment:** Windows, Google Chrome 88.0.4324.190 (64-bit).
**Reproducible:** always.
**Build found:** last commit from https://speak-ukrainian.org.ua/dev/clubs
**Steps to reproduce**
1. Go to https://speak-ukrainian.org.ua/dev/
2. Click on 'Додати гурток' button on the main page
3. Fill/choose all mandat... | 1.0 | [Додати локацію] The 'Назва' field doesn't have restrictions on entered characters - **Environment:** Windows, Google Chrome 88.0.4324.190 (64-bit).
**Reproducible:** always.
**Build found:** last commit from https://speak-ukrainian.org.ua/dev/clubs
**Steps to reproduce**
1. Go to https://speak-ukrainian.org.ua... | non_comp | the назва field doesn t have restrictions on entered characters environment windows google chrome bit reproducible always build found last commit from steps to reproduce go to click on додати гурток button on the main page fill choose all mandatory parame... | 0 |
9,976 | 11,962,966,279 | IssuesEvent | 2020-04-05 14:20:43 | SakuraKoi/BedwarsXP | https://api.github.com/repos/SakuraKoi/BedwarsXP | closed | BWXP2.0 与 BedwarsItemShop 1.0 不兼容 | Compatibility | 当我把 BWXP 1.7 插件替换为 2.0 时, `Server thread` throw 出了一个 `EventException` 和一个 `NoSuchMethodError`.
替换后我没有更改任何配置, 在 BWXP 插件的配置目录下产生了两个新文件 `language.yml` 和 `language-en.yml`.
我试过将 BWRel, BWXP, BWIS 三个插件依次 reload, 以及删除所有配置文件后重新 `bwxp enable Game`, 还是会报这两个错误.
我将插件重新换回 1.7 时, 没有报错
使用 2.0 版插件但是删除 bwis 插件后, 没有报错
错误... | True | BWXP2.0 与 BedwarsItemShop 1.0 不兼容 - 当我把 BWXP 1.7 插件替换为 2.0 时, `Server thread` throw 出了一个 `EventException` 和一个 `NoSuchMethodError`.
替换后我没有更改任何配置, 在 BWXP 插件的配置目录下产生了两个新文件 `language.yml` 和 `language-en.yml`.
我试过将 BWRel, BWXP, BWIS 三个插件依次 reload, 以及删除所有配置文件后重新 `bwxp enable Game`, 还是会报这两个错误.
我将插件重新换回 1.7 时, 没有报错
... | comp | 与 bedwarsitemshop 不兼容 当我把 bwxp 插件替换为 时 server thread throw 出了一个 eventexception 和一个 nosuchmethoderror 替换后我没有更改任何配置 在 bwxp 插件的配置目录下产生了两个新文件 language yml 和 language en yml 我试过将 bwrel bwxp bwis 三个插件依次 reload 以及删除所有配置文件后重新 bwxp enable game 还是会报这两个错误 我将插件重新换回 时 没有报错 使用 ... | 1 |
42,235 | 12,883,501,873 | IssuesEvent | 2020-07-12 22:33:00 | SacleuxBenoit/test-nodejs | https://api.github.com/repos/SacleuxBenoit/test-nodejs | opened | CVE-2020-7693 (Medium) detected in sockjs-0.3.19.tgz | security vulnerability | ## CVE-2020-7693 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary>
<p>SockJS-node is a server counterpart of SockJS-client a JavaScript library that... | True | CVE-2020-7693 (Medium) detected in sockjs-0.3.19.tgz - ## CVE-2020-7693 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary>
<p>SockJS-node is a server... | non_comp | cve medium detected in sockjs tgz cve medium severity vulnerability vulnerable library sockjs tgz sockjs node is a server counterpart of sockjs client a javascript library that provides a websocket like object in the browser sockjs gives you a coherent cross browser javascrip... | 0 |
408,567 | 11,949,112,267 | IssuesEvent | 2020-04-03 13:07:55 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | PFAcct: Unreg node on accounting not working | Priority: High Type: Bug | ````
Apr 3 08:50:26 cluster1 packetfence_httpd.aaa: httpd.aaa(8723) INFO: [mac:00:e0:4c:68:09:e3] handling radius autz request: from switch_ip => (192.168.126.253), connection_type => Ethernet-NoEAP,switch_mac => (5c:50:15:c2:eb:0b), mac => [00:e0:4c:68:09:e3], port => 10111, username => "00e04c6809e3" (pf::radius:... | 1.0 | PFAcct: Unreg node on accounting not working - ````
Apr 3 08:50:26 cluster1 packetfence_httpd.aaa: httpd.aaa(8723) INFO: [mac:00:e0:4c:68:09:e3] handling radius autz request: from switch_ip => (192.168.126.253), connection_type => Ethernet-NoEAP,switch_mac => (5c:50:15:c2:eb:0b), mac => [00:e0:4c:68:09:e3], port =>... | non_comp | pfacct unreg node on accounting not working apr packetfence httpd aaa httpd aaa info handling radius autz request from switch ip connection type ethernet noeap switch mac eb mac port username pf radius authorize apr packet... | 0 |
8,196 | 10,277,059,049 | IssuesEvent | 2019-08-24 23:54:49 | SpongePowered/SpongeForge | https://api.github.com/repos/SpongePowered/SpongeForge | closed | Rideable entity bug - Thaumic Arcana & ForgeLin | status: accepted system: entity system: network type: mod incompatibility version: 1.12 | **I am currently running**
- SpongeForge version: **spongeforge-1.12.2-2768-7.1.5***
- Forge version: **forge-1.12.2-14.23.5.2780-universal***
- Java version: **Java 8**
- Operating System: **Windows 10**
- Plugins/Mods: **Baubles-1.12-1.5.2** // **DummyCoreUnofficial-2.4.112.5** // **Forgelin-1.8.2** // **Tha... | True | Rideable entity bug - Thaumic Arcana & ForgeLin - **I am currently running**
- SpongeForge version: **spongeforge-1.12.2-2768-7.1.5***
- Forge version: **forge-1.12.2-14.23.5.2780-universal***
- Java version: **Java 8**
- Operating System: **Windows 10**
- Plugins/Mods: **Baubles-1.12-1.5.2** // **DummyCoreUno... | comp | rideable entity bug thaumic arcana forgelin i am currently running spongeforge version spongeforge forge version forge universal java version java operating system windows plugins mods baubles dummycoreunofficial ... | 1 |
48,381 | 20,120,444,039 | IssuesEvent | 2022-02-08 01:19:40 | openinfradev/decapod-issues | https://api.github.com/repos/openinfradev/decapod-issues | closed | [Dev] cluster-autoscaler를 사용한 워커 노드 자동 확장 지원 | type: kubernetes type: tks-service In Sprint | ### Describe the Story
- cluster-autoscaler를 사용하여 워커 노드 자동 확장을 지원
- cluster-autoscaler를 사용자 클러스터에 설치하도록 한다
### Acceptance criteria (Validation Scenario)
- 가용 자원 미달로 Pending POD 발생 시 노드 확장 수행
- 가용 자원 여유 등 기준 충족 시 노드 축소 수행
### Additional information (Optional)
| 1.0 | [Dev] cluster-autoscaler를 사용한 워커 노드 자동 확장 지원 - ### Describe the Story
- cluster-autoscaler를 사용하여 워커 노드 자동 확장을 지원
- cluster-autoscaler를 사용자 클러스터에 설치하도록 한다
### Acceptance criteria (Validation Scenario)
- 가용 자원 미달로 Pending POD 발생 시 노드 확장 수행
- 가용 자원 여유 등 기준 충족 시 노드 축소 수행
### Additional information (Optional)
| non_comp | cluster autoscaler를 사용한 워커 노드 자동 확장 지원 describe the story cluster autoscaler를 사용하여 워커 노드 자동 확장을 지원 cluster autoscaler를 사용자 클러스터에 설치하도록 한다 acceptance criteria validation scenario 가용 자원 미달로 pending pod 발생 시 노드 확장 수행 가용 자원 여유 등 기준 충족 시 노드 축소 수행 additional information optional | 0 |
17,425 | 24,040,341,487 | IssuesEvent | 2022-09-16 00:37:06 | opensrp/web | https://api.github.com/repos/opensrp/web | opened | [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
- [ ] Hide the Type field from the Team creation page.
- [ ] The type population will now be abst... | 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
- [ ] Hide the Type field from the Team creation... | 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 |
346,569 | 24,887,014,372 | IssuesEvent | 2022-10-28 08:39:42 | harness-software/wp-graphql-gravity-forms | https://api.github.com/repos/harness-software/wp-graphql-gravity-forms | closed | Unclear Documentation : List fields | type: enhancement ⚡ scope: documentation 📚 status: needs discussion 💬 | ### Description
https://github.com/harness-software/wp-graphql-gravity-forms/blob/develop/docs/submitting-forms.md
If you see the example of listvalues implementation, the value inside List values is not an array of objects but a singular objects,
I am sure it has to be a list of objects, which each object repre... | 1.0 | Unclear Documentation : List fields - ### Description
https://github.com/harness-software/wp-graphql-gravity-forms/blob/develop/docs/submitting-forms.md
If you see the example of listvalues implementation, the value inside List values is not an array of objects but a singular objects,
I am sure it has to be a l... | non_comp | unclear documentation list fields description if you see the example of listvalues implementation the value inside list values is not an array of objects but a singular objects i am sure it has to be a list of objects which each object representing a row and inside the rowvalues you have the colum... | 0 |
17,715 | 24,425,552,244 | IssuesEvent | 2022-10-06 02:09:28 | KSP-CKAN/NetKAN | https://api.github.com/repos/KSP-CKAN/NetKAN | closed | TUFX 1.0.5 is not compatible with older KSP versions | Fix compatibility |
```yaml
spec_version: v1.16
identifier: TUFX
name: TUFX
abstract: Post-processing FX for KSP
author:
- shadowmage45,JonnyOThan
license: GPL-3.0
download: >-
https://github.com/shadowmage45/TUFX/releases/download/1.0.5.0/TUFX-1.0.5.0.zip
version: 1.0.5.0
$vref: '#/ckan/ksp-avc'
resources:
bugtracker... | True | TUFX 1.0.5 is not compatible with older KSP versions -
```yaml
spec_version: v1.16
identifier: TUFX
name: TUFX
abstract: Post-processing FX for KSP
author:
- shadowmage45,JonnyOThan
license: GPL-3.0
download: >-
https://github.com/shadowmage45/TUFX/releases/download/1.0.5.0/TUFX-1.0.5.0.zip
version: 1.0... | comp | tufx is not compatible with older ksp versions yaml spec version identifier tufx name tufx abstract post processing fx for ksp author jonnyothan license gpl download version vref ckan ksp avc resources bugtracker homepage repository ... | 1 |
13,782 | 16,507,241,575 | IssuesEvent | 2021-05-25 20:58:45 | angular/angular | https://api.github.com/repos/angular/angular | closed | Be more accurate in minimal supported browser versions | P5 comp: docs docsarea: compatibility | # 📚 Docs or angular.io bug report
### Description
The supported browser versions listed [here](https://github.com/angular/angular/edit/master/aio/content/guide/browser-support.md) aren't that much accurate and make hard the explanations to bring to the client if it needs to upgrade each collaborator's browser.
... | True | Be more accurate in minimal supported browser versions - # 📚 Docs or angular.io bug report
### Description
The supported browser versions listed [here](https://github.com/angular/angular/edit/master/aio/content/guide/browser-support.md) aren't that much accurate and make hard the explanations to bring to the cli... | comp | be more accurate in minimal supported browser versions 📚 docs or angular io bug report description the supported browser versions listed aren t that much accurate and make hard the explanations to bring to the client if it needs to upgrade each collaborator s browser 🔬 minimal reproduction... | 1 |
17,019 | 10,591,825,044 | IssuesEvent | 2019-10-09 11:48:07 | cityofaustin/atd-geospatial | https://api.github.com/repos/cityofaustin/atd-geospatial | closed | GIS Support AGOL Web Map Access - J. Meyer | Impact: 3-Minor Service: Geo Type: IT Support Workgroup: VZ | - Joel created a Web Mapping Application for internal ATD users. Curtis could not access the Web App. I check all the groups that Joel shared the data, map, and app with and Curtis was not in any of the groups. Added him to COA_ATD.
- That fixed the problem as Curtis can now access the map. | 1.0 | GIS Support AGOL Web Map Access - J. Meyer - - Joel created a Web Mapping Application for internal ATD users. Curtis could not access the Web App. I check all the groups that Joel shared the data, map, and app with and Curtis was not in any of the groups. Added him to COA_ATD.
- That fixed the problem as Curtis can no... | non_comp | gis support agol web map access j meyer joel created a web mapping application for internal atd users curtis could not access the web app i check all the groups that joel shared the data map and app with and curtis was not in any of the groups added him to coa atd that fixed the problem as curtis can no... | 0 |
19,485 | 27,054,520,979 | IssuesEvent | 2023-02-13 15:20:09 | Cheos137/ArmorpointsPlusplus | https://api.github.com/repos/Cheos137/ArmorpointsPlusplus | opened | [raised] incompatible | fabric compatibility | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using the latest version currently available?
- [X] I am using the latest version currently available
### Mod name/version/id
Raised/fabric-1.19.3-1.2.0/raised
### Link
https://github.com/yurisuika/Raised
### Alternat... | True | [raised] incompatible - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using the latest version currently available?
- [X] I am using the latest version currently available
### Mod name/version/id
Raised/fabric-1.19.3-1.2.0/raised
### Link
https://github.com/yurisu... | comp | incompatible is there an existing issue for this i have searched the existing issues are you using the latest version currently available i am using the latest version currently available mod name version id raised fabric raised link alternatives no response ... | 1 |
454,754 | 13,107,190,080 | IssuesEvent | 2020-08-04 14:55:09 | mozilla/addons-code-manager | https://api.github.com/repos/mozilla/addons-code-manager | closed | Remove link to legacy file viewer | priority: p3 | We are ready to sunset the legacy file viewer. As a first step, let's remove the link from code-manager. | 1.0 | Remove link to legacy file viewer - We are ready to sunset the legacy file viewer. As a first step, let's remove the link from code-manager. | non_comp | remove link to legacy file viewer we are ready to sunset the legacy file viewer as a first step let s remove the link from code manager | 0 |
8,783 | 10,732,308,133 | IssuesEvent | 2019-10-28 21:32:51 | ldtteam/minecolonies | https://api.github.com/repos/ldtteam/minecolonies | closed | [Compatibility] Extend the ItemStorage system to enable use of OreDictionary and NBT Specific storage. | Compatibility: Forge | _Current Situation:_
I am guessing to circumvent the fact that two ItemStacks instances are not comparable by the standard means Minecolonies uses a class called `ItemStorage` to track which kind of stacks to keep and which to drop.
This system works for things that only depend on Items and Metadata. However there ar... | True | [Compatibility] Extend the ItemStorage system to enable use of OreDictionary and NBT Specific storage. - _Current Situation:_
I am guessing to circumvent the fact that two ItemStacks instances are not comparable by the standard means Minecolonies uses a class called `ItemStorage` to track which kind of stacks to keep ... | comp | extend the itemstorage system to enable use of oredictionary and nbt specific storage current situation i am guessing to circumvent the fact that two itemstacks instances are not comparable by the standard means minecolonies uses a class called itemstorage to track which kind of stacks to keep and which to d... | 1 |
3,205 | 6,135,248,210 | IssuesEvent | 2017-06-26 04:38:27 | tastybento/ASkyBlock-Bugs-N-Features | https://api.github.com/repos/tastybento/ASkyBlock-Bugs-N-Features | closed | Killing exploit | Exploit Incompatibility with another plugin | If a server is using McMMO, a player can kill other players even on their own island by using potions created by Alchemy in McMMO, such as the Potion of Hunger or potion of decay (gives wither effect).
[From Fluxty via Spigot] | True | Killing exploit - If a server is using McMMO, a player can kill other players even on their own island by using potions created by Alchemy in McMMO, such as the Potion of Hunger or potion of decay (gives wither effect).
[From Fluxty via Spigot] | comp | killing exploit if a server is using mcmmo a player can kill other players even on their own island by using potions created by alchemy in mcmmo such as the potion of hunger or potion of decay gives wither effect | 1 |
9,656 | 11,725,616,053 | IssuesEvent | 2020-03-10 13:16:28 | csf-dev/CSF.Utils | https://api.github.com/repos/csf-dev/CSF.Utils | closed | Split prime factoriser up into a prime number generator (which is backed by an interface) and the factoriser | breaks-compatibility enhancement | These are two different concerns. The factoriser and the prime generator should be split up.
Note that this would be a breaking change. | True | Split prime factoriser up into a prime number generator (which is backed by an interface) and the factoriser - These are two different concerns. The factoriser and the prime generator should be split up.
Note that this would be a breaking change. | comp | split prime factoriser up into a prime number generator which is backed by an interface and the factoriser these are two different concerns the factoriser and the prime generator should be split up note that this would be a breaking change | 1 |
71,724 | 23,775,870,189 | IssuesEvent | 2022-09-01 20:52:54 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | opened | [🐛 Bug]: XPATH div[10+] cannot retrieve text. | I-defect needs-triaging | ### What happened?
When retrieving absolute and relative XPATH nodes, a div greater than 9 will return an empty text value.
### How can we reproduce the issue?
```shell
driver = webdriver.Chrome(options=options, service=Service(ChromeDriverManager().install()))
driver.get("https://www.cntower.ca/lighting-schedule... | 1.0 | [🐛 Bug]: XPATH div[10+] cannot retrieve text. - ### What happened?
When retrieving absolute and relative XPATH nodes, a div greater than 9 will return an empty text value.
### How can we reproduce the issue?
```shell
driver = webdriver.Chrome(options=options, service=Service(ChromeDriverManager().install()))
dri... | non_comp | xpath div cannot retrieve text what happened when retrieving absolute and relative xpath nodes a div greater than will return an empty text value how can we reproduce the issue shell driver webdriver chrome options options service service chromedrivermanager install driver get ... | 0 |
2,675 | 5,415,650,120 | IssuesEvent | 2017-03-01 22:07:29 | Polymer/polymer | https://api.github.com/repos/Polymer/polymer | closed | In Safari 9, click events on nested elements do not propagate to parent | 1.x-2.x compatibility 2.x p1 | ### Description
In Safari 9 (tested using polyserve transpilation), if I click on the `<iron-icon>` inside `<paper-icon-button>`, then the event listener added by `addEventListener('click', handler)` is not run. However, it does run if any of the following is done:
- Setting `pointer-events: none` on `<iron-icon>`
... | True | In Safari 9, click events on nested elements do not propagate to parent - ### Description
In Safari 9 (tested using polyserve transpilation), if I click on the `<iron-icon>` inside `<paper-icon-button>`, then the event listener added by `addEventListener('click', handler)` is not run. However, it does run if any of th... | comp | in safari click events on nested elements do not propagate to parent description in safari tested using polyserve transpilation if i click on the inside then the event listener added by addeventlistener click handler is not run however it does run if any of the following is done se... | 1 |
5,280 | 7,803,331,489 | IssuesEvent | 2018-06-10 22:32:08 | kopischke/unite-spell-suggest | https://api.github.com/repos/kopischke/unite-spell-suggest | closed | Underscore source name conflicts with NeoBundle lazy loading | bug compatibility wontfix | I have remapped `z=` to `:Unite spell_suggest`. This worked well until a few weeks ago. I am not sure whether Unite itself changed or this source, but now, calling `z=` results in:
```
[unite.vim] Invalid source name "spell_suggest" is detected. ... | True | Underscore source name conflicts with NeoBundle lazy loading - I have remapped `z=` to `:Unite spell_suggest`. This worked well until a few weeks ago. I am not sure whether Unite itself changed or this source, but now, calling `z=` results in:
```
[unite.vim] Invalid source name "spell_suggest" is detected. ... | comp | underscore source name conflicts with neobundle lazy loading i have remapped z to unite spell suggest this worked well until a few weeks ago i am not sure whether unite itself changed or this source but now calling z results in invalid source name spell suggest is detected ... | 1 |
11,574 | 13,614,293,544 | IssuesEvent | 2020-09-23 13:04:12 | rsalmei/alive-progress | https://api.github.com/repos/rsalmei/alive-progress | reopened | bar() always prints current number | help wanted windows compatibility | Hi,
I just installed your lib, it's great. Unfortunately I have an issue, which I can't explain.
I used your same code:
```python
with alive_bar(1000) as bar:
for i in range(1000):
if i % 300 == 0:
print('found!')
time.sleep(0.01)
bar()
```
... | True | bar() always prints current number - Hi,
I just installed your lib, it's great. Unfortunately I have an issue, which I can't explain.
I used your same code:
```python
with alive_bar(1000) as bar:
for i in range(1000):
if i % 300 == 0:
print('found!')
time.... | comp | bar always prints current number hi i just installed your lib it s great unfortunately i have an issue which i can t explain i used your same code python with alive bar as bar for i in range if i print found time sleep ... | 1 |
60,405 | 6,690,300,286 | IssuesEvent | 2017-10-09 08:33:29 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | DistributedDatastructuresMetricsTest Failures | Team: Core Type: Test-Failure | **testReplicatedMap**
**testNearCache**
**testTopic**
**testExecutor**
```
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at com.hazelcast.internal.diagnostics.DistributedDatastructuresMet... | 1.0 | DistributedDatastructuresMetricsTest Failures - **testReplicatedMap**
**testNearCache**
**testTopic**
**testExecutor**
```
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at com.hazelcast.i... | non_comp | distributeddatastructuresmetricstest failures testreplicatedmap testnearcache testtopic testexecutor java lang assertionerror null at org junit assert fail assert java at org junit assert asserttrue assert java at org junit assert asserttrue assert java at com hazelcast inte... | 0 |
100,249 | 21,193,870,088 | IssuesEvent | 2022-04-08 20:53:28 | WordPress/openverse-catalog | https://api.github.com/repos/WordPress/openverse-catalog | closed | Handle string result from aws_s3 table import | 🟥 priority: critical 🛠 goal: fix 💻 aspect: code 🐍 tech: python | ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
We received this error in production when running the new reporting task added in #442
```
[... | 1.0 | Handle string result from aws_s3 table import - ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
We received this error in production when run... | non_comp | handle string result from aws table import description we received this error in production when running the new reporting task added in taskinstance py error task failed with exception traceback most recent call last file usr local airflow local lib site packages airflow models t... | 0 |
46,178 | 13,055,863,658 | IssuesEvent | 2020-07-30 02:57:42 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | Embedding python with in c++ app with libicetray fails (Trac #696) | IceTray Incomplete Migration Migrated from Trac defect | Migrated from https://code.icecube.wisc.edu/ticket/696
```json
{
"status": "closed",
"changetime": "2012-11-02T16:06:08",
"description": "I am creating a C++ application that embeds the python interpreter, with the intention of providing an interactive python shell as part of the app. This app will link ... | 1.0 | Embedding python with in c++ app with libicetray fails (Trac #696) - Migrated from https://code.icecube.wisc.edu/ticket/696
```json
{
"status": "closed",
"changetime": "2012-11-02T16:06:08",
"description": "I am creating a C++ application that embeds the python interpreter, with the intention of providing... | non_comp | embedding python with in c app with libicetray fails trac migrated from json status closed changetime description i am creating a c application that embeds the python interpreter with the intention of providing an interactive python shell as part of the app t... | 0 |
16,587 | 22,635,902,199 | IssuesEvent | 2022-06-30 18:57:07 | ThinkInvis/RoR2-TinkersSatchel | https://api.github.com/repos/ThinkInvis/RoR2-TinkersSatchel | closed | {Classic Items / Ancient Scepter} Mostly-Tame Mimic can reroll Ancient Scepters | question unconfirmed-bug compatibility | ### Describe the Bug
If a mostly-tame mimic rolls as an Ancient Scepter, the item will detect a stack higher than one, and reroll one of them- however, since you only truly have one scepter, this will reroll the one scepter that you have, removing it.
### To Reproduce
Steps to reproduce the behavior:
1. Obtain an... | True | {Classic Items / Ancient Scepter} Mostly-Tame Mimic can reroll Ancient Scepters - ### Describe the Bug
If a mostly-tame mimic rolls as an Ancient Scepter, the item will detect a stack higher than one, and reroll one of them- however, since you only truly have one scepter, this will reroll the one scepter that you have... | comp | classic items ancient scepter mostly tame mimic can reroll ancient scepters describe the bug if a mostly tame mimic rolls as an ancient scepter the item will detect a stack higher than one and reroll one of them however since you only truly have one scepter this will reroll the one scepter that you have... | 1 |
1,350 | 3,873,381,521 | IssuesEvent | 2016-04-11 16:46:08 | semperfiwebdesign/all-in-one-seo-pack | https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack | opened | check for conflicting or redundant software | Compatibility | When we detect conflicting software activated (other SEO plugins, themes with SEO, the woocommerce addon that doesn't add anything, etc) we should offer to disable their features, deactivate, or import as appropriate. | True | check for conflicting or redundant software - When we detect conflicting software activated (other SEO plugins, themes with SEO, the woocommerce addon that doesn't add anything, etc) we should offer to disable their features, deactivate, or import as appropriate. | comp | check for conflicting or redundant software when we detect conflicting software activated other seo plugins themes with seo the woocommerce addon that doesn t add anything etc we should offer to disable their features deactivate or import as appropriate | 1 |
33,633 | 12,216,777,810 | IssuesEvent | 2020-05-01 15:49:49 | OSWeekends/batimagen | https://api.github.com/repos/OSWeekends/batimagen | opened | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz | security vulnerability | ## CVE-2020-7598 - Medium 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-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p>... | True | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz - ## CVE-2020-7598 - Medium 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-1.2.... | non_comp | cve medium detected in minimist tgz minimist tgz cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file tmp ws scm batimagen pa... | 0 |
20,560 | 30,500,361,107 | IssuesEvent | 2023-07-18 13:36:07 | woocommerce/woocommerce-paypal-payments | https://api.github.com/repos/woocommerce/woocommerce-paypal-payments | closed | Incompatibility with WooCommerce Bookings and PayPal Payments on the Product Page (895) | woo-compatibility | ### Describe the Bug
With Bookings and PayPal Payments installed and configured, you can activate PayPal buttons on the Bookable Product Page.
However, if you click the PayPal button on the Bookable product page directly you see an error,
"Something went wrong. Please try again or choose another payment source."... | True | Incompatibility with WooCommerce Bookings and PayPal Payments on the Product Page (895) - ### Describe the Bug
With Bookings and PayPal Payments installed and configured, you can activate PayPal buttons on the Bookable Product Page.
However, if you click the PayPal button on the Bookable product page directly you... | comp | incompatibility with woocommerce bookings and paypal payments on the product page describe the bug with bookings and paypal payments installed and configured you can activate paypal buttons on the bookable product page however if you click the paypal button on the bookable product page directly you s... | 1 |
5,516 | 7,976,979,979 | IssuesEvent | 2018-07-17 14:12:06 | reactstrap/reactstrap | https://api.github.com/repos/reactstrap/reactstrap | closed | It should be possible to change the trigger for UncontrolledTooltip | BS compatibility PR Welcome enhancement help wanted | ### Issue description
- components: `UncontrolledTooltip`
- reactstrap version `6.0.1`
- react version `16.3.2`
- bootstrap version `^4.1.1`
### What is happening?
It is not possible to change the trigger of the UncontrolledTooltip. It is always **hover**
### What should be happening?
It should be poss... | True | It should be possible to change the trigger for UncontrolledTooltip - ### Issue description
- components: `UncontrolledTooltip`
- reactstrap version `6.0.1`
- react version `16.3.2`
- bootstrap version `^4.1.1`
### What is happening?
It is not possible to change the trigger of the UncontrolledTooltip. It is... | comp | it should be possible to change the trigger for uncontrolledtooltip issue description components uncontrolledtooltip reactstrap version react version bootstrap version what is happening it is not possible to change the trigger of the uncontrolledtooltip it is ... | 1 |
3,878 | 6,726,596,822 | IssuesEvent | 2017-10-17 10:26:39 | yarnpkg/yarn | https://api.github.com/repos/yarnpkg/yarn | closed | Support --registry flag from CLI commands | bug-configuration cat-compatibility cat-enhancement good first issue help wanted triaged | <!-- *Before creating an issue please make sure you are using the latest version of yarn.* -->
**Do you want to request a _feature_ or report a _bug_?**
yes, feature
**What is the current behavior?**
Only global config is available for setting registry
**What is the expected behavior?**
yarg add/install --registr... | True | Support --registry flag from CLI commands - <!-- *Before creating an issue please make sure you are using the latest version of yarn.* -->
**Do you want to request a _feature_ or report a _bug_?**
yes, feature
**What is the current behavior?**
Only global config is available for setting registry
**What is the expe... | comp | support registry flag from cli commands do you want to request a feature or report a bug yes feature what is the current behavior only global config is available for setting registry what is the expected behavior yarg add install registry works please mention your node js yarn an... | 1 |
766,723 | 26,896,155,904 | IssuesEvent | 2023-02-06 12:34:53 | YangCatalog/backend | https://api.github.com/repos/YangCatalog/backend | closed | YANG Search reports `max_hits: true` even if some or all hits were filtered out by the `sub-search` field | bug Priority: Medium | Filters in the `sub-search` field (from advanced options on the frontend) are applied by filtering results received from ES. This means that the number of results sent to the frontend can be different from the number of hits reported by ES.
The response should always be a full page of hits where possible, and `max_hit... | 1.0 | YANG Search reports `max_hits: true` even if some or all hits were filtered out by the `sub-search` field - Filters in the `sub-search` field (from advanced options on the frontend) are applied by filtering results received from ES. This means that the number of results sent to the frontend can be different from the nu... | non_comp | yang search reports max hits true even if some or all hits were filtered out by the sub search field filters in the sub search field from advanced options on the frontend are applied by filtering results received from es this means that the number of results sent to the frontend can be different from the nu... | 0 |
3,678 | 6,549,937,497 | IssuesEvent | 2017-09-05 09:04:02 | presscustomizr/customizr | https://api.github.com/repos/presscustomizr/customizr | closed | WooCommerce : "add to cart" buttons on the WC shortcode do not work ? | bug compatibility-issue question | http://www.raffermir-seins.fr/test02061963/
> Hi,
>
> I use your theme and I am very satisfied. I have the latest version and all my plugins are up to date.
> I noticed a problem.
> The "add to cart" buttons on the WC shortcode do not work.
> The degug shows this script error:
>
> TypeError: 'toString' call... | True | WooCommerce : "add to cart" buttons on the WC shortcode do not work ? - http://www.raffermir-seins.fr/test02061963/
> Hi,
>
> I use your theme and I am very satisfied. I have the latest version and all my plugins are up to date.
> I noticed a problem.
> The "add to cart" buttons on the WC shortcode do not work.... | comp | woocommerce add to cart buttons on the wc shortcode do not work hi i use your theme and i am very satisfied i have the latest version and all my plugins are up to date i noticed a problem the add to cart buttons on the wc shortcode do not work the degug shows this script error ... | 1 |
283,090 | 8,713,911,928 | IssuesEvent | 2018-12-07 05:18:09 | INN/largo | https://api.github.com/repos/INN/largo | closed | Include pip requirement.txt in Largo | priority: normal status: needs docs | Running `sphinx` (any by extension `grunt build`, which wraps it) requires sphinx and related programs, which are currently managed by a `requirements.txt` file for `pip`. That file is typically contained in umbrella repositories, using [the example fabfile from the deploy tools](https://github.com/INN/deploy-tools/blo... | 1.0 | Include pip requirement.txt in Largo - Running `sphinx` (any by extension `grunt build`, which wraps it) requires sphinx and related programs, which are currently managed by a `requirements.txt` file for `pip`. That file is typically contained in umbrella repositories, using [the example fabfile from the deploy tools](... | non_comp | include pip requirement txt in largo running sphinx any by extension grunt build which wraps it requires sphinx and related programs which are currently managed by a requirements txt file for pip that file is typically contained in umbrella repositories using as an example why is there a fabfile... | 0 |
2,334 | 5,078,093,711 | IssuesEvent | 2016-12-28 13:37:58 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Conflict with Tripod by CosmoThemes. | compatibility support | ### What did you expect to happen?
Yoast SEO would work flawlessly with the Tripod theme by CosmoThemes [http://cosmothemes.com/tripod-professional-photography-theme/](url)
### What happened instead?
When Yoast SEO (free or premium) is active, content is not shown in the edit screen of post and pages. Also, w... | True | Conflict with Tripod by CosmoThemes. - ### What did you expect to happen?
Yoast SEO would work flawlessly with the Tripod theme by CosmoThemes [http://cosmothemes.com/tripod-professional-photography-theme/](url)
### What happened instead?
When Yoast SEO (free or premium) is active, content is not shown in the... | comp | conflict with tripod by cosmothemes what did you expect to happen yoast seo would work flawlessly with the tripod theme by cosmothemes url what happened instead when yoast seo free or premium is active content is not shown in the edit screen of post and pages also when creating a new post... | 1 |
232,234 | 7,656,558,214 | IssuesEvent | 2018-05-10 16:40:44 | eustasy/puff-members | https://api.github.com/repos/eustasy/puff-members | closed | Support BCRYPT as preferred password storage standard. | Language: PHP Priority: High Status: Fix Committed Type: Maintenance | ### Intentions
- Use recommended standard for password hashing (BCrypt).
#### Changes to Hashing
- [x] Add `password_hash` and `password_verify` as preferred hashing mechanisms.
- [x] Add a [Setting] to disable BCrypt (corporate policy, yay!)
### References
#### Guidance
- [NCSC Password Guidance](https://... | 1.0 | Support BCRYPT as preferred password storage standard. - ### Intentions
- Use recommended standard for password hashing (BCrypt).
#### Changes to Hashing
- [x] Add `password_hash` and `password_verify` as preferred hashing mechanisms.
- [x] Add a [Setting] to disable BCrypt (corporate policy, yay!)
### Referen... | non_comp | support bcrypt as preferred password storage standard intentions use recommended standard for password hashing bcrypt changes to hashing add password hash and password verify as preferred hashing mechanisms add a to disable bcrypt corporate policy yay references ... | 0 |
152,807 | 5,870,190,033 | IssuesEvent | 2017-05-15 03:08:33 | TSAP-Laval/acquisition-frontend | https://api.github.com/repos/TSAP-Laval/acquisition-frontend | closed | Changement d'architecture vers Flux | Priority: High Status: Late Status: OMG Maximum Type: Bug | # Pour mieux comprendre l'architecture flux :
- Aller voir la série de vidéo React sur Slack
- Allez comprendre l'architecture pour l'upload (Architecture qui n'est pas au point donc simplement se baser dessus)
- Liens intéressants :
- https://facebook.github.io/flux/
- https://github.co... | 1.0 | Changement d'architecture vers Flux - # Pour mieux comprendre l'architecture flux :
- Aller voir la série de vidéo React sur Slack
- Allez comprendre l'architecture pour l'upload (Architecture qui n'est pas au point donc simplement se baser dessus)
- Liens intéressants :
- https://facebook.github... | non_comp | changement d architecture vers flux pour mieux comprendre l architecture flux aller voir la série de vidéo react sur slack allez comprendre l architecture pour l upload architecture qui n est pas au point donc simplement se baser dessus liens intéressants github ... | 0 |
55,173 | 6,891,306,689 | IssuesEvent | 2017-11-22 16:38:10 | dpopp07/bartop | https://api.github.com/repos/dpopp07/bartop | closed | Decide on login page UI | authentication design ui | Auth0 has (and recommends) a hosted login page that they allow us to customize. Our options are either to
1. Use that and add fields for metadata we want to store (like real name, etc.)
2. Write our own UI and set it up with the Auth0 API
I feel like Option 1 is preferred because they really recommend that, but... | 1.0 | Decide on login page UI - Auth0 has (and recommends) a hosted login page that they allow us to customize. Our options are either to
1. Use that and add fields for metadata we want to store (like real name, etc.)
2. Write our own UI and set it up with the Auth0 API
I feel like Option 1 is preferred because they ... | non_comp | decide on login page ui has and recommends a hosted login page that they allow us to customize our options are either to use that and add fields for metadata we want to store like real name etc write our own ui and set it up with the api i feel like option is preferred because they really r... | 0 |
153,463 | 19,706,441,995 | IssuesEvent | 2022-01-12 22:41:04 | KaterinaOrg/maven-modular | https://api.github.com/repos/KaterinaOrg/maven-modular | opened | CVE-2020-14062 (High) detected in jackson-databind-2.9.6.jar | security vulnerability | ## CVE-2020-14062 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2020-14062 (High) detected in jackson-databind-2.9.6.jar - ## CVE-2020-14062 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary>
<p>General... | non_comp | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable... | 0 |
7,244 | 9,526,713,428 | IssuesEvent | 2019-04-28 22:18:08 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | .NET Core 2.1 new HttpClient based on .NET sockets and Span<T>. seems to have a problem | area-System.Net.Http.SocketsHttpHandler bug needs more info tenet-compatibility | I have a strange issue I'm trying to triage having to do with the new `HttpClient` on .NET Core 2.1. Since the `HttpClient` has been completely rewritten to use a different low level library for handling HTTP requests. I'm wondering if anyone has seen any issues with the new implementation.
What I'm seeing is a str... | True | .NET Core 2.1 new HttpClient based on .NET sockets and Span<T>. seems to have a problem - I have a strange issue I'm trying to triage having to do with the new `HttpClient` on .NET Core 2.1. Since the `HttpClient` has been completely rewritten to use a different low level library for handling HTTP requests. I'm wonder... | comp | net core new httpclient based on net sockets and span seems to have a problem i have a strange issue i m trying to triage having to do with the new httpclient on net core since the httpclient has been completely rewritten to use a different low level library for handling http requests i m wonderin... | 1 |
4,558 | 7,199,981,886 | IssuesEvent | 2018-02-05 17:31:54 | Microsoft/ChakraCore | https://api.github.com/repos/Microsoft/ChakraCore | closed | Enable SharedArrayBuffer test262 tests in ch.exe | Compatibility Discussion Task | The Agent API enables testing of shared array buffers in console APIs. See test262 docs for [$262.agent](https://github.com/tc39/test262/blob/master/INTERPRETING.md#host-defined-functions). Note that these could be exposed as any shape and adapted by the harness. I'm open to alternatives.
See Also: https://github.co... | True | Enable SharedArrayBuffer test262 tests in ch.exe - The Agent API enables testing of shared array buffers in console APIs. See test262 docs for [$262.agent](https://github.com/tc39/test262/blob/master/INTERPRETING.md#host-defined-functions). Note that these could be exposed as any shape and adapted by the harness. I'm o... | comp | enable sharedarraybuffer tests in ch exe the agent api enables testing of shared array buffers in console apis see docs for note that these could be exposed as any shape and adapted by the harness i m open to alternatives see also | 1 |
600 | 3,021,348,923 | IssuesEvent | 2015-07-31 14:19:52 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Editing Page Title Corrupts Slug | compatibility wait for feedback | With WordPress SEO 2.1.1 enabled, page slugs are getting corrupted when trying to edit page titles.
With an existing page, e.g. title = "X" and slug = "x", changing the page title to "X Y" causes the slug to get corrupted with the slug string from a post *whose category contains the string* "X"
With Yoast disab... | True | Editing Page Title Corrupts Slug - With WordPress SEO 2.1.1 enabled, page slugs are getting corrupted when trying to edit page titles.
With an existing page, e.g. title = "X" and slug = "x", changing the page title to "X Y" causes the slug to get corrupted with the slug string from a post *whose category contains ... | comp | editing page title corrupts slug with wordpress seo enabled page slugs are getting corrupted when trying to edit page titles with an existing page e g title x and slug x changing the page title to x y causes the slug to get corrupted with the slug string from a post whose category contains ... | 1 |
76,037 | 14,562,847,619 | IssuesEvent | 2020-12-17 01:02:13 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | baseservices/exceptions/stackoverflow/stackoverflowtester/stackoverflowtester fails on Linux | area-CodeGen-coreclr os-linux | It was disabled so we have not seen it, [the log](https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-46162-merge-220e22b5c2f647bd89/PayloadGroup0/console.4fb06fd4.log?sv=2019-07-07&se=2021-01-05T22%3A20%3A00Z&sr=c&sp=rl&sig=3vqwTvEU9Q%2FP9Lt588%2BL2lM56KL3ro0ftDCBA2V2qVk%3D) is:
```
bas... | 1.0 | baseservices/exceptions/stackoverflow/stackoverflowtester/stackoverflowtester fails on Linux - It was disabled so we have not seen it, [the log](https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-46162-merge-220e22b5c2f647bd89/PayloadGroup0/console.4fb06fd4.log?sv=2019-07-07&se=2021-01-05T2... | non_comp | baseservices exceptions stackoverflow stackoverflowtester stackoverflowtester fails on linux it was disabled so we have not seen it is baseservices exceptions stackoverflow stackoverflowtester stackoverflowtester sh return code raw output file root helix work worki... | 0 |
1,474 | 3,985,838,060 | IssuesEvent | 2016-05-08 05:48:51 | bzdeck/flaretail.js | https://api.github.com/repos/bzdeck/flaretail.js | closed | Refactor ScrollBar not to use iframes | compatibility performance widgets | Using a bunch of `<iframe>`s is not e10s-friendly, and the `MozScrolledAreaChanged` event is Gecko-specific. Rewrite the resize detector using [`requestAnimationFrame`](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) as explained in the [`resize`](https://developer.mozilla.org/en-US/docs/... | True | Refactor ScrollBar not to use iframes - Using a bunch of `<iframe>`s is not e10s-friendly, and the `MozScrolledAreaChanged` event is Gecko-specific. Rewrite the resize detector using [`requestAnimationFrame`](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) as explained in the [`resize`](h... | comp | refactor scrollbar not to use iframes using a bunch of s is not friendly and the mozscrolledareachanged event is gecko specific rewrite the resize detector using as explained in the doc blocks | 1 |
1,724 | 4,289,938,606 | IssuesEvent | 2016-07-18 07:19:15 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | opened | Adguard vs. TalkBack issue | Compatibility | Just turn on Talkback, locate the widget AdGuard and check the problem.
When you find the widget and position in the single item of Widget, talkback says Button, unlabeled .
This existing item in the widget needs to be described by the developers.
It's just a button with this problem of accessibility that need a des... | True | Adguard vs. TalkBack issue - Just turn on Talkback, locate the widget AdGuard and check the problem.
When you find the widget and position in the single item of Widget, talkback says Button, unlabeled .
This existing item in the widget needs to be described by the developers.
It's just a button with this problem of ... | comp | adguard vs talkback issue just turn on talkback locate the widget adguard and check the problem when you find the widget and position in the single item of widget talkback says button unlabeled this existing item in the widget needs to be described by the developers it s just a button with this problem of ... | 1 |
6,100 | 8,530,162,475 | IssuesEvent | 2018-11-03 19:35:13 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Megadimension Neptunia VII (460120) | Game compatibility - Unofficial | # Compatibility Report
- Name of the game with compatibility issues: Megadimension Neptunia VII
- Steam AppID of the game: 460120
## System Information
- GPU: Intel Sandybridge Desktop
- Driver/LLVM version: 3.0 Mesa 18.2.4
- Kernel version: 4.19.0-4-MANJARO
- Link to full system information report as [Gist](h... | True | Megadimension Neptunia VII (460120) - # Compatibility Report
- Name of the game with compatibility issues: Megadimension Neptunia VII
- Steam AppID of the game: 460120
## System Information
- GPU: Intel Sandybridge Desktop
- Driver/LLVM version: 3.0 Mesa 18.2.4
- Kernel version: 4.19.0-4-MANJARO
- Link to full... | comp | megadimension neptunia vii compatibility report name of the game with compatibility issues megadimension neptunia vii steam appid of the game system information gpu intel sandybridge desktop driver llvm version mesa kernel version manjaro link to full system info... | 1 |
19,560 | 27,162,693,895 | IssuesEvent | 2023-02-17 13:10:48 | ricksouth/serilum-mc-mods | https://api.github.com/repos/ricksouth/serilum-mc-mods | closed | Make Tree Harvester work with Mangrove Trees Roots | Mod: Tree Harvester Incompatibility | ## **Information**
Mod name: Tree Harvester
## **Feature description**
This mod could treat the roots of the Mangrove Trees like leaves and make them decay fast, or like the wood itself. It would make it soooo much easier to harvest those trees! | True | Make Tree Harvester work with Mangrove Trees Roots - ## **Information**
Mod name: Tree Harvester
## **Feature description**
This mod could treat the roots of the Mangrove Trees like leaves and make them decay fast, or like the wood itself. It would make it soooo much easier to harvest those trees! | comp | make tree harvester work with mangrove trees roots information mod name tree harvester feature description this mod could treat the roots of the mangrove trees like leaves and make them decay fast or like the wood itself it would make it soooo much easier to harvest those trees | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.