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
72,366
8,724,223,208
IssuesEvent
2018-12-10 03:48:50
ppy/osu-web
https://api.github.com/repos/ppy/osu-web
closed
Make modding history somehow accessible from user profile
design overdue user profile
That would be smarter I think since now we have to go to the discussion and then click on the button next to the username or add ``/modding`` to user profile page
1.0
Make modding history somehow accessible from user profile - That would be smarter I think since now we have to go to the discussion and then click on the button next to the username or add ``/modding`` to user profile page
non_comp
make modding history somehow accessible from user profile that would be smarter i think since now we have to go to the discussion and then click on the button next to the username or add modding to user profile page
0
17,102
23,610,746,027
IssuesEvent
2022-08-24 12:13:13
Yesssssman/epicfightmod
https://api.github.com/repos/Yesssssman/epicfightmod
closed
Potential Mod Incompatibility with Biome Makeover
mod incompatibility crash working
I'm assuming this is caused by Epic Fight, but I'm unsure. Halfway through the Adjudicator boss fight(from biome makeover), the server crashes with the following server log: [biomemakeoverepicfightcrash.log](https://github.com/Yesssssman/epicfightmod/files/9386211/biomemakeoverepicfightcrash.log)
True
Potential Mod Incompatibility with Biome Makeover - I'm assuming this is caused by Epic Fight, but I'm unsure. Halfway through the Adjudicator boss fight(from biome makeover), the server crashes with the following server log: [biomemakeoverepicfightcrash.log](https://github.com/Yesssssman/epicfightmod/files/9386211...
comp
potential mod incompatibility with biome makeover i m assuming this is caused by epic fight but i m unsure halfway through the adjudicator boss fight from biome makeover the server crashes with the following server log
1
829,619
31,884,400,430
IssuesEvent
2023-09-16 19:20:35
GoogleCloudPlatform/golang-samples
https://api.github.com/repos/GoogleCloudPlatform/golang-samples
closed
spanner/spanner_snippets/spanner: TestPgInterleavedTable failed
type: bug priority: p1 api: spanner samples flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 78dd4acbf123f66998cd1d87ff79d239a314e234 b...
1.0
spanner/spanner_snippets/spanner: TestPgInterleavedTable failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop co...
non_comp
spanner spanner snippets spanner testpginterleavedtable failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output running test by usin...
0
20,310
10,706,585,071
IssuesEvent
2019-10-24 15:40:21
ch-robinson/dotnet-avro
https://api.github.com/repos/ch-robinson/dotnet-avro
closed
Exceptions in new version
performance question
Hi @dstelljes! We see a big performance degrade in creating the schema's when switches to master (I think this is 3.0). I think this is because of the many exceptions being thrown in code like: ``` foreach (var @case in Cases) { try { return...
True
Exceptions in new version - Hi @dstelljes! We see a big performance degrade in creating the schema's when switches to master (I think this is 3.0). I think this is because of the many exceptions being thrown in code like: ``` foreach (var @case in Cases) { try {...
non_comp
exceptions in new version hi dstelljes we see a big performance degrade in creating the schema s when switches to master i think this is i think this is because of the many exceptions being thrown in code like foreach var case in cases try ...
0
211,138
23,790,794,788
IssuesEvent
2022-09-02 14:22:16
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
closed
Change Signup password form field type to password
team/frontend ui/security
Change the visible password form field type to password before form submission.
True
Change Signup password form field type to password - Change the visible password form field type to password before form submission.
non_comp
change signup password form field type to password change the visible password form field type to password before form submission
0
8,021
10,165,217,680
IssuesEvent
2019-08-07 13:28:49
CD4017BE/VerticallyStackedDimensions
https://api.github.com/repos/CD4017BE/VerticallyStackedDimensions
closed
Breaks with Not Enough IDs and JEIDs
bug incompatibility
## What happened When these two mods are installed, separately (I don't know about together), some key mechanics break. The bottom transition portal becomes unbreakable unless you go into creative mode and break them, bedrock is also unable to be removed via VSD (I used a separate mod to circumvent this). It would see...
True
Breaks with Not Enough IDs and JEIDs - ## What happened When these two mods are installed, separately (I don't know about together), some key mechanics break. The bottom transition portal becomes unbreakable unless you go into creative mode and break them, bedrock is also unable to be removed via VSD (I used a separat...
comp
breaks with not enough ids and jeids what happened when these two mods are installed separately i don t know about together some key mechanics break the bottom transition portal becomes unbreakable unless you go into creative mode and break them bedrock is also unable to be removed via vsd i used a separat...
1
49,881
7,545,116,944
IssuesEvent
2018-04-17 20:34:22
lodash/lodash
https://api.github.com/repos/lodash/lodash
closed
Clarify _.union example in docs
documentation
Currently in the docs, the example for `_.union` is ``` _.union([2], [1, 2]); // => [2, 1] ``` It's not clear from this that `union` is taking all unique values in either array rather than all values contained in both arrays. Suggest changing the example to ``` _.union([2, 3], [1, 2]); // => [2, 3, 1] `...
1.0
Clarify _.union example in docs - Currently in the docs, the example for `_.union` is ``` _.union([2], [1, 2]); // => [2, 1] ``` It's not clear from this that `union` is taking all unique values in either array rather than all values contained in both arrays. Suggest changing the example to ``` _.union([2...
non_comp
clarify union example in docs currently in the docs the example for union is union it s not clear from this that union is taking all unique values in either array rather than all values contained in both arrays suggest changing the example to union ...
0
217,244
7,319,330,628
IssuesEvent
2018-03-02 00:15:01
borela/naomi
https://api.github.com/repos/borela/naomi
closed
JS: A batch of highlighting issues
bug feature priority: high
Hi again :) I found more highlighting issues in your package in 7.1.0 version :D 1. Highlighting breaks after `module.default` property: ![image](https://user-images.githubusercontent.com/7884558/36860862-83da4152-1d93-11e8-9650-065a3d7f0a97.png) I think, you just need to ignore highlighting of any keyword after ac...
1.0
JS: A batch of highlighting issues - Hi again :) I found more highlighting issues in your package in 7.1.0 version :D 1. Highlighting breaks after `module.default` property: ![image](https://user-images.githubusercontent.com/7884558/36860862-83da4152-1d93-11e8-9650-065a3d7f0a97.png) I think, you just need to ignore...
non_comp
js a batch of highlighting issues hi again i found more highlighting issues in your package in version d highlighting breaks after module default property i think you just need to ignore highlighting of any keyword after accessor operator the second issue appears with yield keywo...
0
18,907
26,285,299,806
IssuesEvent
2023-01-07 19:16:37
WebAxol/CASES
https://api.github.com/repos/WebAxol/CASES
opened
Inheritance doesn't work properly when the framework is integrated with typescript modules
incompatibility
First of all, I imported the JavaScript vanilla World class to another project, which utilizes TypeScript; the intention was making a subclass as an extra layer to implement new functionalities on top of the framework's World class. However, Typescript sub-classes only inherit those fields and methods from their super ...
True
Inheritance doesn't work properly when the framework is integrated with typescript modules - First of all, I imported the JavaScript vanilla World class to another project, which utilizes TypeScript; the intention was making a subclass as an extra layer to implement new functionalities on top of the framework's World ...
comp
inheritance doesn t work properly when the framework is integrated with typescript modules first of all i imported the javascript vanilla world class to another project which utilizes typescript the intention was making a subclass as an extra layer to implement new functionalities on top of the framework s world ...
1
89,977
18,048,856,488
IssuesEvent
2021-09-19 11:36:22
julz0815/veracode-flaws-to-issues
https://api.github.com/repos/julz0815/veracode-flaws-to-issues
closed
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:31]
VeracodeFlaw: Medium Veracode Policy Scan
https://github.com/julz0815/veracode-flaws-to-issues/blob/8022fb0198234f7f0bf505b2d8647a4ecb19176b//src/main/webapp/WEB-INF/views/login.jsp#L78-L88 **Filename:** login.jsp **Line:** 83 **CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)')) <span>Th...
2.0
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:31] - https://github.com/julz0815/veracode-flaws-to-issues/blob/8022fb0198234f7f0bf505b2d8647a4ecb19176b//src/main/webapp/WEB-INF/views/login.jsp#L78-L88 **Filename:** login.jsp **Line:** 83 **CWE:** 80 ...
non_comp
improper neutralization of script related html tags in a web page basic xss cross site scripting xss filename login jsp line cwe improper neutralization of script related html tags in a web page basic xss cross site scripting xss this call to javax servlet jsp jspwriter p...
0
21,028
32,022,714,192
IssuesEvent
2023-09-22 06:28:50
Lizard-Of-Oz/Inventorio
https://api.github.com/repos/Lizard-Of-Oz/Inventorio
closed
[1.18.2] Crash on Load
compatibility issues
[01Jun2023 23:24:19.820] [main/FATAL] [mixin/]: Mixin apply failed inventorio.mixins.json:PlayerEntityMixin -> net.minecraft.world.entity.player.Player: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/minecraft/world/entity/player/Player::inventorioEquipMainHand with prio...
True
[1.18.2] Crash on Load - [01Jun2023 23:24:19.820] [main/FATAL] [mixin/]: Mixin apply failed inventorio.mixins.json:PlayerEntityMixin -> net.minecraft.world.entity.player.Player: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/minecraft/world/entity/player/Player::inventor...
comp
crash on load mixin apply failed inventorio mixins json playerentitymixin net minecraft world entity player player org spongepowered asm mixin injection throwables invalidinjectionexception at invoke on net minecraft world entity player player inventorioequipmainhand with priority cannot inject in...
1
329
2,499,836,505
IssuesEvent
2015-01-08 06:42:39
fossology/fossology
https://api.github.com/repos/fossology/fossology
opened
bucket tag link not active
Category: Buckets Component: Rank Component: Tester Priority: Normal Status: New Tracker: Bug
--- Author Name: **Bob Gobeille** Original Redmine Issue: 1029, http://www.fossology.org/issues/1029 Original Date: 2012/02/14 Original Assignee: Bob Gobeille --- The bucket browser has a tag link in the histogram, but the link is not active (it's just text). The idea is to make it easy to tag all the items in a ...
1.0
bucket tag link not active - --- Author Name: **Bob Gobeille** Original Redmine Issue: 1029, http://www.fossology.org/issues/1029 Original Date: 2012/02/14 Original Assignee: Bob Gobeille --- The bucket browser has a tag link in the histogram, but the link is not active (it's just text). The idea is to make it ea...
non_comp
bucket tag link not active author name bob gobeille original redmine issue original date original assignee bob gobeille the bucket browser has a tag link in the histogram but the link is not active it s just text the idea is to make it easy to tag all the items in a bucket
0
94,606
27,243,016,147
IssuesEvent
2023-02-21 22:20:51
google/mediapipe
https://api.github.com/repos/google/mediapipe
opened
Mediapipe solutions fail to build after "Update TensorFlow to latest" commit
type:build/install
### OS Platform and Distribution Building on macOS Ventura 13.1 for iOS 16.3 ### Compiler version _No response_ ### Programming Language and version C++11 and Object C ### Installed using virtualenv? pip? Conda?(if python) _No response_ ### MediaPipe version _No response_ ### Bazel version 5.2.0 ### XCode a...
1.0
Mediapipe solutions fail to build after "Update TensorFlow to latest" commit - ### OS Platform and Distribution Building on macOS Ventura 13.1 for iOS 16.3 ### Compiler version _No response_ ### Programming Language and version C++11 and Object C ### Installed using virtualenv? pip? Conda?(if python) _No respons...
non_comp
mediapipe solutions fail to build after update tensorflow to latest commit os platform and distribution building on macos ventura for ios compiler version no response programming language and version c and object c installed using virtualenv pip conda if python no response ...
0
1,945
4,650,200,177
IssuesEvent
2016-10-03 02:06:43
mirage/mirage
https://api.github.com/repos/mirage/mirage
closed
Mirage-types: KV_RO has no `mem` function
breaks compatibility improvement
@djs55 @samoht -- shouldn't we have a `mem` function for KV_RO? Right now we have to `read` or `size` it to determine if it exists or not. Also, `type error` for KV_RO isn't a polymorphic variant like the rest, so we could change that too while in there...
True
Mirage-types: KV_RO has no `mem` function - @djs55 @samoht -- shouldn't we have a `mem` function for KV_RO? Right now we have to `read` or `size` it to determine if it exists or not. Also, `type error` for KV_RO isn't a polymorphic variant like the rest, so we could change that too while in there...
comp
mirage types kv ro has no mem function samoht shouldn t we have a mem function for kv ro right now we have to read or size it to determine if it exists or not also type error for kv ro isn t a polymorphic variant like the rest so we could change that too while in there
1
4,456
7,126,032,913
IssuesEvent
2018-01-20 04:38:28
att/ast
https://api.github.com/repos/att/ast
closed
Build the `pty` program
compatibility packaging
Some distros package the AST `pty` command with `ksh`. And one unit test, currently disabled as we transition to the Meson build system, requires it. So Add the appropriate Meson build config for that command and re-enable its unit test.
True
Build the `pty` program - Some distros package the AST `pty` command with `ksh`. And one unit test, currently disabled as we transition to the Meson build system, requires it. So Add the appropriate Meson build config for that command and re-enable its unit test.
comp
build the pty program some distros package the ast pty command with ksh and one unit test currently disabled as we transition to the meson build system requires it so add the appropriate meson build config for that command and re enable its unit test
1
15,434
19,701,207,939
IssuesEvent
2022-01-12 16:48:09
squirrel-writer/squirrel
https://api.github.com/repos/squirrel-writer/squirrel
closed
INotify not working on osx
enhancement help wanted compatibility
Seems Inotify doesn´t work with osx. So the `watch` daemon doesn't work on my machine. Trying to rewrite the code to make it work with [watchdog](https://pypi.org/project/watchdog/) Should be working with Linux, FreeBSD and Windows too If I make it work I'll make a pull requests and you can implement it if you wa...
True
INotify not working on osx - Seems Inotify doesn´t work with osx. So the `watch` daemon doesn't work on my machine. Trying to rewrite the code to make it work with [watchdog](https://pypi.org/project/watchdog/) Should be working with Linux, FreeBSD and Windows too If I make it work I'll make a pull requests and y...
comp
inotify not working on osx seems inotify doesn´t work with osx so the watch daemon doesn t work on my machine trying to rewrite the code to make it work with should be working with linux freebsd and windows too if i make it work i ll make a pull requests and you can implement it if you want it s a lea...
1
3,655
2,893,149,317
IssuesEvent
2015-06-15 16:27:35
rubberduck-vba/Rubberduck
https://api.github.com/repos/rubberduck-vba/Rubberduck
reopened
Cancelling code inspections leaves the "wait" cursor stuck
bug code-inspections easy-fix user-interface
Repro: - Open up a relatively large VBA project - Bring up the code inspections, click the "Refresh" button - After parsing completes, inspections refresh button turns into a cancel button - click it The currently running inspection will return its results, and code inspections will then cancel and whatever ...
1.0
Cancelling code inspections leaves the "wait" cursor stuck - Repro: - Open up a relatively large VBA project - Bring up the code inspections, click the "Refresh" button - After parsing completes, inspections refresh button turns into a cancel button - click it The currently running inspection will return its...
non_comp
cancelling code inspections leaves the wait cursor stuck repro open up a relatively large vba project bring up the code inspections click the refresh button after parsing completes inspections refresh button turns into a cancel button click it the currently running inspection will return its...
0
248,240
18,858,052,122
IssuesEvent
2021-11-12 09:19:52
Superbestron/pe
https://api.github.com/repos/Superbestron/pe
opened
Page breaks issue for DG
severity.VeryLow type.DocumentationBug
![image.png](https://raw.githubusercontent.com/Superbestron/pe/main/files/1c339039-c8be-482a-860e-b8d9074ec769.png) ![image.png](https://raw.githubusercontent.com/Superbestron/pe/main/files/227c64a4-5bfc-48fd-9e28-72695b9d7585.png) ![image.png](https://raw.githubusercontent.com/Superbestron/pe/main/files/f84e4f91-548...
1.0
Page breaks issue for DG - ![image.png](https://raw.githubusercontent.com/Superbestron/pe/main/files/1c339039-c8be-482a-860e-b8d9074ec769.png) ![image.png](https://raw.githubusercontent.com/Superbestron/pe/main/files/227c64a4-5bfc-48fd-9e28-72695b9d7585.png) ![image.png](https://raw.githubusercontent.com/Superbestron...
non_comp
page breaks issue for dg similar to ug issue page breaks are missing
0
103,415
16,602,507,244
IssuesEvent
2021-06-01 21:41:59
gms-ws-sandbox/nibrs
https://api.github.com/repos/gms-ws-sandbox/nibrs
opened
CVE-2018-8014 (High) detected in tomcat-embed-core-8.5.20.jar
security vulnerability
## CVE-2018-8014 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.20.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://...
True
CVE-2018-8014 (High) detected in tomcat-embed-core-8.5.20.jar - ## CVE-2018-8014 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.20.jar</b></p></summary> <p>Core ...
non_comp
cve high detected in tomcat embed core jar cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file nibrs tools nibrs fbi service pom xml path to vulnerable library home wss ...
0
762,181
26,711,017,847
IssuesEvent
2023-01-28 00:00:15
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Cannot search by collection object remarks
Priority-High (Needed for work) Bug
Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** Searching for information in the collection object remarks is not giving any results. **To Reproduce** Steps to reproduce the behavior: 1. New search page - Catalog Record - [customize] - select "co...
1.0
Cannot search by collection object remarks - Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** Searching for information in the collection object remarks is not giving any results. **To Reproduce** Steps to reproduce the behavior: 1. New search pag...
non_comp
cannot search by collection object remarks issue documentation is describe the bug searching for information in the collection object remarks is not giving any results to reproduce steps to reproduce the behavior new search page catalog record select coll object remarks save ma...
0
11,950
14,079,385,078
IssuesEvent
2020-11-04 14:49:08
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Replace existing DSLContext.meta(Catalog...), meta(Schema...), meta(Table<?>...) by meta(Named...)
C: Functionality E: All Editions P: Medium T: Enhancement T: Incompatible change
Most of the time, the existing `meta(Catalog...)`, `meta(Schema...)`, `meta(Table<?>)` methods suffice to construct `Meta` references from existing meta data (generated, etc.) but if other types of objects should be added, such as sequences, domains, etc. Users have to filter for them, or use a workaround like this: ...
True
Replace existing DSLContext.meta(Catalog...), meta(Schema...), meta(Table<?>...) by meta(Named...) - Most of the time, the existing `meta(Catalog...)`, `meta(Schema...)`, `meta(Table<?>)` methods suffice to construct `Meta` references from existing meta data (generated, etc.) but if other types of objects should be add...
comp
replace existing dslcontext meta catalog meta schema meta table by meta named most of the time the existing meta catalog meta schema meta table methods suffice to construct meta references from existing meta data generated etc but if other types of objects should be added ...
1
47,748
7,345,561,923
IssuesEvent
2018-03-07 17:48:02
ProofGeneral/PG
https://api.github.com/repos/ProofGeneral/PG
opened
Document the new option `coq-errormsg-as-failure` added in #238
kind: documentation
- [ ] Document the new option `coq-errormsg-as-failure` added in #238 - [ ] Also, document somewhere (e.g. in the Wiki) the new behavior of `pg: async` regarding retraction. Sources: <https://github.com/ProofGeneral/PG/pull/238#issuecomment-370933288>, <https://github.com/ProofGeneral/PG/pull/238#issuecomment-37094...
1.0
Document the new option `coq-errormsg-as-failure` added in #238 - - [ ] Document the new option `coq-errormsg-as-failure` added in #238 - [ ] Also, document somewhere (e.g. in the Wiki) the new behavior of `pg: async` regarding retraction. Sources: <https://github.com/ProofGeneral/PG/pull/238#issuecomment-370933288...
non_comp
document the new option coq errormsg as failure added in document the new option coq errormsg as failure added in also document somewhere e g in the wiki the new behavior of pg async regarding retraction sources see also
0
17,891
24,694,890,173
IssuesEvent
2022-10-19 11:20:01
bigbluebutton/greenlight
https://api.github.com/repos/bigbluebutton/greenlight
closed
Migrate Roles from v2 to v3
epic: Backwards Compatible
- Migrate Role name - Autogenerate a color - No need to migrate role permissions (must be specified manually)
True
Migrate Roles from v2 to v3 - - Migrate Role name - Autogenerate a color - No need to migrate role permissions (must be specified manually)
comp
migrate roles from to migrate role name autogenerate a color no need to migrate role permissions must be specified manually
1
357,269
25,176,355,684
IssuesEvent
2022-11-11 09:36:32
WR3nd3/pe
https://api.github.com/repos/WR3nd3/pe
opened
Inconsistent command formatting for Create
type.DocumentationBug severity.VeryLow
When comparing the 2 images below, one taken from the Creation section, and the other from the Command Summary, we see a difference in parameter format for the mt/ prefix with TIME... and TIME . ![image.png](https://raw.githubusercontent.com/WR3nd3/pe/main/files/34c020cf-5683-445b-8e8b-295410a59b3f.png) ![image.png...
1.0
Inconsistent command formatting for Create - When comparing the 2 images below, one taken from the Creation section, and the other from the Command Summary, we see a difference in parameter format for the mt/ prefix with TIME... and TIME . ![image.png](https://raw.githubusercontent.com/WR3nd3/pe/main/files/34c020cf-5...
non_comp
inconsistent command formatting for create when comparing the images below one taken from the creation section and the other from the command summary we see a difference in parameter format for the mt prefix with time and time
0
12,711
14,984,242,458
IssuesEvent
2021-01-28 18:19:16
zlib-ng/zlib-ng
https://api.github.com/repos/zlib-ng/zlib-ng
closed
compat mode not yet ABI compatible with classic zlib on 32 bit machines
Compatibility
While looking into #700, I noticed a few z_off64_t problems when testing with -m32, see https://github.com/dankegel/zlib-ng/runs/883759283 : ``` [C]'function int gzbuffer(gzFile, unsigned int)' at gzlib.c:245:1 has some indirect sub-type changes: parameter 1 of type 'typedef gzFile' has sub-type changes: ...
True
compat mode not yet ABI compatible with classic zlib on 32 bit machines - While looking into #700, I noticed a few z_off64_t problems when testing with -m32, see https://github.com/dankegel/zlib-ng/runs/883759283 : ``` [C]'function int gzbuffer(gzFile, unsigned int)' at gzlib.c:245:1 has some indirect sub-type chan...
comp
compat mode not yet abi compatible with classic zlib on bit machines while looking into i noticed a few z t problems when testing with see function int gzbuffer gzfile unsigned int at gzlib c has some indirect sub type changes parameter of type typedef gzfile has sub type ch...
1
113,240
9,633,344,216
IssuesEvent
2019-05-15 18:24:22
andes/app
https://api.github.com/repos/andes/app
closed
MPI(NV) - Escaneo en relaciones
S60 bug test
<!-- PASOS PARA REGISTRAR UN ISSUE _____________________________________________ 1) Seleccionar el proyecto al que pertenece (CITAS, RUP, MPI, ...) 2) Seleccionar un label de identificación (bug, feature, enhancement, etc.) 3) Asignar revisores que sean miembros del equipo responsable de solucionar el issue ...
1.0
MPI(NV) - Escaneo en relaciones - <!-- PASOS PARA REGISTRAR UN ISSUE _____________________________________________ 1) Seleccionar el proyecto al que pertenece (CITAS, RUP, MPI, ...) 2) Seleccionar un label de identificación (bug, feature, enhancement, etc.) 3) Asignar revisores que sean miembros del equipo re...
non_comp
mpi nv escaneo en relaciones pasos para registrar un issue seleccionar el proyecto al que pertenece citas rup mpi seleccionar un label de identificación bug feature enhancement etc asignar revisores que sean miembros del equipo re...
0
11,949
14,079,381,337
IssuesEvent
2020-11-04 14:48:52
Leaflet/Leaflet
https://api.github.com/repos/Leaflet/Leaflet
closed
Safari: File upload form doesn't actually select file
bug compatibility needs investigation
Hi, On Safari (only), when I add a form with a file element in it to a Leaflet map (control), when I click on the "Choose file" button, the file chooser comes up and I can select my file, but when the file dialog closes, it still shows "no file selected" -- the user's file selection doesn't show up! **Environment...
True
Safari: File upload form doesn't actually select file - Hi, On Safari (only), when I add a form with a file element in it to a Leaflet map (control), when I click on the "Choose file" button, the file chooser comes up and I can select my file, but when the file dialog closes, it still shows "no file selected" -- the...
comp
safari file upload form doesn t actually select file hi on safari only when i add a form with a file element in it to a leaflet map control when i click on the choose file button the file chooser comes up and i can select my file but when the file dialog closes it still shows no file selected the...
1
111,098
24,063,837,192
IssuesEvent
2022-09-17 07:18:51
mackron/dr_libs
https://api.github.com/repos/mackron/dr_libs
closed
dr_flac: crashing on Nintendo 3DS
code improvement
Heya, I'm writing a homebrew application for Nintendo 3DS, specifically [lovepotion](https://github.com/lovebrew/lovepotion). I would like to replace using the flac library I currently use with dr_flac for its simplicity. However, dr_flac simply crashes whenever I call `drflac_open`. This has been observed by others...
1.0
dr_flac: crashing on Nintendo 3DS - Heya, I'm writing a homebrew application for Nintendo 3DS, specifically [lovepotion](https://github.com/lovebrew/lovepotion). I would like to replace using the flac library I currently use with dr_flac for its simplicity. However, dr_flac simply crashes whenever I call `drflac_ope...
non_comp
dr flac crashing on nintendo heya i m writing a homebrew application for nintendo specifically i would like to replace using the flac library i currently use with dr flac for its simplicity however dr flac simply crashes whenever i call drflac open this has been observed by others as well the last...
0
6,559
8,821,963,529
IssuesEvent
2019-01-02 06:42:38
sudar/email-log
https://api.github.com/repos/sudar/email-log
closed
Potential incompatibility with wp-ses plugin
compatibility in progress
Reported at https://wordpress.org/support/topic/bug-attachments-dropped/#post-10976514 > I was trying to use this plugin, v2.2.5, but when Email Log was enabled, emails would send without their attachments. Once I disabled it, attachments worked again. > I was also using WP SES 0.8.1 (https://wordpress.org/plugin...
True
Potential incompatibility with wp-ses plugin - Reported at https://wordpress.org/support/topic/bug-attachments-dropped/#post-10976514 > I was trying to use this plugin, v2.2.5, but when Email Log was enabled, emails would send without their attachments. Once I disabled it, attachments worked again. > I was also u...
comp
potential incompatibility with wp ses plugin reported at i was trying to use this plugin but when email log was enabled emails would send without their attachments once i disabled it attachments worked again i was also using wp ses although i didn’t test the problem with that disabled...
1
7,459
9,696,469,361
IssuesEvent
2019-05-25 07:50:33
t2ym/thin-hook
https://api.github.com/repos/t2ym/thin-hook
opened
[disable-devtools.js] Unexpected false detection of DevTools for ServiceWorker
bug compatibility
[disable-devtools.js] Unexpected false detection of DevTools for ServiceWorker ## Root Cause It seems that the stack format for `new Error().stack` has been changed a bit. ## Tentative Patch - This patch is being verified to avoid adding any new security holes. ```diff diff --git a/demo/disable-devtools.js b/...
True
[disable-devtools.js] Unexpected false detection of DevTools for ServiceWorker - [disable-devtools.js] Unexpected false detection of DevTools for ServiceWorker ## Root Cause It seems that the stack format for `new Error().stack` has been changed a bit. ## Tentative Patch - This patch is being verified to avoid ...
comp
unexpected false detection of devtools for serviceworker unexpected false detection of devtools for serviceworker root cause it seems that the stack format for new error stack has been changed a bit tentative patch this patch is being verified to avoid adding any new security holes diff ...
1
443,095
30,874,684,882
IssuesEvent
2023-08-03 13:36:40
department-for-transport/git-and-github-training
https://api.github.com/repos/department-for-transport/git-and-github-training
opened
Develop code for new training
documentation enhancement help wanted question
* **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 [...] * **Describe the solution you'd like** A clear and concise description of what you want to happen. * **Describe alternatives you've considered** ...
1.0
Develop code for new training - * **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 [...] * **Describe the solution you'd like** A clear and concise description of what you want to happen. * **Describe al...
non_comp
develop code for new training 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 describe the solution you d like a clear and concise description of what you want to happen describe altern...
0
324,410
23,997,994,885
IssuesEvent
2022-09-14 09:06:44
juaml/junifer
https://api.github.com/repos/juaml/junifer
closed
[DOC]: Create an example of using junifer + julearn
documentation
### Which element of the documentation do you want to modify and why? Junifer is a feature extraction library. This example, fully coded in python, should first show how can some markers be extracted from neuroimaging data (maybe using Oasis Testing data). Then, the computed markers should be loaded into julearn, runn...
1.0
[DOC]: Create an example of using junifer + julearn - ### Which element of the documentation do you want to modify and why? Junifer is a feature extraction library. This example, fully coded in python, should first show how can some markers be extracted from neuroimaging data (maybe using Oasis Testing data). Then, th...
non_comp
create an example of using junifer julearn which element of the documentation do you want to modify and why junifer is a feature extraction library this example fully coded in python should first show how can some markers be extracted from neuroimaging data maybe using oasis testing data then the co...
0
682,499
23,346,500,532
IssuesEvent
2022-08-09 18:30:21
vertica/spark-connector
https://api.github.com/repos/vertica/spark-connector
closed
Review and standardize examples
enhancement size: 3 High Priority examples
### Description Our example projects should be reviewed for consistency. For example, we create an example for each functionality, but also contain a demo folder. We should also look into adding more examples for PySpark through Jupyter Notebook. Reason: Helps with adoption and reduces time to get started with...
1.0
Review and standardize examples - ### Description Our example projects should be reviewed for consistency. For example, we create an example for each functionality, but also contain a demo folder. We should also look into adding more examples for PySpark through Jupyter Notebook. Reason: Helps with adoption an...
non_comp
review and standardize examples description our example projects should be reviewed for consistency for example we create an example for each functionality but also contain a demo folder we should also look into adding more examples for pyspark through jupyter notebook reason helps with adoption an...
0
5,143
7,738,117,104
IssuesEvent
2018-05-28 10:43:12
CenturionFox/wolfarmor
https://api.github.com/repos/CenturionFox/wolfarmor
closed
Sound Bug with Tschipp/CarryOn
bug compatibility
From @Tschipp [CarryOn (#106)](http://github.com/Tschipp/CarryOn/issues/106): Sound events play when the NBT data is deserialized; call to onInventoryChanged.
True
Sound Bug with Tschipp/CarryOn - From @Tschipp [CarryOn (#106)](http://github.com/Tschipp/CarryOn/issues/106): Sound events play when the NBT data is deserialized; call to onInventoryChanged.
comp
sound bug with tschipp carryon from tschipp sound events play when the nbt data is deserialized call to oninventorychanged
1
18,102
25,013,645,174
IssuesEvent
2022-11-03 17:00:12
unascribed/Fabrication
https://api.github.com/repos/unascribed/Fabrication
opened
Incompatibility with Lithium
k: Incompatibility n: Fabric s: New
Log: https://gist.github.com/Ethernalll/5a91d60c1eb83eae5e2e5bc3bc6fb5df Mods Installed: - Lithium - Fabrication - Fabric API
True
Incompatibility with Lithium - Log: https://gist.github.com/Ethernalll/5a91d60c1eb83eae5e2e5bc3bc6fb5df Mods Installed: - Lithium - Fabrication - Fabric API
comp
incompatibility with lithium log mods installed lithium fabrication fabric api
1
3,911
2,795,429,973
IssuesEvent
2015-05-11 21:58:25
bmcfee/librosa
https://api.github.com/repos/bmcfee/librosa
closed
Add reference for chroma_stft
documentation
The STFT chroma implementation is based on chromagram_E from dpwe's example code. We should add a back-reference to this in the documentation.
1.0
Add reference for chroma_stft - The STFT chroma implementation is based on chromagram_E from dpwe's example code. We should add a back-reference to this in the documentation.
non_comp
add reference for chroma stft the stft chroma implementation is based on chromagram e from dpwe s example code we should add a back reference to this in the documentation
0
141,367
18,976,979,155
IssuesEvent
2021-11-20 06:12:44
go-gitea/gitea
https://api.github.com/repos/go-gitea/gitea
closed
Configurable SSL cipher suite
kind/proposal kind/security
- Gitea version: 1.10.2 - Git version: 2.24.0 - Operating system: Linux - Database: - [X] MySQL - Can you reproduce the bug at https://try.gitea.io: - [X] Not tested / may run behind a reverse proxy so the results could vary ## Description ``` 'Vulnerable' cipher suites accepted by this service via the...
True
Configurable SSL cipher suite - - Gitea version: 1.10.2 - Git version: 2.24.0 - Operating system: Linux - Database: - [X] MySQL - Can you reproduce the bug at https://try.gitea.io: - [X] Not tested / may run behind a reverse proxy so the results could vary ## Description ``` 'Vulnerable' cipher suites ...
non_comp
configurable ssl cipher suite gitea version git version operating system linux database mysql can you reproduce the bug at not tested may run behind a reverse proxy so the results could vary description vulnerable cipher suites accepted by this service v...
0
289,046
8,854,350,057
IssuesEvent
2019-01-09 00:56:45
visit-dav/issues-test
https://api.github.com/repos/visit-dav/issues-test
closed
clip operator returns zero cells for double precision structured grids.
bug likelihood medium priority reviewed severity high
When I clip a structured grid with double precision values I always get zero cells. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine tick...
1.0
clip operator returns zero cells for double precision structured grids. - When I clip a structured grid with double precision values I always get zero cells. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured ...
non_comp
clip operator returns zero cells for double precision structured grids when i clip a structured grid with double precision values i always get zero cells redmine migration this ticket was migrated from redmine as such not all information was able to be captured ...
0
452,792
13,059,439,080
IssuesEvent
2020-07-30 10:39:51
garden-io/garden
https://api.github.com/repos/garden-io/garden
closed
[FEATURE]: Allow prefixing `garden.yml` config files (`*.garden.yml`)
feature request priority:medium
## Feature Request Allow custom names for `garden.yml` of kind `*.garden.yml`. See also #1944 and #853. ### Background / Motivation A [known limitation](https://github.com/garden-io/garden/issues/853) of Garden is that we're not able to include files and dirs that are outside of a given module's scope (i.e....
1.0
[FEATURE]: Allow prefixing `garden.yml` config files (`*.garden.yml`) - ## Feature Request Allow custom names for `garden.yml` of kind `*.garden.yml`. See also #1944 and #853. ### Background / Motivation A [known limitation](https://github.com/garden-io/garden/issues/853) of Garden is that we're not able to...
non_comp
allow prefixing garden yml config files garden yml feature request allow custom names for garden yml of kind garden yml see also and background motivation a of garden is that we re not able to include files and dirs that are outside of a given module s scope i e in ...
0
16,235
21,797,764,367
IssuesEvent
2022-05-15 21:45:13
Yesssssman/epicfightmod
https://api.github.com/repos/Yesssssman/epicfightmod
closed
Rendering entity in world
mod incompatibility crash
MINECRAFT 1.18.2 Forge 40.1.16 JAVA 17.0.1 Windows 10 (64 bit) https://crashy.net/mLKOywSd8i90WSirAJn0 or https://pastebin.com/eUt9P1jv Stack Trace ``` at yesman.epicfight.client.renderer.patched.layer.WearableItemLayer.getArmorModel (WearableItemLayer.java:115) at yesman.epicfight.client.renderer.p...
True
Rendering entity in world - MINECRAFT 1.18.2 Forge 40.1.16 JAVA 17.0.1 Windows 10 (64 bit) https://crashy.net/mLKOywSd8i90WSirAJn0 or https://pastebin.com/eUt9P1jv Stack Trace ``` at yesman.epicfight.client.renderer.patched.layer.WearableItemLayer.getArmorModel (WearableItemLayer.java:115) at yesman...
comp
rendering entity in world minecraft forge java windows bit or stack trace at yesman epicfight client renderer patched layer wearableitemlayer getarmormodel wearableitemlayer java at yesman epicfight client renderer patched layer wearableitemlayer renderlayer we...
1
622,482
19,636,361,569
IssuesEvent
2022-01-08 11:00:31
google/mozc
https://api.github.com/repos/google/mozc
closed
荒い がねえ
Priority-Medium auto-migrated Type-Conversion
``` 洗いながらも今後に期待していた #荒い がねえな ``` Original issue reported on code.google.com by `sendya...@gmail.com` on 8 Jun 2012 at 3:29
1.0
荒い がねえ - ``` 洗いながらも今後に期待していた #荒い がねえな ``` Original issue reported on code.google.com by `sendya...@gmail.com` on 8 Jun 2012 at 3:29
non_comp
荒い がねえ 洗いながらも今後に期待していた 荒い がねえな original issue reported on code google com by sendya gmail com on jun at
0
19,163
26,605,598,204
IssuesEvent
2023-01-23 19:04:30
Automattic/woocommerce-subscriptions-core
https://api.github.com/repos/Automattic/woocommerce-subscriptions-core
opened
Declare that plugin is compatible with HPOS
status: blocked compatibility: HPOS
## Description After all the work to make subscriptions compatible with HPOS, declare that it's compatible. How? https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibility Make sure to check if active WC is 7.3 or newer. I am not sure i...
True
Declare that plugin is compatible with HPOS - ## Description After all the work to make subscriptions compatible with HPOS, declare that it's compatible. How? https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibility Make sure to check if...
comp
declare that plugin is compatible with hpos description after all the work to make subscriptions compatible with hpos declare that it s compatible how make sure to check if active wc is or newer i am not sure if the declaration should be in subscriptions core or in plugins who load subscriptions ...
1
644,998
20,992,210,962
IssuesEvent
2022-03-29 10:18:35
latteart-org/latteart
https://api.github.com/repos/latteart-org/latteart
opened
入力フォーム画面のセッションから生成したテストスクリプト実行時、not a valid XPath expressionが発生する
Type: Bug Priority: Could
**Describe the bug** 次のwebページを記録したセッションからテストスクリプト生成時、エラーが発生する。 https://www.rakuten.co.jp/myrakuten/help/ [エラー内容] ``` invalid selector: Unable to locate an element with the xpath expression /HTML/BODY/[NAME()="DIV"][2]/[NAME()="DIV"][2]/[NAME()="FORM"][1]/[NAME()="INPUT"][3] because of the following error: SyntaxE...
1.0
入力フォーム画面のセッションから生成したテストスクリプト実行時、not a valid XPath expressionが発生する - **Describe the bug** 次のwebページを記録したセッションからテストスクリプト生成時、エラーが発生する。 https://www.rakuten.co.jp/myrakuten/help/ [エラー内容] ``` invalid selector: Unable to locate an element with the xpath expression /HTML/BODY/[NAME()="DIV"][2]/[NAME()="DIV"][2]/[NAME()="FO...
non_comp
入力フォーム画面のセッションから生成したテストスクリプト実行時、not a valid xpath expressionが発生する describe the bug 次のwebページを記録したセッションからテストスクリプト生成時、エラーが発生する。 invalid selector unable to locate an element with the xpath expression html body because of the following error syntaxerror failed to execute evaluate on do...
0
59,324
3,105,449,254
IssuesEvent
2015-08-31 20:59:07
INN/Largo
https://api.github.com/repos/INN/Largo
closed
INN logo in site footer on light backgrounds?
priority: high status: needs review type: bug
the new INN logo we added to the footer has the name in white so it doesn't work if the footer bg is also white (see, for example: http://aspenjournalism-org.largoproject.staging.wpengine.com/). The quick fix here is probably to just use a color (light gray?) that works on both dark and light backgrounds. @kaeti does t...
1.0
INN logo in site footer on light backgrounds? - the new INN logo we added to the footer has the name in white so it doesn't work if the footer bg is also white (see, for example: http://aspenjournalism-org.largoproject.staging.wpengine.com/). The quick fix here is probably to just use a color (light gray?) that works o...
non_comp
inn logo in site footer on light backgrounds the new inn logo we added to the footer has the name in white so it doesn t work if the footer bg is also white see for example the quick fix here is probably to just use a color light gray that works on both dark and light backgrounds kaeti does that work for y...
0
343,939
30,701,204,824
IssuesEvent
2023-07-26 23:42:21
NAU-IoT/CSVtoSQL
https://api.github.com/repos/NAU-IoT/CSVtoSQL
closed
Futher Testing
enhancement testing
One example test case: Mismatch column names/values (in data) with defined header (in configuration).
1.0
Futher Testing - One example test case: Mismatch column names/values (in data) with defined header (in configuration).
non_comp
futher testing one example test case mismatch column names values in data with defined header in configuration
0
788,954
27,774,593,380
IssuesEvent
2023-03-16 16:24:11
ooni/probe
https://api.github.com/repos/ooni/probe
closed
webconnectivitylte: data race
bug priority/high interrupt needs investigation ooni/probe-engine
I detected this data race while running `go test -race -count 1 ./...` in the `release/3.17` branch: ``` ================== WARNING: DATA RACE Read at 0x00c000842000 by goroutine 635: runtime.slicecopy() /Users/sbs/sdk/go1.19.6/src/runtime/slice.go:307 +0x0 github.com/ooni/probe-cli/v3/internal/exper...
1.0
webconnectivitylte: data race - I detected this data race while running `go test -race -count 1 ./...` in the `release/3.17` branch: ``` ================== WARNING: DATA RACE Read at 0x00c000842000 by goroutine 635: runtime.slicecopy() /Users/sbs/sdk/go1.19.6/src/runtime/slice.go:307 +0x0 github.com/...
non_comp
webconnectivitylte data race i detected this data race while running go test race count in the release branch warning data race read at by goroutine runtime slicecopy users sbs sdk src runtime slice go github com ooni probe cli intern...
0
16,782
23,143,393,407
IssuesEvent
2022-07-28 20:56:38
zeronet-conservancy/zeronet-conservancy
https://api.github.com/repos/zeronet-conservancy/zeronet-conservancy
opened
treat plugin-created options more gracefully
bug enhancement good first issue compatibility
historically 0net fails to launch seeing unrecognized option , but quite often the reason of not being recognized is that option belongs to one of the plugins that got disabled (or weren't enabled in the first place) . this should be fixed separate , but related issue is when sites like dashboard allows setting opti...
True
treat plugin-created options more gracefully - historically 0net fails to launch seeing unrecognized option , but quite often the reason of not being recognized is that option belongs to one of the plugins that got disabled (or weren't enabled in the first place) . this should be fixed separate , but related issue i...
comp
treat plugin created options more gracefully historically fails to launch seeing unrecognized option but quite often the reason of not being recognized is that option belongs to one of the plugins that got disabled or weren t enabled in the first place this should be fixed separate but related issue is w...
1
14,062
16,848,966,038
IssuesEvent
2021-06-20 05:01:04
ldtteam/Structurize
https://api.github.com/repos/ldtteam/Structurize
opened
Structurize .177 Alpha Incompatible with Optifine G7 + Most recent MineColonies requiring .177 Alpha, not most recent.
Compatibility: Optifine / Shaders
<!-- PLEASE DO NOT DELETE TOPICS AS YOUR ISSUE WILL GET CLOSED --> ### Prerequisites <!-- Replace spaces with "x" to tick boxes. --> - [X] I am running the latest **alpha** version of Structurize for my Minecraft version. - [N/A ] I am running the latest version of OptiFine for my Minecraft version. - [N/A] I am ...
True
Structurize .177 Alpha Incompatible with Optifine G7 + Most recent MineColonies requiring .177 Alpha, not most recent. - <!-- PLEASE DO NOT DELETE TOPICS AS YOUR ISSUE WILL GET CLOSED --> ### Prerequisites <!-- Replace spaces with "x" to tick boxes. --> - [X] I am running the latest **alpha** version of Structuriz...
comp
structurize alpha incompatible with optifine most recent minecolonies requiring alpha not most recent prerequisites i am running the latest alpha version of structurize for my minecraft version i am running the latest version of optifine for my minecraft version i am runni...
1
91,925
8,321,393,360
IssuesEvent
2018-09-25 23:54:49
aspnet/Home
https://api.github.com/repos/aspnet/Home
closed
Test failure: StringSegment_ImplicitConvertToSpan
1 - Ready Branch:master blocked test-failure
This test [fails](http://aspnetci/viewLog.html?buildId=557737&buildTypeId=XPlat_Windows_Win8_Universe) occasionally with the following error: ``` System.IO.FileLoadException : Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or...
1.0
Test failure: StringSegment_ImplicitConvertToSpan - This test [fails](http://aspnetci/viewLog.html?buildId=557737&buildTypeId=XPlat_Windows_Win8_Universe) occasionally with the following error: ``` System.IO.FileLoadException : Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, ...
non_comp
test failure stringsegment implicitconverttospan this test occasionally with the following error system io fileloadexception could not load file or assembly system runtime compilerservices unsafe version culture neutral publickeytoken or one of its dependencies the located assembly s man...
0
13,661
16,343,564,264
IssuesEvent
2021-05-13 03:05:31
apache/echarts
https://api.github.com/repos/apache/echarts
reopened
tooltip disorder
compatibility en topic: event
### Version 4.1.0-release ### Steps to reproduce After the body is set to zoom in html, the tooltip of echart will be misaligned. The mouse is hovering in one place, but it triggers other places. ### What is expected? I want it to display normally ### What is actually happening? Actual display misalignment...
True
tooltip disorder - ### Version 4.1.0-release ### Steps to reproduce After the body is set to zoom in html, the tooltip of echart will be misaligned. The mouse is hovering in one place, but it triggers other places. ### What is expected? I want it to display normally ### What is actually happening? Actual d...
comp
tooltip disorder version release steps to reproduce after the body is set to zoom in html the tooltip of echart will be misaligned the mouse is hovering in one place but it triggers other places what is expected i want it to display normally what is actually happening actual d...
1
20,774
30,923,500,944
IssuesEvent
2023-08-06 07:34:19
DrParadox7/Lost-Era-Modpack
https://api.github.com/repos/DrParadox7/Lost-Era-Modpack
closed
Fails to launch in Modrinth App
Incompatible Java Version
### Type of Instance Single Player ### Installation Target Your Own Computer or Laptop ### Your Actions Attempting to install the modpack in [Modrinth App](https://modrinth.com/app) (modrinth's own launcher) 1. install Modrinth app https://modrinth.com/app 2. go through launcher onboarding (log in with microso...
True
Fails to launch in Modrinth App - ### Type of Instance Single Player ### Installation Target Your Own Computer or Laptop ### Your Actions Attempting to install the modpack in [Modrinth App](https://modrinth.com/app) (modrinth's own launcher) 1. install Modrinth app https://modrinth.com/app 2. go through launch...
comp
fails to launch in modrinth app type of instance single player installation target your own computer or laptop your actions attempting to install the modpack in modrinth s own launcher install modrinth app go through launcher onboarding log in with microsoft account search ...
1
13,929
16,678,181,640
IssuesEvent
2021-06-07 19:03:38
castlelemongrab/parlance
https://api.github.com/repos/castlelemongrab/parlance
closed
Clean up HTTP header generation, provide request-minimization option
Acceptable Castle Walls Compatibility To-Do
Currently, this repository of free speech faithfully implements the Parler API per the frontend specification, all the way down to the production of appropriate `Referrer:` headers. This often results in extra network requests. In some cases or for some studies of the API, this may be undesirable. Clean up the `_cre...
True
Clean up HTTP header generation, provide request-minimization option - Currently, this repository of free speech faithfully implements the Parler API per the frontend specification, all the way down to the production of appropriate `Referrer:` headers. This often results in extra network requests. In some cases or for ...
comp
clean up http header generation provide request minimization option currently this repository of free speech faithfully implements the parler api per the frontend specification all the way down to the production of appropriate referrer headers this often results in extra network requests in some cases or for ...
1
20,268
29,488,204,405
IssuesEvent
2023-06-02 11:27:41
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
Bad .htaccess rules on Showit Platform
3rd party compatibility module: htaccess
An interesting issue was occurring on a website hosted on Showit (which uses WPEngine as it's hosting platform). Every time the plugin was activated or saved it would end up spitting out an internal server error. We ended up tracing the error to the following in the htaccess file. When the plugin is activated i...
True
Bad .htaccess rules on Showit Platform - An interesting issue was occurring on a website hosted on Showit (which uses WPEngine as it's hosting platform). Every time the plugin was activated or saved it would end up spitting out an internal server error. We ended up tracing the error to the following in the htaccess...
comp
bad htaccess rules on showit platform an interesting issue was occurring on a website hosted on showit which uses wpengine as it s hosting platform every time the plugin was activated or saved it would end up spitting out an internal server error we ended up tracing the error to the following in the htaccess...
1
125
2,588,589,668
IssuesEvent
2015-02-18 03:05:54
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
Array-like objects and some array functions
php5 incompatibility won't fix
When calling `current()`, `key()` (probably, some other similar functions) on array-like object (that implements `ArrayAccess` and `Iterator` interfaces) I'm getting: > Warning: Invalid operand type was used: expecting an array in ... Current HHVM Nightly
True
Array-like objects and some array functions - When calling `current()`, `key()` (probably, some other similar functions) on array-like object (that implements `ArrayAccess` and `Iterator` interfaces) I'm getting: > Warning: Invalid operand type was used: expecting an array in ... Current HHVM Nightly
comp
array like objects and some array functions when calling current key probably some other similar functions on array like object that implements arrayaccess and iterator interfaces i m getting warning invalid operand type was used expecting an array in current hhvm nightly
1
31,603
25,920,780,163
IssuesEvent
2022-12-15 21:43:01
google/site-kit-wp
https://api.github.com/repos/google/site-kit-wp
closed
Fix the VRT tests that are failing in CI.
P0 QA: Eng Rollover Type: Infrastructure
## Feature Description Following up from #6151, there will be quite a few VRT tests failing in CI. - Most of them are failing correctly and simply need to have their reference image updated. - Two tests have been identified as needing work to fix the related Storybook stories: - **WPDashboardWidgets > Ready w...
1.0
Fix the VRT tests that are failing in CI. - ## Feature Description Following up from #6151, there will be quite a few VRT tests failing in CI. - Most of them are failing correctly and simply need to have their reference image updated. - Two tests have been identified as needing work to fix the related Storybook ...
non_comp
fix the vrt tests that are failing in ci feature description following up from there will be quite a few vrt tests failing in ci most of them are failing correctly and simply need to have their reference image updated two tests have been identified as needing work to fix the related storybook sto...
0
33,011
15,760,507,808
IssuesEvent
2021-03-31 09:02:35
Neos-Metaverse/NeosPublic
https://api.github.com/repos/Neos-Metaverse/NeosPublic
closed
Optimize the default Neos Hands
Performance
Currently each of the default Neos hands are 52k tris each. This has been shown to have a decent impact on rendering performance based on tests run by the JP community. I am unsure if the NeosBot avatar has the same hands and if they need to be optimized as well. Multiple users have been concerned about the hands issue...
True
Optimize the default Neos Hands - Currently each of the default Neos hands are 52k tris each. This has been shown to have a decent impact on rendering performance based on tests run by the JP community. I am unsure if the NeosBot avatar has the same hands and if they need to be optimized as well. Multiple users have be...
non_comp
optimize the default neos hands currently each of the default neos hands are tris each this has been shown to have a decent impact on rendering performance based on tests run by the jp community i am unsure if the neosbot avatar has the same hands and if they need to be optimized as well multiple users have been...
0
4,298
7,037,014,541
IssuesEvent
2017-12-28 12:20:00
xsc/lein-ancient
https://api.github.com/repos/xsc/lein-ancient
closed
Pinned com.amazonaws/aws-java-sdk-s3 is too ancient
compatibility
Make lein-ancient unusable on any project that uses aws-java-sdk-s3, which is plenty.
True
Pinned com.amazonaws/aws-java-sdk-s3 is too ancient - Make lein-ancient unusable on any project that uses aws-java-sdk-s3, which is plenty.
comp
pinned com amazonaws aws java sdk is too ancient make lein ancient unusable on any project that uses aws java sdk which is plenty
1
7,875
10,091,139,965
IssuesEvent
2019-07-26 13:34:30
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Only last component is shown, storyMissing is thrown for the rest
compatibility with other tools question / support
**Describe the bug** Storybook loads all components one by one (not all of them at once) and shows only the last one. **To Reproduce** Steps to reproduce the behavior: 1. Create components and stories for them. 2. Load them into Storybook, everything works fine. 3. Export the components with their stories files...
True
Only last component is shown, storyMissing is thrown for the rest - **Describe the bug** Storybook loads all components one by one (not all of them at once) and shows only the last one. **To Reproduce** Steps to reproduce the behavior: 1. Create components and stories for them. 2. Load them into Storybook, every...
comp
only last component is shown storymissing is thrown for the rest describe the bug storybook loads all components one by one not all of them at once and shows only the last one to reproduce steps to reproduce the behavior create components and stories for them load them into storybook every...
1
451,030
32,004,618,606
IssuesEvent
2023-09-21 14:11:09
bluecadet/launchpad
https://api.github.com/repos/bluecadet/launchpad
reopened
Move detailed docs to vitepress
documentation
Discussed in #116 - Move detailed docs to vitepress, build to github pages - re-implement autogenerated docs from JSDoc comments (broken by #118)
1.0
Move detailed docs to vitepress - Discussed in #116 - Move detailed docs to vitepress, build to github pages - re-implement autogenerated docs from JSDoc comments (broken by #118)
non_comp
move detailed docs to vitepress discussed in move detailed docs to vitepress build to github pages re implement autogenerated docs from jsdoc comments broken by
0
410,681
11,995,343,517
IssuesEvent
2020-04-08 15:04:12
bastienrobert/la-ferme
https://api.github.com/repos/bastienrobert/la-ferme
closed
En tant qu'utilisateur, je veux pouvoir créer une nouvelle partie
enhancement package: server priority:high
**Description** Si personne n'est connecté à la room et que la game précédente à été gagnée (ou abandonnée), je veux pouvoir créer une nouvelle partie automatiquement. **Plus de détails** https://whimsical.com/HxytGDGT2bbVV6CkBdweU9
1.0
En tant qu'utilisateur, je veux pouvoir créer une nouvelle partie - **Description** Si personne n'est connecté à la room et que la game précédente à été gagnée (ou abandonnée), je veux pouvoir créer une nouvelle partie automatiquement. **Plus de détails** https://whimsical.com/HxytGDGT2bbVV6CkBdweU9
non_comp
en tant qu utilisateur je veux pouvoir créer une nouvelle partie description si personne n est connecté à la room et que la game précédente à été gagnée ou abandonnée je veux pouvoir créer une nouvelle partie automatiquement plus de détails
0
180,197
6,647,184,858
IssuesEvent
2017-09-28 02:17:01
apache/incubator-openwhisk-wskdeploy
https://api.github.com/repos/apache/incubator-openwhisk-wskdeploy
closed
[WIP] Add verify command.
enhancement priority: low
Add a verify command which would read the manifest and deployment files, then check to see what is already installed in OpenWhisk. This is a derivative of https://github.com/openwhisk/openwhisk-wskdeploy/issues/93
1.0
[WIP] Add verify command. - Add a verify command which would read the manifest and deployment files, then check to see what is already installed in OpenWhisk. This is a derivative of https://github.com/openwhisk/openwhisk-wskdeploy/issues/93
non_comp
add verify command add a verify command which would read the manifest and deployment files then check to see what is already installed in openwhisk this is a derivative of
0
8,568
10,559,705,453
IssuesEvent
2019-10-04 12:17:10
bernicecpz/Kumite-Scoring-Board
https://api.github.com/repos/bernicecpz/Kumite-Scoring-Board
closed
Keycode 187 (+/=) is inconsistent across browsers
browser incompatibility bug
**Describe the bug** In the application, `+/=` is used to increment the timer by 30 seconds. This is implemented as the key code 187 in the application JavaScript. However, this key code is not consistent across browsers, [particularly Firefox](http://www.javascripter.net/faq/keycodes.htm): <img width="461" alt="im...
True
Keycode 187 (+/=) is inconsistent across browsers - **Describe the bug** In the application, `+/=` is used to increment the timer by 30 seconds. This is implemented as the key code 187 in the application JavaScript. However, this key code is not consistent across browsers, [particularly Firefox](http://www.javascripte...
comp
keycode is inconsistent across browsers describe the bug in the application is used to increment the timer by seconds this is implemented as the key code in the application javascript however this key code is not consistent across browsers img width alt image src to ...
1
28,405
5,253,497,144
IssuesEvent
2017-02-02 09:48:58
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Fragile Test: PartitionServiceBeanDTOTest testJMXStatsWithPublicAdressHostName
Team: Integration Type: Defect
the test assumes a working internet connection and a DNS resolver. It fails when either is unavailable. ``` Failed com.hazelcast.internal.management.PartitionServiceBeanDTOTest.testJMXStatsWithPublicAdressHostName Failing for the past 1 build (Since Failed#6883 ) Took 40 sec. Error Message java.net.Unknown...
1.0
Fragile Test: PartitionServiceBeanDTOTest testJMXStatsWithPublicAdressHostName - the test assumes a working internet connection and a DNS resolver. It fails when either is unavailable. ``` Failed com.hazelcast.internal.management.PartitionServiceBeanDTOTest.testJMXStatsWithPublicAdressHostName Failing for the p...
non_comp
fragile test partitionservicebeandtotest testjmxstatswithpublicadresshostname the test assumes a working internet connection and a dns resolver it fails when either is unavailable failed com hazelcast internal management partitionservicebeandtotest testjmxstatswithpublicadresshostname failing for the p...
0
12,108
14,274,350,088
IssuesEvent
2020-11-22 03:20:34
cobalt-org/liquid-rust
https://api.github.com/repos/cobalt-org/liquid-rust
closed
Suport variable passing for include
enhancement good first issue std-compatibility
~~Depends on #275~~ Resources - [Relevant tests](https://github.com/cobalt-org/liquid-rust/blob/66607e980263d9e704fb34a789e9146124e5629e/tests/conformance_ruby/tags/include_tag_test.rs) (did I tag the 237 when I meant 310?) - [Rust code](https://github.com/cobalt-org/liquid-rust/blob/master/crates/lib/src/stdlib...
True
Suport variable passing for include - ~~Depends on #275~~ Resources - [Relevant tests](https://github.com/cobalt-org/liquid-rust/blob/66607e980263d9e704fb34a789e9146124e5629e/tests/conformance_ruby/tags/include_tag_test.rs) (did I tag the 237 when I meant 310?) - [Rust code](https://github.com/cobalt-org/liquid-...
comp
suport variable passing for include depends on resources did i tag the when i meant
1
20,377
30,050,949,930
IssuesEvent
2023-06-28 00:19:34
apache/druid
https://api.github.com/repos/apache/druid
closed
Store bitmap sizes along with bitmaps in the segment format
Incompatible Improvement Area - Segment Format and Ser/De stale
Absence of precomputed bitmap sizes makes implementation of features like #3878 and #3848 much less effective than it could be.
True
Store bitmap sizes along with bitmaps in the segment format - Absence of precomputed bitmap sizes makes implementation of features like #3878 and #3848 much less effective than it could be.
comp
store bitmap sizes along with bitmaps in the segment format absence of precomputed bitmap sizes makes implementation of features like and much less effective than it could be
1
13,306
15,701,015,914
IssuesEvent
2021-03-26 10:36:51
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
content_width and new block widths
Backwards Compatibility Customization [Type] Task
<!-- BEFORE POSTING YOUR ISSUE: - These comments won't show up when you submit the issue. - Try to add as much detail as possible. Be specific! - Please add the version of Gutenberg you are using in the description. - If you're requesting a new feature, explain why you'd like it to be added. - Search this reposit...
True
content_width and new block widths - <!-- BEFORE POSTING YOUR ISSUE: - These comments won't show up when you submit the issue. - Try to add as much detail as possible. Be specific! - Please add the version of Gutenberg you are using in the description. - If you're requesting a new feature, explain why you'd like i...
comp
content width and new block widths before posting your issue these comments won t show up when you submit the issue try to add as much detail as possible be specific please add the version of gutenberg you are using in the description if you re requesting a new feature explain why you d like i...
1
9,281
11,296,501,551
IssuesEvent
2020-01-17 02:05:29
ballerina-platform/ballerina-spec
https://api.github.com/repos/ballerina-platform/ballerina-spec
closed
Unicode escape syntax
incompatible lang
JavaScript at some point added `\u{CodePoint}` syntax in string literals. Ballerina unfortunately has a slightly different, incompatible syntax`\u[CodePoint]`. Is it worth trying to transition to align with JavaScript?
True
Unicode escape syntax - JavaScript at some point added `\u{CodePoint}` syntax in string literals. Ballerina unfortunately has a slightly different, incompatible syntax`\u[CodePoint]`. Is it worth trying to transition to align with JavaScript?
comp
unicode escape syntax javascript at some point added u codepoint syntax in string literals ballerina unfortunately has a slightly different incompatible syntax u is it worth trying to transition to align with javascript
1
14,805
18,244,733,823
IssuesEvent
2021-10-01 16:50:15
zellij-org/zellij
https://api.github.com/repos/zellij-org/zellij
closed
scrolling when text updates
bug help wanted compatibility
running mpv in audio-only mode led me to discover that if I scroll, the text update happens in the last >visual< line, not the actual last line as one expects it to happen I imagine this would happen with any application that updates the terminal while one scrolls so I tested it with a bash for loop printing and ...
True
scrolling when text updates - running mpv in audio-only mode led me to discover that if I scroll, the text update happens in the last >visual< line, not the actual last line as one expects it to happen I imagine this would happen with any application that updates the terminal while one scrolls so I tested it with...
comp
scrolling when text updates running mpv in audio only mode led me to discover that if i scroll the text update happens in the last visual line not the actual last line as one expects it to happen i imagine this would happen with any application that updates the terminal while one scrolls so i tested it with...
1
16,465
22,291,558,274
IssuesEvent
2022-06-12 12:47:23
lieser/dkim_verifier
https://api.github.com/repos/lieser/dkim_verifier
closed
Errors after TB upgrade to 102.0b2 (64-bit) Win10
bug duplicate compatibility
After TB upgrade to 102.0b2 (64-bit) Win10 version, DKIM verifier 4.1.1 no longer working.. Errors: ``` Uncaught Error: Could not find the DkimFavicon element get jar:file:///C:/Users/xxx/AppData/Roaming/Thunderbird/Profiles/default/extensions/dkim_verifier@pl.xpi!/experiments/dkimHeader.js:613 reset jar:...
True
Errors after TB upgrade to 102.0b2 (64-bit) Win10 - After TB upgrade to 102.0b2 (64-bit) Win10 version, DKIM verifier 4.1.1 no longer working.. Errors: ``` Uncaught Error: Could not find the DkimFavicon element get jar:file:///C:/Users/xxx/AppData/Roaming/Thunderbird/Profiles/default/extensions/dkim_verifier@p...
comp
errors after tb upgrade to bit after tb upgrade to bit version dkim verifier no longer working errors uncaught error could not find the dkimfavicon element get jar file c users xxx appdata roaming thunderbird profiles default extensions dkim verifier pl xpi experiments...
1
129,009
17,662,518,375
IssuesEvent
2021-08-21 20:10:47
mwilber/exobits
https://api.github.com/repos/mwilber/exobits
closed
Processing Messaging Enhancements
design
Needs styling. Add some warning about the length of time it takes. Add a spinner.
1.0
Processing Messaging Enhancements - Needs styling. Add some warning about the length of time it takes. Add a spinner.
non_comp
processing messaging enhancements needs styling add some warning about the length of time it takes add a spinner
0
7,842
10,061,259,230
IssuesEvent
2019-07-22 20:52:52
AOCAWOL/BiomesYouGo
https://api.github.com/repos/AOCAWOL/BiomesYouGo
opened
Ore Dictionary Support
Compatibility Feature
Mcreator 1.9.1 will feature Ore Dictionary Support thus will come into update 1.6.9 most likely (Could happen for 1.6.8)
True
Ore Dictionary Support - Mcreator 1.9.1 will feature Ore Dictionary Support thus will come into update 1.6.9 most likely (Could happen for 1.6.8)
comp
ore dictionary support mcreator will feature ore dictionary support thus will come into update most likely could happen for
1
2,016
4,751,137,176
IssuesEvent
2016-10-22 18:25:39
RiskyKen/Armourers-Workshop
https://api.github.com/repos/RiskyKen/Armourers-Workshop
closed
Bug - Player's Model Render Error
bug compatibility
I was with my friend lots of fun with your mod on our private server and we use our private modpack that combines the element of what they used to in the past most loved modpack (if it is necessary, I can give you a list of used mods). And most of the time everything worked without problems. Our server world already ...
True
Bug - Player's Model Render Error - I was with my friend lots of fun with your mod on our private server and we use our private modpack that combines the element of what they used to in the past most loved modpack (if it is necessary, I can give you a list of used mods). And most of the time everything worked without...
comp
bug player s model render error i was with my friend lots of fun with your mod on our private server and we use our private modpack that combines the element of what they used to in the past most loved modpack if it is necessary i can give you a list of used mods and most of the time everything worked without...
1
19,101
26,528,962,200
IssuesEvent
2023-01-19 10:56:41
Automattic/woocommerce-subscriptions-core
https://api.github.com/repos/Automattic/woocommerce-subscriptions-core
closed
Replace DB query in `WCS_Admin_System_Status::get_subscriptions_by_gateway()` to support HPOS
type: bug compatibility: HPOS category: projects
## Describe the bug <!-- A clear and concise description of what the bug is. Please be as descriptive as possible, and include screenshots to illustrate. --> The `WCS_Admin_System_Status::get_subscriptions_by_gateway()` function uses a call to `$wpdb->get_results(` that will not work with HPOS-enabled stores. Th...
True
Replace DB query in `WCS_Admin_System_Status::get_subscriptions_by_gateway()` to support HPOS - ## Describe the bug <!-- A clear and concise description of what the bug is. Please be as descriptive as possible, and include screenshots to illustrate. --> The `WCS_Admin_System_Status::get_subscriptions_by_gateway()` ...
comp
replace db query in wcs admin system status get subscriptions by gateway to support hpos describe the bug the wcs admin system status get subscriptions by gateway function uses a call to wpdb get results that will not work with hpos enabled stores this results in incorrect missing results ...
1
4,603
7,239,413,815
IssuesEvent
2018-02-13 17:24:45
ryanisaacg/quicksilver
https://api.github.com/repos/ryanisaacg/quicksilver
closed
Universal input API
api-compatible-change enhance-feature
Such an API would be able to allow the application to poll for (future) gamepad, mouse, and keyboard events with a single function call.
True
Universal input API - Such an API would be able to allow the application to poll for (future) gamepad, mouse, and keyboard events with a single function call.
comp
universal input api such an api would be able to allow the application to poll for future gamepad mouse and keyboard events with a single function call
1
437,793
12,602,615,021
IssuesEvent
2020-06-11 12:03:51
AbsaOSS/enceladus
https://api.github.com/repos/AbsaOSS/enceladus
closed
Add support for Binary Type
Conformance Standardization feature priority: undecided under discussion
## Background `BinaryType` is a basic Spark type. ## Feature Add support for this type both to **Standardization** and **Conformance**.
1.0
Add support for Binary Type - ## Background `BinaryType` is a basic Spark type. ## Feature Add support for this type both to **Standardization** and **Conformance**.
non_comp
add support for binary type background binarytype is a basic spark type feature add support for this type both to standardization and conformance
0
2,826
5,630,023,191
IssuesEvent
2017-04-05 11:02:54
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Can't download media content in Viber
Compatibility
Impossible to download media in Viber - infinite downloading sign. Android beta version 2.8.76. Issue remains the same after update to 2.9.17. Could be solved via turning off HTTPS filtering. First complaint - user 1521993.
True
Can't download media content in Viber - Impossible to download media in Viber - infinite downloading sign. Android beta version 2.8.76. Issue remains the same after update to 2.9.17. Could be solved via turning off HTTPS filtering. First complaint - user 1521993.
comp
can t download media content in viber impossible to download media in viber infinite downloading sign android beta version issue remains the same after update to could be solved via turning off https filtering first complaint user
1
11,582
13,629,961,698
IssuesEvent
2020-09-24 15:47:18
Geolykt/EnchantmentsPlus
https://api.github.com/repos/Geolykt/EnchantmentsPlus
closed
Check VeinMiner compatibillity
compatibility:plugins
Due to the nature of the plugin, I can expect that the plugin would be used in the same environment as this one, as such It's recommended to test whether both plugin can coexist, in essence we should test on how zenchantments such as Fire or Shred act with the plugin. Checked (and compatible) enchantments: - [x] Fir...
True
Check VeinMiner compatibillity - Due to the nature of the plugin, I can expect that the plugin would be used in the same environment as this one, as such It's recommended to test whether both plugin can coexist, in essence we should test on how zenchantments such as Fire or Shred act with the plugin. Checked (and com...
comp
check veinminer compatibillity due to the nature of the plugin i can expect that the plugin would be used in the same environment as this one as such it s recommended to test whether both plugin can coexist in essence we should test on how zenchantments such as fire or shred act with the plugin checked and com...
1
4,621
7,261,208,802
IssuesEvent
2018-02-18 18:30:26
quanteda/quanteda
https://api.github.com/repos/quanteda/quanteda
closed
Consider decreasing newness of R version dependency
compatibility
See https://ateucher.shinyapps.io/check_r_versions_of_package_dependencies/ Looks like if we drop **tm** and **slam** from Suggests: then we can make quanteda compatible with older R versions. @conjugateprior will like this one.
True
Consider decreasing newness of R version dependency - See https://ateucher.shinyapps.io/check_r_versions_of_package_dependencies/ Looks like if we drop **tm** and **slam** from Suggests: then we can make quanteda compatible with older R versions. @conjugateprior will like this one.
comp
consider decreasing newness of r version dependency see looks like if we drop tm and slam from suggests then we can make quanteda compatible with older r versions conjugateprior will like this one
1
668,681
22,594,127,063
IssuesEvent
2022-06-28 23:40:25
codefortulsa/website
https://api.github.com/repos/codefortulsa/website
closed
Update Readme
priority:High
It's a good start. Some items about the tech and status should be updated soon as progress happens / decisions are made.
1.0
Update Readme - It's a good start. Some items about the tech and status should be updated soon as progress happens / decisions are made.
non_comp
update readme it s a good start some items about the tech and status should be updated soon as progress happens decisions are made
0
99,220
20,918,916,071
IssuesEvent
2022-03-24 15:38:14
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
[Unstable] Group names not appearing
Bug Code
- [x] I have searched the issue tracker to check if the issue has already been reported. **Description** Group names appear invisible on the "Send selection to group..." dropdown in the sub editor right-click context menu. **Steps To Reproduce** 1. Open sub editor 2. Make a new group with any name 3. Place an...
1.0
[Unstable] Group names not appearing - - [x] I have searched the issue tracker to check if the issue has already been reported. **Description** Group names appear invisible on the "Send selection to group..." dropdown in the sub editor right-click context menu. **Steps To Reproduce** 1. Open sub editor 2. Make...
non_comp
group names not appearing i have searched the issue tracker to check if the issue has already been reported description group names appear invisible on the send selection to group dropdown in the sub editor right click context menu steps to reproduce open sub editor make a new grou...
0
11,360
13,305,089,574
IssuesEvent
2020-08-25 17:58:36
elementor/elementor
https://api.github.com/repos/elementor/elementor
closed
Remove rest_error_handler
bug compatibility status/has_pr
<!-- ## BEFORE POSTING YOUR ISSUE - Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor - For help and support from the Elementor community, see: https:...
True
Remove rest_error_handler - <!-- ## BEFORE POSTING YOUR ISSUE - Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor - For help and support from the Elem...
comp
remove rest error handler before posting your issue please create github issues only for bugs and feature requests github issues are not for support if you have questions or need general support please use for help and support from the elementor community see to read more abo...
1
28,847
8,214,348,773
IssuesEvent
2018-09-04 22:54:27
angular/devkit
https://api.github.com/repos/angular/devkit
closed
Purify doesn't work with NgModuleFactory in non-webpack environment
comp: angular-devkit/build-optimizer type: feature
Relates to https://github.com/angular/material2/issues/4137 . Currently purify plugin only supports hard-coded webpack regex in https://github.com/angular/devkit/blob/master/packages/angular_devkit/build_optimizer/src/purify/purify.ts#L52-L60, and it cannot work with any non-webpack tools. Since it's too obvious ...
1.0
Purify doesn't work with NgModuleFactory in non-webpack environment - Relates to https://github.com/angular/material2/issues/4137 . Currently purify plugin only supports hard-coded webpack regex in https://github.com/angular/devkit/blob/master/packages/angular_devkit/build_optimizer/src/purify/purify.ts#L52-L60, and...
non_comp
purify doesn t work with ngmodulefactory in non webpack environment relates to currently purify plugin only supports hard coded webpack regex in and it cannot work with any non webpack tools since it s too obvious i don t think there re any needs for a repo of reproduction example input javasc...
0
72,794
8,781,034,079
IssuesEvent
2018-12-19 19:10:26
publiclab/plots2
https://api.github.com/repos/publiclab/plots2
closed
Improper css formatting of 'Ask a question' suggestions
bug design
**Problem:** The suggestions appear to be out of the parent element. I think this is a responsiveness issue, because on adjusting the width of the viewport, the issue ceases to exist. ![screenshot from 2018-12-15 03-56-12](https://user-images.githubusercontent.com/33557095/50033185-70523c80-001d-11e9-9604-170a5bec9f...
1.0
Improper css formatting of 'Ask a question' suggestions - **Problem:** The suggestions appear to be out of the parent element. I think this is a responsiveness issue, because on adjusting the width of the viewport, the issue ceases to exist. ![screenshot from 2018-12-15 03-56-12](https://user-images.githubuserconten...
non_comp
improper css formatting of ask a question suggestions problem the suggestions appear to be out of the parent element i think this is a responsiveness issue because on adjusting the width of the viewport the issue ceases to exist fix i think removing the width attribute entirely fr...
0
612,546
19,024,968,094
IssuesEvent
2021-11-24 01:31:29
CanberraOceanRacingClub/namadgi3
https://api.github.com/repos/CanberraOceanRacingClub/namadgi3
reopened
Replace hinges on locker door in fwd stb cabin
priority 2: Medium
These hinges were removed to repair under sink door in the galley. Door is stored under the bunk. See issue #342 for hinge and fixture details @delcosta will be interested
1.0
Replace hinges on locker door in fwd stb cabin - These hinges were removed to repair under sink door in the galley. Door is stored under the bunk. See issue #342 for hinge and fixture details @delcosta will be interested
non_comp
replace hinges on locker door in fwd stb cabin these hinges were removed to repair under sink door in the galley door is stored under the bunk see issue for hinge and fixture details delcosta will be interested
0
162
2,639,412,461
IssuesEvent
2015-03-11 01:20:47
ploneintranet/ploneintranet.theme
https://api.github.com/repos/ploneintranet/ploneintranet.theme
closed
Cannot interact with modals in IE < 11
browser compatibility bug help wanted question ready for merge
Due to dumb IE z-index implementation you cannot interact with the login modal (or any modal) in IE (at least IE10 and IE9). This is due to https://github.com/ploneintranet/ploneintranet.theme/blob/master/prototype/_sass/libraries/patterns/components/_modal.scss#L103 ``` &:before { position: absolute; ...
True
Cannot interact with modals in IE < 11 - Due to dumb IE z-index implementation you cannot interact with the login modal (or any modal) in IE (at least IE10 and IE9). This is due to https://github.com/ploneintranet/ploneintranet.theme/blob/master/prototype/_sass/libraries/patterns/components/_modal.scss#L103 ``` ...
comp
cannot interact with modals in ie due to dumb ie z index implementation you cannot interact with the login modal or any modal in ie at least and this is due to before position absolute top left right bottom content display b...
1
5,762
8,213,017,839
IssuesEvent
2018-09-04 18:11:38
globus/globus-sdk-python
https://api.github.com/repos/globus/globus-sdk-python
closed
Provide wheels
feature request maintenance portability/compatiblity
It would be nice to have wheels on PyPI (see https://pythonwheels.com/ ), instead (or in addition) to eggs.
True
Provide wheels - It would be nice to have wheels on PyPI (see https://pythonwheels.com/ ), instead (or in addition) to eggs.
comp
provide wheels it would be nice to have wheels on pypi see instead or in addition to eggs
1
16,059
21,333,916,966
IssuesEvent
2022-04-18 12:17:19
wordpress-mobile/WordPress-iOS
https://api.github.com/repos/wordpress-mobile/WordPress-iOS
closed
Comments do not render correctly
[Type] Enhancement Comments Gutenberg compatibility [Status] Stale
All the rendered comments have issues due to the use of `WPRichContentView`. With the list of blocks increasing, we changed the Reader to use a WebView but the comments were not included in this change. We need to assess how we can make the web views available for the comments in a reliable way.
True
Comments do not render correctly - All the rendered comments have issues due to the use of `WPRichContentView`. With the list of blocks increasing, we changed the Reader to use a WebView but the comments were not included in this change. We need to assess how we can make the web views available for the comments i...
comp
comments do not render correctly all the rendered comments have issues due to the use of wprichcontentview with the list of blocks increasing we changed the reader to use a webview but the comments were not included in this change we need to assess how we can make the web views available for the comments i...
1
23,061
3,756,128,551
IssuesEvent
2016-03-13 04:20:35
StarsOCV/eve-tf2hud
https://api.github.com/repos/StarsOCV/eve-tf2hud
closed
servers names and health status bar are mixed
auto-migrated OpSys-All Priority-Low Type-Defect
``` well they are both still readable, but it's really distracting to have the name of the server that partially goes above your health number indicator, or the bar that show the name of your disguise... ``` Original issue reported on code.google.com by `zak.de...@yahoo.it` on 19 Jan 2013 at 10:47
1.0
servers names and health status bar are mixed - ``` well they are both still readable, but it's really distracting to have the name of the server that partially goes above your health number indicator, or the bar that show the name of your disguise... ``` Original issue reported on code.google.com by `zak.de...@yaho...
non_comp
servers names and health status bar are mixed well they are both still readable but it s really distracting to have the name of the server that partially goes above your health number indicator or the bar that show the name of your disguise original issue reported on code google com by zak de yaho...
0
150,869
13,383,652,551
IssuesEvent
2020-09-02 10:40:59
tducasse/go-instabot
https://api.github.com/repos/tducasse/go-instabot
closed
Write documentation for inline environment variables
Hacktoberfest documentation help wanted
We need to add the documentation related to #10
1.0
Write documentation for inline environment variables - We need to add the documentation related to #10
non_comp
write documentation for inline environment variables we need to add the documentation related to
0
3,537
6,493,031,280
IssuesEvent
2017-08-21 15:27:27
Cxbx-Reloaded/Cxbx-Reloaded
https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded
closed
Zapper - One Wicked Cricket - stucked on the first intro
game-compatibility
Zapper - One Wicked Cricket - stucked on the first intro ![screenshot_1](https://cloud.githubusercontent.com/assets/25540784/24327009/fdb4977a-11ff-11e7-9fc5-6f94292729c9.png) KrnlDebug.txt reaches about 151 mb [Xbe.txt](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/files/870452/Xbe.txt) But in version 0.0.1 P...
True
Zapper - One Wicked Cricket - stucked on the first intro - Zapper - One Wicked Cricket - stucked on the first intro ![screenshot_1](https://cloud.githubusercontent.com/assets/25540784/24327009/fdb4977a-11ff-11e7-9fc5-6f94292729c9.png) KrnlDebug.txt reaches about 151 mb [Xbe.txt](https://github.com/Cxbx-Reloaded/Cx...
comp
zapper one wicked cricket stucked on the first intro zapper one wicked cricket stucked on the first intro krnldebug txt reaches about mb but in version poc the game reached more even the menu once but i have not more reach the menu strange
1
9,106
11,150,128,812
IssuesEvent
2019-12-23 21:17:03
bcoin-org/bcoin
https://api.github.com/repos/bcoin-org/bcoin
closed
getblock RPC returns confirmations when not in main chain
compatibility has PR quick rpc
The `getblock` node RPC is useful to learn if a block is in the main chain. From the `bitcoind` documentation: ``` "confirmations" : n, (numeric) The number of confirmations, or -1 if the block is not on the main chain ``` https://bitcoincore.org/en/doc/0.19.0/rpc/blockchain/getbloc...
True
getblock RPC returns confirmations when not in main chain - The `getblock` node RPC is useful to learn if a block is in the main chain. From the `bitcoind` documentation: ``` "confirmations" : n, (numeric) The number of confirmations, or -1 if the block is not on the main chain ``` ...
comp
getblock rpc returns confirmations when not in main chain the getblock node rpc is useful to learn if a block is in the main chain from the bitcoind documentation confirmations n numeric the number of confirmations or if the block is not on the main chain ...
1
8,100
10,220,133,420
IssuesEvent
2019-08-15 20:28:58
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
opened
incompatible_disallow_dict_lookup_unhashable_keys
incompatible-change migration-0.29 team-Starlark
When the flag is set to true, dict key lookups using `in` or `dict.get` will fail with unhashable types (instead of returning False). e.g. ```python [] in dict() # will fail ```
True
incompatible_disallow_dict_lookup_unhashable_keys - When the flag is set to true, dict key lookups using `in` or `dict.get` will fail with unhashable types (instead of returning False). e.g. ```python [] in dict() # will fail ```
comp
incompatible disallow dict lookup unhashable keys when the flag is set to true dict key lookups using in or dict get will fail with unhashable types instead of returning false e g python in dict will fail
1
12,279
14,518,666,534
IssuesEvent
2020-12-14 00:31:30
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Materialized Views Regression Upgrading from 19.9.2.4 to 20.3.18.10
backward compatibility
Hey friends! We just noticed a regression in stacked materialized views upgrading from 19.9.2.4 to 20.3.18.10. https://gist.githubusercontent.com/abraithwaite/1e0aa2f22991421a584977c17d1f9cfa/raw/8893b9bb9b9fc12ed4237acb41f2f639a3d9e094/reproduction.sql The proceeding queries when run on 19.9.2.4 successfully po...
True
Materialized Views Regression Upgrading from 19.9.2.4 to 20.3.18.10 - Hey friends! We just noticed a regression in stacked materialized views upgrading from 19.9.2.4 to 20.3.18.10. https://gist.githubusercontent.com/abraithwaite/1e0aa2f22991421a584977c17d1f9cfa/raw/8893b9bb9b9fc12ed4237acb41f2f639a3d9e094/reproduct...
comp
materialized views regression upgrading from to hey friends we just noticed a regression in stacked materialized views upgrading from to the proceeding queries when run on successfully populate the top hourly materialized view whereas on they do not popul...
1
16,318
21,942,868,368
IssuesEvent
2022-05-23 20:07:35
Gilded-Games/The-Aether
https://api.github.com/repos/Gilded-Games/The-Aether
closed
Feature: Immersive Portals compatibility
type/compatibility type/feature version/1.19
It'd be expected that aether portals would use the fancy rendering nether/end portals use when the mod is installed and that is enabled, but it still uses the conventional old portal style: ![2021-04-16_00 45 37](https://user-images.githubusercontent.com/52297970/114951894-2972ec80-9e4d-11eb-9c40-49d407b05c99.png)
True
Feature: Immersive Portals compatibility - It'd be expected that aether portals would use the fancy rendering nether/end portals use when the mod is installed and that is enabled, but it still uses the conventional old portal style: ![2021-04-16_00 45 37](https://user-images.githubusercontent.com/52297970/114951894-...
comp
feature immersive portals compatibility it d be expected that aether portals would use the fancy rendering nether end portals use when the mod is installed and that is enabled but it still uses the conventional old portal style
1
140,342
31,898,684,027
IssuesEvent
2023-09-18 05:47:57
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
ilds 1.0.1 has 2 GuardDog issues
guarddog code-execution
https://pypi.org/project/ilds https://inspector.pypi.io/project/ilds ```{ "dependency": "ilds", "version": "1.0.1", "result": { "issues": 2, "errors": {}, "results": { "code-execution": [ { "location": "ilds-1.0.1/setup.py:78", "code": " os.system('rmdir /S/Q build...
1.0
ilds 1.0.1 has 2 GuardDog issues - https://pypi.org/project/ilds https://inspector.pypi.io/project/ilds ```{ "dependency": "ilds", "version": "1.0.1", "result": { "issues": 2, "errors": {}, "results": { "code-execution": [ { "location": "ilds-1.0.1/setup.py:78", "code...
non_comp
ilds has guarddog issues dependency ilds version result issues errors results code execution location ilds setup py code os system rmdir s q build message this...
0
218,825
24,402,839,263
IssuesEvent
2022-10-05 04:06:16
npenin/akala
https://api.github.com/repos/npenin/akala
closed
CVE-2021-37712 (High) detected in tar-6.1.2.tgz, tar-6.1.0.tgz - autoclosed
security vulnerability
## CVE-2021-37712 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-6.1.2.tgz</b>, <b>tar-6.1.0.tgz</b></p></summary> <p> <details><summary><b>tar-6.1.2.tgz</b></p></summary> <p>t...
True
CVE-2021-37712 (High) detected in tar-6.1.2.tgz, tar-6.1.0.tgz - autoclosed - ## CVE-2021-37712 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-6.1.2.tgz</b>, <b>tar-6.1.0.tgz</b>...
non_comp
cve high detected in tar tgz tar tgz autoclosed cve high severity vulnerability vulnerable libraries tar tgz tar tgz tar tgz tar for node library home page a href dependency hierarchy akala semantic release tgz root library...
0
14,613
17,794,430,134
IssuesEvent
2021-08-31 20:09:51
jorgecarleitao/arrow2
https://api.github.com/repos/jorgecarleitao/arrow2
closed
`MonthDayNano` added to enum `IntervalUnit`
backwards-incompatible
This is backwards incompatible and results of the new implementation merged on https://github.com/apache/arrow/pull/10177/
True
`MonthDayNano` added to enum `IntervalUnit` - This is backwards incompatible and results of the new implementation merged on https://github.com/apache/arrow/pull/10177/
comp
monthdaynano added to enum intervalunit this is backwards incompatible and results of the new implementation merged on
1
306,579
9,396,859,158
IssuesEvent
2019-04-08 08:21:08
level73/membernet
https://api.github.com/repos/level73/membernet
closed
When registering a member contact in FindMe the organization bar doesn't show up.
Platform: FindMe Priority: Critical Status: Complete Type: Bug
![Ca1pture](https://user-images.githubusercontent.com/48788375/55553706-334faa00-56e1-11e9-90da-7c2ae63e5e10.PNG) Instead it shows a loading sign.
1.0
When registering a member contact in FindMe the organization bar doesn't show up. - ![Ca1pture](https://user-images.githubusercontent.com/48788375/55553706-334faa00-56e1-11e9-90da-7c2ae63e5e10.PNG) Instead it shows a loading sign.
non_comp
when registering a member contact in findme the organization bar doesn t show up instead it shows a loading sign
0
54,355
13,312,252,144
IssuesEvent
2020-08-26 09:28:18
pwa-builder/PWABuilder
https://api.github.com/repos/pwa-builder/PWABuilder
closed
[Screen Readers - PWA Builder - PWA Builder Generate] : Name is not defined for "Next image/Previous image" button in Install PWA Builder Dialog Box
A11yCT A11yHighImpact A11yMAS Accessibility HCL- PWABuilder HCL-E+D MAS4.1.2 Severity2 bug :bug: fixed
**User Experience:** When standard controls from accessible technologies are not used and if the user interface elements are not used according to specification, Assistive Technologies (AT) will not be able to gather information about, activate(or set) and keep up to date on the status of user interface controls in th...
1.0
[Screen Readers - PWA Builder - PWA Builder Generate] : Name is not defined for "Next image/Previous image" button in Install PWA Builder Dialog Box - **User Experience:** When standard controls from accessible technologies are not used and if the user interface elements are not used according to specification, Assist...
non_comp
name is not defined for next image previous image button in install pwa builder dialog box user experience when standard controls from accessible technologies are not used and if the user interface elements are not used according to specification assistive technologies at will not be able to gather inf...
0
8,843
10,790,248,819
IssuesEvent
2019-11-05 14:17:52
odpi/egeria
https://api.github.com/repos/odpi/egeria
opened
Ensure that the OMRS code does not skip properties in instances that have come from a future release
backward-compatibility
The Jackson used by the OMRS code is configured to ignore properties it does not understand. This means that if an entity from a future release is sent via an event to a back-level OMRS server then any additional header fields are ignored. This is good up to a point - certainly better than raising an error. The OM...
True
Ensure that the OMRS code does not skip properties in instances that have come from a future release - The Jackson used by the OMRS code is configured to ignore properties it does not understand. This means that if an entity from a future release is sent via an event to a back-level OMRS server then any additional hea...
comp
ensure that the omrs code does not skip properties in instances that have come from a future release the jackson used by the omrs code is configured to ignore properties it does not understand this means that if an entity from a future release is sent via an event to a back level omrs server then any additional hea...
1