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
269,473
28,960,171,857
IssuesEvent
2023-05-10 01:20:42
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
reopened
CVE-2017-13695 (Medium) detected in linuxv3.0
Mend: dependency security vulnerability
## CVE-2017-13695 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/ver...
True
CVE-2017-13695 (Medium) detected in linuxv3.0 - ## CVE-2017-13695 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>L...
non_comp
cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files drivers acpi acpica nseval c ...
0
86,695
8,047,419,660
IssuesEvent
2018-08-01 00:33:38
ipfs/go-ipfs
https://api.github.com/repos/ipfs/go-ipfs
closed
`foofoo.block` has more links than UnixFS `Blocksizes`
testing
I'm refactoring the DAG reader (https://github.com/ipfs/go-ipfs/pull/5257) and I'm having an [error](https://github.com/ipfs/go-ipfs/pull/5257/files#diff-0046ca7d126fec814fde6c7ffc49ab0dR277) in the test file [`t0110-gateway.sh`](https://github.com/ipfs/go-ipfs/blob/e71dce5dfba3616e5ade4abf0844925389497a56/test/sharnes...
1.0
`foofoo.block` has more links than UnixFS `Blocksizes` - I'm refactoring the DAG reader (https://github.com/ipfs/go-ipfs/pull/5257) and I'm having an [error](https://github.com/ipfs/go-ipfs/pull/5257/files#diff-0046ca7d126fec814fde6c7ffc49ab0dR277) in the test file [`t0110-gateway.sh`](https://github.com/ipfs/go-ipfs/b...
non_comp
foofoo block has more links than unixfs blocksizes i m refactoring the dag reader and i m having an in the test file where the file which is saved as a block and retrieved as a file dag through the gateway would appear to have an inconsistency between its number of dag links and its number of uni...
0
120,642
12,092,626,371
IssuesEvent
2020-04-19 16:20:56
harfbuzz/harfbuzz
https://api.github.com/repos/harfbuzz/harfbuzz
opened
[docs] Check the possibilities of auto-linking to external documentation
documentation
For example liking FreeType functions and structs to its own documentation. Split from https://github.com/harfbuzz/harfbuzz/pull/1729#discussion_r409030665
1.0
[docs] Check the possibilities of auto-linking to external documentation - For example liking FreeType functions and structs to its own documentation. Split from https://github.com/harfbuzz/harfbuzz/pull/1729#discussion_r409030665
non_comp
check the possibilities of auto linking to external documentation for example liking freetype functions and structs to its own documentation split from
0
93,948
8,459,796,953
IssuesEvent
2018-10-22 16:57:16
Microsoft/AzureStorageExplorer
https://api.github.com/repos/Microsoft/AzureStorageExplorer
closed
There is no 'X' button on the opened tab
:computer: windows testing
**Storage Explorer Version**: 1.5.0 **Platform/OS Version**: Windows 10 **Architecture**: ia32 **Build Number**: 20181022.4 **Commit**: 492b519a **Regression From**: Previous release 1.4.4 #### Steps to Reproduce: #### 1. Open one blob container -> Focus on the opened tab. 2. Press Tab -> Verify the 'X' butto...
1.0
There is no 'X' button on the opened tab - **Storage Explorer Version**: 1.5.0 **Platform/OS Version**: Windows 10 **Architecture**: ia32 **Build Number**: 20181022.4 **Commit**: 492b519a **Regression From**: Previous release 1.4.4 #### Steps to Reproduce: #### 1. Open one blob container -> Focus on the opened...
non_comp
there is no x button on the opened tab storage explorer version platform os version windows architecture build number commit regression from previous release steps to reproduce open one blob container focus on the opened tab press ta...
0
8,571
10,561,243,907
IssuesEvent
2019-10-04 15:28:01
anb0s/YAFMT
https://api.github.com/repos/anb0s/YAFMT
closed
YAFMT does not compile with target platform Eclipse-2018-12 and greater
Eclipse 2018-12 Eclipse 2019-03 Eclipse platform bug or not compatible bug
## Expected Behavior YAFMT should compile with target platform Eclipse-2018-12 and greater ## Actual Behavior see: https://travis-ci.org/anb0s/YAFMT/jobs/494470068 error: "The type org.eclipse.swt.widgets.Composite cannot be resolved. It is indirectly referenced from required .class files". see too: https://bu...
True
YAFMT does not compile with target platform Eclipse-2018-12 and greater - ## Expected Behavior YAFMT should compile with target platform Eclipse-2018-12 and greater ## Actual Behavior see: https://travis-ci.org/anb0s/YAFMT/jobs/494470068 error: "The type org.eclipse.swt.widgets.Composite cannot be resolved. It is...
comp
yafmt does not compile with target platform eclipse and greater expected behavior yafmt should compile with target platform eclipse and greater actual behavior see error the type org eclipse swt widgets composite cannot be resolved it is indirectly referenced from required class files ...
1
9,813
11,861,996,058
IssuesEvent
2020-03-25 17:12:30
microsoft/ChakraCore
https://api.github.com/repos/microsoft/ChakraCore
closed
Get name property with empty function name
Compatibility ES Spec Conformance
Hello everyone, I'm testing some JS engines and I found this inconsistency when getting the name property without function name defined. Chakra version: 1.9.0.0 OS: Ubuntu 16.04 Steps to reproduce 1. Run this code: ``` let foo = function() {}; let bar = function baz() {}; print(foo.name); print(bar.name);...
True
Get name property with empty function name - Hello everyone, I'm testing some JS engines and I found this inconsistency when getting the name property without function name defined. Chakra version: 1.9.0.0 OS: Ubuntu 16.04 Steps to reproduce 1. Run this code: ``` let foo = function() {}; let bar = function ...
comp
get name property with empty function name hello everyone i m testing some js engines and i found this inconsistency when getting the name property without function name defined chakra version os ubuntu steps to reproduce run this code let foo function let bar function ba...
1
543,454
15,882,462,019
IssuesEvent
2021-04-09 16:03:13
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Provide a custom hash() implementation on Tensor based on TensorImpl*
low priority triaged
Currently, we use the default hash() implementation for Tensor, which is based on id() of the PyObject. However, it is possible for the id() of a tensor to change. Consider: ``` import torch from torch.autograd import Function class MyFunction(Function): @staticmethod def forward(ctx, x): y =...
1.0
Provide a custom hash() implementation on Tensor based on TensorImpl* - Currently, we use the default hash() implementation for Tensor, which is based on id() of the PyObject. However, it is possible for the id() of a tensor to change. Consider: ``` import torch from torch.autograd import Function class MyFunct...
non_comp
provide a custom hash implementation on tensor based on tensorimpl currently we use the default hash implementation for tensor which is based on id of the pyobject however it is possible for the id of a tensor to change consider import torch from torch autograd import function class myfunct...
0
253,468
21,683,458,839
IssuesEvent
2022-05-09 09:00:23
ChaosInitiative/Portal-2-Community-Edition
https://api.github.com/repos/ChaosInitiative/Portal-2-Community-Edition
closed
Bug: Coop gelocity track stage 3 crashes the game.
Type: bug Status: needs testing
### Describe the bug As the title suggests, essentially Gelocity track Stage 3 crashes the game before even fully loaded. This crash does not occur with the other 2 gelocity maps or any of the time trial versions. ### Issue Map https://steamcommunity.com/sharedfiles/filedetails/?id=115869888 BSP zip was too...
1.0
Bug: Coop gelocity track stage 3 crashes the game. - ### Describe the bug As the title suggests, essentially Gelocity track Stage 3 crashes the game before even fully loaded. This crash does not occur with the other 2 gelocity maps or any of the time trial versions. ### Issue Map https://steamcommunity.com/sha...
non_comp
bug coop gelocity track stage crashes the game describe the bug as the title suggests essentially gelocity track stage crashes the game before even fully loaded this crash does not occur with the other gelocity maps or any of the time trial versions issue map bsp zip was too big appar...
0
58,981
16,987,109,444
IssuesEvent
2021-06-30 15:31:25
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-1 ❗ Launchblocker [SCREEN READER, COGNITION] Unable to update address, phone number and email address. Silent error messages.
508-defect-1 508/Accessibility frontend planned-work profile vsa-authenticated-exp
# 508-defect-1 :exclamation: Launchblocker Issue Title: 508 Defect Level 1, Launch blocker, Screen readers, Cognitive Disabilities, unable to update address, phone number and email address. Silent error messages. Point of Contact: Angela Fowler **VFS Point of Contact:** _First name only: Angela <h2>User Story...
1.0
508-defect-1 ❗ Launchblocker [SCREEN READER, COGNITION] Unable to update address, phone number and email address. Silent error messages. - # 508-defect-1 :exclamation: Launchblocker Issue Title: 508 Defect Level 1, Launch blocker, Screen readers, Cognitive Disabilities, unable to update address, phone number and ema...
non_comp
defect ❗ launchblocker unable to update address phone number and email address silent error messages defect exclamation launchblocker issue title defect level launch blocker screen readers cognitive disabilities unable to update address phone number and email address silent error messag...
0
225,594
7,488,938,030
IssuesEvent
2018-04-06 04:45:52
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Event on container "died" is missing
component/kubernetes kind/enhancement lifecycle/rotten priority/P2
Currently no event is raised when the container inside a pod die (for whatever reason). We get a new event when the container is then (re)created and another new event when (re)started but the previous event "died" is not reported via `osc get events` nor `osc describe podId` The 'die' event is actually reported by...
1.0
Event on container "died" is missing - Currently no event is raised when the container inside a pod die (for whatever reason). We get a new event when the container is then (re)created and another new event when (re)started but the previous event "died" is not reported via `osc get events` nor `osc describe podId` ...
non_comp
event on container died is missing currently no event is raised when the container inside a pod die for whatever reason we get a new event when the container is then re created and another new event when re started but the previous event died is not reported via osc get events nor osc describe podid ...
0
10,018
8,783,169,040
IssuesEvent
2018-12-20 04:14:41
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
Feature request: AWS Transfer for SFTP service
new-resource service/transfer
New AWS Transfer for SFTP service [just announced](https://aws.amazon.com/about-aws/whats-new/2018/11/aws-transfer-for-sftp-fully-managed-sftp-for-s3/). Requires: * https://github.com/terraform-providers/terraform-provider-aws/pull/6585
1.0
Feature request: AWS Transfer for SFTP service - New AWS Transfer for SFTP service [just announced](https://aws.amazon.com/about-aws/whats-new/2018/11/aws-transfer-for-sftp-fully-managed-sftp-for-s3/). Requires: * https://github.com/terraform-providers/terraform-provider-aws/pull/6585
non_comp
feature request aws transfer for sftp service new aws transfer for sftp service requires
0
148,617
13,241,269,660
IssuesEvent
2020-08-19 07:55:54
OpenSourceEconomics/respy
https://api.github.com/repos/OpenSourceEconomics/respy
closed
documentation of completed and ongoing thesis / research projects
documentation priority-low
We want to provide brief documentation on the ongoing and completed projects with the `respy` including contact persons.
1.0
documentation of completed and ongoing thesis / research projects - We want to provide brief documentation on the ongoing and completed projects with the `respy` including contact persons.
non_comp
documentation of completed and ongoing thesis research projects we want to provide brief documentation on the ongoing and completed projects with the respy including contact persons
0
19,572
3,470,122,238
IssuesEvent
2015-12-23 04:41:25
snaphy/snaphyBackend
https://api.github.com/repos/snaphy/snaphyBackend
opened
Security enhancement related protecting the file uploading container.
enhancement Future Design concept Security Improvement
Security related to who is authenticated update to the file to a particular container verification. For example userId `xyz` is authenticated to upload in the container named `zyx`. So if he tries to upload it to some other container. It must show error.
1.0
Security enhancement related protecting the file uploading container. - Security related to who is authenticated update to the file to a particular container verification. For example userId `xyz` is authenticated to upload in the container named `zyx`. So if he tries to upload it to some other container. It must sho...
non_comp
security enhancement related protecting the file uploading container security related to who is authenticated update to the file to a particular container verification for example userid xyz is authenticated to upload in the container named zyx so if he tries to upload it to some other container it must sho...
0
83,226
3,632,219,476
IssuesEvent
2016-02-11 08:38:48
Sonarr/Sonarr
https://api.github.com/repos/Sonarr/Sonarr
closed
Prioritize regular episodes when absolute numbers clash
enhancement priority:medium
This only happens when TVDB is edited by a monkey, but it does happen somewhat often: people will add a new season or a new special and enter an absolute number that is already in use for an existing episode. Sonarr responds to this like this: ![Screenshot](http://devven.nl/drone/absolute-mismatch.jpg) Note how t...
1.0
Prioritize regular episodes when absolute numbers clash - This only happens when TVDB is edited by a monkey, but it does happen somewhat often: people will add a new season or a new special and enter an absolute number that is already in use for an existing episode. Sonarr responds to this like this: ![Screenshot](h...
non_comp
prioritize regular episodes when absolute numbers clash this only happens when tvdb is edited by a monkey but it does happen somewhat often people will add a new season or a new special and enter an absolute number that is already in use for an existing episode sonarr responds to this like this note ho...
0
158,414
12,413,957,965
IssuesEvent
2020-05-22 13:42:54
kinvolk/lokomotive
https://api.github.com/repos/kinvolk/lokomotive
opened
Make it possible to test multiple DNS providers
CI area/testing
When https://github.com/kinvolk/lokomotive/pull/422 gets merged we will have Cloudflare support for Packet, which needs to be tested. Following https://github.com/kinvolk/lokomotive/pull/422 we will have the following DNS providers for Packet clusters: - Route 53 - Cloudflare - Manual Later on, it is likely ...
1.0
Make it possible to test multiple DNS providers - When https://github.com/kinvolk/lokomotive/pull/422 gets merged we will have Cloudflare support for Packet, which needs to be tested. Following https://github.com/kinvolk/lokomotive/pull/422 we will have the following DNS providers for Packet clusters: - Route 53 ...
non_comp
make it possible to test multiple dns providers when gets merged we will have cloudflare support for packet which needs to be tested following we will have the following dns providers for packet clusters route cloudflare manual later on it is likely that we will add cloudflare support to ot...
0
7,468
9,725,380,475
IssuesEvent
2019-05-30 08:32:34
apache/incubator-echarts
https://api.github.com/repos/apache/incubator-echarts
closed
地图显示异常
bug compatibility mobile pending
### Version 4.2.1 ### Reproduction link [https://gallery.echartsjs.com/preview.html?c=xBkVnciA0b&v=6](https://gallery.echartsjs.com/preview.html?c=xBkVnciA0b&v=6) ### Steps to reproduce 通过安卓5.1的手机访问,或者安卓6.0的手机访问 地图会错乱分散 ### What is expected? 地图正常显示 ### What is actually happening? 地图分散 <!-- Thi...
True
地图显示异常 - ### Version 4.2.1 ### Reproduction link [https://gallery.echartsjs.com/preview.html?c=xBkVnciA0b&v=6](https://gallery.echartsjs.com/preview.html?c=xBkVnciA0b&v=6) ### Steps to reproduce 通过安卓5.1的手机访问,或者安卓6.0的手机访问 地图会错乱分散 ### What is expected? 地图正常显示 ### What is actually happening? 地图分散 ...
comp
地图显示异常 version reproduction link steps to reproduce , 地图会错乱分散 what is expected 地图正常显示 what is actually happening 地图分散
1
4,445
7,121,584,861
IssuesEvent
2018-01-19 08:29:45
tex-xet/xepersian
https://api.github.com/repos/tex-xet/xepersian
closed
How to place a Persian text around a path?
Bug Compatibility Fixed Major
Placing Persian text around a path has two problems: 1. The direction of the text is wrong and can not be changed; 2. The Persian letters are disjoined. tex-xet/bidi#16 addresses the first issue while the second issue should be fixed in the `xepersian` package. ````latex \documentclass{article} \usepackag...
True
How to place a Persian text around a path? - Placing Persian text around a path has two problems: 1. The direction of the text is wrong and can not be changed; 2. The Persian letters are disjoined. tex-xet/bidi#16 addresses the first issue while the second issue should be fixed in the `xepersian` package. `...
comp
how to place a persian text around a path placing persian text around a path has two problems the direction of the text is wrong and can not be changed the persian letters are disjoined tex xet bidi addresses the first issue while the second issue should be fixed in the xepersian package ...
1
784,371
27,568,339,213
IssuesEvent
2023-03-08 06:56:56
WavesHQ/quantum
https://api.github.com/repos/WavesHQ/quantum
closed
`eth_blockNumber`: Reduce polling
needs/area needs/triage kind/feature needs/priority
<!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: Currently, we're polling every few milliseconds. We need to lessen this otherwise we will reach our limit on infura quickly.
1.0
`eth_blockNumber`: Reduce polling - <!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: Currently, we're polling every few milliseconds. We need to lessen this otherwise we will reach our limit on infura quickly.
non_comp
eth blocknumber reduce polling what would you like to be added currently we re polling every few milliseconds we need to lessen this otherwise we will reach our limit on infura quickly
0
205,475
23,338,137,374
IssuesEvent
2022-08-09 11:52:14
rsoreq/zaproxy
https://api.github.com/repos/rsoreq/zaproxy
closed
CVE-2021-21345 (High) detected in xstream-1.4.11.1.jar - autoclosed
security vulnerability
## CVE-2021-21345 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.11.1.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML and back.</p> <p...
True
CVE-2021-21345 (High) detected in xstream-1.4.11.1.jar - autoclosed - ## CVE-2021-21345 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.11.1.jar</b></p></summary> <p>XStrea...
non_comp
cve high detected in xstream jar autoclosed cve high severity vulnerability vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file buildsrc build gradle kts path to v...
0
3,917
6,767,198,737
IssuesEvent
2017-10-26 01:45:49
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
Implicit reference conversions to array types should emit "castclass" for verifiability
Area-Compilers Bug Language-C# Tenet-Compatibility
The following results in unverifiable code: ```C# class Program { static void Main(string[] args) { Test(ref ((object[])new string[] { "hi", "hello" })[0]); } static void Test(ref object r) { System.Console.WriteLine(r); } ...
True
Implicit reference conversions to array types should emit "castclass" for verifiability - The following results in unverifiable code: ```C# class Program { static void Main(string[] args) { Test(ref ((object[])new string[] { "hi", "hello" })[0]); } static ...
comp
implicit reference conversions to array types should emit castclass for verifiability the following results in unverifiable code c class program static void main string args test ref object new string hi hello static void ...
1
29,552
5,642,867,674
IssuesEvent
2017-04-06 22:15:46
camm/sassena
https://api.github.com/repos/camm/sassena
opened
Update input config file documentation
Quality:Documentation
Include in the LYX file the changes to section `<background><factor>` to allow that scattering length density from an atom selection
1.0
Update input config file documentation - Include in the LYX file the changes to section `<background><factor>` to allow that scattering length density from an atom selection
non_comp
update input config file documentation include in the lyx file the changes to section to allow that scattering length density from an atom selection
0
603,726
18,670,665,610
IssuesEvent
2021-10-30 16:45:25
bounswe/2021SpringGroup9
https://api.github.com/repos/bounswe/2021SpringGroup9
closed
Think about new requirements and how to improve the project plan
priority: high status: completed wiki difficulty: medium
Our requirements might lack some explanations. I will try to detect deficiencies in requirements and fix them. We should prepare a good project plan as a team. I will try to learn and imagine what our tasks will be.
1.0
Think about new requirements and how to improve the project plan - Our requirements might lack some explanations. I will try to detect deficiencies in requirements and fix them. We should prepare a good project plan as a team. I will try to learn and imagine what our tasks will be.
non_comp
think about new requirements and how to improve the project plan our requirements might lack some explanations i will try to detect deficiencies in requirements and fix them we should prepare a good project plan as a team i will try to learn and imagine what our tasks will be
0
578,921
17,156,789,667
IssuesEvent
2021-07-14 08:00:31
newrelic/nri-redis
https://api.github.com/repos/newrelic/nri-redis
closed
Redis "CONFIG" Command Is Renamed Causing NRI's config_inventory to Fail
kind/feature priority/short-term triage/accepted
## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Hi, we are starting to use NRI Redis in Tokopedia and our Redis are configured with: ``` rename-command CONFIG "ZmtlbmZ3ZWZl-CONFIG" ``` We are renam...
1.0
Redis "CONFIG" Command Is Renamed Causing NRI's config_inventory to Fail - ## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Hi, we are starting to use NRI Redis in Tokopedia and our Redis are configured wit...
non_comp
redis config command is renamed causing nri s config inventory to fail is your feature request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when hi we are starting to use nri redis in tokopedia and our redis are configured with ...
0
517,705
15,018,792,511
IssuesEvent
2021-02-01 12:43:16
zeebe-io/zeebe
https://api.github.com/repos/zeebe-io/zeebe
closed
Failed to bind TCP server to port 0.0.0.0:8443 due to io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
Impact: Availability Priority: Mid Scope: broker Scope: gateway Severity: Mid Status: Needs Review Type: Bug
My issue is a followup of https://github.com/zeebe-io/zeebe/issues/5410. The answer to that issue helped me set up advertised addresses and hosts for command, internal and monitoring APIs (I'm mostly interested in the first two though). After having set that up accordingly, the broker crashes because 0.0.0.0:8443 is...
1.0
Failed to bind TCP server to port 0.0.0.0:8443 due to io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use - My issue is a followup of https://github.com/zeebe-io/zeebe/issues/5410. The answer to that issue helped me set up advertised addresses and hosts for command, internal and mon...
non_comp
failed to bind tcp server to port due to io netty channel unix errors nativeioexception bind failed address already in use my issue is a followup of the answer to that issue helped me set up advertised addresses and hosts for command internal and monitoring apis i m mostly interested in the first...
0
26,753
12,478,706,432
IssuesEvent
2020-05-29 16:53:11
Azure/azure-cli
https://api.github.com/repos/Azure/azure-cli
closed
aks create failed
AKS Service Attention
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az aks create` **Errors:** ``` 'registrationState' Traceback (most recent call last): pip-install-2ombfg7z\knack\knack\cli.py, ln 206, in invoke cli\core\commands\__init__.py, ln 608, in execute cl...
1.0
aks create failed - ### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az aks create` **Errors:** ``` 'registrationState' Traceback (most recent call last): pip-install-2ombfg7z\knack\knack\cli.py, ln 206, in invoke cli\core\commands\__init__.py, ln...
non_comp
aks create failed this is autogenerated please review and update as needed describe the bug command name az aks create errors registrationstate traceback most recent call last pip install knack knack cli py ln in invoke cli core commands init py ln in ex...
0
69,002
17,513,067,004
IssuesEvent
2021-08-11 01:45:47
tdwg/rs.tdwg.org
https://api.github.com/repos/tdwg/rs.tdwg.org
closed
harmonize summary in Jekyll header and abstract in header section
stds landing pg build script
Similar to Issue #21 , the value of the "summary" attribute in the Jekyll header section is similar (and in some cases identical) to the "Abstract" item in the header section. The script manages them as separate items ("summary" column of the [pageInfo.csv](https://github.com/tdwg/rs.tdwg.org/blob/stds-pages/html/stds...
1.0
harmonize summary in Jekyll header and abstract in header section - Similar to Issue #21 , the value of the "summary" attribute in the Jekyll header section is similar (and in some cases identical) to the "Abstract" item in the header section. The script manages them as separate items ("summary" column of the [pageInf...
non_comp
harmonize summary in jekyll header and abstract in header section similar to issue the value of the summary attribute in the jekyll header section is similar and in some cases identical to the abstract item in the header section the script manages them as separate items summary column of the file ...
0
16,963
23,371,308,820
IssuesEvent
2022-08-10 20:07:09
jorgecarleitao/parquet2
https://api.github.com/repos/jorgecarleitao/parquet2
closed
Add `max_size` to `get_page_stream` and `get_page_iterator`
backwards-incompatible
When deserializing parquet pages, malicious/malformed thrift can cause OOM. To safeguard against this, we need to introduce a parameter denoting the maximum page size. See https://github.com/jorgecarleitao/parquet2/pull/172 for more details (it closes this issue).
True
Add `max_size` to `get_page_stream` and `get_page_iterator` - When deserializing parquet pages, malicious/malformed thrift can cause OOM. To safeguard against this, we need to introduce a parameter denoting the maximum page size. See https://github.com/jorgecarleitao/parquet2/pull/172 for more details (it closes this ...
comp
add max size to get page stream and get page iterator when deserializing parquet pages malicious malformed thrift can cause oom to safeguard against this we need to introduce a parameter denoting the maximum page size see for more details it closes this issue
1
8,955
10,967,681,438
IssuesEvent
2019-11-28 10:02:01
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Posts Save, Preview, and Publish doesn't Work (Conflict with WPMU CustomPress)
backlog compatibility support
### What did you expect to happen? The Posts save, preview, and publish option would work correctly as expected while the [WPMU CustomPress](https://premium.wpmudev.org/project/custompress/) plugin active. ### What happened instead? While the Yoast SEO Premium and the [WPMU CustomPress plugin](https://premium.wpmu...
True
Posts Save, Preview, and Publish doesn't Work (Conflict with WPMU CustomPress) - ### What did you expect to happen? The Posts save, preview, and publish option would work correctly as expected while the [WPMU CustomPress](https://premium.wpmudev.org/project/custompress/) plugin active. ### What happened instead? W...
comp
posts save preview and publish doesn t work conflict with wpmu custompress what did you expect to happen the posts save preview and publish option would work correctly as expected while the plugin active what happened instead while the yoast seo premium and the is active the posts save ...
1
22,595
11,759,431,890
IssuesEvent
2020-03-13 17:15:45
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[APM] Service maps fix query filtering and service centering
Feature:Service Maps [zube]: In Progress bug v7.7.0
The issues mentioned in #59164 can be caused by incorrect filtering on the service-maps connections query. Also, the focused service should be re-centered if the focus button is clicked, even if it's already selected.
1.0
[APM] Service maps fix query filtering and service centering - The issues mentioned in #59164 can be caused by incorrect filtering on the service-maps connections query. Also, the focused service should be re-centered if the focus button is clicked, even if it's already selected.
non_comp
service maps fix query filtering and service centering the issues mentioned in can be caused by incorrect filtering on the service maps connections query also the focused service should be re centered if the focus button is clicked even if it s already selected
0
140,509
5,410,965,972
IssuesEvent
2017-03-01 10:16:56
nextgis/nextgisweb_compulink
https://api.github.com/repos/nextgis/nextgisweb_compulink
opened
Не отображается окно с записанным видео
bug Low Priority
Нашел такую штуку: 1) Открыть окно с видео 2) Изменить размер окна (свернуть например, или просто сделать меньше) 3) Включить окно записанных видео Окно на видно, оно находится в координатах за границами окна.
1.0
Не отображается окно с записанным видео - Нашел такую штуку: 1) Открыть окно с видео 2) Изменить размер окна (свернуть например, или просто сделать меньше) 3) Включить окно записанных видео Окно на видно, оно находится в координатах за границами окна.
non_comp
не отображается окно с записанным видео нашел такую штуку открыть окно с видео изменить размер окна свернуть например или просто сделать меньше включить окно записанных видео окно на видно оно находится в координатах за границами окна
0
543,304
15,879,694,732
IssuesEvent
2021-04-09 12:48:26
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
my.google.com - desktop site instead of mobile site
browser-safari os-mac priority-critical status-needsinfo
<!-- @browser: Safari 13.1 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> **URL**: https://my.google.com **Browser / Version**: Safari 13.1 **Operating System**: Mac OS X 10.15.4 **...
1.0
my.google.com - desktop site instead of mobile site - <!-- @browser: Safari 13.1 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> **URL**: https://my.google.com **Browser / Version**:...
non_comp
my google com desktop site instead of mobile site url browser version safari operating system mac os x tested another browser yes safari problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce ok fi...
0
12,979
15,253,235,216
IssuesEvent
2021-02-20 06:49:20
shioyama/mobility
https://api.github.com/repos/shioyama/mobility
closed
Duplicate ancestors resulting in always-failing queries
active_record compatibility
In all latest versions of mobility I have tried, there is an issue specifically regarding the decorator pattern I am using where multiple Mobility::Translation classes end up in the model's class ancestors, both being added to the query predicates, resulting in always-fail conditions. <!--- NOTE: if you are asking a...
True
Duplicate ancestors resulting in always-failing queries - In all latest versions of mobility I have tried, there is an issue specifically regarding the decorator pattern I am using where multiple Mobility::Translation classes end up in the model's class ancestors, both being added to the query predicates, resulting in ...
comp
duplicate ancestors resulting in always failing queries in all latest versions of mobility i have tried there is an issue specifically regarding the decorator pattern i am using where multiple mobility translation classes end up in the model s class ancestors both being added to the query predicates resulting in ...
1
59,620
8,374,173,292
IssuesEvent
2018-10-05 12:56:06
plantbreeding/API
https://api.github.com/repos/plantbreeding/API
closed
Document variable search parameters
Documentation
The variable search parameters: ```json { "page": 0, "pageSize": 2, "observationVariableDbIds" : ["obs-variable-id1", "obs-variable-id1"], "ontologyXrefs" : ["CO:123", "CO:456"], "ontologyDbIds" : ["CO_334:0100632"], "methodDbIds" : ["method-1", "method=2"], "scaleDbId...
1.0
Document variable search parameters - The variable search parameters: ```json { "page": 0, "pageSize": 2, "observationVariableDbIds" : ["obs-variable-id1", "obs-variable-id1"], "ontologyXrefs" : ["CO:123", "CO:456"], "ontologyDbIds" : ["CO_334:0100632"], "methodDbIds" : ["met...
non_comp
document variable search parameters the variable search parameters json page pagesize observationvariabledbids ontologyxrefs ontologydbids methoddbids scaledbids names datatypes ...
0
42,516
17,172,615,681
IssuesEvent
2021-07-15 07:25:23
kyma-project/kyma
https://api.github.com/repos/kyma-project/kyma
closed
Eventing-controller does not reconcile events in Kyma 1.23.1
area/eventing area/service-mesh bug
<!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** After a fresh install of Kyma 1.23.1 on Azure Gardener cluster with Kubernetes 1.18.18, we could observe long latencies in reconciling event...
1.0
Eventing-controller does not reconcile events in Kyma 1.23.1 - <!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** After a fresh install of Kyma 1.23.1 on Azure Gardener cluster with Kubernete...
non_comp
eventing controller does not reconcile events in kyma thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description after a fresh install of kyma on azure gardener cluster with kubernetes ...
0
6,877
10,090,567,296
IssuesEvent
2019-07-26 12:03:10
TycheSoftwares/product-input-fields-for-woocommerce
https://api.github.com/repos/TycheSoftwares/product-input-fields-for-woocommerce
opened
Option to set product input fields for selected products.
client requirement enhancement
Let me give an example: When we have enabled global input field and if there are 100 products all the products will have input fields. But we want that 10 products should not have the input field. So for that, there should be an option to select those products for whom we don't want product input fields to come. ...
1.0
Option to set product input fields for selected products. - Let me give an example: When we have enabled global input field and if there are 100 products all the products will have input fields. But we want that 10 products should not have the input field. So for that, there should be an option to select those pro...
non_comp
option to set product input fields for selected products let me give an example when we have enabled global input field and if there are products all the products will have input fields but we want that products should not have the input field so for that there should be an option to select those produc...
0
5,837
8,287,860,087
IssuesEvent
2018-09-19 10:05:30
MichaelClerx/myokit
https://api.github.com/repos/MichaelClerx/myokit
opened
Add support for matplotlib 3
compatibility infra
Released (quite suddenly) on Sept 18th, 2018 Currently doesn't build on appveyor: ``` Build started git clone -q --branch=develop https://github.com/MichaelClerx/myokit.git C:\projects\myokit git checkout -qf 93ac1126b3905cbe1b2199498f508a9ce3b90504 Running Install scripts %PYTHON%\python.exe -c "import sys;...
True
Add support for matplotlib 3 - Released (quite suddenly) on Sept 18th, 2018 Currently doesn't build on appveyor: ``` Build started git clone -q --branch=develop https://github.com/MichaelClerx/myokit.git C:\projects\myokit git checkout -qf 93ac1126b3905cbe1b2199498f508a9ce3b90504 Running Install scripts %PYT...
comp
add support for matplotlib released quite suddenly on sept currently doesn t build on appveyor build started git clone q branch develop c projects myokit git checkout qf running install scripts python python exe c import sys print sys version jun ...
1
12,836
15,095,574,188
IssuesEvent
2021-02-07 11:40:45
Juuxel/Adorn
https://api.github.com/repos/Juuxel/Adorn
closed
Add missing Terrestria and add Cinderscapes
enhancement mod compatibility
Terrestria has added Yucca Palm. It would be nice to see the adorn items using the new wood type. Cinderscapes also has some wood variants that would be nice to see in adorn.
True
Add missing Terrestria and add Cinderscapes - Terrestria has added Yucca Palm. It would be nice to see the adorn items using the new wood type. Cinderscapes also has some wood variants that would be nice to see in adorn.
comp
add missing terrestria and add cinderscapes terrestria has added yucca palm it would be nice to see the adorn items using the new wood type cinderscapes also has some wood variants that would be nice to see in adorn
1
5,834
8,287,184,699
IssuesEvent
2018-09-19 08:06:17
arcticicestudio/igloo
https://api.github.com/repos/arcticicestudio/igloo
opened
Alias for IINA
os-macos scope-compatibility snowblock-bash type-feature
A new `iina` alias for [IINA][] should be added to ensure the [MPV][] sspecific flags [`--mpv-config-dir`][mpv-doc-config-dir] and `--mpv-watch-later-directory` are always used which contain the paths to the [MPV configuration files][mpv-doc-config-files] and the [_watch-later_ folder][mpv-doc-config-folder-wl] of the ...
True
Alias for IINA - A new `iina` alias for [IINA][] should be added to ensure the [MPV][] sspecific flags [`--mpv-config-dir`][mpv-doc-config-dir] and `--mpv-watch-later-directory` are always used which contain the paths to the [MPV configuration files][mpv-doc-config-files] and the [_watch-later_ folder][mpv-doc-config-f...
comp
alias for iina a new iina alias for should be added to ensure the sspecific flags and mpv watch later directory are always used which contain the paths to the and the of the this ensures the watch later state position files are always synced with igloosync to ensure consitency with other ...
1
203
2,665,112,265
IssuesEvent
2015-03-20 18:24:04
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
long2ip() gives incorrect results for octals IP strings
php5 incompatibility probably easy
To reproduce: http://3v4l.org/a6cps The php.net documentation states that long2ip() takes a strong as its argument http://php.net/manual/en/function.long2ip.php In our testing other IP strings seem to work fine.
True
long2ip() gives incorrect results for octals IP strings - To reproduce: http://3v4l.org/a6cps The php.net documentation states that long2ip() takes a strong as its argument http://php.net/manual/en/function.long2ip.php In our testing other IP strings seem to work fine.
comp
gives incorrect results for octals ip strings to reproduce the php net documentation states that takes a strong as its argument in our testing other ip strings seem to work fine
1
825
3,273,605,583
IssuesEvent
2015-10-26 04:09:55
SkyrimLL/SDPlus
https://api.github.com/repos/SkyrimLL/SDPlus
closed
Make sure zad_BlockGeneric keyword is applied
Compatibility Enslavement quest
- add keyword to SD devices - enforce removal of generic devices using ManipulateGenericDevice( ) in 'release' topics
True
Make sure zad_BlockGeneric keyword is applied - - add keyword to SD devices - enforce removal of generic devices using ManipulateGenericDevice( ) in 'release' topics
comp
make sure zad blockgeneric keyword is applied add keyword to sd devices enforce removal of generic devices using manipulategenericdevice in release topics
1
19,342
26,867,484,769
IssuesEvent
2023-02-04 03:12:04
ikemen-engine/Ikemen-GO
https://api.github.com/repos/ikemen-engine/Ikemen-GO
closed
Numbuh 3 and Kang AnimExist bug
bug compatibility
### Describe the bug Numbuh 3's F.R.A.P.P.E special and Kang's projectile specials cause a ton of debug flood and traps the opponent in their current animation against opponents without a freeze animation. ### To Reproduce 1. Download Numbuh 3 from https://1drv.ms/u/s!AqN1Ini5-I2Ig9MLCMB6UbdIL2xUSQ?e=daoFwS or...
True
Numbuh 3 and Kang AnimExist bug - ### Describe the bug Numbuh 3's F.R.A.P.P.E special and Kang's projectile specials cause a ton of debug flood and traps the opponent in their current animation against opponents without a freeze animation. ### To Reproduce 1. Download Numbuh 3 from https://1drv.ms/u/s!AqN1Ini5...
comp
numbuh and kang animexist bug describe the bug numbuh s f r a p p e special and kang s projectile specials cause a ton of debug flood and traps the opponent in their current animation against opponents without a freeze animation to reproduce download numbuh from or kang from use f r...
1
69,994
15,045,252,448
IssuesEvent
2021-02-03 05:01:03
DavidSpek/kubeflow
https://api.github.com/repos/DavidSpek/kubeflow
opened
CVE-2020-26215 (Medium) detected in notebook-5.7.10-py2.py3-none-any.whl
security vulnerability
## CVE-2020-26215 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>notebook-5.7.10-py2.py3-none-any.whl</b></p></summary> <p>A web-based notebook environment for interactive computing...
True
CVE-2020-26215 (Medium) detected in notebook-5.7.10-py2.py3-none-any.whl - ## CVE-2020-26215 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>notebook-5.7.10-py2.py3-none-any.whl</b></...
non_comp
cve medium detected in notebook none any whl cve medium severity vulnerability vulnerable library notebook none any whl a web based notebook environment for interactive computing library home page a href path to dependency file kubeflow components tensorflow not...
0
87,867
8,124,552,362
IssuesEvent
2018-08-16 17:56:10
mozilla-mobile/focus-android
https://api.github.com/repos/mozilla-mobile/focus-android
closed
Find in page next/previous arrows are hard to tap
size S testing
## Steps to reproduce - Open find in page - Search for something with multiple results - Try to hit up and down arrows ### Expected behavior Work pretty well ### Actual behavior Hard to hit arrows. I think the hit boxes don't extend *below* the views (so clicking between the arrow and the system navigation b...
1.0
Find in page next/previous arrows are hard to tap - ## Steps to reproduce - Open find in page - Search for something with multiple results - Try to hit up and down arrows ### Expected behavior Work pretty well ### Actual behavior Hard to hit arrows. I think the hit boxes don't extend *below* the views (so cl...
non_comp
find in page next previous arrows are hard to tap steps to reproduce open find in page search for something with multiple results try to hit up and down arrows expected behavior work pretty well actual behavior hard to hit arrows i think the hit boxes don t extend below the views so cl...
0
15,026
10,239,737,831
IssuesEvent
2019-08-19 18:59:52
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
Intellisense fails with multiple VS Code instances active
Language Service bug more info needed need repro
**Type: LanguageService** **Describe the bug** - OS and Version: Windows 10 - VS Code Version: Latest - C/C++ Extension Version: Latest - Other extensions you installed (and if the issue persists after disabling them): Nothing pertaining to C/C++, and it does persist. - When I have more than one instance of VS ...
1.0
Intellisense fails with multiple VS Code instances active - **Type: LanguageService** **Describe the bug** - OS and Version: Windows 10 - VS Code Version: Latest - C/C++ Extension Version: Latest - Other extensions you installed (and if the issue persists after disabling them): Nothing pertaining to C/C++, and i...
non_comp
intellisense fails with multiple vs code instances active type languageservice describe the bug os and version windows vs code version latest c c extension version latest other extensions you installed and if the issue persists after disabling them nothing pertaining to c c and it...
0
306,862
26,503,096,725
IssuesEvent
2023-01-18 11:50:28
KMSorSMS/next_comments
https://api.github.com/repos/KMSorSMS/next_comments
opened
Emoji Test
gitalk /2015/09/19/emoji-test/
https://liamy.clovy.icu/2015/09/19/emoji-test/?#more This is an emoji test. :smile: lol. See emoji cheat sheet for more detail :wink: : https://www.webpagefx.com/tools/emoji-cheat-sheet/. :bowtie::smile::laughing::blush::smiley::relaxed::smirk: :heart_eyes::kissing_heart::kissing_closed_eyes::flushed::relieved::sati...
1.0
Emoji Test - https://liamy.clovy.icu/2015/09/19/emoji-test/?#more This is an emoji test. :smile: lol. See emoji cheat sheet for more detail :wink: : https://www.webpagefx.com/tools/emoji-cheat-sheet/. :bowtie::smile::laughing::blush::smiley::relaxed::smirk: :heart_eyes::kissing_heart::kissing_closed_eyes::flushed::r...
non_comp
emoji test this is an emoji test smile lol see emoji cheat sheet for more detail wink bowtie smile laughing blush smiley relaxed smirk heart eyes kissing heart kissing closed eyes flushed relieved satisfied grin
0
6,732
9,015,887,709
IssuesEvent
2019-02-06 05:42:28
BVLC/caffe
https://api.github.com/repos/BVLC/caffe
closed
Common test failure on Ubuntu (> 16.04), segfault in an OpenCV call according to backtrace
compatibility
As reported here: https://github.com/BVLC/caffe/issues/2601#issuecomment-294066314 , Ubuntu (> 16.04) users suffer from a test failure where an OpenCV call caused segfault. https://launchpad.net/ubuntu/+source/opencv https://tracker.debian.org/pkg/opencv Debian and Ubuntu both ship `opencv 2.4.9.1+dfsg1-2`, but ...
True
Common test failure on Ubuntu (> 16.04), segfault in an OpenCV call according to backtrace - As reported here: https://github.com/BVLC/caffe/issues/2601#issuecomment-294066314 , Ubuntu (> 16.04) users suffer from a test failure where an OpenCV call caused segfault. https://launchpad.net/ubuntu/+source/opencv https:...
comp
common test failure on ubuntu segfault in an opencv call according to backtrace as reported here ubuntu users suffer from a test failure where an opencv call caused segfault debian and ubuntu both ship opencv but this problem didn t appear on debian the test failur...
1
55,320
14,369,868,774
IssuesEvent
2020-12-01 10:19:36
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
opened
Bug: (docs) Tabs example – Programmatic Selection works incorrect
Defect Hunting bug core
#### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. When the user click "Select Tab 2" and then click "Select Tab 1", tabs do not switching to "tab 1": ![tabs-selection](https://user-images.githubusercontent.com/14160094/100727841-7048d400-33cf-11eb-9751-c6bf01b57fc4.gif) ...
1.0
Bug: (docs) Tabs example – Programmatic Selection works incorrect - #### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. When the user click "Select Tab 2" and then click "Select Tab 1", tabs do not switching to "tab 1": ![tabs-selection](https://user-images.githubuserconten...
non_comp
bug docs tabs example – programmatic selection works incorrect is this a bug enhancement or feature request bug briefly describe your proposal when the user click select tab and then click select tab tabs do not switching to tab which versions of angular and fundamental...
0
208,010
16,101,043,966
IssuesEvent
2021-04-27 09:19:32
VumBleBot/Group-Activity
https://api.github.com/repos/VumBleBot/Group-Activity
opened
[TODO] Tokenizing 종류 조사
documentation
## 📌 요약 - (수행 전) Tokenizing 종류를 조사하고, 한국어 및 현재 Task에 적합한 방식 탐색 - (수행 후) ## 📔 상세 ### Before - 최근에 가장 자주 사용되는 Tokenizer - WordPiece와 SentencePiece Tokenizing 방식의 차이 - 한국어에 자주 사용되는 Tokenizing 방식 - 우리 데이터셋에 알맞은 Tokenizing 방식(제안) ### After -
1.0
[TODO] Tokenizing 종류 조사 - ## 📌 요약 - (수행 전) Tokenizing 종류를 조사하고, 한국어 및 현재 Task에 적합한 방식 탐색 - (수행 후) ## 📔 상세 ### Before - 최근에 가장 자주 사용되는 Tokenizer - WordPiece와 SentencePiece Tokenizing 방식의 차이 - 한국어에 자주 사용되는 Tokenizing 방식 - 우리 데이터셋에 알맞은 Tokenizing 방식(제안) ### After -
non_comp
tokenizing 종류 조사 📌 요약 수행 전 tokenizing 종류를 조사하고 한국어 및 현재 task에 적합한 방식 탐색 수행 후 📔 상세 before 최근에 가장 자주 사용되는 tokenizer wordpiece와 sentencepiece tokenizing 방식의 차이 한국어에 자주 사용되는 tokenizing 방식 우리 데이터셋에 알맞은 tokenizing 방식 제안 after
0
9,388
11,437,818,997
IssuesEvent
2020-02-05 01:13:23
select2/select2
https://api.github.com/repos/select2/select2
reopened
Required validation fails in IE11 with select2
browser: IE compatibility status: stale
When submitting a form with a required select that has not been filled in, no request is submitted and no error of any kind is displayed. [Working example](https://jsfiddle.net/rmarone/bwkxqLox/2/) 1. Navigate to example above, and run it. 2. Hit submit In Chrome this pops a message stating "Please select an item...
True
Required validation fails in IE11 with select2 - When submitting a form with a required select that has not been filled in, no request is submitted and no error of any kind is displayed. [Working example](https://jsfiddle.net/rmarone/bwkxqLox/2/) 1. Navigate to example above, and run it. 2. Hit submit In Chrome t...
comp
required validation fails in with when submitting a form with a required select that has not been filled in no request is submitted and no error of any kind is displayed navigate to example above and run it hit submit in chrome this pops a message stating please select an item in the list ...
1
7,940
10,131,960,906
IssuesEvent
2019-08-01 20:56:28
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
reopened
Https Exclusion Threema
Compatibility P4: Low
Since the application Threema is not pushing ads to their users, I think Https filtering could be disabled for it; moreover, in the latest version, is pushing a message about certificate pinning detecting the AdGuard filtering. To the team to evaluate if adding it or not to Https Exclusion, even if I think could be ...
True
Https Exclusion Threema - Since the application Threema is not pushing ads to their users, I think Https filtering could be disabled for it; moreover, in the latest version, is pushing a message about certificate pinning detecting the AdGuard filtering. To the team to evaluate if adding it or not to Https Exclusion,...
comp
https exclusion threema since the application threema is not pushing ads to their users i think https filtering could be disabled for it moreover in the latest version is pushing a message about certificate pinning detecting the adguard filtering to the team to evaluate if adding it or not to https exclusion ...
1
576,394
17,086,174,778
IssuesEvent
2021-07-08 12:09:26
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Closing world object UI with escape leaves cursor enabled AND returns camera control
Priority: Low Squad: Wild Turkey Status: Fixed
![animx22.gif](https://images.zenhubusercontent.com/5ecc5c35b608cc220cfb5b6d/d0f1b176-403e-4ec4-b1e7-f39b9e46e90b) We've had quite a few recurring problem cases with escape + cursor behavior. In addition to fixing this bug, can you test dialogs in the game to make sure everything works properly? Cursor should go awa...
1.0
Closing world object UI with escape leaves cursor enabled AND returns camera control - ![animx22.gif](https://images.zenhubusercontent.com/5ecc5c35b608cc220cfb5b6d/d0f1b176-403e-4ec4-b1e7-f39b9e46e90b) We've had quite a few recurring problem cases with escape + cursor behavior. In addition to fixing this bug, can you...
non_comp
closing world object ui with escape leaves cursor enabled and returns camera control we ve had quite a few recurring problem cases with escape cursor behavior in addition to fixing this bug can you test dialogs in the game to make sure everything works properly cursor should go away after closing the las...
0
5,457
7,921,404,868
IssuesEvent
2018-07-05 07:23:21
AdguardTeam/AdguardForWindows
https://api.github.com/repos/AdguardTeam/AdguardForWindows
closed
AdGuard not injected into cricfree.sc
compatibility
### Steps to reproduce 1. Open http://cricfree.sc/sky-sports-main-event-live-stream 2. AdGuard is not injected into this page, if an iframe is is opened seperately from there, it is injected. ### Expected behavior AdGuard is injected ### Your environment Windows 10 1709 Latest beta and nightly build
True
AdGuard not injected into cricfree.sc - ### Steps to reproduce 1. Open http://cricfree.sc/sky-sports-main-event-live-stream 2. AdGuard is not injected into this page, if an iframe is is opened seperately from there, it is injected. ### Expected behavior AdGuard is injected ### Your environment Windows 10 1709...
comp
adguard not injected into cricfree sc steps to reproduce open adguard is not injected into this page if an iframe is is opened seperately from there it is injected expected behavior adguard is injected your environment windows latest beta and nightly build
1
4,542
7,191,697,053
IssuesEvent
2018-02-02 22:06:27
LLK/scratch-gui
https://api.github.com/repos/LLK/scratch-gui
opened
Sprite with (non-transparent) part of costume just off stage is reachable by other sprite in SB2 but not SB3
bug compatibility
### Expected Behavior A Scratch 2.0 project should have the same in Scratch 3.0. ### Actual Behavior https://llk.github.io/scratch-gui/develop/#103676705 does not work in 3.0. In 3.0 you can't progress between levels as is (even though you can in 2.0). If you manually reposition the "Goal" sprite to move it sl...
True
Sprite with (non-transparent) part of costume just off stage is reachable by other sprite in SB2 but not SB3 - ### Expected Behavior A Scratch 2.0 project should have the same in Scratch 3.0. ### Actual Behavior https://llk.github.io/scratch-gui/develop/#103676705 does not work in 3.0. In 3.0 you can't progres...
comp
sprite with non transparent part of costume just off stage is reachable by other sprite in but not expected behavior a scratch project should have the same in scratch actual behavior does not work in in you can t progress between levels as is even though you can in if...
1
13,083
15,371,596,931
IssuesEvent
2021-03-02 10:12:15
KiwiHawk/SeaBlock
https://api.github.com/repos/KiwiHawk/SeaBlock
opened
Companion Drones compatibility
mod compatibility
Remove starting coal. Add new fuel. Wood pellets? local s = game.surfaces['nauvis'] local companions = s.find_entities_filtered({name='companion'}) for _, companion in pairs(companions) do companion.remove_item('coal') companion.insert('wood-pellets') end Maybe make a PR to add a hidden startup setting f...
True
Companion Drones compatibility - Remove starting coal. Add new fuel. Wood pellets? local s = game.surfaces['nauvis'] local companions = s.find_entities_filtered({name='companion'}) for _, companion in pairs(companions) do companion.remove_item('coal') companion.insert('wood-pellets') end Maybe make a PR ...
comp
companion drones compatibility remove starting coal add new fuel wood pellets local s game surfaces local companions s find entities filtered name companion for companion in pairs companions do companion remove item coal companion insert wood pellets end maybe make a pr to add a ...
1
12,043
14,216,174,192
IssuesEvent
2020-11-17 08:36:39
badasintended/slotlink
https://api.github.com/repos/badasintended/slotlink
closed
Make search feature sync with REI
compatibilty enhancement
Would be awesome to see recipes/items that exist in game when you search for the items you have.
True
Make search feature sync with REI - Would be awesome to see recipes/items that exist in game when you search for the items you have.
comp
make search feature sync with rei would be awesome to see recipes items that exist in game when you search for the items you have
1
52,997
13,099,353,634
IssuesEvent
2020-08-03 21:25:01
syncthing/syncthing
https://api.github.com/repos/syncthing/syncthing
closed
TestWatchRename test fails on FreeBSD.
bug build
Hi, Whilst investigating that kqueue issue (#6596) I've found an unrelated (?) test failure: ``` === RUN TestWatchRename TestWatchRename: basicfs_watch_test.go:444: Timed out before receiving all expected events --- FAIL: TestWatchRename (10.01s) ``` This is today's master (c20ed80dc473ae7476a9359a55...
1.0
TestWatchRename test fails on FreeBSD. - Hi, Whilst investigating that kqueue issue (#6596) I've found an unrelated (?) test failure: ``` === RUN TestWatchRename TestWatchRename: basicfs_watch_test.go:444: Timed out before receiving all expected events --- FAIL: TestWatchRename (10.01s) ``` This is t...
non_comp
testwatchrename test fails on freebsd hi whilst investigating that kqueue issue i ve found an unrelated test failure run testwatchrename testwatchrename basicfs watch test go timed out before receiving all expected events fail testwatchrename this is today s m...
0
71,843
30,921,664,028
IssuesEvent
2023-08-06 01:16:04
Zahlungsmittel/Zahlungsmittel
https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel
opened
[CLOSED] feat(frontend): change the info text on the start page
service: wallet frontend feature imported
<a href="https://github.com/ogerly"><img src="https://avatars.githubusercontent.com/u/1324583?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ogerly](https://github.com/ogerly)** _Tuesday Jun 13, 2023 at 05:59 GMT_ _Originally opened as https://github.com/gradido/gradido/pull/3049_ ---- <!...
1.0
[CLOSED] feat(frontend): change the info text on the start page - <a href="https://github.com/ogerly"><img src="https://avatars.githubusercontent.com/u/1324583?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ogerly](https://github.com/ogerly)** _Tuesday Jun 13, 2023 at 05:59 GMT_ _Originall...
non_comp
feat frontend change the info text on the start page issue by tuesday jun at gmt originally opened as 🍰 pullrequest text for the start page has been changed issues fixes included the following code
0
520,471
15,086,678,218
IssuesEvent
2021-02-05 20:45:01
prysmaticlabs/documentation
https://api.github.com/repos/prysmaticlabs/documentation
closed
Add More Information on Database Backups
enhancement priority:medium
Currently there is no way for the average user to know on how to backup their db , and where the backup db will be kept. This would be a useful information to include in our docs portal.
1.0
Add More Information on Database Backups - Currently there is no way for the average user to know on how to backup their db , and where the backup db will be kept. This would be a useful information to include in our docs portal.
non_comp
add more information on database backups currently there is no way for the average user to know on how to backup their db and where the backup db will be kept this would be a useful information to include in our docs portal
0
32,683
26,905,455,540
IssuesEvent
2023-02-06 18:41:15
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Unable to sign StandardOptimizationData.mibc
area-Infrastructure untriaged
### Description Failed to sign the `StandardOptimizationData.mibc` file. ### Reproduction Steps See https://artprodcus3.artifacts.visualstudio.com/Ab55de4ed-4b5a-4215-a8e4-0a0a5f71e7d8/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2RuY2VuZy9wcm9qZWN0SWQvN2VhOTExNmUtOWZhYy00MDNkLWIyNTgt...
1.0
Unable to sign StandardOptimizationData.mibc - ### Description Failed to sign the `StandardOptimizationData.mibc` file. ### Reproduction Steps See https://artprodcus3.artifacts.visualstudio.com/Ab55de4ed-4b5a-4215-a8e4-0a0a5f71e7d8/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2RuY2VuZ...
non_comp
unable to sign standardoptimizationdata mibc description failed to sign the standardoptimizationdata mibc file reproduction steps see in expected behavior file is signed actual behavior failed to sign d a work s artifacts tmp release containersigning tools stand...
0
783,551
27,536,621,192
IssuesEvent
2023-03-07 04:17:55
GoogleCloudPlatform/spring-cloud-gcp
https://api.github.com/repos/GoogleCloudPlatform/spring-cloud-gcp
closed
Consumer does not keep listening using - spring-cloud-gcp-pubsub-stream-binder WITHOUT web support
type: bug pubsub priority: p2
keep Spring boot pubsub stream application running without Web server (tomcat). Application works great with Tomcat(spring-boot-starter-web) but If I remove web support it is not keep listening to but shutdown. Spring boot 2.7.1 spring-cloud-gcp-pubsub-stream-binder 3.3.0 All details are mentioned in [Stack...
1.0
Consumer does not keep listening using - spring-cloud-gcp-pubsub-stream-binder WITHOUT web support - keep Spring boot pubsub stream application running without Web server (tomcat). Application works great with Tomcat(spring-boot-starter-web) but If I remove web support it is not keep listening to but shutdown. Sp...
non_comp
consumer does not keep listening using spring cloud gcp pubsub stream binder without web support keep spring boot pubsub stream application running without web server tomcat application works great with tomcat spring boot starter web but if i remove web support it is not keep listening to but shutdown sp...
0
17,893
24,695,586,769
IssuesEvent
2022-10-19 11:52:07
enjarai/do-a-barrel-roll
https://api.github.com/repos/enjarai/do-a-barrel-roll
closed
[Crash] 1.18.2 Forge version crashes when using this mod
crash incompatibility
I'm not entirely sure what's causing the problem, but this is what happens when using the mod for me: https://paste.ee/p/PNkvN. Mods that I suspect might cause the crash are Rubidium (unlikely but possible), Starlight, Elytra Bounce (again unlikely but possible), Better Third Person and/or Elytra Physics.
True
[Crash] 1.18.2 Forge version crashes when using this mod - I'm not entirely sure what's causing the problem, but this is what happens when using the mod for me: https://paste.ee/p/PNkvN. Mods that I suspect might cause the crash are Rubidium (unlikely but possible), Starlight, Elytra Bounce (again unlikely but possible...
comp
forge version crashes when using this mod i m not entirely sure what s causing the problem but this is what happens when using the mod for me mods that i suspect might cause the crash are rubidium unlikely but possible starlight elytra bounce again unlikely but possible better third person and or e...
1
6,920
9,213,094,020
IssuesEvent
2019-03-10 08:39:03
arcticicestudio/igloo
https://api.github.com/repos/arcticicestudio/igloo
closed
Basic Go environment setup
scope-compatibility snowblock-bash type-feature
I started to use [Go][] as one of my main languages for many cases like CLI tools, backends with performance and inter compatibility in mind as well as daily tools. Go comes with a great toolchain that also doesn't require a lot of necessary setups, therefore this basic setup is enough to work efficiently in combinati...
True
Basic Go environment setup - I started to use [Go][] as one of my main languages for many cases like CLI tools, backends with performance and inter compatibility in mind as well as daily tools. Go comes with a great toolchain that also doesn't require a lot of necessary setups, therefore this basic setup is enough to ...
comp
basic go environment setup i started to use as one of my main languages for many cases like cli tools backends with performance and inter compatibility in mind as well as daily tools go comes with a great toolchain that also doesn t require a lot of necessary setups therefore this basic setup is enough to work...
1
806,846
29,923,005,860
IssuesEvent
2023-06-22 01:15:09
janus-idp/backstage-showcase
https://api.github.com/repos/janus-idp/backstage-showcase
closed
Add Bitbucket support
priority/medium kind/feature
### Acceptance criteria We need to add support for [Bitbucket](https://backstage.io/docs/integrations/bitbucketServer/locations). The host url need to be externalized.
1.0
Add Bitbucket support - ### Acceptance criteria We need to add support for [Bitbucket](https://backstage.io/docs/integrations/bitbucketServer/locations). The host url need to be externalized.
non_comp
add bitbucket support acceptance criteria we need to add support for the host url need to be externalized
0
18,604
25,910,332,122
IssuesEvent
2022-12-15 13:30:45
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Refactor Values to implement AutoAlias
T: Enhancement C: Functionality P: Medium T: Incompatible change E: All Editions
Historically `VALUES` has not been implemented as an `AutoAlias` table, but it should be. This refactoring is part of a larger overhaul taking place to implement https://github.com/jOOQ/jOOQ/issues/5799 I'm marking this improvement as an incompatible change (of behaviour). The existing constructor did something like...
True
Refactor Values to implement AutoAlias - Historically `VALUES` has not been implemented as an `AutoAlias` table, but it should be. This refactoring is part of a larger overhaul taking place to implement https://github.com/jOOQ/jOOQ/issues/5799 I'm marking this improvement as an incompatible change (of behaviour). Th...
comp
refactor values to implement autoalias historically values has not been implemented as an autoalias table but it should be this refactoring is part of a larger overhaul taking place to implement i m marking this improvement as an incompatible change of behaviour the existing constructor did something li...
1
14,971
18,761,907,271
IssuesEvent
2021-11-05 17:28:58
spinalcordtoolbox/spinalcordtoolbox
https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox
opened
TensorFlow 1.15 requires AVX support, which is incompatible with M1 Macs
bug compatibility upstream
In #3361, we upgraded Tensorflow from 1.5 to 1.15. This was necessary to move away from Python 3.6, but doing so introduced a new requirement: Users' CPUs must support the AVX instruction set. This was acceptable to us, because the vast majority of CPUs produced after 2011 support AVX. However, M1 Macs [do not supp...
True
TensorFlow 1.15 requires AVX support, which is incompatible with M1 Macs - In #3361, we upgraded Tensorflow from 1.5 to 1.15. This was necessary to move away from Python 3.6, but doing so introduced a new requirement: Users' CPUs must support the AVX instruction set. This was acceptable to us, because the vast majo...
comp
tensorflow requires avx support which is incompatible with macs in we upgraded tensorflow from to this was necessary to move away from python but doing so introduced a new requirement users cpus must support the avx instruction set this was acceptable to us because the vast majority o...
1
710,124
24,406,445,062
IssuesEvent
2022-10-05 08:26:00
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Remove Istio versions prior to 1.14.x
kind/enhancement priority/0 area/istio [zube]: QA Working team/area3 team/infracloud
As of Rancher 2.7.0, we will only be supporting Istio 1.14 and onward. Previous versions should be removed from the rancher/charts repo. The oldest k8s version that Rancher 2.7.0 will support is 1.23, we are safe to only have Istio 1.14.x available. EDIT: Even though it's not a supported setup, we need to still...
1.0
Remove Istio versions prior to 1.14.x - As of Rancher 2.7.0, we will only be supporting Istio 1.14 and onward. Previous versions should be removed from the rancher/charts repo. The oldest k8s version that Rancher 2.7.0 will support is 1.23, we are safe to only have Istio 1.14.x available. EDIT: Even though it's...
non_comp
remove istio versions prior to x as of rancher we will only be supporting istio and onward previous versions should be removed from the rancher charts repo the oldest version that rancher will support is we are safe to only have istio x available edit even though it s not a...
0
4,036
6,886,028,177
IssuesEvent
2017-11-21 17:58:30
keymanapp/keyman
https://api.github.com/repos/keymanapp/keyman
closed
Keyman for Mac does not appear to work correctly with Firefox or Chrome
compatibility mac
<a href="https://github.com/mcdurdin"><img src="https://avatars1.githubusercontent.com/u/4498365?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mcdurdin](https://github.com/mcdurdin)** _Sunday May 28, 2017 at 02:12 GMT_ _Originally opened as https://github.com/sillsdev/keyman/issues/24_ ...
True
Keyman for Mac does not appear to work correctly with Firefox or Chrome - <a href="https://github.com/mcdurdin"><img src="https://avatars1.githubusercontent.com/u/4498365?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mcdurdin](https://github.com/mcdurdin)** _Sunday May 28, 2017 at 02:12 G...
comp
keyman for mac does not appear to work correctly with firefox or chrome issue by sunday may at gmt originally opened as using the eurolatin keyboard and entering o which should be transformed to ö in firefox the inputted characters are deleted but nothing is outputted...
1
1,733
4,307,975,970
IssuesEvent
2016-07-21 11:06:49
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Yoast 3.3.1 conflict with yith-woocommerce-role-based-prices-premium
compatibility wait for feedback
### What did you expect to happen? compatibility ### What happened instead? http 500 server error ### How can we reproduce this behavior? activate the yoast plugin Can you provide a link to a page which shows this issue? http://o.zengarden.nl ### Technical info * WordPress version: 4.5.2 * Yoast SEO version...
True
Yoast 3.3.1 conflict with yith-woocommerce-role-based-prices-premium - ### What did you expect to happen? compatibility ### What happened instead? http 500 server error ### How can we reproduce this behavior? activate the yoast plugin Can you provide a link to a page which shows this issue? http://o.zengarden....
comp
yoast conflict with yith woocommerce role based prices premium what did you expect to happen compatibility what happened instead http server error how can we reproduce this behavior activate the yoast plugin can you provide a link to a page which shows this issue technical info...
1
22,998
20,800,056,549
IssuesEvent
2022-03-17 13:08:12
zaproxy/zaproxy
https://api.github.com/repos/zaproxy/zaproxy
closed
Support turning off show evidence highlight
enhancement Component-UI Usability Performance
**Is your feature request related to a problem? Please describe.** At present, the evidence highlighter causes ZAP to hang for minutes at a time on large javascript files, making the app fairly unusable. **Describe the solution you'd like** A button in the alerts toolbar to turn on/off the evidence highlighter ![...
True
Support turning off show evidence highlight - **Is your feature request related to a problem? Please describe.** At present, the evidence highlighter causes ZAP to hang for minutes at a time on large javascript files, making the app fairly unusable. **Describe the solution you'd like** A button in the alerts toolb...
non_comp
support turning off show evidence highlight is your feature request related to a problem please describe at present the evidence highlighter causes zap to hang for minutes at a time on large javascript files making the app fairly unusable describe the solution you d like a button in the alerts toolb...
0
189,350
22,047,022,265
IssuesEvent
2022-05-30 03:43:51
madhans23/linux-4.1.15
https://api.github.com/repos/madhans23/linux-4.1.15
closed
CVE-2020-27170 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed
security vulnerability
## CVE-2020-27170 - 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 p...
True
CVE-2020-27170 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2020-27170 - 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...
non_comp
cve medium detected in linux stable autoclosed 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 vulner...
0
247,937
26,763,703,858
IssuesEvent
2023-01-31 09:08:16
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[Cloud Posture] CIS AWS - Full dashboard onboarding for both integrations
Team:Cloud Security
As of current, the full installation onboarding is for the initial installation of any csp integration only. After one of our integrations was installed, the dashboard splits into two tabs. from there, the uninstalled integration will display an `installation prompt`. but after its installation, we do not show the ful...
True
[Cloud Posture] CIS AWS - Full dashboard onboarding for both integrations - As of current, the full installation onboarding is for the initial installation of any csp integration only. After one of our integrations was installed, the dashboard splits into two tabs. from there, the uninstalled integration will display ...
non_comp
cis aws full dashboard onboarding for both integrations as of current the full installation onboarding is for the initial installation of any csp integration only after one of our integrations was installed the dashboard splits into two tabs from there the uninstalled integration will display an installati...
0
228,593
25,227,959,884
IssuesEvent
2022-11-14 17:20:27
ignatandrei/BlocklyAutomation
https://api.github.com/repos/ignatandrei/BlocklyAutomation
closed
CVE-2022-38750 (Medium) detected in snakeyaml-1.29.jar
security vulnerability
## CVE-2022-38750 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.29.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http...
True
CVE-2022-38750 (Medium) detected in snakeyaml-1.29.jar - ## CVE-2022-38750 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.29.jar</b></p></summary> <p>YAML 1.1 parser and...
non_comp
cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file src examples javaspring pom xml path to vulnerable library home wss scanner ...
0
7,773
9,996,905,032
IssuesEvent
2019-07-12 01:52:05
AlphaNodes/additionals
https://api.github.com/repos/AlphaNodes/additionals
closed
Compatibility Issue - redmine_auto_watch plugin
compatibility
Here we go. Another compatibility issue. additionals plugin cannot be used with redmine_auto_watch plugin'
True
Compatibility Issue - redmine_auto_watch plugin - Here we go. Another compatibility issue. additionals plugin cannot be used with redmine_auto_watch plugin'
comp
compatibility issue redmine auto watch plugin here we go another compatibility issue additionals plugin cannot be used with redmine auto watch plugin
1
11,004
13,040,658,848
IssuesEvent
2020-07-28 18:55:08
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
opened
HEP: conformance to C++20
type: HEP type: compatibility issue type: enhancement
This is a meta ticket collecting all issues related to conformance with C++20: - [ ] Add `shift_left` and `shift_right` algorithms (#3706) - [x] Implement the C++20 Synchronization Library - `barrier`, `latch`, `counting_semaphore`, `binary_semaphore`, `condition_variable`, `condition_variable_any`, `cv_status` (#3...
True
HEP: conformance to C++20 - This is a meta ticket collecting all issues related to conformance with C++20: - [ ] Add `shift_left` and `shift_right` algorithms (#3706) - [x] Implement the C++20 Synchronization Library - `barrier`, `latch`, `counting_semaphore`, `binary_semaphore`, `condition_variable`, `condition_va...
comp
hep conformance to c this is a meta ticket collecting all issues related to conformance with c add shift left and shift right algorithms implement the c synchronization library barrier latch counting semaphore binary semaphore condition variable condition variable any...
1
340,037
24,635,974,410
IssuesEvent
2022-10-17 07:59:29
semikolan-co/blog.semikolan.co
https://api.github.com/repos/semikolan-co/blog.semikolan.co
closed
Adding File Structure in README.md
documentation good first issue hacktoberfest
Whenever I have to pick a file, I have to visit/search in each folder of a directory which makes it irritating to find the desired file to work on, and takes time. If there would be **a file structure to guide us through**, it makes it easier to file and time saviour. This would look something like this after com...
1.0
Adding File Structure in README.md - Whenever I have to pick a file, I have to visit/search in each folder of a directory which makes it irritating to find the desired file to work on, and takes time. If there would be **a file structure to guide us through**, it makes it easier to file and time saviour. This wou...
non_comp
adding file structure in readme md whenever i have to pick a file i have to visit search in each folder of a directory which makes it irritating to find the desired file to work on and takes time if there would be a file structure to guide us through it makes it easier to file and time saviour this wou...
0
78,102
14,948,570,190
IssuesEvent
2021-01-26 10:15:47
intellij-rust/intellij-rust
https://api.github.com/repos/intellij-rust/intellij-rust
closed
Create function intention should create async function if necessary
bug subsystem::code insight
<!-- Hello and thank you for the issue! If you would like to report a bug, we have added some points below that you can fill out. Feel free to remove all the irrelevant text to request a new feature. --> ## Environment * **IntelliJ Rust plugin version:** 0.3.139.3615-203 * **Rust toolchain version:** 1.51.0-...
1.0
Create function intention should create async function if necessary - <!-- Hello and thank you for the issue! If you would like to report a bug, we have added some points below that you can fill out. Feel free to remove all the irrelevant text to request a new feature. --> ## Environment * **IntelliJ Rust plu...
non_comp
create function intention should create async function if necessary hello and thank you for the issue if you would like to report a bug we have added some points below that you can fill out feel free to remove all the irrelevant text to request a new feature environment intellij rust plu...
0
6,631
8,915,717,569
IssuesEvent
2019-01-19 09:09:31
sebastianbergmann/phpunit
https://api.github.com/repos/sebastianbergmann/phpunit
closed
Cleanup PHPUnit\Framework\Constraint\Constraint
backward-compatibility-break
* Remove `__construct()` * Make `$exporter` private * Add `protected` method `exporter()` for access to `$exporter` (and use lazy initialization to create the object) * Change `public function evaluate($other, $description = '', $returnResult = false)` to `public function evaluate($other, string $description = '', b...
True
Cleanup PHPUnit\Framework\Constraint\Constraint - * Remove `__construct()` * Make `$exporter` private * Add `protected` method `exporter()` for access to `$exporter` (and use lazy initialization to create the object) * Change `public function evaluate($other, $description = '', $returnResult = false)` to `public fun...
comp
cleanup phpunit framework constraint constraint remove construct make exporter private add protected method exporter for access to exporter and use lazy initialization to create the object change public function evaluate other description returnresult false to public fun...
1
645,892
21,032,003,837
IssuesEvent
2022-03-31 02:07:58
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
web.telegram.org - see bug description
status-needsinfo browser-firefox priority-important os-linux engine-gecko
<!-- @browser: Firefox 98.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0 --> <!-- @reported_with: unknown --> **URL**: https://web.telegram.org/k **Browser / Version**: Firefox 98.0 **Operating System**: Linux **Tested Another Browser**: No **Problem type**: Something el...
1.0
web.telegram.org - see bug description - <!-- @browser: Firefox 98.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0 --> <!-- @reported_with: unknown --> **URL**: https://web.telegram.org/k **Browser / Version**: Firefox 98.0 **Operating System**: Linux **Tested Another Brows...
non_comp
web telegram org see bug description url browser version firefox operating system linux tested another browser no problem type something else description firefox crashes when images are dropped onto this url steps to reproduce dragging a picture from nautilus ...
0
61,252
12,156,974,800
IssuesEvent
2020-04-25 19:42:04
capena1991/ApolloJr
https://api.github.com/repos/capena1991/ApolloJr
closed
Upgrade to v12 of Discord.js
code quality
I should upgrade to the latest version of Discord.js (currently 12). Here's a guide on how to do it: https://discordjs.guide/additional-info/changes-in-v12.html
1.0
Upgrade to v12 of Discord.js - I should upgrade to the latest version of Discord.js (currently 12). Here's a guide on how to do it: https://discordjs.guide/additional-info/changes-in-v12.html
non_comp
upgrade to of discord js i should upgrade to the latest version of discord js currently here s a guide on how to do it
0
613,554
19,093,506,609
IssuesEvent
2021-11-29 14:32:17
GONI95/CheeseTodo
https://api.github.com/repos/GONI95/CheeseTodo
closed
[11월28] 네트워크 연결 유무에 따른 처리
Type : Feature/Function Priority: High Status : In Progress
## 목적 > App에서 네트워크 연결 유무에 따라 서비스 이용에 대한 제한을 두는 기능 ## 작업 상세 내용 - [x] 네트워크 연결 상태 확인 및 변경 감지를 위한 LiveData 확장 클래스 정의 - [x] LiveData 확장 클래스를 이용하여 네트워크 연결 상태에 따라 대응하는 기능 구현 ## 참고사항
1.0
[11월28] 네트워크 연결 유무에 따른 처리 - ## 목적 > App에서 네트워크 연결 유무에 따라 서비스 이용에 대한 제한을 두는 기능 ## 작업 상세 내용 - [x] 네트워크 연결 상태 확인 및 변경 감지를 위한 LiveData 확장 클래스 정의 - [x] LiveData 확장 클래스를 이용하여 네트워크 연결 상태에 따라 대응하는 기능 구현 ## 참고사항
non_comp
네트워크 연결 유무에 따른 처리 목적 app에서 네트워크 연결 유무에 따라 서비스 이용에 대한 제한을 두는 기능 작업 상세 내용 네트워크 연결 상태 확인 및 변경 감지를 위한 livedata 확장 클래스 정의 livedata 확장 클래스를 이용하여 네트워크 연결 상태에 따라 대응하는 기능 구현 참고사항
0
33,039
12,159,451,218
IssuesEvent
2020-04-26 09:09:48
DefectDojo/django-DefectDojo
https://api.github.com/repos/DefectDojo/django-DefectDojo
closed
Please submit via our security reporting program, not GitHub
security
**DefectDojo security reporting program** If you believe you have found a **security issue** in DefectDojo, please review the [disclosure policy](https://github.com/DefectDojo/django-DefectDojo/blob/master/SECURITY.md) and submit your finding via our security reporting program. Please, do not submit **security issue...
True
Please submit via our security reporting program, not GitHub - **DefectDojo security reporting program** If you believe you have found a **security issue** in DefectDojo, please review the [disclosure policy](https://github.com/DefectDojo/django-DefectDojo/blob/master/SECURITY.md) and submit your finding via our secur...
non_comp
please submit via our security reporting program not github defectdojo security reporting program if you believe you have found a security issue in defectdojo please review the and submit your finding via our security reporting program please do not submit security issues via github directly ...
0
551,042
16,136,487,984
IssuesEvent
2021-04-29 12:32:03
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - desktop site instead of mobile site
browser-firefox engine-gecko priority-critical
<!-- @browser: Firefox iOS 33.0 --> <!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.0 Mobile/15E148 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/72290 --> **URL**: https:...
1.0
www.youtube.com - desktop site instead of mobile site - <!-- @browser: Firefox iOS 33.0 --> <!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.0 Mobile/15E148 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github....
non_comp
desktop site instead of mobile site url browser version firefox ios operating system ios tested another browser yes other problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce cant play back g...
0
16,696
23,035,540,181
IssuesEvent
2022-07-22 18:16:55
ajv-validator/ajv
https://api.github.com/repos/ajv-validator/ajv
opened
Trouble importing Ajv using cdnjs.
compatibility
I want to use Ajv on a webpage and I don't want to use a bundler. So I'm trying to import Ajv from cdnjs, but I get the following error: ``` Uncaught SyntaxError: The requested module 'https://cdnjs.cloudflare.com/ajax/libs/ajv/8.11.0/ajv7.min.js' does not provide an export named 'default' (at validation.js:1:8) `...
True
Trouble importing Ajv using cdnjs. - I want to use Ajv on a webpage and I don't want to use a bundler. So I'm trying to import Ajv from cdnjs, but I get the following error: ``` Uncaught SyntaxError: The requested module 'https://cdnjs.cloudflare.com/ajax/libs/ajv/8.11.0/ajv7.min.js' does not provide an export name...
comp
trouble importing ajv using cdnjs i want to use ajv on a webpage and i don t want to use a bundler so i m trying to import ajv from cdnjs but i get the following error uncaught syntaxerror the requested module does not provide an export named default at validation js it feels like i m mi...
1
7,806
10,025,205,956
IssuesEvent
2019-07-17 01:09:21
userfrosting/UserFrosting
https://api.github.com/repos/userfrosting/UserFrosting
closed
Update to latest AdminLTE
Breaking Change compatibility up-for-grabs
> I had a quick look and even between 2.3.6 (which comes with UF4) and 2.4.10 there are quite a number of changes. There's something like 3 years between these releases which in our world is/feels like ages
True
Update to latest AdminLTE - > I had a quick look and even between 2.3.6 (which comes with UF4) and 2.4.10 there are quite a number of changes. There's something like 3 years between these releases which in our world is/feels like ages
comp
update to latest adminlte i had a quick look and even between which comes with and there are quite a number of changes there s something like years between these releases which in our world is feels like ages
1
8,009
10,150,017,883
IssuesEvent
2019-08-05 16:32:50
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
WebClient http proxy broken in .Net Core 3 Preview 7
area-System.Net.Http bug tenet-compatibility
I am using WebClient and HttpWebRequest to call external Http APIs and is dependent on a proxy to make external calls. After upgrading to .Net Core Preview 7 I get Proxy authentication error (407). The code runs ok in .Net Core 2.1, and .Net Core 3 preview 3. This is a snippet that succeeds on .Net Core 2.1 & 3.0...
True
WebClient http proxy broken in .Net Core 3 Preview 7 - I am using WebClient and HttpWebRequest to call external Http APIs and is dependent on a proxy to make external calls. After upgrading to .Net Core Preview 7 I get Proxy authentication error (407). The code runs ok in .Net Core 2.1, and .Net Core 3 preview 3. T...
comp
webclient http proxy broken in net core preview i am using webclient and httpwebrequest to call external http apis and is dependent on a proxy to make external calls after upgrading to net core preview i get proxy authentication error the code runs ok in net core and net core preview thi...
1
187,700
15,105,779,348
IssuesEvent
2021-02-08 13:30:15
MRT-Map/sheets-api
https://api.github.com/repos/MRT-Map/sheets-api
closed
Suggestion: provide example of how the data is parsed
documentation
For example, I have a table A|B|C D|E|F G|H|I How would this appear in JSON? I hope that this would make the API easier to use because of a visual demonstration. Thanks :D -- i____7d
1.0
Suggestion: provide example of how the data is parsed - For example, I have a table A|B|C D|E|F G|H|I How would this appear in JSON? I hope that this would make the API easier to use because of a visual demonstration. Thanks :D -- i____7d
non_comp
suggestion provide example of how the data is parsed for example i have a table a b c d e f g h i how would this appear in json i hope that this would make the api easier to use because of a visual demonstration thanks d i
0
155,157
5,949,773,429
IssuesEvent
2017-05-26 15:04:44
healthlocker/healthlocker
https://api.github.com/repos/healthlocker/healthlocker
closed
Sleep graph is still too big on desktop sized screens
4. Tracking & feedback priority-2 T1h user-feedback
@katbow cant find an issue for this discussed a while back - have I missed it? At the moment its so big its unreadable.
1.0
Sleep graph is still too big on desktop sized screens - @katbow cant find an issue for this discussed a while back - have I missed it? At the moment its so big its unreadable.
non_comp
sleep graph is still too big on desktop sized screens katbow cant find an issue for this discussed a while back have i missed it at the moment its so big its unreadable
0
14,853
18,364,130,373
IssuesEvent
2021-10-09 19:01:17
mariotaku/moonlight-tv
https://api.github.com/repos/mariotaku/moonlight-tv
opened
An inconvenient GUI activation issue
compatibility
<!-- Since device support range becomes wider, please submit this issue ONLY when you got problems --> ## Basic information <!-- Please fill info into following spaces --> - Device model: ( 49UJ6309-ZA ) <!-- e.g. 55SM8100PJB --> - Firmware version: ( 06.00.15 ) <!-- Can be found in webOS Settings, e....
True
An inconvenient GUI activation issue - <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems --> ## Basic information <!-- Please fill info into following spaces --> - Device model: ( 49UJ6309-ZA ) <!-- e.g. 55SM8100PJB --> - Firmware version: ( 06.00.15 ) ...
comp
an inconvenient gui activation issue basic information device model za firmware version webos version moonlight version is audio working yes is video working yes is input working yes...
1
121,163
17,644,765,672
IssuesEvent
2021-08-20 03:15:11
duskmoon314/leetcode
https://api.github.com/repos/duskmoon314/leetcode
closed
CVE-2021-23364 (Medium) detected in browserslist-4.14.2.tgz
security vulnerability
## CVE-2021-23364 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>browserslist-4.14.2.tgz</b></p></summary> <p>Share target browsers between different front-end tools, like Autoprefi...
True
CVE-2021-23364 (Medium) detected in browserslist-4.14.2.tgz - ## CVE-2021-23364 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>browserslist-4.14.2.tgz</b></p></summary> <p>Share tar...
non_comp
cve medium detected in browserslist tgz cve medium severity vulnerability vulnerable library browserslist tgz share target browsers between different front end tools like autoprefixer stylelint and babel env preset library home page a href path to dependency file leet...
0
15,301
19,528,416,549
IssuesEvent
2021-12-30 12:19:21
apache/cloudstack
https://api.github.com/repos/apache/cloudstack
closed
Support Ubuntu 21.04
type:improvement compatibilty
<!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Improvement...
True
Support Ubuntu 21.04 - <!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the r...
comp
support ubuntu verify first that your issue request is not already reported on github also test if the latest release and main branch are affected too always add information after of these html comments but no need to delete the comments issue type improvement request com...
1
26,325
4,215,785,838
IssuesEvent
2016-06-30 06:30:18
triplea-game/triplea
https://api.github.com/repos/triplea-game/triplea
closed
Updated Map Downloads - Bug Tracking
Testing Task
A master tracking ticket for the various new problems we discover with the updated download. Larger problems can be mentioned here or as added a ticket, smaller ones can be simply mentioned here - [ ] # 516 (at least Win7) Download Window opened multiple times does not come to the front - [x] # 508 Cannot delete m...
1.0
Updated Map Downloads - Bug Tracking - A master tracking ticket for the various new problems we discover with the updated download. Larger problems can be mentioned here or as added a ticket, smaller ones can be simply mentioned here - [ ] # 516 (at least Win7) Download Window opened multiple times does not come to...
non_comp
updated map downloads bug tracking a master tracking ticket for the various new problems we discover with the updated download larger problems can be mentioned here or as added a ticket smaller ones can be simply mentioned here at least download window opened multiple times does not come to the fr...
0
10,595
12,506,423,895
IssuesEvent
2020-06-02 12:33:54
ibpsa/modelica-ibpsa
https://api.github.com/repos/ibpsa/modelica-ibpsa
reopened
reverse action in LimPID controller
non-backward compatible
Currently, the LimPID controller uses the wrong convention for reverse action. They use the following where `u_m` is the measurement signal and `u_s` is the set point signal: > If the parameter `reverseAction=false` (the default), then `u_m < u_s` increases the controller output, otherwise the controller output is d...
True
reverse action in LimPID controller - Currently, the LimPID controller uses the wrong convention for reverse action. They use the following where `u_m` is the measurement signal and `u_s` is the set point signal: > If the parameter `reverseAction=false` (the default), then `u_m < u_s` increases the controller output...
comp
reverse action in limpid controller currently the limpid controller uses the wrong convention for reverse action they use the following where u m is the measurement signal and u s is the set point signal if the parameter reverseaction false the default then u m u s increases the controller output...
1
14,356
17,291,761,264
IssuesEvent
2021-07-24 22:49:59
blay09/CookingForBlockheads
https://api.github.com/repos/blay09/CookingForBlockheads
opened
crash when play with Pet Revival mod,
compatibility
crash when play with Pet Revival mod, put horse skulls on the ground, then the game crash. [crash-2021-07-25_06.34.37-client.txt](https://github.com/blay09/CookingForBlockheads/files/6873152/crash-2021-07-25_06.34.37-client.txt)
True
crash when play with Pet Revival mod, - crash when play with Pet Revival mod, put horse skulls on the ground, then the game crash. [crash-2021-07-25_06.34.37-client.txt](https://github.com/blay09/CookingForBlockheads/files/6873152/crash-2021-07-25_06.34.37-client.txt)
comp
crash when play with pet revival mod crash when play with pet revival mod put horse skulls on the ground then the game crash
1
235,660
25,956,524,789
IssuesEvent
2022-12-18 09:58:53
abenevaut/opensource
https://api.github.com/repos/abenevaut/opensource
opened
The `set-output` command is deprecated
Run 🚨 security
> Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - In "Get current release semver tag" : https://github.com/abenevau...
True
The `set-output` command is deprecated - > Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - In "Get current release ...
non_comp
the set output command is deprecated warning the set output command is deprecated and will be disabled soon please upgrade to using environment files for more information see in get current release semver tag
0
14,295
17,192,342,666
IssuesEvent
2021-07-16 12:51:06
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
opened
Use `std::ranges::iter_swap` where available
category: algorithms type: compatibility issue type: enhancement
`std::iter_swap doesn't properly handle iterators that return proxy types, while `std::ranges::iter_swap` does. The latter is available with C++20 only, so we should implement our own replacement, if needed. Many of our algorithms use `iter_swap, those require changes.
True
Use `std::ranges::iter_swap` where available - `std::iter_swap doesn't properly handle iterators that return proxy types, while `std::ranges::iter_swap` does. The latter is available with C++20 only, so we should implement our own replacement, if needed. Many of our algorithms use `iter_swap, those require changes.
comp
use std ranges iter swap where available std iter swap doesn t properly handle iterators that return proxy types while std ranges iter swap does the latter is available with c only so we should implement our own replacement if needed many of our algorithms use iter swap those require changes
1
9,658
11,725,680,641
IssuesEvent
2020-03-10 13:22:57
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
closed
activesupport: Array#to_sentence returns #ActiveSupport::SafeBuffer instead of #String in some cases
compatibility
To reproduce: ``` gem install activesupport ruby -ractive_support/core_ext/string -e 'p [ActiveSupport::SafeBuffer.new("one")].to_sentence.class' ``` Actual: ``` ActiveSupport::SafeBuffer ``` Expected: ``` String ```
True
activesupport: Array#to_sentence returns #ActiveSupport::SafeBuffer instead of #String in some cases - To reproduce: ``` gem install activesupport ruby -ractive_support/core_ext/string -e 'p [ActiveSupport::SafeBuffer.new("one")].to_sentence.class' ``` Actual: ``` ActiveSupport::SafeBuffer ``` Expected...
comp
activesupport array to sentence returns activesupport safebuffer instead of string in some cases to reproduce gem install activesupport ruby ractive support core ext string e p to sentence class actual activesupport safebuffer expected string
1
11,261
7,478,696,426
IssuesEvent
2018-04-04 12:34:17
jumptrading/influx-spout
https://api.github.com/repos/jumptrading/influx-spout
closed
perfcheck fails regularly due to timestamp filtering
performance urgent
It looks like the extra work done by the timestamp filtering feature is causing perfcheck to fail fairly often. For example: https://travis-ci.org/jumptrading/influx-spout/jobs/358844237
True
perfcheck fails regularly due to timestamp filtering - It looks like the extra work done by the timestamp filtering feature is causing perfcheck to fail fairly often. For example: https://travis-ci.org/jumptrading/influx-spout/jobs/358844237
non_comp
perfcheck fails regularly due to timestamp filtering it looks like the extra work done by the timestamp filtering feature is causing perfcheck to fail fairly often for example
0
155,827
5,961,530,108
IssuesEvent
2017-05-29 17:50:48
pmmp/PocketMine-MP
https://api.github.com/repos/pmmp/PocketMine-MP
closed
api3/network: Remove data saving from PlayerQuitEvent, add separate events for saving player data
Category: Core Category: Plugin API Priority: High Status: Debugged To-do
### Issue description Lots of plugins like to do weird things during PlayerQuitEvent, such as unloading their level (#284). Irrelevant of the crash noted in referenced issue, if said crash was fixed, unloading a player's level during PlayerQuitEvent will have some unintended side-effects due to the way player data ...
1.0
api3/network: Remove data saving from PlayerQuitEvent, add separate events for saving player data - ### Issue description Lots of plugins like to do weird things during PlayerQuitEvent, such as unloading their level (#284). Irrelevant of the crash noted in referenced issue, if said crash was fixed, unloading a play...
non_comp
network remove data saving from playerquitevent add separate events for saving player data issue description lots of plugins like to do weird things during playerquitevent such as unloading their level irrelevant of the crash noted in referenced issue if said crash was fixed unloading a player s ...
0
20,399
30,186,080,559
IssuesEvent
2023-07-04 12:13:06
steviegt6/fable
https://api.github.com/repos/steviegt6/fable
opened
[Fabric-Quilt Incompatibility] More Block Predicates
fabric-quilt-incompatibility fatal quilt-support-not-planned
*This issue has been transcribed from the related report in the Quilt [Mod Incompatibility Megathread](https://forum.quiltmc.org/t/mod-incompatibility-megathread/261).* Uses fabric loader’s internal logger instead of declaring its own, resulting in a crash on startup on quilt, as well as uses of internal fabric apis...
True
[Fabric-Quilt Incompatibility] More Block Predicates - *This issue has been transcribed from the related report in the Quilt [Mod Incompatibility Megathread](https://forum.quiltmc.org/t/mod-incompatibility-megathread/261).* Uses fabric loader’s internal logger instead of declaring its own, resulting in a crash on st...
comp
more block predicates this issue has been transcribed from the related report in the quilt uses fabric loader’s internal logger instead of declaring its own resulting in a crash on startup on quilt as well as uses of internal fabric apis see
1
20,903
31,550,875,839
IssuesEvent
2023-09-02 03:33:43
google/zerocopy
https://api.github.com/repos/google/zerocopy
opened
Refactor version comparison logic in `check_versions` CI job
help wanted experience-medium compatibility-nonbreaking
That job has grown steadily over time, and now contains many nearly-identical if blocks that could easily be refactored into a function or something similar. https://github.com/google/zerocopy/blob/b724152cedc4e039f616abcffaeee1d18732c107/.github/workflows/ci.yml#L328-L360
True
Refactor version comparison logic in `check_versions` CI job - That job has grown steadily over time, and now contains many nearly-identical if blocks that could easily be refactored into a function or something similar. https://github.com/google/zerocopy/blob/b724152cedc4e039f616abcffaeee1d18732c107/.github/workflo...
comp
refactor version comparison logic in check versions ci job that job has grown steadily over time and now contains many nearly identical if blocks that could easily be refactored into a function or something similar
1