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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,833 | 6,688,555,091 | IssuesEvent | 2017-10-08 16:04:43 | csf-dev/CSF.Screenplay | https://api.github.com/repos/csf-dev/CSF.Screenplay | closed | The ReportBuildingReporter should be able to receive events from multiple scenarios concurrently | breaks-compatibility enhancement | Once #74 has been completed, the report building reporter may be enhanced in order to be able to build models for multiple scenarios concurrently. At the moment it relies on receiving events sequentially, for one scenario at a time.
As part of #74, the events which the reporter listens to will contain the full scen... | True | The ReportBuildingReporter should be able to receive events from multiple scenarios concurrently - Once #74 has been completed, the report building reporter may be enhanced in order to be able to build models for multiple scenarios concurrently. At the moment it relies on receiving events sequentially, for one scenari... | comp | the reportbuildingreporter should be able to receive events from multiple scenarios concurrently once has been completed the report building reporter may be enhanced in order to be able to build models for multiple scenarios concurrently at the moment it relies on receiving events sequentially for one scenario... | 1 |
42,778 | 11,267,987,505 | IssuesEvent | 2020-01-14 04:25:48 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: directed_hausdorff distance on sets u and v when u is a subset of v | defect scipy.spatial | When `u` and `v` are two sets with `u` being a subset of `v` we should get:
`directed_hausdorff(u, v, seed=0) = (0, index_of_any_point_from_u, index_of_the_same_point_from_v)`
While the distance is returned correctly, the indices for the points witnessing this distance are not guaranteed to be correct. For exampl... | 1.0 | BUG: directed_hausdorff distance on sets u and v when u is a subset of v - When `u` and `v` are two sets with `u` being a subset of `v` we should get:
`directed_hausdorff(u, v, seed=0) = (0, index_of_any_point_from_u, index_of_the_same_point_from_v)`
While the distance is returned correctly, the indices for the p... | non_comp | bug directed hausdorff distance on sets u and v when u is a subset of v when u and v are two sets with u being a subset of v we should get directed hausdorff u v seed index of any point from u index of the same point from v while the distance is returned correctly the indices for the p... | 0 |
210,001 | 16,329,659,197 | IssuesEvent | 2021-05-12 07:37:16 | pester/Pester | https://api.github.com/repos/pester/Pester | closed | invoke-pester ConfigurationProperty documentation issue | Documentation | <!-- Thank you for using Pester and taking the time to report this issue!
Known issue: Documentation of Pester 5 is mostly out of date for all commands. See [Breaking changes](https://github.com/pester/Pester#breaking-changes)
Command Reference documentation on the website are generated from comment-based help in... | 1.0 | invoke-pester ConfigurationProperty documentation issue - <!-- Thank you for using Pester and taking the time to report this issue!
Known issue: Documentation of Pester 5 is mostly out of date for all commands. See [Breaking changes](https://github.com/pester/Pester#breaking-changes)
Command Reference documentati... | non_comp | invoke pester configurationproperty documentation issue thank you for using pester and taking the time to report this issue known issue documentation of pester is mostly out of date for all commands see command reference documentation on the website are generated from comment based help in the fun... | 0 |
9,229 | 11,215,177,836 | IssuesEvent | 2020-01-07 01:09:41 | evhub/coconut | https://api.github.com/repos/evhub/coconut | closed | Fails to build with python2 | bug compatibility resolved | ```
python2.7 -B setup.py config
Traceback (most recent call last):
File "setup.py", line 53, in <module>
readme = readme_file.read()
File "/usr/lib/python2.7/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte ... | True | Fails to build with python2 - ```
python2.7 -B setup.py config
Traceback (most recent call last):
File "setup.py", line 53, in <module>
readme = readme_file.read()
File "/usr/lib/python2.7/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'a... | comp | fails to build with b setup py config traceback most recent call last file setup py line in readme readme file read file usr lib encodings ascii py line in decode return codecs ascii decode input self errors unicodedecodeerror ascii codec can t decode byte... | 1 |
7,953 | 10,134,573,260 | IssuesEvent | 2019-08-02 07:55:53 | sebastianbergmann/phpunit | https://api.github.com/repos/sebastianbergmann/phpunit | closed | PHP errors, notices, etc. cannot be tested anymore with PHPUnit 8.3 | backward-compatibility-break | | Q | A
| --------------------| ---------------
| PHPUnit version | 8.3.0
| PHP version | N/A
| Installation Method | Composer / PHAR
Class `PHPUnit\Framework\Error\Error` has been removed in 8.3.0.
The removed class was marked as `@internal` but the [Testing PHP Errors](https://... | True | PHP errors, notices, etc. cannot be tested anymore with PHPUnit 8.3 - | Q | A
| --------------------| ---------------
| PHPUnit version | 8.3.0
| PHP version | N/A
| Installation Method | Composer / PHAR
Class `PHPUnit\Framework\Error\Error` has been removed in 8.3.0.
The removed... | comp | php errors notices etc cannot be tested anymore with phpunit q a phpunit version php version n a installation method composer phar class phpunit framework error error has been removed in the removed... | 1 |
175,416 | 14,527,673,196 | IssuesEvent | 2020-12-14 15:37:41 | pythonarcade/arcade | https://api.github.com/repos/pythonarcade/arcade | closed | Strange behavior of custom hitbox (set with set_hit_box) | documentation | ## Bug Report
I was experimenting with custom hitboxes (using `sprite.set_hit_box`).
The screenshot shows a representation of the object's hitboxes. An object's frame is green if there's no collision and red if a collision is detected.
Collisions are detected by
```monkey.isHit = arcade.check_for_collision(self... | 1.0 | Strange behavior of custom hitbox (set with set_hit_box) - ## Bug Report
I was experimenting with custom hitboxes (using `sprite.set_hit_box`).
The screenshot shows a representation of the object's hitboxes. An object's frame is green if there's no collision and red if a collision is detected.
Collisions are det... | non_comp | strange behavior of custom hitbox set with set hit box bug report i was experimenting with custom hitboxes using sprite set hit box the screenshot shows a representation of the object s hitboxes an object s frame is green if there s no collision and red if a collision is detected collisions are det... | 0 |
223,912 | 17,646,791,617 | IssuesEvent | 2021-08-20 07:30:41 | imixs/imixs-archive | https://api.github.com/repos/imixs/imixs-archive | closed | E-Mail Importer - if subject is empty, subject is set to null | enhancement testing | The E-Mail Importer sets the subject to null in case the subject is empty.
Should be a defautl value '- no subject -' | 1.0 | E-Mail Importer - if subject is empty, subject is set to null - The E-Mail Importer sets the subject to null in case the subject is empty.
Should be a defautl value '- no subject -' | non_comp | e mail importer if subject is empty subject is set to null the e mail importer sets the subject to null in case the subject is empty should be a defautl value no subject | 0 |
11,089 | 13,104,930,849 | IssuesEvent | 2020-08-04 11:13:12 | mariot7/XL-Food-Mod | https://api.github.com/repos/mariot7/XL-Food-Mod | closed | Integration with Immersive Engineering | compatibility suggestion | **Describe your feature**
I'd like to be able to grow XL Food Mod crops in Immersive Engineering's Garden Cloches.
**Reasons why it should be considered**
More parity between how vanilla crops and XL Food Mod crops work.
Thanks for your consideration.
| True | Integration with Immersive Engineering - **Describe your feature**
I'd like to be able to grow XL Food Mod crops in Immersive Engineering's Garden Cloches.
**Reasons why it should be considered**
More parity between how vanilla crops and XL Food Mod crops work.
Thanks for your consideration.
| comp | integration with immersive engineering describe your feature i d like to be able to grow xl food mod crops in immersive engineering s garden cloches reasons why it should be considered more parity between how vanilla crops and xl food mod crops work thanks for your consideration | 1 |
60,613 | 7,369,112,312 | IssuesEvent | 2018-03-13 00:46:53 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | Content group items from Nuget not included in publish output | ClosedAs:ByDesign ClosedAs:NotABug | Files designate as Content in a Nuget package are not being copied to the publish output folder. They are only coping to publish output if the `CopyToOutput` attribute is set on the contentFiles/file entry. Per its [definition](https://docs.microsoft.com/en-us/nuget/reference/nuspec#including-content-files) `CopyToOutp... | 1.0 | Content group items from Nuget not included in publish output - Files designate as Content in a Nuget package are not being copied to the publish output folder. They are only coping to publish output if the `CopyToOutput` attribute is set on the contentFiles/file entry. Per its [definition](https://docs.microsoft.com/e... | non_comp | content group items from nuget not included in publish output files designate as content in a nuget package are not being copied to the publish output folder they are only coping to publish output if the copytooutput attribute is set on the contentfiles file entry per its copytooutput should only toggle out... | 0 |
15,349 | 19,571,298,230 | IssuesEvent | 2022-01-04 10:14:51 | Sirttas/ElementalCraft | https://api.github.com/repos/Sirttas/ElementalCraft | closed | [1.16.5 Bug][Mod interaction] Presence of Undergarden mod makes all ore purifying produce Undergarden pure ore chunks | bug Compatibility | ElementalCraft 1.16.5 -2.7.13
Forge 36.2.8
**Describe the bug**
Undergarden mod adds its own iron, gold etc ore
Ore purification using common ores produce Undergarden pure ore chunks by default instead of common ones
**To Reproduce**
Steps to reproduce the behavior:
With Undergarden https://www.curseforge.c... | True | [1.16.5 Bug][Mod interaction] Presence of Undergarden mod makes all ore purifying produce Undergarden pure ore chunks - ElementalCraft 1.16.5 -2.7.13
Forge 36.2.8
**Describe the bug**
Undergarden mod adds its own iron, gold etc ore
Ore purification using common ores produce Undergarden pure ore chunks by default... | comp | presence of undergarden mod makes all ore purifying produce undergarden pure ore chunks elementalcraft forge describe the bug undergarden mod adds its own iron gold etc ore ore purification using common ores produce undergarden pure ore chunks by default instead of common ones t... | 1 |
11,914 | 14,019,157,933 | IssuesEvent | 2020-10-29 17:47:28 | gudmdharalds/vip-go-mu-plugins-test | https://api.github.com/repos/gudmdharalds/vip-go-mu-plugins-test | closed | PHP 7.4 Compatibility issue vaultpress/cron-tasks.php | PHP Compatibility PHP Compatiblity 7.4 | Found issue in master:
* <b>Warning</b>: Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter "$tag" was used, and possibly changed (by reference), on line 14. https://github.com/gudm... | True | PHP 7.4 Compatibility issue vaultpress/cron-tasks.php - Found issue in master:
* <b>Warning</b>: Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter "$tag" was used, and possibly cha... | comp | php compatibility issue vaultpress cron tasks php found issue in master warning since php functions inspecting arguments like func get args no longer report the original value as passed to a parameter but will instead provide the current value the parameter tag was used and possibly changed ... | 1 |
419,911 | 28,209,236,010 | IssuesEvent | 2023-04-05 01:41:57 | Lekuini/Tp2_grupal_Prog3 | https://api.github.com/repos/Lekuini/Tp2_grupal_Prog3 | opened | Ejercicio 3 -Aporte 4 | documentation | -Crear control LinkButton Verde
-Cambiar Propiedad Nombre respetando nomenclatura (lbtn)
-Crear evento click | 1.0 | Ejercicio 3 -Aporte 4 - -Crear control LinkButton Verde
-Cambiar Propiedad Nombre respetando nomenclatura (lbtn)
-Crear evento click | non_comp | ejercicio aporte crear control linkbutton verde cambiar propiedad nombre respetando nomenclatura lbtn crear evento click | 0 |
30,162 | 7,167,012,263 | IssuesEvent | 2018-01-29 19:07:30 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | jOOQ generator generates wrong setter for Postgres bytea | C: Code Generation C: DB: PostgreSQL P: Medium T: Defect | Consider the following Postgres (9.4) table:
create table jooq_bug
(
id bigserial primary key NOT NULL,
val bytea not null
);
When I generate the corresponding class using jOOQ 3.9.0 (and newer), the class looks something like:
public class JooqBugRecord extends UpdatableRecor... | 1.0 | jOOQ generator generates wrong setter for Postgres bytea - Consider the following Postgres (9.4) table:
create table jooq_bug
(
id bigserial primary key NOT NULL,
val bytea not null
);
When I generate the corresponding class using jOOQ 3.9.0 (and newer), the class looks something lik... | non_comp | jooq generator generates wrong setter for postgres bytea consider the following postgres table create table jooq bug id bigserial primary key not null val bytea not null when i generate the corresponding class using jooq and newer the class looks something lik... | 0 |
357,288 | 10,604,656,072 | IssuesEvent | 2019-10-10 18:40:14 | amazeeio/lagoon | https://api.github.com/repos/amazeeio/lagoon | closed | node in php images fails to run | bug priority-high | the just released `v1.1.1` PHP images fail to run node in certain situations, there are errors like:
```
Error relocating /usr/bin/node: _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev: symbol not found
Error relocating /usr/bin/node: _ZNSt19_Sp_make_shared_tag5_S_eqERKSt9type_info: symbol not found... | 1.0 | node in php images fails to run - the just released `v1.1.1` PHP images fail to run node in certain situations, there are errors like:
```
Error relocating /usr/bin/node: _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev: symbol not found
Error relocating /usr/bin/node: _ZNSt19_Sp_make_shared_tag5_S_e... | non_comp | node in php images fails to run the just released php images fail to run node in certain situations there are errors like error relocating usr bin node symbol not found error relocating usr bin node sp make shared s info symbol not found error relocating usr bin node ... | 0 |
11,653 | 13,725,210,926 | IssuesEvent | 2020-10-03 17:30:18 | ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet | https://api.github.com/repos/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet | opened | Investigate Forge Issues | bug compatibility | Two commenters on the Reddit Announcement thread have mentioned that hosting on Forge has issues. Need to test and see if I can figure out what I'm doing wrong here. | True | Investigate Forge Issues - Two commenters on the Reddit Announcement thread have mentioned that hosting on Forge has issues. Need to test and see if I can figure out what I'm doing wrong here. | comp | investigate forge issues two commenters on the reddit announcement thread have mentioned that hosting on forge has issues need to test and see if i can figure out what i m doing wrong here | 1 |
7,041 | 9,310,455,325 | IssuesEvent | 2019-03-25 18:48:47 | Suffril/Regeneration | https://api.github.com/repos/Suffril/Regeneration | closed | Regeneration Animation Glitch | Compatibility bug | On the most recent 1.12.2 Version of the mod, whenever I regenerate, I get stuck in the regeneration animation even after im done regenerating. Is this because of mods or is this a known bug? | True | Regeneration Animation Glitch - On the most recent 1.12.2 Version of the mod, whenever I regenerate, I get stuck in the regeneration animation even after im done regenerating. Is this because of mods or is this a known bug? | comp | regeneration animation glitch on the most recent version of the mod whenever i regenerate i get stuck in the regeneration animation even after im done regenerating is this because of mods or is this a known bug | 1 |
47,961 | 25,281,284,725 | IssuesEvent | 2022-11-16 15:57:12 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | opened | do_not_merge_across_partitions_select_final is slower (on merged data) | performance | ```sql
DROP TABLE IF EXISTS test;
CREATE TABLE test
(
`id` UInt64,
`dt` Date,
`val` UInt64,
`version` UInt64
)
ENGINE = ReplacingMergeTree(version)
PARTITION BY dt
ORDER BY (id);
INSERT INTO test SELECT number, '2022-10-28', number*10, 0 FROM numbers(3000000);
INSERT INTO test SELECT ... | True | do_not_merge_across_partitions_select_final is slower (on merged data) - ```sql
DROP TABLE IF EXISTS test;
CREATE TABLE test
(
`id` UInt64,
`dt` Date,
`val` UInt64,
`version` UInt64
)
ENGINE = ReplacingMergeTree(version)
PARTITION BY dt
ORDER BY (id);
INSERT INTO test SELECT number, '2... | non_comp | do not merge across partitions select final is slower on merged data sql drop table if exists test create table test id dt date val version engine replacingmergetree version partition by dt order by id insert into test select number number ... | 0 |
43,395 | 5,633,144,825 | IssuesEvent | 2017-04-05 18:13:02 | Cloudkibo/ChatBot | https://api.github.com/repos/Cloudkibo/ChatBot | closed | ChatBot is an personal assistants to KiboEngage Agent (design) | Design enhancement High | Here is the uses case:
ChatBot is an personal assistants to KiboEngage Agent
1) Customer comes to KiboEngage widget for help
2) KiboEngage Chat program in the background makes a API call to ChatBot
3) ChatBot responds to KiboEngage Agent. Agent screen is populated with ChatBot response
4) Agent can do two th... | 1.0 | ChatBot is an personal assistants to KiboEngage Agent (design) - Here is the uses case:
ChatBot is an personal assistants to KiboEngage Agent
1) Customer comes to KiboEngage widget for help
2) KiboEngage Chat program in the background makes a API call to ChatBot
3) ChatBot responds to KiboEngage Agent. Agent... | non_comp | chatbot is an personal assistants to kiboengage agent design here is the uses case chatbot is an personal assistants to kiboengage agent customer comes to kiboengage widget for help kiboengage chat program in the background makes a api call to chatbot chatbot responds to kiboengage agent agent... | 0 |
7,137 | 9,421,808,134 | IssuesEvent | 2019-04-11 07:51:57 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | `monthname` is not compatible with Mysql | for new contributors help wanted type/bug type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
select monthname(str_to_date(null, '%m')), monthname(str_to_date(null, '%m')),
monthname(str_to_date(1, '%m')), monthname(str_to_date(0, '%m... | True | `monthname` is not compatible with Mysql - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
select monthname(str_to_date(null, '%m')), monthname(str_to_date(null, '%m')),
monthname(str_to_d... | comp | monthname is not compatible with mysql bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error select monthname str to date null m monthname str to date null m monthname str to d... | 1 |
11,841 | 13,957,569,470 | IssuesEvent | 2020-10-24 07:31:35 | kami-blue/client | https://api.github.com/repos/kami-blue/client | opened | Kami Blue Freecam is incompatible with Schematia. | -incompatible | **What mod?**
Schematica
**Logs**
not relevant
**Additional context**
https://discord.com/channels/573954110454366214/634010851128639508/769442497540653056
tested and verified by me. impact and future freecam do not have this issue. | True | Kami Blue Freecam is incompatible with Schematia. - **What mod?**
Schematica
**Logs**
not relevant
**Additional context**
https://discord.com/channels/573954110454366214/634010851128639508/769442497540653056
tested and verified by me. impact and future freecam do not have this issue. | comp | kami blue freecam is incompatible with schematia what mod schematica logs not relevant additional context tested and verified by me impact and future freecam do not have this issue | 1 |
13,677 | 16,361,001,560 | IssuesEvent | 2021-05-14 09:27:05 | LMMS/lmms | https://api.github.com/repos/LMMS/lmms | closed | Drop Qt4 from Wiki | compatibility conversation | Any objections to dropping all Qt4 related instructions from the wiki? Qt5 was released seven years ago, both `master` and `stable-1.2` support Qt5. I don't really see a point in continuing support for Qt4. | True | Drop Qt4 from Wiki - Any objections to dropping all Qt4 related instructions from the wiki? Qt5 was released seven years ago, both `master` and `stable-1.2` support Qt5. I don't really see a point in continuing support for Qt4. | comp | drop from wiki any objections to dropping all related instructions from the wiki was released seven years ago both master and stable support i don t really see a point in continuing support for | 1 |
560,099 | 16,585,289,472 | IssuesEvent | 2021-05-31 18:07:28 | KoalaBotUK/KoalaBot | https://api.github.com/repos/KoalaBotUK/KoalaBot | opened | Koala Extension Handling Improvements | enhancement medium priority | ### What Koala extension does this refer to (if applicable)
BaseCog
### Is your feature request related to a problem? Please describe.
Currently enabling and disabling extensions is sometimes less obvious than it should be, or multiple attempts will be taken at enabling commands.
### Describe the solution you'd... | 1.0 | Koala Extension Handling Improvements - ### What Koala extension does this refer to (if applicable)
BaseCog
### Is your feature request related to a problem? Please describe.
Currently enabling and disabling extensions is sometimes less obvious than it should be, or multiple attempts will be taken at enabling comm... | non_comp | koala extension handling improvements what koala extension does this refer to if applicable basecog is your feature request related to a problem please describe currently enabling and disabling extensions is sometimes less obvious than it should be or multiple attempts will be taken at enabling comm... | 0 |
15,740 | 10,268,720,436 | IssuesEvent | 2019-08-23 07:13:08 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Remote node activity is not wiped after stopping code | enhancement topic:editor usability | **Godot version:**
3.1.1
**OS/device including version:**
Windows 10
**Issue description:**
I expect this is not a big issue in the scheme of things, probably more cosmetic.
Start a program, go to the editor and change to remote scene, click on any node (you have to do this) and you will see in the inspecto... | True | Remote node activity is not wiped after stopping code - **Godot version:**
3.1.1
**OS/device including version:**
Windows 10
**Issue description:**
I expect this is not a big issue in the scheme of things, probably more cosmetic.
Start a program, go to the editor and change to remote scene, click on any nod... | non_comp | remote node activity is not wiped after stopping code godot version os device including version windows issue description i expect this is not a big issue in the scheme of things probably more cosmetic start a program go to the editor and change to remote scene click on any node... | 0 |
116,860 | 4,707,967,439 | IssuesEvent | 2016-10-13 21:45:01 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | [A11Y] amp-image-lightbox: Should copy `alt`, `aria-label`, `aria-labelledby` from the source image. | Priority: High Related to: a11y | Currently the `<img>` inside the amp-image-lightbox is a clone of the soure image but without the `alt`, `aria-label`, `aria-labelledby` copied from the original image. | 1.0 | [A11Y] amp-image-lightbox: Should copy `alt`, `aria-label`, `aria-labelledby` from the source image. - Currently the `<img>` inside the amp-image-lightbox is a clone of the soure image but without the `alt`, `aria-label`, `aria-labelledby` copied from the original image. | non_comp | amp image lightbox should copy alt aria label aria labelledby from the source image currently the inside the amp image lightbox is a clone of the soure image but without the alt aria label aria labelledby copied from the original image | 0 |
94,873 | 16,021,925,375 | IssuesEvent | 2021-04-21 01:38:16 | joshnewton31080/dvna | https://api.github.com/repos/joshnewton31080/dvna | opened | WS-2019-0314 (Medium) detected in express-fileupload-0.4.0.tgz | security vulnerability | ## WS-2019-0314 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>express-fileupload-0.4.0.tgz</b></p></summary>
<p>Simple express file upload middleware that wraps around Busboy</p>
<... | True | WS-2019-0314 (Medium) detected in express-fileupload-0.4.0.tgz - ## WS-2019-0314 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>express-fileupload-0.4.0.tgz</b></p></summary>
<p>Sim... | non_comp | ws medium detected in express fileupload tgz ws medium severity vulnerability vulnerable library express fileupload tgz simple express file upload middleware that wraps around busboy library home page a href path to dependency file dvna package json path to vulnerable... | 0 |
250,264 | 7,974,209,341 | IssuesEvent | 2018-07-17 03:59:07 | zmaster587/AdvancedRocketry | https://api.github.com/repos/zmaster587/AdvancedRocketry | closed | Mod has direct reference | Low Priority | MC 1.12.2, Forge 2517, AdvancedRocketry-1.12.2-1.2.3.jar
```
[20:39:44] [main/WARN] [FML]: =============================================================
[20:39:44] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[20:39:44] [main/WARN] [FML]: Offender: zmaster587/advan... | 1.0 | Mod has direct reference - MC 1.12.2, Forge 2517, AdvancedRocketry-1.12.2-1.2.3.jar
```
[20:39:44] [main/WARN] [FML]: =============================================================
[20:39:44] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[20:39:44] [main/WARN] [FML]:... | non_comp | mod has direct reference mc forge advancedrocketry jar mod has direct reference system exit this is not allowed rerouting to fml offender advancedrocketry client render entity renderplanetuientity ... | 0 |
83,039 | 16,084,310,504 | IssuesEvent | 2021-04-26 09:23:09 | corona-warn-app/cwa-website | https://api.github.com/repos/corona-warn-app/cwa-website | closed | Align Start/Ende to android app, fix date pattern to TT.MM.JJJJ | bug qr-code-generator | ## Where to find the issue
https://www.coronawarn.app/de/eventregistration/
Switch Ort/Event e.g. to Vereinsaktivität.
## Describe the issue
<!-- Please let us know what exactly is the issue with that part of the website -->
The German "Endzeit" means something different: See https://www.duden.de/rechtschreibung... | 1.0 | Align Start/Ende to android app, fix date pattern to TT.MM.JJJJ - ## Where to find the issue
https://www.coronawarn.app/de/eventregistration/
Switch Ort/Event e.g. to Vereinsaktivität.
## Describe the issue
<!-- Please let us know what exactly is the issue with that part of the website -->
The German "Endzeit" m... | non_comp | align start ende to android app fix date pattern to tt mm jjjj where to find the issue switch ort event e g to vereinsaktivität describe the issue the german endzeit means something different see maybe enduhrzeit could be used while comparing with the android app i think beginn and ... | 0 |
6,430 | 6,400,151,846 | IssuesEvent | 2017-08-05 07:57:25 | gotham-rs/gotham | https://api.github.com/repos/gotham-rs/gotham | opened | Add badges to Cargo.toml and README.md | feature Infrastructure | Once CI and other tooling are configured on GitHub add appropriate badges to `Cargo.toml` and `README.md`. | 1.0 | Add badges to Cargo.toml and README.md - Once CI and other tooling are configured on GitHub add appropriate badges to `Cargo.toml` and `README.md`. | non_comp | add badges to cargo toml and readme md once ci and other tooling are configured on github add appropriate badges to cargo toml and readme md | 0 |
7,393 | 9,647,089,663 | IssuesEvent | 2019-05-17 13:08:02 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | opened | Restrict string escapes | P1 incompatible-change team-Starlark | Implement: https://github.com/bazelbuild/starlark/issues/38
@vladmos, do you have time to add this flag before the end of the month? | True | Restrict string escapes - Implement: https://github.com/bazelbuild/starlark/issues/38
@vladmos, do you have time to add this flag before the end of the month? | comp | restrict string escapes implement vladmos do you have time to add this flag before the end of the month | 1 |
8,169 | 10,262,802,910 | IssuesEvent | 2019-08-22 13:08:05 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | can not text prepare a stmt in variable | type/compatibility | got error `Can not prepare multiple statements.`
MySQL:
```
mysql> SET @c = "a";
Query OK, 0 rows affected (0.00 sec)
mysql> SET @s = CONCAT("SELECT ", @c, " FROM t");
Query OK, 0 rows affected (0.01 sec)
mysql> PREPARE stmt FROM @s;
Query OK, 0 rows affected (0.00 sec)
Statement prepared
mysql> EXE... | True | can not text prepare a stmt in variable - got error `Can not prepare multiple statements.`
MySQL:
```
mysql> SET @c = "a";
Query OK, 0 rows affected (0.00 sec)
mysql> SET @s = CONCAT("SELECT ", @c, " FROM t");
Query OK, 0 rows affected (0.01 sec)
mysql> PREPARE stmt FROM @s;
Query OK, 0 rows affected (0... | comp | can not text prepare a stmt in variable got error can not prepare multiple statements mysql mysql set c a query ok rows affected sec mysql set s concat select c from t query ok rows affected sec mysql prepare stmt from s query ok rows affected ... | 1 |
542,790 | 15,866,894,616 | IssuesEvent | 2021-04-08 16:14:56 | pa1nki113r/Project_Brutality | https://api.github.com/repos/pa1nki113r/Project_Brutality | closed | HRRDY is not being reproduced? | minor priority | The sound "HRRDY" (from /SOUNDS/COMBAT/WEAPONS/Demon Tech/) is not being reproduced when the referred weapon is selected.
Also, current sound file is much low. The ealier file from version 1-21-18 is much better :-D | 1.0 | HRRDY is not being reproduced? - The sound "HRRDY" (from /SOUNDS/COMBAT/WEAPONS/Demon Tech/) is not being reproduced when the referred weapon is selected.
Also, current sound file is much low. The ealier file from version 1-21-18 is much better :-D | non_comp | hrrdy is not being reproduced the sound hrrdy from sounds combat weapons demon tech is not being reproduced when the referred weapon is selected also current sound file is much low the ealier file from version is much better d | 0 |
15,714 | 20,359,181,276 | IssuesEvent | 2022-02-20 12:32:48 | Logitech/slimserver | https://api.github.com/repos/Logitech/slimserver | closed | Add support for Alpine Linux | enhancement compatibility | This would be beneficial for those who want the smallest footprint possible (eg. docker images).
As far as I can tell, all the dependencies are available in the Alpine Package manager, namely:
```
apk add wget faad2 flac lame sox perl-io-socket-ssl
```
Then just download and unzip the compressed file:
```
wg... | True | Add support for Alpine Linux - This would be beneficial for those who want the smallest footprint possible (eg. docker images).
As far as I can tell, all the dependencies are available in the Alpine Package manager, namely:
```
apk add wget faad2 flac lame sox perl-io-socket-ssl
```
Then just download and unzi... | comp | add support for alpine linux this would be beneficial for those who want the smallest footprint possible eg docker images as far as i can tell all the dependencies are available in the alpine package manager namely apk add wget flac lame sox perl io socket ssl then just download and unzip th... | 1 |
11,014 | 13,049,007,987 | IssuesEvent | 2020-07-29 13:27:42 | randy408/libspng | https://api.github.com/repos/randy408/libspng | opened | Accept tRNS chunks for grayscale alpha / truecolor alpha images | libpng compatibility | Looks like the decoder has to accept more broken PNG's by default because of libpng: https://github.com/libvips/libvips/issues/1748
```
./example ../x.png
width: 363
height: 465
bit depth: 8
color type: 6 - truecolor with alpha
compression method: 0
filter method: 0
interlace method: 0
progressive spng_de... | True | Accept tRNS chunks for grayscale alpha / truecolor alpha images - Looks like the decoder has to accept more broken PNG's by default because of libpng: https://github.com/libvips/libvips/issues/1748
```
./example ../x.png
width: 363
height: 465
bit depth: 8
color type: 6 - truecolor with alpha
compression met... | comp | accept trns chunks for grayscale alpha truecolor alpha images looks like the decoder has to accept more broken png s by default because of libpng example x png width height bit depth color type truecolor with alpha compression method filter method interlace method pr... | 1 |
123,764 | 12,217,575,387 | IssuesEvent | 2020-05-01 17:29:36 | glimpse-editor/Glimpse | https://api.github.com/repos/glimpse-editor/Glimpse | closed | State of Libre Graphics 2020 | Documentation | The [Libre Graphics Meeting 2020](https://libregraphicsmeeting.org/2020/) is happening at the end of May in Rennes!
As usual, the first conference will be the State of Libre Graphics, where we will give an overview of what has happened during the last year in the world of Libre Graphics.
You're very welcome to su... | 1.0 | State of Libre Graphics 2020 - The [Libre Graphics Meeting 2020](https://libregraphicsmeeting.org/2020/) is happening at the end of May in Rennes!
As usual, the first conference will be the State of Libre Graphics, where we will give an overview of what has happened during the last year in the world of Libre Graphic... | non_comp | state of libre graphics the is happening at the end of may in rennes as usual the first conference will be the state of libre graphics where we will give an overview of what has happened during the last year in the world of libre graphics you re very welcome to submit two slides for your project they... | 0 |
271,533 | 20,679,161,689 | IssuesEvent | 2022-03-10 12:15:25 | scaleoutsystems/fedn | https://api.github.com/repos/scaleoutsystems/fedn | closed | How-to for how to develop a new compute package locally/interactively | documentation enhancement | **Is your feature request related to a problem? Please describe.**
When developing the compute package one wants an interactive experience without the need to upload a new package for each change. This is possible, but currently not documented.
**Describe the solution you'd like**
A how-to / recommended way in ... | 1.0 | How-to for how to develop a new compute package locally/interactively - **Is your feature request related to a problem? Please describe.**
When developing the compute package one wants an interactive experience without the need to upload a new package for each change. This is possible, but currently not documented.... | non_comp | how to for how to develop a new compute package locally interactively is your feature request related to a problem please describe when developing the compute package one wants an interactive experience without the need to upload a new package for each change this is possible but currently not documented ... | 0 |
19,244 | 26,742,362,183 | IssuesEvent | 2023-01-30 13:51:52 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | ⛔ 🐞 Bug Report: Fatal Error Message after making updates in wordpress. | compatibility/3rd_party type/developer-api | ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
I am getting this code on my website:
Fatal error: Uncaught Error: Class 'Elementor\Scheme_Typography... | True | ⛔ 🐞 Bug Report: Fatal Error Message after making updates in wordpress. - ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
I am getting this code on my w... | comp | ⛔ 🐞 bug report fatal error message after making updates in wordpress prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description i am getting this code on my websi... | 1 |
217,290 | 7,320,043,076 | IssuesEvent | 2018-03-02 04:34:08 | CarbonLDP/carbonldp-website | https://api.github.com/repos/CarbonLDP/carbonldp-website | closed | Move Community and Support | in progress priority2: required type: task | Move Community and Support menu item underneath the Documentation menu.
| 1.0 | Move Community and Support - Move Community and Support menu item underneath the Documentation menu.
| non_comp | move community and support move community and support menu item underneath the documentation menu | 0 |
264,119 | 23,099,662,180 | IssuesEvent | 2022-07-27 00:23:24 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Servidores - Registro da remuneração - Presidente Kubitschek | generalization test development template-Síntese tecnologia informatica tag-Servidores subtag-Registro da remuneração | DoD: Realizar o teste de Generalização do validador da tag Servidores - Registro da remuneração para o Município de Presidente Kubitschek. | 1.0 | Teste de generalizacao para a tag Servidores - Registro da remuneração - Presidente Kubitschek - DoD: Realizar o teste de Generalização do validador da tag Servidores - Registro da remuneração para o Município de Presidente Kubitschek. | non_comp | teste de generalizacao para a tag servidores registro da remuneração presidente kubitschek dod realizar o teste de generalização do validador da tag servidores registro da remuneração para o município de presidente kubitschek | 0 |
6,730 | 9,014,392,244 | IssuesEvent | 2019-02-05 22:15:49 | vmware/vcd-ext-sdk | https://api.github.com/repos/vmware/vcd-ext-sdk | closed | @vcd/sdk uses an API version that is incompatible with vCloud Director 9.1 | breaks-compatibility bug | **Describe the bug**
Using an unaltered version of the **vcd-plugin-seed** template to test the vCD Extensibility Plugin, the plugin builds successfully and deploys. However, the tenant name and username are supposed to be present on the created webpage. Instead, blank spaces are seen instead of text (see screenshot).... | True | @vcd/sdk uses an API version that is incompatible with vCloud Director 9.1 - **Describe the bug**
Using an unaltered version of the **vcd-plugin-seed** template to test the vCD Extensibility Plugin, the plugin builds successfully and deploys. However, the tenant name and username are supposed to be present on the crea... | comp | vcd sdk uses an api version that is incompatible with vcloud director describe the bug using an unaltered version of the vcd plugin seed template to test the vcd extensibility plugin the plugin builds successfully and deploys however the tenant name and username are supposed to be present on the crea... | 1 |
521 | 2,955,571,660 | IssuesEvent | 2015-07-08 04:34:46 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | qt5.5 patch | compatibility | --- a/src/qtsingleapplication/qtlocalpeer.cpp 2015-07-07 12:47:14.000000000 -0700
+++ b/src/qtsingleapplication/qtlocalpeer.cpp 2015-05-11 06:31:59.000000000 -0700
@@ -42,6 +42,7 @@
#include "qtlocalpeer.h"
#include QCoreApplication
#include QTime
+#include QDataStream
#if defined(Q_OS_WIN)
#include QLi... | True | qt5.5 patch - --- a/src/qtsingleapplication/qtlocalpeer.cpp 2015-07-07 12:47:14.000000000 -0700
+++ b/src/qtsingleapplication/qtlocalpeer.cpp 2015-05-11 06:31:59.000000000 -0700
@@ -42,6 +42,7 @@
#include "qtlocalpeer.h"
#include QCoreApplication
#include QTime
+#include QDataStream
#if defined(Q_OS_WIN)
... | comp | patch a src qtsingleapplication qtlocalpeer cpp b src qtsingleapplication qtlocalpeer cpp include qtlocalpeer h include qcoreapplication include qtime include qdatastream if defined q os win include qlibrary | 1 |
194,604 | 22,262,044,305 | IssuesEvent | 2022-06-10 02:01:49 | KDWSS/datadog-agent | https://api.github.com/repos/KDWSS/datadog-agent | closed | CVE-2022-28948 (High) detected in github.com/go-yaml/yaml-496545a6307b2a7d7a710fd516e5e16e8ab62dbc - autoclosed | security vulnerability | ## CVE-2022-28948 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/go-yaml/yaml-496545a6307b2a7d7a710fd516e5e16e8ab62dbc</b></p></summary>
<p>YAML support for the Go language... | True | CVE-2022-28948 (High) detected in github.com/go-yaml/yaml-496545a6307b2a7d7a710fd516e5e16e8ab62dbc - autoclosed - ## CVE-2022-28948 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>githu... | non_comp | cve high detected in github com go yaml yaml autoclosed cve high severity vulnerability vulnerable library github com go yaml yaml yaml support for the go language dependency hierarchy x github com go yaml yaml vulnerable library found in head commit a href ... | 0 |
19,375 | 26,901,768,614 | IssuesEvent | 2023-02-06 16:06:44 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | Storybook not getting Emotion 11 styles :( | question / support dependencies compatibility with other tools needs reproduction has workaround | When using Emotion 11 in my component example `Box` I'm not able to get styles applied in storybook mode. But it does work in `yarn dev`
main.js
```js
const path = require('path')
module.exports = {
stories: ['../src/components/**/*.stories.@(ts|tsx|mdx)'],
addons: ['@storybook/addon-links', '@storybook... | True | Storybook not getting Emotion 11 styles :( - When using Emotion 11 in my component example `Box` I'm not able to get styles applied in storybook mode. But it does work in `yarn dev`
main.js
```js
const path = require('path')
module.exports = {
stories: ['../src/components/**/*.stories.@(ts|tsx|mdx)'],
... | comp | storybook not getting emotion styles when using emotion in my component example box i m not able to get styles applied in storybook mode but it does work in yarn dev main js js const path require path module exports stories addons webpackfinal async config ... | 1 |
165,152 | 26,110,484,883 | IssuesEvent | 2022-12-27 19:02:10 | KlimaDAO/klimadao | https://api.github.com/repos/KlimaDAO/klimadao | closed | [retirement] Add project details to MCO2 receipt | enhancement design done | When a user offsets/retires from the Moss MC02 pool, the retirement receipt is missing the project details.
[Example](https://www.klimadao.finance/retirements/brice.klima/5)
There is only one project in the MC02 pool, however, should still display the details on the project. | 1.0 | [retirement] Add project details to MCO2 receipt - When a user offsets/retires from the Moss MC02 pool, the retirement receipt is missing the project details.
[Example](https://www.klimadao.finance/retirements/brice.klima/5)
There is only one project in the MC02 pool, however, should still display the details on the ... | non_comp | add project details to receipt when a user offsets retires from the moss pool the retirement receipt is missing the project details there is only one project in the pool however should still display the details on the project | 0 |
646,692 | 21,056,630,656 | IssuesEvent | 2022-04-01 04:28:27 | bossbuwi/existence | https://api.github.com/repos/bossbuwi/existence | closed | Update dependencies | enhancement backend high priority | Dependencies must be kept updated, unlike some other software that I know. Oooof. | 1.0 | Update dependencies - Dependencies must be kept updated, unlike some other software that I know. Oooof. | non_comp | update dependencies dependencies must be kept updated unlike some other software that i know oooof | 0 |
34,398 | 9,369,002,688 | IssuesEvent | 2019-04-03 09:59:35 | FRRouting/frr | https://api.github.com/repos/FRRouting/frr | closed | can not compile at netbsd-8 | build | I can't compile frr-7.0 at netbsd-8. Compile error:
```
gmake[1]: Entering directory '/tmp/frr-frr-7.0'
CC zebra/kernel_socket.o
zebra/kernel_socket.c:151:13: error: 'RTM_RESOLVE' undeclared here (not in a function)
{RTM_RESOLVE, "RTM_RESOLVE"},
^
gmake[1]: *** [Makefile:6956: ze... | 1.0 | can not compile at netbsd-8 - I can't compile frr-7.0 at netbsd-8. Compile error:
```
gmake[1]: Entering directory '/tmp/frr-frr-7.0'
CC zebra/kernel_socket.o
zebra/kernel_socket.c:151:13: error: 'RTM_RESOLVE' undeclared here (not in a function)
{RTM_RESOLVE, "RTM_RESOLVE"},
^
gm... | non_comp | can not compile at netbsd i can t compile frr at netbsd compile error gmake entering directory tmp frr frr cc zebra kernel socket o zebra kernel socket c error rtm resolve undeclared here not in a function rtm resolve rtm resolve gmake ... | 0 |
727,132 | 25,024,198,000 | IssuesEvent | 2022-11-04 05:49:14 | woocommerce/facebook-for-woocommerce | https://api.github.com/repos/woocommerce/facebook-for-woocommerce | opened | Extra backlashes (\) are added to the Facebook Category Specific attributes | google product categories priority: high type: bug | ## 🔎 Isolate the bug
- [ x] I have confirmed this occurs in the most recent version of WordPress, WooCommerce, and Facebook for WooCommerce.
- [ x] I have confirmed this occurs when only WooCommerce and Facebook for WooCommerce are active and when using a default WordPress or WooCommerce theme.
## ✍️ Describe t... | 1.0 | Extra backlashes (\) are added to the Facebook Category Specific attributes - ## 🔎 Isolate the bug
- [ x] I have confirmed this occurs in the most recent version of WordPress, WooCommerce, and Facebook for WooCommerce.
- [ x] I have confirmed this occurs when only WooCommerce and Facebook for WooCommerce are activ... | non_comp | extra backlashes are added to the facebook category specific attributes 🔎 isolate the bug i have confirmed this occurs in the most recent version of wordpress woocommerce and facebook for woocommerce i have confirmed this occurs when only woocommerce and facebook for woocommerce are active and ... | 0 |
19,947 | 27,769,843,942 | IssuesEvent | 2023-03-16 13:51:12 | wazuh/wazuh-kibana-app | https://api.github.com/repos/wazuh/wazuh-kibana-app | closed | Compatibility with Elastic 8 | compatibility | ## Description
We need to ensure the UI compatibility with the next version of Elastic 8.
This update is still being discussed, but we need to be aware of potential issues.
For that, we need to:
- [x] Review Elastic 8 and Kibana 8 latest stable changelog.
- [x] Identify improvements and potential impact on the... | True | Compatibility with Elastic 8 - ## Description
We need to ensure the UI compatibility with the next version of Elastic 8.
This update is still being discussed, but we need to be aware of potential issues.
For that, we need to:
- [x] Review Elastic 8 and Kibana 8 latest stable changelog.
- [x] Identify improveme... | comp | compatibility with elastic description we need to ensure the ui compatibility with the next version of elastic this update is still being discussed but we need to be aware of potential issues for that we need to review elastic and kibana latest stable changelog identify improvements ... | 1 |
4,808 | 7,432,003,540 | IssuesEvent | 2018-03-25 20:14:14 | passff/passff | https://api.github.com/repos/passff/passff | closed | FF ESR: Context button defect | incompatibility | I'm using version 1.1. The option for "Mark fillable input fields with icon" is working great for me. However, I have another computer that I share with another person. On that computer, I uncheck that box in the addon preferences. For that computer, I rely completely on the addon icon in my toolbar menu.
I've n... | True | FF ESR: Context button defect - I'm using version 1.1. The option for "Mark fillable input fields with icon" is working great for me. However, I have another computer that I share with another person. On that computer, I uncheck that box in the addon preferences. For that computer, I rely completely on the addon ic... | comp | ff esr context button defect i m using version the option for mark fillable input fields with icon is working great for me however i have another computer that i share with another person on that computer i uncheck that box in the addon preferences for that computer i rely completely on the addon ic... | 1 |
6,812 | 9,105,539,299 | IssuesEvent | 2019-02-20 21:04:48 | GoogleChrome/workbox | https://api.github.com/repos/GoogleChrome/workbox | closed | Precaching is in a bad state following a failed activation in Firefox | Browser Compatibility Bug workbox-precaching | **Library Affected**:
*workbox-v3.6.3*
**Browser & Platform**:
Firefox 63.0.3 Windows
**Issue or Feature Request Description**:
Basically the same as https://github.com/GoogleChrome/workbox/issues/1528, but it would be cool if the problem would be solved in the library itself.
I am using the InjectManifest ... | True | Precaching is in a bad state following a failed activation in Firefox - **Library Affected**:
*workbox-v3.6.3*
**Browser & Platform**:
Firefox 63.0.3 Windows
**Issue or Feature Request Description**:
Basically the same as https://github.com/GoogleChrome/workbox/issues/1528, but it would be cool if the problem ... | comp | precaching is in a bad state following a failed activation in firefox library affected workbox browser platform firefox windows issue or feature request description basically the same as but it would be cool if the problem would be solved in the library itself i am using ... | 1 |
187,465 | 6,757,807,721 | IssuesEvent | 2017-10-24 12:14:06 | prometheus/alertmanager | https://api.github.com/repos/prometheus/alertmanager | closed | [FR] Configurable maximum silence durations | component/silences kind/enhancement low hanging fruit priority/Pmaybe | We want to force periodic review of silences. Being able to set a maximum duration for silences being newly created would solve that. | 1.0 | [FR] Configurable maximum silence durations - We want to force periodic review of silences. Being able to set a maximum duration for silences being newly created would solve that. | non_comp | configurable maximum silence durations we want to force periodic review of silences being able to set a maximum duration for silences being newly created would solve that | 0 |
236,878 | 26,072,287,041 | IssuesEvent | 2022-12-24 01:12:41 | AlanCrevon/LeCoinDuProf | https://api.github.com/repos/AlanCrevon/LeCoinDuProf | opened | CVE-2022-23540 (Medium) detected in jsonwebtoken-8.5.1.tgz | security vulnerability | ## CVE-2022-23540 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonwebtoken-8.5.1.tgz</b></p></summary>
<p>JSON Web Token implementation (symmetric and asymmetric)</p>
<p>Library ... | True | CVE-2022-23540 (Medium) detected in jsonwebtoken-8.5.1.tgz - ## CVE-2022-23540 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonwebtoken-8.5.1.tgz</b></p></summary>
<p>JSON Web To... | non_comp | cve medium detected in jsonwebtoken tgz cve medium severity vulnerability vulnerable library jsonwebtoken tgz json web token implementation symmetric and asymmetric library home page a href path to dependency file functions package json path to vulnerable library ... | 0 |
224,561 | 17,193,228,640 | IssuesEvent | 2021-07-16 13:55:03 | KMU-WINK/nogari | https://api.github.com/repos/KMU-WINK/nogari | opened | 주루마블 참가자 위치 계산 | 👏 enhancement 📝 documentation | # 설명
버튼을 누르면 1부터 6 중 한 숫자가 랜덤으로 뜬다. 뜬 숫자를 사용자 객체에 누적시킨다. 누적된 숫자를 36으로 나누어 사용자의 위치를 계산한다.
# 구현조건
- 버튼을 누르면 1부터 6중 한 숫자가 랜덤으로 뜨도록 한다.
- 뜬 숫자를 사용자 객체에 누적시킨다.
- 누적된 숫자를 36으로 나누어 사용자의 위치를 계산한다. (주루마블 칸의 갯수를 36개라고 가정)
# out of scope
- 판은 구현이 안된 상태이므로 판에서 움직이는 것은 구현하지 않는다.
- 디자인은 고려하지 않는다.
- 여러명이서 하는 환경은 고려하지 ... | 1.0 | 주루마블 참가자 위치 계산 - # 설명
버튼을 누르면 1부터 6 중 한 숫자가 랜덤으로 뜬다. 뜬 숫자를 사용자 객체에 누적시킨다. 누적된 숫자를 36으로 나누어 사용자의 위치를 계산한다.
# 구현조건
- 버튼을 누르면 1부터 6중 한 숫자가 랜덤으로 뜨도록 한다.
- 뜬 숫자를 사용자 객체에 누적시킨다.
- 누적된 숫자를 36으로 나누어 사용자의 위치를 계산한다. (주루마블 칸의 갯수를 36개라고 가정)
# out of scope
- 판은 구현이 안된 상태이므로 판에서 움직이는 것은 구현하지 않는다.
- 디자인은 고려하지 않는다.
- 여... | non_comp | 주루마블 참가자 위치 계산 설명 버튼을 누르면 중 한 숫자가 랜덤으로 뜬다 뜬 숫자를 사용자 객체에 누적시킨다 누적된 숫자를 나누어 사용자의 위치를 계산한다 구현조건 버튼을 누르면 한 숫자가 랜덤으로 뜨도록 한다 뜬 숫자를 사용자 객체에 누적시킨다 누적된 숫자를 나누어 사용자의 위치를 계산한다 주루마블 칸의 갯수를 가정 out of scope 판은 구현이 안된 상태이므로 판에서 움직이는 것은 구현하지 않는다 디자인은 고려하지 않는다 여러명이서 하는 환경은 고려하... | 0 |
13,717 | 16,436,932,878 | IssuesEvent | 2021-05-20 10:16:24 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | restart <service> will restart all dependent services | compatibility compose | **Description**
In the old `docker-compose restart <service>` it only restarts that specific service.
In `docker compose restart <service>` it will first restart services that <service> depends on, including DB's. If healthchecks are used for `depends_on`, it'll then have to re-wait for dependent services to be r... | True | restart <service> will restart all dependent services - **Description**
In the old `docker-compose restart <service>` it only restarts that specific service.
In `docker compose restart <service>` it will first restart services that <service> depends on, including DB's. If healthchecks are used for `depends_on`, i... | comp | restart will restart all dependent services description in the old docker compose restart it only restarts that specific service in docker compose restart it will first restart services that depends on including db s if healthchecks are used for depends on it ll then have to re wait for de... | 1 |
2,159 | 4,896,722,336 | IssuesEvent | 2016-11-20 14:19:01 | X01X012013/AdBlockProtector | https://api.github.com/repos/X01X012013/AdBlockProtector | closed | Outlook.com -> ":-( Something went wrong" | Cannot Reproduce Compatibility | Hi there,
Since I checked for an update and updated the script today, it causes outlook load failure when going to my inbox.
I tried disabling uBlock + uMatrix and other scripts, tried reinstalling it and reek in the order suggested on your website, however the issue remains even with just adblockprotector enable... | True | Outlook.com -> ":-( Something went wrong" - Hi there,
Since I checked for an update and updated the script today, it causes outlook load failure when going to my inbox.
I tried disabling uBlock + uMatrix and other scripts, tried reinstalling it and reek in the order suggested on your website, however the issue re... | comp | outlook com something went wrong hi there since i checked for an update and updated the script today it causes outlook load failure when going to my inbox i tried disabling ublock umatrix and other scripts tried reinstalling it and reek in the order suggested on your website however the issue re... | 1 |
203,313 | 15,877,635,426 | IssuesEvent | 2021-04-09 09:53:53 | tendermint/starport | https://api.github.com/repos/tendermint/starport | closed | Need a guide to manually install other modules | documentation good first issue | Developers are asking how they can install other SDK modules to their Starport app. `starport module import xxx` always seems to just add `wasm`. Until we can automate this, it's worth having a page in the handbook to explain how to manually add common modules like `governance`, `slashing`, etc. | 1.0 | Need a guide to manually install other modules - Developers are asking how they can install other SDK modules to their Starport app. `starport module import xxx` always seems to just add `wasm`. Until we can automate this, it's worth having a page in the handbook to explain how to manually add common modules like `gove... | non_comp | need a guide to manually install other modules developers are asking how they can install other sdk modules to their starport app starport module import xxx always seems to just add wasm until we can automate this it s worth having a page in the handbook to explain how to manually add common modules like gove... | 0 |
1,479 | 3,994,509,939 | IssuesEvent | 2016-05-10 12:41:40 | AdguardTeam/AdguardForWindows | https://api.github.com/repos/AdguardTeam/AdguardForWindows | opened | Adguard disappears from tray menu when used alongside with torrent app | Compatibility | Problem description in forum comments:
https://forum.adguard.com/index.php?threads/adguard-%D0%B4%D0%BB%D1%8F-windows-%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%8F-6-0-226.9611/page-3#post-80041
and
https://forum.adguard.com/index.php?threads/adguard-%D0%B4%D0%BB%D1%8F-windows-%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%8F-6-0-2... | True | Adguard disappears from tray menu when used alongside with torrent app - Problem description in forum comments:
https://forum.adguard.com/index.php?threads/adguard-%D0%B4%D0%BB%D1%8F-windows-%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%8F-6-0-226.9611/page-3#post-80041
and
https://forum.adguard.com/index.php?threads/adgu... | comp | adguard disappears from tray menu when used alongside with torrent app problem description in forum comments and logs can be found here and | 1 |
9,522 | 3,051,903,527 | IssuesEvent | 2015-08-12 11:46:26 | isawnyu/isaw.web | https://api.github.com/repos/isawnyu/isaw.web | reopened | footer editing | testing | Hours information has been updated, but the footer appears with a vertical scroll bar now. | 1.0 | footer editing - Hours information has been updated, but the footer appears with a vertical scroll bar now. | non_comp | footer editing hours information has been updated but the footer appears with a vertical scroll bar now | 0 |
12,067 | 14,234,896,156 | IssuesEvent | 2020-11-18 14:10:57 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | incompatible_linkopts_to_linklibs: Move C++ toolchain's default LINKOPTS to LINKLIBS | P2 breaking-change-4.0 incompatible-change migration-3.2 migration-3.3 migration-3.4 migration-3.5 migration-3.6 migration-3.7 team-Rules-CPP | unix_cc_configure used to have the default BAZEL_LINKOPTS [-lstdc++:-lm] and no default BAZEL_LINKLIBS which should have been the other way around. Flags in the former appear first in the command line before user linked libraries and the latter appears last. Because of this, the incompatible change #7687 started causin... | True | incompatible_linkopts_to_linklibs: Move C++ toolchain's default LINKOPTS to LINKLIBS - unix_cc_configure used to have the default BAZEL_LINKOPTS [-lstdc++:-lm] and no default BAZEL_LINKLIBS which should have been the other way around. Flags in the former appear first in the command line before user linked libraries and... | comp | incompatible linkopts to linklibs move c toolchain s default linkopts to linklibs unix cc configure used to have the default bazel linkopts and no default bazel linklibs which should have been the other way around flags in the former appear first in the command line before user linked libraries and the latter a... | 1 |
96,081 | 10,918,430,658 | IssuesEvent | 2019-11-21 16:52:58 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | doc: Kconfig section in board_porting.rst should be moved or removed | area: Documentation bug | **Describe the bug**
An important piece of Kconfig documentation sit under doc/guides/porting/board_porting.rst
Another part of Kconfig doc is in doc/guides/kconfig/index.rst but does not reference the other part.
I think most of Kconfig relative doc in board_porting section should be moved in actual kconfig gui... | 1.0 | doc: Kconfig section in board_porting.rst should be moved or removed - **Describe the bug**
An important piece of Kconfig documentation sit under doc/guides/porting/board_porting.rst
Another part of Kconfig doc is in doc/guides/kconfig/index.rst but does not reference the other part.
I think most of Kconfig rela... | non_comp | doc kconfig section in board porting rst should be moved or removed describe the bug an important piece of kconfig documentation sit under doc guides porting board porting rst another part of kconfig doc is in doc guides kconfig index rst but does not reference the other part i think most of kconfig rela... | 0 |
20,232 | 29,042,129,331 | IssuesEvent | 2023-05-13 04:29:19 | khimaros/smart-auto-move | https://api.github.com/repos/khimaros/smart-auto-move | closed | add support for ubuntu 20.04.4 LTS (Gnome 3.36.8) | workaround available compatibility | Heyo.
I'm running Ubuntu 20.04 with a few other extensions.
When I try to access the settings on the extention I get "Something's gone wrong" and the following error:
```
Gtk.BuilderError: /home/troggoman/.local/share/gnome-shell/extensions/smart-auto-move@khimaros.com/ui/prefs-gtk4.ui:24:33 Invalid property:... | True | add support for ubuntu 20.04.4 LTS (Gnome 3.36.8) - Heyo.
I'm running Ubuntu 20.04 with a few other extensions.
When I try to access the settings on the extention I get "Something's gone wrong" and the following error:
```
Gtk.BuilderError: /home/troggoman/.local/share/gnome-shell/extensions/smart-auto-move@k... | comp | add support for ubuntu lts gnome heyo i m running ubuntu with a few other extensions when i try to access the settings on the extention i get something s gone wrong and the following error gtk buildererror home troggoman local share gnome shell extensions smart auto move khimar... | 1 |
8,328 | 2,981,466,910 | IssuesEvent | 2015-07-17 01:26:15 | Azure/azure-xplat-cli | https://api.github.com/repos/Azure/azure-xplat-cli | closed | ASM: VM correcting endpoint parameter names | ASM IAAS Ready For Test | The parameters for the 'vm endpoint' commands should be consistent with portal & power shell.
The parameter 'lb-port' should renamed to 'public-port'
The parameter 'vm-port' should be renamed to 'local-port' or private-port
<!---@tfsbridge:{"tfsId":4094533}--> | 1.0 | ASM: VM correcting endpoint parameter names - The parameters for the 'vm endpoint' commands should be consistent with portal & power shell.
The parameter 'lb-port' should renamed to 'public-port'
The parameter 'vm-port' should be renamed to 'local-port' or private-port
<!---@tfsbridge:{"tfsId":4094533}--> | non_comp | asm vm correcting endpoint parameter names the parameters for the vm endpoint commands should be consistent with portal power shell the parameter lb port should renamed to public port the parameter vm port should be renamed to local port or private port | 0 |
1,132 | 3,603,624,934 | IssuesEvent | 2016-02-03 19:45:12 | SalesforceFoundation/Cumulus | https://api.github.com/repos/SalesforceFoundation/Cumulus | closed | Replace Verify Address onclick javascript button with visualforce page for LEX compatibility | accepted app-compatibility | **lurch: add | True | Replace Verify Address onclick javascript button with visualforce page for LEX compatibility - **lurch: add | comp | replace verify address onclick javascript button with visualforce page for lex compatibility lurch add | 1 |
302,271 | 26,136,680,488 | IssuesEvent | 2022-12-29 13:01:27 | VSharp-team/VSharp | https://api.github.com/repos/VSharp-team/VSharp | opened | Web benchmark: 'Could not load file or assembly' in VSharp.Mocking.Type.Build | bug test-generator | - Run V# CLI ([2a3e2d9](https://github.com/VSharp-team/VSharp/commit/2a3e2d9ee2796ac10acca16547729b8fa85f0b9d)) on https://github.com/VSharp-team/VSharp-bench/blob/327df044c180ff2679d1b0509d2c6b9c0c0bd360/max_arshinov_web/HightechAngular.Web.dll ([commit a85c3d1](https://github.com/VSharp-team/VSharp-bench/commit/a85c3... | 1.0 | Web benchmark: 'Could not load file or assembly' in VSharp.Mocking.Type.Build - - Run V# CLI ([2a3e2d9](https://github.com/VSharp-team/VSharp/commit/2a3e2d9ee2796ac10acca16547729b8fa85f0b9d)) on https://github.com/VSharp-team/VSharp-bench/blob/327df044c180ff2679d1b0509d2c6b9c0c0bd360/max_arshinov_web/HightechAngular.We... | non_comp | web benchmark could not load file or assembly in vsharp mocking type build run v cli on with params method get cart d vsharp bench max arshinov web hightechangular web dll render tests debug configuration get the following error tests renderer deserialization of test failed... | 0 |
10,144 | 12,154,555,316 | IssuesEvent | 2020-04-25 08:54:55 | ldtteam/minecolonies | https://api.github.com/repos/ldtteam/minecolonies | closed | MalisisDoors compatibility | Compatibility: Mod | ### Minecolonies version
Version: minecolonies-1.12.2-0.11.811-BETA-universal
Modpack: MC Eternal 1.3.5.3
### Expected behavior
- Builder builds building with doors, builder breaks doors to move them and places them again or stores them in his inventory for another build.
### Actual behaviour
- Builder builds... | True | MalisisDoors compatibility - ### Minecolonies version
Version: minecolonies-1.12.2-0.11.811-BETA-universal
Modpack: MC Eternal 1.3.5.3
### Expected behavior
- Builder builds building with doors, builder breaks doors to move them and places them again or stores them in his inventory for another build.
### Actua... | comp | malisisdoors compatibility minecolonies version version minecolonies beta universal modpack mc eternal expected behavior builder builds building with doors builder breaks doors to move them and places them again or stores them in his inventory for another build actual be... | 1 |
20,776 | 30,924,334,407 | IssuesEvent | 2023-08-06 09:49:27 | jambit/sensAI | https://api.github.com/repos/jambit/sensAI | closed | geopandas cannot be installed under Windows | incompatibility | `pip install` fails.
Perhaps this can be fixed by using conda (#24) or a different version of geopandas. | True | geopandas cannot be installed under Windows - `pip install` fails.
Perhaps this can be fixed by using conda (#24) or a different version of geopandas. | comp | geopandas cannot be installed under windows pip install fails perhaps this can be fixed by using conda or a different version of geopandas | 1 |
9,438 | 11,496,016,574 | IssuesEvent | 2020-02-12 06:48:50 | sebastianbergmann/phpunit | https://api.github.com/repos/sebastianbergmann/phpunit | closed | Make mock expectation `with()` more strict | feature/mock-objects type/backward-compatibility | | Q | A
| --------------------| ---------------
| PHPUnit version | 8.2.2
| PHP version | 7.3.11
| Installation Method | PHAR
I'm wonding why this expectation does not fail, because the second parameter $bar ist not expected in the `with` clause. I would have expected a more strict... | True | Make mock expectation `with()` more strict - | Q | A
| --------------------| ---------------
| PHPUnit version | 8.2.2
| PHP version | 7.3.11
| Installation Method | PHAR
I'm wonding why this expectation does not fail, because the second parameter $bar ist not expected in the `with... | comp | make mock expectation with more strict q a phpunit version php version installation method phar i m wonding why this expectation does not fail because the second parameter bar ist not expected in the with ... | 1 |
118,570 | 11,983,655,950 | IssuesEvent | 2020-04-07 14:44:55 | mitra-social/docs | https://api.github.com/repos/mitra-social/docs | opened | Arichtecture overview diagram | documentation estimated 🕒 | ## Acceptance criterias
* As a stakeholder, I want to see an overview of the architecture of this project so that I can orient myself in the project.
## Time tracking
* Estimatin: 3h
* Effective:
| 1.0 | Arichtecture overview diagram - ## Acceptance criterias
* As a stakeholder, I want to see an overview of the architecture of this project so that I can orient myself in the project.
## Time tracking
* Estimatin: 3h
* Effective:
| non_comp | arichtecture overview diagram acceptance criterias as a stakeholder i want to see an overview of the architecture of this project so that i can orient myself in the project time tracking estimatin effective | 0 |
58,169 | 24,360,607,880 | IssuesEvent | 2022-10-03 11:21:26 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Custom filter: can't create/update filter with a mouse click | bug Feature:Filters Feature:Query Bar regression impact:medium Team:AppServicesUx Feature:Unified search v8.5.0 | **Kibana version:** 8.5-snapshot (8.4 seems to be fine)
**Browser**: Chrome 106.0.5249.61
**Describe the bug:**
Can't click "Add filter" / "Update filter" / "Cancel" when additing a custom filter
**Steps to reproduce:**
1. Try to add a custom filter using a mouse
**Expected behavior:**
Should be able... | 1.0 | Custom filter: can't create/update filter with a mouse click - **Kibana version:** 8.5-snapshot (8.4 seems to be fine)
**Browser**: Chrome 106.0.5249.61
**Describe the bug:**
Can't click "Add filter" / "Update filter" / "Cancel" when additing a custom filter
**Steps to reproduce:**
1. Try to add a custom f... | non_comp | custom filter can t create update filter with a mouse click kibana version snapshot seems to be fine browser chrome describe the bug can t click add filter update filter cancel when additing a custom filter steps to reproduce try to add a custom filter ... | 0 |
7,379 | 9,629,551,433 | IssuesEvent | 2019-05-15 09:51:19 | MozillaReality/FirefoxReality | https://api.github.com/repos/MozillaReality/FirefoxReality | closed | `<option selected>` in `<select multiple>` do not visually appear to be selected (in blue) | P3 bug compatibility | ## Hardware
Oculus Go, Pico G2
## Steps to Reproduce
<!--- For bugs, please provide a link to a live web site, test page, or a rough set of -->
<!--- steps to reproduce this bug. If relevant, include code to reproduce. -->
<!--- Feel free to attach images and GIFs of screen captures. -->
1. Load https://webxr.s... | True | `<option selected>` in `<select multiple>` do not visually appear to be selected (in blue) - ## Hardware
Oculus Go, Pico G2
## Steps to Reproduce
<!--- For bugs, please provide a link to a live web site, test page, or a rough set of -->
<!--- steps to reproduce this bug. If relevant, include code to reproduce. --... | comp | in do not visually appear to be selected in blue hardware oculus go pico steps to reproduce load press the field to expose the choice list select multiple s and press ok to update the value notice there is a focus ring outline on the first but none of... | 1 |
2,586 | 5,313,179,666 | IssuesEvent | 2017-02-13 11:21:10 | mike42/escpos-php | https://api.github.com/repos/mike42/escpos-php | closed | Daisy Fiscal Devices Support | printer-compatibility question | Hello.i want integration of the Daisy Devices.is this possible
http://en.daisy.bg/products
| True | Daisy Fiscal Devices Support - Hello.i want integration of the Daisy Devices.is this possible
http://en.daisy.bg/products
| comp | daisy fiscal devices support hello i want integration of the daisy devices is this possible | 1 |
9,608 | 11,689,208,419 | IssuesEvent | 2020-03-05 15:43:03 | widelands/widelands | https://api.github.com/repos/widelands/widelands | opened | Make autosave message better visible | enhancement saveloading & compatibility ui | During game autosaves no ProgressWindow is being displayed any more. The only indicator why the game seems to be hanging is a small, sometimes poorly visible string in the lower left corner which may be obscured by open windows.
Suggestions:
- Re-enable the progress window for autosaves like for manual saves
- Dra... | True | Make autosave message better visible - During game autosaves no ProgressWindow is being displayed any more. The only indicator why the game seems to be hanging is a small, sometimes poorly visible string in the lower left corner which may be obscured by open windows.
Suggestions:
- Re-enable the progress window for... | comp | make autosave message better visible during game autosaves no progresswindow is being displayed any more the only indicator why the game seems to be hanging is a small sometimes poorly visible string in the lower left corner which may be obscured by open windows suggestions re enable the progress window for... | 1 |
16,726 | 23,054,102,798 | IssuesEvent | 2022-07-25 01:36:45 | stargate-rewritten/Stargate-Bukkit | https://api.github.com/repos/stargate-rewritten/Stargate-Bukkit | opened | Granular Sign Formatting. | enhancement WIP incompatibility | Priority SGKV Parity Feature: Colours.
By default, user-specified foreground (light) & background (dark) config options are used to colour signs.
An enum designates all signs as dark (defaulting to the foreground colour) or light (defaulting to the background colour).
Although simpler than SGKV's solution, is it... | True | Granular Sign Formatting. - Priority SGKV Parity Feature: Colours.
By default, user-specified foreground (light) & background (dark) config options are used to colour signs.
An enum designates all signs as dark (defaulting to the foreground colour) or light (defaulting to the background colour).
Although simpler... | comp | granular sign formatting priority sgkv parity feature colours by default user specified foreground light background dark config options are used to colour signs an enum designates all signs as dark defaulting to the foreground colour or light defaulting to the background colour although simpler... | 1 |
118,353 | 4,737,884,036 | IssuesEvent | 2016-10-20 00:50:44 | ParabolInc/action | https://api.github.com/repos/ParabolInc/action | opened | Spacing when multiple meetings are active | bug low priority | ## Issue - Bug

^ Looks like we could use some extra breathing room between these team names
- **Estimated effort:** 1 points ([see CONTRIBUTING.md](https://github.com/ParabolInc/action/blob/master/CO... | 1.0 | Spacing when multiple meetings are active - ## Issue - Bug

^ Looks like we could use some extra breathing room between these team names
- **Estimated effort:** 1 points ([see CONTRIBUTING.md](https:/... | non_comp | spacing when multiple meetings are active issue bug looks like we could use some extra breathing room between these team names estimated effort points | 0 |
9,616 | 11,698,701,550 | IssuesEvent | 2020-03-06 14:22:11 | Automattic/jetpack | https://api.github.com/repos/Automattic/jetpack | opened | PHP Warning in jetpack_compat after addition of queue_size to JP 8.3 | Backwards Compatibility Sync [Type] Bug | With the nameclass updates in Jetpack 7.5 we introduced a jetpack_compat library to maintain compatibility with 3rd party plugins that were calling JP functionality directly.
In 8.3 we updated the Actions::send_data to have a new queue_size parameter. As the compat class extends Actions it now throws a warning.
W... | True | PHP Warning in jetpack_compat after addition of queue_size to JP 8.3 - With the nameclass updates in Jetpack 7.5 we introduced a jetpack_compat library to maintain compatibility with 3rd party plugins that were calling JP functionality directly.
In 8.3 we updated the Actions::send_data to have a new queue_size param... | comp | php warning in jetpack compat after addition of queue size to jp with the nameclass updates in jetpack we introduced a jetpack compat library to maintain compatibility with party plugins that were calling jp functionality directly in we updated the actions send data to have a new queue size paramet... | 1 |
13,093 | 15,380,177,705 | IssuesEvent | 2021-03-02 20:43:03 | OpenMDAO/dymos | https://api.github.com/repos/OpenMDAO/dymos | closed | Remove deprecated feature: solve-segments = True | backwards incompatible | ### Summary of Issue
Remove deprecated solve_segments=True option
### Issue Type
- [ ] Bug
- [ ] Enhancement
- [ ] Docs
- [x] Miscellaneous
### Description
Dymos now supports use of solve_segments to effectively propagate dynamics forward or backward from the initial or final point in a phase. The op... | True | Remove deprecated feature: solve-segments = True - ### Summary of Issue
Remove deprecated solve_segments=True option
### Issue Type
- [ ] Bug
- [ ] Enhancement
- [ ] Docs
- [x] Miscellaneous
### Description
Dymos now supports use of solve_segments to effectively propagate dynamics forward or backward ... | comp | remove deprecated feature solve segments true summary of issue remove deprecated solve segments true option issue type bug enhancement docs miscellaneous description dymos now supports use of solve segments to effectively propagate dynamics forward or backward from the... | 1 |
14,664 | 17,934,982,552 | IssuesEvent | 2021-09-10 14:16:43 | ferreusveritas/DynamicTrees | https://api.github.com/repos/ferreusveritas/DynamicTrees | closed | Exception Ticking World - Snow Cannot Be Cast | bug 1.16.5 mod incompatibility | Description:
Our game world is experience a world ticking crash due to, presumably, snow layers interacting with our Dynamic trees. The world is no more than 10 minutes old and is a Terraforged generated level. The only mod that may relate to this issue as I understand it, could be Snow Real Magic, but this is only sp... | True | Exception Ticking World - Snow Cannot Be Cast - Description:
Our game world is experience a world ticking crash due to, presumably, snow layers interacting with our Dynamic trees. The world is no more than 10 minutes old and is a Terraforged generated level. The only mod that may relate to this issue as I understand i... | comp | exception ticking world snow cannot be cast description our game world is experience a world ticking crash due to presumably snow layers interacting with our dynamic trees the world is no more than minutes old and is a terraforged generated level the only mod that may relate to this issue as i understand it... | 1 |
11,290 | 13,239,204,050 | IssuesEvent | 2020-08-19 02:44:11 | TridentMC/ArchitectureCraft | https://api.github.com/repos/TridentMC/ArchitectureCraft | closed | Architect's Bench rejects Tinker's Construct seared stone and seared brick | k: Incompatibility | Hello.
Can you add compatibility with blocks of Tinker'š construct?
| True | Architect's Bench rejects Tinker's Construct seared stone and seared brick - Hello.
Can you add compatibility with blocks of Tinker'š construct?
| comp | architect s bench rejects tinker s construct seared stone and seared brick hello can you add compatibility with blocks of tinker š construct | 1 |
243,837 | 18,727,188,879 | IssuesEvent | 2021-11-03 17:27:08 | wtsi-npg/npg_conda | https://api.github.com/repos/wtsi-npg/npg_conda | opened | Instructions on installing missing from the README | documentation | There should be working instructions on how to install in the README, so that no prior knowledge is required. | 1.0 | Instructions on installing missing from the README - There should be working instructions on how to install in the README, so that no prior knowledge is required. | non_comp | instructions on installing missing from the readme there should be working instructions on how to install in the readme so that no prior knowledge is required | 0 |
731,413 | 25,215,091,788 | IssuesEvent | 2022-11-14 08:31:41 | open-telemetry/opentelemetry-collector | https://api.github.com/repos/open-telemetry/opentelemetry-collector | closed | Set gRPC logger to zap | enhancement priority:p3 release:after-ga area:miscellaneous | **Is your feature request related to a problem? Please describe.**
As part of #2102, we should provide users with logs about the underlying connections provided and used by receivers and exporters. Given that quite a few of them use gRPC clients and servers, the bootstrap procedure for the collector should have a line... | 1.0 | Set gRPC logger to zap - **Is your feature request related to a problem? Please describe.**
As part of #2102, we should provide users with logs about the underlying connections provided and used by receivers and exporters. Given that quite a few of them use gRPC clients and servers, the bootstrap procedure for the col... | non_comp | set grpc logger to zap is your feature request related to a problem please describe as part of we should provide users with logs about the underlying connections provided and used by receivers and exporters given that quite a few of them use grpc clients and servers the bootstrap procedure for the collec... | 0 |
65,402 | 3,228,071,314 | IssuesEvent | 2015-10-11 19:33:07 | UnifiedViews/Plugin-DevEnv | https://api.github.com/repos/UnifiedViews/Plugin-DevEnv | closed | ContextUtils.sendMessage() should allow translate also short message (caption) with parameters | priority: Normal severity: enhancement | In current implementation only long message can be parametrized (https://github.com/UnifiedViews/Plugin-DevEnv/blob/develop/uv-dpu-helpers/src/main/java/eu/unifiedviews/helpers/dpu/context/ContextUtils.java#L32-L74). During migration of eDemo DPUs I have encountered multiple occurrences of parameters also in short mess... | 1.0 | ContextUtils.sendMessage() should allow translate also short message (caption) with parameters - In current implementation only long message can be parametrized (https://github.com/UnifiedViews/Plugin-DevEnv/blob/develop/uv-dpu-helpers/src/main/java/eu/unifiedviews/helpers/dpu/context/ContextUtils.java#L32-L74). Durin... | non_comp | contextutils sendmessage should allow translate also short message caption with parameters in current implementation only long message can be parametrized during migration of edemo dpus i have encountered multiple occurrences of parameters also in short message for such case the contextutils sendmessage i... | 0 |
12,011 | 14,148,099,802 | IssuesEvent | 2020-11-10 21:56:18 | oshi/oshi | https://api.github.com/repos/oshi/oshi | closed | Could not get display on ubuntu 12.04 | bug? compatibility | I found run command "xrandr --verbose" on java runtime.exe with default env not response anything, like this:
`Runtime.getRuntime().exec("xrandr --verbose".split(" "), new String[] { "LC_ALL=C" });`
But when I run with null env, everything fine.
`Runtime.getRuntime().exec("xrandr --verbose".split(" "), null);`
When... | True | Could not get display on ubuntu 12.04 - I found run command "xrandr --verbose" on java runtime.exe with default env not response anything, like this:
`Runtime.getRuntime().exec("xrandr --verbose".split(" "), new String[] { "LC_ALL=C" });`
But when I run with null env, everything fine.
`Runtime.getRuntime().exec("xra... | comp | could not get display on ubuntu i found run command xrandr verbose on java runtime exe with default env not response anything like this runtime getruntime exec xrandr verbose split new string lc all c but when i run with null env everything fine runtime getruntime exec xrandr... | 1 |
8,725 | 10,679,332,156 | IssuesEvent | 2019-10-21 19:03:03 | GoogleWebComponents/model-viewer | https://api.github.com/repos/GoogleWebComponents/model-viewer | closed | Model does not "wiggle" correctly in Safari | arc: compatibility arc: interaction type: bug | Our new model interaction prompt seems to be very glitchy in Safari. Sometimes it works fine, sometimes the model doesn't rotate, sometimes the model rotation jumps and sometimes the hand icon disappears entirely (but the model is still rotating / glitching). The problem seems to be exacerbated by tabbing-away from Saf... | True | Model does not "wiggle" correctly in Safari - Our new model interaction prompt seems to be very glitchy in Safari. Sometimes it works fine, sometimes the model doesn't rotate, sometimes the model rotation jumps and sometimes the hand icon disappears entirely (but the model is still rotating / glitching). The problem se... | comp | model does not wiggle correctly in safari our new model interaction prompt seems to be very glitchy in safari sometimes it works fine sometimes the model doesn t rotate sometimes the model rotation jumps and sometimes the hand icon disappears entirely but the model is still rotating glitching the problem se... | 1 |
318,827 | 27,324,579,959 | IssuesEvent | 2023-02-25 00:03:29 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | [Flaky Test] should multi-select in the ListView component with shift + up and down keys | [Status] Stale [Type] Flaky Test | <!-- __META_DATA__:{} -->
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
should multi-select in the ListView component with shift + up and down keys
## Test path
`specs/editor/various/multi-block-selection.test.js`
## Errors
<!-- __TEST_RES... | 1.0 | [Flaky Test] should multi-select in the ListView component with shift + up and down keys - <!-- __META_DATA__:{} -->
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
should multi-select in the ListView component with shift + up and down keys
#... | non_comp | should multi select in the listview component with shift up and down keys flaky test detected this is an auto generated issue by github actions please do not edit this manually test title should multi select in the listview component with shift up and down keys test path specs editor various m... | 0 |
7,921 | 10,127,291,464 | IssuesEvent | 2019-08-01 09:52:41 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | closed | [FP] [INCOMPATIBILITY] VeinMiner v1.14.0 (block.nuker) | Incompatibility | ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] The issue happens on default config.yml and checks.yml
- [X] I've tested ... | True | [FP] [INCOMPATIBILITY] VeinMiner v1.14.0 (block.nuker) - ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] The issue happens... | comp | veinminer block nuker troubleshooting information change to to check the checkboxes below matrix is running on a or server the incompatible plugin is up to date matrix and protocollib are up to date the issue happens on default config yml and checks ym... | 1 |
129,400 | 27,458,152,372 | IssuesEvent | 2023-03-02 23:31:51 | phetsims/quadrilateral | https://api.github.com/repos/phetsims/quadrilateral | opened | Simplify getNextPositionInDimension | dev:code-review | From #398, we are interested in improving `getNextPositionInDimension`. We almost got this patch kind of working, but something like this:
```diff
Subject: [PATCH] Move updateOrderDependentProperties into QuadrilateralShapeModel and add documentation, see https://github.com/phetsims/quadrilateral/issues/398
---
... | 1.0 | Simplify getNextPositionInDimension - From #398, we are interested in improving `getNextPositionInDimension`. We almost got this patch kind of working, but something like this:
```diff
Subject: [PATCH] Move updateOrderDependentProperties into QuadrilateralShapeModel and add documentation, see https://github.com/ph... | non_comp | simplify getnextpositionindimension from we are interested in improving getnextpositionindimension we almost got this patch kind of working but something like this diff subject move updateorderdependentproperties into quadrilateralshapemodel and add documentation see index js quadrilater... | 0 |
6,356 | 8,680,978,970 | IssuesEvent | 2018-12-01 16:00:50 | cobalt-org/liquid-rust | https://api.github.com/repos/cobalt-org/liquid-rust | closed | Support tags crossing lines | enhancement shopify-compatibility | Example test
```rust
assert_template_result!(
"0 1 2 3",
"0{%\nfor i in (1..3)\n%} {{\ni\n}}{%\nendfor\n%}"
);
``` | True | Support tags crossing lines - Example test
```rust
assert_template_result!(
"0 1 2 3",
"0{%\nfor i in (1..3)\n%} {{\ni\n}}{%\nendfor\n%}"
);
``` | comp | support tags crossing lines example test rust assert template result nfor i in n ni n nendfor n | 1 |
3,280 | 6,225,532,166 | IssuesEvent | 2017-07-10 16:23:22 | w3c/ortc | https://api.github.com/repos/w3c/ortc | opened | Nullable argument to replaceTrack/setTrack | 1.0 compatibility issue | The following merged WebRTC 1.0 PRs may relate to ORTC as well:
https://github.com/w3c/webrtc-pc/pull/1388 (nullable argument to replaceTrack/setTrack) | True | Nullable argument to replaceTrack/setTrack - The following merged WebRTC 1.0 PRs may relate to ORTC as well:
https://github.com/w3c/webrtc-pc/pull/1388 (nullable argument to replaceTrack/setTrack) | comp | nullable argument to replacetrack settrack the following merged webrtc prs may relate to ortc as well nullable argument to replacetrack settrack | 1 |
12,191 | 14,382,757,260 | IssuesEvent | 2020-12-02 08:05:00 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | opened | CQL parser missing support for Cassandra 3.10's new "+=" syntax | CQL cassandra 3.x compatibility | In Cassandra 3.10, the syntax "+=", "-=" was added to updating collections and counters. For example:
```
UPDATE table SET s += {'v6'} WHERE k = 0
```
This is in addition to the pre-existing `s = s + {'v6'}` syntax.
This feature was requested in https://issues.apache.org/jira/browse/CASSANDRA-12232 and committe... | True | CQL parser missing support for Cassandra 3.10's new "+=" syntax - In Cassandra 3.10, the syntax "+=", "-=" was added to updating collections and counters. For example:
```
UPDATE table SET s += {'v6'} WHERE k = 0
```
This is in addition to the pre-existing `s = s + {'v6'}` syntax.
This feature was requested in ... | comp | cql parser missing support for cassandra s new syntax in cassandra the syntax was added to updating collections and counters for example update table set s where k this is in addition to the pre existing s s syntax this feature was requested in an... | 1 |
20,280 | 29,506,194,430 | IssuesEvent | 2023-06-03 10:42:15 | FalsehoodMC/Fabrication | https://api.github.com/repos/FalsehoodMC/Fabrication | closed | [1.16.5 Forge] Optifine Shaders causes Classic Block Drops to not render the item entity, and render a "half shadow" | k: Incompatibility n: Forge n: OptiFine | What is strange is how it's affecting block drop normals in how they're projected against the shadow map....
You already use a solution that utilizes mipmaps but what about the UV's? You can see the broken version of the item entity's shadow only has one triangle showing, and that's on the bottom of the block.
... | True | [1.16.5 Forge] Optifine Shaders causes Classic Block Drops to not render the item entity, and render a "half shadow" - What is strange is how it's affecting block drop normals in how they're projected against the shadow map....
You already use a solution that utilizes mipmaps but what about the UV's? You can see ... | comp | optifine shaders causes classic block drops to not render the item entity and render a half shadow what is strange is how it s affecting block drop normals in how they re projected against the shadow map you already use a solution that utilizes mipmaps but what about the uv s you can see the broken ve... | 1 |
12,824 | 15,091,788,561 | IssuesEvent | 2021-02-06 16:55:15 | spacelab-ufsc/eps2 | https://api.github.com/repos/spacelab-ufsc/eps2 | opened | Hardware: Evaluate power for additional payloads | compatibility hardware power tps54540 | On the EPS 2.0 board there are four 5V power pins for payloads with only one regulator IC. It needs to be evaluated if is necessary to add another voltage regulator in case of up to four payloads to be powered from the system. | True | Hardware: Evaluate power for additional payloads - On the EPS 2.0 board there are four 5V power pins for payloads with only one regulator IC. It needs to be evaluated if is necessary to add another voltage regulator in case of up to four payloads to be powered from the system. | comp | hardware evaluate power for additional payloads on the eps board there are four power pins for payloads with only one regulator ic it needs to be evaluated if is necessary to add another voltage regulator in case of up to four payloads to be powered from the system | 1 |
20,775 | 6,927,635,156 | IssuesEvent | 2017-11-30 23:49:15 | angular/angular | https://api.github.com/repos/angular/angular | closed | published code & npm bundles include abstract methods | comp: build & ci freq3: high severity2: inconvenient | **I'm submitting a bug report**
**Current behavior**
Published code & umd bundles from npm such as `@angular/platform-browser/bundles/platform-browser.umd.js` from `@angular/platform-browser` include extra licenses and empty abstract methods.
**Expected behavior**
Ideally our .umd bundles would not include thes... | 1.0 | published code & npm bundles include abstract methods - **I'm submitting a bug report**
**Current behavior**
Published code & umd bundles from npm such as `@angular/platform-browser/bundles/platform-browser.umd.js` from `@angular/platform-browser` include extra licenses and empty abstract methods.
**Expected beh... | non_comp | published code npm bundles include abstract methods i m submitting a bug report current behavior published code umd bundles from npm such as angular platform browser bundles platform browser umd js from angular platform browser include extra licenses and empty abstract methods expected beh... | 0 |
184,120 | 14,969,718,926 | IssuesEvent | 2021-01-27 18:33:00 | ForgeRock/forgeops-cli | https://api.github.com/repos/ForgeRock/forgeops-cli | closed | Define scope of `forgeops doctor platform` | documentation | Define scope of `forgeops doctor platform`. We have some things still TBD as to what we're going to check:
Check the status of platform deployment by checking ready state and configuration.
* check secrets deployed - should we check for backups?
* check configs deployed
* check DS deployment - check backu... | 1.0 | Define scope of `forgeops doctor platform` - Define scope of `forgeops doctor platform`. We have some things still TBD as to what we're going to check:
Check the status of platform deployment by checking ready state and configuration.
* check secrets deployed - should we check for backups?
* check configs de... | non_comp | define scope of forgeops doctor platform define scope of forgeops doctor platform we have some things still tbd as to what we re going to check check the status of platform deployment by checking ready state and configuration check secrets deployed should we check for backups check configs de... | 0 |
1,856 | 4,448,727,124 | IssuesEvent | 2016-08-22 02:00:12 | SkyrimLL/SDPlus | https://api.github.com/repos/SkyrimLL/SDPlus | closed | Add support for new ZAP Slavery API | Compatibility enhancement Enslavement quest | - Look into adding ZAP slave factions and leash system
http://www.loverslab.com/files/file/156-zaz-animation-pack-2016-03-19/
| True | Add support for new ZAP Slavery API - - Look into adding ZAP slave factions and leash system
http://www.loverslab.com/files/file/156-zaz-animation-pack-2016-03-19/
| comp | add support for new zap slavery api look into adding zap slave factions and leash system | 1 |
848 | 3,294,532,676 | IssuesEvent | 2015-10-31 04:11:16 | ant-design/ant-design | https://api.github.com/repos/ant-design/ant-design | opened | IE8 报错 | bug Compatibility | 在 IE8 会抛出 `ERR_ACCESSORS_NOT_SUPPORTED`。
定位后,发现编译后的代码使用了 `Object.defineProperty`,而在 IE8 上面,是无法 shim 出这个方法的,所以现在的情况是,在 IE8 打开 ant.design 都会报这个错。 | True | IE8 报错 - 在 IE8 会抛出 `ERR_ACCESSORS_NOT_SUPPORTED`。
定位后,发现编译后的代码使用了 `Object.defineProperty`,而在 IE8 上面,是无法 shim 出这个方法的,所以现在的情况是,在 IE8 打开 ant.design 都会报这个错。 | comp | 报错 在 会抛出 err accessors not supported 。 定位后,发现编译后的代码使用了 object defineproperty ,而在 上面,是无法 shim 出这个方法的,所以现在的情况是,在 打开 ant design 都会报这个错。 | 1 |
245,733 | 7,890,364,289 | IssuesEvent | 2018-06-28 08:36:05 | rism-ch/verovio | https://api.github.com/repos/rism-ch/verovio | closed | Import Humdrum sections | feature request raised priority | It would be good to transform humdrum sections `*>` to MEI `<section>` elements.
Additionally then the expansion list `*>[A,B]` could be transferred to `<expansion>`. | 1.0 | Import Humdrum sections - It would be good to transform humdrum sections `*>` to MEI `<section>` elements.
Additionally then the expansion list `*>[A,B]` could be transferred to `<expansion>`. | non_comp | import humdrum sections it would be good to transform humdrum sections to mei elements additionally then the expansion list could be transferred to | 0 |
7,723 | 9,962,631,171 | IssuesEvent | 2019-07-07 16:07:14 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | opened | [INCOMPATIBILITY] AdvancedDevUtils-Spigot (Fake PlayerNPCs) | Incompatibility | ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server
- [X] The issue happens on default config.yml and checks.yml
- [X] I've tested ... | True | [INCOMPATIBILITY] AdvancedDevUtils-Spigot (Fake PlayerNPCs) - ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server
- [X] The issue ha... | comp | advanceddevutils spigot fake playernpcs troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and... | 1 |
366,229 | 10,818,488,908 | IssuesEvent | 2019-11-08 12:12:41 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | play.google.com - see bug description | browser-fenix engine-gecko priority-critical | <!-- @browser: Firefox Mobile 70.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:70.0) Gecko/70.0 Firefox/70.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://play.google.com/store/apps/details?id=com.google.stadia.android
**Browser / Version**: Firefox Mobile 70.0
**Op... | 1.0 | play.google.com - see bug description - <!-- @browser: Firefox Mobile 70.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:70.0) Gecko/70.0 Firefox/70.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://play.google.com/store/apps/details?id=com.google.stadia.android
**Brows... | non_comp | play google com see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description i wanna open it whit the app steps to reproduce browser configuration none fro... | 0 |
206,925 | 15,783,760,792 | IssuesEvent | 2021-04-01 14:22:11 | AutoPacker-OSS/autopacker | https://api.github.com/repos/AutoPacker-OSS/autopacker | closed | Make webapp-tests work again | Priority: Medium Status: Accepted Type: Bug Type: Test | The webapp-test project was not actively used and some things do not work anymore. Get it working again. | 1.0 | Make webapp-tests work again - The webapp-test project was not actively used and some things do not work anymore. Get it working again. | non_comp | make webapp tests work again the webapp test project was not actively used and some things do not work anymore get it working again | 0 |
93,636 | 10,772,569,365 | IssuesEvent | 2019-11-02 15:31:21 | hoelzer-lab/rnaseq | https://api.github.com/repos/hoelzer-lab/rnaseq | opened | Pathway analysis | documentation enhancement | The people always want subsequent pathway analysis of the DEGs.
I used the
* Piano R package
for this sometimes. What I really like is
* WebGestalt
that we can maybe also use locally?
The identified GO terms could then be visualized with
* Revigo
It might be also worth to check current lite... | 1.0 | Pathway analysis - The people always want subsequent pathway analysis of the DEGs.
I used the
* Piano R package
for this sometimes. What I really like is
* WebGestalt
that we can maybe also use locally?
The identified GO terms could then be visualized with
* Revigo
It might be also worth to... | non_comp | pathway analysis the people always want subsequent pathway analysis of the degs i used the piano r package for this sometimes what i really like is webgestalt that we can maybe also use locally the identified go terms could then be visualized with revigo it might be also worth to... | 0 |
8,925 | 10,926,652,139 | IssuesEvent | 2019-11-22 15:08:24 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | com.dcinside.app - app is not working as it should be | Bug Compatibility Waiting for repro | ### Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
### Issue Details
Original issue: https://github.com/AdguardTeam/AdguardFilters/issues/41411
Information | value
--- | ---
... | True | com.dcinside.app - app is not working as it should be - ### Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
### Issue Details
Original issue: https://github.com/AdguardTeam/Adguar... | comp | com dcinside app app is not working as it should be prerequisites i am running the latest version i checked the documentation and found no answer i checked to make sure that this issue has not already been filed issue details original issue information value platfo... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.