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
7,014
9,301,984,099
IssuesEvent
2019-03-24 04:22:31
ballerina-platform/ballerina-spec
https://api.github.com/repos/ballerina-platform/ballerina-spec
opened
Allow record types to specify default values for fields
enhancement incompatible/semantics jballerina lang
Basic idea is to allow fields in a record type to specify a default value. ``` record T { boolean isX = false; } ``` There are a number of details that need to be worked out: 1. When does a default get applied? 2. What is allowed as the specification of the default value and how does it get evaluated? 3....
True
Allow record types to specify default values for fields - Basic idea is to allow fields in a record type to specify a default value. ``` record T { boolean isX = false; } ``` There are a number of details that need to be worked out: 1. When does a default get applied? 2. What is allowed as the specificati...
comp
allow record types to specify default values for fields basic idea is to allow fields in a record type to specify a default value record t boolean isx false there are a number of details that need to be worked out when does a default get applied what is allowed as the specificati...
1
33,144
27,260,788,632
IssuesEvent
2023-02-22 14:46:05
grafana/agent
https://api.github.com/repos/grafana/agent
closed
Flow: add eventhandler integration component
type/infrastructure flow/feature-parity flow
Add a component for the `integrations-next` [eventhandler integration](https://grafana.com/docs/agent/latest/configuration/integrations/integrations-next/eventhandler-config/). This requires logging support to be added to Flow first. The `eventhandler` name doesn't make a ton of sense, and doesn't imply what it d...
1.0
Flow: add eventhandler integration component - Add a component for the `integrations-next` [eventhandler integration](https://grafana.com/docs/agent/latest/configuration/integrations/integrations-next/eventhandler-config/). This requires logging support to be added to Flow first. The `eventhandler` name doesn't m...
non_comp
flow add eventhandler integration component add a component for the integrations next this requires logging support to be added to flow first the eventhandler name doesn t make a ton of sense and doesn t imply what it does this may be a good opportunity to rename it to something a little more self e...
0
13,445
15,864,295,177
IssuesEvent
2021-04-08 13:41:34
spring-projects-experimental/spring-native
https://api.github.com/repos/spring-projects-experimental/spring-native
closed
NoSuchMethodException: org.springframework.kafka.support.serializer.JsonSerializer.<init>()
status: waiting-for-feedback type: compatibility
Hi, I've updated this project called [springboot-producer-consumer](https://github.com/ivangfr/graalvm-quarkus-micronaut-springboot/tree/master/producer-consumer/springboot-producer-consumer) to `spring-boot 2.4.4` and `spring-native 0.9.1`. I am able to build the native Docker image and run its container normally. ...
True
NoSuchMethodException: org.springframework.kafka.support.serializer.JsonSerializer.<init>() - Hi, I've updated this project called [springboot-producer-consumer](https://github.com/ivangfr/graalvm-quarkus-micronaut-springboot/tree/master/producer-consumer/springboot-producer-consumer) to `spring-boot 2.4.4` and `spring...
comp
nosuchmethodexception org springframework kafka support serializer jsonserializer hi i ve updated this project called to spring boot and spring native i am able to build the native docker image and run its container normally however when a json message is published using springboot pr...
1
17,762
24,516,203,183
IssuesEvent
2022-10-11 05:23:53
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
reopened
Incompatible with MySQL 8.0 about create table with default expression
type/compatibility good first issue
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ``` ➜ ~ tidiff 'create table ttest ( a int(10) default (rand()))' MySQL(127.0.0.1:3306)> create table ttest ( a int(10) default (rand())) Query OK ...
True
Incompatible with MySQL 8.0 about create table with default expression - ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ``` ➜ ~ tidiff 'create table ttest ( a int(10) default (rand()))' MySQL(127...
comp
incompatible with mysql about create table with default expression bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error ➜ tidiff create table ttest a int default rand mysql ...
1
10,243
12,233,514,361
IssuesEvent
2020-05-04 11:47:31
Zilliqa/scilla
https://api.github.com/repos/Zilliqa/scilla
opened
Disallow periods in message labels
backwards-incompatible-change bug good first issue inconsistency parser
We currently allow message labels with periods in them, e.g. `{ mynamespace.myname : Uint32 0 ; ...}`. This makes no sense, since transition parameters cannot have periods in them, so the message will only work if it is sent to a user address, in which case the message field is unnecessary. The problem are the follo...
True
Disallow periods in message labels - We currently allow message labels with periods in them, e.g. `{ mynamespace.myname : Uint32 0 ; ...}`. This makes no sense, since transition parameters cannot have periods in them, so the message will only work if it is sent to a user address, in which case the message field is unne...
comp
disallow periods in message labels we currently allow message labels with periods in them e g mynamespace myname this makes no sense since transition parameters cannot have periods in them so the message will only work if it is sent to a user address in which case the message field is unnecessa...
1
136,848
19,987,437,850
IssuesEvent
2022-01-30 21:40:29
DA-ETSIINF/Try-IT-frontend
https://api.github.com/repos/DA-ETSIINF/Try-IT-frontend
closed
Create page for the program
enhancement design
This page will show information about the program in the week. Things to do: - [x] Add all sessions and events - [x] Allow user to expand/contract the cards - [x] Separate them between days and hours - [X] Implement the logic in the store - [X] Add filters - [x] Add unique links to the different activities - [ ...
1.0
Create page for the program - This page will show information about the program in the week. Things to do: - [x] Add all sessions and events - [x] Allow user to expand/contract the cards - [x] Separate them between days and hours - [X] Implement the logic in the store - [X] Add filters - [x] Add unique links to ...
non_comp
create page for the program this page will show information about the program in the week things to do add all sessions and events allow user to expand contract the cards separate them between days and hours implement the logic in the store add filters add unique links to the differen...
0
192,732
15,357,451,588
IssuesEvent
2021-03-01 13:42:57
lutraconsulting/input
https://api.github.com/repos/lutraconsulting/input
closed
Possibility to use camera as QR code scanner instead of taking photos
camera client request documentation enhancement forms
In some cases, users want to scan a QR code and parse the content as a string to the form. It will be good to have an option to use QR scanner feature from the camera, in addition to photo taking. Not sure, if this will need extending QGIS widget types??
1.0
Possibility to use camera as QR code scanner instead of taking photos - In some cases, users want to scan a QR code and parse the content as a string to the form. It will be good to have an option to use QR scanner feature from the camera, in addition to photo taking. Not sure, if this will need extending QGIS widge...
non_comp
possibility to use camera as qr code scanner instead of taking photos in some cases users want to scan a qr code and parse the content as a string to the form it will be good to have an option to use qr scanner feature from the camera in addition to photo taking not sure if this will need extending qgis widge...
0
34,538
16,596,456,431
IssuesEvent
2021-06-01 14:01:08
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Performance drop if I do some operation between predictions.
TF 1.15 stalled stat:awaiting response type:performance
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04 - TensorFlow installed from (source or binary): conda - TensorFlow version (use command below): 1.15 - Python ...
True
Performance drop if I do some operation between predictions. - **System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04 - TensorFlow installed from (source or binary): c...
non_comp
performance drop if i do some operation between predictions system information have i written custom code as opposed to using a stock example script provided in tensorflow yes os platform and distribution e g linux ubuntu linux ubuntu tensorflow installed from source or binary conda...
0
7,158
9,440,024,252
IssuesEvent
2019-04-14 14:58:12
STEllAR-GROUP/phylanx
https://api.github.com/repos/STEllAR-GROUP/phylanx
closed
OpenSCoP backend produces wrong parameters
category: @Phylanx submodule: frontend type: compatibility issue type: enhancement
Wrong data was collected as OpenSCoP's parameters. example input: ``` def kernel(A, B, N): if N < 8: for i in range(N, 9): B[i] = A[i] + B[i] ``` OpenSCoP's parameters shall contain these data. ``` Name: "N" ``` OpenSCoP's parameters shall not contain these data. This codes has a...
True
OpenSCoP backend produces wrong parameters - Wrong data was collected as OpenSCoP's parameters. example input: ``` def kernel(A, B, N): if N < 8: for i in range(N, 9): B[i] = A[i] + B[i] ``` OpenSCoP's parameters shall contain these data. ``` Name: "N" ``` OpenSCoP's parameters s...
comp
openscop backend produces wrong parameters wrong data was collected as openscop s parameters example input def kernel a b n if n for i in range n b a b openscop s parameters shall contain these data name n openscop s parameters shall n...
1
10,068
12,061,450,502
IssuesEvent
2020-04-15 23:50:29
LogicTechCorp/NetherEx
https://api.github.com/repos/LogicTechCorp/NetherEx
closed
[1.12.2] Custom Ores for Tinker's Contruct [Suggestion/Changes]
Compatibility Enhancement
If Tinker's Construct is present it generates Cobalt and Ardit ores in the nether. But there are no ore variants for the new types of netherrack that are added by NetherEx. Maybe that could be changed.
True
[1.12.2] Custom Ores for Tinker's Contruct [Suggestion/Changes] - If Tinker's Construct is present it generates Cobalt and Ardit ores in the nether. But there are no ore variants for the new types of netherrack that are added by NetherEx. Maybe that could be changed.
comp
custom ores for tinker s contruct if tinker s construct is present it generates cobalt and ardit ores in the nether but there are no ore variants for the new types of netherrack that are added by netherex maybe that could be changed
1
35,800
2,793,079,818
IssuesEvent
2015-05-11 08:31:25
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
closed
Fixed columns Right?
Feature Priority: normal
Hello, Is there an option that can freeze some columns at right, as it is with fixedColumnsLeft? Thank you!
1.0
Fixed columns Right? - Hello, Is there an option that can freeze some columns at right, as it is with fixedColumnsLeft? Thank you!
non_comp
fixed columns right hello is there an option that can freeze some columns at right as it is with fixedcolumnsleft thank you
0
10,891
12,877,874,370
IssuesEvent
2020-07-11 13:38:48
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
ASC and DESC after GROUP BY does not work.
type/bug type/compatibility type/duplicate
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```sql mysql> SELECT sex FROM t1 GROUP BY sex DESC; +------+ | sex | +------+ | M | | F | +------+ 2 rows in set (0.00 sec) mysql> SELE...
True
ASC and DESC after GROUP BY does not work. - ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```sql mysql> SELECT sex FROM t1 GROUP BY sex DESC; +------+ | sex | +------+ | M | | F | +---...
comp
asc and desc after group by does not work bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error sql mysql select sex from group by sex desc sex m f ...
1
6,875
9,187,046,255
IssuesEvent
2019-03-06 01:10:54
ppy/osu-framework
https://api.github.com/repos/ppy/osu-framework
closed
libbass.so not being loaded under Linux despise being on the library loading path
compatibility linux
`LD_LIBRARY_PATH` is set to the build folder, and both `libbass.so` and `libbass_fx.so` are present on said folder. Setting `LD_DEBUG=libs` shows that the osu!framework doesn't seem to attempt loading such libraries (messages like `find library=libbass.so` are never logged to the console, meaning those files are never ...
True
libbass.so not being loaded under Linux despise being on the library loading path - `LD_LIBRARY_PATH` is set to the build folder, and both `libbass.so` and `libbass_fx.so` are present on said folder. Setting `LD_DEBUG=libs` shows that the osu!framework doesn't seem to attempt loading such libraries (messages like `find...
comp
libbass so not being loaded under linux despise being on the library loading path ld library path is set to the build folder and both libbass so and libbass fx so are present on said folder setting ld debug libs shows that the osu framework doesn t seem to attempt loading such libraries messages like find...
1
686,183
23,480,414,092
IssuesEvent
2022-08-17 10:02:54
hansSchall/sACN2Video2
https://api.github.com/repos/hansSchall/sACN2Video2
closed
better error reporting / monitoring
top priority
coded this: ![logserver](http://github.com/hansSchall/logserver) - [ ] add logserver connector - [x] replace `updateStatus()` by `log()` - [x] migrate asset loading to `log()` - [ ] add `log()` instructions, whenever something important happens - [ ] add try catch blocks
1.0
better error reporting / monitoring - coded this: ![logserver](http://github.com/hansSchall/logserver) - [ ] add logserver connector - [x] replace `updateStatus()` by `log()` - [x] migrate asset loading to `log()` - [ ] add `log()` instructions, whenever something important happens - [ ] add try catch blocks ...
non_comp
better error reporting monitoring coded this add logserver connector replace updatestatus by log migrate asset loading to log add log instructions whenever something important happens add try catch blocks
0
8,928
10,928,461,068
IssuesEvent
2019-11-22 19:05:28
hyperstack-org/hyperstack
https://api.github.com/repos/hyperstack-org/hyperstack
opened
Change in Selenium or Chrome Driver disables auto popup of js debugger
compatibility
Something changed in selenium, or chrome driver and now when you run `DRIVER=chrome bundle exec rspec ...` the chrome debugger pane is no longer coming up automatically. The problem is in the capybara configuration you now need to say this: ```ruby Capybara.register_driver :chrome do |app| opts = Selenium...
True
Change in Selenium or Chrome Driver disables auto popup of js debugger - Something changed in selenium, or chrome driver and now when you run `DRIVER=chrome bundle exec rspec ...` the chrome debugger pane is no longer coming up automatically. The problem is in the capybara configuration you now need to say this: ...
comp
change in selenium or chrome driver disables auto popup of js debugger something changed in selenium or chrome driver and now when you run driver chrome bundle exec rspec the chrome debugger pane is no longer coming up automatically the problem is in the capybara configuration you now need to say this ...
1
15,355
3,460,491,693
IssuesEvent
2015-12-19 06:39:25
openshift/origin
https://api.github.com/repos/openshift/origin
closed
test flake in test/cmd/newapp.sh
kind/test-flake
Running hack/../test/cmd/newapp.sh:144: executing 'oc get imagestreamtags installable:file' expecting success; re-trying every 0.2s until completion or 60.000s... FAILURE after 59.988s: hack/../test/cmd/newapp.sh:144: executing 'oc get imagestreamtags installable:file' expecting success; re-trying every 0.2s u...
1.0
test flake in test/cmd/newapp.sh - Running hack/../test/cmd/newapp.sh:144: executing 'oc get imagestreamtags installable:file' expecting success; re-trying every 0.2s until completion or 60.000s... FAILURE after 59.988s: hack/../test/cmd/newapp.sh:144: executing 'oc get imagestreamtags installable:file' expect...
non_comp
test flake in test cmd newapp sh running hack test cmd newapp sh executing oc get imagestreamtags installable file expecting success re trying every until completion or failure after hack test cmd newapp sh executing oc get imagestreamtags installable file expecting success ...
0
8,136
10,237,721,894
IssuesEvent
2019-08-19 14:27:37
zloirock/core-js
https://api.github.com/repos/zloirock/core-js
closed
Conflict with Google Maps JavaScript SDK in IE 11
can't reproduce compatibility
In project I have: ``` > yarn list --pattern 'core-js' yarn list v1.17.3 ├─ core-js-compat@3.1.4 ├─ core-js-pure@3.1.4 └─ core-js@3.1.4 Done in 0.54s ``` In Internet Explorer 11 I get: ``` This site overrides Array.from() with an implementation that doesn't support iterables, which could cause Google M...
True
Conflict with Google Maps JavaScript SDK in IE 11 - In project I have: ``` > yarn list --pattern 'core-js' yarn list v1.17.3 ├─ core-js-compat@3.1.4 ├─ core-js-pure@3.1.4 └─ core-js@3.1.4 Done in 0.54s ``` In Internet Explorer 11 I get: ``` This site overrides Array.from() with an implementation that d...
comp
conflict with google maps javascript sdk in ie in project i have yarn list pattern core js yarn list ├─ core js compat ├─ core js pure └─ core js done in in internet explorer i get this site overrides array from with an implementation that doesn t...
1
259,646
22,504,207,905
IssuesEvent
2022-06-23 14:15:24
finos/legend-studio
https://api.github.com/repos/finos/legend-studio
closed
Feature request: Add global test runner
Type: Feature Request Studio Core Team Application: Studio Component: Testing
### Similar requests - [X] I have searched and found no existing similar requests ### How are you using Studio? Legend Studio ### What problems are you trying to solve? Currently we have a few elements that have tests associated with them (Mapping, Service). We run those tests directly on the editor. However there...
1.0
Feature request: Add global test runner - ### Similar requests - [X] I have searched and found no existing similar requests ### How are you using Studio? Legend Studio ### What problems are you trying to solve? Currently we have a few elements that have tests associated with them (Mapping, Service). We run those t...
non_comp
feature request add global test runner similar requests i have searched and found no existing similar requests how are you using studio legend studio what problems are you trying to solve currently we have a few elements that have tests associated with them mapping service we run those tes...
0
15,311
19,539,226,011
IssuesEvent
2021-12-31 15:50:41
rhymix/rhymix
https://api.github.com/repos/rhymix/rhymix
closed
타인작성 게시판 문서 업데이트 시 DB 문서 테이블의 "last_updater" 변화없음.
cleanup compatibility
안녕하세요, 오래 전부터 발생하던 문제인데... 한번 점검 부탁드립니다. 1. 로그인 한 유저가 작성한 게시판 문서를 관리자가 업데이트 했을때. : "last_update" 시간값은 있으나, "last_updater" 는 값이 안들어갑니다. 2. 로그인 없이 작성한 게시글을 방문자가 비번 입력으로 열어서 수정할 때: "nick_name"에 수정한 사람(방문자)의 닉네임이 들어가고 "last_updater" 는 값이 안들어 갑니다.(작성자로 간주?) , 감사합니다. ksc
True
타인작성 게시판 문서 업데이트 시 DB 문서 테이블의 "last_updater" 변화없음. - 안녕하세요, 오래 전부터 발생하던 문제인데... 한번 점검 부탁드립니다. 1. 로그인 한 유저가 작성한 게시판 문서를 관리자가 업데이트 했을때. : "last_update" 시간값은 있으나, "last_updater" 는 값이 안들어갑니다. 2. 로그인 없이 작성한 게시글을 방문자가 비번 입력으로 열어서 수정할 때: "nick_name"에 수정한 사람(방문자)의 닉네임이 들어가고 "last_updater" 는 값이 안들어 갑니다.(작성자로 간주?) , ...
comp
타인작성 게시판 문서 업데이트 시 db 문서 테이블의 last updater 변화없음 안녕하세요 오래 전부터 발생하던 문제인데 한번 점검 부탁드립니다 로그인 한 유저가 작성한 게시판 문서를 관리자가 업데이트 했을때 last update 시간값은 있으나 last updater 는 값이 안들어갑니다 로그인 없이 작성한 게시글을 방문자가 비번 입력으로 열어서 수정할 때 nick name 에 수정한 사람 방문자 의 닉네임이 들어가고 last updater 는 값이 안들어 갑니다 작성자로 간주 ...
1
10,036
12,037,646,536
IssuesEvent
2020-04-13 22:20:42
Vazkii/Quark
https://api.github.com/repos/Vazkii/Quark
closed
Run ForgeEventFactory.onSleepFinished when Improved Sleeping sets the time to day
bug compatibility
This way other mods can properly hook on the event. https://github.com/Vazkii/Quark/blob/master/src/main/java/vazkii/quark/tweaks/module/ImprovedSleepingModule.java#L155 Much like it's done in vanilla ```java world.setDayTime(net.minecraftforge.event.ForgeEventFactory.onSleepFinished(this, time - time % 24000L, t...
True
Run ForgeEventFactory.onSleepFinished when Improved Sleeping sets the time to day - This way other mods can properly hook on the event. https://github.com/Vazkii/Quark/blob/master/src/main/java/vazkii/quark/tweaks/module/ImprovedSleepingModule.java#L155 Much like it's done in vanilla ```java world.setDayTime(net....
comp
run forgeeventfactory onsleepfinished when improved sleeping sets the time to day this way other mods can properly hook on the event much like it s done in vanilla java world setdaytime net minecraftforge event forgeeventfactory onsleepfinished this time time this getdaytime
1
134,294
19,141,756,693
IssuesEvent
2021-12-02 00:11:08
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
opened
Border panel: Deselected colors are reselected when setting a non-zero width
[Type] Bug [Feature] Design Tools
### Description This is a problem with the logic that's supposed to restore style/color selections that were cleared when setting border width to zero. If a user selects a border color but then _deselects_ it before setting the width to zero, it should _not_ be restored when the width is later set to a non-zero value....
1.0
Border panel: Deselected colors are reselected when setting a non-zero width - ### Description This is a problem with the logic that's supposed to restore style/color selections that were cleared when setting border width to zero. If a user selects a border color but then _deselects_ it before setting the width to zer...
non_comp
border panel deselected colors are reselected when setting a non zero width description this is a problem with the logic that s supposed to restore style color selections that were cleared when setting border width to zero if a user selects a border color but then deselects it before setting the width to zer...
0
810,165
30,228,134,156
IssuesEvent
2023-07-06 03:33:08
steedos/steedos-platform
https://api.github.com/repos/steedos/steedos-platform
closed
[Bug]: 审批王,新建审批单,输入子表记录后,编辑不了子表记录、也新建不了子表记录,有报错信息
bug done priority: High
### Description ![image](https://github.com/steedos/steedos-platform/assets/7553007/ab76ce76-ca6c-4ba3-b189-53e6ae2bc9d0) ### Steps To Reproduce 重现步骤 有子表的审批单,新建子表,编辑此记录 ### Version 版本 2.5.3-beta.26 / 2.5.4
1.0
[Bug]: 审批王,新建审批单,输入子表记录后,编辑不了子表记录、也新建不了子表记录,有报错信息 - ### Description ![image](https://github.com/steedos/steedos-platform/assets/7553007/ab76ce76-ca6c-4ba3-b189-53e6ae2bc9d0) ### Steps To Reproduce 重现步骤 有子表的审批单,新建子表,编辑此记录 ### Version 版本 2.5.3-beta.26 / 2.5.4
non_comp
审批王,新建审批单,输入子表记录后,编辑不了子表记录、也新建不了子表记录,有报错信息 description steps to reproduce 重现步骤 有子表的审批单,新建子表,编辑此记录 version 版本 beta
0
410,710
11,995,673,868
IssuesEvent
2020-04-08 15:33:03
Ignitus/Ignitus-client
https://api.github.com/repos/Ignitus/Ignitus-client
closed
New testimonial carousel design.
Priority RGSoC 2020 UI/UX beginner gssoc20 help wanted medium
**Is your feature request related to a problem? Please describe.** We plan to update the current design of our testimonial carousel in Ignitus. **Describe the solution you'd like** I have attached the screenshot of design we would like to have. **Describe alternatives you've considered** N.A **Additional co...
1.0
New testimonial carousel design. - **Is your feature request related to a problem? Please describe.** We plan to update the current design of our testimonial carousel in Ignitus. **Describe the solution you'd like** I have attached the screenshot of design we would like to have. **Describe alternatives you've c...
non_comp
new testimonial carousel design is your feature request related to a problem please describe we plan to update the current design of our testimonial carousel in ignitus describe the solution you d like i have attached the screenshot of design we would like to have describe alternatives you ve c...
0
10,116
12,128,853,331
IssuesEvent
2020-04-22 21:17:23
google/gvisor
https://api.github.com/repos/google/gvisor
closed
TCP listen after shutdown fails
area: compatibility area: networking type: bug
On Linux we can shutdown read on a listening socket and later bring it back to listen mode by calling listen again. This does not work with gvisor currently.
True
TCP listen after shutdown fails - On Linux we can shutdown read on a listening socket and later bring it back to listen mode by calling listen again. This does not work with gvisor currently.
comp
tcp listen after shutdown fails on linux we can shutdown read on a listening socket and later bring it back to listen mode by calling listen again this does not work with gvisor currently
1
9,239
11,219,479,444
IssuesEvent
2020-01-07 13:59:07
marshmallow-code/webargs
https://api.github.com/repos/marshmallow-code/webargs
closed
Leave logic of deciding on extra args to schema
backwards incompatible help wanted
Now that marshmallow 3.x is in beta and comes with configurable behavior on extra args, how about just including all fields in `Parser._parse_request()` and passing them on to `Schema.load()`? It would be up to passed Schema to determine what to do with them. The effect would be that: - With `RAISE`, extra fiel...
True
Leave logic of deciding on extra args to schema - Now that marshmallow 3.x is in beta and comes with configurable behavior on extra args, how about just including all fields in `Parser._parse_request()` and passing them on to `Schema.load()`? It would be up to passed Schema to determine what to do with them. The ef...
comp
leave logic of deciding on extra args to schema now that marshmallow x is in beta and comes with configurable behavior on extra args how about just including all fields in parser parse request and passing them on to schema load it would be up to passed schema to determine what to do with them the ef...
1
13,759
16,475,839,516
IssuesEvent
2021-05-24 05:08:36
LabSound/LabSound
https://api.github.com/repos/LabSound/LabSound
closed
Implement AudioContext suspend()
WebAudio compatibility
Spec states that there is a way to temporarily suspend rendering. However, in LabSound you can only **start** it and never **stop**, APIwise. Actual implementation of the internal `AudioDestination` has the needed `stop()` method, but it is hidden from the exported interfaces. Specifically, `AudioDestinationNode` alrea...
True
Implement AudioContext suspend() - Spec states that there is a way to temporarily suspend rendering. However, in LabSound you can only **start** it and never **stop**, APIwise. Actual implementation of the internal `AudioDestination` has the needed `stop()` method, but it is hidden from the exported interfaces. Specifi...
comp
implement audiocontext suspend spec states that there is a way to temporarily suspend rendering however in labsound you can only start it and never stop apiwise actual implementation of the internal audiodestination has the needed stop method but it is hidden from the exported interfaces specifi...
1
208,499
16,116,041,733
IssuesEvent
2021-04-28 07:32:42
fluxcd/website
https://api.github.com/repos/fluxcd/website
opened
components: some pages are not listed in the nav
documentation
Connected to #124 we need to generate frontmatter more reliably. One comment from Slack: > whole pages are missing like https://github.com/fluxcd/image-reflector-controller/blob/main/docs/spec/v1alpha2/imagerepositories.md > https://github.com/fluxcd/image-reflector-controller/blob/main/docs/spec/v1alpha2/imagepo...
1.0
components: some pages are not listed in the nav - Connected to #124 we need to generate frontmatter more reliably. One comment from Slack: > whole pages are missing like https://github.com/fluxcd/image-reflector-controller/blob/main/docs/spec/v1alpha2/imagerepositories.md > https://github.com/fluxcd/image-reflec...
non_comp
components some pages are not listed in the nav connected to we need to generate frontmatter more reliably one comment from slack whole pages are missing like
0
507,279
14,679,959,179
IssuesEvent
2020-12-31 08:36:57
k8smeetup/website-tasks
https://api.github.com/repos/k8smeetup/website-tasks
opened
/docs/reference/glossary/cluster-infrastructure.md
lang/zh priority/P0 sync/update version/master welcome
Source File: [/docs/reference/glossary/cluster-infrastructure.md](https://github.com/kubernetes/website/blob/master/content/en/docs/reference/glossary/cluster-infrastructure.md) Diff 命令参考: ```bash # 查看原始文档与翻译文档更新差异 git diff --no-index -- content/en/docs/reference/glossary/cluster-infrastructure.md content/zh/docs/re...
1.0
/docs/reference/glossary/cluster-infrastructure.md - Source File: [/docs/reference/glossary/cluster-infrastructure.md](https://github.com/kubernetes/website/blob/master/content/en/docs/reference/glossary/cluster-infrastructure.md) Diff 命令参考: ```bash # 查看原始文档与翻译文档更新差异 git diff --no-index -- content/en/docs/reference/...
non_comp
docs reference glossary cluster infrastructure md source file diff 命令参考 bash 查看原始文档与翻译文档更新差异 git diff no index content en docs reference glossary cluster infrastructure md content zh docs reference glossary cluster infrastructure md 跨分支持查看原始文档更新差异 git diff release master content en docs ...
0
14,852
18,363,592,495
IssuesEvent
2021-10-09 17:05:16
thedarkcolour/Future-MC
https://api.github.com/repos/thedarkcolour/Future-MC
closed
[1.12.2] Blast Furnace and Smoker break with crafttweaker
bug upcoming fix compatibility
When I did this: Furnace: Iron ore > Iron nugget Blast Furnace: Iron ore > iron ingot I still got the iron nugget from the blast furnace. This happened in all recipes where the furnace and blast furnace smelted the same item into two different things. Additionally, all crafttweaker recipes added to the smoker outputte...
True
[1.12.2] Blast Furnace and Smoker break with crafttweaker - When I did this: Furnace: Iron ore > Iron nugget Blast Furnace: Iron ore > iron ingot I still got the iron nugget from the blast furnace. This happened in all recipes where the furnace and blast furnace smelted the same item into two different things. Additio...
comp
blast furnace and smoker break with crafttweaker when i did this furnace iron ore iron nugget blast furnace iron ore iron ingot i still got the iron nugget from the blast furnace this happened in all recipes where the furnace and blast furnace smelted the same item into two different things additionally ...
1
50,698
21,320,760,298
IssuesEvent
2022-04-17 03:09:37
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
User created index patterns are not migrated/kept across minor version upgrades
bug Team:apm loe:hours Team:AppServicesSv impact:needs-assessment
**Kibana version:** 7.14.1 **Elasticsearch version:** 7.14.1 **Server OS version:** Red Hat Enterprise Linux Server release 7.9 (Maipo) **Browser version:** Chrome Version 94.0.4606.71 (Official Build) (32-bit) **Browser OS version:** **Original install method (e.g. download page, yum, from source, etc.)...
1.0
User created index patterns are not migrated/kept across minor version upgrades - **Kibana version:** 7.14.1 **Elasticsearch version:** 7.14.1 **Server OS version:** Red Hat Enterprise Linux Server release 7.9 (Maipo) **Browser version:** Chrome Version 94.0.4606.71 (Official Build) (32-bit) **Browser OS ve...
non_comp
user created index patterns are not migrated kept across minor version upgrades kibana version elasticsearch version server os version red hat enterprise linux server release maipo browser version chrome version official build bit browser os version ...
0
725,072
24,950,636,755
IssuesEvent
2022-11-01 06:49:44
Hyperobjekt/seeing-solitary
https://api.github.com/repos/Hyperobjekt/seeing-solitary
closed
Handle 0 values on Barchart
high priority
- [x] Make manual 0% along x-axis - [x] Add transparent bar to trigger tooltip hover state - [x] Confirm that not reported values should not be included in charts (ex: state-and-federal totals) @james-minton ?
1.0
Handle 0 values on Barchart - - [x] Make manual 0% along x-axis - [x] Add transparent bar to trigger tooltip hover state - [x] Confirm that not reported values should not be included in charts (ex: state-and-federal totals) @james-minton ?
non_comp
handle values on barchart make manual along x axis add transparent bar to trigger tooltip hover state confirm that not reported values should not be included in charts ex state and federal totals james minton
0
11,441
9,369,148,725
IssuesEvent
2019-04-03 10:20:47
wellcometrust/platform
https://api.github.com/repos/wellcometrust/platform
closed
Replicator: detecting the bag-info.txt file is a bit wonky
🐛 Bug 📦 Storage service
I created a bag from one of the Archivematica sample bags: ```console $ tar -zcvf bag.tar.gz bag ``` I uploaded the bag and posted and ingest, which gets unpacked to the following structure: ``` bag ├── data │ └── bagTest │ ├── LICENSE │ ├── README │ └── TRADEMARK ├── ._bag-info.tx...
1.0
Replicator: detecting the bag-info.txt file is a bit wonky - I created a bag from one of the Archivematica sample bags: ```console $ tar -zcvf bag.tar.gz bag ``` I uploaded the bag and posted and ingest, which gets unpacked to the following structure: ``` bag ├── data │ └── bagTest │ ├── LICENSE ...
non_comp
replicator detecting the bag info txt file is a bit wonky i created a bag from one of the archivematica sample bags console tar zcvf bag tar gz bag i uploaded the bag and posted and ingest which gets unpacked to the following structure bag ├── data │ └── bagtest │ ├── license ...
0
6,618
8,893,580,689
IssuesEvent
2019-01-16 00:00:27
Lothrazar/Storage-Network
https://api.github.com/repos/Lothrazar/Storage-Network
closed
Duplication bug with exu2
compatibility
Minecraft version & Mod Version: 1.12.2, SimpleStorageNetwork-1.12.2-1.5.4.jar, extrautils2-1.12-1.9.8.jar Single player or Server: Single player, but I think it would apply on servers too. Describe problem (what you were doing / what happened): I attached a player chest to the network and didn't set any acces...
True
Duplication bug with exu2 - Minecraft version & Mod Version: 1.12.2, SimpleStorageNetwork-1.12.2-1.5.4.jar, extrautils2-1.12-1.9.8.jar Single player or Server: Single player, but I think it would apply on servers too. Describe problem (what you were doing / what happened): I attached a player chest to the netw...
comp
duplication bug with minecraft version mod version simplestoragenetwork jar jar single player or server single player but i think it would apply on servers too describe problem what you were doing what happened i attached a player chest to the network and didn t s...
1
5,403
7,881,613,327
IssuesEvent
2018-06-26 19:40:09
Prospress/action-scheduler
https://api.github.com/repos/Prospress/action-scheduler
closed
[Feature Request] Official Cavalcade Support
compatibility
Hello I'd like to request an official way to use this plugin with Cavalcade. Since WooCommerce adopted this plugin; the tasks that were normally run by Cavalcade have now stopped running, and have to be run manually. Any reason why the plugin explicitly requires WP_CRON in order to function?
True
[Feature Request] Official Cavalcade Support - Hello I'd like to request an official way to use this plugin with Cavalcade. Since WooCommerce adopted this plugin; the tasks that were normally run by Cavalcade have now stopped running, and have to be run manually. Any reason why the plugin explicitly requires WP_...
comp
official cavalcade support hello i d like to request an official way to use this plugin with cavalcade since woocommerce adopted this plugin the tasks that were normally run by cavalcade have now stopped running and have to be run manually any reason why the plugin explicitly requires wp cron in order to...
1
12,544
14,860,713,987
IssuesEvent
2021-01-18 21:06:31
invoiceninja/dockerfiles
https://api.github.com/repos/invoiceninja/dockerfiles
closed
PDF creation loads forever
compatibility
When trying to generate the PDF view of an invoice, it won't show up and show the loading wheel spinning forever. If I check the "delivery note" box, the delivery note PDF shows up immediately. I am running the Dockerfile v5.0.44 via `docker-compose` and did a migration from 4.5.27 after the initial setup. The conta...
True
PDF creation loads forever - When trying to generate the PDF view of an invoice, it won't show up and show the loading wheel spinning forever. If I check the "delivery note" box, the delivery note PDF shows up immediately. I am running the Dockerfile v5.0.44 via `docker-compose` and did a migration from 4.5.27 after...
comp
pdf creation loads forever when trying to generate the pdf view of an invoice it won t show up and show the loading wheel spinning forever if i check the delivery note box the delivery note pdf shows up immediately i am running the dockerfile via docker compose and did a migration from after th...
1
196,832
22,571,692,200
IssuesEvent
2022-06-28 01:12:39
nihalmurmu/flashcard
https://api.github.com/repos/nihalmurmu/flashcard
closed
WS-2019-0318 (Medium) detected in handlebars-4.1.2.tgz - autoclosed
security vulnerability
## WS-2019-0318 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates ...
True
WS-2019-0318 (Medium) detected in handlebars-4.1.2.tgz - autoclosed - ## WS-2019-0318 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handle...
non_comp
ws medium detected in handlebars tgz autoclosed ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency fi...
0
149,585
5,721,499,426
IssuesEvent
2017-04-20 06:50:03
dhowe/RiTa
https://api.github.com/repos/dhowe/RiTa
closed
1 POS test failing in 'npm test'
PRIORITY: Medium
Module: RiTa Test: testGetPosTags at Object.<anonymous> (/Users/dhowe/Documents/Projects/RiTaJS/package/test/RiTa-tests.js:791:7) Actual value: [ 'prp', 'vbn', 'dt', 'nn' ] Expected value: [ 'prp', 'vbp', 'dt', 'nn' ]
1.0
1 POS test failing in 'npm test' - Module: RiTa Test: testGetPosTags at Object.<anonymous> (/Users/dhowe/Documents/Projects/RiTaJS/package/test/RiTa-tests.js:791:7) Actual value: [ 'prp', 'vbn', 'dt', 'nn' ] Expected value: [ 'prp', 'vbp', 'dt', 'nn' ]
non_comp
pos test failing in npm test module rita test testgetpostags at object users dhowe documents projects ritajs package test rita tests js actual value expected value
0
574,865
17,023,886,696
IssuesEvent
2021-07-03 04:22:32
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Make search function more typo tolerant
Component: nominatim Priority: minor Resolution: duplicate Type: enhancement
**[Submitted to the original trac issue database at 10.47am, Saturday, 23rd November 2013]** Hi I was searching for a place on http://www.openstreetmap.org and had one letter wrong. My search string was "willi brandt frankfurt" and it showed up no results, because the place is called "Willy-Brandt-Platz". A search ...
1.0
Make search function more typo tolerant - **[Submitted to the original trac issue database at 10.47am, Saturday, 23rd November 2013]** Hi I was searching for a place on http://www.openstreetmap.org and had one letter wrong. My search string was "willi brandt frankfurt" and it showed up no results, because the place...
non_comp
make search function more typo tolerant hi i was searching for a place on and had one letter wrong my search string was willi brandt frankfurt and it showed up no results because the place is called willy brandt platz a search with willy brandt frankfurt would have displayed the result would it ...
0
15,550
19,703,502,581
IssuesEvent
2022-01-12 19:07:56
googleapis/java-os-config
https://api.github.com/repos/googleapis/java-os-config
opened
Your .repo-metadata.json file has a problem 🤒
type: process repo-metadata: lint
You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'os-config' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** ...
1.0
Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'os-config' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close th...
non_comp
your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 release level must be equal to one of the allowed values in repo metadata json api shortname os config invalid in repo metadata json ☝️ once you correct these problems you can close th...
0
274,339
8,559,811,115
IssuesEvent
2018-11-08 22:29:25
OpenSRP/opensrp-server-web
https://api.github.com/repos/OpenSRP/opensrp-server-web
opened
Develop Nifi Template to extract tasks from OpenSRP Server and load into data warehouse
Data Warehouse Nifi Priority: Medium
We need to develop a Nifi template to extract tasks from OpenSRP server and store them in the data warehouse. - [ ] Develop template - [ ] Perform end-to-end testing - [ ] Save it to the Nifi Registry
1.0
Develop Nifi Template to extract tasks from OpenSRP Server and load into data warehouse - We need to develop a Nifi template to extract tasks from OpenSRP server and store them in the data warehouse. - [ ] Develop template - [ ] Perform end-to-end testing - [ ] Save it to the Nifi Registry
non_comp
develop nifi template to extract tasks from opensrp server and load into data warehouse we need to develop a nifi template to extract tasks from opensrp server and store them in the data warehouse develop template perform end to end testing save it to the nifi registry
0
294,715
22,161,173,299
IssuesEvent
2022-06-04 14:30:21
carmls/snacs-guidelines
https://api.github.com/repos/carmls/snacs-guidelines
closed
several counts OF murder
documentation en/of en
> He assisted in several counts OF murder and attempted murder task_005 new_doc id = b7b4ea19-f3c6-0ca9-f523-ae25f9908c04 sent_id = 4 This was left blank in the original adjudication in summer! We just found it while working on updating the data, and I don't see a previous issue for it. There was debate over t...
1.0
several counts OF murder - > He assisted in several counts OF murder and attempted murder task_005 new_doc id = b7b4ea19-f3c6-0ca9-f523-ae25f9908c04 sent_id = 4 This was left blank in the original adjudication in summer! We just found it while working on updating the data, and I don't see a previous issue for it....
non_comp
several counts of murder he assisted in several counts of murder and attempted murder task new doc id sent id this was left blank in the original adjudication in summer we just found it while working on updating the data and i don t see a previous issue for it there was debate over the...
0
1,478
6,412,426,005
IssuesEvent
2017-08-08 03:12:01
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Permissions issue when copying directory
affects_2.1 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/task/feature --> `copy` ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes...
True
Permissions issue when copying directory - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/task/feature --> `copy` ##### ANSIBLE VERSION <!--- Paste verbatim out...
non_comp
permissions issue when copying directory issue type bug report component name copy ansible version ansible version ansible config file configured module search path default w o overrides configuration mention any settings you have changed add...
0
572,606
17,023,505,519
IssuesEvent
2021-07-03 02:22:21
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
No scale bar anymore
Component: admin Priority: minor Resolution: wontfix Type: enhancement
**[Submitted to the original trac issue database at 5.34pm, Wednesday, 11th November 2009]** There is no scale bar in the lower left corner of the window containing the map anymore. If I remember correctly there always was one. Why is it gone? There isn't even one in the map key.
1.0
No scale bar anymore - **[Submitted to the original trac issue database at 5.34pm, Wednesday, 11th November 2009]** There is no scale bar in the lower left corner of the window containing the map anymore. If I remember correctly there always was one. Why is it gone? There isn't even one in the map key.
non_comp
no scale bar anymore there is no scale bar in the lower left corner of the window containing the map anymore if i remember correctly there always was one why is it gone there isn t even one in the map key
0
7,025
9,304,370,636
IssuesEvent
2019-03-25 00:39:30
Game-X-Coin/gxc.contracts
https://api.github.com/repos/Game-X-Coin/gxc.contracts
opened
Upgrade contracts to be compatible with CDT 1.6.x
incompatible
[EOSIO/eosio.cdt](https://github.com/EOSIO/eosio.cdt) has been upgraded to version 1.6.x, and it introduces several new ways of contract development. GXC contracts need to be upgraded to be compatible with CDT 1.6.x to suppress cumbersome build warnings. ## Required modifications * Change include namespace from `...
True
Upgrade contracts to be compatible with CDT 1.6.x - [EOSIO/eosio.cdt](https://github.com/EOSIO/eosio.cdt) has been upgraded to version 1.6.x, and it introduces several new ways of contract development. GXC contracts need to be upgraded to be compatible with CDT 1.6.x to suppress cumbersome build warnings. ## Require...
comp
upgrade contracts to be compatible with cdt x has been upgraded to version x and it introduces several new ways of contract development gxc contracts need to be upgraded to be compatible with cdt x to suppress cumbersome build warnings required modifications change include namespace from...
1
19,472
27,039,662,014
IssuesEvent
2023-02-13 03:25:16
ajv-validator/ajv
https://api.github.com/repos/ajv-validator/ajv
opened
001
compatibility
<!-- Frequently Asked Questions: https://ajv.js.org/faq.html Please provide all info and reduce your schema and data to the smallest possible size. This template is for compatibility issues. For other issues please see https://ajv.js.org/contributing/ --> **The version of Ajv you are using** **The environment you ha...
True
001 - <!-- Frequently Asked Questions: https://ajv.js.org/faq.html Please provide all info and reduce your schema and data to the smallest possible size. This template is for compatibility issues. For other issues please see https://ajv.js.org/contributing/ --> **The version of Ajv you are using** **The environment ...
comp
frequently asked questions please provide all info and reduce your schema and data to the smallest possible size this template is for compatibility issues for other issues please see the version of ajv you are using the environment you have the problem with your code please make it as...
1
282,740
8,710,048,424
IssuesEvent
2018-12-06 15:29:52
MenacingDwarf/CITEC-Website
https://api.github.com/repos/MenacingDwarf/CITEC-Website
closed
Реализация графика выполненных задач
Back-end Priority 1 developer task
### Описание проблемы При получении информации о проекте должна быть получена вся информация, необходимая для отображения графика, который будет показывать то, как продвигается работа над проектом. График будет выглядеть следующим образом: на горизонтальной оси будут отмечены даты, на вертикальной количество закрыты...
1.0
Реализация графика выполненных задач - ### Описание проблемы При получении информации о проекте должна быть получена вся информация, необходимая для отображения графика, который будет показывать то, как продвигается работа над проектом. График будет выглядеть следующим образом: на горизонтальной оси будут отмечены д...
non_comp
реализация графика выполненных задач описание проблемы при получении информации о проекте должна быть получена вся информация необходимая для отображения графика который будет показывать то как продвигается работа над проектом график будет выглядеть следующим образом на горизонтальной оси будут отмечены д...
0
11,759
13,879,882,995
IssuesEvent
2020-10-17 16:20:49
ElfFriend-DnD/foundryvtt-compactBeyond5eSheet
https://api.github.com/repos/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet
closed
Investigate Whetstone Integration
compatibility enhancement
[Whetstone ](https://github.com/MajorVictory/Whetstone)is entering alpha, we should see if we can integrate with it and/or provide feedback.
True
Investigate Whetstone Integration - [Whetstone ](https://github.com/MajorVictory/Whetstone)is entering alpha, we should see if we can integrate with it and/or provide feedback.
comp
investigate whetstone integration entering alpha we should see if we can integrate with it and or provide feedback
1
12,918
15,174,768,865
IssuesEvent
2021-02-13 19:51:10
konsolas/AAC-Issues
https://api.github.com/repos/konsolas/AAC-Issues
closed
Player blocking when call setVelocity on him
1. bug 2. move 3. compatibility 3. multiversion
### Issue description https://www.youtube.com/watch?v=K65Jn8LDZ0I Same problem when calling Player#setVelocity from other plugins ### Core information **Server version**: paperspigot 1.12.2 **AAC version**: 5.0.8 **ProtocolLib version**: 4.5.1 **Plugins**: GrapplingHook 1.5.9 ### Special envi...
True
Player blocking when call setVelocity on him - ### Issue description https://www.youtube.com/watch?v=K65Jn8LDZ0I Same problem when calling Player#setVelocity from other plugins ### Core information **Server version**: paperspigot 1.12.2 **AAC version**: 5.0.8 **ProtocolLib version**: 4.5.1 **Plug...
comp
player blocking when call setvelocity on him issue description same problem when calling player setvelocity from other plugins core information server version paperspigot aac version protocollib version plugins grapplinghook special ...
1
53,926
13,890,069,854
IssuesEvent
2020-10-19 08:47:23
edwardhu/yarn
https://api.github.com/repos/edwardhu/yarn
opened
CVE-2018-3737 (High) detected in sshpk-1.10.1.tgz, sshpk-1.13.0.tgz
security vulnerability
## CVE-2018-3737 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sshpk-1.10.1.tgz</b>, <b>sshpk-1.13.0.tgz</b></p></summary> <p> <details><summary><b>sshpk-1.10.1.tgz</b></p></summar...
True
CVE-2018-3737 (High) detected in sshpk-1.10.1.tgz, sshpk-1.13.0.tgz - ## CVE-2018-3737 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sshpk-1.10.1.tgz</b>, <b>sshpk-1.13.0.tgz</b></p...
non_comp
cve high detected in sshpk tgz sshpk tgz cve high severity vulnerability vulnerable libraries sshpk tgz sshpk tgz sshpk tgz a library for finding and using ssh public keys library home page a href path to dependency file yarn tests fix...
0
5,952
8,380,388,862
IssuesEvent
2018-10-07 14:17:28
OpenCubicChunks/CubicChunks
https://api.github.com/repos/OpenCubicChunks/CubicChunks
closed
Make CubicSaveHandler a mixin
Compatibility
Mods may assume that Minecraft ISaveHandler is always instance of SaveHandler, cubic chunks currently breaks this assumption.
True
Make CubicSaveHandler a mixin - Mods may assume that Minecraft ISaveHandler is always instance of SaveHandler, cubic chunks currently breaks this assumption.
comp
make cubicsavehandler a mixin mods may assume that minecraft isavehandler is always instance of savehandler cubic chunks currently breaks this assumption
1
19,515
3,774,633,274
IssuesEvent
2016-03-17 10:07:18
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
stress: failed test in cockroach/sql/sql.test: TestLogic
Robot test-failure
Binary: cockroach/static-tests.tar.gz sha: https://github.com/cockroachdb/cockroach/commits/1df05137c01a75933b462ee717e9e035afde5b55 Stress build found a failed test: ``` === RUN TestLogic --- FAIL: TestLogic (0.00s) logic_test.go:753: No testfiles found (globs: [testdata/[^.]*]) ``` Run Details: ``` 0 runs so f...
1.0
stress: failed test in cockroach/sql/sql.test: TestLogic - Binary: cockroach/static-tests.tar.gz sha: https://github.com/cockroachdb/cockroach/commits/1df05137c01a75933b462ee717e9e035afde5b55 Stress build found a failed test: ``` === RUN TestLogic --- FAIL: TestLogic (0.00s) logic_test.go:753: No testfiles found (...
non_comp
stress failed test in cockroach sql sql test testlogic binary cockroach static tests tar gz sha stress build found a failed test run testlogic fail testlogic logic test go no testfiles found globs run details runs so far failures over runs so far failur...
0
140,416
31,991,770,375
IssuesEvent
2023-09-21 06:30:04
gracepal/code-muscle
https://api.github.com/repos/gracepal/code-muscle
closed
Day #038 - Wed Sep 20 12:23 AM
#100DaysOfCode
What gets measured gets managed. -Peter Drucker Hard work wins. -Staff Sgt Randolf Elder ## 🪴 Today - core focus ✏️ - ~~[Python Parallel and Concurrent Programming Part 2](https://www.linkedin.com/learning/python-parallel-and-concurrent-programming-part-2)~~ (challenges pending) - projects 🔥 - ~~...
1.0
Day #038 - Wed Sep 20 12:23 AM - What gets measured gets managed. -Peter Drucker Hard work wins. -Staff Sgt Randolf Elder ## 🪴 Today - core focus ✏️ - ~~[Python Parallel and Concurrent Programming Part 2](https://www.linkedin.com/learning/python-parallel-and-concurrent-programming-part-2)~~ (challenges...
non_comp
day wed sep am what gets measured gets managed peter drucker hard work wins staff sgt randolf elder 🪴 today core focus ✏️ challenges pending projects 🔥 python reminders apply condition wait notify debugging plants list separate out image collect...
0
16,153
21,636,915,257
IssuesEvent
2022-05-05 14:58:12
PluginBugs/Issues-ItemsAdder
https://api.github.com/repos/PluginBugs/Issues-ItemsAdder
closed
Anvil shows incorrect repair needed levels
Bug Compatibility with other plugin No solution
### Terms - [X] I'm using the very latest version of ItemsAdder and its dependencies. - [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to check if the same issue was already reported. - [X] I already searched on the [plugin wiki](https://itemsadder.devs.beer/) ...
True
Anvil shows incorrect repair needed levels - ### Terms - [X] I'm using the very latest version of ItemsAdder and its dependencies. - [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to check if the same issue was already reported. - [X] I already searched on the ...
comp
anvil shows incorrect repair needed levels terms i m using the very latest version of itemsadder and its dependencies i already searched on this to check if the same issue was already reported i already searched on the to know if a solution is already known i already asked on the ...
1
150,285
5,749,000,876
IssuesEvent
2017-04-25 03:27:29
phetsims/chipper
https://api.github.com/repos/phetsims/chipper
opened
Maintenance deploys causing twitter cards to fail
priority:4-low
I recently added a step to the `build-for-server` process that generates an image for use in the twitter cards on the main website pages. The changes are all included in this commit: 31ee343bf71eab2b8a19d01547c1996c7834e25a However, most sims do not have a version of chipper in their respective dependencies.json th...
1.0
Maintenance deploys causing twitter cards to fail - I recently added a step to the `build-for-server` process that generates an image for use in the twitter cards on the main website pages. The changes are all included in this commit: 31ee343bf71eab2b8a19d01547c1996c7834e25a However, most sims do not have a version...
non_comp
maintenance deploys causing twitter cards to fail i recently added a step to the build for server process that generates an image for use in the twitter cards on the main website pages the changes are all included in this commit however most sims do not have a version of chipper in their respective depende...
0
20,078
28,030,317,201
IssuesEvent
2023-03-28 11:58:23
Apicurio/apicurio-registry
https://api.github.com/repos/Apicurio/apicurio-registry
closed
Schemas with references fail to updated with compatibility mode enabled
Bug area/compatibility area/rest-api area/storage
## Description **Registry Version**: 2.4.1.Final **Persistence type**: in-memory Trying to evolve schemas with reference as described by the documentation ([Managing artifact references using Apicurio Registry REST API commands](https://www.apicur.io/registry/docs/apicurio-registry/2.4.x/getting-started/assembly-...
True
Schemas with references fail to updated with compatibility mode enabled - ## Description **Registry Version**: 2.4.1.Final **Persistence type**: in-memory Trying to evolve schemas with reference as described by the documentation ([Managing artifact references using Apicurio Registry REST API commands](https://www...
comp
schemas with references fail to updated with compatibility mode enabled description registry version final persistence type in memory trying to evolve schemas with reference as described by the documentation results in error json message com example common itemid is not a...
1
207,514
15,820,808,405
IssuesEvent
2021-04-05 19:32:50
rancher/dashboard
https://api.github.com/repos/rancher/dashboard
closed
Import YAML creates resources in local cluster instead of downstream cluster
QA/XS [zube]: To Test area/dashboard
<!-- Please search for existing issues first, then read https://rancher.com/docs/rancher/v2.x/en/contributing/#bugs-issues-or-questions to see what we expect in an issue For security issues, please email security@rancher.com instead of posting a public issue in GitHub. You may (but are not required to) use the GPG ke...
1.0
Import YAML creates resources in local cluster instead of downstream cluster - <!-- Please search for existing issues first, then read https://rancher.com/docs/rancher/v2.x/en/contributing/#bugs-issues-or-questions to see what we expect in an issue For security issues, please email security@rancher.com instead of pos...
non_comp
import yaml creates resources in local cluster instead of downstream cluster please search for existing issues first then read to see what we expect in an issue for security issues please email security rancher com instead of posting a public issue in github you may but are not required to use the gpg k...
0
48,099
13,067,447,755
IssuesEvent
2020-07-31 00:29:08
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[clsim] pr2 is never used (Trac #1783)
Migrated from Trac cmake defect
unused varialbe cought by static analysis http://software.icecube.wisc.edu/static_analysis/00_LATEST/report-0ca23c.html#EndPath Also should there be an else at line 212? Migrated from https://code.icecube.wisc.edu/ticket/1783 ```json { "status": "closed", "changetime": "2019-02-13T14:15:08", "descriptio...
1.0
[clsim] pr2 is never used (Trac #1783) - unused varialbe cought by static analysis http://software.icecube.wisc.edu/static_analysis/00_LATEST/report-0ca23c.html#EndPath Also should there be an else at line 212? Migrated from https://code.icecube.wisc.edu/ticket/1783 ```json { "status": "closed", "changetime"...
non_comp
is never used trac unused varialbe cought by static analysis also should there be an else at line migrated from json status closed changetime description unused varialbe cought by static analysis should there be an else at line reporter kj...
0
37,561
12,484,913,641
IssuesEvent
2020-05-30 17:03:05
debasisdwivedy/TeamFlash
https://api.github.com/repos/debasisdwivedy/TeamFlash
opened
CVE-2019-1010083 (High) detected in Flask-0.11.1-py2.py3-none-any.whl
security vulnerability
## CVE-2019-1010083 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Flask-0.11.1-py2.py3-none-any.whl</b></p></summary> <p>A simple framework for building complex web applications.</p>...
True
CVE-2019-1010083 (High) detected in Flask-0.11.1-py2.py3-none-any.whl - ## CVE-2019-1010083 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Flask-0.11.1-py2.py3-none-any.whl</b></p></su...
non_comp
cve high detected in flask none any whl cve high severity vulnerability vulnerable library flask none any whl a simple framework for building complex web applications library home page a href path to dependency file tmp ws scm teamflash stormdetection requirem...
0
60,579
14,562,577,862
IssuesEvent
2020-12-17 00:24:54
MicrosoftDocs/sql-docs
https://api.github.com/repos/MicrosoftDocs/sql-docs
closed
Deprecated option use in examples
Pri1 assigned-to-author doc-bug security/tech sql/prod
The article references deprecated SHA1 and also could do with a sentence that describes why you would want an authenticating hash. Various articles state that "a random salt value is always applied to the encryption" so this should also be clearly stated --- #### Document Details ⚠ *Do not edit this section. ...
True
Deprecated option use in examples - The article references deprecated SHA1 and also could do with a sentence that describes why you would want an authenticating hash. Various articles state that "a random salt value is always applied to the encryption" so this should also be clearly stated --- #### Document Deta...
non_comp
deprecated option use in examples the article references deprecated and also could do with a sentence that describes why you would want an authenticating hash various articles state that a random salt value is always applied to the encryption so this should also be clearly stated document details...
0
9,016
11,052,264,485
IssuesEvent
2019-12-10 09:03:27
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Add the app fr.banquepopulaire.cyberplus to the banks' exclusion list
Bug Compatibility P3: Medium
@adguard-bot commented on [Wed Nov 06 2019](https://github.com/AdguardTeam/AdguardFilters/issues/43578) ### Issue URL (Incorrect Blocking) [http://banquepopulaire.fr](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=http%3A%2F%2Fbanquepopulaire.fr) ### Comment Username: @Azertixe > Le problème s...
True
Add the app fr.banquepopulaire.cyberplus to the banks' exclusion list - @adguard-bot commented on [Wed Nov 06 2019](https://github.com/AdguardTeam/AdguardFilters/issues/43578) ### Issue URL (Incorrect Blocking) [http://banquepopulaire.fr](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=http%3A%2F%...
comp
add the app fr banquepopulaire cyberplus to the banks exclusion list adguard bot commented on issue url incorrect blocking comment username azertixe le problème se produit avec l application banque populaire le mois dernier j avais du ajouter le domaine banquepopulaire fr à la liste bl...
1
53,596
3,041,563,997
IssuesEvent
2015-08-07 22:14:27
MozillaHive/HiveCHI-rwm
https://api.github.com/repos/MozillaHive/HiveCHI-rwm
closed
Turn navbar into a layout to dry out code
Medium Priority
All pages, with the exception of the login and register pages, should have the same navbar at the bottom.
1.0
Turn navbar into a layout to dry out code - All pages, with the exception of the login and register pages, should have the same navbar at the bottom.
non_comp
turn navbar into a layout to dry out code all pages with the exception of the login and register pages should have the same navbar at the bottom
0
19,173
26,620,808,826
IssuesEvent
2023-01-24 11:04:28
ckeditor/ckeditor5
https://api.github.com/repos/ckeditor/ckeditor5
opened
Extend Table properties with options from CKEditor 4 table properties advanced tab
type:feature support:2 domain:v4-compatibility
## 📝 Provide a description of the new feature This feature request is about extending current table properties with options available in CKEditor 4 table properties advanced tab: ![](https://user-images.githubusercontent.com/20988892/214275485-1329d09f-2d4e-4b43-a877-8ddd244f65b4.png) --- If you'd like to ...
True
Extend Table properties with options from CKEditor 4 table properties advanced tab - ## 📝 Provide a description of the new feature This feature request is about extending current table properties with options available in CKEditor 4 table properties advanced tab: ![](https://user-images.githubusercontent.com/209...
comp
extend table properties with options from ckeditor table properties advanced tab 📝 provide a description of the new feature this feature request is about extending current table properties with options available in ckeditor table properties advanced tab if you d like to see this feature ...
1
12,984
15,255,075,385
IssuesEvent
2021-02-20 14:40:44
maoschanz/notes-extension-gnome
https://api.github.com/repos/maoschanz/notes-extension-gnome
closed
Limited focus-area size?
UI bug compatibility with updates
Hello. (On debian-gnome) It seems that the area of the note over which the arrow gets the focus – and thus the cursor – on the note does not always cover the whole note. Therefore, when hovering over that left-over area, the focus does not happen. In the picture here attached, one can see the grey zone where the ...
True
Limited focus-area size? - Hello. (On debian-gnome) It seems that the area of the note over which the arrow gets the focus – and thus the cursor – on the note does not always cover the whole note. Therefore, when hovering over that left-over area, the focus does not happen. In the picture here attached, one can s...
comp
limited focus area size hello on debian gnome it seems that the area of the note over which the arrow gets the focus – and thus the cursor – on the note does not always cover the whole note therefore when hovering over that left over area the focus does not happen in the picture here attached one can s...
1
7,014
3,073,507,340
IssuesEvent
2015-08-19 22:22:35
timvideos/HDMI2USB-misoc-firmware
https://api.github.com/repos/timvideos/HDMI2USB-misoc-firmware
opened
Finish the setup script at `scripts/get-env.sh`
documentation scripts
See the README.md at https://github.com/timvideos/HDMI2USB-misoc-firmware/blob/master/scripts/README.md for more information. @xfxf
1.0
Finish the setup script at `scripts/get-env.sh` - See the README.md at https://github.com/timvideos/HDMI2USB-misoc-firmware/blob/master/scripts/README.md for more information. @xfxf
non_comp
finish the setup script at scripts get env sh see the readme md at for more information xfxf
0
41,844
6,950,997,422
IssuesEvent
2017-12-06 12:58:54
GoogleCloudPlatform/google-cloud-dotnet
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet
opened
doc build failure
documentation priority: p1 status: investigating
Trying to build the docs, I get: ```text [17-12-06 12:57:38.278]Warning:[ExtractMetadata]Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\Users\jon\Test\Projects\google-cloud-dotnet\apis\Google.Cloud.Vision.V1\Google.Cloud.Vision.V1\Google.Cloud.Vision.V1.csproj' with message: Invalid st...
1.0
doc build failure - Trying to build the docs, I get: ```text [17-12-06 12:57:38.278]Warning:[ExtractMetadata]Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\Users\jon\Test\Projects\google-cloud-dotnet\apis\Google.Cloud.Vision.V1\Google.Cloud.Vision.V1\Google.Cloud.Vision.V1.csproj' with...
non_comp
doc build failure trying to build the docs i get text warning workspace failed with msbuild failed when processing the file c users jon test projects google cloud dotnet apis google cloud vision google cloud vision google cloud vision csproj with message invalid static method invocation syntax...
0
3,784
6,651,172,652
IssuesEvent
2017-09-28 19:02:01
MeGysssTaa/ReflexIssueTracker
https://api.github.com/repos/MeGysssTaa/ReflexIssueTracker
closed
Could not pass event BlockPlaceEvent to Reflex v10.1-2U
BlockActions Bug Compatibility Console Error Duplicate Fixed
## Reflex Bug Report **Issue type (console error/false positive/bypass/other):** Could not pass event BlockPlaceEvent to Reflex v10.1-2U **Do /reflex debug, and paste here the link you've got. Keep empty if on test server:** https://p.reflex.rip/bZRx **A video proving the bypass/false positive if reporting a b...
True
Could not pass event BlockPlaceEvent to Reflex v10.1-2U - ## Reflex Bug Report **Issue type (console error/false positive/bypass/other):** Could not pass event BlockPlaceEvent to Reflex v10.1-2U **Do /reflex debug, and paste here the link you've got. Keep empty if on test server:** https://p.reflex.rip/bZRx **...
comp
could not pass event blockplaceevent to reflex reflex bug report issue type console error false positive bypass other could not pass event blockplaceevent to reflex do reflex debug and paste here the link you ve got keep empty if on test server a video proving the bypass fal...
1
27,472
11,491,569,782
IssuesEvent
2020-02-11 19:15:10
Liang-Hsuan/Personal-Website
https://api.github.com/repos/Liang-Hsuan/Personal-Website
opened
Add Encryption for Contact Data
security
Use `window.crypto` for public/private key encryption on the contact page. Show the message "Security guarantee, encryption on POST data. (Add SSL configuration on Heroku needs $, so why not do it myself) The public key is stored in ENV. Code is available on GitHub, create an issue to report any vulnerability." Some...
True
Add Encryption for Contact Data - Use `window.crypto` for public/private key encryption on the contact page. Show the message "Security guarantee, encryption on POST data. (Add SSL configuration on Heroku needs $, so why not do it myself) The public key is stored in ENV. Code is available on GitHub, create an issue to ...
non_comp
add encryption for contact data use window crypto for public private key encryption on the contact page show the message security guarantee encryption on post data add ssl configuration on heroku needs so why not do it myself the public key is stored in env code is available on github create an issue to ...
0
262
2,700,949,603
IssuesEvent
2015-04-04 19:03:03
andstatus/andstatus
https://api.github.com/repos/andstatus/andstatus
closed
HTTP 411 Length Required error while sending with media
Compatibility
I've sent a picure to Quitter.es and the result was: text was sent but not the picture (hosted in the microSD 119Kb, 1280x720). Android 4.3, using WiFi
True
HTTP 411 Length Required error while sending with media - I've sent a picure to Quitter.es and the result was: text was sent but not the picture (hosted in the microSD 119Kb, 1280x720). Android 4.3, using WiFi
comp
http length required error while sending with media i ve sent a picure to quitter es and the result was text was sent but not the picture hosted in the microsd android using wifi
1
467,846
13,456,659,448
IssuesEvent
2020-09-09 08:09:54
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.ebay.com - see bug description
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/57966 --> **URL**: https://www.ebay.com/ **Browser / Version**: Firefox 81.0 **Ope...
1.0
www.ebay.com - see bug description - <!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/57966 --> **URL**: https://www.ebay.com/ **Br...
non_comp
see bug description url browser version firefox operating system windows tested another browser yes internet explorer problem type something else description no gui just listing of information and selection of boxes steps to reproduce the website would open...
0
345,456
30,813,215,584
IssuesEvent
2023-08-01 11:53:19
ceph/ceph-csi
https://api.github.com/repos/ceph/ceph-csi
closed
Run cephcsi upgrade with latest ceph-csi release
bug Priority-0 component/testing keepalive
Currently, we are running upgrade tests with deprecated cephcsi release (3.3.1), This is fine for the 3.4.0 release but the upgrade tests in the devel branch and 3.5.0 branch should run only with the last latest released version, not the deprecated one.
1.0
Run cephcsi upgrade with latest ceph-csi release - Currently, we are running upgrade tests with deprecated cephcsi release (3.3.1), This is fine for the 3.4.0 release but the upgrade tests in the devel branch and 3.5.0 branch should run only with the last latest released version, not the deprecated one.
non_comp
run cephcsi upgrade with latest ceph csi release currently we are running upgrade tests with deprecated cephcsi release this is fine for the release but the upgrade tests in the devel branch and branch should run only with the last latest released version not the deprecated one
0
4,129
6,935,513,862
IssuesEvent
2017-12-03 09:59:19
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
WHERE clause in SELECT DISTINCT is silently ignored
bug cassandra 2.2 compatibility CQL
Mirror of https://issues.apache.org/jira/browse/CASSANDRA-11339 ``` CREATE KEYSPACE blues WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '2'} AND durable_writes = true; CREATE TABLE blues.test (a text, b text, PRIMARY KEY (a, b)); use blues; insert into test (a, b) values ('A2', 'A'); ...
True
WHERE clause in SELECT DISTINCT is silently ignored - Mirror of https://issues.apache.org/jira/browse/CASSANDRA-11339 ``` CREATE KEYSPACE blues WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '2'} AND durable_writes = true; CREATE TABLE blues.test (a text, b text, PRIMARY KEY (a, b)); us...
comp
where clause in select distinct is silently ignored mirror of create keyspace blues with replication class simplestrategy replication factor and durable writes true create table blues test a text b text primary key a b use blues insert into test a b values a ...
1
12,710
14,982,846,145
IssuesEvent
2021-01-28 16:28:30
kami-blue/client
https://api.github.com/repos/kami-blue/client
opened
Incompatible with Pyro
-help-wanted -incompatible
Deciding to document this as a few people are reporting this now. I do not have a Pyro license so this makes testing difficult, I'll probably bother @HoratioGamer about testing possible solutions, though I believe this has to be fixed on @GiantNuker's end. This same issue also affects Optifine standalone. Note that ...
True
Incompatible with Pyro - Deciding to document this as a few people are reporting this now. I do not have a Pyro license so this makes testing difficult, I'll probably bother @HoratioGamer about testing possible solutions, though I believe this has to be fixed on @GiantNuker's end. This same issue also affects Optifine ...
comp
incompatible with pyro deciding to document this as a few people are reporting this now i do not have a pyro license so this makes testing difficult i ll probably bother horatiogamer about testing possible solutions though i believe this has to be fixed on giantnuker s end this same issue also affects optifine ...
1
124,660
17,774,410,050
IssuesEvent
2021-08-30 17:16:54
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
Fix user attribute mapping - KeyCloak
keycloak security
It was discovered when another user was setting up a KeyCloak <> Azure connection that user mapped attributes were not being pulled properly from the Azure authentication token. Marco helping Nick, w/ IDIM input (as they are the ones with Azure-side configuration visibility), to fix this. Testing taking place using te...
True
Fix user attribute mapping - KeyCloak - It was discovered when another user was setting up a KeyCloak <> Azure connection that user mapped attributes were not being pulled properly from the Azure authentication token. Marco helping Nick, w/ IDIM input (as they are the ones with Azure-side configuration visibility), to ...
non_comp
fix user attribute mapping keycloak it was discovered when another user was setting up a keycloak azure connection that user mapped attributes were not being pulled properly from the azure authentication token marco helping nick w idim input as they are the ones with azure side configuration visibility to f...
0
184,612
32,019,205,784
IssuesEvent
2023-09-22 01:59:43
seamapi/react
https://api.github.com/repos/seamapi/react
closed
Filter dropdown opens in wrong place
bug design component SupportedDevicesTable
<img width="1563" alt="image" src="https://github.com/seamapi/react/assets/112443289/7c72308b-da11-4ed0-9959-a459e3cfacd6"> In the supported devices component the dropdown opens far away from the filter button that triggers it. **Issues:** - On the react.seam.co preview version, the dropdown menu pops up in the ...
1.0
Filter dropdown opens in wrong place - <img width="1563" alt="image" src="https://github.com/seamapi/react/assets/112443289/7c72308b-da11-4ed0-9959-a459e3cfacd6"> In the supported devices component the dropdown opens far away from the filter button that triggers it. **Issues:** - On the react.seam.co preview ver...
non_comp
filter dropdown opens in wrong place img width alt image src in the supported devices component the dropdown opens far away from the filter button that triggers it issues on the react seam co preview version the dropdown menu pops up in the wrong place clicking on the “all” button appears...
0
5,510
2,610,188,994
IssuesEvent
2015-02-26 18:59:52
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
解谜如何避免长色斑
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 黄褐斑是每个人女人的痛,如何淡化黄褐斑是有斑点女人最�� �做的事情。其实生活中是有很多的方法可以淡化脸上黄褐斑� ��。我们来看看有哪些有效的淡化黄褐斑的方法吧~如何避免�� �色斑, 《客户案例》   十个女人,九个斑,很多的女性都被斑的问题所困扰,�� �直就是无斑不在,用电脑多了会有辐射斑,晒太阳多了会多� ��个小晒斑,女性生宝宝也会长蝴蝶斑、妊娠斑,甚至于一些 生活习惯还会引起黄褐斑和黄褐斑。就像醺酒啊,熬夜啊,�� �情烦躁啦等等。好了,我还是谈谈的几点心得吧,与大家共� ��。<br>   第一:千万不可乱用去斑产品,用不好事得其反,不仅�� �没除掉,反而烧伤皮肤,烧伤的皮肤会起许多皱,比有斑更�...
1.0
解谜如何避免长色斑 - ``` 《摘要》 黄褐斑是每个人女人的痛,如何淡化黄褐斑是有斑点女人最�� �做的事情。其实生活中是有很多的方法可以淡化脸上黄褐斑� ��。我们来看看有哪些有效的淡化黄褐斑的方法吧~如何避免�� �色斑, 《客户案例》   十个女人,九个斑,很多的女性都被斑的问题所困扰,�� �直就是无斑不在,用电脑多了会有辐射斑,晒太阳多了会多� ��个小晒斑,女性生宝宝也会长蝴蝶斑、妊娠斑,甚至于一些 生活习惯还会引起黄褐斑和黄褐斑。就像醺酒啊,熬夜啊,�� �情烦躁啦等等。好了,我还是谈谈的几点心得吧,与大家共� ��。<br>   第一:千万不可乱用去斑产品,用不好事得其反,不仅�� �没除掉,反而烧伤皮肤,烧伤的...
non_comp
解谜如何避免长色斑 《摘要》 黄褐斑是每个人女人的痛,如何淡化黄褐斑是有斑点女人最�� �做的事情。其实生活中是有很多的方法可以淡化脸上黄褐斑� ��。我们来看看有哪些有效的淡化黄褐斑的方法吧 如何避免�� �色斑, 《客户案例》   十个女人,九个斑,很多的女性都被斑的问题所困扰,�� �直就是无斑不在,用电脑多了会有辐射斑,晒太阳多了会多� ��个小晒斑,女性生宝宝也会长蝴蝶斑、妊娠斑,甚至于一些 生活习惯还会引起黄褐斑和黄褐斑。就像醺酒啊,熬夜啊,�� �情烦躁啦等等。好了,我还是谈谈的几点心得吧,与大家共� ��。   第一:千万不可乱用去斑产品,用不好事得其反,不仅�� �没除掉,反而烧伤皮肤,烧伤的皮肤会...
0
11,722
13,795,241,602
IssuesEvent
2020-10-09 17:40:05
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Broken plugins with color palette change
Backwards Compatibility
The changes introduced in #25419 break existing plugins that use the color palette. Two of the plugins that I maintain, [Starscape](https://wordpress.org/plugins/starscape/) and [Waves](https://wordpress.org/plugins/waves/), both break with this change. I see that it was marked as a breaking change, but if possi...
True
Broken plugins with color palette change - The changes introduced in #25419 break existing plugins that use the color palette. Two of the plugins that I maintain, [Starscape](https://wordpress.org/plugins/starscape/) and [Waves](https://wordpress.org/plugins/waves/), both break with this change. I see that it wa...
comp
broken plugins with color palette change the changes introduced in break existing plugins that use the color palette two of the plugins that i maintain and both break with this change i see that it was marked as a breaking change but if possible it would be nice to maintain that backwards compat...
1
285,619
31,154,966,244
IssuesEvent
2023-08-16 12:35:13
Trinadh465/linux-4.1.15_CVE-2018-5873
https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2018-5873
opened
CVE-2020-13974 (High) detected in linuxlinux-4.1.52
Mend: dependency security vulnerability
## CVE-2020-13974 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.52</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.ker...
True
CVE-2020-13974 (High) detected in linuxlinux-4.1.52 - ## CVE-2020-13974 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.52</b></p></summary> <p> <p>The Linux Kernel</p> ...
non_comp
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch main vulnerable source files drivers tty vt key...
0
6,398
8,704,201,056
IssuesEvent
2018-12-05 18:44:05
pods-framework/pods
https://api.github.com/repos/pods-framework/pods
closed
WYSIWYG/TinyMCE does not save using the Gutenberg editor
Focus: Other Compatibility Keyword: Focus Status: QA pending Type: Bug
Everything displays properly but no changes are saved on publish/update.
True
WYSIWYG/TinyMCE does not save using the Gutenberg editor - Everything displays properly but no changes are saved on publish/update.
comp
wysiwyg tinymce does not save using the gutenberg editor everything displays properly but no changes are saved on publish update
1
223,853
7,461,285,626
IssuesEvent
2018-03-31 00:56:33
containous/traefik
https://api.github.com/repos/containous/traefik
closed
Exempt the /metrics from HTTPS with Authentication
area/api area/middleware/metrics kind/enhancement priority/P3
Hi all, I would like to request that if possible, exempt the /metrics from HTTPS with Basic Authentication if it's configured in [web] API. The /metrics is for exporting internal metrics so that Prometheus can scrape on it. If the TLS certificate was a self-signed certificate, Prometheus will fail to scrape the /...
1.0
Exempt the /metrics from HTTPS with Authentication - Hi all, I would like to request that if possible, exempt the /metrics from HTTPS with Basic Authentication if it's configured in [web] API. The /metrics is for exporting internal metrics so that Prometheus can scrape on it. If the TLS certificate was a self-sig...
non_comp
exempt the metrics from https with authentication hi all i would like to request that if possible exempt the metrics from https with basic authentication if it s configured in api the metrics is for exporting internal metrics so that prometheus can scrape on it if the tls certificate was a self signed ...
0
10,370
12,339,656,357
IssuesEvent
2020-05-14 18:30:25
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
RedisArray is not implemented
mid-pri missing extension php5 incompatibility
It seems like the Redis implementation is incomplete. RedisArray allows an app to use a distributed redis cache running on multiple hosts. The C implementation in phpredis is at https://github.com/nicolasff/phpredis/blob/master/redis_array.c
True
RedisArray is not implemented - It seems like the Redis implementation is incomplete. RedisArray allows an app to use a distributed redis cache running on multiple hosts. The C implementation in phpredis is at https://github.com/nicolasff/phpredis/blob/master/redis_array.c
comp
redisarray is not implemented it seems like the redis implementation is incomplete redisarray allows an app to use a distributed redis cache running on multiple hosts the c implementation in phpredis is at
1
738
4,148,278,764
IssuesEvent
2016-06-15 10:21:40
durhamatletico/durhamatletico-cms
https://api.github.com/repos/durhamatletico/durhamatletico-cms
opened
Suggested UI for Summer Cup
high priority information architecture
Thinking about a simple registration procedure. 1. We tell captain to go to durhamatletico.com/..... 2. She's given a choice of English or Spanish for the form 3. She's given the following information: Cost is $250 per team To register a team/country, the captain should pay $50 deposit with balance due at fi...
1.0
Suggested UI for Summer Cup - Thinking about a simple registration procedure. 1. We tell captain to go to durhamatletico.com/..... 2. She's given a choice of English or Spanish for the form 3. She's given the following information: Cost is $250 per team To register a team/country, the captain should pay $50 ...
non_comp
suggested ui for summer cup thinking about a simple registration procedure we tell captain to go to durhamatletico com she s given a choice of english or spanish for the form she s given the following information cost is per team to register a team country the captain should pay dep...
0
17,477
24,092,462,091
IssuesEvent
2022-09-19 15:46:56
Davie3/who-taunted
https://api.github.com/repos/Davie3/who-taunted
closed
Classic Support (Wrath and Classic Era)
enhancement compatibility classic
- Wrath Classic 3.4.0 Support and Compatibility. - Classic Era 1.14.3 Support and Compatibility.
True
Classic Support (Wrath and Classic Era) - - Wrath Classic 3.4.0 Support and Compatibility. - Classic Era 1.14.3 Support and Compatibility.
comp
classic support wrath and classic era wrath classic support and compatibility classic era support and compatibility
1
5,167
7,747,552,749
IssuesEvent
2018-05-30 04:03:18
openshiftio/openshift.io
https://api.github.com/repos/openshiftio/openshift.io
closed
[~?] Browser support, beyond Chrome
SEV3-medium area/browser-compatibility area/planner team/planner team/platform type/bug
Need full support for the following browsers: - [ ] Firefox - [ ] Safari
True
[~?] Browser support, beyond Chrome - Need full support for the following browsers: - [ ] Firefox - [ ] Safari
comp
browser support beyond chrome need full support for the following browsers firefox safari
1
3,079
5,989,511,232
IssuesEvent
2017-06-02 08:49:09
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Bug - Grab cannot connect server
Compatibility SSL
Hi, With Adguard's filtering, Grab (grab.com - a ridesharing service) fails to load. It says it cannot connect to server. Whitelisting Grab from Adguard solves the issue. Please kindly fix. Thank you.
True
Bug - Grab cannot connect server - Hi, With Adguard's filtering, Grab (grab.com - a ridesharing service) fails to load. It says it cannot connect to server. Whitelisting Grab from Adguard solves the issue. Please kindly fix. Thank you.
comp
bug grab cannot connect server hi with adguard s filtering grab grab com a ridesharing service fails to load it says it cannot connect to server whitelisting grab from adguard solves the issue please kindly fix thank you
1
12,986
15,256,938,853
IssuesEvent
2021-02-20 22:31:53
boxbilling/boxbilling
https://api.github.com/repos/boxbilling/boxbilling
closed
Update jQuery and replace deprecated things in the default admin theme
compatibility dependencies deprecated javascript stale
When the admin_default theme was written, the latest version of jQuery was v1.7.1. As of today, jQuery v3.5.1 is the latest version available, and the 1.x. and 2.x. versions no longer receive patches. Developers who want to create new extensions mostly take the default layout that comes from the admin_default theme...
True
Update jQuery and replace deprecated things in the default admin theme - When the admin_default theme was written, the latest version of jQuery was v1.7.1. As of today, jQuery v3.5.1 is the latest version available, and the 1.x. and 2.x. versions no longer receive patches. Developers who want to create new extensio...
comp
update jquery and replace deprecated things in the default admin theme when the admin default theme was written the latest version of jquery was as of today jquery is the latest version available and the x and x versions no longer receive patches developers who want to create new extensions...
1
6,166
8,571,087,171
IssuesEvent
2018-11-12 01:51:06
BentoBoxWorld/addon-welcomewarpsigns
https://api.github.com/repos/BentoBoxWorld/addon-welcomewarpsigns
closed
Regular players cant do coloured warp sign
Incompatibility
When normal player, which do not have additional permissions for colouring signs make [WELCOME] it looks like "&a[WELCOME]" or "&c[WELCOME]" < Its not colourd. Its just text
True
Regular players cant do coloured warp sign - When normal player, which do not have additional permissions for colouring signs make [WELCOME] it looks like "&a[WELCOME]" or "&c[WELCOME]" < Its not colourd. Its just text
comp
regular players cant do coloured warp sign when normal player which do not have additional permissions for colouring signs make it looks like a or c its not colourd its just text
1
4,537
7,191,374,112
IssuesEvent
2018-02-02 20:46:13
TakeTenGaming/DatMod
https://api.github.com/repos/TakeTenGaming/DatMod
reopened
Add "The One Probe" Support
Compatibility
Even though I don't currently have any items that can actually use *The One Probe* to display anything, I would like to eventually add a compatibility class for it to ensure when I do add items/blocks that can utilize it it's there.
True
Add "The One Probe" Support - Even though I don't currently have any items that can actually use *The One Probe* to display anything, I would like to eventually add a compatibility class for it to ensure when I do add items/blocks that can utilize it it's there.
comp
add the one probe support even though i don t currently have any items that can actually use the one probe to display anything i would like to eventually add a compatibility class for it to ensure when i do add items blocks that can utilize it it s there
1
8,119
10,229,117,680
IssuesEvent
2019-08-17 09:40:12
midwan/amiberry
https://api.github.com/repos/midwan/amiberry
closed
PI 4b, 1,2 and 4gb support
compatibility
I Just ordered pi4b with 4gb ram, will there eventually be a new build to support the new power pi 4b?
True
PI 4b, 1,2 and 4gb support - I Just ordered pi4b with 4gb ram, will there eventually be a new build to support the new power pi 4b?
comp
pi and support i just ordered with ram will there eventually be a new build to support the new power pi
1
3,076
5,972,236,433
IssuesEvent
2017-05-31 06:27:41
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Plugin incompatibility: Gravity Forms + SiteOrigin Page Builder
compatibility
### What did you expect to happen? Yoast SEO should work with the popular plugins [Gravity Forms](http://www.gravityforms.com/) and [SiteOrigin Page Builder](https://wordpress.org/plugins/siteorigin-panels/). If all three plugins are activated there should be no JavaScript errors and the Gravity Forms CSS should ...
True
Plugin incompatibility: Gravity Forms + SiteOrigin Page Builder - ### What did you expect to happen? Yoast SEO should work with the popular plugins [Gravity Forms](http://www.gravityforms.com/) and [SiteOrigin Page Builder](https://wordpress.org/plugins/siteorigin-panels/). If all three plugins are activated ther...
comp
plugin incompatibility gravity forms siteorigin page builder what did you expect to happen yoast seo should work with the popular plugins and if all three plugins are activated there should be no javascript errors and the gravity forms css should be enqueued what happened instead whe...
1
12,230
14,442,571,352
IssuesEvent
2020-12-07 18:21:01
PowerNukkit/PowerNukkit
https://api.github.com/repos/PowerNukkit/PowerNukkit
closed
[URGENT] 1.16.100 support needed!
Resolution: resolved Type: compatibility
PowerNukkit bleeding branch needs an update to 1.16.100 protocol which is 419. Also, all the new features and fixes need to be implemented.
True
[URGENT] 1.16.100 support needed! - PowerNukkit bleeding branch needs an update to 1.16.100 protocol which is 419. Also, all the new features and fixes need to be implemented.
comp
support needed powernukkit bleeding branch needs an update to protocol which is also all the new features and fixes need to be implemented
1
69,382
22,333,633,356
IssuesEvent
2022-06-14 16:27:43
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
New search input field has rounded borders
T-Defect
### Steps to reproduce As discussed with @nique ![image](https://user-images.githubusercontent.com/2803622/173628278-68e4964e-b4cc-4a2b-9752-e623f13d1c7e.png) ![image](https://user-images.githubusercontent.com/2803622/173628286-d98aa73c-49f6-42d7-b735-c1c3248ba651.png) ### Outcome #### What did you expect? st...
1.0
New search input field has rounded borders - ### Steps to reproduce As discussed with @nique ![image](https://user-images.githubusercontent.com/2803622/173628278-68e4964e-b4cc-4a2b-9752-e623f13d1c7e.png) ![image](https://user-images.githubusercontent.com/2803622/173628286-d98aa73c-49f6-42d7-b735-c1c3248ba651.png) ...
non_comp
new search input field has rounded borders steps to reproduce as discussed with nique outcome what did you expect straight line what happened instead it seems inconsistent by corner radius within the modal only bottom border border lines in the app are straight ...
0
19,830
27,514,011,437
IssuesEvent
2023-03-06 10:44:00
akinomyoga/ble.sh
https://api.github.com/repos/akinomyoga/ble.sh
closed
[zoxide, bind -x] Weird behavior when using zi from zoxide
bug compatibility
**ble version**: <!-- The version and commit-hash or the result of `echo "$BLE_VERSION"` -->0.4.0-nightly+32277da **Bash version**: <!-- The result of `echo "$BASH_VERSION ($MACHTYPE)"` -->5.1.16(1)-release (x86_64-pc-linux-gnu) <!-- Instead of the above, you can copy and paste the result of running the command "b...
True
[zoxide, bind -x] Weird behavior when using zi from zoxide - **ble version**: <!-- The version and commit-hash or the result of `echo "$BLE_VERSION"` -->0.4.0-nightly+32277da **Bash version**: <!-- The result of `echo "$BASH_VERSION ($MACHTYPE)"` -->5.1.16(1)-release (x86_64-pc-linux-gnu) <!-- Instead of the above, y...
comp
weird behavior when using zi from zoxide ble version nightly bash version release pc linux gnu instead of the above you can copy and paste the result of running the command ble widget display shell version or the result of pressing in a ble sh session with the i...
1
17,148
23,662,930,877
IssuesEvent
2022-08-26 17:27:44
raszi/node-tmp
https://api.github.com/repos/raszi/node-tmp
closed
Why does tmp remove quotes from paths ?
bug compatibility
## Operating System - [x] Linux - [x] Windows 7 - [x] Windows 10 - [x] MacOS - other: ## NodeJS Version - [x] 0.x - [x] 4.x - [x] 6.x - [x] 7.x - other: ## Tmp Version 0.2.1 ## Expected Behavior Don't remove quotes from paths ## Experienced Behavior Quotes are being removed See https://g...
True
Why does tmp remove quotes from paths ? - ## Operating System - [x] Linux - [x] Windows 7 - [x] Windows 10 - [x] MacOS - other: ## NodeJS Version - [x] 0.x - [x] 4.x - [x] 6.x - [x] 7.x - other: ## Tmp Version 0.2.1 ## Expected Behavior Don't remove quotes from paths ## Experienced Behavior Q...
comp
why does tmp remove quotes from paths operating system linux windows windows macos other nodejs version x x x x other tmp version expected behavior don t remove quotes from paths experienced behavior quotes are being r...
1
9,495
11,563,683,354
IssuesEvent
2020-02-20 06:47:46
nextcloud/ocsms
https://api.github.com/repos/nextcloud/ocsms
closed
NC 18 incompability
compatiblity
App is getting deactivated when updating to NC18... Thanks in advance ```
True
NC 18 incompability - App is getting deactivated when updating to NC18... Thanks in advance ```
comp
nc incompability app is getting deactivated when updating to thanks in advance
1
14,845
18,350,098,228
IssuesEvent
2021-10-08 11:26:20
Micalobia/Full-Slabs
https://api.github.com/repos/Micalobia/Full-Slabs
closed
Missing Assets
bug incompatibility
It seems like there's a couple mods that are missing visible assets for the mod. I am using the Benchmark mod pack for fabric game version 1.17.1 and mod version 3.1.3. I tested out placing a slab for each mod that was in the pack and the only two that gave issues were: -Better Nether (Horizontal) -Mo Glass (Horizont...
True
Missing Assets - It seems like there's a couple mods that are missing visible assets for the mod. I am using the Benchmark mod pack for fabric game version 1.17.1 and mod version 3.1.3. I tested out placing a slab for each mod that was in the pack and the only two that gave issues were: -Better Nether (Horizontal) -M...
comp
missing assets it seems like there s a couple mods that are missing visible assets for the mod i am using the benchmark mod pack for fabric game version and mod version i tested out placing a slab for each mod that was in the pack and the only two that gave issues were better nether horizontal mo...
1
688,459
23,582,983,314
IssuesEvent
2022-08-23 09:12:43
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.leroymerlin.fr - site is not usable
browser-firefox priority-important engine-gecko
<!-- @browser: Firefox 106.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/109562 --> **URL**: https://www.leroymerlin.fr/produits/terrasse-jardin/piscine-et-spa/p...
1.0
www.leroymerlin.fr - site is not usable - <!-- @browser: Firefox 106.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/109562 --> **URL**: https://www.leroymerlin.fr...
non_comp
site is not usable url browser version firefox operating system windows tested another browser yes edge problem type site is not usable description page not loading correctly steps to reproduce unable to enter site due to block browser configuration ...
0
170,027
14,238,728,640
IssuesEvent
2020-11-18 19:03:25
RobertoLangarica/quasar-app-extension-api-wrapper
https://api.github.com/repos/RobertoLangarica/quasar-app-extension-api-wrapper
closed
setting global parameters
documentation
Hello, This is a nice utility. I wish there was some example on how to use it globally. I was trying to set Global Configuration but it wasn't clear to me in which file to put theme. I tried `src\main\webapp\quasar.extensions.json` with the following ( the "api-wrapper" was created automatically I don't know what fo...
1.0
setting global parameters - Hello, This is a nice utility. I wish there was some example on how to use it globally. I was trying to set Global Configuration but it wasn't clear to me in which file to put theme. I tried `src\main\webapp\quasar.extensions.json` with the following ( the "api-wrapper" was created automa...
non_comp
setting global parameters hello this is a nice utility i wish there was some example on how to use it globally i was trying to set global configuration but it wasn t clear to me in which file to put theme i tried src main webapp quasar extensions json with the following the api wrapper was created automa...
0
13,029
15,327,120,022
IssuesEvent
2021-02-26 05:23:08
jamescasbon/PyVCF
https://api.github.com/repos/jamescasbon/PyVCF
closed
Make public classes public
Incompatible API change
The following classes have all been marked as "private" per the Python convention of an underscore (i.e., "_") prefix in their names: - `vcf.model._Record` - `vcf.model._Call` - `vcf.model._AltRecord` - `vcf.model._Substitution` - `vcf.model._SV` - `vcf.model._SingleBreakend` - `vcf.model._Breakend` The PyVCF API, how...
True
Make public classes public - The following classes have all been marked as "private" per the Python convention of an underscore (i.e., "_") prefix in their names: - `vcf.model._Record` - `vcf.model._Call` - `vcf.model._AltRecord` - `vcf.model._Substitution` - `vcf.model._SV` - `vcf.model._SingleBreakend` - `vcf.model._...
comp
make public classes public the following classes have all been marked as private per the python convention of an underscore i e prefix in their names vcf model record vcf model call vcf model altrecord vcf model substitution vcf model sv vcf model singlebreakend vcf model ...
1
224,504
7,471,325,445
IssuesEvent
2018-04-03 08:55:05
DMSC-Instrument-Data/instrument-prototype
https://api.github.com/repos/DMSC-Instrument-Data/instrument-prototype
opened
Turn Component Off
high-priority
Original [Requirements](https://github.com/mantidproject/documents/blob/master/Design/Instrument-2.0/requirements-v2.md) specify that we need a way to read/write a component as "on"/"off"
1.0
Turn Component Off - Original [Requirements](https://github.com/mantidproject/documents/blob/master/Design/Instrument-2.0/requirements-v2.md) specify that we need a way to read/write a component as "on"/"off"
non_comp
turn component off original specify that we need a way to read write a component as on off
0
217,366
24,334,883,636
IssuesEvent
2022-10-01 01:05:32
n-devs/Testter
https://api.github.com/repos/n-devs/Testter
closed
CVE-2021-35065 (High) detected in glob-parent-2.0.0.tgz - autoclosed
security vulnerability
## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>glob-parent-2.0.0.tgz</b></p></summary> <p>Strips glob magic from a string to provide the parent path</p> <p>Library h...
True
CVE-2021-35065 (High) detected in glob-parent-2.0.0.tgz - autoclosed - ## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>glob-parent-2.0.0.tgz</b></p></summary> <p>Stri...
non_comp
cve high detected in glob parent tgz autoclosed cve high severity vulnerability vulnerable library glob parent tgz strips glob magic from a string to provide the parent path library home page a href path to dependency file testter package json path to vulnerable li...
0