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
11,793
5,089,305,954
IssuesEvent
2017-01-01 14:19:54
TNG/JGiven
https://api.github.com/repos/TNG/JGiven
closed
Extract HTML 5 Report into separate project
build HTML Report
In order to make it easier to develop the HTML report independently of JGiven, it would be useful to put the HTML report into its own project with a separate release cycle. JGiven should still provide a Java artifact with a version matching that of JGiven. As the HTML 5 report is a pure Javascript project, it would ma...
1.0
Extract HTML 5 Report into separate project - In order to make it easier to develop the HTML report independently of JGiven, it would be useful to put the HTML report into its own project with a separate release cycle. JGiven should still provide a Java artifact with a version matching that of JGiven. As the HTML 5 re...
non_comp
extract html report into separate project in order to make it easier to develop the html report independently of jgiven it would be useful to put the html report into its own project with a separate release cycle jgiven should still provide a java artifact with a version matching that of jgiven as the html re...
0
16,056
21,330,154,167
IssuesEvent
2022-04-18 07:11:12
Codeinwp/neve
https://api.github.com/repos/Codeinwp/neve
closed
Compatibility issue with currency converter plugins
bug 3rd-party-compatibilities
### Description: <!-- Describe the bug in a clear and concise way. --> It seems that there is a compatibility issue with some currency converter plugins due to the way the price from the cart page is handled. An user mentioned that the plugin authors advised to handle the get_price() function differently: “It’s be...
True
Compatibility issue with currency converter plugins - ### Description: <!-- Describe the bug in a clear and concise way. --> It seems that there is a compatibility issue with some currency converter plugins due to the way the price from the cart page is handled. An user mentioned that the plugin authors advised to ha...
comp
compatibility issue with currency converter plugins description it seems that there is a compatibility issue with some currency converter plugins due to the way the price from the cart page is handled an user mentioned that the plugin authors advised to handle the get price function differently “it’s ...
1
778,412
27,315,067,934
IssuesEvent
2023-02-24 15:06:16
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
closed
kms.snippets.snippets_test: test_verify_asymmetric_ec failed
priority: p1 type: bug api: cloudkms samples flakybot: issue flakybot: flaky
Note: #9065 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: b10835035d472efaf4e8eceaac8feaa6ad137cae buildURL: [Build Status](https://source.cloud.google.com/results/invocations/969f3e3a-ad34-4a99-870c-8017a1a82e77), [Sponge](http://sponge2/969f3e3a-ad34-4a99-...
1.0
kms.snippets.snippets_test: test_verify_asymmetric_ec failed - Note: #9065 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: b10835035d472efaf4e8eceaac8feaa6ad137cae buildURL: [Build Status](https://source.cloud.google.com/results/invocations/969f3e3a-ad34-4a99-...
non_comp
kms snippets snippets test test verify asymmetric ec failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output traceback most recent call last file workspace kms snippets snippets test py line...
0
67,585
12,977,464,482
IssuesEvent
2020-07-21 20:42:22
microsoft/AdaptiveCards
https://api.github.com/repos/microsoft/AdaptiveCards
closed
[JavaScript][Deregistering a property from the parser/render]
AdaptiveCards v20.07 CiscoWebEx-Integration Platform-HTML Request Status-In Code Review javascript
**What platform is your feature request related to?** * JavaScript **Is your feature request related to a problem? Please describe.** We would like to disable the functionality of unsupported properties on parser/render **Describe the solution you'd like** It would be great to have a way to `Deregister a p...
1.0
[JavaScript][Deregistering a property from the parser/render] - **What platform is your feature request related to?** * JavaScript **Is your feature request related to a problem? Please describe.** We would like to disable the functionality of unsupported properties on parser/render **Describe the solution ...
non_comp
what platform is your feature request related to javascript is your feature request related to a problem please describe we would like to disable the functionality of unsupported properties on parser render describe the solution you d like it would be great to have a way to deregiste...
0
4,458
7,126,613,631
IssuesEvent
2018-01-20 12:34:45
NightKosh/Gravestone-mod-Extended
https://api.github.com/repos/NightKosh/Gravestone-mod-Extended
closed
Crash when trying to get harvest speed of chisel
compatibility crash
My mod, Silent's Gems, adds some additional tooltips to other items like tools, displaying things like harvest speed. A user reported a crash involving your chisel item. Seems to be because the chisel's effectiveBlocks set is null. It should be an empty set instead. Original issue: https://github.com/SilentChaos512/...
True
Crash when trying to get harvest speed of chisel - My mod, Silent's Gems, adds some additional tooltips to other items like tools, displaying things like harvest speed. A user reported a crash involving your chisel item. Seems to be because the chisel's effectiveBlocks set is null. It should be an empty set instead. ...
comp
crash when trying to get harvest speed of chisel my mod silent s gems adds some additional tooltips to other items like tools displaying things like harvest speed a user reported a crash involving your chisel item seems to be because the chisel s effectiveblocks set is null it should be an empty set instead ...
1
19,050
26,477,065,479
IssuesEvent
2023-01-17 11:59:57
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Replace explicit slf4j dependency by JDK 9 System.Logger usage
T: Enhancement C: Functionality P: Medium T: Incompatible change E: All Editions
Starting with JDK 9, the JDK finally has its own facade to redirect logging calls to custom logger frameworks: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/System.Logger.html If we start using that in `JooqLogger`, then we can remove the slf4j dependency, allowing users to configure their ...
True
Replace explicit slf4j dependency by JDK 9 System.Logger usage - Starting with JDK 9, the JDK finally has its own facade to redirect logging calls to custom logger frameworks: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/System.Logger.html If we start using that in `JooqLogger`, then we ca...
comp
replace explicit dependency by jdk system logger usage starting with jdk the jdk finally has its own facade to redirect logging calls to custom logger frameworks if we start using that in jooqlogger then we can remove the dependency allowing users to configure their own system logger implementat...
1
10,954
12,968,750,925
IssuesEvent
2020-07-21 06:28:26
analogwp/analogwp-templates
https://api.github.com/repos/analogwp/analogwp-templates
closed
Get_plugins() call conflicts with other plugins having similar calls
Compatibility Type: Bug
## Issue So the problem is actually with this `get_plugins()` call it works fine when it has a fallback applied like so - ``` if ( ! function_exists( 'get_plugins' ) ) { require_once ABSPATH . 'wp-admin/includes/plugin.php'; } ``` But with plugins using `get_plugins()` call this triggers a conflict, although ...
True
Get_plugins() call conflicts with other plugins having similar calls - ## Issue So the problem is actually with this `get_plugins()` call it works fine when it has a fallback applied like so - ``` if ( ! function_exists( 'get_plugins' ) ) { require_once ABSPATH . 'wp-admin/includes/plugin.php'; } ``` But with...
comp
get plugins call conflicts with other plugins having similar calls issue so the problem is actually with this get plugins call it works fine when it has a fallback applied like so if function exists get plugins require once abspath wp admin includes plugin php but with...
1
1,885
4,539,805,959
IssuesEvent
2016-09-09 12:35:10
CindyJS/CindyJS
https://api.github.com/repos/CindyJS/CindyJS
opened
Image size for drawimage$2
Cinderella compat. discussion incompatible
The function `drawimage(‹pos›,‹name›)` behaves differently in Cinderella and CindyJS. In the former, the size of the image is computed with respect to the user coordinate system, so that zooming in to the construction will zoom into the image. The latter renders the image at its natural size, so that zooming (which is ...
True
Image size for drawimage$2 - The function `drawimage(‹pos›,‹name›)` behaves differently in Cinderella and CindyJS. In the former, the size of the image is computed with respect to the user coordinate system, so that zooming in to the construction will zoom into the image. The latter renders the image at its natural siz...
comp
image size for drawimage the function drawimage ‹pos› ‹name› behaves differently in cinderella and cindyjs in the former the size of the image is computed with respect to the user coordinate system so that zooming in to the construction will zoom into the image the latter renders the image at its natural siz...
1
28
2,509,405,041
IssuesEvent
2015-01-13 13:40:46
uqfoundation/dill
https://api.github.com/repos/uqfoundation/dill
opened
compatibility with pypy
compatibility
Looks like there are some compatibility issues with `dill` and `pypy`: see https://github.com/uqfoundation/pathos/issues/50. Apparently `ctypes` in `pypy` does not have a `CellType`… or at least this import fails: >>> import ctypes >>> ctypes.pythonapi.PyCell_New Traceback (most recent call last): Fil...
True
compatibility with pypy - Looks like there are some compatibility issues with `dill` and `pypy`: see https://github.com/uqfoundation/pathos/issues/50. Apparently `ctypes` in `pypy` does not have a `CellType`… or at least this import fails: >>> import ctypes >>> ctypes.pythonapi.PyCell_New Traceback (m...
comp
compatibility with pypy looks like there are some compatibility issues with dill and pypy see apparently ctypes in pypy does not have a celltype … or at least this import fails import ctypes ctypes pythonapi pycell new traceback most recent call last file line in...
1
4,544
7,192,342,387
IssuesEvent
2018-02-03 02:25:55
PrinceOfAmber/Cyclic
https://api.github.com/repos/PrinceOfAmber/Cyclic
closed
Add ZenScript crafttweaker integration for Hydrator Recipes
mod compatibility pending release suggestion: feature
As the title says. Allow zenscript files from https://minecraft.curseforge.com/projects/crafttweaker to affect recipes http://crafttweaker.readthedocs.io/en/latest/#Dev_Area/ZenAnnotations/Annotation_ZenMethod/ Once we get this plugin working, opens up ideas for future blocks too
True
Add ZenScript crafttweaker integration for Hydrator Recipes - As the title says. Allow zenscript files from https://minecraft.curseforge.com/projects/crafttweaker to affect recipes http://crafttweaker.readthedocs.io/en/latest/#Dev_Area/ZenAnnotations/Annotation_ZenMethod/ Once we get this plugin working, opens...
comp
add zenscript crafttweaker integration for hydrator recipes as the title says allow zenscript files from to affect recipes once we get this plugin working opens up ideas for future blocks too
1
16,149
21,632,449,121
IssuesEvent
2022-05-05 11:10:47
zwave-js/node-zwave-js
https://api.github.com/repos/zwave-js/node-zwave-js
closed
[bug] Qubino currentValue is overwritten by an intermediate value when dimming the device
device compatibility
**Checklist:** - [x] I am **not** using HomeAssistant. **Or:** a developer has told me to come here. - [x] I have checked the troubleshooting section and my problem is **not** described there. - [x] I have read the changelog problem was **not** mentioned there. Build/Run method - [ ] Docker - [ ] PKG - [x]...
True
[bug] Qubino currentValue is overwritten by an intermediate value when dimming the device - **Checklist:** - [x] I am **not** using HomeAssistant. **Or:** a developer has told me to come here. - [x] I have checked the troubleshooting section and my problem is **not** described there. - [x] I have read the changelo...
comp
qubino currentvalue is overwritten by an intermediate value when dimming the device checklist i am not using homeassistant or a developer has told me to come here i have checked the troubleshooting section and my problem is not described there i have read the changelog problem ...
1
3,579
6,495,589,948
IssuesEvent
2017-08-22 06:22:09
SpongePowered/SpongeForge
https://api.github.com/repos/SpongePowered/SpongeForge
closed
[1.11.2] GalactiCraft rocket dupe
type: mod bug type: mod-incompatibility
When placing a GalactiCraft's rocket in the launch pad, the itemstack will not be consumed: the rocket will be placed and will not be removed from your inventory. This allows infinite rocket duplication. **I am currently running...** Minecraft: 1.11.2 SpongeAPI: 6.1.0-SNAPSHOT-a15cc3e SpongeForge: 1.1...
True
[1.11.2] GalactiCraft rocket dupe - When placing a GalactiCraft's rocket in the launch pad, the itemstack will not be consumed: the rocket will be placed and will not be removed from your inventory. This allows infinite rocket duplication. **I am currently running...** Minecraft: 1.11.2 SpongeAPI: 6.1.0-SN...
comp
galacticraft rocket dupe when placing a galacticraft s rocket in the launch pad the itemstack will not be consumed the rocket will be placed and will not be removed from your inventory this allows infinite rocket duplication i am currently running minecraft spongeapi snapshot ...
1
580,820
17,267,683,820
IssuesEvent
2021-07-22 15:33:36
grpc/grpc
https://api.github.com/repos/grpc/grpc
opened
No source for Python xds-protos version 0.0.10
kind/bug priority/P2
<!-- PLEASE DO NOT POST A QUESTION HERE. This form is for bug reports and feature requests ONLY! For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc For questions that specifically need to be answered by gRPC t...
1.0
No source for Python xds-protos version 0.0.10 - <!-- PLEASE DO NOT POST A QUESTION HERE. This form is for bug reports and feature requests ONLY! For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc For question...
non_comp
no source for python xds protos version please do not post a question here this form is for bug reports and feature requests only for general questions and troubleshooting please ask look for answers at stackoverflow with grpc tag for questions that specifically need to be answered by grpc...
0
6,723
9,010,532,873
IssuesEvent
2019-02-05 12:17:55
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Blank meta box due to conflict with ACF and Shopkeeper Extender
compatibility support wait for update
### Please give us a description of what happened. When the _Advanced Custom Fields_ plugin and the [Shopkeeper Extender](https://github.com/getbowtied/shopkeeper-extender) plugins are active, the Yoast meta box appears blank on product pages. The browser's console shows the errors below. Disabling _ACF_ or _Shopkeepe...
True
Blank meta box due to conflict with ACF and Shopkeeper Extender - ### Please give us a description of what happened. When the _Advanced Custom Fields_ plugin and the [Shopkeeper Extender](https://github.com/getbowtied/shopkeeper-extender) plugins are active, the Yoast meta box appears blank on product pages. The brows...
comp
blank meta box due to conflict with acf and shopkeeper extender please give us a description of what happened when the advanced custom fields plugin and the plugins are active the yoast meta box appears blank on product pages the browser s console shows the errors below disabling acf or shopkeeper e...
1
84,839
16,564,986,019
IssuesEvent
2021-05-29 07:56:38
WarEmu/WarBugs
https://api.github.com/repos/WarEmu/WarBugs
closed
Eastern eggs not clickable even after killing Matriarch
Events High Priority Sourcecode World Object
after killing the Eastern Wyvern Matriarch the eggs are not clickable (next to March of Madness Fangbreaka keep) (killed him 3 times, the barier does not disappear either ) ![Issardx_043](https://user-images.githubusercontent.com/5678860/113424568-a8d5da00-93d0-11eb-826d-0dc463b4ee3e.jpg) ![Issardx_042](https://...
1.0
Eastern eggs not clickable even after killing Matriarch - after killing the Eastern Wyvern Matriarch the eggs are not clickable (next to March of Madness Fangbreaka keep) (killed him 3 times, the barier does not disappear either ) ![Issardx_043](https://user-images.githubusercontent.com/5678860/113424568-a8d5da00...
non_comp
eastern eggs not clickable even after killing matriarch after killing the eastern wyvern matriarch the eggs are not clickable next to march of madness fangbreaka keep killed him times the barier does not disappear either
0
13,315
15,709,315,830
IssuesEvent
2021-03-26 22:14:38
keymanapp/keyman
https://api.github.com/repos/keymanapp/keyman
opened
feat(windows): Get Keyman working together with AutoHotkey
compatibility feat windows/ windows/engine/
**Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. e.g. I'm always frustrated when [...] --> Keyman and AutoHotkey don't work well together. This is particularly a problem if the serialised input queue is in use. **Describe the solution...
True
feat(windows): Get Keyman working together with AutoHotkey - **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. e.g. I'm always frustrated when [...] --> Keyman and AutoHotkey don't work well together. This is particularly a problem if the...
comp
feat windows get keyman working together with autohotkey is your feature request related to a problem please describe keyman and autohotkey don t work well together this is particularly a problem if the serialised input queue is in use describe the solution you d like per this then is...
1
18,521
25,750,733,219
IssuesEvent
2022-12-08 13:04:35
scylladb/scylladb
https://api.github.com/repos/scylladb/scylladb
closed
CQL using TTL = 0 (meant to disable TTL) doesn't work for tables with default_time_to_live > 0
bug cassandra 3.x compatibility
Scenario ``` create keyspace ks with replication = {'class': 'SimpleStrategy', 'replication_factor': '1'}; create table ks.tb ( k int primary key, v int) with default_time_to_live = 120 and gc_grace_seconds = 120; insert into ks.tb (k,v) values (10,10) using timestamp 2 and ttl 0; select k,v,writetime(v),tt...
True
CQL using TTL = 0 (meant to disable TTL) doesn't work for tables with default_time_to_live > 0 - Scenario ``` create keyspace ks with replication = {'class': 'SimpleStrategy', 'replication_factor': '1'}; create table ks.tb ( k int primary key, v int) with default_time_to_live = 120 and gc_grace_seconds = 120; ...
comp
cql using ttl meant to disable ttl doesn t work for tables with default time to live scenario create keyspace ks with replication class simplestrategy replication factor create table ks tb k int primary key v int with default time to live and gc grace seconds ins...
1
970
3,437,541,659
IssuesEvent
2015-12-13 09:23:00
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
restore FEAT_BROWSE
compatibility
I don't know of any reason why we would want to remove FEAT_BROWSE. We should restore it.
True
restore FEAT_BROWSE - I don't know of any reason why we would want to remove FEAT_BROWSE. We should restore it.
comp
restore feat browse i don t know of any reason why we would want to remove feat browse we should restore it
1
2,951
2,607,967,368
IssuesEvent
2015-02-26 00:42:59
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/leveldb
opened
x-compile for Android/x86 fails
auto-migrated Priority-Medium Type-Defect
``` Use the leveldb-1.7.0 master branch. Edit leveldb/jni/Application.mk APP_ABI := x86 The ndk-build output: ----------------------------------------- In file included from ./port/port.h:14:0, from ./db/filename.h:14, from jni/.././db/builder.cc:7: ./port/port_posix.h:76:35: error: ...
1.0
x-compile for Android/x86 fails - ``` Use the leveldb-1.7.0 master branch. Edit leveldb/jni/Application.mk APP_ABI := x86 The ndk-build output: ----------------------------------------- In file included from ./port/port.h:14:0, from ./db/filename.h:14, from jni/.././db/builder.cc:7:...
non_comp
x compile for android fails use the leveldb master branch edit leveldb jni application mk app abi the ndk build output in file included from port port h from db filename h from jni db builder cc por...
0
62,964
17,272,415,969
IssuesEvent
2021-07-22 21:55:59
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Error decrypting image received from android
S-Major T-Defect X-Regression
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the neces...
1.0
Error decrypting image received from android - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your informat...
non_comp
error decrypting image received from android this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may r...
0
120,599
10,129,898,895
IssuesEvent
2019-08-01 15:42:38
opesci/devito
https://api.github.com/repos/opesci/devito
opened
OPS test is incorrect
bug testing
https://github.com/opesci/devito/blob/935621d5f020b08f3a229a53632b304a9761c8e0/tests/test_ops.py#L34 This test produces a wrong stencil but test it against it so passes, `.dxl` and `.dxr` have indices `x, x+hx, x+2hx` (or minus sign) the test produces stencil that only has `x, x+2hx`. (index 0, +2 and -2) This te...
1.0
OPS test is incorrect - https://github.com/opesci/devito/blob/935621d5f020b08f3a229a53632b304a9761c8e0/tests/test_ops.py#L34 This test produces a wrong stencil but test it against it so passes, `.dxl` and `.dxr` have indices `x, x+hx, x+2hx` (or minus sign) the test produces stencil that only has `x, x+2hx`. (index ...
non_comp
ops test is incorrect this test produces a wrong stencil but test it against it so passes dxl and dxr have indices x x hx x or minus sign the test produces stencil that only has x x index and this test needs to be fixed asap as this makes me think like the ops backend is proces...
0
408,422
11,946,769,192
IssuesEvent
2020-04-03 08:44:27
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
opened
Make Telnet an external library
enhancement priority: high task
tl;dr; summary ------------------- > The Telnet library should be made an external library. Once that is done, the standard library Telnet should be deprecated but that requires a separate issue. Background ---------------- When Robot Framework was developed at Nokia Networks, having a library for communicat...
1.0
Make Telnet an external library - tl;dr; summary ------------------- > The Telnet library should be made an external library. Once that is done, the standard library Telnet should be deprecated but that requires a separate issue. Background ---------------- When Robot Framework was developed at Nokia Network...
non_comp
make telnet an external library tl dr summary the telnet library should be made an external library once that is done the standard library telnet should be deprecated but that requires a separate issue background when robot framework was developed at nokia network...
0
615,216
19,250,014,456
IssuesEvent
2021-12-09 03:17:19
matrixorigin/matrixone
https://api.github.com/repos/matrixorigin/matrixone
opened
add AOE RFC documents
component/aoe priority/high kind/feature severity/critical
1. Overall architecture 2. WAL 3. Buffer manager 4. Metadata 5. Data and index management 6. MVCC 7. Logstore
1.0
add AOE RFC documents - 1. Overall architecture 2. WAL 3. Buffer manager 4. Metadata 5. Data and index management 6. MVCC 7. Logstore
non_comp
add aoe rfc documents overall architecture wal buffer manager metadata data and index management mvcc logstore
0
656,191
21,723,078,512
IssuesEvent
2022-05-11 03:44:48
ES-UFABC/UFABCplanner
https://api.github.com/repos/ES-UFABC/UFABCplanner
closed
Tarefa
enhancement high priority
### Tarefa Esse issue cobre todas as tasks, problemas e discussões em relação a entidade Tarefa. Todos PRs e discussões em relação a essa entidade devem ser linkados a esse issue.
1.0
Tarefa - ### Tarefa Esse issue cobre todas as tasks, problemas e discussões em relação a entidade Tarefa. Todos PRs e discussões em relação a essa entidade devem ser linkados a esse issue.
non_comp
tarefa tarefa esse issue cobre todas as tasks problemas e discussões em relação a entidade tarefa todos prs e discussões em relação a essa entidade devem ser linkados a esse issue
0
4,201
6,986,634,581
IssuesEvent
2017-12-14 04:51:22
react-community/react-native-maps
https://api.github.com/repos/react-community/react-native-maps
closed
java.lang.NoSuchMethodError: No static method zzb
Android Compatibility
when i open a container with a map my app crash an close: This is the error in the logcat ``` Process: com.patento, PID: 12495 java.lang.NoSuchMethodError: No static method zzb(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; in class Lcom/google/and...
True
java.lang.NoSuchMethodError: No static method zzb - when i open a container with a map my app crash an close: This is the error in the logcat ``` Process: com.patento, PID: 12495 java.lang.NoSuchMethodError: No static method zzb(Ljava/lang/Object;Ljava/lang...
comp
java lang nosuchmethoderror no static method zzb when i open a container with a map my app crash an close this is the error in the logcat process com patento pid java lang nosuchmethoderror no static method zzb ljava lang object ljava lang obj...
1
20,721
30,808,626,615
IssuesEvent
2023-08-01 08:54:47
elBukkit/MagicPlugin
https://api.github.com/repos/elBukkit/MagicPlugin
closed
The Chop spell is unable to work with the Cherry trees.
Bug Compatibility
Hello, the Chop spell cannot cut down the new cherry wood. Could you please add the new cherry wood to the cutting down list? ![QQ截图20230729015614](https://github.com/elBukkit/MagicPlugin/assets/96609471/5e44da4f-59ec-4d94-9af7-235c859ca698)
True
The Chop spell is unable to work with the Cherry trees. - Hello, the Chop spell cannot cut down the new cherry wood. Could you please add the new cherry wood to the cutting down list? ![QQ截图20230729015614](https://github.com/elBukkit/MagicPlugin/assets/96609471/5e44da4f-59ec-4d94-9af7-235c859ca698)
comp
the chop spell is unable to work with the cherry trees hello the chop spell cannot cut down the new cherry wood could you please add the new cherry wood to the cutting down list
1
143,060
21,937,759,770
IssuesEvent
2022-05-23 15:07:14
alphagov/govuk-design-system
https://api.github.com/repos/alphagov/govuk-design-system
closed
Use consistent wording about ignoring or removing characters when validating forms
submitted by user 🕔 hours design addresses national insurance numbers guidance validation errors telephone numbers small story shared ownership
## What We have a number of form patterns that advise ignoring or removing characters entered by users when doing validation. Review them and write them in a more consistent way. ## Why Currently we’re saying the same thing in quite a few different ways – see Terry's comment below. ## Who needs to work on ...
1.0
Use consistent wording about ignoring or removing characters when validating forms - ## What We have a number of form patterns that advise ignoring or removing characters entered by users when doing validation. Review them and write them in a more consistent way. ## Why Currently we’re saying the same thing i...
non_comp
use consistent wording about ignoring or removing characters when validating forms what we have a number of form patterns that advise ignoring or removing characters entered by users when doing validation review them and write them in a more consistent way why currently we’re saying the same thing i...
0
4,435
7,113,423,092
IssuesEvent
2018-01-17 20:24:57
invoiceninja/invoiceninja
https://api.github.com/repos/invoiceninja/invoiceninja
closed
issue installing composer deps
compatibility fixed
When running `composer install` against 4.1.1 and 4.1.2 I get this error: ``` - Installing incube8/omnipay-multicards (dev-master 712b441) Downloading: Failed Failed to download incube8/omnipay-multicards from dist: The "https://api.github.com/repos/incube8/omnipay-multicards/zipball/712b4419ef604...
True
issue installing composer deps - When running `composer install` against 4.1.1 and 4.1.2 I get this error: ``` - Installing incube8/omnipay-multicards (dev-master 712b441) Downloading: Failed Failed to download incube8/omnipay-multicards from dist: The "https://api.github.com/repos/incube8/omnipay...
comp
issue installing composer deps when running composer install against and i get this error installing omnipay multicards dev master downloading failed failed to download omnipay multicards from dist the file could not be downloaded http found now try...
1
5,172
7,750,178,930
IssuesEvent
2018-05-30 13:43:19
wpCloud/wp-stateless
https://api.github.com/repos/wpCloud/wp-stateless
closed
visual composer - single image element
type/compatibility
Visual Composer's single image element doesn't play nice with WP-Stateless. The problem shows up when you provide a custom size for the image.
True
visual composer - single image element - Visual Composer's single image element doesn't play nice with WP-Stateless. The problem shows up when you provide a custom size for the image.
comp
visual composer single image element visual composer s single image element doesn t play nice with wp stateless the problem shows up when you provide a custom size for the image
1
5,744
8,201,823,509
IssuesEvent
2018-09-01 23:02:53
pods-framework/pods
https://api.github.com/repos/pods-framework/pods
closed
Custom taxonomy related to ACT doesn't display translated with WPML
Closed: Out of scope Focus: Other Compatibility Focus: i18n Status: Need Dev Feedback
Hello, I have setup and advanced content type with table storage and one of its fields is a relationship to a custom taxonomy (table storage again). I have WPML and I have translated this custom taxonomy but when I show data from the related field it always display using the main language. If in WPML i turn on the opt...
True
Custom taxonomy related to ACT doesn't display translated with WPML - Hello, I have setup and advanced content type with table storage and one of its fields is a relationship to a custom taxonomy (table storage again). I have WPML and I have translated this custom taxonomy but when I show data from the related field it...
comp
custom taxonomy related to act doesn t display translated with wpml hello i have setup and advanced content type with table storage and one of its fields is a relationship to a custom taxonomy table storage again i have wpml and i have translated this custom taxonomy but when i show data from the related field it...
1
1,843
4,442,516,905
IssuesEvent
2016-08-19 13:46:36
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Data validation scripts after upgrade to 2.x
v0.4 Compatibility v0.4 upgrading
Write validation scripts, to be sure your data is in a non-broken state when you're done upgrading.
True
Data validation scripts after upgrade to 2.x - Write validation scripts, to be sure your data is in a non-broken state when you're done upgrading.
comp
data validation scripts after upgrade to x write validation scripts to be sure your data is in a non broken state when you re done upgrading
1
16,074
21,416,883,125
IssuesEvent
2022-04-22 11:48:16
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
opened
Support default extension gems
compatibility
This an issue to track all default gems with an extension, which might need specific support for TruffleRuby. For some, we might just reuse the C extension and add TruffleRuby in the CI of those gems. These default extension gems are problematic when they included in a Gemfile.lock, https://bugs.ruby-lang.org/issue...
True
Support default extension gems - This an issue to track all default gems with an extension, which might need specific support for TruffleRuby. For some, we might just reuse the C extension and add TruffleRuby in the CI of those gems. These default extension gems are problematic when they included in a Gemfile.lock,...
comp
support default extension gems this an issue to track all default gems with an extension which might need specific support for truffleruby for some we might just reuse the c extension and add truffleruby in the ci of those gems these default extension gems are problematic when they included in a gemfile lock ...
1
283,637
24,555,750,932
IssuesEvent
2022-10-12 15:44:23
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
closed
[test-triage] Bazel cache issue
Component:TestTriage
### Hierarchy of regression failure Chip Level ### Failure Description File "/root/.cache/bazel/_bazel_default/96f40d218badc03ed33c48f246ec2aa1/external/rules_rust/rust/private/repository_utils.bzl", line 568, column 20, in load_arbitrary_tool ctx.extract( Error in extract: java.io.IOException: E...
1.0
[test-triage] Bazel cache issue - ### Hierarchy of regression failure Chip Level ### Failure Description File "/root/.cache/bazel/_bazel_default/96f40d218badc03ed33c48f246ec2aa1/external/rules_rust/rust/private/repository_utils.bzl", line 568, column 20, in load_arbitrary_tool ctx.extract( Error ...
non_comp
bazel cache issue hierarchy of regression failure chip level failure description file root cache bazel bazel default external rules rust rust private repository utils bzl line column in load arbitrary tool ctx extract error in extract java io ioexception error extract...
0
63,734
7,740,466,674
IssuesEvent
2018-05-28 21:56:52
kids-first/kf-portal-ui
https://api.github.com/repos/kids-first/kf-portal-ui
closed
User Profile design review
designreview
- [x] When I click on the User link in the top header, the dropdown opens outside of the browser width so I get a horizontal scrollbar (and I can't see the full labels). Please reposition it so it's within the viewing screen. - [x] Community Profile: CHOP added "Organization" as an option for the community profile, pl...
1.0
User Profile design review - - [x] When I click on the User link in the top header, the dropdown opens outside of the browser width so I get a horizontal scrollbar (and I can't see the full labels). Please reposition it so it's within the viewing screen. - [x] Community Profile: CHOP added "Organization" as an option ...
non_comp
user profile design review when i click on the user link in the top header the dropdown opens outside of the browser width so i get a horizontal scrollbar and i can t see the full labels please reposition it so it s within the viewing screen community profile chop added organization as an option for ...
0
771,153
27,072,266,112
IssuesEvent
2023-02-14 08:01:41
vignetteapp/MediaPipe.NET
https://api.github.com/repos/vignetteapp/MediaPipe.NET
closed
Unable to find an entry point
bug priority:high area:pinvoke
I have an error while creating ImageFrame for FaceMeshCpuCalculator: Unable to find an entry point named 'mp_ImageFrame__ui_i_i_i_Pui8_PF' in DLL 'mediapipe_c'. Here is part of the code: **var frame = camera.GetFrame(); converter = new FrameConverter(frame, PixelFormat.Rgba); Frame? cFrame = conver...
1.0
Unable to find an entry point - I have an error while creating ImageFrame for FaceMeshCpuCalculator: Unable to find an entry point named 'mp_ImageFrame__ui_i_i_i_Pui8_PF' in DLL 'mediapipe_c'. Here is part of the code: **var frame = camera.GetFrame(); converter = new FrameConverter(frame, PixelFormat.Rgb...
non_comp
unable to find an entry point i have an error while creating imageframe for facemeshcpucalculator unable to find an entry point named mp imageframe ui i i i pf in dll mediapipe c here is part of the code var frame camera getframe converter new frameconverter frame pixelformat rgba ...
0
431,244
30,224,434,803
IssuesEvent
2023-07-05 22:27:30
liviuvj/sentiment-analysis-platform
https://api.github.com/repos/liviuvj/sentiment-analysis-platform
opened
Gestión del Sprint 11
documentation
Se realizará el planteamiento de las tareas a llevar a cabo a lo largo de este *sprint*.
1.0
Gestión del Sprint 11 - Se realizará el planteamiento de las tareas a llevar a cabo a lo largo de este *sprint*.
non_comp
gestión del sprint se realizará el planteamiento de las tareas a llevar a cabo a lo largo de este sprint
0
335,306
30,021,837,596
IssuesEvent
2023-06-27 00:35:09
hyperledger/cacti
https://api.github.com/repos/hyperledger/cacti
opened
tools(containers): bump DinD base images - fix cgroup v2 sed: write error
bug good-first-issue dependencies Developer_Experience good-first-issue-100-introductory Flaky-Test-Automation P2
### Description Upgrade to the latest stable `docker:*-dind` base image for the AIO container images to prevent the docker daemon booting issues like this: ```log /certs/client/cert.pem: OK 2023-06-27 00:16:00,116 DEBG 'dockerd' stdout output: /certs/client/cert.pem: OK sed: write error 2023-06-27 00:16:0...
1.0
tools(containers): bump DinD base images - fix cgroup v2 sed: write error - ### Description Upgrade to the latest stable `docker:*-dind` base image for the AIO container images to prevent the docker daemon booting issues like this: ```log /certs/client/cert.pem: OK 2023-06-27 00:16:00,116 DEBG 'dockerd' stdout...
non_comp
tools containers bump dind base images fix cgroup sed write error description upgrade to the latest stable docker dind base image for the aio container images to prevent the docker daemon booting issues like this log certs client cert pem ok debg dockerd stdout output ...
0
10,238
12,229,852,728
IssuesEvent
2020-05-04 02:13:58
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Can't access styled-components theme in stories
app: react compatibility with other tools help wanted inactive question / support
**Describe the bug** I'm using `styled-components` in combination with `@storybook/react`. I'm wrapping all my stories in the SC `ThemeProvider` like this: ```jsx addDecorator((storyFn) => ( <ThemeProvider theme={themeBasic}> {storyFn()} </ThemeProvider> )); ``` This works fine and all of m...
True
Can't access styled-components theme in stories - **Describe the bug** I'm using `styled-components` in combination with `@storybook/react`. I'm wrapping all my stories in the SC `ThemeProvider` like this: ```jsx addDecorator((storyFn) => ( <ThemeProvider theme={themeBasic}> {storyFn()} </ThemeP...
comp
can t access styled components theme in stories describe the bug i m using styled components in combination with storybook react i m wrapping all my stories in the sc themeprovider like this jsx adddecorator storyfn storyfn this works fine and all of...
1
459
2,868,191,290
IssuesEvent
2015-06-05 17:21:00
Infocatcher/Private_Tab
https://api.github.com/repos/Infocatcher/Private_Tab
opened
extensions.privateTab.fixAfterTabsButtonsAccessibility doesn't work in Firefox 41.0a1
bug compatibility
Icons on buttons after last tab doesn't grows with our paddings (and images disappears).
True
extensions.privateTab.fixAfterTabsButtonsAccessibility doesn't work in Firefox 41.0a1 - Icons on buttons after last tab doesn't grows with our paddings (and images disappears).
comp
extensions privatetab fixaftertabsbuttonsaccessibility doesn t work in firefox icons on buttons after last tab doesn t grows with our paddings and images disappears
1
211,475
7,201,417,525
IssuesEvent
2018-02-05 22:31:22
aliemteam/ALiEMU
https://api.github.com/repos/aliemteam/ALiEMU
opened
Ensure every page has an appropriate canonical url set
enhancement priority:medium
Inspection should also include instances of pages where there may be multiple variants of query parameters and/or anchors appended (e.g. `aliemu.com/?s=foo` vs `aliemu.com/?s=foo#bar`)
1.0
Ensure every page has an appropriate canonical url set - Inspection should also include instances of pages where there may be multiple variants of query parameters and/or anchors appended (e.g. `aliemu.com/?s=foo` vs `aliemu.com/?s=foo#bar`)
non_comp
ensure every page has an appropriate canonical url set inspection should also include instances of pages where there may be multiple variants of query parameters and or anchors appended e g aliemu com s foo vs aliemu com s foo bar
0
14,191
17,079,160,654
IssuesEvent
2021-07-08 00:43:44
dotnet/sdk
https://api.github.com/repos/dotnet/sdk
closed
[Package Validation] Should enable API Compat strict mode when applicable
Area-Compatibility untriaged
Package Validation should enable strict mode when running API Compat between a compile asset and its applicable runtime asset. cc: @Anipik @ericstj
True
[Package Validation] Should enable API Compat strict mode when applicable - Package Validation should enable strict mode when running API Compat between a compile asset and its applicable runtime asset. cc: @Anipik @ericstj
comp
should enable api compat strict mode when applicable package validation should enable strict mode when running api compat between a compile asset and its applicable runtime asset cc anipik ericstj
1
221,796
17,027,297,335
IssuesEvent
2021-07-03 20:09:10
typeorm/typeorm
https://api.github.com/repos/typeorm/typeorm
closed
Decorators erroring out generating migrations
bug comp: migrations documentation driver: postgres
**Issue type:** [ ] question [x] bug report [ ] feature request [x] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql` / `mariadb` [ ] `oracle` [x] `postgres` [ ] `cockroachdb` [ ] `sqlite` [ ] `sqljs` [ ] `react-native` [ ] `expo` **TypeORM vers...
1.0
Decorators erroring out generating migrations - **Issue type:** [ ] question [x] bug report [ ] feature request [x] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql` / `mariadb` [ ] `oracle` [x] `postgres` [ ] `cockroachdb` [ ] `sqlite` [ ] `sqljs` ...
non_comp
decorators erroring out generating migrations issue type question bug report feature request documentation issue database system driver cordova mongodb mssql mysql mariadb oracle postgres cockroachdb sqlite sqljs react native expo ...
0
15,838
20,752,412,933
IssuesEvent
2022-03-15 09:00:54
ProjectMirador/mirador
https://api.github.com/repos/ProjectMirador/mirador
opened
Mirador hangs crash while switching from one manifest to an other within a collection-manifest
manifest compatibility
- I am the author or maintainer of this manifest: Yes - URL: https://opendata2.uni-halle.de//json/iiif/1516514412012/32926/7c814ee6-0a4c-4750-b00a-f090c54e0333/manifest - Manifest hosting institution: Universitäts- und Landesbibliothek Sachsen-Anhalt ### Observed behavior 1. Click on the first manifest of the c...
True
Mirador hangs crash while switching from one manifest to an other within a collection-manifest - - I am the author or maintainer of this manifest: Yes - URL: https://opendata2.uni-halle.de//json/iiif/1516514412012/32926/7c814ee6-0a4c-4750-b00a-f090c54e0333/manifest - Manifest hosting institution: Universitäts- und La...
comp
mirador hangs crash while switching from one manifest to an other within a collection manifest i am the author or maintainer of this manifest yes url manifest hosting institution universitäts und landesbibliothek sachsen anhalt observed behavior click on the first manifest of the collection...
1
11,483
13,462,211,530
IssuesEvent
2020-09-09 15:46:33
higan-emu/higan
https://api.github.com/repos/higan-emu/higan
closed
GBC: Enemies appear over the hotbar in The Legend of Zelda - Oracle of Ages
bug compatibility help wanted
In The Legend of Zelda - Oracle of Ages, enemies appear over the hotbar but under items in the hotbar. ![byuu_Gk0auFAFwD](https://user-images.githubusercontent.com/24215969/92382642-28652a00-f0ca-11ea-92aa-9b28984e7153.png)
True
GBC: Enemies appear over the hotbar in The Legend of Zelda - Oracle of Ages - In The Legend of Zelda - Oracle of Ages, enemies appear over the hotbar but under items in the hotbar. ![byuu_Gk0auFAFwD](https://user-images.githubusercontent.com/24215969/92382642-28652a00-f0ca-11ea-92aa-9b28984e7153.png)
comp
gbc enemies appear over the hotbar in the legend of zelda oracle of ages in the legend of zelda oracle of ages enemies appear over the hotbar but under items in the hotbar
1
19,821
27,500,771,272
IssuesEvent
2023-03-05 17:16:38
jbredwards/Fluidlogged-API
https://api.github.com/repos/jbredwards/Fluidlogged-API
closed
Doesn't seem to react well with Thaumcraft
bug follow up incompatibility
**Describe the bug** I've noticed there's lag spikes when installed with Thaumcraft and having a lot of submerged plant blocks. From testing, I believe it's the aura system causing it because it does have known issues with lag during generation. Since that mod is not maintained anymore though, I'm not sure if anything...
True
Doesn't seem to react well with Thaumcraft - **Describe the bug** I've noticed there's lag spikes when installed with Thaumcraft and having a lot of submerged plant blocks. From testing, I believe it's the aura system causing it because it does have known issues with lag during generation. Since that mod is not mainta...
comp
doesn t seem to react well with thaumcraft describe the bug i ve noticed there s lag spikes when installed with thaumcraft and having a lot of submerged plant blocks from testing i believe it s the aura system causing it because it does have known issues with lag during generation since that mod is not mainta...
1
13,721
16,441,606,668
IssuesEvent
2021-05-20 14:55:24
rootsongjc/kubernetes-vagrant-centos-cluster
https://api.github.com/repos/rootsongjc/kubernetes-vagrant-centos-cluster
closed
why versions above 5.2 are not supported?
kind/compatibility
# Environment - OS:VirtualBox 5.2(不支持 5.2 以上的版本) - Kubernetes version: - VirtualBox version: - Vagrant version: ## What I did? Your operations on this repo. ## Messages Logs or error messages.
True
why versions above 5.2 are not supported? - # Environment - OS:VirtualBox 5.2(不支持 5.2 以上的版本) - Kubernetes version: - VirtualBox version: - Vagrant version: ## What I did? Your operations on this repo. ## Messages Logs or error messages.
comp
why versions above are not supported? environment os virtualbox (不支持 以上的版本) kubernetes version virtualbox version vagrant version what i did your operations on this repo messages logs or error messages
1
165,334
26,147,679,547
IssuesEvent
2022-12-30 08:27:56
filecoin-project/venus
https://api.github.com/repos/filecoin-project/venus
closed
[订单服务] 发布的`feature`版本`v2.5.0`
Epic C-dev-productivity design C-need-testing
# venus-market v2.5.0 Release ## 🚢 预计发布时间 <!-- 版本发布时间 --> 预计发布时间参见[这里](https://github.com/filecoin-project/venus/milestone/51)。一般2到3个sprint发布一个版本。 ## 🤔 版本主题 - 多`SP`配置支持 - 单一模式启动 - 高可用优化 更多详细版本优化信息,请参考订单服务`v2.5.0`的[milestone](https://github.com/filecoin-project/venus/milestone/51)。 <!-- 针对这个版本需要申明的注意事项 --> <!-...
1.0
[订单服务] 发布的`feature`版本`v2.5.0` - # venus-market v2.5.0 Release ## 🚢 预计发布时间 <!-- 版本发布时间 --> 预计发布时间参见[这里](https://github.com/filecoin-project/venus/milestone/51)。一般2到3个sprint发布一个版本。 ## 🤔 版本主题 - 多`SP`配置支持 - 单一模式启动 - 高可用优化 更多详细版本优化信息,请参考订单服务`v2.5.0`的[milestone](https://github.com/filecoin-project/venus/milestone/51)...
non_comp
发布的 feature 版本 venus market release 🚢 预计发布时间 预计发布时间参见 🤔 版本主题 多 sp 配置支持 单一模式启动 高可用优化 更多详细版本优化信息,请参考订单服务 的 ✅ 常规检查项 准备 ⚠️注意: 对于合进master的代码要有一定的约束:不想在本次发版的pr不能合进master,比如说好几个组件加了新功能,会较大影响用户习惯或有大的改动,虽然代码测试过了,但是我们不想最近给社区用,就不能合进master分支 ...
0
514,408
14,938,586,212
IssuesEvent
2021-01-25 15:56:43
OpenSourceRaidGuild/website
https://api.github.com/repos/OpenSourceRaidGuild/website
opened
Guild Scriviner
Priority: Low Type: Feature
- Automation Maintenance - Future use in Quest Board (issues, PRs, problem domains) - Future use in Tavern functionalities (None form related)
1.0
Guild Scriviner - - Automation Maintenance - Future use in Quest Board (issues, PRs, problem domains) - Future use in Tavern functionalities (None form related)
non_comp
guild scriviner automation maintenance future use in quest board issues prs problem domains future use in tavern functionalities none form related
0
240,552
26,256,388,382
IssuesEvent
2023-01-06 01:22:38
AlexRogalskiy/code-formats
https://api.github.com/repos/AlexRogalskiy/code-formats
opened
CVE-2021-43308 (High) detected in markdown-link-extractor-1.2.7.tgz
security vulnerability
## CVE-2021-43308 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>markdown-link-extractor-1.2.7.tgz</b></p></summary> <p>extracts links from markdown texts</p> <p>Library home page: <a...
True
CVE-2021-43308 (High) detected in markdown-link-extractor-1.2.7.tgz - ## CVE-2021-43308 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>markdown-link-extractor-1.2.7.tgz</b></p></summar...
non_comp
cve high detected in markdown link extractor tgz cve high severity vulnerability vulnerable library markdown link extractor tgz extracts links from markdown texts library home page a href path to dependency file package json path to vulnerable library node modules ...
0
53,630
13,261,998,962
IssuesEvent
2020-08-20 20:55:15
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[photospline] use of signed int for ndim (Trac #1784)
Migrated from Trac combo reconstruction defect
static analysis caught to bugs for `photospline/private/lib/bspline.c` both related to considering tables with negative dimensions, probably just needs some `assert(n>0)` http://software.icecube.wisc.edu/static_analysis/2016-07-21-030215-62891-1/report-40f451.html#EndPath http://software.icecube.wisc.edu/static_analys...
1.0
[photospline] use of signed int for ndim (Trac #1784) - static analysis caught to bugs for `photospline/private/lib/bspline.c` both related to considering tables with negative dimensions, probably just needs some `assert(n>0)` http://software.icecube.wisc.edu/static_analysis/2016-07-21-030215-62891-1/report-40f451.htm...
non_comp
use of signed int for ndim trac static analysis caught to bugs for photospline private lib bspline c both related to considering tables with negative dimensions probably just needs some assert n migrated from json status closed changetime ts ...
0
237,563
18,164,195,886
IssuesEvent
2021-09-27 13:05:21
girlscript/winter-of-contributing
https://api.github.com/repos/girlscript/winter-of-contributing
closed
Frontend_Web_Development is missing or archieved from GWOC.
documentation GWOC21 JavaScript Assigned Frontend Dev HTML/CSS/JS
### Description From the GWOC, Frontend_Web_Development is missing or archived. I have a forked copy of it, from where I work on JavaScript Fundamental and I add about the Script Tag. ### Domain Frontend Dev HTML/CSS/JS ### Type of Contribution Documentation ### Code of Conduct - [X] I follow [Contributing Guid...
1.0
Frontend_Web_Development is missing or archieved from GWOC. - ### Description From the GWOC, Frontend_Web_Development is missing or archived. I have a forked copy of it, from where I work on JavaScript Fundamental and I add about the Script Tag. ### Domain Frontend Dev HTML/CSS/JS ### Type of Contribution Documen...
non_comp
frontend web development is missing or archieved from gwoc description from the gwoc frontend web development is missing or archived i have a forked copy of it from where i work on javascript fundamental and i add about the script tag domain frontend dev html css js type of contribution documen...
0
67,420
9,040,048,570
IssuesEvent
2019-02-10 13:05:18
borgbackup/borg
https://api.github.com/repos/borgbackup/borg
closed
1.1.8 has BAD gpg signature on pypi.org
documentation question
Hello, ``` gpg: WARNING: no command supplied. Trying to guess what you mean ... gpg: assuming signed data in 'borgbackup-1.1.8.tar.gz' gpg: Signature made dom 09 dic 2018 03:37:30 CET gpg: using RSA key 2F81AFFBAB04E11FE8EE65D4243ACFA951F78E01 gpg: issuer "tw@waldmann-edv.de" gpg...
1.0
1.1.8 has BAD gpg signature on pypi.org - Hello, ``` gpg: WARNING: no command supplied. Trying to guess what you mean ... gpg: assuming signed data in 'borgbackup-1.1.8.tar.gz' gpg: Signature made dom 09 dic 2018 03:37:30 CET gpg: using RSA key 2F81AFFBAB04E11FE8EE65D4243ACFA951F78E01 gpg: ...
non_comp
has bad gpg signature on pypi org hello gpg warning no command supplied trying to guess what you mean gpg assuming signed data in borgbackup tar gz gpg signature made dom dic cet gpg using rsa key gpg issuer tw waldmann edv de gpg ba...
0
198,649
15,715,835,772
IssuesEvent
2021-03-28 03:41:53
dogegarden/dogehouse.js
https://api.github.com/repos/dogegarden/dogehouse.js
closed
Instructions unclear
documentation
I made my bot but I have no idea how to get it on dogehouse also it doesn't have the syntax listed I know it's easy to figure it out but I just need some more clarity on things
1.0
Instructions unclear - I made my bot but I have no idea how to get it on dogehouse also it doesn't have the syntax listed I know it's easy to figure it out but I just need some more clarity on things
non_comp
instructions unclear i made my bot but i have no idea how to get it on dogehouse also it doesn t have the syntax listed i know it s easy to figure it out but i just need some more clarity on things
0
4,933
7,545,130,433
IssuesEvent
2018-04-17 20:36:51
ignacionelson/ProjectSend
https://api.github.com/repos/ignacionelson/ProjectSend
closed
PHP7-Error: Blank Page - Declaration of PDOEx
PHP 5.6 + compatibilities
I have a problem regarding PHP7. Last night my hoster updatet from PHP 7.1.3 to 7.1.4 and all of a sudden there was a blank page showing when trying to use ProjectSend. After enabling PHP Errors the following message popped up: `Thu May 04 22:48:35 2017] [warn] [client XXX.XXX.XXX.XXX] mod_fcgid: stderr: PHP War...
True
PHP7-Error: Blank Page - Declaration of PDOEx - I have a problem regarding PHP7. Last night my hoster updatet from PHP 7.1.3 to 7.1.4 and all of a sudden there was a blank page showing when trying to use ProjectSend. After enabling PHP Errors the following message popped up: `Thu May 04 22:48:35 2017] [warn] [cl...
comp
error blank page declaration of pdoex i have a problem regarding last night my hoster updatet from php to and all of a sudden there was a blank page showing when trying to use projectsend after enabling php errors the following message popped up thu may mod fcgid stderr ...
1
85,808
10,684,968,753
IssuesEvent
2019-10-22 11:42:24
tektoncd/pipeline
https://api.github.com/repos/tektoncd/pipeline
closed
RFC: "Script Mode" for task steps
design kind/feature
(Much of this proposal is cribbed from proposals \@ahmetb has previously made in other venues, ideas are not purely my own) # Expected Behavior Users have an easy cruft-free way to express a multi-statement script in the body of a Task step, without having to understand advanced topics about containers, like what...
1.0
RFC: "Script Mode" for task steps - (Much of this proposal is cribbed from proposals \@ahmetb has previously made in other venues, ideas are not purely my own) # Expected Behavior Users have an easy cruft-free way to express a multi-statement script in the body of a Task step, without having to understand advance...
non_comp
rfc script mode for task steps much of this proposal is cribbed from proposals ahmetb has previously made in other venues ideas are not purely my own expected behavior users have an easy cruft free way to express a multi statement script in the body of a task step without having to understand advance...
0
12,899
15,169,808,894
IssuesEvent
2021-02-12 21:51:56
paulevsGitch/BetterEnd
https://api.github.com/repos/paulevsGitch/BetterEnd
closed
Compatibility issue with extreme sound muffler
bug compatibility external problem
Since this is a compatibility issue I'm going to leave it up to you and the developer of ESM (which I am also opening an issue with) to discuss the problem and whether or not it is worthwhile to fix. While in the end, dying, killing the dragon, and going through the portal crash the game *sort of* reproducibly. So...
True
Compatibility issue with extreme sound muffler - Since this is a compatibility issue I'm going to leave it up to you and the developer of ESM (which I am also opening an issue with) to discuss the problem and whether or not it is worthwhile to fix. While in the end, dying, killing the dragon, and going through the...
comp
compatibility issue with extreme sound muffler since this is a compatibility issue i m going to leave it up to you and the developer of esm which i am also opening an issue with to discuss the problem and whether or not it is worthwhile to fix while in the end dying killing the dragon and going through the...
1
2,270
5,031,082,091
IssuesEvent
2016-12-16 04:37:36
SkyrimLL/SkLLmods
https://api.github.com/repos/SkyrimLL/SkLLmods
opened
Add support for YPF/Immersive Fashion mod
Compatibility enhancement
- Automatically use YPF calls for hairloss, hair color, bimbo curse (nails)
True
Add support for YPF/Immersive Fashion mod - - Automatically use YPF calls for hairloss, hair color, bimbo curse (nails)
comp
add support for ypf immersive fashion mod automatically use ypf calls for hairloss hair color bimbo curse nails
1
18,541
25,795,330,163
IssuesEvent
2022-12-10 13:47:16
Juuxel/Adorn
https://api.github.com/repos/Juuxel/Adorn
closed
Biome Makeover Ancient Oak recipes missing
enhancement mod compatibility fabric
Willow, Balsa, Blighted Balsa, Swamp Cypress recipes are available for wooden Adorn items as expected, but Ancient Oak is missing. Minecraft 1.19.2 Doesn't show up in Just Enough Items, nor is it craftable when using the expected recipe for Kitchen Counter Every Compat also installed Using Fabric
True
Biome Makeover Ancient Oak recipes missing - Willow, Balsa, Blighted Balsa, Swamp Cypress recipes are available for wooden Adorn items as expected, but Ancient Oak is missing. Minecraft 1.19.2 Doesn't show up in Just Enough Items, nor is it craftable when using the expected recipe for Kitchen Counter Every Compat...
comp
biome makeover ancient oak recipes missing willow balsa blighted balsa swamp cypress recipes are available for wooden adorn items as expected but ancient oak is missing minecraft doesn t show up in just enough items nor is it craftable when using the expected recipe for kitchen counter every compat ...
1
13,239
15,605,333,562
IssuesEvent
2021-03-19 05:58:57
vesoft-inc/nebula-graph
https://api.github.com/repos/vesoft-inc/nebula-graph
closed
[openCypher compatibility] fail to use count(*) to get number of nodes in a return clause
incompatible
nGQL:MATCH (v {name: 'Tim Duncan'})-[]->(v2) RETURN labels(v), v.age, count(*) ![image](https://user-images.githubusercontent.com/69501902/104112671-b11bfd00-532c-11eb-8047-e9f7725ff23c.png) openCypher: ![image](https://user-images.githubusercontent.com/69501902/104112678-e1fc3200-532c-11eb-96be-111947f6f2e3.png) ...
True
[openCypher compatibility] fail to use count(*) to get number of nodes in a return clause - nGQL:MATCH (v {name: 'Tim Duncan'})-[]->(v2) RETURN labels(v), v.age, count(*) ![image](https://user-images.githubusercontent.com/69501902/104112671-b11bfd00-532c-11eb-8047-e9f7725ff23c.png) openCypher: ![image](https://use...
comp
fail to use count to get number of nodes in a return clause ngql:match v name tim duncan return labels v v age count opencypher conclusion this statement should return the number of nodes but ngql failed to parse it
1
71,063
3,351,284,362
IssuesEvent
2015-11-17 17:54:45
TeselaGen/das
https://api.github.com/repos/TeselaGen/das
closed
Give admins ability to delete seqs and parts from shared repo
Customer: DAS 90-Day Milestone #5 - Role Based Access Priority: CRITICAL Status: (Failed Stage QA (DAS) Type: Feature
_From @craftjk on October 29, 2015 20:41_ Give admins ability to delete seqs and parts from shared repo _Copied from original issue: TeselaGen/ve#1512_
1.0
Give admins ability to delete seqs and parts from shared repo - _From @craftjk on October 29, 2015 20:41_ Give admins ability to delete seqs and parts from shared repo _Copied from original issue: TeselaGen/ve#1512_
non_comp
give admins ability to delete seqs and parts from shared repo from craftjk on october give admins ability to delete seqs and parts from shared repo copied from original issue teselagen ve
0
200,883
15,801,836,746
IssuesEvent
2021-04-03 06:47:21
pPris/ped
https://api.github.com/repos/pPris/ped
opened
find documentation
severity.High type.DocumentationBug
![image.png](https://raw.githubusercontent.com/pPris/ped/main/files/3e0b775a-1f53-4e36-ac17-333418843e42.png) Another documentation bug I believe. I tested this out and the 4th bullet point doesn't work - find proj doesn't match projects. <!--session: 1617429867795-b30addfa-1789-4fcf-afa0-4e9cf22bb39b-->
1.0
find documentation - ![image.png](https://raw.githubusercontent.com/pPris/ped/main/files/3e0b775a-1f53-4e36-ac17-333418843e42.png) Another documentation bug I believe. I tested this out and the 4th bullet point doesn't work - find proj doesn't match projects. <!--session: 1617429867795-b30addfa-1789-4fcf-afa0-4e...
non_comp
find documentation another documentation bug i believe i tested this out and the bullet point doesn t work find proj doesn t match projects
0
4,588
7,225,658,370
IssuesEvent
2018-02-10 00:06:25
Microsoft/ChakraCore
https://api.github.com/repos/Microsoft/ChakraCore
closed
osx: enable MathBuiltinsCall.js
Compatibility OSX
Not sure how much we care, but for example, `Math.atan(10)` is `1.4711276743037344` on OSX. On other platforms it equals `1.4711276743037347`. Opened as result of test failure in #4531
True
osx: enable MathBuiltinsCall.js - Not sure how much we care, but for example, `Math.atan(10)` is `1.4711276743037344` on OSX. On other platforms it equals `1.4711276743037347`. Opened as result of test failure in #4531
comp
osx enable mathbuiltinscall js not sure how much we care but for example math atan is on osx on other platforms it equals opened as result of test failure in
1
3,965
6,800,411,109
IssuesEvent
2017-11-02 13:54:48
servocoder/RichFilemanager-PHP
https://api.github.com/repos/servocoder/RichFilemanager-PHP
closed
Error while installing RFM-PHP with Laravel 5.4
compatibility
![image](https://user-images.githubusercontent.com/1074467/29503239-2165d10a-8660-11e7-9bd2-e0c43e8ea529.png) I'm using Laravel 5.4 and installing RFM-PHP but this error was displayed. Please help, Thanks! @servocoder please help
True
Error while installing RFM-PHP with Laravel 5.4 - ![image](https://user-images.githubusercontent.com/1074467/29503239-2165d10a-8660-11e7-9bd2-e0c43e8ea529.png) I'm using Laravel 5.4 and installing RFM-PHP but this error was displayed. Please help, Thanks! @servocoder please help
comp
error while installing rfm php with laravel i m using laravel and installing rfm php but this error was displayed please help thanks servocoder please help
1
76,515
3,488,917,677
IssuesEvent
2016-01-03 12:18:27
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
reopened
[BUG] "Values from the related module" doesn't updates to new values
Label::Logic Priority::#2 Normal Type::Discussion Type::Question
I've made some test of **Values from the related module** field and I noticed that the value doesn't change when is changed in the selected (related) record. I put statuses of the project tasks on the projects list Initial status for new tasks is good, by after change it's still same: ![related_field2](https://cloud...
1.0
[BUG] "Values from the related module" doesn't updates to new values - I've made some test of **Values from the related module** field and I noticed that the value doesn't change when is changed in the selected (related) record. I put statuses of the project tasks on the projects list Initial status for new tasks is ...
non_comp
values from the related module doesn t updates to new values i ve made some test of values from the related module field and i noticed that the value doesn t change when is changed in the selected related record i put statuses of the project tasks on the projects list initial status for new tasks is good...
0
29,017
5,477,086,453
IssuesEvent
2017-03-12 03:45:37
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
postgresql: NUMERIC field in database appears as float when debug($entity)
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.4.3 / Postgresql 9.4 ### What you did 1- defined a field as type NUMERIC(1) in PostgreSQL database 2- did a find() over the table ### What happened when I debug() over the query the field appea...
1.0
postgresql: NUMERIC field in database appears as float when debug($entity) - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.4.3 / Postgresql 9.4 ### What you did 1- defined a field as type NUMERIC(1) in PostgreSQL database 2- did a find() over ...
non_comp
postgresql numeric field in database appears as float when debug entity this is a multiple allowed bug enhancement feature discussion rfc cakephp version postgresql what you did defined a field as type numeric in postgresql database did a find over the ta...
0
8,772
10,723,994,540
IssuesEvent
2019-10-27 22:37:01
zloirock/core-js
https://api.github.com/repos/zloirock/core-js
closed
RegExp polyfill path may be triggering on new V8 versions
compatibility help wanted v8
Ideally, core.js should either feature-detect that V8 implements ES2015 RegExp semantics and therefore leave RegExp alone, or V8 should fix itself so that it does implement those semantics. However, @schuay reports at https://github.com/babel/babel/issues/5771 that V8 triggers core.js to modify RegExp.
True
RegExp polyfill path may be triggering on new V8 versions - Ideally, core.js should either feature-detect that V8 implements ES2015 RegExp semantics and therefore leave RegExp alone, or V8 should fix itself so that it does implement those semantics. However, @schuay reports at https://github.com/babel/babel/issues/5771...
comp
regexp polyfill path may be triggering on new versions ideally core js should either feature detect that implements regexp semantics and therefore leave regexp alone or should fix itself so that it does implement those semantics however schuay reports at that triggers core js to modify regexp
1
482,495
13,908,002,121
IssuesEvent
2020-10-20 13:18:57
goat-community/goat
https://api.github.com/repos/goat-community/goat
closed
Import logic scenarios
Front-end Middleware high priority
We need a new logic to import the scenarios. And we have to do plausibility checks in the backend when data is provided ==> I don't think it is smart doing this with the existing WFS-T implementation. We might need a set of new API-endpoints instead.
1.0
Import logic scenarios - We need a new logic to import the scenarios. And we have to do plausibility checks in the backend when data is provided ==> I don't think it is smart doing this with the existing WFS-T implementation. We might need a set of new API-endpoints instead.
non_comp
import logic scenarios we need a new logic to import the scenarios and we have to do plausibility checks in the backend when data is provided i don t think it is smart doing this with the existing wfs t implementation we might need a set of new api endpoints instead
0
2,277
5,037,568,283
IssuesEvent
2016-12-17 18:58:24
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Bug setting host to partial IPV6 address in UriBuilder
area-System.Net bug needs more info tenet-compatibility
## Problem This is the code for the setter of a host in UriBuilder: ```c# public string Host { get { return _host; } set { if (value == null) value = string.Empty; _host = value; //probable ipv6 address - Note: this is only supported for cases where the authority is ine...
True
Bug setting host to partial IPV6 address in UriBuilder - ## Problem This is the code for the setter of a host in UriBuilder: ```c# public string Host { get { return _host; } set { if (value == null) value = string.Empty; _host = value; //probable ipv6 address - Note: th...
comp
bug setting host to partial address in uribuilder problem this is the code for the setter of a host in uribuilder c public string host get return host set if value null value string empty host value probable address note this is ...
1
10,376
12,340,944,316
IssuesEvent
2020-05-14 20:54:07
json5/json5-spec
https://api.github.com/repos/json5/json5-spec
closed
Feature: constant names (unquoted string literals)
incompatible with ES5
I just thought of a way to further reduce the noise in configuration files and the like. What if we allowed unquoted string literals? For example: { foo: bar } That's not a JS feature, but it is JS compatible syntax - it merely presumes `bar` is a `const`, which has been predefined with the value `"bar"...
True
Feature: constant names (unquoted string literals) - I just thought of a way to further reduce the noise in configuration files and the like. What if we allowed unquoted string literals? For example: { foo: bar } That's not a JS feature, but it is JS compatible syntax - it merely presumes `bar` is a `co...
comp
feature constant names unquoted string literals i just thought of a way to further reduce the noise in configuration files and the like what if we allowed unquoted string literals for example foo bar that s not a js feature but it is js compatible syntax it merely presumes bar is a co...
1
1,554
4,106,675,787
IssuesEvent
2016-06-06 09:45:28
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Admin can't submit report (permissions)
Bug v0.4 Compatibility
Submit report is grayed out, admin doesn't have the permission : ![screen shot 2016-06-06 at 09 53 29](https://cloud.githubusercontent.com/assets/911434/15815334/9cfed716-2bcc-11e6-865c-71f1acd48437.png) Could also be how my env is setup, if my `_users` db is wrong or something (.4 doesn't have `user-settings` doc...
True
Admin can't submit report (permissions) - Submit report is grayed out, admin doesn't have the permission : ![screen shot 2016-06-06 at 09 53 29](https://cloud.githubusercontent.com/assets/911434/15815334/9cfed716-2bcc-11e6-865c-71f1acd48437.png) Could also be how my env is setup, if my `_users` db is wrong or some...
comp
admin can t submit report permissions submit report is grayed out admin doesn t have the permission could also be how my env is setup if my users db is wrong or something doesn t have user settings docs
1
17,142
9,631,740,914
IssuesEvent
2019-05-15 14:48:08
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Tensorflow lite demo app gives wrong result in GPU delegate (Honor Play Android 9.0 GPU Turbo)
comp:lite type:bug/performance
**System information** - OS Platform and Distribution: Android 9.0 (API 28) - Mobile device : Huawei Honor Play 9.0 ,GPU: Mali G72 MP12 (GPU Turbo) - TensorFlow installed from: tensorflow-lite:0.0.0-gpu-experimental **Describe the current behavior** The tensorflow lite gpu delegate demo application gives...
True
Tensorflow lite demo app gives wrong result in GPU delegate (Honor Play Android 9.0 GPU Turbo) - **System information** - OS Platform and Distribution: Android 9.0 (API 28) - Mobile device : Huawei Honor Play 9.0 ,GPU: Mali G72 MP12 (GPU Turbo) - TensorFlow installed from: tensorflow-lite:0.0.0-gpu-experimental ...
non_comp
tensorflow lite demo app gives wrong result in gpu delegate honor play android gpu turbo system information os platform and distribution android api mobile device huawei honor play gpu mali gpu turbo tensorflow installed from tensorflow lite gpu experimental ...
0
468,983
13,494,402,463
IssuesEvent
2020-09-11 21:24:30
Kong/kubernetes-ingress-controller
https://api.github.com/repos/Kong/kubernetes-ingress-controller
opened
Add override support for Knative Services
feature priority/medium
Knative services don't support `konghq.com/override`. Add support for Knative services for this. See https://github.com/Kong/kubernetes-ingress-controller/issues/742 for more details.
1.0
Add override support for Knative Services - Knative services don't support `konghq.com/override`. Add support for Knative services for this. See https://github.com/Kong/kubernetes-ingress-controller/issues/742 for more details.
non_comp
add override support for knative services knative services don t support konghq com override add support for knative services for this see for more details
0
39,931
5,162,751,960
IssuesEvent
2017-01-17 02:31:20
json-ld/json-ld.org
https://api.github.com/repos/json-ld/json-ld.org
closed
Ignoring semantically meaningless nesting
api spec-design syntax
Thanks for the great work with JSON-LD! However, when trying to use JSON-LD for to present data in the company I'm working in, I noticed the following missing feature: FEATURE PROPOSAL: ABILITY TO DEFINE ANY KEY AS AN INDEX KEY In addition to JSON-LD's existing index container structure, I propose that any key under ...
1.0
Ignoring semantically meaningless nesting - Thanks for the great work with JSON-LD! However, when trying to use JSON-LD for to present data in the company I'm working in, I noticed the following missing feature: FEATURE PROPOSAL: ABILITY TO DEFINE ANY KEY AS AN INDEX KEY In addition to JSON-LD's existing index contai...
non_comp
ignoring semantically meaningless nesting thanks for the great work with json ld however when trying to use json ld for to present data in the company i m working in i noticed the following missing feature feature proposal ability to define any key as an index key in addition to json ld s existing index contai...
0
5,668
8,137,072,976
IssuesEvent
2018-08-20 10:28:03
kasemir/org.csstudio.display.builder
https://api.github.com/repos/kasemir/org.csstudio.display.builder
opened
CSSTUDIO-561: Badly sized embedded container
BOY-compatibility bug
The embedded container, when set to **Size widget to match content** it is always 2 pixels too wide and too high. Moreover the content is offset 1 pixel to the left and bottom. It is like a 1-pixel border is set around the content. ![f1](https://user-images.githubusercontent.com/10833922/44335292-41afc500-a474-11e8-...
True
CSSTUDIO-561: Badly sized embedded container - The embedded container, when set to **Size widget to match content** it is always 2 pixels too wide and too high. Moreover the content is offset 1 pixel to the left and bottom. It is like a 1-pixel border is set around the content. ![f1](https://user-images.githubuserco...
comp
csstudio badly sized embedded container the embedded container when set to size widget to match content it is always pixels too wide and too high moreover the content is offset pixel to the left and bottom it is like a pixel border is set around the content in the picture the dark blue is ...
1
422,937
12,288,478,018
IssuesEvent
2020-05-09 16:54:41
redeclipse/base
https://api.github.com/repos/redeclipse/base
closed
rotation of player preview
difficulty: medium priority: low status: enhancement
With even more vanity items to explore, it would be cool to have some control of the player preview's rotation (at least for the larger one, "playerprev"). Pausing the rotation does already help much to look at vanity items, so what about a more convenient way than messing with /gamespeed or /gamepaused? An interactive...
1.0
rotation of player preview - With even more vanity items to explore, it would be cool to have some control of the player preview's rotation (at least for the larger one, "playerprev"). Pausing the rotation does already help much to look at vanity items, so what about a more convenient way than messing with /gamespeed o...
non_comp
rotation of player preview with even more vanity items to explore it would be cool to have some control of the player preview s rotation at least for the larger one playerprev pausing the rotation does already help much to look at vanity items so what about a more convenient way than messing with gamespeed o...
0
10,907
12,883,817,855
IssuesEvent
2020-07-13 00:25:18
PieKing1215/InvMove
https://api.github.com/repos/PieKing1215/InvMove
opened
[Crash] ClassCastException at PlayerAdvancements.java:157
compatibility crash
From: https://www.curseforge.com/minecraft/mc-mods/invmove?comment=8 Reported by [SuntannedDuck2](https://www.curseforge.com/members/suntannedduck2) **Describe the bug** Crash **To Reproduce** Unknown **Crash Log** https://hatebin.com/vifedfauvj **Version and Mod List** List the version of InvMove and ...
True
[Crash] ClassCastException at PlayerAdvancements.java:157 - From: https://www.curseforge.com/minecraft/mc-mods/invmove?comment=8 Reported by [SuntannedDuck2](https://www.curseforge.com/members/suntannedduck2) **Describe the bug** Crash **To Reproduce** Unknown **Crash Log** https://hatebin.com/vifedfauvj ...
comp
classcastexception at playeradvancements java from reported by describe the bug crash to reproduce unknown crash log version and mod list list the version of invmove and the version of forge the issue happens on invmove forge list any other mods being ...
1
105,544
11,454,345,025
IssuesEvent
2020-02-06 16:54:26
cisagov/cool-accounts
https://api.github.com/repos/cisagov/cool-accounts
opened
Add Documentation for the Entire Process
documentation enhancement
# 📄 Documentation Request Add documentation for the entire bootstrapping process. ## Motivation As it stands each directory contains a README that describes what to do for that particular account. However, there is no guide for the order of operations to bootstrap all the accounts since some of the accounts r...
1.0
Add Documentation for the Entire Process - # 📄 Documentation Request Add documentation for the entire bootstrapping process. ## Motivation As it stands each directory contains a README that describes what to do for that particular account. However, there is no guide for the order of operations to bootstrap al...
non_comp
add documentation for the entire process 📄 documentation request add documentation for the entire bootstrapping process motivation as it stands each directory contains a readme that describes what to do for that particular account however there is no guide for the order of operations to bootstrap al...
0
14,354
17,291,359,051
IssuesEvent
2021-07-24 20:35:06
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
[Bug] Closet addon nonfunctional in Android versions 9 and below
Anki Ecosystem Compatibility Bug Needs Triage
Preface: I'm unsure of the complete extent or cause of the problem This concerns the the addon [Closet](https://ankiweb.net/shared/info/272311064). Cards created using it are supposed to work in AnkiDroid from version 2.15 too, but I'm seeing that it doesn't work in certain devices. The problem: The clozes and o...
True
[Bug] Closet addon nonfunctional in Android versions 9 and below - Preface: I'm unsure of the complete extent or cause of the problem This concerns the the addon [Closet](https://ankiweb.net/shared/info/272311064). Cards created using it are supposed to work in AnkiDroid from version 2.15 too, but I'm seeing that i...
comp
closet addon nonfunctional in android versions and below preface i m unsure of the complete extent or cause of the problem this concerns the the addon cards created using it are supposed to work in ankidroid from version too but i m seeing that it doesn t work in certain devices the problem the...
1
665,237
22,304,417,143
IssuesEvent
2022-06-13 11:45:18
ICST-Technion/WelliBe
https://api.github.com/repos/ICST-Technion/WelliBe
closed
Create a page where the user can send thank you notes to its doctors
medium priority feature
slides 16-20 in the presentation.
1.0
Create a page where the user can send thank you notes to its doctors - slides 16-20 in the presentation.
non_comp
create a page where the user can send thank you notes to its doctors slides in the presentation
0
10,140
12,149,929,671
IssuesEvent
2020-04-24 17:01:23
voxpupuli/puppet-keepalived
https://api.github.com/repos/voxpupuli/puppet-keepalived
opened
Support sensitive and deferred values where passwords are used
backwards-incompatible enhancement
This is dependent on #213 With the introduction of the Deferred type and Sensitive, more people are wanting to use these to be able to secure potentially sensitive data. However, it is not easy to just mark one piece of data as deferred, then use it in a forge / third party module, since a typed parameter will...
True
Support sensitive and deferred values where passwords are used - This is dependent on #213 With the introduction of the Deferred type and Sensitive, more people are wanting to use these to be able to secure potentially sensitive data. However, it is not easy to just mark one piece of data as deferred, then use...
comp
support sensitive and deferred values where passwords are used this is dependent on with the introduction of the deferred type and sensitive more people are wanting to use these to be able to secure potentially sensitive data however it is not easy to just mark one piece of data as deferred then use i...
1
3,680
6,551,550,074
IssuesEvent
2017-09-05 15:06:25
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
PlatformNotSupportedException when attempting to serialize DirectoryInfo instance with Newtonsoft.Json
area-System.IO bug tenet-compatibility
Cross-posting with https://github.com/JamesNK/Newtonsoft.Json/issues/1404 to demonstrate the pain this can cause with 3rd party libraries that have historically relied on this behavior vs simply removing the API which would bring attention to the problem immediately, instead of at runtime. Please consider removing t...
True
PlatformNotSupportedException when attempting to serialize DirectoryInfo instance with Newtonsoft.Json - Cross-posting with https://github.com/JamesNK/Newtonsoft.Json/issues/1404 to demonstrate the pain this can cause with 3rd party libraries that have historically relied on this behavior vs simply removing the API whi...
comp
platformnotsupportedexception when attempting to serialize directoryinfo instance with newtonsoft json cross posting with to demonstrate the pain this can cause with party libraries that have historically relied on this behavior vs simply removing the api which would bring attention to the problem immediately in...
1
235,179
18,043,505,844
IssuesEvent
2021-09-18 13:17:46
ranimepiracy/index
https://api.github.com/repos/ranimepiracy/index
closed
[BUG] Website badge showns piracy.moe as down
bug documentation
Maybe the same as [pingapi#3](https://github.com/ranimepiracy/pingapi/issues/3)? But https://piracy.moe is being shown as down ![grafik](https://user-images.githubusercontent.com/27964795/114787333-e7c84000-9d7f-11eb-8553-2c2c28bc0ed6.png)
1.0
[BUG] Website badge showns piracy.moe as down - Maybe the same as [pingapi#3](https://github.com/ranimepiracy/pingapi/issues/3)? But https://piracy.moe is being shown as down ![grafik](https://user-images.githubusercontent.com/27964795/114787333-e7c84000-9d7f-11eb-8553-2c2c28bc0ed6.png)
non_comp
website badge showns piracy moe as down maybe the same as but is being shown as down
0
10,780
12,752,675,973
IssuesEvent
2020-06-27 17:42:43
Lothrazar/Storage-Network
https://api.github.com/repos/Lothrazar/Storage-Network
closed
Crash if chunk load Procesing Cable
1.12 bug cannot replicate compatibility
Minecraft version & Mod Version: Mc 1.2.2 Mod 1.7.6 (Mod pack Sky factory 4 V.4.0.8) Single player or Server: Server Describe problem (what you were doing / what happened): Procesing cable keep crashing anny player on server if chunk loaded , processing cable used with auto crafter from Cycl...
True
Crash if chunk load Procesing Cable - Minecraft version & Mod Version: Mc 1.2.2 Mod 1.7.6 (Mod pack Sky factory 4 V.4.0.8) Single player or Server: Server Describe problem (what you were doing / what happened): Procesing cable keep crashing anny player on server if chunk loaded , processing ...
comp
crash if chunk load procesing cable minecraft version mod version mc mod mod pack sky factory v single player or server server describe problem what you were doing what happened procesing cable keep crashing anny player on server if chunk loaded processing ...
1
512,242
14,891,216,271
IssuesEvent
2021-01-21 00:26:55
woocommerce/woocommerce-admin
https://api.github.com/repos/woocommerce/woocommerce-admin
closed
New WooCommerce Navigation: Issues accessing new nav on mobile, cannot easily access WooCocommerce pages in general
feature: navigation priority: high
**Describe the bug** Users accessing their WP-Admin via a mobile browser are having issues accessing the new nav. Clicking `WooCommerce` doesn't take the user to the new nav. Instead, it just expands and displays Reports which also doesn't lead to the new nav. Navigating directly to `/wp-admin/admin.php?page=w...
1.0
New WooCommerce Navigation: Issues accessing new nav on mobile, cannot easily access WooCocommerce pages in general - **Describe the bug** Users accessing their WP-Admin via a mobile browser are having issues accessing the new nav. Clicking `WooCommerce` doesn't take the user to the new nav. Instead, it just expa...
non_comp
new woocommerce navigation issues accessing new nav on mobile cannot easily access woococommerce pages in general describe the bug users accessing their wp admin via a mobile browser are having issues accessing the new nav clicking woocommerce doesn t take the user to the new nav instead it just expa...
0
9,074
11,103,341,963
IssuesEvent
2019-12-17 03:27:57
jiangdashao/Matrix-Issues
https://api.github.com/repos/jiangdashao/Matrix-Issues
closed
[BUG] Relog-time triggers for all kicks
Incompatibility
**Server version**: 1.14 **what happens**: relog time in config.yml is applied to all kicks, whether they are from matrix or not. This means I cannot use it to 'tempban' players for a certain amount of seconds for cheating. Please make this only trigger on matrixkickevent. Thanks
True
[BUG] Relog-time triggers for all kicks - **Server version**: 1.14 **what happens**: relog time in config.yml is applied to all kicks, whether they are from matrix or not. This means I cannot use it to 'tempban' players for a certain amount of seconds for cheating. Please make this only trigger on matrixkickevent. ...
comp
relog time triggers for all kicks server version what happens relog time in config yml is applied to all kicks whether they are from matrix or not this means i cannot use it to tempban players for a certain amount of seconds for cheating please make this only trigger on matrixkickevent thank...
1
255,587
27,485,015,238
IssuesEvent
2023-03-04 01:47:15
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
closed
CVE-2018-7754 (Medium) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246 - autoclosed
security vulnerability
## CVE-2018-7754 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c850e1a5779688d7a7de5246</b></p></summary> <p> <p>Linux kernel stable tree mirror</p> <p>Library...
True
CVE-2018-7754 (Medium) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246 - autoclosed - ## CVE-2018-7754 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c...
non_comp
cve medium detected in autoclosed cve medium severity vulnerability vulnerable library linux kernel stable tree mirror library home page a href found in head commit a href found in base branch master vulnerable source files drivers block ...
0
40,337
6,820,336,076
IssuesEvent
2017-11-07 13:35:41
napalm-automation/napalm-logs
https://api.github.com/repos/napalm-automation/napalm-logs
closed
Document frameworks and how to configure
documentation enhancement good first issue help wanted
We should probably create a separate section called _Clients_, where to have: - Salt - StackStorm - Scripts - Python - Java - Perl :trollface:
1.0
Document frameworks and how to configure - We should probably create a separate section called _Clients_, where to have: - Salt - StackStorm - Scripts - Python - Java - Perl :trollface:
non_comp
document frameworks and how to configure we should probably create a separate section called clients where to have salt stackstorm scripts python java perl trollface
0
14,282
17,170,956,984
IssuesEvent
2021-07-15 04:18:37
Izheil/Quantum-Nox-Firefox-Dark-Full-Theme
https://api.github.com/repos/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme
closed
[BUG] Page Information Window isn't fully dark
Compatibility Question Theming
**Describe the bug** I only used the Page Information Window part of the userChrome of the Proton Full Dark theme, and for some reason it doesn't look at all like the image in the readme. Instead the tables in "General" and "Media" look mostly white and very hard to read. Should I use the full userchrome instead? ...
True
[BUG] Page Information Window isn't fully dark - **Describe the bug** I only used the Page Information Window part of the userChrome of the Proton Full Dark theme, and for some reason it doesn't look at all like the image in the readme. Instead the tables in "General" and "Media" look mostly white and very hard to rea...
comp
page information window isn t fully dark describe the bug i only used the page information window part of the userchrome of the proton full dark theme and for some reason it doesn t look at all like the image in the readme instead the tables in general and media look mostly white and very hard to read ...
1
16,436
22,208,685,808
IssuesEvent
2022-06-07 17:02:05
aws-amplify/amplify-js
https://api.github.com/repos/aws-amplify/amplify-js
closed
ie11 syntax errors when attempting to use Amplify as part of an Office Outlook Windows Add-in
bug Browser Compatibly Geo
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-ampli...
True
ie11 syntax errors when attempting to use Amplify as part of an Office Outlook Windows Add-in - ### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/disc...
comp
syntax errors when attempting to use amplify as part of an office outlook windows add in before opening please confirm i have and i have read the guide for i have done my best to include a minimal self contained set of instructions for consistently reproducing the issue ...
1
17,835
24,613,919,546
IssuesEvent
2022-10-15 04:11:43
buttplugio/buttplug
https://api.github.com/repos/buttplugio/buttplug
closed
Add support for the Vorze UFO TW
Library - Device Features Device Compatibility
**Feature Description** Just need to add Device Index 0x05 to the Vorze SA protocol, as well as probably new name detection to the device config.
True
Add support for the Vorze UFO TW - **Feature Description** Just need to add Device Index 0x05 to the Vorze SA protocol, as well as probably new name detection to the device config.
comp
add support for the vorze ufo tw feature description just need to add device index to the vorze sa protocol as well as probably new name detection to the device config
1
173,754
27,518,778,440
IssuesEvent
2023-03-06 13:47:38
Selleo/design-system
https://api.github.com/repos/Selleo/design-system
closed
[DEV] Switch preview mode to use Tabs
ready-to-develop design-system
## Short overview We'd like to prioritize the visuals of our DS so we could add a tabbed view Preview | HTML | React which would change the view from showing the Component itself to Code Example: https://daisyui.com/components/progress/ ## ToDo - [ ] Create Tabs component to show Component or Code - [ ] ...
1.0
[DEV] Switch preview mode to use Tabs - ## Short overview We'd like to prioritize the visuals of our DS so we could add a tabbed view Preview | HTML | React which would change the view from showing the Component itself to Code Example: https://daisyui.com/components/progress/ ## ToDo - [ ] Create Tabs com...
non_comp
switch preview mode to use tabs short overview we d like to prioritize the visuals of our ds so we could add a tabbed view preview html react which would change the view from showing the component itself to code example todo create tabs component to show component or code make us...
0
817,107
30,626,187,522
IssuesEvent
2023-07-24 11:40:44
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Trial length is announced as 14 days on the "Get free trial" screen
Bug Resolution: Fixed Status: Resolved Priority: P4
### Version AdGuard for Android 4.0 ### Environment Any compatible android version ### Prerequisites - AdGuard is installed - Trial has not been actived on the device before ### Steps to reproduce 1. Launch AdGuard 2. Go to Settings tab -> License -> Get free trial ### Expected behaviour Summa...
1.0
Trial length is announced as 14 days on the "Get free trial" screen - ### Version AdGuard for Android 4.0 ### Environment Any compatible android version ### Prerequisites - AdGuard is installed - Trial has not been actived on the device before ### Steps to reproduce 1. Launch AdGuard 2. Go to Setti...
non_comp
trial length is announced as days on the get free trial screen version adguard for android environment any compatible android version prerequisites adguard is installed trial has not been actived on the device before steps to reproduce launch adguard go to settin...
0
2,217
4,963,596,630
IssuesEvent
2016-12-03 09:48:59
t9md/atom-vim-mode-plus
https://api.github.com/repos/t9md/atom-vim-mode-plus
closed
surround doesn't work with multi-line <>
breaking-change compatiblity-to-Vim
- Atom 1.12.6 - vim-mode-plus 0.66.1 Repro: ``` <bla a=1 > ``` change-surround-any-pair inside the angle brackets doesn't work. It works with the brackets are on the same line.
True
surround doesn't work with multi-line <> - - Atom 1.12.6 - vim-mode-plus 0.66.1 Repro: ``` <bla a=1 > ``` change-surround-any-pair inside the angle brackets doesn't work. It works with the brackets are on the same line.
comp
surround doesn t work with multi line atom vim mode plus repro bla a change surround any pair inside the angle brackets doesn t work it works with the brackets are on the same line
1
81,533
23,487,602,541
IssuesEvent
2022-08-17 15:35:47
microsoft/PowerToys
https://api.github.com/repos/microsoft/PowerToys
closed
ARM64 verification script for CI
Help Wanted Status-In progress Area-Build Area-ARM64
### Description of the new feature / enhancement Let's have a CI verification script for ARM64. Thoughts CSProj and SLN. Props files maybe? ### Scenario when this would be used? ARM support being sure we are consistant ### Supporting information _No response_
1.0
ARM64 verification script for CI - ### Description of the new feature / enhancement Let's have a CI verification script for ARM64. Thoughts CSProj and SLN. Props files maybe? ### Scenario when this would be used? ARM support being sure we are consistant ### Supporting information _No response_
non_comp
verification script for ci description of the new feature enhancement let s have a ci verification script for thoughts csproj and sln props files maybe scenario when this would be used arm support being sure we are consistant supporting information no response
0
338,281
24,580,617,926
IssuesEvent
2022-10-13 15:21:09
spring-projects-experimental/spring-modulith
https://api.github.com/repos/spring-projects-experimental/spring-modulith
closed
Improve consistency in `Documenter` API
in: documentation support type: enhancement
- [x] Consistently add overrides that assume customization option defaults without requiring explicit parameters. - [x] Rename `Options` to `DiagramOptions` for consistency with `CanvasOptions`.
1.0
Improve consistency in `Documenter` API - - [x] Consistently add overrides that assume customization option defaults without requiring explicit parameters. - [x] Rename `Options` to `DiagramOptions` for consistency with `CanvasOptions`.
non_comp
improve consistency in documenter api consistently add overrides that assume customization option defaults without requiring explicit parameters rename options to diagramoptions for consistency with canvasoptions
0
119,637
17,627,534,332
IssuesEvent
2021-08-19 01:01:16
doc-ai/tensorflow
https://api.github.com/repos/doc-ai/tensorflow
opened
CVE-2021-37660 (Medium) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl
security vulnerability
## CVE-2021-37660 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learni...
True
CVE-2021-37660 (Medium) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl - ## CVE-2021-37660 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0b1-cp36-cp3...
non_comp
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file tensorflow tensorflow lit...
0
18,241
25,220,484,913
IssuesEvent
2022-11-14 12:25:23
ear1grey/structured-start-tab
https://api.github.com/repos/ear1grey/structured-start-tab
closed
Local storage migration
compatibility
Due to Manifest V3 requiring service_workers that don't support `localStorage`, the data needs to be migrated to a different storage method. Use [storage.local](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local) instead.
True
Local storage migration - Due to Manifest V3 requiring service_workers that don't support `localStorage`, the data needs to be migrated to a different storage method. Use [storage.local](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local) instead.
comp
local storage migration due to manifest requiring service workers that don t support localstorage the data needs to be migrated to a different storage method use instead
1
13,440
15,861,036,549
IssuesEvent
2021-04-08 09:51:03
vesoft-inc/nebula-graph
https://api.github.com/repos/vesoft-inc/nebula-graph
closed
[OpenCypher compatibility] substring() with index 0 returns the whole string
incompatible
Function: substring(string a, int pos, int count) nGQL: RETURN substring("Hello, Nebula", 0, 2) In openCypher, if `pos` is 0, the substring will start at the beginning of `a`. But nGQL returns the whole string `a`. ![image](https://user-images.githubusercontent.com/69501902/112455016-478c8600-8d94-11eb-9ce9-672fd...
True
[OpenCypher compatibility] substring() with index 0 returns the whole string - Function: substring(string a, int pos, int count) nGQL: RETURN substring("Hello, Nebula", 0, 2) In openCypher, if `pos` is 0, the substring will start at the beginning of `a`. But nGQL returns the whole string `a`. ![image](https://use...
comp
substring with index returns the whole string function substring string a int pos int count ngql return substring hello nebula in opencypher if pos is the substring will start at the beginning of a but ngql returns the whole string a
1
15,788
20,618,652,966
IssuesEvent
2022-03-07 15:26:49
spinalcordtoolbox/spinalcordtoolbox
https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox
opened
Avoid the use of `/tmp` when outputting temporary files
bug Windows compatibility
> **Note:** This issue represents a Windows-specific bug that has already been addressed in #3699. Some parts of SCT hardcode the `/tmp` folder as a way to directly access the folder where temporary files are stored. However, on Windows, `%USERDIRECTORY%/AppData/Local/Temp` is used instead.
True
Avoid the use of `/tmp` when outputting temporary files - > **Note:** This issue represents a Windows-specific bug that has already been addressed in #3699. Some parts of SCT hardcode the `/tmp` folder as a way to directly access the folder where temporary files are stored. However, on Windows, `%USERDIRECTORY%/...
comp
avoid the use of tmp when outputting temporary files note this issue represents a windows specific bug that has already been addressed in some parts of sct hardcode the tmp folder as a way to directly access the folder where temporary files are stored however on windows userdirectory app...
1
197,372
22,594,705,019
IssuesEvent
2022-06-29 00:45:27
interserver/mailbaby-mail-api
https://api.github.com/repos/interserver/mailbaby-mail-api
closed
CVE-2021-32723 (Medium) detected in prismjs-1.23.0.tgz - autoclosed
security vulnerability
## CVE-2021-32723 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.23.0.tgz</b></p></summary> <p>Lightweight, robust, elegant syntax highlighting. A spin-off project from Da...
True
CVE-2021-32723 (Medium) detected in prismjs-1.23.0.tgz - autoclosed - ## CVE-2021-32723 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.23.0.tgz</b></p></summary> <p>Lightw...
non_comp
cve medium detected in prismjs tgz autoclosed cve medium severity vulnerability vulnerable library prismjs tgz lightweight robust elegant syntax highlighting a spin off project from dabblet library home page a href path to dependency file public elements package ...
0