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
4,973
7,570,485,423
IssuesEvent
2018-04-23 09:09:18
alipay/sofa-ark
https://api.github.com/repos/alipay/sofa-ark
closed
Change rule of importing and exporting pacakge
NOT compatible enhancement
Now, SOFAArk support the behavior of importing and exporting package; the following configuration ```xml <export> <packages> <package>a.b</package> </packages> </export> ``` , means that all classes start with `a.b` would be exported, e.g. `a.b.C`, or `a.b.d.E`. Sometimes, we find it's not ver...
True
Change rule of importing and exporting pacakge - Now, SOFAArk support the behavior of importing and exporting package; the following configuration ```xml <export> <packages> <package>a.b</package> </packages> </export> ``` , means that all classes start with `a.b` would be exported, e.g. `a.b....
comp
change rule of importing and exporting pacakge now sofaark support the behavior of importing and exporting package the following configuration xml a b means that all classes start with a b would be exported e g a b c or a b d e sometimes we find it s not very ...
1
7,836
10,056,755,625
IssuesEvent
2019-07-22 09:53:06
AdguardTeam/AdguardForMac
https://api.github.com/repos/AdguardTeam/AdguardForMac
closed
AdGuard prevents the encrypt.me app from establishing a secure connection
Bug Compatibility P3: Medium
<!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> It starts establishing a connection but never finishes, and the filtering log is getting populated with the below requests ![image](https://user-images.githubusercontent.com/15856304/595489...
True
AdGuard prevents the encrypt.me app from establishing a secure connection - <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> It starts establishing a connection but never finishes, and the filtering log is getting populated with the below re...
comp
adguard prevents the encrypt me app from establishing a secure connection it starts establishing a connection but never finishes and the filtering log is getting populated with the below requests steps to reproduce install the encrypt me app and log in with a valid trial account ...
1
139,635
20,920,897,430
IssuesEvent
2022-03-24 17:17:32
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
Discovery: Add Prop to va-additional-info to disable blue line
vsp-design-system-team
## Situation On https://www.va.gov/health-care/health-needs-conditions/mental-health/ they have a `va-alert` web component that is being generated via the Content Build from https://github.com/department-of-veterans-affairs/content-build/blob/master/src/site/blocks/alert.drupal.liquid Inside that alert they have an ex...
1.0
Discovery: Add Prop to va-additional-info to disable blue line - ## Situation On https://www.va.gov/health-care/health-needs-conditions/mental-health/ they have a `va-alert` web component that is being generated via the Content Build from https://github.com/department-of-veterans-affairs/content-build/blob/master/src/s...
non_comp
discovery add prop to va additional info to disable blue line situation on they have a va alert web component that is being generated via the content build from inside that alert they have an expandable option which is created via css classes named form expanding group this expandable option is essentia...
0
1,962
4,677,610,497
IssuesEvent
2016-10-07 15:35:16
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
chdir ignores permissions on directories
php5 incompatibility php7 incompatibility probably easy
### HHVM Version 3.10.0 - 3.15.1 tested ### Standalone code, or other way to reproduce the problem https://3v4l.org/mpZAM ### Expected result Warning: chdir(): Permission denied (errno 13) in {file.php} on line X ### Actual result Current working directory is updated without any incident at all.
True
chdir ignores permissions on directories - ### HHVM Version 3.10.0 - 3.15.1 tested ### Standalone code, or other way to reproduce the problem https://3v4l.org/mpZAM ### Expected result Warning: chdir(): Permission denied (errno 13) in {file.php} on line X ### Actual result Current working directory is upda...
comp
chdir ignores permissions on directories hhvm version tested standalone code or other way to reproduce the problem expected result warning chdir permission denied errno in file php on line x actual result current working directory is updated without any incident...
1
16,763
9,880,077,337
IssuesEvent
2019-06-24 11:42:47
tamirko/ksa2406_v1
https://api.github.com/repos/tamirko/ksa2406_v1
opened
CVE-2017-3523 (High) detected in mysql-connector-java-5.1.18.jar
security vulnerability
## CVE-2017-3523 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.18.jar</b></p></summary> <p>MySQL JDBC Type 4 driver</p> <p>Library home page: <a href="http:/...
True
CVE-2017-3523 (High) detected in mysql-connector-java-5.1.18.jar - ## CVE-2017-3523 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.18.jar</b></p></summary> <p...
non_comp
cve high detected in mysql connector java jar cve high severity vulnerability vulnerable library mysql connector java jar mysql jdbc type driver library home page a href path to dependency file ksa debug pom xml path to vulnerable library repository mysql my...
0
9,328
11,356,615,159
IssuesEvent
2020-01-24 23:22:32
lbl-srg/MPCPy
https://api.github.com/repos/lbl-srg/MPCPy
closed
Implement UKF state estimation
Non-Backwards Compatible
This issue will implement state estimation using the UKF as implemented in the package EstimationPy (https://github.com/lbl-srg/EstimationPy) for FMU models. Note this is the same package used for parameter estimation using the UKF. It will require: - [x] Definition of new exodata object to store information about...
True
Implement UKF state estimation - This issue will implement state estimation using the UKF as implemented in the package EstimationPy (https://github.com/lbl-srg/EstimationPy) for FMU models. Note this is the same package used for parameter estimation using the UKF. It will require: - [x] Definition of new exodata ...
comp
implement ukf state estimation this issue will implement state estimation using the ukf as implemented in the package estimationpy for fmu models note this is the same package used for parameter estimation using the ukf it will require definition of new exodata object to store information about unobser...
1
578,708
17,150,439,495
IssuesEvent
2021-07-13 19:49:00
cagov/cannabis.ca.gov
https://api.github.com/repos/cagov/cannabis.ca.gov
opened
Discussion: Can the search bar be used to search announcements?
1 pt Low Priority - Non-critical
This may or may not be a priority item based on user needs. Explore further.
1.0
Discussion: Can the search bar be used to search announcements? - This may or may not be a priority item based on user needs. Explore further.
non_comp
discussion can the search bar be used to search announcements this may or may not be a priority item based on user needs explore further
0
350,470
31,895,449,222
IssuesEvent
2023-09-18 00:56:43
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
DISABLED test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA)
triaged module: flaky-tests skipped module: functorch
Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32&suite=TestOperatorsCUDA) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/14836839212). Over the past 3 ho...
1.0
DISABLED test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) - Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32&suite=TestOperatorsCUDA) and the most recent trunk ...
non_comp
disabled test vmapvjpvjp linalg lu factor ex cuda main testoperatorscuda platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with failures and successes debugging instructions ...
0
272,361
23,668,533,802
IssuesEvent
2022-08-27 02:02:39
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
[Flaky Test] should delete menu when confirmation is confirmed and there are no other menus and the viewport is small
[Status] Stale [Type] Flaky Test
<!-- __META_DATA__:{"failedTimes":49,"totalCommits":208,"baseCommit":"ab64c85ddb2e392b89d3b458609a69f561c396d4"} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should delete menu when confirmation is confirmed and there are no other menus...
1.0
[Flaky Test] should delete menu when confirmation is confirmed and there are no other menus and the viewport is small - <!-- __META_DATA__:{"failedTimes":49,"totalCommits":208,"baseCommit":"ab64c85ddb2e392b89d3b458609a69f561c396d4"} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do...
non_comp
should delete menu when confirmation is confirmed and there are no other menus and the viewport is small flaky test detected this is an auto generated issue by github actions please do not edit this manually test title should delete menu when confirmation is confirmed and there are no other menus and t...
0
179,969
30,333,666,684
IssuesEvent
2023-07-11 08:13:05
surveyjs/survey-creator
https://api.github.com/repos/surveyjs/survey-creator
opened
Add Errors section into JSON Editor tab
enhancement waiting for design
We need to show the list of errors similar to Error tabs in Code IDEs. There should be a fix button and ability to navigate to an error in text editor.
1.0
Add Errors section into JSON Editor tab - We need to show the list of errors similar to Error tabs in Code IDEs. There should be a fix button and ability to navigate to an error in text editor.
non_comp
add errors section into json editor tab we need to show the list of errors similar to error tabs in code ides there should be a fix button and ability to navigate to an error in text editor
0
8,590
10,564,922,191
IssuesEvent
2019-10-05 06:44:29
mike42/escpos-php
https://api.github.com/repos/mike42/escpos-php
closed
Printer tested: Sewoo SLK-400 Bluetooth/USB version
printer-compatibility
Works out of the box, need to use bitImage() as graphics() fail. I will update the exact version I use asap but the IDs are: Bus 001 Device 019: ID 0525:a700 Netchip Technology, Inc.
True
Printer tested: Sewoo SLK-400 Bluetooth/USB version - Works out of the box, need to use bitImage() as graphics() fail. I will update the exact version I use asap but the IDs are: Bus 001 Device 019: ID 0525:a700 Netchip Technology, Inc.
comp
printer tested sewoo slk bluetooth usb version works out of the box need to use bitimage as graphics fail i will update the exact version i use asap but the ids are bus device id netchip technology inc
1
161
2,533,679,212
IssuesEvent
2015-01-24 03:11:00
DataBrewery/cubes
https://api.github.com/repos/DataBrewery/cubes
opened
Use better plugin-system
change easy enhancement usability
Currently cubes uses custom and limited plugin system implemented in `cubes/extensions.py`. Suggestion: [stevedore](https://pypi.python.org/pypi/stevedore)
True
Use better plugin-system - Currently cubes uses custom and limited plugin system implemented in `cubes/extensions.py`. Suggestion: [stevedore](https://pypi.python.org/pypi/stevedore)
non_comp
use better plugin system currently cubes uses custom and limited plugin system implemented in cubes extensions py suggestion
0
19,027
26,444,762,029
IssuesEvent
2023-01-16 05:54:46
thehcginstitute-com/m1
https://api.github.com/repos/thehcginstitute-com/m1
closed
Make the `Webkul_CustomField` module compatible with the `MagePsycho_Customerregfields` module
third-party-compatibility
A part of https://github.com/thehcginstitute-com/m1/issues/5
True
Make the `Webkul_CustomField` module compatible with the `MagePsycho_Customerregfields` module - A part of https://github.com/thehcginstitute-com/m1/issues/5
comp
make the webkul customfield module compatible with the magepsycho customerregfields module a part of
1
760,047
26,625,643,296
IssuesEvent
2023-01-24 14:23:09
HackerN64/HackerSM64
https://api.github.com/repos/HackerN64/HackerSM64
closed
Refactor `BETTER_REVERB` Yet Again
enhancement performance low priority
- `REVERB_WET_SIGNAL` is a redundant variable; this should instead be controlled by the same gain parameter present in the vanilla reverb presets. This will allow the RSP to do the work instead at no additional cost. This variable should also be configurable in real time without need to overwrite the presets, as it cou...
1.0
Refactor `BETTER_REVERB` Yet Again - - `REVERB_WET_SIGNAL` is a redundant variable; this should instead be controlled by the same gain parameter present in the vanilla reverb presets. This will allow the RSP to do the work instead at no additional cost. This variable should also be configurable in real time without nee...
non_comp
refactor better reverb yet again reverb wet signal is a redundant variable this should instead be controlled by the same gain parameter present in the vanilla reverb presets this will allow the rsp to do the work instead at no additional cost this variable should also be configurable in real time without nee...
0
274,996
8,570,533,640
IssuesEvent
2018-11-11 21:01:36
xelatihy/yocto-gl
https://api.github.com/repos/xelatihy/yocto-gl
closed
yview should render offscreen
enhancement low priority wontfix
yview should render offscreen to make it closer to the behavior of all other apps.
1.0
yview should render offscreen - yview should render offscreen to make it closer to the behavior of all other apps.
non_comp
yview should render offscreen yview should render offscreen to make it closer to the behavior of all other apps
0
13,464
15,884,461,216
IssuesEvent
2021-04-09 18:56:16
fourMs/MGT-python
https://api.github.com/repos/fourMs/MGT-python
opened
Change default inline notebook video format to webm?
compatibility question
Apparently Firefox does not support mp4, so webm might be a better choice. But that might not work on Safari. [Here](https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers) is a summary of containers and their support.
True
Change default inline notebook video format to webm? - Apparently Firefox does not support mp4, so webm might be a better choice. But that might not work on Safari. [Here](https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers) is a summary of containers and their support.
comp
change default inline notebook video format to webm apparently firefox does not support so webm might be a better choice but that might not work on safari is a summary of containers and their support
1
121,869
17,668,934,990
IssuesEvent
2021-08-23 01:06:26
rsoreq/django-DefectDojo
https://api.github.com/repos/rsoreq/django-DefectDojo
closed
CVE-2021-33571 (High) detected in Django-1.11.29-py2.py3-none-any.whl - autoclosed
security vulnerability
## CVE-2021-33571 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Django-1.11.29-py2.py3-none-any.whl</b></p></summary> <p>A high-level Python Web framework that encourages rapid devel...
True
CVE-2021-33571 (High) detected in Django-1.11.29-py2.py3-none-any.whl - autoclosed - ## CVE-2021-33571 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Django-1.11.29-py2.py3-none-any.wh...
non_comp
cve high detected in django none any whl autoclosed cve high severity vulnerability vulnerable library django none any whl a high level python web framework that encourages rapid development and clean pragmatic design library home page a href path to dependen...
0
753,663
26,357,587,808
IssuesEvent
2023-01-11 10:52:50
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
unicast_audio_client and unicast_audio_server example assert
bug priority: medium area: Bluetooth platform: nRF area: Bluetooth Audio
**Describe the bug** When using CIS example of LE audio will cause a crash. What is the reason for the above crash? **To Reproduce** Steps to reproduce the behavior: 1. Need two nrf52840 board 2. one board flash unicast_audio_client example and another flash unicast_audio_server example. 3. will cause crash ...
1.0
unicast_audio_client and unicast_audio_server example assert - **Describe the bug** When using CIS example of LE audio will cause a crash. What is the reason for the above crash? **To Reproduce** Steps to reproduce the behavior: 1. Need two nrf52840 board 2. one board flash unicast_audio_client example and anoth...
non_comp
unicast audio client and unicast audio server example assert describe the bug when using cis example of le audio will cause a crash what is the reason for the above crash to reproduce steps to reproduce the behavior need two board one board flash unicast audio client example and another flas...
0
385,515
11,421,405,241
IssuesEvent
2020-02-03 12:07:14
DCMR-Milieudienst-Rijnmond/Frontend-AADV-0.4
https://api.github.com/repos/DCMR-Milieudienst-Rijnmond/Frontend-AADV-0.4
opened
Als vergunningverlener wil ik, wanneer de bedrijfsinformatie binnen een vergunning verandert, dat de geldigheidsperiode van deze informatie automatisch wordt bijgewerkt
Low Priority
┆Issue is synchronized with this [GitLab issue](https://gitlab.com/aadvergunning/aadv-0.1/issues/118) by [Unito](https://www.unito.io/learn-more)
1.0
Als vergunningverlener wil ik, wanneer de bedrijfsinformatie binnen een vergunning verandert, dat de geldigheidsperiode van deze informatie automatisch wordt bijgewerkt - ┆Issue is synchronized with this [GitLab issue](https://gitlab.com/aadvergunning/aadv-0.1/issues/118) by [Unito](https://www.unito.io/learn-more)
non_comp
als vergunningverlener wil ik wanneer de bedrijfsinformatie binnen een vergunning verandert dat de geldigheidsperiode van deze informatie automatisch wordt bijgewerkt ┆issue is synchronized with this by
0
2,220
4,963,770,801
IssuesEvent
2016-12-03 12:17:59
tex-xet/xepersian
https://api.github.com/repos/tex-xet/xepersian
opened
What should be the expected behavior of \Latincite?
Bug Compatibility Enhancement Feature Question
According to the `xepersian` package: > `\Latincite` functions exactly like `\cite` command with only one difference; the reference to biblabel item is printed in Latin font in the text. It was a long time ago that I implemented `\Latincite` so I can not remember all details but the description above says that th...
True
What should be the expected behavior of \Latincite? - According to the `xepersian` package: > `\Latincite` functions exactly like `\cite` command with only one difference; the reference to biblabel item is printed in Latin font in the text. It was a long time ago that I implemented `\Latincite` so I can not remem...
comp
what should be the expected behavior of latincite according to the xepersian package latincite functions exactly like cite command with only one difference the reference to biblabel item is printed in latin font in the text it was a long time ago that i implemented latincite so i can not remem...
1
21,095
32,074,170,843
IssuesEvent
2023-09-25 09:54:15
lgblgblgb/xemu
https://api.github.com/repos/lgblgblgb/xemu
closed
MEGA65: ROWMASK function of RRB is not implemented
target:MEGA65 compatibility-example VIC-IV
**Describe the bug** The ROWMASK function described in the "Bit Fields when GOTOX bit is set" section of "Displaying more than 256 unique characters via ”Super-Extended Attribute Mode”" does not appear to be implemented **Used version of the project** WINDOWS: console is open INFO: DMA chip current revision: 1 (F...
True
MEGA65: ROWMASK function of RRB is not implemented - **Describe the bug** The ROWMASK function described in the "Bit Fields when GOTOX bit is set" section of "Displaying more than 256 unique characters via ”Super-Extended Attribute Mode”" does not appear to be implemented **Used version of the project** WINDOWS: c...
comp
rowmask function of rrb is not implemented describe the bug the rowmask function described in the bit fields when gotox bit is set section of displaying more than unique characters via ”super extended attribute mode” does not appear to be implemented used version of the project windows console ...
1
11,635
13,684,960,343
IssuesEvent
2020-09-30 06:14:21
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Support VALUES and TABLE statements syntax
challenge-program difficulty/easy high-performance picked sig/DDL status/help-wanted type/compatibility
## Description Related parser issue: https://github.com/pingcap/parser/issues/869 ### Example The [`TABLE`](https://dev.mysql.com/doc/refman/8.0/en/table.html) and [`VALUES`](https://dev.mysql.com/doc/refman/8.0/en/values.html) statements are two query specification statements introduced in [MySQL 8.0.19](http...
True
Support VALUES and TABLE statements syntax - ## Description Related parser issue: https://github.com/pingcap/parser/issues/869 ### Example The [`TABLE`](https://dev.mysql.com/doc/refman/8.0/en/table.html) and [`VALUES`](https://dev.mysql.com/doc/refman/8.0/en/values.html) statements are two query specification...
comp
support values and table statements syntax description related parser issue example the and statements are two query specification statements introduced in sql table tbl name values row … … explaination these can be used in place everywhere a ...
1
9,037
11,088,980,868
IssuesEvent
2019-12-14 15:15:51
ORelio/Minecraft-Console-Client
https://api.github.com/repos/ORelio/Minecraft-Console-Client
closed
Keep getting this message every restart.
a:bug in:protocol-compatibility resolved
I've been playing mineheroes for a while but I noticed whenever the server restarts this error pops up on all my alts. ``` `Unhandled Exception: System.IO.InvalidDataException: Failed to process incoming packet of type KeepAlive. (PacketID: 0, Protocol: 47, LoginPhase: False, InnerException: System.IO.IOException)...
True
Keep getting this message every restart. - I've been playing mineheroes for a while but I noticed whenever the server restarts this error pops up on all my alts. ``` `Unhandled Exception: System.IO.InvalidDataException: Failed to process incoming packet of type KeepAlive. (PacketID: 0, Protocol: 47, LoginPhase: Fa...
comp
keep getting this message every restart i ve been playing mineheroes for a while but i noticed whenever the server restarts this error pops up on all my alts unhandled exception system io invaliddataexception failed to process incoming packet of type keepalive packetid protocol loginphase fal...
1
5,386
7,869,589,061
IssuesEvent
2018-06-24 15:40:45
arcticicestudio/nord-gedit
https://api.github.com/repos/arcticicestudio/nord-gedit
closed
background grid
context-config-support context-ui-support scope-compatibility status-accepted type-feature
Hello, thank you for all the work on Nord/Lumio, and for this Gedit theme that I use once in a while. What's keeping me from using it everyday is that grid pattern isn't enabled. I'm too used to it as it helps me focusing on code. Would it be possible to add grid support? Thanks :)
True
background grid - Hello, thank you for all the work on Nord/Lumio, and for this Gedit theme that I use once in a while. What's keeping me from using it everyday is that grid pattern isn't enabled. I'm too used to it as it helps me focusing on code. Would it be possible to add grid support? Thanks :)
comp
background grid hello thank you for all the work on nord lumio and for this gedit theme that i use once in a while what s keeping me from using it everyday is that grid pattern isn t enabled i m too used to it as it helps me focusing on code would it be possible to add grid support thanks
1
3,319
6,285,661,062
IssuesEvent
2017-07-19 10:54:42
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
Migration to v3 schema tables changes layout of compact tables in an incompatible way
bug cassandra 3.x compatibility
*Installation details* Scylla version (or git commit hash): master, 2.0 This affects so called "static compact" tables, which are compact tables with non-compound cell name. For instance: ``` CREATE TABLE keyspace1.standard1 ( key blob PRIMARY KEY, c0 blob, c1 blob) with COMPACT STORAGE; ``` ...
True
Migration to v3 schema tables changes layout of compact tables in an incompatible way - *Installation details* Scylla version (or git commit hash): master, 2.0 This affects so called "static compact" tables, which are compact tables with non-compound cell name. For instance: ``` CREATE TABLE keyspace1.standard1...
comp
migration to schema tables changes layout of compact tables in an incompatible way installation details scylla version or git commit hash master this affects so called static compact tables which are compact tables with non compound cell name for instance create table key blob ...
1
20,500
30,313,140,813
IssuesEvent
2023-07-10 14:01:10
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
Update link in Ezoic plugin conflict notice
type: enhancement 3rd party compatibility noQA
**Is your feature request related to a problem? Please describe.** When the Ezoic plugin is activated at the same time as WP Rocket, we show this warning: https://jmp.sh/dwcdr3j8 But the link to Ezoic documentation we are using there no longer works. **Describe the solution you'd like** [Per this slack thread](ht...
True
Update link in Ezoic plugin conflict notice - **Is your feature request related to a problem? Please describe.** When the Ezoic plugin is activated at the same time as WP Rocket, we show this warning: https://jmp.sh/dwcdr3j8 But the link to Ezoic documentation we are using there no longer works. **Describe the sol...
comp
update link in ezoic plugin conflict notice is your feature request related to a problem please describe when the ezoic plugin is activated at the same time as wp rocket we show this warning but the link to ezoic documentation we are using there no longer works describe the solution you d like ...
1
114,340
17,199,983,881
IssuesEvent
2021-07-17 03:01:33
aldy505/generate-passphrase-id
https://api.github.com/repos/aldy505/generate-passphrase-id
closed
CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz
security vulnerability
## CVE-2021-23362 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary> <p>Provides metadata and conversions from repository urls for Github, Bi...
True
CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz - ## CVE-2021-23362 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary> <p>Provi...
non_comp
cve medium detected in hosted git info tgz cve medium severity vulnerability vulnerable library hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href path to dependency file generate passphra...
0
13,701
16,418,075,149
IssuesEvent
2021-05-19 09:13:05
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Add Settings.fetchIntermediateResult
C: Functionality E: All Editions P: Medium R: Fixed T: Enhancement T: Incompatible change
https://github.com/jOOQ/jOOQ/issues/9288 introduced a backwards incompatible change of behaviour in jOOQ 3.15, in an area that may not have been very well specified: Whether we fire the `ExecuteListener::resultStart` and `::resultEnd` events for all possible means of execution. The documentation improved with https://g...
True
Add Settings.fetchIntermediateResult - https://github.com/jOOQ/jOOQ/issues/9288 introduced a backwards incompatible change of behaviour in jOOQ 3.15, in an area that may not have been very well specified: Whether we fire the `ExecuteListener::resultStart` and `::resultEnd` events for all possible means of execution. Th...
comp
add settings fetchintermediateresult introduced a backwards incompatible change of behaviour in jooq in an area that may not have been very well specified whether we fire the executelistener resultstart and resultend events for all possible means of execution the documentation improved with and a d...
1
69,493
30,300,488,415
IssuesEvent
2023-07-10 05:20:13
Azure/azure-rest-api-specs
https://api.github.com/repos/Azure/azure-rest-api-specs
closed
Invalid id in response of CostManagement-Export: it doesn't start with "/"
Service Attention Mgmt
All `export` related operations return error resource id e.g. : https://github.com/Azure/azure-rest-api-specs/blob/6054f1d9f96a4f5189dace33facf9144d468e705/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/ExportCreateOrUpdateBySubscription.json#L47 Usually, ARM ...
1.0
Invalid id in response of CostManagement-Export: it doesn't start with "/" - All `export` related operations return error resource id e.g. : https://github.com/Azure/azure-rest-api-specs/blob/6054f1d9f96a4f5189dace33facf9144d468e705/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/20...
non_comp
invalid id in response of costmanagement export it doesn t start with all export related operations return error resource id e g usually arm resource s id should start with this is a blocking issue for costmanagement net sdk
0
214,166
16,549,365,264
IssuesEvent
2021-05-28 06:36:36
ClosedXML/ClosedXML
https://api.github.com/repos/ClosedXML/ClosedXML
closed
Documentation issue - sheet protection examples in wiki use old style protection
documentation
## Read and complete the full issue template Do not randomly delete sections. They are here for a reason. **Do you want to request a *feature* or report a *bug*?** - [x] Bug - [ ] Feature - [ ] Question **Did you test against the latest CI build?** - [x] Yes - [ ] No If you answered `No`, please test w...
1.0
Documentation issue - sheet protection examples in wiki use old style protection - ## Read and complete the full issue template Do not randomly delete sections. They are here for a reason. **Do you want to request a *feature* or report a *bug*?** - [x] Bug - [ ] Feature - [ ] Question **Did you test against...
non_comp
documentation issue sheet protection examples in wiki use old style protection read and complete the full issue template do not randomly delete sections they are here for a reason do you want to request a feature or report a bug bug feature question did you test against the l...
0
297,952
9,187,467,082
IssuesEvent
2019-03-06 03:00:53
cs2103-ay1819s2-w10-4/main
https://api.github.com/repos/cs2103-ay1819s2-w10-4/main
closed
able to have folder
component.Model component.Storage priority.High type.Story
As a student, I want folders to store flashcards so that I am able to logically group flashcards of the same topic.
1.0
able to have folder - As a student, I want folders to store flashcards so that I am able to logically group flashcards of the same topic.
non_comp
able to have folder as a student i want folders to store flashcards so that i am able to logically group flashcards of the same topic
0
276,096
23,965,967,563
IssuesEvent
2022-09-13 00:58:04
7JuanBautistaPolo/Mi-primer-repositorio-G59
https://api.github.com/repos/7JuanBautistaPolo/Mi-primer-repositorio-G59
opened
Hacer y registrar las pruebas de una historia de usuario.
Tester
El tester hace y registra las pruebas de una historia de usuario.
1.0
Hacer y registrar las pruebas de una historia de usuario. - El tester hace y registra las pruebas de una historia de usuario.
non_comp
hacer y registrar las pruebas de una historia de usuario el tester hace y registra las pruebas de una historia de usuario
0
482,992
13,917,109,232
IssuesEvent
2020-10-21 05:12:45
naipaka/NextSunnyDay-iOS
https://api.github.com/repos/naipaka/NextSunnyDay-iOS
opened
Firebaseを導入
enhancement priority: low type: features
# 概要 Firebaseを導入する 機能はとりあえずAnalyticsのみ パッケージ管理ツール優先順位 1. SPM 2. Carthage 3. CocoaPods(導入検証済み) # 対応内容 - [ ] Firebaseを導入する
1.0
Firebaseを導入 - # 概要 Firebaseを導入する 機能はとりあえずAnalyticsのみ パッケージ管理ツール優先順位 1. SPM 2. Carthage 3. CocoaPods(導入検証済み) # 対応内容 - [ ] Firebaseを導入する
non_comp
firebaseを導入 概要 firebaseを導入する 機能はとりあえずanalyticsのみ パッケージ管理ツール優先順位 spm carthage cocoapods(導入検証済み) 対応内容 firebaseを導入する
0
4,401
7,091,087,896
IssuesEvent
2018-01-12 11:33:02
Scorch052/OPTRE_DEV
https://api.github.com/repos/Scorch052/OPTRE_DEV
closed
Gridlock clutter breaks Pandora clutter
ACE/External compatibility bug
Most likely related to classname duplicates, Will verify and fix as soon as I get home.
True
Gridlock clutter breaks Pandora clutter - Most likely related to classname duplicates, Will verify and fix as soon as I get home.
comp
gridlock clutter breaks pandora clutter most likely related to classname duplicates will verify and fix as soon as i get home
1
299,010
25,875,235,286
IssuesEvent
2022-12-14 07:19:04
zephyrproject-rtos/test_results
https://api.github.com/repos/zephyrproject-rtos/test_results
closed
tests-ci : portability: posix: eventfd_basic.picolibc test No Console Output(Timeout)
bug area: Tests
**Describe the bug** eventfd_basic.picolibc test is No Console Output(Timeout) on zephyr-v3.2.0-2490-ga1b4896efe46 on mimxrt1170_evk_cm7 see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1170_evk_cm7 --sub-test portab...
1.0
tests-ci : portability: posix: eventfd_basic.picolibc test No Console Output(Timeout) - **Describe the bug** eventfd_basic.picolibc test is No Console Output(Timeout) on zephyr-v3.2.0-2490-ga1b4896efe46 on mimxrt1170_evk_cm7 see logs for details **To Reproduce** 1. ``` scripts/...
non_comp
tests ci portability posix eventfd basic picolibc test no console output timeout describe the bug eventfd basic picolibc test is no console output timeout on zephyr on evk see logs for details to reproduce scripts twister device testing ...
0
242,108
26,257,102,078
IssuesEvent
2023-01-06 02:23:47
TechnoConserve/bills
https://api.github.com/repos/TechnoConserve/bills
opened
CVE-2021-33503 (High) detected in urllib3-1.25.3-py2.py3-none-any.whl
security vulnerability
## CVE-2021-33503 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urllib3-1.25.3-py2.py3-none-any.whl</b></p></summary> <p>HTTP library with thread-safe connection pooling, file post, ...
True
CVE-2021-33503 (High) detected in urllib3-1.25.3-py2.py3-none-any.whl - ## CVE-2021-33503 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urllib3-1.25.3-py2.py3-none-any.whl</b></p></su...
non_comp
cve high detected in none any whl cve high severity vulnerability vulnerable library none any whl http library with thread safe connection pooling file post and more library home page a href path to dependency file requirements txt path to vulnerable l...
0
93,722
15,930,530,206
IssuesEvent
2021-04-14 01:06:44
mgh3326/freelec-springboot2-webservice_practice
https://api.github.com/repos/mgh3326/freelec-springboot2-webservice_practice
opened
WS-2020-0293 (Medium) detected in spring-security-web-5.1.6.RELEASE.jar
security vulnerability
## WS-2020-0293 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-web-5.1.6.RELEASE.jar</b></p></summary> <p>spring-security-web</p> <p>Library home page: <a href="http...
True
WS-2020-0293 (Medium) detected in spring-security-web-5.1.6.RELEASE.jar - ## WS-2020-0293 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-web-5.1.6.RELEASE.jar</b></p>...
non_comp
ws medium detected in spring security web release jar ws medium severity vulnerability vulnerable library spring security web release jar spring security web library home page a href path to dependency file freelec webservice practice build gradle path to vulnerable...
0
10,426
12,392,322,881
IssuesEvent
2020-05-20 13:51:11
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
__get(), no reference return, indirect motification: should trigger notice.
php5 incompatibility
In PHP if you try to write into magic property not returned as reference, E_NOTICE is thrown. ``` php class Row { public function __get($name) { return []; } } $row = new Row(); $row->whatever[] = 'Foo'; // this triggers E_NOTICE in PHP. ``` `Notice: Indirect modification of overloaded property R...
True
__get(), no reference return, indirect motification: should trigger notice. - In PHP if you try to write into magic property not returned as reference, E_NOTICE is thrown. ``` php class Row { public function __get($name) { return []; } } $row = new Row(); $row->whatever[] = 'Foo'; // this triggers...
comp
get no reference return indirect motification should trigger notice in php if you try to write into magic property not returned as reference e notice is thrown php class row public function get name return row new row row whatever foo this triggers e...
1
36,318
2,798,241,988
IssuesEvent
2015-05-12 17:37:26
ExactTarget/fuelux-mctheme
https://api.github.com/repos/ExactTarget/fuelux-mctheme
closed
CDN :allthethings:
Approved for work High Priority
Need a CDN source of these things all bundled together: * jquery * bootstrap * fuelux * fueluxmctheme Should consider these to be included too: * underscore * backbone * marionette
1.0
CDN :allthethings: - Need a CDN source of these things all bundled together: * jquery * bootstrap * fuelux * fueluxmctheme Should consider these to be included too: * underscore * backbone * marionette
non_comp
cdn allthethings need a cdn source of these things all bundled together jquery bootstrap fuelux fueluxmctheme should consider these to be included too underscore backbone marionette
0
298,649
9,200,629,710
IssuesEvent
2019-03-07 17:30:53
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
qgis 0.8 - unable to open database crash
Category: Projection Support Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **anonymous -** (anonymous -) Original Redmine Issue: 214, https://issues.qgis.org/issues/214 Original Assignee: Gary Sherman --- Doing anything related to projection selection results in crash. OS: [[WinXP]] Home QGIS: 0.8 preview 1 and 060724. E:\\qgis-0.8.0-win32-060724>qgis Can't open databa...
1.0
qgis 0.8 - unable to open database crash - --- Author Name: **anonymous -** (anonymous -) Original Redmine Issue: 214, https://issues.qgis.org/issues/214 Original Assignee: Gary Sherman --- Doing anything related to projection selection results in crash. OS: [[WinXP]] Home QGIS: 0.8 preview 1 and 060724. E:\\qgi...
non_comp
qgis unable to open database crash author name anonymous anonymous original redmine issue original assignee gary sherman doing anything related to projection selection results in crash os home qgis preview and e qgis qgis can t open database unable to...
0
11,399
13,350,694,917
IssuesEvent
2020-08-30 09:30:47
badasintended/slotlink
https://api.github.com/repos/badasintended/slotlink
closed
Crafting problem in the Storage request block
bug compatibilty
**Setup** - Minecraft: 1.16 VERSIONS - Fabric API: 1.16 VERSIONS - slotlink: 1.16 VERSIONS - related mod: XP Storage (and any other mod that requires the same thing that I'll explain) **Problem** Basically you can craft an item with XP Storage mod that is fully damaged when craft. This is done with the Item.onC...
True
Crafting problem in the Storage request block - **Setup** - Minecraft: 1.16 VERSIONS - Fabric API: 1.16 VERSIONS - slotlink: 1.16 VERSIONS - related mod: XP Storage (and any other mod that requires the same thing that I'll explain) **Problem** Basically you can craft an item with XP Storage mod that is fully da...
comp
crafting problem in the storage request block setup minecraft versions fabric api versions slotlink versions related mod xp storage and any other mod that requires the same thing that i ll explain problem basically you can craft an item with xp storage mod that is fully damag...
1
588,614
17,663,301,385
IssuesEvent
2021-08-22 00:23:58
rocky-linux/os-autoinst-distri-rocky
https://api.github.com/repos/rocky-linux/os-autoinst-distri-rocky
opened
Investigate in SELinux test Softfail when using Package_Set server
priority: low type: bug
## Describe Issue When using the PACKAGE_SET `server` the test module `/var/lib/openqa/share/tests/rocky/tests/_console_avc_crash.pm` softfails because the avcs logfile is not empty. This leads to packages which are issuing these avc denies: (or similar) ```bash ---- time->Fri Aug 20 15:39:02 2021 type=PROCTI...
1.0
Investigate in SELinux test Softfail when using Package_Set server - ## Describe Issue When using the PACKAGE_SET `server` the test module `/var/lib/openqa/share/tests/rocky/tests/_console_avc_crash.pm` softfails because the avcs logfile is not empty. This leads to packages which are issuing these avc denies: (or s...
non_comp
investigate in selinux test softfail when using package set server describe issue when using the package set server the test module var lib openqa share tests rocky tests console avc crash pm softfails because the avcs logfile is not empty this leads to packages which are issuing these avc denies or s...
0
2,550
5,279,880,548
IssuesEvent
2017-02-07 12:40:55
jupyter/notebook
https://api.github.com/repos/jupyter/notebook
closed
Shortcut for command palette doesn't work on Firefox
cat:Browser Compatibility
The shortcut is Ctrl-Shift-P, but that's Firefox's shortcut to open a private browsing window (equivalent to incognito mode in Chrome), and it appears to be a shortcut that it prevents JS claiming. Any suggestions for alternatives? Even if it's something that only works in command mode for now. `P` seems to be uncla...
True
Shortcut for command palette doesn't work on Firefox - The shortcut is Ctrl-Shift-P, but that's Firefox's shortcut to open a private browsing window (equivalent to incognito mode in Chrome), and it appears to be a shortcut that it prevents JS claiming. Any suggestions for alternatives? Even if it's something that on...
comp
shortcut for command palette doesn t work on firefox the shortcut is ctrl shift p but that s firefox s shortcut to open a private browsing window equivalent to incognito mode in chrome and it appears to be a shortcut that it prevents js claiming any suggestions for alternatives even if it s something that on...
1
260,830
8,215,642,979
IssuesEvent
2018-09-05 06:34:08
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
Improve update checker
backlog kind/task priority/low size/M
Current implementation noticeably slows ocdev execution even on a really fast internet connection. We definitely should have an option to disable this check permanently. We could have something like ocdev config set checkForUpdates false and use config file to persist configuration. We could also perform check on...
1.0
Improve update checker - Current implementation noticeably slows ocdev execution even on a really fast internet connection. We definitely should have an option to disable this check permanently. We could have something like ocdev config set checkForUpdates false and use config file to persist configuration. We co...
non_comp
improve update checker current implementation noticeably slows ocdev execution even on a really fast internet connection we definitely should have an option to disable this check permanently we could have something like ocdev config set checkforupdates false and use config file to persist configuration we co...
0
44,426
12,149,958,483
IssuesEvent
2020-04-24 17:04:33
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[AXE-CORE]: LI MUST be contained by an UL
508-defect-1 508-issue-semantic-markup 508/Accessibility bug
**Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background...
1.0
[AXE-CORE]: LI MUST be contained by an UL - **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description <!-- This is a detailed description of the issue. It should include a restateme...
non_comp
li must be contained by an ul feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description the gibct provider detail view has several accordion menus that are coded as ...
0
5,545
8,016,372,049
IssuesEvent
2018-07-25 13:11:02
mike42/escpos-php
https://api.github.com/repos/mike42/escpos-php
closed
Print images with Star SM-T300
printer-compatibility
Hello, has anyone been able to print images with this printer? I was able to print text but not images nor qrcodes. Btw, I'm using a different approach by generating a bin file that is then downloaded to an android device and finally printed using the Star SDK.
True
Print images with Star SM-T300 - Hello, has anyone been able to print images with this printer? I was able to print text but not images nor qrcodes. Btw, I'm using a different approach by generating a bin file that is then downloaded to an android device and finally printed using the Star SDK.
comp
print images with star sm hello has anyone been able to print images with this printer i was able to print text but not images nor qrcodes btw i m using a different approach by generating a bin file that is then downloaded to an android device and finally printed using the star sdk
1
34,269
6,307,483,400
IssuesEvent
2017-07-22 01:43:48
ibis-project/ibis
https://api.github.com/repos/ibis-project/ibis
closed
timestamp truncation switches 'J' and 'D'
complexity-medium documentation usability
In a way that probably violates expectations of users of impala and oracle ibis.impala.compiler._truncate does [this](https://github.com/cloudera/ibis/blob/master/ibis/impala/compiler.py#L946-L947) ``` python _impala_unit_names = { 'M': 'MONTH', 'D': 'J', 'J': 'D', 'H': 'HH' } ...
1.0
timestamp truncation switches 'J' and 'D' - In a way that probably violates expectations of users of impala and oracle ibis.impala.compiler._truncate does [this](https://github.com/cloudera/ibis/blob/master/ibis/impala/compiler.py#L946-L947) ``` python _impala_unit_names = { 'M': 'MONTH', 'D': 'J'...
non_comp
timestamp truncation switches j and d in a way that probably violates expectations of users of impala and oracle ibis impala compiler truncate does python impala unit names m month d j j d h hh if i execute against an impala cli...
0
445,889
12,837,716,601
IssuesEvent
2020-07-07 16:13:13
ansible/ansible-builder
https://api.github.com/repos/ansible/ansible-builder
opened
[pending] Replace tmpdir install of collections with a container image layer
enhancement priority: high state: blocked
Assuming https://github.com/ansible/ansible-builder/pull/34 is merged... Installing collections to a temporary directory on the host machine will be the status quo. To talk in blunter terms, I'm using a Mac. When I run `ansible-builder create`, the tool runs `ansible-galaxy collection install` in a subprocess and...
1.0
[pending] Replace tmpdir install of collections with a container image layer - Assuming https://github.com/ansible/ansible-builder/pull/34 is merged... Installing collections to a temporary directory on the host machine will be the status quo. To talk in blunter terms, I'm using a Mac. When I run `ansible-builder...
non_comp
replace tmpdir install of collections with a container image layer assuming is merged installing collections to a temporary directory on the host machine will be the status quo to talk in blunter terms i m using a mac when i run ansible builder create the tool runs ansible galaxy collection instal...
0
12,204
14,401,299,227
IssuesEvent
2020-12-03 13:33:10
Scholar-6/brillder
https://api.github.com/repos/Scholar-6/brillder
closed
Ticket #24: Safari: difficult to drag components from left
Device/Browser Compatibility Waiting for Ivan
<img width="124" alt="Screenshot 2020-09-22 at 14 29 18" src="https://user-images.githubusercontent.com/59654112/93882198-28774380-fce0-11ea-975e-5b32eee2de5b.png"> <img width="624" alt="Screenshot 2020-09-22 at 14 30 11" src="https://user-images.githubusercontent.com/59654112/93882200-290fda00-fce0-11ea-88fb-38e8d7...
True
Ticket #24: Safari: difficult to drag components from left - <img width="124" alt="Screenshot 2020-09-22 at 14 29 18" src="https://user-images.githubusercontent.com/59654112/93882198-28774380-fce0-11ea-975e-5b32eee2de5b.png"> <img width="624" alt="Screenshot 2020-09-22 at 14 30 11" src="https://user-images.githubuse...
comp
ticket safari difficult to drag components from left img width alt screenshot at src img width alt screenshot at src can get selected as text sound icon can be treated as an image see also ticket difficult in categorise and pair match
1
444,835
12,821,445,919
IssuesEvent
2020-07-06 08:05:30
microsoft/fluentui
https://api.github.com/repos/microsoft/fluentui
closed
Missing splitButtonMenuButtonHovered property from IButtonStyles
Component: CommandBar Priority 2: Normal Type: Bug :bug:
### Environment Information - **Package version(s)**: office-ui-fabric-react - **Browser and OS versions**: All ### Please provide a reproduction of the bug in a codepen: I would like to create a customized ****CommandBarButton**** with split option, by override the all of default styles. But the IButtonSty...
1.0
Missing splitButtonMenuButtonHovered property from IButtonStyles - ### Environment Information - **Package version(s)**: office-ui-fabric-react - **Browser and OS versions**: All ### Please provide a reproduction of the bug in a codepen: I would like to create a customized ****CommandBarButton**** with split...
non_comp
missing splitbuttonmenubuttonhovered property from ibuttonstyles environment information package version s office ui fabric react browser and os versions all please provide a reproduction of the bug in a codepen i would like to create a customized commandbarbutton with split...
0
785
3,226,762,368
IssuesEvent
2015-10-10 15:40:15
InfinityRaider/AgriCraft
https://api.github.com/repos/InfinityRaider/AgriCraft
closed
Magical Fertilizer from Magical Crops: Core
incompatibility
Mark719 has updated Magical Crops into a new version, and split it into three categories, Core, Armoury, and Decorative. However, the Magical Fertilizer it adds cannot be used as it does in the outdated Magical Crops.
True
Magical Fertilizer from Magical Crops: Core - Mark719 has updated Magical Crops into a new version, and split it into three categories, Core, Armoury, and Decorative. However, the Magical Fertilizer it adds cannot be used as it does in the outdated Magical Crops.
comp
magical fertilizer from magical crops core has updated magical crops into a new version and split it into three categories core armoury and decorative however the magical fertilizer it adds cannot be used as it does in the outdated magical crops
1
6,530
8,798,486,419
IssuesEvent
2018-12-24 07:59:41
swoole/swoole-src
https://api.github.com/repos/swoole/swoole-src
closed
Coroutine\Http\Client isConnected() 建議
Implemented Incompatibility enhancement
最近在調整ConnectionPool,有發現到如果Server端終止連線後,Client端會不清楚 因此能否在 isConnected 加上 http_client_coro_property *hcc = (http_client_coro_property *) swoole_get_property(getThis(), 0); char data; if(hcc->socket->recv(&data, 1) == 0) { RETURN_FALSE; } 來做輔助判斷呢?
True
Coroutine\Http\Client isConnected() 建議 - 最近在調整ConnectionPool,有發現到如果Server端終止連線後,Client端會不清楚 因此能否在 isConnected 加上 http_client_coro_property *hcc = (http_client_coro_property *) swoole_get_property(getThis(), 0); char data; if(hcc->socket->recv(&data, 1) == 0) { RETURN_FALSE; } 來做輔助判斷呢?
comp
coroutine http client isconnected 建議 最近在調整connectionpool,有發現到如果server端終止連線後,client端會不清楚 因此能否在 isconnected 加上 http client coro property hcc http client coro property swoole get property getthis char data if hcc socket recv data return false 來做輔助判斷呢?
1
375,426
11,104,240,331
IssuesEvent
2019-12-17 06:57:41
google/ground-android
https://api.github.com/repos/google/ground-android
opened
[Cloud Build] Save gradle cache only if dependencies have been updated
priority: p2 type: feature request
Currently, we zip and copy gradle cache to GCS with every successful trigger. This takes ~ 40 seconds and doesn't add any value if the dependencies haven't been updated in the current pull request. Ideas: * Generate hash (md5) for `build.gradle` files (both project and app level) * Run `Compress gradle build cac...
1.0
[Cloud Build] Save gradle cache only if dependencies have been updated - Currently, we zip and copy gradle cache to GCS with every successful trigger. This takes ~ 40 seconds and doesn't add any value if the dependencies haven't been updated in the current pull request. Ideas: * Generate hash (md5) for `build.grad...
non_comp
save gradle cache only if dependencies have been updated currently we zip and copy gradle cache to gcs with every successful trigger this takes seconds and doesn t add any value if the dependencies haven t been updated in the current pull request ideas generate hash for build gradle files both...
0
5,391
7,872,688,436
IssuesEvent
2018-06-25 12:07:38
59naga/babel-plugin-add-module-exports
https://api.github.com/repos/59naga/babel-plugin-add-module-exports
closed
Incompatibility issue
compatibility
I've lost 4 days of my life debugging an issue until I realized that it was because I was using a library with this line `require('./browser').default;` from [Realm](https://github.com/realm/realm-js/blob/v1.2.0/lib/index.js#L87) The result was undefined because of this plugin, so I had to stop using it. I wish it...
True
Incompatibility issue - I've lost 4 days of my life debugging an issue until I realized that it was because I was using a library with this line `require('./browser').default;` from [Realm](https://github.com/realm/realm-js/blob/v1.2.0/lib/index.js#L87) The result was undefined because of this plugin, so I had to ...
comp
incompatibility issue i ve lost days of my life debugging an issue until i realized that it was because i was using a library with this line require browser default from the result was undefined because of this plugin so i had to stop using it i wish it was still possible to use default to av...
1
531,490
15,499,209,708
IssuesEvent
2021-03-11 07:38:34
0x4447-bootstrap/0x4447_bootstrap_dashboard
https://api.github.com/repos/0x4447-bootstrap/0x4447_bootstrap_dashboard
closed
Revamp the identity tab
priority
- snap the card to the content - add placeholder cards to visually test and see the you layout ![Screen Shot 2021-02-26 at 10 07 29 AM](https://user-images.githubusercontent.com/411114/109283473-20877680-781f-11eb-9f37-aad7ef363a49.png)
1.0
Revamp the identity tab - - snap the card to the content - add placeholder cards to visually test and see the you layout ![Screen Shot 2021-02-26 at 10 07 29 AM](https://user-images.githubusercontent.com/411114/109283473-20877680-781f-11eb-9f37-aad7ef363a49.png)
non_comp
revamp the identity tab snap the card to the content add placeholder cards to visually test and see the you layout
0
665
2,964,287,376
IssuesEvent
2015-07-10 15:47:53
ModelWriter/Requirements
https://api.github.com/repos/ModelWriter/Requirements
opened
System should suggest corresponding text-model mapping.
Software Requirements Document (SRD)
Model means concepts, individuals and relations in knowledge base.
1.0
System should suggest corresponding text-model mapping. - Model means concepts, individuals and relations in knowledge base.
non_comp
system should suggest corresponding text model mapping model means concepts individuals and relations in knowledge base
0
19,369
26,893,784,838
IssuesEvent
2023-02-06 10:51:15
visual-framework/vf-core
https://api.github.com/repos/visual-framework/vf-core
closed
Make the section header compulsory in vf-card-container and add the option to hide the section header
Type: Enhancement Type: Component or Pattern Type: Compatibility accessibility
We have made the section header compulsory in the WP block of vf-container and added the option to hide it to address accessibility issues on the EBI site (see [vf-wp/issues/1181](https://github.com/visual-framework/vf-wp/issues/1181)). We should introduce these changes to the [vf-card-container](https://stable.visu...
True
Make the section header compulsory in vf-card-container and add the option to hide the section header - We have made the section header compulsory in the WP block of vf-container and added the option to hide it to address accessibility issues on the EBI site (see [vf-wp/issues/1181](https://github.com/visual-framework/...
comp
make the section header compulsory in vf card container and add the option to hide the section header we have made the section header compulsory in the wp block of vf container and added the option to hide it to address accessibility issues on the ebi site see we should introduce these changes to the comp...
1
347,589
24,892,058,096
IssuesEvent
2022-10-28 12:53:32
bounswe/bounswe2022group5
https://api.github.com/repos/bounswe/bounswe2022group5
closed
Revising the Scenarios and Mockups, make adjustments needed according to the changes done in the Requirements.
Type: Documentation Prio: Medium Status: Need Review
***Description*:** There are some changes in the [Project Requirements](https://github.com/bounswe/bounswe2022group5/wiki/Requirements) after [Meeting 14.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-14.1). The task is to revise the [Scenario 1](https://github.com/bounswe/bounswe2022group5/wiki/Scenar...
1.0
Revising the Scenarios and Mockups, make adjustments needed according to the changes done in the Requirements. - ***Description*:** There are some changes in the [Project Requirements](https://github.com/bounswe/bounswe2022group5/wiki/Requirements) after [Meeting 14.1](https://github.com/bounswe/bounswe2022group5/wi...
non_comp
revising the scenarios and mockups make adjustments needed according to the changes done in the requirements description there are some changes in the after the task is to revise the and make adjustments needed according to the modifications done in the requirements todo s ...
0
707,553
24,309,520,554
IssuesEvent
2022-09-29 20:43:01
PavlAvstin/OZ-CSC-480-HCI-521-Fall-2022
https://api.github.com/repos/PavlAvstin/OZ-CSC-480-HCI-521-Fall-2022
opened
"Priority Rating for Feature 9": Missing 'Feature 9' Rating
Quality Assurance Usability Criticality: Moderate Features User Stories and Priority Ratings 1 Missing
Defect: Missing Feature 9 on the Priority Rating Chart. Location: "Priority Rating Chart" Recommended Fix: Take a quick poll and determine Feature 9's priority and add it to the appropriate spot on the chart. Criticality: Moderate
1.0
"Priority Rating for Feature 9": Missing 'Feature 9' Rating - Defect: Missing Feature 9 on the Priority Rating Chart. Location: "Priority Rating Chart" Recommended Fix: Take a quick poll and determine Feature 9's priority and add it to the appropriate spot on the chart. Criticality: Moderate
non_comp
priority rating for feature missing feature rating defect missing feature on the priority rating chart location priority rating chart recommended fix take a quick poll and determine feature s priority and add it to the appropriate spot on the chart criticality moderate
0
5,393
7,875,361,607
IssuesEvent
2018-06-25 20:10:26
wordpress-mobile/AztecEditor-iOS
https://api.github.com/repos/wordpress-mobile/AztecEditor-iOS
closed
Videos without poster images are not displaying a frame from the video.
Gutenberg Compatibility [Type] Bug
### Expected behavior When we have HTML like this: ``` <video src="https://videos.files.wordpress.com/kUJmAcSf/bbb_sunflower_1080p_30fps_normal.mp4"> ``` We should be able to display a frame from the video. ### Actual behavior Only a small placeholder was being displayed like this: <img width="212"...
True
Videos without poster images are not displaying a frame from the video. - ### Expected behavior When we have HTML like this: ``` <video src="https://videos.files.wordpress.com/kUJmAcSf/bbb_sunflower_1080p_30fps_normal.mp4"> ``` We should be able to display a frame from the video. ### Actual behavior O...
comp
videos without poster images are not displaying a frame from the video expected behavior when we have html like this video src we should be able to display a frame from the video actual behavior only a small placeholder was being displayed like this img width alt scr...
1
101,451
31,153,727,461
IssuesEvent
2023-08-16 11:47:45
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
closed
BUILD: "error: incomplete definition of type 'struct _frame'" while compiling the datetime library on macOS & python 3.11
Build Needs Info
### Installation check - [X] I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas). ### Platform macOS-13.4.1-arm64-arm-64bit ### Installation Method Built from source ### pandas Version main (https://github.com/pandas-de...
1.0
BUILD: "error: incomplete definition of type 'struct _frame'" while compiling the datetime library on macOS & python 3.11 - ### Installation check - [X] I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas). ### Platform macOS-13.4.1...
non_comp
build error incomplete definition of type struct frame while compiling the datetime library on macos python installation check i have read the platform macos arm installation method built from source pandas version main python version ...
0
4,607
7,244,120,424
IssuesEvent
2018-02-14 14:12:08
fedora-infra/bodhi
https://api.github.com/repos/fedora-infra/bodhi
opened
Rename "masher" to "composer"
Backwards incompatible Composer Refactor
With the next major version of Bodhi, we should rename the "masher" to "composer" since mash is no longer used.
True
Rename "masher" to "composer" - With the next major version of Bodhi, we should rename the "masher" to "composer" since mash is no longer used.
comp
rename masher to composer with the next major version of bodhi we should rename the masher to composer since mash is no longer used
1
21,213
3,874,490,074
IssuesEvent
2016-04-11 20:41:49
GCSO2/D3S-INVENTORY
https://api.github.com/repos/GCSO2/D3S-INVENTORY
closed
Cloud: Adding a new UOM does not show up on parts detail
bug ready for gio to test
Need to make sure that when adding / changing UOM on UOM Admin screen, it should appear on the parts listing.
1.0
Cloud: Adding a new UOM does not show up on parts detail - Need to make sure that when adding / changing UOM on UOM Admin screen, it should appear on the parts listing.
non_comp
cloud adding a new uom does not show up on parts detail need to make sure that when adding changing uom on uom admin screen it should appear on the parts listing
0
20,000
27,825,622,840
IssuesEvent
2023-03-19 18:29:13
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
The Outer Worlds: Spacer's Choice Edition (1920490)
Game compatibility - Unofficial XAudio2
# Compatibility Report - Name of the game with compatibility issues:The Outer Worlds: Spacer's Choice Edition - Steam AppID of the game:1920490 ## System Information - GPU: GTX 1070 Ti - Driver/LLVM version: nvidia 525.89.02 - Kernel version: 6.2.7-2-Manjaro - Link to full system information report as [Gist](h...
True
The Outer Worlds: Spacer's Choice Edition (1920490) - # Compatibility Report - Name of the game with compatibility issues:The Outer Worlds: Spacer's Choice Edition - Steam AppID of the game:1920490 ## System Information - GPU: GTX 1070 Ti - Driver/LLVM version: nvidia 525.89.02 - Kernel version: 6.2.7-2-Manjaro...
comp
the outer worlds spacer s choice edition compatibility report name of the game with compatibility issues the outer worlds spacer s choice edition steam appid of the game system information gpu gtx ti driver llvm version nvidia kernel version manjaro link to full sy...
1
7,100
9,381,442,137
IssuesEvent
2019-04-04 19:38:42
fimbullinter/wotan
https://api.github.com/repos/fimbullinter/wotan
opened
no-inferred-empty-object: handle new constraint unknown in typescript@next
upstream compatibility
https://github.com/Microsoft/TypeScript/pull/30637 changes the default constraint from `{}` to `unknown`. That means the fallback for uninferred type parameters is now also `unknown`. 1. the rule should be updated to handle `unknown` starting from typescript@3.5.0 1. the rule name no longer makes sense 1. the docs...
True
no-inferred-empty-object: handle new constraint unknown in typescript@next - https://github.com/Microsoft/TypeScript/pull/30637 changes the default constraint from `{}` to `unknown`. That means the fallback for uninferred type parameters is now also `unknown`. 1. the rule should be updated to handle `unknown` starti...
comp
no inferred empty object handle new constraint unknown in typescript next changes the default constraint from to unknown that means the fallback for uninferred type parameters is now also unknown the rule should be updated to handle unknown starting from typescript the rule name no lon...
1
29,022
11,706,182,655
IssuesEvent
2020-03-07 20:27:23
vlaship/hadoop-wc
https://api.github.com/repos/vlaship/hadoop-wc
opened
CVE-2018-12023 (High) detected in jackson-databind-2.9.5.jar
security vulnerability
## CVE-2018-12023 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2018-12023 (High) detected in jackson-databind-2.9.5.jar - ## CVE-2018-12023 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.5.jar</b></p></summary> <p>General...
non_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library root gradle caches modules...
0
13,953
16,722,654,867
IssuesEvent
2021-06-10 09:11:01
docker/compose-cli
https://api.github.com/repos/docker/compose-cli
opened
relative path to compose file behaviour change: relative to project directory option in v2, to current dir in v1
compatibility
<!-- If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit ...
True
relative path to compose file behaviour change: relative to project directory option in v2, to current dir in v1 - <!-- If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please clo...
comp
relative path to compose file behaviour change relative to project directory option in to current dir in if you are reporting a new issue make sure that we do not have any duplicates already open you can ensure this by searching the issue list for this repository if there is a duplicate please close...
1
104,345
16,613,628,384
IssuesEvent
2021-06-02 14:19:10
Thanraj/linux-4.1.15
https://api.github.com/repos/Thanraj/linux-4.1.15
opened
CVE-2020-8649 (Medium) detected in linux-stable-rtv4.1.33
security vulnerability
## CVE-2020-8649 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pa...
True
CVE-2020-8649 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2020-8649 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Car...
non_comp
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f...
0
15,769
20,604,477,326
IssuesEvent
2022-03-06 19:22:39
MCCTeam/Minecraft-Console-Client
https://api.github.com/repos/MCCTeam/Minecraft-Console-Client
closed
Captcha when logging in to the server
rejected:duplicate a:new-feature in:protocol-compatibility
### Prerequisites - [X] I have read and understood the [user manual](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config) - [X] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/Minecraft-Console-Client/build/artifacts) - [X] I tried to [l...
True
Captcha when logging in to the server - ### Prerequisites - [X] I have read and understood the [user manual](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config) - [X] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/Minecraft-Console-Cli...
comp
captcha when logging in to the server prerequisites i have read and understood the i made sure i am running the latest i tried to before opening a new one console client version the last describe your problem there is a problem when logging into the server on the server upon...
1
89,463
3,794,187,292
IssuesEvent
2016-03-22 16:09:35
byuoitav/team
https://api.github.com/repos/byuoitav/team
opened
Get the Config Index working.
Priority 2
- [ ] Refactor the HTTP functions - [ ] Define what information we want reported - [ ] Build the reporting - [ ] Testing - [ ] Merge - [ ] Deployment
1.0
Get the Config Index working. - - [ ] Refactor the HTTP functions - [ ] Define what information we want reported - [ ] Build the reporting - [ ] Testing - [ ] Merge - [ ] Deployment
non_comp
get the config index working refactor the http functions define what information we want reported build the reporting testing merge deployment
0
248,932
26,866,682,439
IssuesEvent
2023-02-04 01:10:13
eng-dibo/dibo
https://api.github.com/repos/eng-dibo/dibo
closed
@engineers/firebase-admin-file:packages/firebase-admin.tgz: 3 vulnerabilities (highest severity is: 9.8) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>@engineers/firebase-admin-file:packages/firebase-admin.tgz</b></p></summary> <p></p> <p> </details> ## Vulnerabilities | CVE | Severity | <img src='https://whiteso...
True
@engineers/firebase-admin-file:packages/firebase-admin.tgz: 3 vulnerabilities (highest severity is: 9.8) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>@engineers/firebase-admin-file:packages/firebas...
non_comp
engineers firebase admin file packages firebase admin tgz vulnerabilities highest severity is autoclosed vulnerable library engineers firebase admin file packages firebase admin tgz vulnerabilities cve severity cvss dependency type fixed in engineers firebase admi...
0
12,671
14,964,995,401
IssuesEvent
2021-01-27 12:47:21
Arch666Angel/mods
https://api.github.com/repos/Arch666Angel/mods
closed
Ingredient count issue with ore-sorting-4
Impact: Mod compatibility
**Describe the bug** The ore-sorting-facility-4 has the same "ingredient_count" as facility 3 which is 6. Some Mods like "EAB" use 7 ingredients which cannot be produced even with the highest facility. **Additional context** I would like to ask if the ingredient_count is intended to be 6 at the max or if you could...
True
Ingredient count issue with ore-sorting-4 - **Describe the bug** The ore-sorting-facility-4 has the same "ingredient_count" as facility 3 which is 6. Some Mods like "EAB" use 7 ingredients which cannot be produced even with the highest facility. **Additional context** I would like to ask if the ingredient_count is...
comp
ingredient count issue with ore sorting describe the bug the ore sorting facility has the same ingredient count as facility which is some mods like eab use ingredients which cannot be produced even with the highest facility additional context i would like to ask if the ingredient count is...
1
539,977
15,797,952,952
IssuesEvent
2021-04-02 17:43:30
phetsims/molecule-polarity
https://api.github.com/repos/phetsims/molecule-polarity
closed
Cherry-pick scenery#1186 fix to 1.1 branch
priority:5-deferred
In https://github.com/phetsims/scenery/issues/1186, fixes were made to handle pointer interrupt for sims running in an iframe (like in Studio). If PhET decides to use the 1.1 branch as the starting point for a general release, then that fix should be cherry-picked to the 1.1 branch. If PhET decides to use a new 1...
1.0
Cherry-pick scenery#1186 fix to 1.1 branch - In https://github.com/phetsims/scenery/issues/1186, fixes were made to handle pointer interrupt for sims running in an iframe (like in Studio). If PhET decides to use the 1.1 branch as the starting point for a general release, then that fix should be cherry-picked to the ...
non_comp
cherry pick scenery fix to branch in fixes were made to handle pointer interrupt for sims running in an iframe like in studio if phet decides to use the branch as the starting point for a general release then that fix should be cherry picked to the branch if phet decides to use a new br...
0
17,561
24,209,365,467
IssuesEvent
2022-09-25 17:27:38
BartoszCichecki/LenovoLegionToolkit
https://api.github.com/repos/BartoszCichecki/LenovoLegionToolkit
closed
[COMPATIBILITY]: Apply for Legion Y9000P IAH7H (Chinese Edition of LEGION 5 Pro-16" Gen 7)
compatibility needs-clarification
### Version 2.6.0 ### OS Windows 11 22H2 build 22622.601 ### Device Legion Y9000P IAH7H ![image](https://user-images.githubusercontent.com/70903329/192141050-a4321136-bf99-4af5-95ca-6c6c8995d4de.png) ### Which features of the application did you test? **Power** - Power Mode - Battery Mode - A...
True
[COMPATIBILITY]: Apply for Legion Y9000P IAH7H (Chinese Edition of LEGION 5 Pro-16" Gen 7) - ### Version 2.6.0 ### OS Windows 11 22H2 build 22622.601 ### Device Legion Y9000P IAH7H ![image](https://user-images.githubusercontent.com/70903329/192141050-a4321136-bf99-4af5-95ca-6c6c8995d4de.png) ### Wh...
comp
apply for legion chinese edition of legion pro gen version os windows build device legion which features of the application did you test power power mode battery mode always on usb graphics gpu working mode refre...
1
2,025
4,757,516,656
IssuesEvent
2016-10-24 16:48:55
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
PopkonTV app is incompatible with https filtering
Compatibility SSL
The app displays an error window when https filtering is enabled with the app. Play store link: https://play.google.com/store/apps/details?id=air.com.hongyoun.and.goodPopkonTV Screenshot: http://i.imgur.com/QuLGb3a.jpg
True
PopkonTV app is incompatible with https filtering - The app displays an error window when https filtering is enabled with the app. Play store link: https://play.google.com/store/apps/details?id=air.com.hongyoun.and.goodPopkonTV Screenshot: http://i.imgur.com/QuLGb3a.jpg
comp
popkontv app is incompatible with https filtering the app displays an error window when https filtering is enabled with the app play store link screenshot
1
4,828
7,447,531,103
IssuesEvent
2018-03-28 12:51:08
LLK/scratch-gui
https://api.github.com/repos/LLK/scratch-gui
closed
Pen Text Engine not working
bug compatibility
### Expected Behavior Project should run normally: https://scratch.mit.edu/projects/195483628/ ### Actual Behavior Project loads, but does not run: https://llk.github.io/scratch-gui/develop/#195483628 ### Operating System and Browser Mac OS 10.13.3 | Chrome Version 65.0.3325.181 (Official Build) (64-...
True
Pen Text Engine not working - ### Expected Behavior Project should run normally: https://scratch.mit.edu/projects/195483628/ ### Actual Behavior Project loads, but does not run: https://llk.github.io/scratch-gui/develop/#195483628 ### Operating System and Browser Mac OS 10.13.3 | Chrome Version 65.0....
comp
pen text engine not working expected behavior project should run normally actual behavior project loads but does not run operating system and browser mac os chrome version official build bit
1
45,698
2,938,574,344
IssuesEvent
2015-07-01 11:44:46
oxyplot/oxyplot
https://api.github.com/repos/oxyplot/oxyplot
closed
Xamarin Forms IOS build fails: could not AOT the assembly OxyPlot.Xamarin.Forms.Platform.iOS.dll
help-wanted high-priority iOS need-more-info unconfirmed-bug Xamarin.Forms
Adding latest alpha 873 to Xamarin Forms, build solution fails: could not AOT the assembly OxyPlot.Xamarin.Forms.Platform.iOS.dll. Rolling back to package 859 builds no problem. Using latest Xamarin update with unified build for iOS.
1.0
Xamarin Forms IOS build fails: could not AOT the assembly OxyPlot.Xamarin.Forms.Platform.iOS.dll - Adding latest alpha 873 to Xamarin Forms, build solution fails: could not AOT the assembly OxyPlot.Xamarin.Forms.Platform.iOS.dll. Rolling back to package 859 builds no problem. Using latest Xamarin update with unified b...
non_comp
xamarin forms ios build fails could not aot the assembly oxyplot xamarin forms platform ios dll adding latest alpha to xamarin forms build solution fails could not aot the assembly oxyplot xamarin forms platform ios dll rolling back to package builds no problem using latest xamarin update with unified build...
0
46,392
13,055,906,352
IssuesEvent
2020-07-30 03:04:58
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[trigger-sim] failing examples/scripts (Trac #1138)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/1138 ```json { "status": "closed", "changetime": "2019-02-13T14:11:45", "description": "The following scripts and examples fail:\n\nresources/examples/change_trigger_settings.py\nTraceback (most recent call last):\n File \"change_trigger_settings.py\", l...
1.0
[trigger-sim] failing examples/scripts (Trac #1138) - Migrated from https://code.icecube.wisc.edu/ticket/1138 ```json { "status": "closed", "changetime": "2019-02-13T14:11:45", "description": "The following scripts and examples fail:\n\nresources/examples/change_trigger_settings.py\nTraceback (most recent...
non_comp
failing examples scripts trac migrated from json status closed changetime description the following scripts and examples fail n nresources examples change trigger settings py ntraceback most recent call last n file change trigger settings py line in ...
0
353,152
10,549,458,723
IssuesEvent
2019-10-03 08:47:24
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
jobs.undp.org - see bug description
browser-firefox-mobile engine-gecko priority-normal
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://jobs.undp.org/cj_view_job.cfm?cur_job_id=87601 **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android 8.0.0 **Tes...
1.0
jobs.undp.org - see bug description - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://jobs.undp.org/cj_view_job.cfm?cur_job_id=87601 **Browser / Version**: Firefox Mobile 68.0 **O...
non_comp
jobs undp org see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description urgent​ security​ report​ please​ steps to reproduce please​ note​ my​ apology​ to​ update​ that​...
0
42,013
5,414,616,856
IssuesEvent
2017-03-01 19:31:36
AffiliateWP/AffiliateWP
https://api.github.com/repos/AffiliateWP/AffiliateWP
closed
Edit referral amount on existing referral disassociates it from the affiliate.
bug Unit Tests
Beta bug report form this ticket - I confirmed it on my test site using 2.0 released version. https://secure.helpscout.net/conversation/309619819/51624/?folderId=205529 Steps to recreate: Edit an existing referral amount, click to save changes and it appears to get separated from the affiliate. The status for ...
1.0
Edit referral amount on existing referral disassociates it from the affiliate. - Beta bug report form this ticket - I confirmed it on my test site using 2.0 released version. https://secure.helpscout.net/conversation/309619819/51624/?folderId=205529 Steps to recreate: Edit an existing referral amount, click to...
non_comp
edit referral amount on existing referral disassociates it from the affiliate beta bug report form this ticket i confirmed it on my test site using released version steps to recreate edit an existing referral amount click to save changes and it appears to get separated from the affiliate the sta...
0
18,347
25,360,408,717
IssuesEvent
2022-11-20 20:37:22
keymanapp/keyman
https://api.github.com/repos/keymanapp/keyman
closed
bug(windows): Chrome 86.0 no longer accepts backspace
bug windows/ compatibility windows/engine/
**Describe the bug** It must be Monday morning :grimacing:! I woke up this morning to [multiple](https://community.software.sil.org/t/keyman-keyboard-not-staying-active-cant-get-rid-of-extra-keyboard-windows-10/3177/37) [reports](https://community.software.sil.org/t/yiddish-pasekh-working-wrong-in-chrome/3947) of <kbd...
True
bug(windows): Chrome 86.0 no longer accepts backspace - **Describe the bug** It must be Monday morning :grimacing:! I woke up this morning to [multiple](https://community.software.sil.org/t/keyman-keyboard-not-staying-active-cant-get-rid-of-extra-keyboard-windows-10/3177/37) [reports](https://community.software.sil.or...
comp
bug windows chrome no longer accepts backspace describe the bug it must be monday morning grimacing i woke up this morning to of backspace not working in chrome when i tested initially i had no trouble on my computer turns out i was still on chrome when i updated chrome it stopped acc...
1
188,017
6,767,429,723
IssuesEvent
2017-10-26 03:17:10
alyssalina/catsandbeer
https://api.github.com/repos/alyssalina/catsandbeer
closed
Create Documentation for User Tests
help wanted priority: 1 high skill: research
## Problem / motivation On the first day of Week 5, users (ie your classmates, TFs, or Ken) will be testing out your project for bugs and usability. Create a document to outline how they should test your program. https://www.userzoom.com/user-experience-research/a-simple-template-for-writing-usability-tasks/ htt...
1.0
Create Documentation for User Tests - ## Problem / motivation On the first day of Week 5, users (ie your classmates, TFs, or Ken) will be testing out your project for bugs and usability. Create a document to outline how they should test your program. https://www.userzoom.com/user-experience-research/a-simple-temp...
non_comp
create documentation for user tests problem motivation on the first day of week users ie your classmates tfs or ken will be testing out your project for bugs and usability create a document to outline how they should test your program note you might want to look up guides for game speci...
0
241,497
20,144,966,920
IssuesEvent
2022-02-09 06:05:02
datafuselabs/databend
https://api.github.com/repos/datafuselabs/databend
opened
Flaky test servers::http::http_query_handlers::test_async
C-testing
**Summary** ``` failures: ---- servers::http::http_query_handlers::test_async stdout ---- thread 'servers::http::http_query_handlers::test_async' panicked at 'assertion failed: `(left == right)` Diff < left / right > : <0 >1 ', query/tests/it/servers/http/http_query_handlers.rs:119:9 stack backtrace: ...
1.0
Flaky test servers::http::http_query_handlers::test_async - **Summary** ``` failures: ---- servers::http::http_query_handlers::test_async stdout ---- thread 'servers::http::http_query_handlers::test_async' panicked at 'assertion failed: `(left == right)` Diff < left / right > : <0 >1 ', query/tests/it/s...
non_comp
flaky test servers http http query handlers test async summary failures servers http http query handlers test async stdout thread servers http http query handlers test async panicked at assertion failed left right diff query tests it servers http htt...
0
1,958
4,676,762,648
IssuesEvent
2016-10-07 13:06:50
randomizedtesting/randomizedtesting
https://api.github.com/repos/randomizedtesting/randomizedtesting
closed
Rework support for nightly mode group in randomized context
backwards_incompatible refactoring
This is better done via generic group evaluators, etc.
True
Rework support for nightly mode group in randomized context - This is better done via generic group evaluators, etc.
comp
rework support for nightly mode group in randomized context this is better done via generic group evaluators etc
1
31,838
4,290,664,202
IssuesEvent
2016-07-18 10:42:44
mysociety/alaveteli
https://api.github.com/repos/mysociety/alaveteli
closed
Trap UK Border Agency & other non-team emails on Contact Us page
6 - awaiting deploy design easier admin uk
The WhatDoTheyKnow mailbox receives around 3-8 emails a month by UKBA applicants wanting help with their visa issues. As part of the Contact Us page, before any message gets added, we should add various radio buttons to ask the user what they need help with. The UKBA page could then redirect to a special support ...
1.0
Trap UK Border Agency & other non-team emails on Contact Us page - The WhatDoTheyKnow mailbox receives around 3-8 emails a month by UKBA applicants wanting help with their visa issues. As part of the Contact Us page, before any message gets added, we should add various radio buttons to ask the user what they need he...
non_comp
trap uk border agency other non team emails on contact us page the whatdotheyknow mailbox receives around emails a month by ukba applicants wanting help with their visa issues as part of the contact us page before any message gets added we should add various radio buttons to ask the user what they need he...
0
20,944
31,764,877,038
IssuesEvent
2023-09-12 08:10:13
lbl-srg/modelica-buildings
https://api.github.com/repos/lbl-srg/modelica-buildings
closed
Refactor templates with a record class for configuration parameters
enhancement non-backward compatible ctrl-flow
This ticket is to refactor classes within `Templates` to use a subrecord with all configuration (structural) parameters—intantiated as `cfg`. This subrecord must be declared in the master record `dat` ***and*** in the components so that - structural parameters be propagated *up* with `dat(cfg=<instance_name>.cfg)` i...
True
Refactor templates with a record class for configuration parameters - This ticket is to refactor classes within `Templates` to use a subrecord with all configuration (structural) parameters—intantiated as `cfg`. This subrecord must be declared in the master record `dat` ***and*** in the components so that - structur...
comp
refactor templates with a record class for configuration parameters this ticket is to refactor classes within templates to use a subrecord with all configuration structural parameters—intantiated as cfg this subrecord must be declared in the master record dat and in the components so that structur...
1
11,881
14,006,421,073
IssuesEvent
2020-10-28 19:55:48
kami-blue/client
https://api.github.com/repos/kami-blue/client
closed
Chams breaks WaypointsRender
-incompatible -module bug
Tested on `028a4996`. Even happens with all render options disabled. ![image](https://user-images.githubusercontent.com/17222512/97039235-17695e80-153a-11eb-912f-fe565f529047.png) ![image](https://user-images.githubusercontent.com/17222512/97039221-13d5d780-153a-11eb-9ca0-9de017e99881.png) ![image](https://user-i...
True
Chams breaks WaypointsRender - Tested on `028a4996`. Even happens with all render options disabled. ![image](https://user-images.githubusercontent.com/17222512/97039235-17695e80-153a-11eb-912f-fe565f529047.png) ![image](https://user-images.githubusercontent.com/17222512/97039221-13d5d780-153a-11eb-9ca0-9de017e998...
comp
chams breaks waypointsrender tested on even happens with all render options disabled
1
229,493
25,352,386,639
IssuesEvent
2022-11-19 23:21:06
mittell/list-maker-api
https://api.github.com/repos/mittell/list-maker-api
closed
mongoose-6.3.1.tgz: 1 vulnerabilities (highest severity is: 9.8) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mongoose-6.3.1.tgz</b></p></summary> <p>Mongoose MongoDB ODM</p> <p>Library home page: <a href="https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz">https://regi...
True
mongoose-6.3.1.tgz: 1 vulnerabilities (highest severity is: 9.8) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mongoose-6.3.1.tgz</b></p></summary> <p>Mongoose MongoDB ODM</p> <p>Library home page:...
non_comp
mongoose tgz vulnerabilities highest severity is autoclosed vulnerable library mongoose tgz mongoose mongodb odm library home page a href path to dependency file package json path to vulnerable library node modules mongoose package json vulnerabilities cv...
0
234,194
25,806,033,691
IssuesEvent
2022-12-11 12:19:41
SmartBear/readyapi-swagger-assertion-plugin
https://api.github.com/repos/SmartBear/readyapi-swagger-assertion-plugin
closed
CVE-2021-4104 (High) detected in log4j-1.2.14.jar - autoclosed
security vulnerability
## CVE-2021-4104 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.14.jar</b></p></summary> <p>Log4j</p> <p>Library home page: <a href="http://logging.apache.org/log4j/">http:/...
True
CVE-2021-4104 (High) detected in log4j-1.2.14.jar - autoclosed - ## CVE-2021-4104 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.14.jar</b></p></summary> <p>Log4j</p> <p>Lib...
non_comp
cve high detected in jar autoclosed cve high severity vulnerability vulnerable library jar library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository jar dependency hierarchy ...
0
20,662
30,736,134,273
IssuesEvent
2023-07-28 07:48:18
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
Add a new backend exclusion field for Incompatible Plugins
type: enhancement 3rd party compatibility effort: [M] module: dynamic lists
**Is your feature request related to a problem? Please describe.** We'll add new array to be handled by the backend, it's related to incompatible plugins: https://github.com/wp-media/wp-rocket/blob/6cc86bfbda457c93e404775ca0c7fd26b66342c5/inc/admin/ui/notices.php#L111 **Additional context** The backend part will ...
True
Add a new backend exclusion field for Incompatible Plugins - **Is your feature request related to a problem? Please describe.** We'll add new array to be handled by the backend, it's related to incompatible plugins: https://github.com/wp-media/wp-rocket/blob/6cc86bfbda457c93e404775ca0c7fd26b66342c5/inc/admin/ui/notic...
comp
add a new backend exclusion field for incompatible plugins is your feature request related to a problem please describe we ll add new array to be handled by the backend it s related to incompatible plugins additional context the backend part will be handled here acceptance criteria ...
1
385,856
26,656,936,702
IssuesEvent
2023-01-25 17:34:33
redpanda-data/documentation
https://api.github.com/repos/redpanda-data/documentation
closed
Doc for `max_concurrent_producer_ids` RP setting
documentation content gap
### Describe the Issue In redpanda we do not have mechanism to clear information for old transaction/idempotent producers So during the time redpanda can store to much data about it and got memory overflow. To fix this we introduce new settings to limit number of saved producers sessions. If redpanda notice overf...
1.0
Doc for `max_concurrent_producer_ids` RP setting - ### Describe the Issue In redpanda we do not have mechanism to clear information for old transaction/idempotent producers So during the time redpanda can store to much data about it and got memory overflow. To fix this we introduce new settings to limit number of sa...
non_comp
doc for max concurrent producer ids rp setting describe the issue in redpanda we do not have mechanism to clear information for old transaction idempotent producers so during the time redpanda can store to much data about it and got memory overflow to fix this we introduce new settings to limit number of sa...
0
47,490
13,237,795,154
IssuesEvent
2020-08-18 22:30:09
benchabot/abp
https://api.github.com/repos/benchabot/abp
opened
CVE-2020-7693 (Medium) detected in sockjs-0.3.19.tgz
security vulnerability
## CVE-2020-7693 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary> <p>SockJS-node is a server counterpart of SockJS-client a JavaScript library that...
True
CVE-2020-7693 (Medium) detected in sockjs-0.3.19.tgz - ## CVE-2020-7693 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary> <p>SockJS-node is a server...
non_comp
cve medium detected in sockjs tgz cve medium severity vulnerability vulnerable library sockjs tgz sockjs node is a server counterpart of sockjs client a javascript library that provides a websocket like object in the browser sockjs gives you a coherent cross browser javascrip...
0
4,407
7,094,071,278
IssuesEvent
2018-01-12 23:38:03
konsolas/AAC-Issues
https://api.github.com/repos/konsolas/AAC-Issues
closed
AAC Error: Could not pass event EntityDamageByEntityEvent
1. error 2. combat 3. compatibility 4. fixed
**Issue description** https://hastebin.com/oteletiqun.go **Core information** Server version: 1.11.0 **AAC version:** 3.3.7-b2 **ProtocolLib version:** 4.4.0-SNAPSHOT-b390 **Plugin list:** AAC,AACAdditionPro,ProtocolLib,ConditionalCommands,Own Plugins **Special environment information** **ViaVersion v...
True
AAC Error: Could not pass event EntityDamageByEntityEvent - **Issue description** https://hastebin.com/oteletiqun.go **Core information** Server version: 1.11.0 **AAC version:** 3.3.7-b2 **ProtocolLib version:** 4.4.0-SNAPSHOT-b390 **Plugin list:** AAC,AACAdditionPro,ProtocolLib,ConditionalCommands,Own Pl...
comp
aac error could not pass event entitydamagebyentityevent issue description core information server version aac version protocollib version snapshot plugin list aac aacadditionpro protocollib conditionalcommands own plugins special environment informa...
1
138,820
20,727,810,751
IssuesEvent
2022-03-14 05:35:21
RussKie/winforms
https://api.github.com/repos/RussKie/winforms
opened
VS designer is not working! Again!
area: VS designer untriaged
### Environment Version 17.2.0 Preview 3.0 [32305.25.main] ### .NET version .NET 7.0 Preview2 ### Did this work in a previous version of Visual Studio? Yes, it did. VS 16.11. ### Issue description Nothing works... ### Steps to reproduce Double click on Form1.cs ### Diagnostics ```shell [16:23:00.6429015] Add...
1.0
VS designer is not working! Again! - ### Environment Version 17.2.0 Preview 3.0 [32305.25.main] ### .NET version .NET 7.0 Preview2 ### Did this work in a previous version of Visual Studio? Yes, it did. VS 16.11. ### Issue description Nothing works... ### Steps to reproduce Double click on Form1.cs ### Diagnos...
non_comp
vs designer is not working again environment version preview net version net did this work in a previous version of visual studio yes it did vs issue description nothing works steps to reproduce double click on cs diagnostics shell added syst...
0
490
2,906,199,340
IssuesEvent
2015-06-19 08:24:55
mage-eag/mage-enhanced-admin-grids
https://api.github.com/repos/mage-eag/mage-enhanced-admin-grids
closed
Product Admin Grids not workings for Limited access roles
compatibility-bug waiting for infos
Hi, I am using Advanced permission roles. I have added custom attributes to display for products such as Image thumbs, brand, colour etc. The extension shows these grids for Administrators having complete access to admin area. However, sub-admins with restricted access can't see image thumbs or other attribute. A...
True
Product Admin Grids not workings for Limited access roles - Hi, I am using Advanced permission roles. I have added custom attributes to display for products such as Image thumbs, brand, colour etc. The extension shows these grids for Administrators having complete access to admin area. However, sub-admins with restr...
comp
product admin grids not workings for limited access roles hi i am using advanced permission roles i have added custom attributes to display for products such as image thumbs brand colour etc the extension shows these grids for administrators having complete access to admin area however sub admins with restr...
1
312,122
23,416,664,731
IssuesEvent
2022-08-13 03:46:39
MattTheLegoman/RealmsInExile
https://api.github.com/repos/MattTheLegoman/RealmsInExile
opened
Suggestion: Make all name localization keys lower case
bug documentation help wanted good first issue localization suggestion priority: critical
If this was done from the beginning it would have been much easier to spot which names are and aren't localized. I mean just look at this, it's impossible to see whether a name without special characters is localized or not: ![image](https://user-images.githubusercontent.com/43797452/184467247-abc564bf-b575-4599-89c2...
1.0
Suggestion: Make all name localization keys lower case - If this was done from the beginning it would have been much easier to spot which names are and aren't localized. I mean just look at this, it's impossible to see whether a name without special characters is localized or not: ![image](https://user-images.githubu...
non_comp
suggestion make all name localization keys lower case if this was done from the beginning it would have been much easier to spot which names are and aren t localized i mean just look at this it s impossible to see whether a name without special characters is localized or not
0
696,838
23,918,109,632
IssuesEvent
2022-09-09 14:24:07
eclipse/lsp4jakarta
https://api.github.com/repos/eclipse/lsp4jakarta
closed
Filter JSON diagnostics based on classpath/imports
high priority 1
#### Description: - [ ] JsonbDiagnosticsCollector - [ ] JsonpDiagnosticCollector #### Specification: #### Type of language feature proposed: _Select all that apply_ - [x] diagnostic - [ ] quick-fix - [ ] snippet - [ ] other, please specify:
1.0
Filter JSON diagnostics based on classpath/imports - #### Description: - [ ] JsonbDiagnosticsCollector - [ ] JsonpDiagnosticCollector #### Specification: #### Type of language feature proposed: _Select all that apply_ - [x] diagnostic - [ ] quick-fix - [ ] snippet - [ ] other, please specify:
non_comp
filter json diagnostics based on classpath imports description jsonbdiagnosticscollector jsonpdiagnosticcollector specification type of language feature proposed select all that apply diagnostic quick fix snippet other please specify
0
17,692
24,389,112,722
IssuesEvent
2022-10-04 14:00:52
cemu-project/Cemu
https://api.github.com/repos/cemu-project/Cemu
closed
[Fatal Frame] Crashes instantly on title screen
regression compatibility
These all happened on cemu 2.0 After launching the game, both on the USA digital and JP physical version, it crashes after it gets into the emu On cemu 1.26.2 and 1.27.1 it crashes after entering a chapter, all after the resumes before entering, it crashes also On cemu 1.27, the game is 100% playable without problem...
True
[Fatal Frame] Crashes instantly on title screen - These all happened on cemu 2.0 After launching the game, both on the USA digital and JP physical version, it crashes after it gets into the emu On cemu 1.26.2 and 1.27.1 it crashes after entering a chapter, all after the resumes before entering, it crashes also On ce...
comp
crashes instantly on title screen these all happened on cemu after launching the game both on the usa digital and jp physical version it crashes after it gets into the emu on cemu and it crashes after entering a chapter all after the resumes before entering it crashes also on cemu the ga...
1
11,057
7,045,404,358
IssuesEvent
2018-01-01 19:14:39
FAForever/client
https://api.github.com/repos/FAForever/client
closed
exception in clientwindow.py, client stops working
analysis help wanted usability
client stopped working after playing a game. The "FAF" logo turned red and the games tab was empty, chat was not refreshed anymore. relevant part of the forever.log: Traceback (most recent call last): File "src\client\_clientwindow.py", line 988, in readFromServer File "src\client\_clientwindow.py", line 111...
True
exception in clientwindow.py, client stops working - client stopped working after playing a game. The "FAF" logo turned red and the games tab was empty, chat was not refreshed anymore. relevant part of the forever.log: Traceback (most recent call last): File "src\client\_clientwindow.py", line 988, in readFromS...
non_comp
exception in clientwindow py client stops working client stopped working after playing a game the faf logo turned red and the games tab was empty chat was not refreshed anymore relevant part of the forever log traceback most recent call last file src client clientwindow py line in readfromser...
0
5,357
7,845,671,861
IssuesEvent
2018-06-19 13:35:44
wordpress-mobile/AztecEditor-iOS
https://api.github.com/repos/wordpress-mobile/AztecEditor-iOS
closed
Aztec adds alignment class to image, even if there wasn't one
Gutenberg Compatibility
Aztec is adding `alignnone` to the class attribute on images, which is breaking Gutenberg `image` blocks. Before: ``` <!-- wp:image {"id":96} --> <figure class="wp-block-image"><img src="https://sandbox.koke.me/wp-content/uploads/2018/05/fullsizeoutput_52f7.jpeg" alt="" class="wp-image-96" /></figure> <!-- /wp...
True
Aztec adds alignment class to image, even if there wasn't one - Aztec is adding `alignnone` to the class attribute on images, which is breaking Gutenberg `image` blocks. Before: ``` <!-- wp:image {"id":96} --> <figure class="wp-block-image"><img src="https://sandbox.koke.me/wp-content/uploads/2018/05/fullsizeou...
comp
aztec adds alignment class to image even if there wasn t one aztec is adding alignnone to the class attribute on images which is breaking gutenberg image blocks before after
1