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
268,801
20,361,751,371
IssuesEvent
2022-02-20 19:40:17
JTW2020/Mind-Space
https://api.github.com/repos/JTW2020/Mind-Space
opened
add Docker container usage to readme
documentation
Add documentation to the README.md file sharing how a container is made and run from the Docker image.
1.0
add Docker container usage to readme - Add documentation to the README.md file sharing how a container is made and run from the Docker image.
non_comp
add docker container usage to readme add documentation to the readme md file sharing how a container is made and run from the docker image
0
145,262
19,339,263,124
IssuesEvent
2021-12-15 01:12:28
brogers588/spring-boot
https://api.github.com/repos/brogers588/spring-boot
opened
CVE-2021-45046 (High) detected in log4j-core-2.12.1.jar, log4j-core-2.14.1.jar
security vulnerability
## CVE-2021-45046 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>log4j-core-2.12.1.jar</b>, <b>log4j-core-2.14.1.jar</b></p></summary> <p> <details><summary><b>log4j-core-2.12.1.jar...
True
CVE-2021-45046 (High) detected in log4j-core-2.12.1.jar, log4j-core-2.14.1.jar - ## CVE-2021-45046 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>log4j-core-2.12.1.jar</b>, <b>log4j-...
non_comp
cve high detected in core jar core jar cve high severity vulnerability vulnerable libraries core jar core jar core jar the apache implementation library home page a href path to dependency file spring boot buildsrc build gradle...
0
69,661
8,443,092,093
IssuesEvent
2018-10-18 14:47:13
kids-first/kf-ui-release-coordinator
https://api.github.com/repos/kids-first/kf-ui-release-coordinator
opened
Status Page: Task Service Status - Task Service Row
Design
<img width="1529" alt="screen shot 2018-10-18 at 10 40 59 am" src="https://user-images.githubusercontent.com/1334131/47162678-6ed8f200-d2c2-11e8-9f22-967d0a2819df.png"> - Service Title could be bolded for easier readability - Service Title h4's need no top margin add `mt-0` - Status indicators could just upda...
1.0
Status Page: Task Service Status - Task Service Row - <img width="1529" alt="screen shot 2018-10-18 at 10 40 59 am" src="https://user-images.githubusercontent.com/1334131/47162678-6ed8f200-d2c2-11e8-9f22-967d0a2819df.png"> - Service Title could be bolded for easier readability - Service Title h4's need no top ma...
non_comp
status page task service status task service row img width alt screen shot at am src service title could be bolded for easier readability service title s need no top margin add mt status indicators could just update the color of the icon on the left of the row and allow ...
0
286,591
24,763,232,441
IssuesEvent
2022-10-22 06:56:45
ushmz/subsuke
https://api.github.com/repos/ushmz/subsuke
opened
入力したデータが正しくリストに表示されることを確認するテスト
test
### Discussed in https://github.com/ushmz/subsuke/discussions/30 <div type='discussions-op-text'> <sup>Originally posted by **chikowaka** October 22, 2022</sup> 誰が   : 何をしたい: テスト要件 前提条件 : 手順   : 入力値  : 期待する値:</div>
1.0
入力したデータが正しくリストに表示されることを確認するテスト - ### Discussed in https://github.com/ushmz/subsuke/discussions/30 <div type='discussions-op-text'> <sup>Originally posted by **chikowaka** October 22, 2022</sup> 誰が   : 何をしたい: テスト要件 前提条件 : 手順   : 入力値  : 期待する値:</div>
non_comp
入力したデータが正しくリストに表示されることを確認するテスト discussed in originally posted by chikowaka october 誰が   : 何をしたい: テスト要件 前提条件 : 手順   : 入力値  : 期待する値:
0
154,240
5,916,372,451
IssuesEvent
2017-05-22 10:20:07
liam2/larray
https://api.github.com/repos/liam2/larray
opened
labels are not checked during __setitem__
bug priority: high
```python >>> arr = ndtest(3) >>> arr a | a0 | a1 | a2 | 0 | 1 | 2 >>> arr2 = arr['a1:'].set_labels(x.a, 'b1,b2') >>> arr2 a | b1 | b2 | 1 | 2 # works when it should fail >>> arr['a1':] = arr2 ``` It was done on purpose to allow for: ```python arr[['a0', 'a1']] = arr[['a1', 'a0']] ``` It would ...
1.0
labels are not checked during __setitem__ - ```python >>> arr = ndtest(3) >>> arr a | a0 | a1 | a2 | 0 | 1 | 2 >>> arr2 = arr['a1:'].set_labels(x.a, 'b1,b2') >>> arr2 a | b1 | b2 | 1 | 2 # works when it should fail >>> arr['a1':] = arr2 ``` It was done on purpose to allow for: ```python arr[['a0'...
non_comp
labels are not checked during setitem python arr ndtest arr a arr set labels x a a works when it should fail arr it was done on purpose to allow for python arr arr it would be a bit...
0
13,448
15,865,423,992
IssuesEvent
2021-04-08 14:43:58
spring-projects-experimental/spring-native
https://api.github.com/repos/spring-projects-experimental/spring-native
closed
ClassNotFoundException on Apache Commons Pool at runtime
type: compatibility
Hi, I am trying to get a spring-boot-starter-data-redis-reactive application working with spring-native 0.9.1. When the application is starting in docker, I get this exceptions : ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jedisConnectionFactory' defined in class pa...
True
ClassNotFoundException on Apache Commons Pool at runtime - Hi, I am trying to get a spring-boot-starter-data-redis-reactive application working with spring-native 0.9.1. When the application is starting in docker, I get this exceptions : ``` org.springframework.beans.factory.BeanCreationException: Error creating ...
comp
classnotfoundexception on apache commons pool at runtime hi i am trying to get a spring boot starter data redis reactive application working with spring native when the application is starting in docker i get this exceptions org springframework beans factory beancreationexception error creating ...
1
167,528
26,513,468,096
IssuesEvent
2023-01-18 18:53:56
dotnet/winforms
https://api.github.com/repos/dotnet/winforms
closed
System.Windows.Forms.Design.DateTimePickerDesigner is missing
area: VS designer untriaged
### Environment N/A ### .NET version .NET 6 ### Did this work in a previous version of Visual Studio and/or previous .NET release? Worked in .NET Framework. ### Issue description We need to have DateTimePicker controls available in a WF designer that we host in our app, which is being ported from ....
1.0
System.Windows.Forms.Design.DateTimePickerDesigner is missing - ### Environment N/A ### .NET version .NET 6 ### Did this work in a previous version of Visual Studio and/or previous .NET release? Worked in .NET Framework. ### Issue description We need to have DateTimePicker controls available in a W...
non_comp
system windows forms design datetimepickerdesigner is missing environment n a net version net did this work in a previous version of visual studio and or previous net release worked in net framework issue description we need to have datetimepicker controls available in a w...
0
3,167
6,087,384,991
IssuesEvent
2017-06-18 12:30:37
MoonchildProductions/Pale-Moon
https://api.github.com/repos/MoonchildProductions/Pale-Moon
closed
[suggestion] UI Events (draft) - implement auxclick
Web Compatibility
UI Events (but `W3C Working Draft` only): https://w3c.github.io/uievents/#event-type-auxclick > The auxclick event type MUST be dispatched on the topmost event target indicated by the pointer, when the user presses down and releases the non-primary pointer button, or otherwise activates the pointer in a manner that...
True
[suggestion] UI Events (draft) - implement auxclick - UI Events (but `W3C Working Draft` only): https://w3c.github.io/uievents/#event-type-auxclick > The auxclick event type MUST be dispatched on the topmost event target indicated by the pointer, when the user presses down and releases the non-primary pointer butto...
comp
ui events draft implement auxclick ui events but working draft only the auxclick event type must be dispatched on the topmost event target indicated by the pointer when the user presses down and releases the non primary pointer button or otherwise activates the pointer in a manner that simulate...
1
16,050
21,316,415,433
IssuesEvent
2022-04-16 11:02:34
Polymer/polymer
https://api.github.com/repos/Polymer/polymer
closed
Getting rid of style includes for better developer experience
wontfix p3 api-feedback css 1.x-2.x compatibility
Currently when using shared styles, we have to use dom modules, which is fine, though I find the usage in the actual components extremely inconvenient, especially for something like a bootstrap-like framework. https://github.com/Polymer/docs/commit/e7a259ec16284658376e7d3dd85acea5aafb704a#diff-c0f20db21aa9f0874dc067...
True
Getting rid of style includes for better developer experience - Currently when using shared styles, we have to use dom modules, which is fine, though I find the usage in the actual components extremely inconvenient, especially for something like a bootstrap-like framework. https://github.com/Polymer/docs/commit/e7a2...
comp
getting rid of style includes for better developer experience currently when using shared styles we have to use dom modules which is fine though i find the usage in the actual components extremely inconvenient especially for something like a bootstrap like framework with you re sticking with whi...
1
7,138
16,669,882,611
IssuesEvent
2021-06-07 09:31:17
mbecker12/surface-rl-decoder
https://api.github.com/repos/mbecker12/surface-rl-decoder
closed
Implement Transfer Learning for 3D Conv Networks
infrastructure network architecture q learning
We want to investigate if transfer learning from smaller systems to larger systems is beneficial. For that, implement the functionality to load a pretrained d=5 3D Conv model and apply it to a model capable of decoding at d=7,9,....
1.0
Implement Transfer Learning for 3D Conv Networks - We want to investigate if transfer learning from smaller systems to larger systems is beneficial. For that, implement the functionality to load a pretrained d=5 3D Conv model and apply it to a model capable of decoding at d=7,9,....
non_comp
implement transfer learning for conv networks we want to investigate if transfer learning from smaller systems to larger systems is beneficial for that implement the functionality to load a pretrained d conv model and apply it to a model capable of decoding at d
0
256,804
22,101,687,758
IssuesEvent
2022-06-01 14:10:32
kcp-dev/kcp
https://api.github.com/repos/kcp-dev/kcp
opened
Flake: TestSyncerProcess/SpecSyncer_with_AdvancedScheduling,_sync_downstream_deployment_and_apply_SpecDiff
bug kind/test-flake
https://github.com/kcp-dev/kcp/runs/6689155554?check_suite_focus=true#step:5:257 ``` 2022-06-01T12:34:09.8131442Z I0601 12:34:09.215245 31944 spec_controller.go:175] kcp-workload-syncer-spec queueing GVR "/v1, Resource=namespaces" root:org:ws#$#test 2022-06-01T12:34:09.8132605Z I0601 12:34:09.215352 31944 spec...
1.0
Flake: TestSyncerProcess/SpecSyncer_with_AdvancedScheduling,_sync_downstream_deployment_and_apply_SpecDiff - https://github.com/kcp-dev/kcp/runs/6689155554?check_suite_focus=true#step:5:257 ``` 2022-06-01T12:34:09.8131442Z I0601 12:34:09.215245 31944 spec_controller.go:175] kcp-workload-syncer-spec queueing GVR "...
non_comp
flake testsyncerprocess specsyncer with advancedscheduling sync downstream deployment and apply specdiff spec controller go kcp workload syncer spec queueing gvr resource namespaces root org ws test spec controller go kcp workload syncer s...
0
13,246
15,608,759,160
IssuesEvent
2021-03-19 11:00:33
foss-for-synopsys-dwc-arc-processors/toolchain
https://api.github.com/repos/foss-for-synopsys-dwc-arc-processors/toolchain
closed
[N.B.] QEMU's gdbserver compatibility
compatibility issue component: gdb release notes
The **new** QEMU's gdbserver can only be used in conjunction with GDB release `arc-2021.03`. The **old** one can be used freely. What does **new** QEMU mean? Since there is no tags in QEMU yet, I cannot refer to a release/date. **New** QEMU comes with the following code: ``` gdb-xml/arc-v2-core.xml: ... <feat...
True
[N.B.] QEMU's gdbserver compatibility - The **new** QEMU's gdbserver can only be used in conjunction with GDB release `arc-2021.03`. The **old** one can be used freely. What does **new** QEMU mean? Since there is no tags in QEMU yet, I cannot refer to a release/date. **New** QEMU comes with the following code: `...
comp
qemu s gdbserver compatibility the new qemu s gdbserver can only be used in conjunction with gdb release arc the old one can be used freely what does new qemu mean since there is no tags in qemu yet i cannot refer to a release date new qemu comes with the following code gdb x...
1
246,968
26,661,597,107
IssuesEvent
2023-01-25 21:40:44
PF-Mend/WebGoat
https://api.github.com/repos/PF-Mend/WebGoat
opened
spring-boot-starter-validation-2.7.1.jar: 7 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-boot-starter-validation-2.7.1.jar</b></p></summary> <p></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repos...
True
spring-boot-starter-validation-2.7.1.jar: 7 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-boot-starter-validation-2.7.1.jar</b></p></summary> <p></p> <p>Path to...
non_comp
spring boot starter validation jar vulnerabilities highest severity is vulnerable library spring boot starter validation jar path to dependency file pom xml path to vulnerable library home wss scanner repository org yaml snakeyaml snakeyaml jar found in head...
0
66,873
20,739,529,988
IssuesEvent
2022-03-14 16:25:16
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-1 [MOBILE SCREENREADER]: Feedback button can accidentally be activated when browsing on a mobile screen reader
508/Accessibility 508-defect-1 508-issue-mobile-design 508-issue-screenreader
# [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons ...
1.0
508-defect-1 [MOBILE SCREENREADER]: Feedback button can accidentally be activated when browsing on a mobile screen reader - # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1) <!...
non_comp
defect feedback button can accidentally be activated when browsing on a mobile screen reader enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels sh...
0
141,965
13,002,998,912
IssuesEvent
2020-07-24 05:25:14
redox-os/orbtk
https://api.github.com/repos/redox-os/orbtk
closed
Beginners documentation
documentation duplicate
# Context There is very (too?) little documentation available, especially for newbies. # Problem description & Solution Documentation can be generated with: `cargo doc --no-deps --open` The resulting documentation is nice and all, but a bit to daunting for a beginner. The examples are super helpful, but do n...
1.0
Beginners documentation - # Context There is very (too?) little documentation available, especially for newbies. # Problem description & Solution Documentation can be generated with: `cargo doc --no-deps --open` The resulting documentation is nice and all, but a bit to daunting for a beginner. The examples a...
non_comp
beginners documentation context there is very too little documentation available especially for newbies problem description solution documentation can be generated with cargo doc no deps open the resulting documentation is nice and all but a bit to daunting for a beginner the examples a...
0
18,027
24,895,397,675
IssuesEvent
2022-10-28 15:22:24
bigbluebutton/greenlight
https://api.github.com/repos/bigbluebutton/greenlight
closed
Migrate Users from v2 to v3
epic: Backwards Compatible
- name - email - social_uid = external_id - provider - role (by name)
True
Migrate Users from v2 to v3 - - name - email - social_uid = external_id - provider - role (by name)
comp
migrate users from to name email social uid external id provider role by name
1
15,614
20,118,731,435
IssuesEvent
2022-02-07 22:40:10
PLC-lang/rusty
https://api.github.com/repos/PLC-lang/rusty
closed
Function calls with other function calls as parameters generate invalid code
bug compatibility-oscat
**Describe the bug** Noticed in oscat that if a function call has other calls as parameters, it generates a section of unreachable code Clang will not generate the resulting IR @riederm This is the behaviour we saw yesterday
True
Function calls with other function calls as parameters generate invalid code - **Describe the bug** Noticed in oscat that if a function call has other calls as parameters, it generates a section of unreachable code Clang will not generate the resulting IR @riederm This is the behaviour we saw yesterday
comp
function calls with other function calls as parameters generate invalid code describe the bug noticed in oscat that if a function call has other calls as parameters it generates a section of unreachable code clang will not generate the resulting ir riederm this is the behaviour we saw yesterday
1
475,179
13,688,332,018
IssuesEvent
2020-09-30 11:33:01
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Reduce RAM consumption for civetweb HTTP sample
Enhancement area: Networking Clients priority: low
**Is your enhancement proposal related to a problem? Please describe.** Current configuration for Civetweb HTTP sample requires too much RAM (>230K), which prevents it from being run on wide number of targets. This choice was deliberate at PR introduction (https://github.com/zephyrproject-rtos/zephyr/pull/17019) as...
1.0
Reduce RAM consumption for civetweb HTTP sample - **Is your enhancement proposal related to a problem? Please describe.** Current configuration for Civetweb HTTP sample requires too much RAM (>230K), which prevents it from being run on wide number of targets. This choice was deliberate at PR introduction (https://g...
non_comp
reduce ram consumption for civetweb http sample is your enhancement proposal related to a problem please describe current configuration for civetweb http sample requires too much ram which prevents it from being run on wide number of targets this choice was deliberate at pr introduction as describ...
0
29,425
11,755,021,160
IssuesEvent
2020-03-13 08:37:48
f-peng/centreon
https://api.github.com/repos/f-peng/centreon
opened
CVE-2018-11697 (High) detected in multiple libraries
security vulnerability
## CVE-2018-11697 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.12.0.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.12.0.tgz</b></p></summary> <p>Wrapper a...
True
CVE-2018-11697 (High) detected in multiple libraries - ## CVE-2018-11697 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.12.0.tgz</b></p></summary> <p> <details><summary>...
non_comp
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm centreon package json path to vulnerable library cen...
0
16,040
21,314,514,951
IssuesEvent
2022-04-16 03:49:11
tsingyayin/cYSP
https://api.github.com/repos/tsingyayin/cYSP
opened
使用OBS录制YSP帧数异常
compatibility
OBS录制软件在一些计算机上未能正确匹配YSP的计划帧,导致录制结果出现显而易见的掉帧。但计算机使用者在使用YSP软件本身,甚至是在OBS录制时查看YSP本身时未发现本体卡顿。
True
使用OBS录制YSP帧数异常 - OBS录制软件在一些计算机上未能正确匹配YSP的计划帧,导致录制结果出现显而易见的掉帧。但计算机使用者在使用YSP软件本身,甚至是在OBS录制时查看YSP本身时未发现本体卡顿。
comp
使用obs录制ysp帧数异常 obs录制软件在一些计算机上未能正确匹配ysp的计划帧,导致录制结果出现显而易见的掉帧。但计算机使用者在使用ysp软件本身,甚至是在obs录制时查看ysp本身时未发现本体卡顿。
1
15,165
19,142,585,587
IssuesEvent
2021-12-02 01:42:09
MCCTeam/Minecraft-Console-Client
https://api.github.com/repos/MCCTeam/Minecraft-Console-Client
closed
[Idea] Any way to update the client for 1.18 our selves?
a:question waiting-for:more-info in:protocol-compatibility in:contributing
### Prerequisites - [X] I have read and understood the [user manual](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config) - [X] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/Minecraft-Console-Client/build/artifacts) - [X] I tried to [l...
True
[Idea] Any way to update the client for 1.18 our selves? - ### Prerequisites - [X] I have read and understood the [user manual](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config) - [X] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/Mi...
comp
any way to update the client for our selves prerequisites i have read and understood the i made sure i am running the latest i tried to before opening a new one console client version latest describe your problem since came out literally today the client has stop...
1
1,018
3,480,018,067
IssuesEvent
2015-12-29 01:52:48
bzdeck/bzdeck
https://api.github.com/repos/bzdeck/bzdeck
opened
Re-enable Firefox OS support
compatibility mobile
Currently the Firefox OS support has been disabled due to the [lack of the Service Workers support](https://bugzilla.mozilla.org/show_bug.cgi?id=1207265). Hope we can re-enable it in mid-2016, prior to our 1.0 release. Cc: @stenox
True
Re-enable Firefox OS support - Currently the Firefox OS support has been disabled due to the [lack of the Service Workers support](https://bugzilla.mozilla.org/show_bug.cgi?id=1207265). Hope we can re-enable it in mid-2016, prior to our 1.0 release. Cc: @stenox
comp
re enable firefox os support currently the firefox os support has been disabled due to the hope we can re enable it in mid prior to our release cc stenox
1
387,042
11,455,043,020
IssuesEvent
2020-02-06 18:17:04
woocommerce/woocommerce-gateway-paypal-express-checkout
https://api.github.com/repos/woocommerce/woocommerce-gateway-paypal-express-checkout
closed
Update deprecated SDK: Catch and handle errors during checkout flow
Priority: High
Child issue of #626. Catch and handle any errors that may happen during the checkout flow, preventing customers from completing the flow, by implementing the [`onError()` function](https://developer.paypal.com/docs/checkout/integration-features/handle-errors/) passed to `paypal.Buttons()`. Note: >This error h...
1.0
Update deprecated SDK: Catch and handle errors during checkout flow - Child issue of #626. Catch and handle any errors that may happen during the checkout flow, preventing customers from completing the flow, by implementing the [`onError()` function](https://developer.paypal.com/docs/checkout/integration-features/h...
non_comp
update deprecated sdk catch and handle errors during checkout flow child issue of catch and handle any errors that may happen during the checkout flow preventing customers from completing the flow by implementing the passed to paypal buttons note this error handler is a catch all errors...
0
9,212
11,203,918,587
IssuesEvent
2020-01-05 00:09:22
rubinius/rubinius
https://api.github.com/repos/rubinius/rubinius
closed
close_on_exec flags on child process
Ruby Language Compatibility
when using puma in clustered mode (i.e. it forks a child) if that child process has a Process.span, popen, system or (backtick) call when that sub process of the child exists, it appears some file descriptors are inheriting and being closed resulting in non deterministic behaviour. Its behaving differeently than MRI 2....
True
close_on_exec flags on child process - when using puma in clustered mode (i.e. it forks a child) if that child process has a Process.span, popen, system or (backtick) call when that sub process of the child exists, it appears some file descriptors are inheriting and being closed resulting in non deterministic behaviour...
comp
close on exec flags on child process when using puma in clustered mode i e it forks a child if that child process has a process span popen system or backtick call when that sub process of the child exists it appears some file descriptors are inheriting and being closed resulting in non deterministic behaviour...
1
446,562
12,866,651,667
IssuesEvent
2020-07-10 04:31:11
wso2/analytics-apim
https://api.github.com/repos/wso2/analytics-apim
closed
Titles of the widgets in the Error page needs to be fixed
Priority/High
**Description:** Please see the screenshots below. The titles for these widgets coming straight from the widget ID field and their titles need to be fixed with correct spaces between words. <img width="359" alt="name1" src="https://user-images.githubusercontent.com/3957104/86430074-ee188e80-bd0e-11ea-9373-dd3f96b52...
1.0
Titles of the widgets in the Error page needs to be fixed - **Description:** Please see the screenshots below. The titles for these widgets coming straight from the widget ID field and their titles need to be fixed with correct spaces between words. <img width="359" alt="name1" src="https://user-images.githubuserco...
non_comp
titles of the widgets in the error page needs to be fixed description please see the screenshots below the titles for these widgets coming straight from the widget id field and their titles need to be fixed with correct spaces between words img width alt src img width alt src img...
0
4,964
7,568,973,125
IssuesEvent
2018-04-23 01:15:40
zeit/hyper
https://api.github.com/repos/zeit/hyper
closed
Can't paste multiple times.
help wanted 🐛 Type: Bug 🤯 Type: Compatibility
If pasted once, it is not possible to paste again, unless return is stroked.
True
Can't paste multiple times. - If pasted once, it is not possible to paste again, unless return is stroked.
comp
can t paste multiple times if pasted once it is not possible to paste again unless return is stroked
1
551,621
16,177,662,700
IssuesEvent
2021-05-03 09:35:10
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
[Semantic API] CCE when `Ctrl + click` on a resource method name
Area/SemanticAPI Priority/High Team/CompilerFE Type/Bug Version/SLAlpha3
Consider the following: ```ballerina import ballerina/http; listener http:Listener ep0 = new (9090, config = {host: localhost}); service /v1 on ep0 { resource function get pets(int? 'limit) returns Pets|Error { } resource function post pets() returns http:Created|Error { } resource func...
1.0
[Semantic API] CCE when `Ctrl + click` on a resource method name - Consider the following: ```ballerina import ballerina/http; listener http:Listener ep0 = new (9090, config = {host: localhost}); service /v1 on ep0 { resource function get pets(int? 'limit) returns Pets|Error { } resource function...
non_comp
cce when ctrl click on a resource method name consider the following ballerina import ballerina http listener http listener new config host localhost service on resource function get pets int limit returns pets error resource function post pets returns ...
0
699,869
24,035,513,459
IssuesEvent
2022-09-15 18:46:39
massenergize/frontend-admin
https://api.github.com/repos/massenergize/frontend-admin
opened
Image upload causes reset of event form wiping all fields.
bug priority 1 Admin Ptl
**Describe the bug** This is super annoying and it only seems to happen on the create event form as far as I can tell. All fields are wiped when the media library is used to upload an image. **Screenshots** https://user-images.githubusercontent.com/15150372/190484587-111e25ba-ec24-4106-8ee8-05f5fd82e8a4.mov
1.0
Image upload causes reset of event form wiping all fields. - **Describe the bug** This is super annoying and it only seems to happen on the create event form as far as I can tell. All fields are wiped when the media library is used to upload an image. **Screenshots** https://user-images.githubusercontent.com/1515...
non_comp
image upload causes reset of event form wiping all fields describe the bug this is super annoying and it only seems to happen on the create event form as far as i can tell all fields are wiped when the media library is used to upload an image screenshots
0
796,461
28,113,407,819
IssuesEvent
2023-03-31 08:57:30
apache/kyuubi
https://api.github.com/repos/apache/kyuubi
closed
[Umbrella][KPIP-6] Introduce Trino frontend
kind:umbrella priority:major
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues) and found no similar issues. ### Describe the proposal The...
1.0
[Umbrella][KPIP-6] Introduce Trino frontend - ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues) and found no similar...
non_comp
introduce trino frontend code of conduct i agree to follow this project s search before asking i have searched in the and found no similar issues describe the proposal the main goal is support trino driver and trino client connect to kyuubi server proposal ...
0
331,212
24,296,915,108
IssuesEvent
2022-09-29 10:50:12
syetalabs/vue3-google-signin
https://api.github.com/repos/syetalabs/vue3-google-signin
opened
Add a FAQ
documentation
We need a FAQ section on the docs. I see a lot of people coming to discussions thread to understand how to use custom scopes etc. It would be wise to provide some examples and add relevant docs as a FAQ
1.0
Add a FAQ - We need a FAQ section on the docs. I see a lot of people coming to discussions thread to understand how to use custom scopes etc. It would be wise to provide some examples and add relevant docs as a FAQ
non_comp
add a faq we need a faq section on the docs i see a lot of people coming to discussions thread to understand how to use custom scopes etc it would be wise to provide some examples and add relevant docs as a faq
0
29,076
4,468,385,685
IssuesEvent
2016-08-25 09:14:09
libuv/libuv
https://api.github.com/repos/libuv/libuv
closed
`fs_event_close_in_callback` fails on SmartOS
test
This test is always timing out: ``` `fs_event_close_in_callback` failed: timeout Output from process `fs_event_close_in_callback`: (no output) ============================================================= ``` I think that the reason might be that the functionality this test is checking is not supported by `port e...
1.0
`fs_event_close_in_callback` fails on SmartOS - This test is always timing out: ``` `fs_event_close_in_callback` failed: timeout Output from process `fs_event_close_in_callback`: (no output) ============================================================= ``` I think that the reason might be that the functionality t...
non_comp
fs event close in callback fails on smartos this test is always timing out fs event close in callback failed timeout output from process fs event close in callback no output i think that the reason might be that the functionality t...
0
10,970
12,992,127,640
IssuesEvent
2020-07-23 06:02:10
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
BATTLETECH (637090)
.NET Game compatibility - Unofficial
I wish to throw this out there to see if anyone knows why this Unity3D game fails to launch when forced to use proton? At present it crashes and spits out a error log similar to the one linked below. I know there is a native version but it uses OpenGL and has significant performance issues, so I want to test the d3...
True
BATTLETECH (637090) - I wish to throw this out there to see if anyone knows why this Unity3D game fails to launch when forced to use proton? At present it crashes and spits out a error log similar to the one linked below. I know there is a native version but it uses OpenGL and has significant performance issues, so...
comp
battletech i wish to throw this out there to see if anyone knows why this game fails to launch when forced to use proton at present it crashes and spits out a error log similar to the one linked below i know there is a native version but it uses opengl and has significant performance issues so i want to ...
1
62,937
3,193,637,650
IssuesEvent
2015-09-30 07:12:13
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
Manufacter is not set automaticaly
Category: SNMP Component: For junior contributor Priority: Normal Status: Closed Tracker: Feature
--- Author Name: **DuyLong LE** (DuyLong LE) Original Redmine Issue: 1355, http://forge.fusioninventory.org/issues/1355 Original Date: 2011-11-21 Original Assignee: Guillaume Rousse --- Can you find a solution in order to set the manufacter field ? The agent can be get this value, no ? ``` Cisco.pm => Cisco ...
1.0
Manufacter is not set automaticaly - --- Author Name: **DuyLong LE** (DuyLong LE) Original Redmine Issue: 1355, http://forge.fusioninventory.org/issues/1355 Original Date: 2011-11-21 Original Assignee: Guillaume Rousse --- Can you find a solution in order to set the manufacter field ? The agent can be get this ...
non_comp
manufacter is not set automaticaly author name duylong le duylong le original redmine issue original date original assignee guillaume rousse can you find a solution in order to set the manufacter field the agent can be get this value no cisco pm cisco systems proc...
0
182,303
6,668,722,748
IssuesEvent
2017-10-03 16:45:25
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
beta.hulu.com - video or audio doesn't play
browser-firefox priority-important status-needstriage type-stylo
<!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://beta.hulu.com/ **Browser / Version**: Firefox 58.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes **Problem ...
1.0
beta.hulu.com - video or audio doesn't play - <!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://beta.hulu.com/ **Browser / Version**: Firefox 58.0 **Operating System**: Windows ...
non_comp
beta hulu com video or audio doesn t play url browser version firefox operating system windows tested another browser yes problem type video or audio doesn t play description site is just blank screen that says live tv steps to reproduce beta hulu com ...
0
13,795
9,050,782,772
IssuesEvent
2019-02-12 09:37:02
streichsbaer/Benchmark
https://api.github.com/repos/streichsbaer/Benchmark
opened
WS-2009-0001 Low Severity Vulnerability detected by WhiteSource
security vulnerability
## WS-2009-0001 - Low Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-codec-1.11.jar</b></p></summary> <p>The Apache Commons Codec package contains simple encoder and decoder...
True
WS-2009-0001 Low Severity Vulnerability detected by WhiteSource - ## WS-2009-0001 - Low Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-codec-1.11.jar</b></p></summary> <p>Th...
non_comp
ws low severity vulnerability detected by whitesource ws low severity vulnerability vulnerable library commons codec jar the apache commons codec package contains simple encoder and decoders for various formats such as and hexadecimal in addition to these widely used encoder...
0
64,458
8,736,893,815
IssuesEvent
2018-12-11 20:53:27
gctools-outilsgc/design-system-code
https://api.github.com/repos/gctools-outilsgc/design-system-code
opened
Create contact page
Project: Aurora Type: Documentation Type: Enhancement
In the Community sub-section of the Aurora site https://design.gccollab.ca/overview/blogs, add a Contact page that points to our Github repo (for submitting issues) and our Freshdesk portal (help articles and ticket submission). Include guidelines on which inquiries to direct through Github v. Freshdesk.
1.0
Create contact page - In the Community sub-section of the Aurora site https://design.gccollab.ca/overview/blogs, add a Contact page that points to our Github repo (for submitting issues) and our Freshdesk portal (help articles and ticket submission). Include guidelines on which inquiries to direct through Github v. Fre...
non_comp
create contact page in the community sub section of the aurora site add a contact page that points to our github repo for submitting issues and our freshdesk portal help articles and ticket submission include guidelines on which inquiries to direct through github v freshdesk
0
66,400
12,753,796,835
IssuesEvent
2020-06-28 00:49:23
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
closed
Refine Error During Import of 260 MB csv file on Macbook Pro 2.7/8gb ram running OS X Lion via Chrome
CSV/TSV bug import imported from old code repo large project support mac not reproducible priority: Medium
_Original author: glit...@perpetuales.com (June 01, 2012 04:05:23)_ Everytime I try and import this file from Google Cloud Storage (260MB csv) it freezes or I get the error screen attached. I have allocated 4,096MB to Refine and am running it via Chrome... Any ideas? Macbook Pro Early 2011 2.7ghz 8mb ram Mac OS...
1.0
Refine Error During Import of 260 MB csv file on Macbook Pro 2.7/8gb ram running OS X Lion via Chrome - _Original author: glit...@perpetuales.com (June 01, 2012 04:05:23)_ Everytime I try and import this file from Google Cloud Storage (260MB csv) it freezes or I get the error screen attached. I have allocated 4,096...
non_comp
refine error during import of mb csv file on macbook pro ram running os x lion via chrome original author glit perpetuales com june everytime i try and import this file from google cloud storage csv it freezes or i get the error screen attached i have allocated to refine and am...
0
8,369
10,391,943,467
IssuesEvent
2019-09-11 08:40:30
marshmallow-code/webargs
https://api.github.com/repos/marshmallow-code/webargs
opened
RFC: Only accept delimited string in DelimitedList
backwards incompatible
`DelimitedList` accepts either a list or a delimited string (e.g. "foo,bar,baz"). I'd like to make it more strict by only accepting a delimited list. Rather than adding a `strict` parameter, I'm thinking of dropping the whole "also accept a list" feature. Any reason to support both? I understand it inherits fr...
True
RFC: Only accept delimited string in DelimitedList - `DelimitedList` accepts either a list or a delimited string (e.g. "foo,bar,baz"). I'd like to make it more strict by only accepting a delimited list. Rather than adding a `strict` parameter, I'm thinking of dropping the whole "also accept a list" feature. Any r...
comp
rfc only accept delimited string in delimitedlist delimitedlist accepts either a list or a delimited string e g foo bar baz i d like to make it more strict by only accepting a delimited list rather than adding a strict parameter i m thinking of dropping the whole also accept a list feature any r...
1
10,801
12,803,471,081
IssuesEvent
2020-07-03 00:52:47
Hacktix/ChromaBoy
https://api.github.com/repos/Hacktix/ChromaBoy
closed
[Pokemon Red] - Not saving game
bug game compatibility mbc
While MBC3 does save the external RAM to a save file, it does not contain the save data of the game. Possibly related to RAM-addressing.
True
[Pokemon Red] - Not saving game - While MBC3 does save the external RAM to a save file, it does not contain the save data of the game. Possibly related to RAM-addressing.
comp
not saving game while does save the external ram to a save file it does not contain the save data of the game possibly related to ram addressing
1
810
3,253,673,274
IssuesEvent
2015-10-19 20:08:33
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
TypeLoadException when c# compiled with 2015 tries to load managed C++ assembly (works with 2013)
4 - In Review Area-Compilers Tenet-Compatibility
I have a solution with c# and managed c++ (which is built with VS2008 compiler), when I use VS2013 (with the exact same sln) everything works, with 2015 I get: ``` Unhandled Exception: System.TypeLoadException: Signature of the body and declaration in a method implementation do not match. Type: 'ConsoleApplication...
True
TypeLoadException when c# compiled with 2015 tries to load managed C++ assembly (works with 2013) - I have a solution with c# and managed c++ (which is built with VS2008 compiler), when I use VS2013 (with the exact same sln) everything works, with 2015 I get: ``` Unhandled Exception: System.TypeLoadException: Signa...
comp
typeloadexception when c compiled with tries to load managed c assembly works with i have a solution with c and managed c which is built with compiler when i use with the exact same sln everything works with i get unhandled exception system typeloadexception signature of the body an...
1
21,199
6,132,350,684
IssuesEvent
2017-06-25 00:59:40
ganeti/ganeti
https://api.github.com/repos/ganeti/ganeti
closed
Improve bandwidth usage when migrating instances over WAN.
imported_from_google_code Priority-High Status:Released
Originally reported of Google Code with ID 473. ``` We are performing some migrations (instance from ClusterA to ClusterB) which are moving 300GB of data across a WAN and tend to be very slow. It is normal for a user's instance to take 3 days to migrate, and watcher is locked while the migration is happening. I am ...
1.0
Improve bandwidth usage when migrating instances over WAN. - Originally reported of Google Code with ID 473. ``` We are performing some migrations (instance from ClusterA to ClusterB) which are moving 300GB of data across a WAN and tend to be very slow. It is normal for a user's instance to take 3 days to migrate, and...
non_comp
improve bandwidth usage when migrating instances over wan originally reported of google code with id we are performing some migrations instance from clustera to clusterb which are moving of data across a wan and tend to be very slow it is normal for a user s instance to take days to migrate and watch...
0
21,086
32,062,699,312
IssuesEvent
2023-09-24 20:53:39
ricksouth/serilum-mc-mods
https://api.github.com/repos/ricksouth/serilum-mc-mods
opened
Menu Changing arrows glitch into button.
Mod Label Missing Incompatibility
## **Information** Minecraft version: 1.19.2 Modloader: Fabric Fabric loader version: 0.14.22 Environment: Either First mod name: Extended Creative Inventory First mod version: 2.1 Second mod name: Fabric Second mod version: 0.14.22 ## **Description** The extended button and the menu arrows glitch int...
True
Menu Changing arrows glitch into button. - ## **Information** Minecraft version: 1.19.2 Modloader: Fabric Fabric loader version: 0.14.22 Environment: Either First mod name: Extended Creative Inventory First mod version: 2.1 Second mod name: Fabric Second mod version: 0.14.22 ## **Description** The ext...
comp
menu changing arrows glitch into button information minecraft version modloader fabric fabric loader version environment either first mod name extended creative inventory first mod version second mod name fabric second mod version description the extended...
1
101,822
31,683,931,827
IssuesEvent
2023-09-08 03:58:52
discoverfinancial/a11y-theme-builder
https://api.github.com/repos/discoverfinancial/a11y-theme-builder
opened
[REQUEST] Research potential for Chart accessibility
enhancement good first issue theme builder app
<!-- Request Content --> ## Suggestion/Concern The idea behind this issue is to research charting software packages that could potentially be integrated into Theme Builder, and identifying whether and how colors could be specified when building a chart using such packages and whether each package has the level of c...
1.0
[REQUEST] Research potential for Chart accessibility - <!-- Request Content --> ## Suggestion/Concern The idea behind this issue is to research charting software packages that could potentially be integrated into Theme Builder, and identifying whether and how colors could be specified when building a chart using su...
non_comp
research potential for chart accessibility suggestion concern the idea behind this issue is to research charting software packages that could potentially be integrated into theme builder and identifying whether and how colors could be specified when building a chart using such packages and whether each pa...
0
62,926
17,263,402,293
IssuesEvent
2021-07-22 10:43:49
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Jet 4.5 to 5.0-SNAPSHOT migration issue with DiscoveryStrategyFactory reduction
Module: Jet Source: Internal Team: Core Type: Defect
If I use Jet 4.5 and `maven-assembly-plugin` to build an executable Jar, this is in it. ``` % grep ^com META-INF/services/com.hazelcast.spi.discovery.DiscoveryStrategyFactory com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategyFactory com.hazelcast.aws.AwsDiscoveryStrategyFactory com.hazelcast.kuber...
1.0
Jet 4.5 to 5.0-SNAPSHOT migration issue with DiscoveryStrategyFactory reduction - If I use Jet 4.5 and `maven-assembly-plugin` to build an executable Jar, this is in it. ``` % grep ^com META-INF/services/com.hazelcast.spi.discovery.DiscoveryStrategyFactory com.hazelcast.spi.discovery.multicast.MulticastDiscoveryS...
non_comp
jet to snapshot migration issue with discoverystrategyfactory reduction if i use jet and maven assembly plugin to build an executable jar this is in it grep com meta inf services com hazelcast spi discovery discoverystrategyfactory com hazelcast spi discovery multicast multicastdiscoverys...
0
10,859
6,963,771,866
IssuesEvent
2017-12-08 18:47:08
truetandem/e-QIP-prototype
https://api.github.com/repos/truetandem/e-QIP-prototype
closed
Employment record - Reason for leaving - Second question
bug usability
- [x] Change the "Yes" to a "No" isn't working (it stays on "Yes") Note: same issue with the branch directly below Reason for leaving. Edit - looks like only clicking "No" on the first question within the branch removes the second+ items. ![screen shot 2017-12-07 at 3 08 04 pm](https://user-images.githubuserco...
True
Employment record - Reason for leaving - Second question - - [x] Change the "Yes" to a "No" isn't working (it stays on "Yes") Note: same issue with the branch directly below Reason for leaving. Edit - looks like only clicking "No" on the first question within the branch removes the second+ items. ![screen shot...
non_comp
employment record reason for leaving second question change the yes to a no isn t working it stays on yes note same issue with the branch directly below reason for leaving edit looks like only clicking no on the first question within the branch removes the second items
0
8,907
10,895,142,454
IssuesEvent
2019-11-19 10:05:05
keymanapp/keyman
https://api.github.com/repos/keymanapp/keyman
opened
[Windows] Keyman not fully compatible with OneNote
bug compatibility windows
**Describe the bug** Ref https://community.software.sil.org/t/keyman-with-onenote/2767/9 and private communication with Saarthaka on same forum. - Keyman works sporadically with OneNote app when deep tsf integration is on. - Keyman seems to work better when deep tsf integration is off, but not perfectly. - We h...
True
[Windows] Keyman not fully compatible with OneNote - **Describe the bug** Ref https://community.software.sil.org/t/keyman-with-onenote/2767/9 and private communication with Saarthaka on same forum. - Keyman works sporadically with OneNote app when deep tsf integration is on. - Keyman seems to work better when de...
comp
keyman not fully compatible with onenote describe the bug ref and private communication with saarthaka on same forum keyman works sporadically with onenote app when deep tsf integration is on keyman seems to work better when deep tsf integration is off but not perfectly we have captured a lo...
1
58,440
3,089,387,704
IssuesEvent
2015-08-25 21:14:21
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Setting API Server port in docker multinode cluster
kind/support priority/P2 team/CSI
Hi, I'm following the getting started guide about how to set up a kubernetes cluster in a docker multinode environment. I have the necessity to change the port where the API server listens on the master node, since it is already used by another application. I tried to look at the various flags and options of the ...
1.0
Setting API Server port in docker multinode cluster - Hi, I'm following the getting started guide about how to set up a kubernetes cluster in a docker multinode environment. I have the necessity to change the port where the API server listens on the master node, since it is already used by another application. I t...
non_comp
setting api server port in docker multinode cluster hi i m following the getting started guide about how to set up a kubernetes cluster in a docker multinode environment i have the necessity to change the port where the api server listens on the master node since it is already used by another application i t...
0
332,194
24,338,329,323
IssuesEvent
2022-10-01 11:14:29
fkirc/skip-duplicate-actions
https://api.github.com/repos/fkirc/skip-duplicate-actions
closed
Issue, cypress parallel jobs not being marked green.
documentation
Hey, tried out your actions, set them up as expected and they seem to work great. However I'm using cypress with parallel runs to speed up testing, and as a result those required checks are not being marked as having passed. Any thoughts? ![Screen Shot 2020-10-08 at 4 45 22 PM](https://user-images.githubuserconte...
1.0
Issue, cypress parallel jobs not being marked green. - Hey, tried out your actions, set them up as expected and they seem to work great. However I'm using cypress with parallel runs to speed up testing, and as a result those required checks are not being marked as having passed. Any thoughts? ![Screen Shot 2020-1...
non_comp
issue cypress parallel jobs not being marked green hey tried out your actions set them up as expected and they seem to work great however i m using cypress with parallel runs to speed up testing and as a result those required checks are not being marked as having passed any thoughts
0
52,582
6,642,548,471
IssuesEvent
2017-09-27 07:54:18
IMA-WorldHealth/bhima-2.X
https://api.github.com/repos/IMA-WorldHealth/bhima-2.X
opened
design: Changing a Debtor's Debtor Group
design
This is a corner case we haven't properly considered: what happens when a patient in billed in one debtor group, but it is discovered that they are not supposed to be in it? An example of this would be if a patient were invoiced as a "convention" patient (like https://github.com/IMA-WorldHealth/bhima-2.X/pull/2152 in...
1.0
design: Changing a Debtor's Debtor Group - This is a corner case we haven't properly considered: what happens when a patient in billed in one debtor group, but it is discovered that they are not supposed to be in it? An example of this would be if a patient were invoiced as a "convention" patient (like https://github...
non_comp
design changing a debtor s debtor group this is a corner case we haven t properly considered what happens when a patient in billed in one debtor group but it is discovered that they are not supposed to be in it an example of this would be if a patient were invoiced as a convention patient like intends to i...
0
19,754
27,397,911,557
IssuesEvent
2023-02-28 21:19:10
openxla/stablehlo
https://api.github.com/repos/openxla/stablehlo
closed
Turn stablehlo/testdata into a compatibility suite
Compatibility
As highlighted in #1215, the newly checked in files in stablehlo/conformance can be turned into a compatibility suite in two ways: 1) static tests (roundtrip through VHLO and compare syntax), 2) dynamic tests (roundtrip through VHLO and compare semantics via reference implementation). Let's start with static tests.
True
Turn stablehlo/testdata into a compatibility suite - As highlighted in #1215, the newly checked in files in stablehlo/conformance can be turned into a compatibility suite in two ways: 1) static tests (roundtrip through VHLO and compare syntax), 2) dynamic tests (roundtrip through VHLO and compare semantics via referenc...
comp
turn stablehlo testdata into a compatibility suite as highlighted in the newly checked in files in stablehlo conformance can be turned into a compatibility suite in two ways static tests roundtrip through vhlo and compare syntax dynamic tests roundtrip through vhlo and compare semantics via reference i...
1
154,962
19,765,616,905
IssuesEvent
2022-01-17 01:35:05
tuanducdesign/reactjs-mern
https://api.github.com/repos/tuanducdesign/reactjs-mern
closed
CVE-2021-3664 (Medium) detected in url-parse-1.5.1.tgz - autoclosed
security vulnerability
## CVE-2021-3664 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser ...
True
CVE-2021-3664 (Medium) detected in url-parse-1.5.1.tgz - autoclosed - ## CVE-2021-3664 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary> <p>Small ...
non_comp
cve medium detected in url parse tgz autoclosed cve medium severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file client package...
0
20,938
31,723,840,486
IssuesEvent
2023-09-10 18:11:32
Leximon/Fluidlogged
https://api.github.com/repos/Leximon/Fluidlogged
closed
AutoSlabs Compatibility Issue
bug compatibility issue fixed in next release
Hey there, I was attempting to load both these mods, but quickly found that the game crashed whenever the player placed a new slab. I'll be making an issue report with AutoSlabs as well, mod information and crash report is below: Minecraft: 1.20.1 Fabric: 0.14.21/0.14.22 AutoSlabs: 1.1.2 Fluidlogged: 1.2.1 Cra...
True
AutoSlabs Compatibility Issue - Hey there, I was attempting to load both these mods, but quickly found that the game crashed whenever the player placed a new slab. I'll be making an issue report with AutoSlabs as well, mod information and crash report is below: Minecraft: 1.20.1 Fabric: 0.14.21/0.14.22 AutoSlabs: ...
comp
autoslabs compatibility issue hey there i was attempting to load both these mods but quickly found that the game crashed whenever the player placed a new slab i ll be making an issue report with autoslabs as well mod information and crash report is below minecraft fabric autoslabs ...
1
250,347
27,074,651,969
IssuesEvent
2023-02-14 09:44:22
CliffCrerar/bohemian-rhapsody
https://api.github.com/repos/CliffCrerar/bohemian-rhapsody
closed
CVE-2022-24785 (High) detected in moment-2.24.0.tgz - autoclosed
security vulnerability
## CVE-2022-24785 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary> <p>Parse, validate, manipulate, and display dates</p> <p>Library home page: <a hre...
True
CVE-2022-24785 (High) detected in moment-2.24.0.tgz - autoclosed - ## CVE-2022-24785 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary> <p>Parse, valid...
non_comp
cve high detected in moment tgz autoclosed cve high severity vulnerability vulnerable library moment tgz parse validate manipulate and display dates library home page a href path to dependency file package json path to vulnerable library node modules moment pa...
0
471,910
13,612,943,352
IssuesEvent
2020-09-23 11:05:44
emory-libraries/ezpaarse-platforms
https://api.github.com/repos/emory-libraries/ezpaarse-platforms
closed
Otzar
Add Parser Low Priority
### Example:star::star: : http://www.otzar.org.proxy.library.emory.edu/ otzar.org tablet.otzar.org www.otzar.org ### Priority: Low ### Subscriber (Library): Woodruff ### ezPAARSE Analysis: http://ang.couperin.org/platforms/to_be_completed/
1.0
Otzar - ### Example:star::star: : http://www.otzar.org.proxy.library.emory.edu/ otzar.org tablet.otzar.org www.otzar.org ### Priority: Low ### Subscriber (Library): Woodruff ### ezPAARSE Analysis: http://ang.couperin.org/platforms/to_be_completed/
non_comp
otzar example star star otzar org tablet otzar org priority low subscriber library woodruff ezpaarse analysis
0
1,831
4,426,292,323
IssuesEvent
2016-08-16 17:53:58
zsh-users/zsh-syntax-highlighting
https://api.github.com/repos/zsh-users/zsh-syntax-highlighting
closed
Change highlighter hook naming pattern (namespace)
Forward compatibility
- [ ] Change `_zsh_highlight_${highlighter}_highlighter_*` to `_zsh_highlight_highlighter_${highlighter}_*` to make the namespace clearer / more intuitive. - [x] On the other hand, `_zsh_highlight_${highlighter}_highlighter_cache` should be moved from the highlighter's namespace (`_zsh_highlight_highlighter_${highligh...
True
Change highlighter hook naming pattern (namespace) - - [ ] Change `_zsh_highlight_${highlighter}_highlighter_*` to `_zsh_highlight_highlighter_${highlighter}_*` to make the namespace clearer / more intuitive. - [x] On the other hand, `_zsh_highlight_${highlighter}_highlighter_cache` should be moved from the highlighte...
comp
change highlighter hook naming pattern namespace change zsh highlight highlighter highlighter to zsh highlight highlighter highlighter to make the namespace clearer more intuitive on the other hand zsh highlight highlighter highlighter cache should be moved from the highlighter s ...
1
2,996
5,891,905,112
IssuesEvent
2017-05-17 18:11:48
ibpsa/modelica-ibpsa
https://api.github.com/repos/ibpsa/modelica-ibpsa
opened
definition of solar azimuth
non-backward compatible
In the IBPSA library, the solar azimuth is 0 if the sun is in the south. Various conventions exist for how to define the solar azimuth (https://en.wikipedia.org/wiki/Solar_azimuth_angle) but the most common seems to be > clockwise from due north, so east is 90°, south is 180° and west is 270°. This definition of 0...
True
definition of solar azimuth - In the IBPSA library, the solar azimuth is 0 if the sun is in the south. Various conventions exist for how to define the solar azimuth (https://en.wikipedia.org/wiki/Solar_azimuth_angle) but the most common seems to be > clockwise from due north, so east is 90°, south is 180° and west is...
comp
definition of solar azimuth in the ibpsa library the solar azimuth is if the sun is in the south various conventions exist for how to define the solar azimuth but the most common seems to be clockwise from due north so east is ° south is ° and west is ° this definition of north east is also u...
1
365
2,792,953,204
IssuesEvent
2015-05-11 07:30:10
contao/core
https://api.github.com/repos/contao/core
closed
Formular-Generator, Feldtyp „Überschrift“: Bezeichnung irreführend
feature incompatible
Ein „Fehler“ der mir seit der 2.11 oder auch schon 2.10 entgegen läuft: Die Bezeichnung des Feldtyps „Überschrift“ im Formulargenerator ist irreführend, da ich hier einen WYSIWIG-Editor aufrufe und nicht nur ein einzelndes Überschriften-Feld wie es in Artikeln der Fall ist. Besser wäre wohl „Freitext“ oder sowas in...
True
Formular-Generator, Feldtyp „Überschrift“: Bezeichnung irreführend - Ein „Fehler“ der mir seit der 2.11 oder auch schon 2.10 entgegen läuft: Die Bezeichnung des Feldtyps „Überschrift“ im Formulargenerator ist irreführend, da ich hier einen WYSIWIG-Editor aufrufe und nicht nur ein einzelndes Überschriften-Feld wie es...
comp
formular generator feldtyp „überschrift“ bezeichnung irreführend ein „fehler“ der mir seit der oder auch schon entgegen läuft die bezeichnung des feldtyps „überschrift“ im formulargenerator ist irreführend da ich hier einen wysiwig editor aufrufe und nicht nur ein einzelndes überschriften feld wie es i...
1
675,303
23,089,144,613
IssuesEvent
2022-07-26 13:55:31
slynch8/10x
https://api.github.com/repos/slynch8/10x
opened
dock to bottom panel in panel grid docks to wrong place
bug Priority 2
Docking to the bottom of a panel in the panel grid docks to the second panel instead of inserting a new split docking here: ![image](https://user-images.githubusercontent.com/7141856/181023171-cb8774ab-3d3d-4904-89f0-03f968e591fa.png) results in this: ![image](https://user-images.githubusercontent.com/7141856/1...
1.0
dock to bottom panel in panel grid docks to wrong place - Docking to the bottom of a panel in the panel grid docks to the second panel instead of inserting a new split docking here: ![image](https://user-images.githubusercontent.com/7141856/181023171-cb8774ab-3d3d-4904-89f0-03f968e591fa.png) results in this: ![...
non_comp
dock to bottom panel in panel grid docks to wrong place docking to the bottom of a panel in the panel grid docks to the second panel instead of inserting a new split docking here results in this
0
96,337
3,967,902,398
IssuesEvent
2016-05-03 17:49:24
xpressengine/xe-core
https://api.github.com/repos/xpressengine/xe-core
closed
멀티도메인 지원과 레이아웃을 모듈별로 선택하지 않고 메뉴별로 선택하였으면 합니다.
hibernation priority/lowest type/enhancement
현재 바로가기로 하나의 모듈을 여러개의 메뉴에서 사용할수 있지만 하나의 모듈에서는 하나의 레이아웃밖에 선택을 못하다보니 멀티도메인으로 여러개의 사이트에서 하나의 모듈을 재사용할수가 없습니다. 제가 생각하는 것은 멀티도메인이 지원이 되어 도메일별로 레이아웃과 메뉴를 구성할수 있고 하나의 모듈을 각각의 레이아웃과 메뉴에서 호출할수 있었으면 합니다. xe_sites 테이블이 있는걸 보면 멀티도메인은 어느정도 구상을 하고 계신것 같고 레이아웃은 xe_modules 에서 선택하기보다 xe_menu 테이블에서 선택하도록 한다면 바로가기 메뉴를 이용해서 하나의 모...
1.0
멀티도메인 지원과 레이아웃을 모듈별로 선택하지 않고 메뉴별로 선택하였으면 합니다. - 현재 바로가기로 하나의 모듈을 여러개의 메뉴에서 사용할수 있지만 하나의 모듈에서는 하나의 레이아웃밖에 선택을 못하다보니 멀티도메인으로 여러개의 사이트에서 하나의 모듈을 재사용할수가 없습니다. 제가 생각하는 것은 멀티도메인이 지원이 되어 도메일별로 레이아웃과 메뉴를 구성할수 있고 하나의 모듈을 각각의 레이아웃과 메뉴에서 호출할수 있었으면 합니다. xe_sites 테이블이 있는걸 보면 멀티도메인은 어느정도 구상을 하고 계신것 같고 레이아웃은 xe_modules 에서 선택하...
non_comp
멀티도메인 지원과 레이아웃을 모듈별로 선택하지 않고 메뉴별로 선택하였으면 합니다 현재 바로가기로 하나의 모듈을 여러개의 메뉴에서 사용할수 있지만 하나의 모듈에서는 하나의 레이아웃밖에 선택을 못하다보니 멀티도메인으로 여러개의 사이트에서 하나의 모듈을 재사용할수가 없습니다 제가 생각하는 것은 멀티도메인이 지원이 되어 도메일별로 레이아웃과 메뉴를 구성할수 있고 하나의 모듈을 각각의 레이아웃과 메뉴에서 호출할수 있었으면 합니다 xe sites 테이블이 있는걸 보면 멀티도메인은 어느정도 구상을 하고 계신것 같고 레이아웃은 xe modules 에서 선택하...
0
20,424
30,210,637,619
IssuesEvent
2023-07-05 12:34:34
xTracr/RealCamera
https://api.github.com/repos/xTracr/RealCamera
closed
Conflict with Physics Mod Pro ocean physics
compatibility
Ocean physics causes the player model and camera to move up and down, to work with the waves, which causes two conflicts because the camera will not move with the player model when this happens. [Issue 1: Player moving with waves while the camera doesn't](https://cdn.discordapp.com/attachments/867367450022379520/111...
True
Conflict with Physics Mod Pro ocean physics - Ocean physics causes the player model and camera to move up and down, to work with the waves, which causes two conflicts because the camera will not move with the player model when this happens. [Issue 1: Player moving with waves while the camera doesn't](https://cdn.dis...
comp
conflict with physics mod pro ocean physics ocean physics causes the player model and camera to move up and down to work with the waves which causes two conflicts because the camera will not move with the player model when this happens physics mod pro is now free which means you can download it f...
1
9,145
11,171,011,031
IssuesEvent
2019-12-28 16:38:49
Corail31/tombstone_lite
https://api.github.com/repos/Corail31/tombstone_lite
closed
druidcraft compatibility
1.14 Compatibility
the soul receptacle isn't picking up tamed mobs from [druidcraft](https://www.curseforge.com/minecraft/mc-mods/druidcraft), i'd like to be able to revive my beetles and dreadfish quark's foxhound works so i think this is druidcraft not using the right flags that you pick up on
True
druidcraft compatibility - the soul receptacle isn't picking up tamed mobs from [druidcraft](https://www.curseforge.com/minecraft/mc-mods/druidcraft), i'd like to be able to revive my beetles and dreadfish quark's foxhound works so i think this is druidcraft not using the right flags that you pick up on
comp
druidcraft compatibility the soul receptacle isn t picking up tamed mobs from i d like to be able to revive my beetles and dreadfish quark s foxhound works so i think this is druidcraft not using the right flags that you pick up on
1
9,626
11,701,451,171
IssuesEvent
2020-03-06 19:42:44
google/gvisor
https://api.github.com/repos/google/gvisor
closed
Calling shutdown(_, SHUT_WR) twice should return ENOTCONN
area: compatibility area: networking type: bug
From [RFC 793 s3.9 p61 Event Processing](https://tools.ietf.org/html/rfc793#page-61): CLOSE Call during TIME-WAIT: return with "error: connection closing"
True
Calling shutdown(_, SHUT_WR) twice should return ENOTCONN - From [RFC 793 s3.9 p61 Event Processing](https://tools.ietf.org/html/rfc793#page-61): CLOSE Call during TIME-WAIT: return with "error: connection closing"
comp
calling shutdown shut wr twice should return enotconn from close call during time wait return with error connection closing
1
180,090
14,739,085,435
IssuesEvent
2021-01-07 06:27:01
hiroshiyui/GuilelessBopomofo
https://api.github.com/repos/hiroshiyui/GuilelessBopomofo
closed
Screenshots for F-Droid
documentation f-droid
You can add Screenshots for F-Droid, too, if you want. https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/ https://gitlab.com/snippets/1895688 That was simply information about what is still possible. You would then only have to enter the screenshots in fastlane.
1.0
Screenshots for F-Droid - You can add Screenshots for F-Droid, too, if you want. https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/ https://gitlab.com/snippets/1895688 That was simply information about what is still possible. You would then only have to enter the screenshots in fastlane.
non_comp
screenshots for f droid you can add screenshots for f droid too if you want that was simply information about what is still possible you would then only have to enter the screenshots in fastlane
0
300,136
25,947,459,485
IssuesEvent
2022-12-17 05:32:39
smclaughlan/GWJ52
https://api.github.com/repos/smclaughlan/GWJ52
closed
Make sure creeps are aware of player state
testing required
If player is a ghost, Creeps should stop attacking them. This may already be in the game, I'm not 100% sure. But it's worth double checking that creeps don't attack the Spirit form.
1.0
Make sure creeps are aware of player state - If player is a ghost, Creeps should stop attacking them. This may already be in the game, I'm not 100% sure. But it's worth double checking that creeps don't attack the Spirit form.
non_comp
make sure creeps are aware of player state if player is a ghost creeps should stop attacking them this may already be in the game i m not sure but it s worth double checking that creeps don t attack the spirit form
0
309,713
9,478,973,024
IssuesEvent
2019-04-20 03:23:59
smacademic/project-cgkm
https://api.github.com/repos/smacademic/project-cgkm
opened
Need unit testing for DatabaseHelper
priority - medium status - active type - planned feature
There is currently no unit testing in place for the DatabaseHelper class. Tests should be written using Dart/Flutter's test framework.
1.0
Need unit testing for DatabaseHelper - There is currently no unit testing in place for the DatabaseHelper class. Tests should be written using Dart/Flutter's test framework.
non_comp
need unit testing for databasehelper there is currently no unit testing in place for the databasehelper class tests should be written using dart flutter s test framework
0
7,032
9,306,239,267
IssuesEvent
2019-03-25 09:12:13
laws-africa/indigo-kenyalaw
https://api.github.com/repos/laws-africa/indigo-kenyalaw
opened
As a legacy XML editor I want images to be imported from somewhere
API compatibility layer enhancement
We currently just pull in the image tag as-is. We also need to pull in the actual image file, and update the img reference to be scoped to 'media/'. We'll probably need to then adjust the output in the compatibility layer.
True
As a legacy XML editor I want images to be imported from somewhere - We currently just pull in the image tag as-is. We also need to pull in the actual image file, and update the img reference to be scoped to 'media/'. We'll probably need to then adjust the output in the compatibility layer.
comp
as a legacy xml editor i want images to be imported from somewhere we currently just pull in the image tag as is we also need to pull in the actual image file and update the img reference to be scoped to media we ll probably need to then adjust the output in the compatibility layer
1
3,912
6,760,906,152
IssuesEvent
2017-10-24 22:30:07
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
ArrayPool.Shared.Rent not working on .NET 4.7.1 (needs: 'netstandard, Version=2.0.0.0)
area-System.Buffers bug tenet-compatibility
As soon as I migrate my project to .NET 4.7.1, I get the following error: ``` The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. ``` # Steps to reproduce: 1. Create console proj...
True
ArrayPool.Shared.Rent not working on .NET 4.7.1 (needs: 'netstandard, Version=2.0.0.0) - As soon as I migrate my project to .NET 4.7.1, I get the following error: ``` The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral...
comp
arraypool shared rent not working on net needs netstandard version as soon as i migrate my project to net i get the following error the type object is defined in an assembly that is not referenced you must add a reference to assembly netstandard version culture neutral...
1
15,791
19,982,504,916
IssuesEvent
2022-01-30 05:18:50
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Delete Column in Matrix Parameter in Graphic Modeler not Working
Processing Bug Modeller
### What is the bug or the crash? The button to delete column is not working for matrix parameter in graphic modeller. ### Steps to reproduce the issue Try deleting a column in the matrix parameter in the graphical modeller. ### Versions Checked on 3.16 and 3.22. ### Supported QGIS version - [X] I'...
1.0
Delete Column in Matrix Parameter in Graphic Modeler not Working - ### What is the bug or the crash? The button to delete column is not working for matrix parameter in graphic modeller. ### Steps to reproduce the issue Try deleting a column in the matrix parameter in the graphical modeller. ### Versions ...
non_comp
delete column in matrix parameter in graphic modeler not working what is the bug or the crash the button to delete column is not working for matrix parameter in graphic modeller steps to reproduce the issue try deleting a column in the matrix parameter in the graphical modeller versions ...
0
62,886
12,259,182,516
IssuesEvent
2020-05-06 16:11:50
sourcegraph/lsif-go
https://api.github.com/repos/sourcegraph/lsif-go
closed
lsif-go fails for mysterious reasons on sourcegraph/resource-estimator
bug team/code-intelligence
What currently happens: ``` $ git clone https://github.com/sourcegraph/resource-estimator $ cd resource-estimator $ lsif-go error: fetching dependencies: exit status 1 ``` cc @sourcegraph/code-intel
1.0
lsif-go fails for mysterious reasons on sourcegraph/resource-estimator - What currently happens: ``` $ git clone https://github.com/sourcegraph/resource-estimator $ cd resource-estimator $ lsif-go error: fetching dependencies: exit status 1 ``` cc @sourcegraph/code-intel
non_comp
lsif go fails for mysterious reasons on sourcegraph resource estimator what currently happens git clone cd resource estimator lsif go error fetching dependencies exit status cc sourcegraph code intel
0
286,006
21,560,738,025
IssuesEvent
2022-05-01 05:34:23
TIL-Log-lab/Tilog-server-node-v2
https://api.github.com/repos/TIL-Log-lab/Tilog-server-node-v2
opened
점진적인 테스트코드 작성 : 라이브러리
documentation | 📜 enhancement | ⚙️
# ![기타](https://img.shields.io/badge/기타사항-else-green?style=for-the-badge&logo=GitHub&logoColor=white) ## 자세한 내용 ### 테스트코드를 작성하는 이유 - 모든 버그를 잡을 수 없다고 테스트 코드를 작성하지 않는다면 대다수의 버그를 잡을 기회를 놓칠 수 있습니다 - 테스트를 작성하면 구현보다 인터페이스 자체에 집중할 수 있게 됩니다 - 회귀 버그를 예방할 수 있습니다 ### 방침 - 테스트코드를 작성하기 쉬운 코드 중 중요도가 높은 순서대로 테스트코드를 작성합니다 ...
1.0
점진적인 테스트코드 작성 : 라이브러리 - # ![기타](https://img.shields.io/badge/기타사항-else-green?style=for-the-badge&logo=GitHub&logoColor=white) ## 자세한 내용 ### 테스트코드를 작성하는 이유 - 모든 버그를 잡을 수 없다고 테스트 코드를 작성하지 않는다면 대다수의 버그를 잡을 기회를 놓칠 수 있습니다 - 테스트를 작성하면 구현보다 인터페이스 자체에 집중할 수 있게 됩니다 - 회귀 버그를 예방할 수 있습니다 ### 방침 - 테스트코드를 작성하기 쉬운 코드 중 중요도...
non_comp
점진적인 테스트코드 작성 라이브러리 자세한 내용 테스트코드를 작성하는 이유 모든 버그를 잡을 수 없다고 테스트 코드를 작성하지 않는다면 대다수의 버그를 잡을 기회를 놓칠 수 있습니다 테스트를 작성하면 구현보다 인터페이스 자체에 집중할 수 있게 됩니다 회귀 버그를 예방할 수 있습니다 방침 테스트코드를 작성하기 쉬운 코드 중 중요도가 높은 순서대로 테스트코드를 작성합니다 하나의 서비스에 대해서 테스트 코드를 작성할 경우 새로운 브랜치를 생성 후 작업합니다
0
10,274
7,131,493,775
IssuesEvent
2018-01-22 11:11:56
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
closed
PERF: .median(axis=1) perf issues
Difficulty Intermediate Effort Medium Performance
``` In [2]: df = pd.DataFrame(np.random.randn(10000, 2), columns=list('AB')) In [3]: result1 = df.median(1) In [4]: result2 = pd.Series(np.nanmedian(df.values, axis=1), index=df.index) In [5]: result1.equals(result2) Out[5]: True In [6]: %timeit result1 = df.median(1) 241 µs ± 4.71 µs per loop (mean ± st...
True
PERF: .median(axis=1) perf issues - ``` In [2]: df = pd.DataFrame(np.random.randn(10000, 2), columns=list('AB')) In [3]: result1 = df.median(1) In [4]: result2 = pd.Series(np.nanmedian(df.values, axis=1), index=df.index) In [5]: result1.equals(result2) Out[5]: True In [6]: %timeit result1 = df.median(1) ...
non_comp
perf median axis perf issues in df pd dataframe np random randn columns list ab in df median in pd series np nanmedian df values axis index df index in equals out true in timeit df median µs ± µs per loop mean ± std dev of ...
0
241,636
20,153,179,770
IssuesEvent
2022-02-09 14:18:35
vulcandth/pokedarkgold
https://api.github.com/repos/vulcandth/pokedarkgold
closed
Initial Test of Trade/Battle using PC Emulator: TGB Dual
good first issue testing
Test if the game currently works to trade using PC Emulator: TGB Dual.
1.0
Initial Test of Trade/Battle using PC Emulator: TGB Dual - Test if the game currently works to trade using PC Emulator: TGB Dual.
non_comp
initial test of trade battle using pc emulator tgb dual test if the game currently works to trade using pc emulator tgb dual
0
38,954
12,624,491,841
IssuesEvent
2020-06-14 06:30:55
Shereind/java-mini-project
https://api.github.com/repos/Shereind/java-mini-project
opened
CVE-2020-11112 (High) detected in jackson-databind-2.9.9.jar
security vulnerability
## CVE-2020-11112 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-11112 (High) detected in jackson-databind-2.9.9.jar - ## CVE-2020-11112 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General...
non_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm java mini project p...
0
71,713
15,207,908,938
IssuesEvent
2021-02-17 01:18:33
billmcchesney1/hadoop
https://api.github.com/repos/billmcchesney1/hadoop
opened
CVE-2016-2537 (Medium) detected in is-my-json-valid-2.12.2.tgz
security vulnerability
## CVE-2016-2537 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-my-json-valid-2.12.2.tgz</b></p></summary> <p>A JSONSchema validator that uses code generation to be extremely fas...
True
CVE-2016-2537 (Medium) detected in is-my-json-valid-2.12.2.tgz - ## CVE-2016-2537 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-my-json-valid-2.12.2.tgz</b></p></summary> <p>A J...
non_comp
cve medium detected in is my json valid tgz cve medium severity vulnerability vulnerable library is my json valid tgz a jsonschema validator that uses code generation to be extremely fast library home page a href path to dependency file hadoop hadoop yarn project hadoop...
0
200,398
7,007,098,610
IssuesEvent
2017-12-19 10:57:26
celery/celery
https://api.github.com/repos/celery/celery
closed
Too many connections in my redis?
Not Funded Priority: None (no current effort)
Hi I use celery version == 3.0.18, There are too many connections in my broker, I find each worker have 5 or even more connections for redis. I use celery -c 1 , only 1 process exist. What can I do to reduce connection numbers? I use BROKER_POOL_LIMIT or CELERY_REDIS_MAX_CONNECTIONS it do not work for me. thank...
1.0
Too many connections in my redis? - Hi I use celery version == 3.0.18, There are too many connections in my broker, I find each worker have 5 or even more connections for redis. I use celery -c 1 , only 1 process exist. What can I do to reduce connection numbers? I use BROKER_POOL_LIMIT or CELERY_REDIS_MAX_CONNE...
non_comp
too many connections in my redis hi i use celery version there are too many connections in my broker i find each worker have or even more connections for redis i use celery c only process exist what can i do to reduce connection numbers i use broker pool limit or celery redis max connec...
0
119,465
15,554,523,439
IssuesEvent
2021-03-16 04:03:12
UOA-SE701-Group3-2021/3Lancers
https://api.github.com/repos/UOA-SE701-Group3-2021/3Lancers
closed
Hi-fi design of To-Do List widget in journal view
approved design
**Is your feature request related to a problem? Please describe.** As a frontend developer, I want a detailed prototype of the To-Do List I'm implementing, so that I can finalise the styling and logic. **Describe the solution you'd like** A hi-fi prototype of the To-Do List in journal view. **Describe alternati...
1.0
Hi-fi design of To-Do List widget in journal view - **Is your feature request related to a problem? Please describe.** As a frontend developer, I want a detailed prototype of the To-Do List I'm implementing, so that I can finalise the styling and logic. **Describe the solution you'd like** A hi-fi prototype of the...
non_comp
hi fi design of to do list widget in journal view is your feature request related to a problem please describe as a frontend developer i want a detailed prototype of the to do list i m implementing so that i can finalise the styling and logic describe the solution you d like a hi fi prototype of the...
0
14,982
18,772,370,984
IssuesEvent
2021-11-07 03:17:04
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Query with greatest/least function returns inconsistent result with mysql
type/bug type/compatibility sig/execution severity/critical affects-4.0 affects-5.0 affects-5.1 affects-5.2 affects-5.3
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) https://asktug.com/t/topic/183612 ``` create table test.test_GREATEST( id bigint(20), datetime_1 datetime, datetime_2 datetime, datetime3_1 datetime(3), dateti...
True
Query with greatest/least function returns inconsistent result with mysql - ## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) https://asktug.com/t/topic/183612 ``` create table test.test_GREATEST( id bigint(20), datetime_1 d...
comp
query with greatest least function returns inconsistent result with mysql bug report please answer these questions before submitting your issue thanks minimal reproduce step required create table test test greatest id bigint datetime datetime datetime datetime...
1
136,831
18,751,486,723
IssuesEvent
2021-11-05 02:57:30
Dima2022/Resiliency-Studio
https://api.github.com/repos/Dima2022/Resiliency-Studio
opened
CVE-2017-17485 (High) detected in jackson-databind-2.8.6.jar
security vulnerability
## CVE-2017-17485 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2017-17485 (High) detected in jackson-databind-2.8.6.jar - ## CVE-2017-17485 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.6.jar</b></p></summary> <p>General...
non_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file resiliency studio resiliency st...
0
11,929
14,058,952,872
IssuesEvent
2020-11-03 01:38:53
Electroblob77/Wizardry
https://api.github.com/repos/Electroblob77/Wizardry
closed
Player animations conflict with the Betweenlands' rendering system
bug compatibility crash workaround exists
Please read the [guide for contributing](https://github.com/Electroblob77/Wizardry/blob/1.12.2/guide_for_contributing.md) before posting. Minecraft version: 1.12.2 [change as necessary] Wizardry version: 4.3 [change as necessary] Environment: Singleplayer Issue details: Making a new world Other mods invol...
True
Player animations conflict with the Betweenlands' rendering system - Please read the [guide for contributing](https://github.com/Electroblob77/Wizardry/blob/1.12.2/guide_for_contributing.md) before posting. Minecraft version: 1.12.2 [change as necessary] Wizardry version: 4.3 [change as necessary] Environment: S...
comp
player animations conflict with the betweenlands rendering system please read the before posting minecraft version wizardry version environment singleplayer issue details making a new world other mods involved link to crash report if applicable
1
48,712
13,184,723,041
IssuesEvent
2020-08-12 19:58:36
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
python dev libs on morax (Trac #91)
Incomplete Migration Migrated from Trac defect infrastructure
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/91 , reported by troy and owned by cgils_</summary> <p> ```json { "status": "closed", "changetime": "2007-08-24T16:12:57", "description": "", "reporter": "troy", "cc": "", "resolution": "invalid", "_ts": "11879719...
1.0
python dev libs on morax (Trac #91) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/91 , reported by troy and owned by cgils_</summary> <p> ```json { "status": "closed", "changetime": "2007-08-24T16:12:57", "description": "", "reporter": "troy", "cc": "", "resolut...
non_comp
python dev libs on morax trac migrated from reported by troy and owned by cgils json status closed changetime description reporter troy cc resolution invalid ts component infrastructure ...
0
20,022
4,479,571,759
IssuesEvent
2016-08-27 17:57:33
jublonet/codebird-js
https://api.github.com/repos/jublonet/codebird-js
closed
Better Documentation
0 - Backlog Documentation
I would prefer a better documentation, also with completet but easy programming examples, like an easy website for a twitter stream of an user and with example tokens. So that everybody can copy&paste this website, replace the tokens and then run the website.
1.0
Better Documentation - I would prefer a better documentation, also with completet but easy programming examples, like an easy website for a twitter stream of an user and with example tokens. So that everybody can copy&paste this website, replace the tokens and then run the website.
non_comp
better documentation i would prefer a better documentation also with completet but easy programming examples like an easy website for a twitter stream of an user and with example tokens so that everybody can copy paste this website replace the tokens and then run the website
0
20,643
30,704,154,260
IssuesEvent
2023-07-27 03:55:06
KyaniteMods/DeeperAndDarker
https://api.github.com/repos/KyaniteMods/DeeperAndDarker
closed
SculkWormRenderer throws an animation error
bug compatibility fabric
**Mod Version**: https://github.com/KyaniteMods/DeeperAndDarker/commit/edb4c2a730b2dd6fbb2a2dc7e61a2fbb7d71a0c1 **Mod Loader**: fabric **Crash report**: ``` ---- Minecraft Crash Report ---- // Uh... Did I do that? Time: 2023-04-22 20:33:21 Description: Rendering entity in world java.lang.ArrayIndexOutOfBoun...
True
SculkWormRenderer throws an animation error - **Mod Version**: https://github.com/KyaniteMods/DeeperAndDarker/commit/edb4c2a730b2dd6fbb2a2dc7e61a2fbb7d71a0c1 **Mod Loader**: fabric **Crash report**: ``` ---- Minecraft Crash Report ---- // Uh... Did I do that? Time: 2023-04-22 20:33:21 Description: Rendering en...
comp
sculkwormrenderer throws an animation error mod version mod loader fabric crash report minecraft crash report uh did i do that time description rendering entity in world java lang arrayindexoutofboundsexception index out of bounds for length at ja...
1
16,652
22,819,664,007
IssuesEvent
2022-07-12 00:02:46
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
[HttpListener][Managed] HttpListenerWebSocketContext.WebSocket.Close should nop after Abort()
area-System.Net tenet-compatibility no-recent-activity backlog-cleanup-candidate
Following tests are disabled with this issue: - CloseAsync_AfterAborted_Nop - CloseAsync_AfterDisposed_Nop ``` System.Net.Tests.HttpListenerWebSocketTests.CloseAsync_AfterAborted_Nop [FAIL] System.Net.WebSockets.WebSocketException : The WebSocket is in an invalid state ('Aborted') for this operation. Va...
True
[HttpListener][Managed] HttpListenerWebSocketContext.WebSocket.Close should nop after Abort() - Following tests are disabled with this issue: - CloseAsync_AfterAborted_Nop - CloseAsync_AfterDisposed_Nop ``` System.Net.Tests.HttpListenerWebSocketTests.CloseAsync_AfterAborted_Nop [FAIL] System.Net.WebSock...
comp
httplistenerwebsocketcontext websocket close should nop after abort following tests are disabled with this issue closeasync afteraborted nop closeasync afterdisposed nop system net tests httplistenerwebsockettests closeasync afteraborted nop system net websockets websocketexception t...
1
10,186
12,200,892,950
IssuesEvent
2020-04-30 06:01:33
Tslat/Advent-Of-Ascension
https://api.github.com/repos/Tslat/Advent-Of-Ascension
closed
I would like to see the integration of AOA and Tinker construct
Third Party Mod Compatibility new feature
I would like to see the integration of AOA and Tinker construct. Twilight Forest have this integration. I am just want use Tinkers Survival in my modpack. I see AOA and Tinker construct integration on 1.7.10 in ExtraTIC addon. I think tinker construct tools better vanilla tools.
True
I would like to see the integration of AOA and Tinker construct - I would like to see the integration of AOA and Tinker construct. Twilight Forest have this integration. I am just want use Tinkers Survival in my modpack. I see AOA and Tinker construct integration on 1.7.10 in ExtraTIC addon. I think tinker construc...
comp
i would like to see the integration of aoa and tinker construct i would like to see the integration of aoa and tinker construct twilight forest have this integration i am just want use tinkers survival in my modpack i see aoa and tinker construct integration on in extratic addon i think tinker construct...
1
96,758
27,999,593,683
IssuesEvent
2023-03-27 10:48:02
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
glib: build failure on darwin (staging)
6.topic: GNOME 0.kind: build failure
### Steps To Reproduce Steps to reproduce the behavior: 1. `nix build github:NixOS/nixpkgs/staging#glib` ### Build log I have the following error on my machine: ``` Building documentation for gobject ERROR: Error in gtkdoc helper script: ERROR: ['/nix/store/2n4m4682z0kvcrxj3zb8aamrsv9gbrdx-gtk-doc-1.33....
1.0
glib: build failure on darwin (staging) - ### Steps To Reproduce Steps to reproduce the behavior: 1. `nix build github:NixOS/nixpkgs/staging#glib` ### Build log I have the following error on my machine: ``` Building documentation for gobject ERROR: Error in gtkdoc helper script: ERROR: ['/nix/store/2n4m...
non_comp
glib build failure on darwin staging steps to reproduce steps to reproduce the behavior nix build github nixos nixpkgs staging glib build log i have the following error on my machine building documentation for gobject error error in gtkdoc helper script error nix store gt...
0
20,326
29,812,271,406
IssuesEvent
2023-06-16 15:58:25
4nner/IronChests
https://api.github.com/repos/4nner/IronChests
closed
Texturepacks of original iron chest mod incompatible
compatibility-issue
I downloaded a texture pack for the original iron chest mod https://www.curseforge.com/minecraft/mc-mods/iron-chests and thought it would work. Unfortunately it didn't out of the box. I compared the structure and noticed that the folder structure of the original iron chest mod is: ``` assets ironchest ``` ...
True
Texturepacks of original iron chest mod incompatible - I downloaded a texture pack for the original iron chest mod https://www.curseforge.com/minecraft/mc-mods/iron-chests and thought it would work. Unfortunately it didn't out of the box. I compared the structure and noticed that the folder structure of the origin...
comp
texturepacks of original iron chest mod incompatible i downloaded a texture pack for the original iron chest mod and thought it would work unfortunately it didn t out of the box i compared the structure and noticed that the folder structure of the original iron chest mod is assets ironchest ...
1
518,058
15,023,322,025
IssuesEvent
2021-02-01 18:04:50
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
count_nonzero throwing isDifferentiableType runtime error on NN weight matrix
high priority module: assert failure module: autograd module: nn triage review
## 🐛 Bug When I call `torch.count_nonzero` on the weight matrix of a simple neural network, I get an `isDifferentiableType(variable.scalar_type())` error, connected to an internal assert failing. ## To Reproduce Steps to reproduce the behavior: 1. Initialize an MLP. 1. Call count_nonzero on the weights of...
1.0
count_nonzero throwing isDifferentiableType runtime error on NN weight matrix - ## 🐛 Bug When I call `torch.count_nonzero` on the weight matrix of a simple neural network, I get an `isDifferentiableType(variable.scalar_type())` error, connected to an internal assert failing. ## To Reproduce Steps to reproduce...
non_comp
count nonzero throwing isdifferentiabletype runtime error on nn weight matrix 🐛 bug when i call torch count nonzero on the weight matrix of a simple neural network i get an isdifferentiabletype variable scalar type error connected to an internal assert failing to reproduce steps to reproduce...
0
817,215
30,631,265,515
IssuesEvent
2023-07-24 14:41:06
mojnp/mojnp
https://api.github.com/repos/mojnp/mojnp
closed
Single Tourism Item Page
enhancement UI PRIORITY frontend
Single Tourism Item Page is the page that should show up when one item in a tourism category is clicked, or button `Read More` is clicked. That page should contain the following: - Like Button - Leave A review section: ( Textbox and starts ) - Images that are in horizontal scroll - Iframe on top with title and ...
1.0
Single Tourism Item Page - Single Tourism Item Page is the page that should show up when one item in a tourism category is clicked, or button `Read More` is clicked. That page should contain the following: - Like Button - Leave A review section: ( Textbox and starts ) - Images that are in horizontal scroll - If...
non_comp
single tourism item page single tourism item page is the page that should show up when one item in a tourism category is clicked or button read more is clicked that page should contain the following like button leave a review section textbox and starts images that are in horizontal scroll if...
0
5,089
7,700,446,073
IssuesEvent
2018-05-20 01:07:32
yiisoft/yii
https://api.github.com/repos/yiisoft/yii
closed
PHP 7.2 & Gii: Calling assert() with a string argument is deprecated
compatibility:PHP7 status:ready for adoption type:bug
Diff tool doesn't work with PHP 7.2 Got error "assert(): Calling assert() with a string argument is deprecated" in Fancybox: ![assert](https://user-images.githubusercontent.com/4941848/38262193-26abda1c-3775-11e8-8d8c-d3cf0cd7f216.png) | Q | A | ---------------- | --- | Yii version | dev-...
True
PHP 7.2 & Gii: Calling assert() with a string argument is deprecated - Diff tool doesn't work with PHP 7.2 Got error "assert(): Calling assert() with a string argument is deprecated" in Fancybox: ![assert](https://user-images.githubusercontent.com/4941848/38262193-26abda1c-3775-11e8-8d8c-d3cf0cd7f216.png) | Q ...
comp
php gii calling assert with a string argument is deprecated diff tool doesn t work with php got error assert calling assert with a string argument is deprecated in fancybox q a yii version dev master as php version ...
1
393,648
11,622,885,124
IssuesEvent
2020-02-27 07:43:12
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 staging-1427] Labor visually reduced in Craft UI
Priority: Medium Status: Fixed
It can confused players. Step to reproduce: - Place Oil Drilling(for example) and add 1000 Epoxy to order. I have 75k at recipe and 75 at order. ![image](https://user-images.githubusercontent.com/45708377/75338115-46420e80-589f-11ea-839f-bf2f34d82a60.png) - take Oil Driling skill and see it again. I have 37,5k at re...
1.0
[0.9.0 staging-1427] Labor visually reduced in Craft UI - It can confused players. Step to reproduce: - Place Oil Drilling(for example) and add 1000 Epoxy to order. I have 75k at recipe and 75 at order. ![image](https://user-images.githubusercontent.com/45708377/75338115-46420e80-589f-11ea-839f-bf2f34d82a60.png) - t...
non_comp
labor visually reduced in craft ui it can confused players step to reproduce place oil drilling for example and add epoxy to order i have at recipe and at order take oil driling skill and see it again i have at recipe should be and at order
0
5,292
7,807,678,491
IssuesEvent
2018-06-11 17:40:20
AdguardTeam/AdguardForWindows
https://api.github.com/repos/AdguardTeam/AdguardForWindows
closed
my.docshell.ru, HTTPS filtering issue
compatibility
**Page does not load with HTTPS filtering enabled.** [https://my.docshell.ru](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fmy.docshell.ru) ### Screenshots <details> <summary>Screenshot 1</summary> ![Screenshot 1](https://reports-img.adguard.com/nSGi2ks.png) </detai...
True
my.docshell.ru, HTTPS filtering issue - **Page does not load with HTTPS filtering enabled.** [https://my.docshell.ru](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fmy.docshell.ru) ### Screenshots <details> <summary>Screenshot 1</summary> ![Screenshot 1](https://repor...
comp
my docshell ru https filtering issue page does not load with https filtering enabled screenshots screenshot system configuration information value platform win adguard version browser mozilla windows nt applewebk...
1
10,604
12,511,710,470
IssuesEvent
2020-06-02 21:06:11
ORelio/Minecraft-Console-Client
https://api.github.com/repos/ORelio/Minecraft-Console-Client
closed
Explosion packet error in MC 1.8.X
a:bug in:protocol-compatibility resolved
Hi, I have this error when I try to launch my console client (after typing the IP) https://gyazo.com/30a819f3aca02272d89e674256259c86 ![image](https://user-images.githubusercontent.com/1128206/83325102-20dfea80-a26a-11ea-9afe-5cbd4786c0a6.png)
True
Explosion packet error in MC 1.8.X - Hi, I have this error when I try to launch my console client (after typing the IP) https://gyazo.com/30a819f3aca02272d89e674256259c86 ![image](https://user-images.githubusercontent.com/1128206/83325102-20dfea80-a26a-11ea-9afe-5cbd4786c0a6.png)
comp
explosion packet error in mc x hi i have this error when i try to launch my console client after typing the ip
1
19,730
27,368,038,814
IssuesEvent
2023-02-27 20:51:02
XanaduAI/flamingpy
https://api.github.com/repos/XanaduAI/flamingpy
closed
Macronize support non-integer nodes
compatible feature
### Before posting a feature request - [X] I have searched existing GitHub issues and documentation to make sure the feature request and relevant resolutions do not already exist. ### Feature details It would be useful to extend the capabilities of the EGraph Macronize function to non-$\mathbb{Z}^3$ nodes. Currentl...
True
Macronize support non-integer nodes - ### Before posting a feature request - [X] I have searched existing GitHub issues and documentation to make sure the feature request and relevant resolutions do not already exist. ### Feature details It would be useful to extend the capabilities of the EGraph Macronize function...
comp
macronize support non integer nodes before posting a feature request i have searched existing github issues and documentation to make sure the feature request and relevant resolutions do not already exist feature details it would be useful to extend the capabilities of the egraph macronize function t...
1
9,240
11,220,656,526
IssuesEvent
2020-01-07 16:13:29
pnedev/compare-plugin
https://api.github.com/repos/pnedev/compare-plugin
closed
compare-plugin 200 still does not work in NPP 782 64-bits
compatibility invalid
The title says it all. Also see a previous issue for compare-plugin under NPP 771. Manually installed in the NPP plugins folder, the dll and the folder ComparePlugin. I even tried to create a ComparePlus folder and even a folder named ComparePlugin, in order to put the dll and the folder with the other 2 dlls into ...
True
compare-plugin 200 still does not work in NPP 782 64-bits - The title says it all. Also see a previous issue for compare-plugin under NPP 771. Manually installed in the NPP plugins folder, the dll and the folder ComparePlugin. I even tried to create a ComparePlus folder and even a folder named ComparePlugin, in ord...
comp
compare plugin still does not work in npp bits the title says it all also see a previous issue for compare plugin under npp manually installed in the npp plugins folder the dll and the folder compareplugin i even tried to create a compareplus folder and even a folder named compareplugin in order to p...
1
460,004
13,202,828,429
IssuesEvent
2020-08-14 13:06:04
web-platform-tests/wpt
https://api.github.com/repos/web-platform-tests/wpt
closed
webkitgtk nightly test runs failed
infra priority:urgent
In particular, the logs show that it stalled while installing packages: ``` Setting up x11proto-record-dev (2019.2-1ubuntu1) ... Setting up libndp0:amd64 (1.7-0ubuntu1) ... Setting up gstreamer1.0-pulseaudio:amd64 (1.16.2-1ubuntu2) ... Setting up keyboard-configuration (1.194ubuntu3) ... debconf: unable to initia...
1.0
webkitgtk nightly test runs failed - In particular, the logs show that it stalled while installing packages: ``` Setting up x11proto-record-dev (2019.2-1ubuntu1) ... Setting up libndp0:amd64 (1.7-0ubuntu1) ... Setting up gstreamer1.0-pulseaudio:amd64 (1.16.2-1ubuntu2) ... Setting up keyboard-configuration (1.194ub...
non_comp
webkitgtk nightly test runs failed in particular the logs show that it stalled while installing packages setting up record dev setting up setting up pulseaudio setting up keyboard configuration debconf unable to initialize frontend dialog debc...
0
277,846
24,106,258,936
IssuesEvent
2022-09-20 07:43:35
powbot/issues
https://api.github.com/repos/powbot/issues
closed
[BUG]Widget boundingRects randomly invalid
bug needs-test
**Describe the bug** OelRunedoku is heavily based on widgets and components. To solve the sudoku I'm reading the components and clicking other components to finalize the board. When trying to interact with the components to place the runes it sometimes gives a invalid boundingRect, which causes .click() to missclic...
1.0
[BUG]Widget boundingRects randomly invalid - **Describe the bug** OelRunedoku is heavily based on widgets and components. To solve the sudoku I'm reading the components and clicking other components to finalize the board. When trying to interact with the components to place the runes it sometimes gives a invalid bo...
non_comp
widget boundingrects randomly invalid describe the bug oelrunedoku is heavily based on widgets and components to solve the sudoku i m reading the components and clicking other components to finalize the board when trying to interact with the components to place the runes it sometimes gives a invalid boundi...
0
3,373
6,339,887,039
IssuesEvent
2017-07-27 09:27:52
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
alter table does not check the field length limitation of char/varchar
compatibility easy help wanted
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. alter table t2 add column varchar500000 varchar(500000) not null default '' comment '50Wtext'; 可执行。时间(3.01 sec) 目前alter没有检查varchar的限制 alter table t2 a...
True
alter table does not check the field length limitation of char/varchar - Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. alter table t2 add column varchar500000 varchar(500000) not null default '' comment '50Wtext...
comp
alter table does not check the field length limitation of char varchar please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error alter table add column varchar not null default comment 可执行。时间 sec 目前...
1
105,700
11,456,682,712
IssuesEvent
2020-02-06 21:46:32
exercism/v3
https://api.github.com/repos/exercism/v3
opened
[C++] Extract Concepts from v2 exercise: prime-factors
documentation status/help-wanted track/cpp
Extract the list of concepts required to solve the v2 C++ exercise: `prime-factors`. For each concept, describe why it is required to solve the exercise. Keep in mind that an exercise can have multiple approaches (you can find community solutions here: `https://exercism.io/tracks/cpp/exercises/prime-factors/solutions`)...
1.0
[C++] Extract Concepts from v2 exercise: prime-factors - Extract the list of concepts required to solve the v2 C++ exercise: `prime-factors`. For each concept, describe why it is required to solve the exercise. Keep in mind that an exercise can have multiple approaches (you can find community solutions here: `https://e...
non_comp
extract concepts from exercise prime factors extract the list of concepts required to solve the c exercise prime factors for each concept describe why it is required to solve the exercise keep in mind that an exercise can have multiple approaches you can find community solutions here the goal of t...
0
11,961
14,104,302,353
IssuesEvent
2020-11-06 11:38:36
Juuxel/Adorn
https://api.github.com/repos/Juuxel/Adorn
closed
Desync while sitting on seats with Immersive Portals
bug mod compatibility
### Versions of Minecraft, Fabric and Adorn - Adorn: 1.4.1/1.4.2 - Minecraft: 1.14.4 - Fabric Loader: 0.6.2 build 166 - Fabric API: 0.3.2 build 226 ### Describe the bug Sitting on chairs causes a delay and mouse bug with the x-axis (or something.. idk how to describe it better). I uploaded a video in youtube to...
True
Desync while sitting on seats with Immersive Portals - ### Versions of Minecraft, Fabric and Adorn - Adorn: 1.4.1/1.4.2 - Minecraft: 1.14.4 - Fabric Loader: 0.6.2 build 166 - Fabric API: 0.3.2 build 226 ### Describe the bug Sitting on chairs causes a delay and mouse bug with the x-axis (or something.. idk how t...
comp
desync while sitting on seats with immersive portals versions of minecraft fabric and adorn adorn minecraft fabric loader build fabric api build describe the bug sitting on chairs causes a delay and mouse bug with the x axis or something idk how to des...
1
345,721
30,835,043,269
IssuesEvent
2023-08-02 06:40:36
calcom/cal.com
https://api.github.com/repos/calcom/cal.com
closed
[CAL-2201] E2E to verify that session name and email are prefilled in booking form
🐛 bug Low priority automated-tests
Write an e2e that could have avoided this regression https://github.com/calcom/cal.com/issues/10227 There are many booking form tests already, let's just ensure that the user is logged in, in one of them and verify the name and email prefill from session <sub>[CAL-2201](https://linear.app/calcom/issue/CAL-2201/e2e-...
1.0
[CAL-2201] E2E to verify that session name and email are prefilled in booking form - Write an e2e that could have avoided this regression https://github.com/calcom/cal.com/issues/10227 There are many booking form tests already, let's just ensure that the user is logged in, in one of them and verify the name and emai...
non_comp
to verify that session name and email are prefilled in booking form write an that could have avoided this regression there are many booking form tests already let s just ensure that the user is logged in in one of them and verify the name and email prefill from session
0