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
45,842
13,134,744,165
IssuesEvent
2020-08-07 00:28:53
shaundmorris/ddf
https://api.github.com/repos/shaundmorris/ddf
closed
WS-2009-0001 Low Severity Vulnerability detected by WhiteSource
security vulnerability wontfix
## 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 Libraries - <b>commons-codec-1.10.jar</b>, <b>commons-codec-1.11.jar</b></p></summary> <p> <details><summary><b>commons-codec...
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 Libraries - <b>commons-codec-1.10.jar</b>, <b>commons-codec-...
non_comp
ws low severity vulnerability detected by whitesource ws low severity vulnerability vulnerable libraries commons codec jar commons codec jar commons codec jar the apache commons codec package contains simple encoder and decoders for various formats such as and h...
0
595,818
18,075,362,137
IssuesEvent
2021-09-21 09:16:17
googleapis/cloud-debug-nodejs
https://api.github.com/repos/googleapis/cloud-debug-nodejs
opened
Debuglet getRegion: should return function region for older GCF runtime failed
type: bug priority: p1 flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 2c382668557bd40e0694a0c1ad3e910125d949fb b...
1.0
Debuglet getRegion: should return function region for older GCF runtime failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and...
non_comp
debuglet getregion should return function region for older gcf runtime failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output expected values t...
0
572,671
17,023,516,843
IssuesEvent
2021-07-03 02:25:50
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Warn before starting live edit
Component: potlatch (flash editor) Priority: major Resolution: worksforme Type: enhancement
**[Submitted to the original trac issue database at 6.31pm, Wednesday, 25th November 2009]** I just saw, that the warning before the editing the map live has been removed. I found two new users in the last days, that wanted to try out OSM and used the Potlach live edit mode for their first steps. The results were deli...
1.0
Warn before starting live edit - **[Submitted to the original trac issue database at 6.31pm, Wednesday, 25th November 2009]** I just saw, that the warning before the editing the map live has been removed. I found two new users in the last days, that wanted to try out OSM and used the Potlach live edit mode for their f...
non_comp
warn before starting live edit i just saw that the warning before the editing the map live has been removed i found two new users in the last days that wanted to try out osm and used the potlach live edit mode for their first steps the results were deliberately moved nodes and or new polygons without any u...
0
424,025
29,042,347,384
IssuesEvent
2023-05-13 05:14:38
Cybergenik/hopper
https://api.github.com/repos/Cybergenik/hopper
closed
README: Update architecture image
documentation
The current image was made in draw.io in the early stages of development and is a quite rudimentary interpretation of what's happening. A better graphic is needed. Also maybe a different color would be better.
1.0
README: Update architecture image - The current image was made in draw.io in the early stages of development and is a quite rudimentary interpretation of what's happening. A better graphic is needed. Also maybe a different color would be better.
non_comp
readme update architecture image the current image was made in draw io in the early stages of development and is a quite rudimentary interpretation of what s happening a better graphic is needed also maybe a different color would be better
0
10,707
12,681,250,984
IssuesEvent
2020-06-19 15:04:27
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
reopened
TracePoint#new(:call) and TracePoint#new(:c_call): ArgumentError: unknown event
compatibility
To reproduce: ```ruby TracePoint.new(:c_call) ``` Error: ``` ArgumentError: unknown event: c_call ```
True
TracePoint#new(:call) and TracePoint#new(:c_call): ArgumentError: unknown event - To reproduce: ```ruby TracePoint.new(:c_call) ``` Error: ``` ArgumentError: unknown event: c_call ```
comp
tracepoint new call and tracepoint new c call argumenterror unknown event to reproduce ruby tracepoint new c call error argumenterror unknown event c call
1
19,396
26,913,925,288
IssuesEvent
2023-02-07 03:46:08
openxla/stablehlo
https://api.github.com/repos/openxla/stablehlo
closed
Add VHLO support for FP8
Compatibility
### Request description Recently we added FP8 to StableHLO. This needs to be supported by VLHO for compatibility guarantees.
True
Add VHLO support for FP8 - ### Request description Recently we added FP8 to StableHLO. This needs to be supported by VLHO for compatibility guarantees.
comp
add vhlo support for request description recently we added to stablehlo this needs to be supported by vlho for compatibility guarantees
1
139,185
31,277,894,027
IssuesEvent
2023-08-22 07:42:11
ljnpng/algorithm
https://api.github.com/repos/ljnpng/algorithm
opened
224.基本计算器
leetcode
# 224.基本计算器 [https://leetcode.cn/problems/basic-calculator](https://leetcode.cn/problems/basic-calculator) ## 原题 给你一个字符串表达式 `s` ,请你实现一个基本计算器来计算并返回它的值。 注意:不允许使用任何将字符串作为数学表达式计算的内置函数,比如 `eval()` 。 **示例 1:** ``` 输入:s = "1 + 1" 输出:2 ``` **示例 2:** ``` 输入:s = " 2-1 + 2 " 输出:3 ``` **示例 3:** ``` 输入:s = "(1+(4...
1.0
224.基本计算器 - # 224.基本计算器 [https://leetcode.cn/problems/basic-calculator](https://leetcode.cn/problems/basic-calculator) ## 原题 给你一个字符串表达式 `s` ,请你实现一个基本计算器来计算并返回它的值。 注意:不允许使用任何将字符串作为数学表达式计算的内置函数,比如 `eval()` 。 **示例 1:** ``` 输入:s = "1 + 1" 输出:2 ``` **示例 2:** ``` 输入:s = " 2-1 + 2 " 输出:3 ``` **示例 3:** ``` 输...
non_comp
基本计算器 基本计算器 原题 给你一个字符串表达式 s ,请你实现一个基本计算器来计算并返回它的值。 注意 不允许使用任何将字符串作为数学表达式计算的内置函数,比如 eval 。 示例 : 输入:s 输出: 示例 : 输入:s 输出: 示例 : 输入:s 输出: 提示: s length s 由数字、 ...
0
7,021
3,493,973,638
IssuesEvent
2016-01-05 07:25:14
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Make generated meta classes "final"
C: Code Generation P: Medium T: Enhancement
Java developers often resort to subtyping in order to inject ("hack") behaviour into existing classes. This is hardly ever a solid approach (even if said developers do argue in terms of "SOLID", pun!). In the case of jOOQ-generated code, a lot of assumptions about the internal API type hierarchy are made, and these ...
1.0
Make generated meta classes "final" - Java developers often resort to subtyping in order to inject ("hack") behaviour into existing classes. This is hardly ever a solid approach (even if said developers do argue in terms of "SOLID", pun!). In the case of jOOQ-generated code, a lot of assumptions about the internal A...
non_comp
make generated meta classes final java developers often resort to subtyping in order to inject hack behaviour into existing classes this is hardly ever a solid approach even if said developers do argue in terms of solid pun in the case of jooq generated code a lot of assumptions about the internal a...
0
6,945
9,219,519,108
IssuesEvent
2019-03-11 15:34:40
s0md3v/Photon
https://api.github.com/repos/s0md3v/Photon
closed
NameError: global name 'threading' is not defined
compatibility
└──╼ $python photon.py -u "https://mydomain.com" --dns ____ __ __ / __ \/ /_ ____ / /_____ ____ / /_/ / __ \/ __ \/ __/ __ \/ __ \ / ____/ / / / /_/ / /_/ /_/ / / / / /_/ /_/ /_/\____/\__/\____/_/ /_/ v1.2.1 [+] URLs retrieved from robots.txt: 32 [~] Level 1: 34 URLs Traceba...
True
NameError: global name 'threading' is not defined - └──╼ $python photon.py -u "https://mydomain.com" --dns ____ __ __ / __ \/ /_ ____ / /_____ ____ / /_/ / __ \/ __ \/ __/ __ \/ __ \ / ____/ / / / /_/ / /_/ /_/ / / / / /_/ /_/ /_/\____/\__/\____/_/ /_/ v1.2.1 [+] URLs retrieve...
comp
nameerror global name threading is not defined └──╼ python photon py u dns urls retrieved from robots txt ...
1
3,778
2,914,687,137
IssuesEvent
2015-06-23 07:37:17
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Permissions are not saved when creating an article
No Code Attached Yet
#### Steps to reproduce the issue - Create a new article - fill the title and go to Permissions tab. Do changes there and SAVE & CLOSE - open the article again and your modified permissions won't be there. Change them again and save, you will see that this time permissions are saved See this video: http://www....
1.0
Permissions are not saved when creating an article - #### Steps to reproduce the issue - Create a new article - fill the title and go to Permissions tab. Do changes there and SAVE & CLOSE - open the article again and your modified permissions won't be there. Change them again and save, you will see that this time p...
non_comp
permissions are not saved when creating an article steps to reproduce the issue create a new article fill the title and go to permissions tab do changes there and save close open the article again and your modified permissions won t be there change them again and save you will see that this time p...
0
109,267
16,843,672,318
IssuesEvent
2021-06-19 02:46:40
bharathirajatut/fitbit-api-example-java2
https://api.github.com/repos/bharathirajatut/fitbit-api-example-java2
opened
CVE-2018-1199 (Medium) detected in spring-security-web-4.1.1.RELEASE.jar, spring-security-config-4.1.1.RELEASE.jar
security vulnerability
## CVE-2018-1199 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>spring-security-web-4.1.1.RELEASE.jar</b>, <b>spring-security-config-4.1.1.RELEASE.jar</b></p></summary> <p> <detai...
True
CVE-2018-1199 (Medium) detected in spring-security-web-4.1.1.RELEASE.jar, spring-security-config-4.1.1.RELEASE.jar - ## CVE-2018-1199 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b...
non_comp
cve medium detected in spring security web release jar spring security config release jar cve medium severity vulnerability vulnerable libraries spring security web release jar spring security config release jar spring security web release jar spri...
0
100,474
11,196,598,570
IssuesEvent
2020-01-03 10:34:32
SharePoint/sp-dev-modernization
https://api.github.com/repos/SharePoint/sp-dev-modernization
closed
Accessibility in Partner slide desk
Documentation bug
#### Category [X] Bug [ ] Enhancement #### Problem Area [ ] Page Transformation: Error during the setup/use of the Page Transformation UI solution (did you check our [troubleshooting guide](https://github.com/SharePoint/sp-dev-modernization/blob/dev/Solutions/PageTransformationUI/docs/troubleshootingguide.md)...
1.0
Accessibility in Partner slide desk - #### Category [X] Bug [ ] Enhancement #### Problem Area [ ] Page Transformation: Error during the setup/use of the Page Transformation UI solution (did you check our [troubleshooting guide](https://github.com/SharePoint/sp-dev-modernization/blob/dev/Solutions/PageTransfor...
non_comp
accessibility in partner slide desk category bug enhancement problem area page transformation error during the setup use of the page transformation ui solution did you check our page transformation error during the use of page transformation from pnp powershell page transformati...
0
2,551
5,279,907,203
IssuesEvent
2017-02-07 12:45:48
tex-xet/bidi
https://api.github.com/repos/tex-xet/bidi
closed
Regression: moderncv sections are aligned to the left
Bug Compatibility Invalid Normal Wontfix
I use the debian package of texlive-lang-arabic. Version 20161130 worked correctly, and version 20170118 is broken. I use this document as an example: http://pastebin.com/tpSqv7re This is how it used to look: ![Right alignment](https://ibin.co/3BXmRmBHhNNx.png) And this is how it looks now: ![Wrong alignment...
True
Regression: moderncv sections are aligned to the left - I use the debian package of texlive-lang-arabic. Version 20161130 worked correctly, and version 20170118 is broken. I use this document as an example: http://pastebin.com/tpSqv7re This is how it used to look: ![Right alignment](https://ibin.co/3BXmRmBHhNNx....
comp
regression moderncv sections are aligned to the left i use the debian package of texlive lang arabic version worked correctly and version is broken i use this document as an example this is how it used to look and this is how it looks now
1
18,824
26,177,979,380
IssuesEvent
2023-01-02 12:12:39
spring-projects-experimental/spring-native
https://api.github.com/repos/spring-projects-experimental/spring-native
closed
Investigate Adding Fallback for Beans with no Matching Generic Parameters
type: compatibility for: external-project
https://github.com/spring-projects-experimental/spring-native/pull/1078#discussion_r716381177 For example, Boot auto configures a `KafkaTemplate<Object, Object>` without AOT, the framework has several layers fallbacks such that `KafkaTemplate<String, String>` can be auto wired as a dependency. Unfortunately, AOT ...
True
Investigate Adding Fallback for Beans with no Matching Generic Parameters - https://github.com/spring-projects-experimental/spring-native/pull/1078#discussion_r716381177 For example, Boot auto configures a `KafkaTemplate<Object, Object>` without AOT, the framework has several layers fallbacks such that `KafkaTemplat...
comp
investigate adding fallback for beans with no matching generic parameters for example boot auto configures a kafkatemplate without aot the framework has several layers fallbacks such that kafkatemplate can be auto wired as a dependency unfortunately aot does not support this feature so there is no...
1
606,922
18,770,401,987
IssuesEvent
2021-11-06 18:33:06
crabber-net/crabber
https://api.github.com/repos/crabber-net/crabber
closed
Clicking a %tag in an About Me takes you to search in that tag
enhancement low-priority UX - User Experience
At the moment, a %tag in anyone's about me is just normal text, but it would be cool if it also changed colors and clicking on it took you to the search page for that tag Note: Also that right clicking the %-> new tab works for it as well
1.0
Clicking a %tag in an About Me takes you to search in that tag - At the moment, a %tag in anyone's about me is just normal text, but it would be cool if it also changed colors and clicking on it took you to the search page for that tag Note: Also that right clicking the %-> new tab works for it as well
non_comp
clicking a tag in an about me takes you to search in that tag at the moment a tag in anyone s about me is just normal text but it would be cool if it also changed colors and clicking on it took you to the search page for that tag note also that right clicking the new tab works for it as well
0
16,626
22,764,866,505
IssuesEvent
2022-07-08 02:33:04
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
dbForge Can't connect to TiDB
type/bug severity/minor compatibility-mysql8
![image](https://user-images.githubusercontent.com/41108848/177004218-3f4419f9-9ab1-4c7c-be60-14ecfa1d025a.png) error : Table 'performance_schema.session_variables' doesn't exist
True
dbForge Can't connect to TiDB - ![image](https://user-images.githubusercontent.com/41108848/177004218-3f4419f9-9ab1-4c7c-be60-14ecfa1d025a.png) error : Table 'performance_schema.session_variables' doesn't exist
comp
dbforge can t connect to tidb error table performance schema session variables doesn t exist
1
19,044
13,536,127,123
IssuesEvent
2020-09-16 08:36:08
topcoder-platform/qa-fun
https://api.github.com/repos/topcoder-platform/qa-fun
closed
User Unable to reset tags
UX/Usability
Steps:- 1. Enter the URL : https://www.topcoder.com/ 2. Click on Explore >> Thrive 3. Click on Show filter 4. Add tags and Author 5. Click Reset Actual Result : Unable to reset tags ,able to reset author Expected Result : Should be able to reset tags OS - Windows 10,Browser : Chrome ![image](https://use...
True
User Unable to reset tags - Steps:- 1. Enter the URL : https://www.topcoder.com/ 2. Click on Explore >> Thrive 3. Click on Show filter 4. Add tags and Author 5. Click Reset Actual Result : Unable to reset tags ,able to reset author Expected Result : Should be able to reset tags OS - Windows 10,Browser : Ch...
non_comp
user unable to reset tags steps enter the url click on explore thrive click on show filter add tags and author click reset actual result unable to reset tags able to reset author expected result should be able to reset tags os windows browser chrome
0
14,992
18,789,995,859
IssuesEvent
2021-11-08 15:52:34
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
closed
Upgrade Bundler to 2.2.23+
compatibility
Bundler 2.2.x now records the source of each gem that was installed, plugging a security issue for Gemfiles with multiple sources. It's hard to point at a single release that includes the functionality as there were several issues detected that were fixed in subsequent point releases. MRI 3.0.2 ships with Bundler 2.2.2...
True
Upgrade Bundler to 2.2.23+ - Bundler 2.2.x now records the source of each gem that was installed, plugging a security issue for Gemfiles with multiple sources. It's hard to point at a single release that includes the functionality as there were several issues detected that were fixed in subsequent point releases. MRI 3...
comp
upgrade bundler to bundler x now records the source of each gem that was installed plugging a security issue for gemfiles with multiple sources it s hard to point at a single release that includes the functionality as there were several issues detected that were fixed in subsequent point releases mri ...
1
146,065
22,947,768,059
IssuesEvent
2022-07-19 02:59:11
DeveloperAcademy-POSTECH/MC3-Team13-Inception
https://api.github.com/repos/DeveloperAcademy-POSTECH/MC3-Team13-Inception
closed
✨ feat : 수면만족도화면 UI 구성
✨ feat 😎 에이버리 📄 SleepSatisfactionView 💄 design
## 💡 Issue 수면 만족도 평가 화면 UI 작업 ## 📝 todo SleepSatisfactionViewController 생성 및 아래 항목 작업 - [x] Emoji 버튼 UI 작업 - [x] 저장하기 버튼 UI 작업 - [x] Emoji 버튼 선택 여부에 따른 저장하기 버튼 disable/enable 작업 - [x] 건너뛰기 / 페이지 닫기 UI 작업 Extension 추가 - [x] UIView : addsubview - [x] UIStackView : addArrangedSubview - [x] UIButton : t...
1.0
✨ feat : 수면만족도화면 UI 구성 - ## 💡 Issue 수면 만족도 평가 화면 UI 작업 ## 📝 todo SleepSatisfactionViewController 생성 및 아래 항목 작업 - [x] Emoji 버튼 UI 작업 - [x] 저장하기 버튼 UI 작업 - [x] Emoji 버튼 선택 여부에 따른 저장하기 버튼 disable/enable 작업 - [x] 건너뛰기 / 페이지 닫기 UI 작업 Extension 추가 - [x] UIView : addsubview - [x] UIStackView : addArrangedSu...
non_comp
✨ feat 수면만족도화면 ui 구성 💡 issue 수면 만족도 평가 화면 ui 작업 📝 todo sleepsatisfactionviewcontroller 생성 및 아래 항목 작업 emoji 버튼 ui 작업 저장하기 버튼 ui 작업 emoji 버튼 선택 여부에 따른 저장하기 버튼 disable enable 작업 건너뛰기 페이지 닫기 ui 작업 extension 추가 uiview addsubview uistackview addarrangedsubview u...
0
95,701
10,885,895,933
IssuesEvent
2019-11-18 11:21:21
patriciadevina/this-is-a-test-repo
https://api.github.com/repos/patriciadevina/this-is-a-test-repo
opened
Issue for
bug documentation duplicate enhancement good first issue help wanted
Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue...
1.0
Issue for - Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue for ​ ​Issue f...
non_comp
issue for issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue for ​ ​issue f...
0
4,217
6,994,248,317
IssuesEvent
2017-12-15 14:43:05
MeGysssTaa/ReflexIssueTracker
https://api.github.com/repos/MeGysssTaa/ReflexIssueTracker
opened
No PlayerAction.RIDING_JUMP enum
Bug Compatibility Console Error
``` [14:30:27] [Netty Epoll Server IO #1/ERROR]: [Reflex] Unhandled exception number 64 occured in onPacketReceiving(PacketEvent) for Reflex java.lang.IllegalArgumentException: No enum constant com.comphenix.protocol.wrappers.EnumWrappers.PlayerAction.RIDING_JUMP at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_1...
True
No PlayerAction.RIDING_JUMP enum - ``` [14:30:27] [Netty Epoll Server IO #1/ERROR]: [Reflex] Unhandled exception number 64 occured in onPacketReceiving(PacketEvent) for Reflex java.lang.IllegalArgumentException: No enum constant com.comphenix.protocol.wrappers.EnumWrappers.PlayerAction.RIDING_JUMP at java.lang.Enum...
comp
no playeraction riding jump enum unhandled exception number occured in onpacketreceiving packetevent for reflex java lang illegalargumentexception no enum constant com comphenix protocol wrappers enumwrappers playeraction riding jump at java lang enum valueof enum java at com comphenix prot...
1
6,697
8,970,940,403
IssuesEvent
2019-01-29 14:50:55
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
Multiple CONTAINS restrictions for one column are not handled properly
CQL cassandra 3.x compatibility enhancement n00b
*Installation details* Scylla version (or git commit hash): master (ea34e242d) ~~Currently, SELECT statement restrictions for a single column are kept in a map `column_definition -> restriction`. That usually makes sense, but it should also be possible and valid to apply multiple `contains` restrictions to a single...
True
Multiple CONTAINS restrictions for one column are not handled properly - *Installation details* Scylla version (or git commit hash): master (ea34e242d) ~~Currently, SELECT statement restrictions for a single column are kept in a map `column_definition -> restriction`. That usually makes sense, but it should also be...
comp
multiple contains restrictions for one column are not handled properly installation details scylla version or git commit hash master currently select statement restrictions for a single column are kept in a map column definition restriction that usually makes sense but it should also be possibl...
1
54,938
13,943,294,650
IssuesEvent
2020-10-22 22:45:34
istio/istio
https://api.github.com/repos/istio/istio
closed
istio-ca-root-cert configmaps not deleted when Istio is uninstalled
area/environments area/security area/user experience feature/Multi-cluster feature/Multi-control-plane feature/Virtual-machine kind/docs lifecycle/stale
**Bug description** Istio creates a configmap `istio-ca-root-cert` in each namespace containing its root cert. When Istio is uninstalled these configmaps are *not* removed, and to completely remove Istio they must be manually deleted. Ideally Istio uninstallation should tidy up all of its resources without manual inter...
True
istio-ca-root-cert configmaps not deleted when Istio is uninstalled - **Bug description** Istio creates a configmap `istio-ca-root-cert` in each namespace containing its root cert. When Istio is uninstalled these configmaps are *not* removed, and to completely remove Istio they must be manually deleted. Ideally Istio u...
non_comp
istio ca root cert configmaps not deleted when istio is uninstalled bug description istio creates a configmap istio ca root cert in each namespace containing its root cert when istio is uninstalled these configmaps are not removed and to completely remove istio they must be manually deleted ideally istio u...
0
40,347
12,769,025,401
IssuesEvent
2020-06-30 02:18:57
emilwareus/spring-boot
https://api.github.com/repos/emilwareus/spring-boot
opened
CVE-2020-7238 (High) detected in netty-codec-http-4.1.36.Final.jar
security vulnerability
## CVE-2020-7238 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.36.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framew...
True
CVE-2020-7238 (High) detected in netty-codec-http-4.1.36.Final.jar - ## CVE-2020-7238 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.36.Final.jar</b></p></summary>...
non_comp
cve high detected in netty codec http final jar cve high severity vulnerability vulnerable library netty codec http final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and c...
0
41,899
10,821,362,696
IssuesEvent
2019-11-08 18:29:40
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Tensorflow
subtype:centos type:build/install
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System information** - OS P...
1.0
Tensorflow - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System informa...
non_comp
tensorflow please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu scientific linux ...
0
29,161
23,764,483,296
IssuesEvent
2022-09-01 11:41:05
wellcomecollection/platform
https://api.github.com/repos/wellcomecollection/platform
closed
Point libsys external DNS to III hosted Sierra
🚧 Infrastructure 📚Catalogue
### Background Sierra is being migrated from on-premises to hosting from III. This is happening on Tuesday 30th August. I have confirmed that there will be no IP whitelisting for the REST API and so the only change we need to make is to point the external DNS for libsys.wellcomelibrary.org to the new hosted server f...
1.0
Point libsys external DNS to III hosted Sierra - ### Background Sierra is being migrated from on-premises to hosting from III. This is happening on Tuesday 30th August. I have confirmed that there will be no IP whitelisting for the REST API and so the only change we need to make is to point the external DNS for libs...
non_comp
point libsys external dns to iii hosted sierra background sierra is being migrated from on premises to hosting from iii this is happening on tuesday august i have confirmed that there will be no ip whitelisting for the rest api and so the only change we need to make is to point the external dns for libsys ...
0
413,320
27,948,378,362
IssuesEvent
2023-03-24 06:24:35
lhy-hoyin/alpha
https://api.github.com/repos/lhy-hoyin/alpha
opened
Load Testing bug report
type.DocumentationBug severity.VeryLow
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer sagittis suscipit enim at ornare. In hac habitasse platea dictumst. Quisque consectetur fermentum varius. Donec finibus velit quis lacus ultrices rhoncus. Suspendisse volutpat luctus commodo. Donec quis augue ac velit pretium porta. In nec dui dapibus, te...
1.0
Load Testing bug report - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer sagittis suscipit enim at ornare. In hac habitasse platea dictumst. Quisque consectetur fermentum varius. Donec finibus velit quis lacus ultrices rhoncus. Suspendisse volutpat luctus commodo. Donec quis augue ac velit pretium por...
non_comp
load testing bug report lorem ipsum dolor sit amet consectetur adipiscing elit integer sagittis suscipit enim at ornare in hac habitasse platea dictumst quisque consectetur fermentum varius donec finibus velit quis lacus ultrices rhoncus suspendisse volutpat luctus commodo donec quis augue ac velit pretium por...
0
151,764
5,827,235,718
IssuesEvent
2017-05-08 08:23:30
paceuniversity/CS3892017team2
https://api.github.com/repos/paceuniversity/CS3892017team2
closed
US 22 - Settings Menu - 6 hours
Low Priority Sprint 1 Task2
This will be the menu that will contain certain toggle switches such as sound and the guide. The menu should toggle these features: - Sound - Guide - Notifications
1.0
US 22 - Settings Menu - 6 hours - This will be the menu that will contain certain toggle switches such as sound and the guide. The menu should toggle these features: - Sound - Guide - Notifications
non_comp
us settings menu hours this will be the menu that will contain certain toggle switches such as sound and the guide the menu should toggle these features sound guide notifications
0
27,352
4,970,620,687
IssuesEvent
2016-12-05 16:29:04
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
mod_ssl can overwrite previously created private key
defect modules
During an installation of a new server I accidentally overwritten the private key. Big oops.. It goes wrong if you do this. 1. Run `openssl req -out sitename.csr -new -newkey rsa:2048 -nodes -keyout sitename.key` 2. Send csr to your ca 3. Start mod_ssl **this step silently overwrites the `sitename.key`** 4. Install c...
1.0
mod_ssl can overwrite previously created private key - During an installation of a new server I accidentally overwritten the private key. Big oops.. It goes wrong if you do this. 1. Run `openssl req -out sitename.csr -new -newkey rsa:2048 -nodes -keyout sitename.key` 2. Send csr to your ca 3. Start mod_ssl **this st...
non_comp
mod ssl can overwrite previously created private key during an installation of a new server i accidentally overwritten the private key big oops it goes wrong if you do this run openssl req out sitename csr new newkey rsa nodes keyout sitename key send csr to your ca start mod ssl this step ...
0
4,976
7,571,408,684
IssuesEvent
2018-04-23 12:09:49
mike42/escpos-php
https://api.github.com/repos/mike42/escpos-php
closed
Please add support to EPSON TM T58
invalid printer-compatibility
I have tried the basics code and it didn't work on this printer. Someone on the internet told that TM 58 was the same version as TM88 but didn't work on me. I saw the list and it was not on the list. Please add support to EPSON TM T58
True
Please add support to EPSON TM T58 - I have tried the basics code and it didn't work on this printer. Someone on the internet told that TM 58 was the same version as TM88 but didn't work on me. I saw the list and it was not on the list. Please add support to EPSON TM T58
comp
please add support to epson tm i have tried the basics code and it didn t work on this printer someone on the internet told that tm was the same version as but didn t work on me i saw the list and it was not on the list please add support to epson tm
1
13,230
15,595,498,715
IssuesEvent
2021-03-18 14:57:11
spring-projects-experimental/spring-native
https://api.github.com/repos/spring-projects-experimental/spring-native
closed
Add missing hints for Spring Cloud Function + Kotlin
type: compatibility
**Sample** Write a simple Spring Boot Kotlin application with a simple function exposed as a bean. N.B. This uses 2020.0.2-SNAPSHOT of Spring Cloud but the release of this is due out tomorrow 16/3/2021 Start the application `./gradlew build bootRun` - all works OK. Then build the native image (bootBuildImage...
True
Add missing hints for Spring Cloud Function + Kotlin - **Sample** Write a simple Spring Boot Kotlin application with a simple function exposed as a bean. N.B. This uses 2020.0.2-SNAPSHOT of Spring Cloud but the release of this is due out tomorrow 16/3/2021 Start the application `./gradlew build bootRun` - all w...
comp
add missing hints for spring cloud function kotlin sample write a simple spring boot kotlin application with a simple function exposed as a bean n b this uses snapshot of spring cloud but the release of this is due out tomorrow start the application gradlew build bootrun all works ok...
1
66,905
14,813,059,176
IssuesEvent
2021-01-14 01:03:55
jgeraigery/pixel-constrained-cnn-pytorch
https://api.github.com/repos/jgeraigery/pixel-constrained-cnn-pytorch
opened
CVE-2020-35655 (High) detected in Pillow-6.2.0-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2020-35655 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.0-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home ...
True
CVE-2020-35655 (High) detected in Pillow-6.2.0-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2020-35655 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.0-cp27-cp27mu-manylinux1_...
non_comp
cve high detected in pillow whl cve high severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file pixel constrained cnn pytorch requirements txt path to vulnerable library ...
0
121,736
16,019,548,180
IssuesEvent
2021-04-20 20:39:32
celo-org/wallet
https://api.github.com/repos/celo-org/wallet
opened
Account address in nav drawer spans 4 lines and is really hard to read
design
### Expected Behavior Address in the drawer should only span at most 2 lines. ### Current Behavior The address spans 4 lines and is really hard to read. Thread: https://celo-org.slack.com/archives/C01QQPXC5U6/p1618948821008200
1.0
Account address in nav drawer spans 4 lines and is really hard to read - ### Expected Behavior Address in the drawer should only span at most 2 lines. ### Current Behavior The address spans 4 lines and is really hard to read. Thread: https://celo-org.slack.com/archives/C01QQPXC5U6/p1618948821008200
non_comp
account address in nav drawer spans lines and is really hard to read expected behavior address in the drawer should only span at most lines current behavior the address spans lines and is really hard to read thread
0
1,524
4,074,476,502
IssuesEvent
2016-05-28 13:36:09
stwe/DatatablesBundle
https://api.github.com/repos/stwe/DatatablesBundle
closed
colvis breaks the layout
compatibility
Using colvis breaks the layout. broken layout: ![defekt](https://cloud.githubusercontent.com/assets/2964748/15516644/09ca132a-21f4-11e6-85d4-3a485d65b67d.jpg) it should look like this: ![richtig](https://cloud.githubusercontent.com/assets/2964748/15516647/0e0bbe02-21f4-11e6-87ba-1b411f3b00ea.jpg)
True
colvis breaks the layout - Using colvis breaks the layout. broken layout: ![defekt](https://cloud.githubusercontent.com/assets/2964748/15516644/09ca132a-21f4-11e6-85d4-3a485d65b67d.jpg) it should look like this: ![richtig](https://cloud.githubusercontent.com/assets/2964748/15516647/0e0bbe02-21f4-11e6-87ba-1b411...
comp
colvis breaks the layout using colvis breaks the layout broken layout it should look like this
1
17,326
23,910,882,557
IssuesEvent
2022-09-09 08:05:20
terasolunaorg/terasoluna-gfw
https://api.github.com/repos/terasolunaorg/terasoluna-gfw
opened
Change BeanMapper from Dozer to MapStruct
type: oss-incompatible version: 5.8.0
## Description > Please write the problem in detail. > Please write based on facts as much as possible, and post links to references/Javadoc or stack traces. It turns out that Dozer doesn't work on Jakarta EE9. Migrate to MapStruct as an alternative BeanMapper. ## Possible Solution > Please write ideas or cand...
True
Change BeanMapper from Dozer to MapStruct - ## Description > Please write the problem in detail. > Please write based on facts as much as possible, and post links to references/Javadoc or stack traces. It turns out that Dozer doesn't work on Jakarta EE9. Migrate to MapStruct as an alternative BeanMapper. ## Pos...
comp
change beanmapper from dozer to mapstruct description please write the problem in detail please write based on facts as much as possible and post links to references javadoc or stack traces it turns out that dozer doesn t work on jakarta migrate to mapstruct as an alternative beanmapper possi...
1
169,340
26,783,474,959
IssuesEvent
2023-01-31 23:39:59
psf/black
https://api.github.com/repos/psf/black
closed
Setting the 2023 stable style
T: enhancement help wanted T: design C: maintenance
## Hello! Please read the following before commenting... If you're here to learn more about the proposed 2023 stable style or provide feedback, you're in the right place. Here's what you need to know: - This issue contains a list of all of the changes in the current preview style. Except for the ones crossed ...
1.0
Setting the 2023 stable style - ## Hello! Please read the following before commenting... If you're here to learn more about the proposed 2023 stable style or provide feedback, you're in the right place. Here's what you need to know: - This issue contains a list of all of the changes in the current preview sty...
non_comp
setting the stable style hello please read the following before commenting if you re here to learn more about the proposed stable style or provide feedback you re in the right place here s what you need to know this issue contains a list of all of the changes in the current preview style ex...
0
5,354
7,111,598,380
IssuesEvent
2018-01-17 14:42:08
openshiftio/openshift.io
https://api.github.com/repos/openshiftio/openshift.io
closed
I'm unable to reset environment since starter-us-east-2 moved to 3.7
SEV2-high area/che area/workspaces team/che team/che/osio team/service-delivery type/bug
Both my accounts (rhopp@redhat.com, rhopp-osiotest1) are unable to reset environemnt. It fails with error: ![image](https://user-images.githubusercontent.com/1215011/33978592-ce40a4be-e0a0-11e7-88ef-8b3962e0692f.png) Browser console log: ``` VM482:1 DELETE https://api.openshift.io/api/user/services 504 (Gateway...
1.0
I'm unable to reset environment since starter-us-east-2 moved to 3.7 - Both my accounts (rhopp@redhat.com, rhopp-osiotest1) are unable to reset environemnt. It fails with error: ![image](https://user-images.githubusercontent.com/1215011/33978592-ce40a4be-e0a0-11e7-88ef-8b3962e0692f.png) Browser console log: ``` ...
non_comp
i m unable to reset environment since starter us east moved to both my accounts rhopp redhat com rhopp are unable to reset environemnt it fails with error browser console log delete gateway time out anonymous scheduletask polyfills bundle js zonedelegate sched...
0
74,512
14,265,671,168
IssuesEvent
2020-11-20 17:28:07
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
closed
Code Intelligence 3.22 Tracking issue
team/code-intelligence tracking
### Plan **Goal: Provide precise code intel for the primary programming languages that combined cover > 50% of usage across customer projects**. Garo is forging ahead with lsif-clang bugs, and will aim to index 10 more open source repositories as preparation to ship to a wider audience. Noah is forging ahead with ls...
1.0
Code Intelligence 3.22 Tracking issue - ### Plan **Goal: Provide precise code intel for the primary programming languages that combined cover > 50% of usage across customer projects**. Garo is forging ahead with lsif-clang bugs, and will aim to index 10 more open source repositories as preparation to ship to a wider...
non_comp
code intelligence tracking issue plan goal provide precise code intel for the primary programming languages that combined cover of usage across customer projects garo is forging ahead with lsif clang bugs and will aim to index more open source repositories as preparation to ship to a wider au...
0
1,760
4,318,413,981
IssuesEvent
2016-07-24 01:06:26
simeonradivoev/MatterOverdrive
https://api.github.com/repos/simeonradivoev/MatterOverdrive
closed
Matter Overdrive and CustomNPCs Incompatibility
mod compatibility
Brief explanation of problem: If you go anywhere near NPC being an Android from Matter Overdrive mod, game crashes. Steps to reproduce: Same as in the "explanation of problem" Crash report paste (if any) on [gist](gist.github.com): http://pastebin.com/Tqky0KKu MatterOverdrive version: MatterOverdrive-1.7.1...
True
Matter Overdrive and CustomNPCs Incompatibility - Brief explanation of problem: If you go anywhere near NPC being an Android from Matter Overdrive mod, game crashes. Steps to reproduce: Same as in the "explanation of problem" Crash report paste (if any) on [gist](gist.github.com): http://pastebin.com/Tqky0KKu ...
comp
matter overdrive and customnpcs incompatibility brief explanation of problem if you go anywhere near npc being an android from matter overdrive mod game crashes steps to reproduce same as in the explanation of problem crash report paste if any on gist github com matteroverdrive version mat...
1
47,514
13,238,083,432
IssuesEvent
2020-08-18 23:16:53
benchabot/expo
https://api.github.com/repos/benchabot/expo
opened
CVE-2020-11023 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.8.2.min.js</b>, <b>jquery-1.7.1.min.js</b>, <b>jquery-3.2.1.min.js</b></p></su...
True
CVE-2020-11023 (Medium) detected in multiple libraries - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.8.2.min.js</b>, <b>jq...
non_comp
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path ...
0
1,221
3,710,820,195
IssuesEvent
2016-03-02 07:13:43
one-signal/OneSignal-Cordova-SDK
https://api.github.com/repos/one-signal/OneSignal-Cordova-SDK
closed
Intel XDK - IOS - Incompatibility due to old Xcode version being used
compatibility issue
Intel XDK's build server is using a version of Xcode that is older than 6.2 which causes a build error with UILocalNotification.alertTitle. I believe this is the only API that is used that requires Xcode 6.2 so this can be called via reflection to lower the required Xcode version.
True
Intel XDK - IOS - Incompatibility due to old Xcode version being used - Intel XDK's build server is using a version of Xcode that is older than 6.2 which causes a build error with UILocalNotification.alertTitle. I believe this is the only API that is used that requires Xcode 6.2 so this can be called via reflection to ...
comp
intel xdk ios incompatibility due to old xcode version being used intel xdk s build server is using a version of xcode that is older than which causes a build error with uilocalnotification alerttitle i believe this is the only api that is used that requires xcode so this can be called via reflection to ...
1
18,810
26,174,944,873
IssuesEvent
2023-01-02 08:28:49
OpenAPITools/openapi-generator
https://api.github.com/repos/OpenAPITools/openapi-generator
closed
[Java][resttemplate] Update spring-web to the latest 6.x
Client: Java Enhancement: Compatibility help wanted
Update spring-web to the latest 6.x, which requires updating ApiClient.java and more to address the compilation errors. If anyone wants to fix this, please reply to let me know. Thank you.
True
[Java][resttemplate] Update spring-web to the latest 6.x - Update spring-web to the latest 6.x, which requires updating ApiClient.java and more to address the compilation errors. If anyone wants to fix this, please reply to let me know. Thank you.
comp
update spring web to the latest x update spring web to the latest x which requires updating apiclient java and more to address the compilation errors if anyone wants to fix this please reply to let me know thank you
1
13,529
16,040,576,937
IssuesEvent
2021-04-22 07:20:01
mebjas/html5-qrcode
https://api.github.com/repos/mebjas/html5-qrcode
opened
Compatibility - globalThis preventing use in older browsers
compatibility
**Describe the bug** Using globalThis dramatically raises the minimum required browser versions. Doing `globalThis || global || self || window` is not a workaround, because accessing the `globalThis` raises an exception. The proper workaround should be: > var getGlobal = function () { > if (typeof self !== 'un...
True
Compatibility - globalThis preventing use in older browsers - **Describe the bug** Using globalThis dramatically raises the minimum required browser versions. Doing `globalThis || global || self || window` is not a workaround, because accessing the `globalThis` raises an exception. The proper workaround should be: ...
comp
compatibility globalthis preventing use in older browsers describe the bug using globalthis dramatically raises the minimum required browser versions doing globalthis global self window is not a workaround because accessing the globalthis raises an exception the proper workaround should be ...
1
386,080
11,431,553,509
IssuesEvent
2020-02-04 12:23:53
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
opened
Add button to review page to add/remove add-on GUID to/from DeniedGuid
component: api component: reviewer tools priority: p2 triaged
Could we add a button to the reviewer tools to allow them to add/remove the add-on GUID to/from `DeniedGuid`? If the add-on is deleted and the GUID is not in `DeniedGuid`, show a button "Deny resubmission". If the add-on is deleted and the GUID is in `DeniedGuid`, show a button "Allow resubmission". If the add-on ...
1.0
Add button to review page to add/remove add-on GUID to/from DeniedGuid - Could we add a button to the reviewer tools to allow them to add/remove the add-on GUID to/from `DeniedGuid`? If the add-on is deleted and the GUID is not in `DeniedGuid`, show a button "Deny resubmission". If the add-on is deleted and the GUI...
non_comp
add button to review page to add remove add on guid to from deniedguid could we add a button to the reviewer tools to allow them to add remove the add on guid to from deniedguid if the add on is deleted and the guid is not in deniedguid show a button deny resubmission if the add on is deleted and the gui...
0
9,955
11,956,936,700
IssuesEvent
2020-04-04 12:39:20
mebjas/html5-qrcode
https://api.github.com/repos/mebjas/html5-qrcode
opened
Compatibility - [ios] [All Browser] - [Query Camera]
compatibility os:ios
## Query camera is not working for Opera, Edge, Firefox and Chrome. For Safari the query is working but the stream is not realtime. For chrome **Describe the browser:** - OS: iOS in Iphone 7 and IPad 9.7 - Browser: all
True
Compatibility - [ios] [All Browser] - [Query Camera] - ## Query camera is not working for Opera, Edge, Firefox and Chrome. For Safari the query is working but the stream is not realtime. For chrome **Describe the browser:** - OS: iOS in Iphone 7 and IPad 9.7 - Browser: all
comp
compatibility query camera is not working for opera edge firefox and chrome for safari the query is working but the stream is not realtime for chrome describe the browser os ios in iphone and ipad browser all
1
20,839
31,170,027,216
IssuesEvent
2023-08-17 00:00:11
google/zerocopy
https://api.github.com/repos/google/zerocopy
closed
`Unalign::update` docs should suggest `DerefMut` for unaligned types
compatibility-nonbreaking
For `T: Unaligned`, `Unalign<T>` implements `DerefMut`. The `Unalign::update` docs should suggest that users prefer that over `update` when possible.
True
`Unalign::update` docs should suggest `DerefMut` for unaligned types - For `T: Unaligned`, `Unalign<T>` implements `DerefMut`. The `Unalign::update` docs should suggest that users prefer that over `update` when possible.
comp
unalign update docs should suggest derefmut for unaligned types for t unaligned unalign implements derefmut the unalign update docs should suggest that users prefer that over update when possible
1
299,182
22,593,730,122
IssuesEvent
2022-06-28 22:59:28
Astzesk/challenge-python-cash-machine
https://api.github.com/repos/Astzesk/challenge-python-cash-machine
closed
[New-Insight]: Add a security policy to the project.
documentation enhancement security policy
## Overview - Assign | Assign | Description | Status | | :----: | :---- | :----: | | 1 | Add a security policy to the project. | ✔️ | ## Overview - Pull Requests | Pull Requests| Description | | :----: | :---- | | #14 | Apply pull merge request for the master-secur...
1.0
[New-Insight]: Add a security policy to the project. - ## Overview - Assign | Assign | Description | Status | | :----: | :---- | :----: | | 1 | Add a security policy to the project. | ✔️ | ## Overview - Pull Requests | Pull Requests| Description | | :----: | :---- | | #...
non_comp
add a security policy to the project overview assign assign description status add a security policy to the project ✔️ overview pull requests pull requests description app...
0
20,142
28,144,367,825
IssuesEvent
2023-04-02 10:08:07
scylladb/scylladb
https://api.github.com/repos/scylladb/scylladb
opened
Automatic expiration for snapshots taken by auto_snapshot
enhancement cassandra 4.x compatibility
Even if the `auto_snapshot` option (which automatically saves deleted or truncated tables) is desired, keeping those snapshots forever is usually undesirable, or even unreliable (see discussion in #7123). So Cassandra added in release 4.1 the `auto_snapshot_ttl` option which is described in https://cassandra.apache.org...
True
Automatic expiration for snapshots taken by auto_snapshot - Even if the `auto_snapshot` option (which automatically saves deleted or truncated tables) is desired, keeping those snapshots forever is usually undesirable, or even unreliable (see discussion in #7123). So Cassandra added in release 4.1 the `auto_snapshot_tt...
comp
automatic expiration for snapshots taken by auto snapshot even if the auto snapshot option which automatically saves deleted or truncated tables is desired keeping those snapshots forever is usually undesirable or even unreliable see discussion in so cassandra added in release the auto snapshot ttl ...
1
2,759
2,533,185,685
IssuesEvent
2015-01-23 21:21:35
nprapps/dailygraphics
https://api.github.com/repos/nprapps/dailygraphics
closed
Pass in the name of a sheet, output a json object
Priority: High
Use case: Keep my (simple) dataset and my copy/labels in the same Google Spreadsheet, and avoid having to separately load/maintain a CSV. I would, in theory, pass the name of a sheet into a template tag, and it would output a JSON object with the data. Crazy idea?
1.0
Pass in the name of a sheet, output a json object - Use case: Keep my (simple) dataset and my copy/labels in the same Google Spreadsheet, and avoid having to separately load/maintain a CSV. I would, in theory, pass the name of a sheet into a template tag, and it would output a JSON object with the data. Crazy idea?
non_comp
pass in the name of a sheet output a json object use case keep my simple dataset and my copy labels in the same google spreadsheet and avoid having to separately load maintain a csv i would in theory pass the name of a sheet into a template tag and it would output a json object with the data crazy idea
0
4,498
7,160,485,067
IssuesEvent
2018-01-28 01:11:30
simplepie/simplepie-ng
https://api.github.com/repos/simplepie/simplepie-ng
closed
Modeling `Type\Author` for h-feed.
feature request feed format: html investigate parsing: html spec compatibility
this looks awesome @skyzyx! Glad you've got the time to take this on. Just wanted to mention an issue I've had when retrofitting microformats into SimplePie OG (yes I think I will use that term...) The issue is that h-entry's have a wider vocabulary for authors via h-card than traditional feeds. So instead of just b...
True
Modeling `Type\Author` for h-feed. - this looks awesome @skyzyx! Glad you've got the time to take this on. Just wanted to mention an issue I've had when retrofitting microformats into SimplePie OG (yes I think I will use that term...) The issue is that h-entry's have a wider vocabulary for authors via h-card than tr...
comp
modeling type author for h feed this looks awesome skyzyx glad you ve got the time to take this on just wanted to mention an issue i ve had when retrofitting microformats into simplepie og yes i think i will use that term the issue is that h entry s have a wider vocabulary for authors via h card than tr...
1
6,905
9,205,800,204
IssuesEvent
2019-03-08 11:42:00
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
Align ordering of results of CQL queries using IN restriction with Cassandra 2.2
CQL cassandra 2.2 compatibility
*Installation details* Scylla version (or git commit hash): 1.7 Cassandra's NEWS.txt entry for 2.2 : > The results of CQL3 queries containing an IN restriction will be ordered in the normal order and not anymore in the order in which the column values were specified in the IN restriction. Change made as part ...
True
Align ordering of results of CQL queries using IN restriction with Cassandra 2.2 - *Installation details* Scylla version (or git commit hash): 1.7 Cassandra's NEWS.txt entry for 2.2 : > The results of CQL3 queries containing an IN restriction will be ordered in the normal order and not anymore in the order in wh...
comp
align ordering of results of cql queries using in restriction with cassandra installation details scylla version or git commit hash cassandra s news txt entry for the results of queries containing an in restriction will be ordered in the normal order and not anymore in the order in which...
1
16,549
22,514,317,594
IssuesEvent
2022-06-24 00:54:05
KiwiHawk/LandfillPainting
https://api.github.com/repos/KiwiHawk/LandfillPainting
opened
Mod Layer Collision
bug mod compatibility
Various issues probably caused by layer collision checks. With AAI and / Krastorio 2: https://mods.factorio.com/mod/LandfillPainting/discussion/6293a7c820c9f2d7bfe18bc6 > Im using a bunch of mods including rampant, alien biomes and krastorio2. I cannot drive vehicles over stone bricks https://mods.factorio.com/m...
True
Mod Layer Collision - Various issues probably caused by layer collision checks. With AAI and / Krastorio 2: https://mods.factorio.com/mod/LandfillPainting/discussion/6293a7c820c9f2d7bfe18bc6 > Im using a bunch of mods including rampant, alien biomes and krastorio2. I cannot drive vehicles over stone bricks https...
comp
mod layer collision various issues probably caused by layer collision checks with aai and krastorio im using a bunch of mods including rampant alien biomes and i cannot drive vehicles over stone bricks was playing a krastorio run with aai vehicles included and after enabling this mod i stum...
1
555,070
16,446,913,857
IssuesEvent
2021-05-20 20:47:11
darktable-org/darktable
https://api.github.com/repos/darktable-org/darktable
opened
capture mode broken
bug: pending priority: high
**Introduction** Capture mode unusable. **Describe the bug/issue** Crash enterring capture mode with new capture session (empty) or clicking on capture. **To Reproduce** _Please provide detailed steps to reproduce the behaviour, for example:_ 1. Go to 'capture" 2. Click on 'capture" 3. See crash **Ex...
1.0
capture mode broken - **Introduction** Capture mode unusable. **Describe the bug/issue** Crash enterring capture mode with new capture session (empty) or clicking on capture. **To Reproduce** _Please provide detailed steps to reproduce the behaviour, for example:_ 1. Go to 'capture" 2. Click on 'capture"...
non_comp
capture mode broken introduction capture mode unusable describe the bug issue crash enterring capture mode with new capture session empty or clicking on capture to reproduce please provide detailed steps to reproduce the behaviour for example go to capture click on capture ...
0
12,860
15,108,285,034
IssuesEvent
2021-02-08 16:27:25
Conjurinc-workato-dev/evoke
https://api.github.com/repos/Conjurinc-workato-dev/evoke
opened
j2g bug
Bugtype/Compatibility ONYX-6615 severity/low team/A Team
##description Steps to reproduce: Current Results:ddddd dsa ads a sdas Expected Results: Error Messages: Logs: Other Symptoms: Tenant ID / Pod Number: ##Found in version 10.8 ##Workaround Complexity NA ##Workaround Description ##Link to JIRA bug https://ca-il-jira-test.il.cyber-ark.co...
True
j2g bug - ##description Steps to reproduce: Current Results:ddddd dsa ads a sdas Expected Results: Error Messages: Logs: Other Symptoms: Tenant ID / Pod Number: ##Found in version 10.8 ##Workaround Complexity NA ##Workaround Description ##Link to JIRA bug https://ca-il-jira-test.il.cy...
comp
bug description steps to reproduce current results ddddd dsa ads a sdas expected results error messages logs other symptoms tenant id pod number found in version workaround complexity na workaround description link to jira bug
1
57,855
14,224,680,693
IssuesEvent
2020-11-17 20:02:44
istio/istio
https://api.github.com/repos/istio/istio
closed
TLSv1.2 protocol could not identify while sniffing using wireshark
area/security kind/need more info
Tested in mtls enabled cluster Steps taken: ``` $ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml) $ kubectl apply -f <(istioctl kube-inject -f samples/httpbin/httpbin.yaml) $ kubectl get pods -o wide httpbin-6547d9b48d-64mdc 2/2 Running 0 113m 10.244.48.251 ip-172-31-...
True
TLSv1.2 protocol could not identify while sniffing using wireshark - Tested in mtls enabled cluster Steps taken: ``` $ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml) $ kubectl apply -f <(istioctl kube-inject -f samples/httpbin/httpbin.yaml) $ kubectl get pods -o wide httpbin-6547d9b48d-6...
non_comp
protocol could not identify while sniffing using wireshark tested in mtls enabled cluster steps taken kubectl apply f istioctl kube inject f samples sleep sleep yaml kubectl apply f istioctl kube inject f samples httpbin httpbin yaml kubectl get pods o wide httpbin ru...
0
9,507
11,574,718,962
IssuesEvent
2020-02-21 08:07:37
evhub/coconut
https://api.github.com/repos/evhub/coconut
closed
Properly universalize iterator returns
bounty: $30 compatibility enhancement resolved
Universalize generator returns and make `yield from` work with them.
True
Properly universalize iterator returns - Universalize generator returns and make `yield from` work with them.
comp
properly universalize iterator returns universalize generator returns and make yield from work with them
1
550,761
16,131,547,847
IssuesEvent
2021-04-29 06:03:48
magento/magento2
https://api.github.com/repos/magento/magento2
closed
Elasticsearch mappings cannot be changed
Component: Elasticsearch Issue: Confirmed Priority: P2 Progress: PR in progress Reproduced on 2.3.x Severity: S2 feature request
### Summary (*) Magento 2.3.2 As a developer, I need to develop a custom module that affects the search functionality. This requires extra data to be indexed in elasticsearch. This module requires an extra dynamic template sent to the elasticsearch server in the mappings. ### Examples (*) in version 2.3.2, th...
1.0
Elasticsearch mappings cannot be changed - ### Summary (*) Magento 2.3.2 As a developer, I need to develop a custom module that affects the search functionality. This requires extra data to be indexed in elasticsearch. This module requires an extra dynamic template sent to the elasticsearch server in the mappings. ...
non_comp
elasticsearch mappings cannot be changed summary magento as a developer i need to develop a custom module that affects the search functionality this requires extra data to be indexed in elasticsearch this module requires an extra dynamic template sent to the elasticsearch server in the mappings ...
0
743,522
25,902,489,692
IssuesEvent
2022-12-15 07:24:37
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Redesign the Download page for VS Code
Priority/Highest Type/Improvement
## Description Need to redesign the Download page to have a clear separation between the product and the VS Code releases. ## Related website/documentation area > Add/Uncomment the relevant area label out of the following. <!--Area/BBEs--> <!--Area/HomePageSamples--> <!--Area/LearnPages--> Area/CommonPages ...
1.0
Redesign the Download page for VS Code - ## Description Need to redesign the Download page to have a clear separation between the product and the VS Code releases. ## Related website/documentation area > Add/Uncomment the relevant area label out of the following. <!--Area/BBEs--> <!--Area/HomePageSamples--> ...
non_comp
redesign the download page for vs code description need to redesign the download page to have a clear separation between the product and the vs code releases related website documentation area add uncomment the relevant area label out of the following area commonpages des...
0
9,964
11,958,761,489
IssuesEvent
2020-04-04 19:16:53
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
TERA
Game compatibility - Unofficial
**OS**: Reborn OS (Arch derivative) **Proton Version**: 5.0.5 **Steam run package**: Steam (Runtime) **Game**: TERA. **RAM**: 8 GB **CPU**: AMD FX-8370 Eight-Core Processor × 4 **GPU**: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] **Kernal**: 5.5.13-arch2-1 ![Screenshot from 2020-03-08 16-41-52](https://use...
True
TERA - **OS**: Reborn OS (Arch derivative) **Proton Version**: 5.0.5 **Steam run package**: Steam (Runtime) **Game**: TERA. **RAM**: 8 GB **CPU**: AMD FX-8370 Eight-Core Processor × 4 **GPU**: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] **Kernal**: 5.5.13-arch2-1 ![Screenshot from 2020-03-08 16-41-52](http...
comp
tera os reborn os arch derivative proton version steam run package steam runtime game tera ram gb cpu amd fx eight core processor × gpu nvidia corporation kernal the game seems to randomly crash several times a day without ...
1
119,061
12,013,563,176
IssuesEvent
2020-04-10 09:09:55
gcm1001/TFG-CeniehAriadne
https://api.github.com/repos/gcm1001/TFG-CeniehAriadne
opened
Actualizar la documentación
documentation
- [ ] Incluir en el apartado `4. Técnicas y herramientas` todas las herramientas y técnicas que he utilizado hasta el momento: - Integración continua - Github Actions - Docker - Draw.io - [ ] Empezar a desarrollar el apartado `2. Conceptos teóricos`. - [ ] Revisar todos los apartados edita...
1.0
Actualizar la documentación - - [ ] Incluir en el apartado `4. Técnicas y herramientas` todas las herramientas y técnicas que he utilizado hasta el momento: - Integración continua - Github Actions - Docker - Draw.io - [ ] Empezar a desarrollar el apartado `2. Conceptos teóricos`. - [ ] Re...
non_comp
actualizar la documentación incluir en el apartado técnicas y herramientas todas las herramientas y técnicas que he utilizado hasta el momento integración continua github actions docker draw io empezar a desarrollar el apartado conceptos teóricos revisar ...
0
65,820
3,244,263,974
IssuesEvent
2015-10-16 00:35:31
parallaxinc/Parallax-IDE
https://api.github.com/repos/parallaxinc/Parallax-IDE
closed
Debug Terminal: Echo Off control
Priority 3 UX/UI
A UI feature needs to be added to allow the user to set or clear the Echo Off feature. This is preferably accessible from the main screen (near the Debug Terminal, in the vicinity of the Tx/Rx indicators). This relates to Issue #184.
1.0
Debug Terminal: Echo Off control - A UI feature needs to be added to allow the user to set or clear the Echo Off feature. This is preferably accessible from the main screen (near the Debug Terminal, in the vicinity of the Tx/Rx indicators). This relates to Issue #184.
non_comp
debug terminal echo off control a ui feature needs to be added to allow the user to set or clear the echo off feature this is preferably accessible from the main screen near the debug terminal in the vicinity of the tx rx indicators this relates to issue
0
725
3,151,401,759
IssuesEvent
2015-09-16 07:52:16
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Add BatchBindMoreStep in order to make at least one BatchBindStep.bind() call mandatory
C: Functionality P: High T: Enhancement T: Incompatible change
Currently, it's possible to write: ```java DSL.using(configuration) .batch(query) .execute(); ``` Prior to #4554, this silently ignored the query as there were no bind variables set to a `BatchSingle` configuration. The fix in #4554 will just execute the statement as a `BatchMultiple`, although that pro...
True
Add BatchBindMoreStep in order to make at least one BatchBindStep.bind() call mandatory - Currently, it's possible to write: ```java DSL.using(configuration) .batch(query) .execute(); ``` Prior to #4554, this silently ignored the query as there were no bind variables set to a `BatchSingle` configuration...
comp
add batchbindmorestep in order to make at least one batchbindstep bind call mandatory currently it s possible to write java dsl using configuration batch query execute prior to this silently ignored the query as there were no bind variables set to a batchsingle configuration t...
1
5,541
8,014,223,074
IssuesEvent
2018-07-25 05:17:27
lucko/LuckPerms
https://api.github.com/repos/lucko/LuckPerms
closed
Logout error with MassiveCombat
resolution: incompatibility type: issue
Running PaperSpigot 1.12.2 - 1506 Luck Perms v4.2.42 When I have both MassiveCombat and Luckperms installed and a player disconnects from the server, I get this error in the console: ```24.07 02:53:36 [Server] ERROR Could not pass event EventMassiveCorePlayerLeave to MassiveCombat v2.14.0 24.07 02:53:36 [Server] IN...
True
Logout error with MassiveCombat - Running PaperSpigot 1.12.2 - 1506 Luck Perms v4.2.42 When I have both MassiveCombat and Luckperms installed and a player disconnects from the server, I get this error in the console: ```24.07 02:53:36 [Server] ERROR Could not pass event EventMassiveCorePlayerLeave to MassiveCombat v...
comp
logout error with massivecombat running paperspigot luck perms when i have both massivecombat and luckperms installed and a player disconnects from the server i get this error in the console error could not pass event eventmassivecoreplayerleave to massivecombat ...
1
80,806
15,586,079,657
IssuesEvent
2021-03-18 01:07:33
Lerer/veracode-async
https://api.github.com/repos/Lerer/veracode-async
opened
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)
Severity: Medium Veracode
### Description: This call to javax.servlet.jsp.JspWriter.print() contains a cross-site scripting (XSS) flaw. The application populates the HTTP response with untrusted input, allowing an attacker to embed malicious content, such as Javascript code, which will be executed in the context of the victim's browser...
1.0
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) - ### Description: This call to javax.servlet.jsp.JspWriter.print() contains a cross-site scripting (XSS) flaw. The application populates the HTTP response with untrusted input, allowing an attacker to embed malicious content, such a...
non_comp
improper neutralization of script related html tags in a web page basic xss description this call to javax servlet jsp jspwriter print contains a cross site scripting xss flaw the application populates the http response with untrusted input allowing an attacker to embed malicious content such a...
0
12,148
14,343,497,652
IssuesEvent
2020-11-28 09:43:58
sekiguchi-nagisa/ydsh
https://api.github.com/repos/sekiguchi-nagisa/ydsh
opened
eval script in separate module context
Core incompatible change
currently always evaluate script in ``Root`` module context.
True
eval script in separate module context - currently always evaluate script in ``Root`` module context.
comp
eval script in separate module context currently always evaluate script in root module context
1
24,562
17,399,531,701
IssuesEvent
2021-08-02 17:32:42
Tribler/tribler
https://api.github.com/repos/Tribler/tribler
closed
test_check_torrents_health does not check anything
component: infrastructure type: bug
Apparently, disabling important parts of the setup such as `udp_tracker.start()` still allows the test to pass. Also, the test leaves behind some dangling `Task`s (which does not show in the testsuite :shrug: )
1.0
test_check_torrents_health does not check anything - Apparently, disabling important parts of the setup such as `udp_tracker.start()` still allows the test to pass. Also, the test leaves behind some dangling `Task`s (which does not show in the testsuite :shrug: )
non_comp
test check torrents health does not check anything apparently disabling important parts of the setup such as udp tracker start still allows the test to pass also the test leaves behind some dangling task s which does not show in the testsuite shrug
0
9,841
11,862,882,511
IssuesEvent
2020-03-25 18:42:06
ldtteam/minecolonies
https://api.github.com/repos/ldtteam/minecolonies
closed
[Compatibility] Tinker bow / mattock support
Compatibility: Mod
Hi, would it be possible to implement support for Tinker construct mattocks (hoe) and bows/arrows (for guards) ? <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/50911077-compatibility-tinker-bow-mattock-support?utm_campaign=plugin&utm_content=t...
True
[Compatibility] Tinker bow / mattock support - Hi, would it be possible to implement support for Tinker construct mattocks (hoe) and bows/arrows (for guards) ? <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/50911077-compatibility-tinker-bow-ma...
comp
tinker bow mattock support hi would it be possible to implement support for tinker construct mattocks hoe and bows arrows for guards want to back this issue we accept bounties via
1
3,077
5,988,395,483
IssuesEvent
2017-06-02 04:25:50
sass/sass
https://api.github.com/repos/sass/sass
closed
Default precision too low
Dart Sass Compatibility Feature
Can the default [Number#precision](http://sass-lang.com/documentation/Sass/Script/Number.html#precision-class_method) be changed to a higher value? Because it's 5 now, and there is no standard way of setting precision across the forest of Sass environments (many not being Ruby), it causes lots of 1-px off errors, e.g....
True
Default precision too low - Can the default [Number#precision](http://sass-lang.com/documentation/Sass/Script/Number.html#precision-class_method) be changed to a higher value? Because it's 5 now, and there is no standard way of setting precision across the forest of Sass environments (many not being Ruby), it causes l...
comp
default precision too low can the default be changed to a higher value because it s now and there is no standard way of setting precision across the forest of sass environments many not being ruby it causes lots of px off errors e g and libsass also sets precision to by default same as rub...
1
7,391
9,647,057,029
IssuesEvent
2019-05-17 13:03:04
storybooks/storybook
https://api.github.com/repos/storybooks/storybook
closed
Error processing Flow optional object spread caused by babel-plugin-react-docgen even though shared .babelrc
babel / webpack compatibility with other tools cra has workaround inactive question / support
**Describe the bug** When running storybook on a react app using flow, an optional spread type **[1]** causes an error **[2]** and storybook fails to compile. The code runs finein the application even though storybook uses App's babel and `.babelrc`. The error comes from:`babel-plugin-react-docgen` **To Reproduce...
True
Error processing Flow optional object spread caused by babel-plugin-react-docgen even though shared .babelrc - **Describe the bug** When running storybook on a react app using flow, an optional spread type **[1]** causes an error **[2]** and storybook fails to compile. The code runs finein the application even though...
comp
error processing flow optional object spread caused by babel plugin react docgen even though shared babelrc describe the bug when running storybook on a react app using flow an optional spread type causes an error and storybook fails to compile the code runs finein the application even though sto...
1
282,073
24,447,637,504
IssuesEvent
2022-10-06 19:27:54
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
opened
Segmentation fault in `Analysisd`
team/qa type/qa-testing status/not-tracked role/qa-binary-beats subteam/qa-rainbow
| Target version | Related issue | Related PR | |--------------------|--------------------|-----------------| | 4.4 | [#14923(https://github.com/wazuh/wazuh/issues/14923) | In Progress | <!-- Important: No section may be left blank. If not, delete it directly (in principle only Step...
1.0
Segmentation fault in `Analysisd` - | Target version | Related issue | Related PR | |--------------------|--------------------|-----------------| | 4.4 | [#14923(https://github.com/wazuh/wazuh/issues/14923) | In Progress | <!-- Important: No section may be left blank. If not, delet...
non_comp
segmentation fault in analysisd target version related issue related pr in progress description this modification fixes a bug found during the pr validation where analysi...
0
2,383
5,117,878,258
IssuesEvent
2017-01-07 21:38:03
robotpy/robotpy-wpilib
https://api.github.com/repos/robotpy/robotpy-wpilib
closed
Bring 2017 WPILib changes to RobotPy
help wanted wpilib compatibility
While there will still be some churn, a big majority of breaking changes have been pushed to WPILib and so the RobotPy project needs to bring them in before kickoff. This is a meta-bug that I'll use to track the various pieces of things as they get done. This depends on #207 , as I expect most of the changes will be...
True
Bring 2017 WPILib changes to RobotPy - While there will still be some churn, a big majority of breaking changes have been pushed to WPILib and so the RobotPy project needs to bring them in before kickoff. This is a meta-bug that I'll use to track the various pieces of things as they get done. This depends on #207 , ...
comp
bring wpilib changes to robotpy while there will still be some churn a big majority of breaking changes have been pushed to wpilib and so the robotpy project needs to bring them in before kickoff this is a meta bug that i ll use to track the various pieces of things as they get done this depends on as i ...
1
21,022
32,007,269,625
IssuesEvent
2023-09-21 15:33:14
SBDPlugins/V10Lift
https://api.github.com/repos/SBDPlugins/V10Lift
reopened
[BUG] Problem when adding Iron_Door as Door Block.
bug needs confirmation incompatibility
**Describe the bug** Doors can't be added as a Door for a certain floor **To Reproduce** Steps to reproduce the behavior: 1. Create a lift with 2 floors 2. place iron doors 3. try to add this the doors from step 2 as a door for a certain floor **Expected behavior** Door being added and opening, when the lif...
True
[BUG] Problem when adding Iron_Door as Door Block. - **Describe the bug** Doors can't be added as a Door for a certain floor **To Reproduce** Steps to reproduce the behavior: 1. Create a lift with 2 floors 2. place iron doors 3. try to add this the doors from step 2 as a door for a certain floor **Expected b...
comp
problem when adding iron door as door block describe the bug doors can t be added as a door for a certain floor to reproduce steps to reproduce the behavior create a lift with floors place iron doors try to add this the doors from step as a door for a certain floor expected behav...
1
16,142
21,626,915,072
IssuesEvent
2022-05-05 04:18:13
HCLonely/hexo-bilibili-bangumi
https://api.github.com/repos/HCLonely/hexo-bilibili-bangumi
closed
翻页时可能出现图片无法显示的问题
wontfix compatibility
### 问题描述及如何重现此问题 进入页面后,如果翻页时要显示的那一页之前已经显示过了图片就会无法加载。 比如我先翻到第二页,再翻到第一页,那么第一页的所有图片都变得无法加载。 --- 我猜测可能和懒加载有关: 1. 同时关闭主题自带的和bangumi的懒加载时图片第一次也无法显示 2. 只开启主题自带的懒加载时图片第一次可以显示 3. 只开启bangumi的懒加载时问题消失 --- 我是用的主题是`butterfly` ![image](https://user-images.githubusercontent.com/44894906/165110423-a7216926-c8e2...
True
翻页时可能出现图片无法显示的问题 - ### 问题描述及如何重现此问题 进入页面后,如果翻页时要显示的那一页之前已经显示过了图片就会无法加载。 比如我先翻到第二页,再翻到第一页,那么第一页的所有图片都变得无法加载。 --- 我猜测可能和懒加载有关: 1. 同时关闭主题自带的和bangumi的懒加载时图片第一次也无法显示 2. 只开启主题自带的懒加载时图片第一次可以显示 3. 只开启bangumi的懒加载时问题消失 --- 我是用的主题是`butterfly` ![image](https://user-images.githubusercontent.com/44894906/1651...
comp
翻页时可能出现图片无法显示的问题 问题描述及如何重现此问题 进入页面后,如果翻页时要显示的那一页之前已经显示过了图片就会无法加载。 比如我先翻到第二页,再翻到第一页,那么第一页的所有图片都变得无法加载。 我猜测可能和懒加载有关: 同时关闭主题自带的和bangumi的懒加载时图片第一次也无法显示 只开启主题自带的懒加载时图片第一次可以显示 只开启bangumi的懒加载时问题消失 我是用的主题是 butterfly 具体效果可以在我的博客测试: 报错信息(建议使用截图,请尽量截取全部把错误信息) 后台没有任何...
1
5,887
8,355,441,403
IssuesEvent
2018-10-02 15:42:27
JurassiCraftTeam/JurassiCraft2
https://api.github.com/repos/JurassiCraftTeam/JurassiCraft2
closed
OP Dinosaurs, mod compatibility and riding
1.12.2 enhancement incompatibility
Okay so first: OP dinosaurs. For example, I just spawned six velociraptors. I spawned an Ice and Fire dragon. The dragon was killed without damaging the velociraptors, Tyranosaurus isn't turned into stone by the Gorgon (ice and fire), I think other dinosaurs also don't turn into stone, if you ever fix that next thing: ...
True
OP Dinosaurs, mod compatibility and riding - Okay so first: OP dinosaurs. For example, I just spawned six velociraptors. I spawned an Ice and Fire dragon. The dragon was killed without damaging the velociraptors, Tyranosaurus isn't turned into stone by the Gorgon (ice and fire), I think other dinosaurs also don't turn ...
comp
op dinosaurs mod compatibility and riding okay so first op dinosaurs for example i just spawned six velociraptors i spawned an ice and fire dragon the dragon was killed without damaging the velociraptors tyranosaurus isn t turned into stone by the gorgon ice and fire i think other dinosaurs also don t turn ...
1
70,767
8,578,820,320
IssuesEvent
2018-11-13 06:59:15
researchstudio-sat/webofneeds
https://api.github.com/repos/researchstudio-sat/webofneeds
closed
Create Personas Button within Need Publish opens new tab
UX clarify design decision
I think its a good idea to let the user create a persona after need information is already entered, however i find the current implementation rather subpar because it opens up a new tab (obviously because otherwise one would lose all the info that has been entered before creating a persona) however i think its not an i...
1.0
Create Personas Button within Need Publish opens new tab - I think its a good idea to let the user create a persona after need information is already entered, however i find the current implementation rather subpar because it opens up a new tab (obviously because otherwise one would lose all the info that has been ente...
non_comp
create personas button within need publish opens new tab i think its a good idea to let the user create a persona after need information is already entered however i find the current implementation rather subpar because it opens up a new tab obviously because otherwise one would lose all the info that has been ente...
0
7,579
9,820,122,871
IssuesEvent
2019-06-14 01:02:05
evhub/coconut
https://api.github.com/repos/evhub/coconut
closed
Support Python 3.8 positional-only arguments
compatibility
Python 3.8 added a new way to declare functions, which looks like `def foo(bar, /)`. See [PEP 570](https://www.python.org/dev/peps/pep-0570/). Coconut should allow this syntax, at least with `--target 38`.
True
Support Python 3.8 positional-only arguments - Python 3.8 added a new way to declare functions, which looks like `def foo(bar, /)`. See [PEP 570](https://www.python.org/dev/peps/pep-0570/). Coconut should allow this syntax, at least with `--target 38`.
comp
support python positional only arguments python added a new way to declare functions which looks like def foo bar see coconut should allow this syntax at least with target
1
9,881
11,890,438,071
IssuesEvent
2020-03-28 18:20:35
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
Compile error on Raspberry Pi 4
type: compatibility issue
## Expected Behavior ... Please describe the behavior you would have expected. ## Actual Behavior ``` Scanning dependencies of target hpx_affinity [ 21%] Built target hpx_version /home/shahrzad/src/hpx/libs/coroutines/src/swapcontext.cpp:21:2: error: Unsupported platform #error Unsupported platform...
True
Compile error on Raspberry Pi 4 - ## Expected Behavior ... Please describe the behavior you would have expected. ## Actual Behavior ``` Scanning dependencies of target hpx_affinity [ 21%] Built target hpx_version /home/shahrzad/src/hpx/libs/coroutines/src/swapcontext.cpp:21:2: error: Unsupported pla...
comp
compile error on raspberry pi expected behavior please describe the behavior you would have expected actual behavior scanning dependencies of target hpx affinity built target hpx version home shahrzad src hpx libs coroutines src swapcontext cpp error unsupported platform ...
1
686,799
23,504,777,263
IssuesEvent
2022-08-18 11:39:42
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - see bug description
browser-firefox priority-critical os-mac engine-gecko
<!-- @browser: Firefox 103.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/109316 --> **URL**: https://www.youtube.com/watch?v=emvpcTCPKPw&t=221s **Browser / ...
1.0
www.youtube.com - see bug description - <!-- @browser: Firefox 103.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/109316 --> **URL**: https://www.youtube.com/...
non_comp
see bug description url browser version firefox operating system mac os x tested another browser no problem type something else description saturation and over exposure automatically changes each time steps to reproduce it only happens on firefox the bri...
0
52,208
22,087,241,545
IssuesEvent
2022-06-01 00:56:03
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
Combine equivalent settings: `C_Cpp.intelliSenseMemoryLimit` and `C_Cpp.intelliSense.maxMemory`
Language Service Feature: Configuration
While working on https://github.com/microsoft/vscode-cpptools/issues/9274, I noticed that we have 2 separate settings that are both intended to limit the maximum IntelliSense memory usage: `C_Cpp.intelliSenseMemoryLimit` and `C_Cpp.intelliSense.maxMemory` These settings could be combined.
1.0
Combine equivalent settings: `C_Cpp.intelliSenseMemoryLimit` and `C_Cpp.intelliSense.maxMemory` - While working on https://github.com/microsoft/vscode-cpptools/issues/9274, I noticed that we have 2 separate settings that are both intended to limit the maximum IntelliSense memory usage: `C_Cpp.intelliSenseMemoryLimit` a...
non_comp
combine equivalent settings c cpp intellisensememorylimit and c cpp intellisense maxmemory while working on i noticed that we have separate settings that are both intended to limit the maximum intellisense memory usage c cpp intellisensememorylimit and c cpp intellisense maxmemory these settings coul...
0
755,734
26,438,078,186
IssuesEvent
2023-01-15 16:38:21
LiteLDev/LiteLoaderBDS
https://api.github.com/repos/LiteLDev/LiteLoaderBDS
closed
LLSE Player.distanceTo 方法无法接受玩家对象作为参数
type: bug module: script engine priority: normal
### 异常模块 ScriptEngine (脚本引擎) ### 操作系统 Windows 10 ### LiteLoader 版本 2.9.1 ### BDS 版本 1.19.51.01 ### 发生了什么? ```js const pl1 = mc.getPlayer(...) const pl2 = ... pl1.distanceTo(pl2) // 报错 pl1.distanceTo(pl2.pos) // 正常 ``` ### 复现此问题的步骤 _No response_ ### 有关的日志/输出 ```raw 电脑关了,昨天写插件...
1.0
LLSE Player.distanceTo 方法无法接受玩家对象作为参数 - ### 异常模块 ScriptEngine (脚本引擎) ### 操作系统 Windows 10 ### LiteLoader 版本 2.9.1 ### BDS 版本 1.19.51.01 ### 发生了什么? ```js const pl1 = mc.getPlayer(...) const pl2 = ... pl1.distanceTo(pl2) // 报错 pl1.distanceTo(pl2.pos) // 正常 ``` ### 复现此问题的步骤 _No respons...
non_comp
llse player distanceto 方法无法接受玩家对象作为参数 异常模块 scriptengine 脚本引擎 操作系统 windows liteloader 版本 bds 版本 发生了什么 js const mc getplayer const distanceto 报错 distanceto pos 正常 复现此问题的步骤 no response 有关的日志 ...
0
7,501
9,755,015,448
IssuesEvent
2019-06-04 13:02:34
Johni0702/BetterPortals
https://api.github.com/repos/Johni0702/BetterPortals
opened
Consider adding better portals for "The Twilight Forest"
compatibility enhancement
https://minecraft.curseforge.com/projects/the-twilight-forest Experimental support already exists. Consider testing if it still works and enabling it by default.
True
Consider adding better portals for "The Twilight Forest" - https://minecraft.curseforge.com/projects/the-twilight-forest Experimental support already exists. Consider testing if it still works and enabling it by default.
comp
consider adding better portals for the twilight forest experimental support already exists consider testing if it still works and enabling it by default
1
688,037
23,546,226,829
IssuesEvent
2022-08-21 06:28:35
next-l/enju_leaf
https://api.github.com/repos/next-l/enju_leaf
closed
書誌と所蔵のエクスポートに失敗
bug high priority checking
Resque上では [undefined method `email' for nil:NilClass] とエラーが出ています。 ``` [14e1fe0e7729:1](http://localhost:8080/resque/workers/14e1fe0e7729:1:*) on ENJU_LEAF at [8 minutes ago](http://localhost:8080/resque/failed#)[Retry](http://localhost:8080/resque/failed/requeue/1) or [Remove](http://localhost:8080/resque/failed/...
1.0
書誌と所蔵のエクスポートに失敗 - Resque上では [undefined method `email' for nil:NilClass] とエラーが出ています。 ``` [14e1fe0e7729:1](http://localhost:8080/resque/workers/14e1fe0e7729:1:*) on ENJU_LEAF at [8 minutes ago](http://localhost:8080/resque/failed#)[Retry](http://localhost:8080/resque/failed/requeue/1) or [Remove](http://localhost:8...
non_comp
書誌と所蔵のエクスポートに失敗 resque上では とエラーが出ています。 on enju leaf at or arguments job class resourceexportfilejob job id provider job id queue name enju leaf priority arguments aj globalid gid enju leaf resourceexportfile executions exception executions ...
0
354,647
10,570,829,228
IssuesEvent
2019-10-07 04:36:24
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
[3.0.0] Unauthorized users are allowed to login to API Store
3.0.0 Priority/Highest Resolution/Fixed Severity/Blocker
Steps to reproduce 1) Create a user who does not have subscriber permission 2) Login to API Store The user can login to store successfully
1.0
[3.0.0] Unauthorized users are allowed to login to API Store - Steps to reproduce 1) Create a user who does not have subscriber permission 2) Login to API Store The user can login to store successfully
non_comp
unauthorized users are allowed to login to api store steps to reproduce create a user who does not have subscriber permission login to api store the user can login to store successfully
0
94,495
15,962,391,232
IssuesEvent
2021-04-16 01:13:23
rammatzkvosky/cwa-website
https://api.github.com/repos/rammatzkvosky/cwa-website
opened
CVE-2021-23369 (Medium) detected in handlebars-4.7.6.tgz
security vulnerability
## CVE-2021-23369 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.7.6.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic template...
True
CVE-2021-23369 (Medium) detected in handlebars-4.7.6.tgz - ## CVE-2021-23369 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.7.6.tgz</b></p></summary> <p>Handlebars prov...
non_comp
cve medium detected in handlebars tgz cve medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file cwa web...
0
343,327
30,657,376,448
IssuesEvent
2023-07-25 13:01:33
core-wg/href
https://api.github.com/repos/core-wg/href
opened
Add test vector for [null, true, ...]
test vectors
> [Section 5.1] > > * "two leading null values (scheme and authority both not given) MUST be represented by using the discard alternative instead, and" > > Is this actually the only case where to use discard? > > Scheme and authority are both not given also in case the first two elements in the outer array ar...
1.0
Add test vector for [null, true, ...] - > [Section 5.1] > > * "two leading null values (scheme and authority both not given) MUST be represented by using the discard alternative instead, and" > > Is this actually the only case where to use discard? > > Scheme and authority are both not given also in case the ...
non_comp
add test vector for two leading null values scheme and authority both not given must be represented by using the discard alternative instead and is this actually the only case where to use discard scheme and authority are both not given also in case the first two elements in the ou...
0
7,285
9,544,285,414
IssuesEvent
2019-05-01 13:45:28
ORelio/Minecraft-Console-Client
https://api.github.com/repos/ORelio/Minecraft-Console-Client
closed
Implement 1.14 support
a:enhancement in:protocol-compatibility in:terrain-handling resolved
Hi! I'm just curious if the latest version of MinecraftClient.exe supports Minecraft 1.14. Thanks!
True
Implement 1.14 support - Hi! I'm just curious if the latest version of MinecraftClient.exe supports Minecraft 1.14. Thanks!
comp
implement support hi i m just curious if the latest version of minecraftclient exe supports minecraft thanks
1
455,408
13,126,212,623
IssuesEvent
2020-08-06 08:11:36
epiphany-platform/epiphany
https://api.github.com/repos/epiphany-platform/epiphany
closed
AKS cluster setup
area/development area/kubernetes area/terraform priority/important-soon provider/azure type/feature-request
Prepare terraform scripts to setup AKS cluster. Not integrate with epiphany code yet, might be some new directory. **Is your feature request related to a problem? Please describe.** We need to introduce AKS managed cluster as component to our environment. **Describe the solution you'd like** As this task is first i...
1.0
AKS cluster setup - Prepare terraform scripts to setup AKS cluster. Not integrate with epiphany code yet, might be some new directory. **Is your feature request related to a problem? Please describe.** We need to introduce AKS managed cluster as component to our environment. **Describe the solution you'd like** As ...
non_comp
aks cluster setup prepare terraform scripts to setup aks cluster not integrate with epiphany code yet might be some new directory is your feature request related to a problem please describe we need to introduce aks managed cluster as component to our environment describe the solution you d like as ...
0
1,203
3,698,700,624
IssuesEvent
2016-02-28 14:24:01
Abastro/StellarSky
https://api.github.com/repos/Abastro/StellarSky
closed
Calendar API is ready
compatibility
The Calendar API that I was talking about with you, TheWeatherPony and CallMeFoxie… has been completed by Foxie, and is ready for use! https://github.com/CallMeFoxie/Calendar/tree/1.7.10 Let's get this added to StellarSky to keep track of the days and years.
True
Calendar API is ready - The Calendar API that I was talking about with you, TheWeatherPony and CallMeFoxie… has been completed by Foxie, and is ready for use! https://github.com/CallMeFoxie/Calendar/tree/1.7.10 Let's get this added to StellarSky to keep track of the days and years.
comp
calendar api is ready the calendar api that i was talking about with you theweatherpony and callmefoxie… has been completed by foxie and is ready for use let s get this added to stellarsky to keep track of the days and years
1
93,994
3,917,687,772
IssuesEvent
2016-04-21 09:19:49
Jumpscale/jumpscale_core8
https://api.github.com/repos/Jumpscale/jumpscale_core8
opened
github parses branch incorrectly
priority_urgent
the command which the github client uses to get the last working branch is parsed incorrectly and returns an extra **OK** which causes a command not found error ,
1.0
github parses branch incorrectly - the command which the github client uses to get the last working branch is parsed incorrectly and returns an extra **OK** which causes a command not found error ,
non_comp
github parses branch incorrectly the command which the github client uses to get the last working branch is parsed incorrectly and returns an extra ok which causes a command not found error
0
11,191
13,199,518,157
IssuesEvent
2020-08-14 06:05:32
longhorn/longhorn
https://api.github.com/repos/longhorn/longhorn
opened
Remove compatible code for old restore/DR volumes
enhancement release/obsolete-compatibility
In order to handle the compatibility issue in #1279, some compatible codes are introduced in https://github.com/longhorn/longhorn-manager/pull/638. This issue is to track the code cleanup.
True
Remove compatible code for old restore/DR volumes - In order to handle the compatibility issue in #1279, some compatible codes are introduced in https://github.com/longhorn/longhorn-manager/pull/638. This issue is to track the code cleanup.
comp
remove compatible code for old restore dr volumes in order to handle the compatibility issue in some compatible codes are introduced in this issue is to track the code cleanup
1
632,068
20,170,485,915
IssuesEvent
2022-02-10 09:57:50
ppy/osu-web
https://api.github.com/repos/ppy/osu-web
closed
Notifications to modders about unresolved mods with replies
area:beatmap-discussions area:notifications priority:1
I suggest to make it default for users to receive notifications when their mods are replied to but not marked as resolved. Sometimes a mapper might ask for clarification about a mod, but if the modder receives no notification about this, I think the modder is less likely to respond. Example: https://osu.ppy.sh/beatmap...
1.0
Notifications to modders about unresolved mods with replies - I suggest to make it default for users to receive notifications when their mods are replied to but not marked as resolved. Sometimes a mapper might ask for clarification about a mod, but if the modder receives no notification about this, I think the modder i...
non_comp
notifications to modders about unresolved mods with replies i suggest to make it default for users to receive notifications when their mods are replied to but not marked as resolved sometimes a mapper might ask for clarification about a mod but if the modder receives no notification about this i think the modder i...
0
726,178
24,990,932,527
IssuesEvent
2022-11-02 18:42:34
OneSignal/OneSignal-Xamarin-SDK
https://api.github.com/repos/OneSignal/OneSignal-Xamarin-SDK
closed
Unable to Compile and Test 4.2.0 Beta - MAUI
Medium Priority
In VS 2022 Preview on Mac and Windows (latest) **Description:** Opening the project, I immediately get a few notices about the build settings on Windows. The panel where you set Debug / Release and All CPU. Then when trying to run, it is not happy with the Android Manifest.xml file. Looks like the the target and ...
1.0
Unable to Compile and Test 4.2.0 Beta - MAUI - In VS 2022 Preview on Mac and Windows (latest) **Description:** Opening the project, I immediately get a few notices about the build settings on Windows. The panel where you set Debug / Release and All CPU. Then when trying to run, it is not happy with the Android Man...
non_comp
unable to compile and test beta maui in vs preview on mac and windows latest description opening the project i immediately get a few notices about the build settings on windows the panel where you set debug release and all cpu then when trying to run it is not happy with the android manife...
0
2,422
5,184,882,288
IssuesEvent
2017-01-20 08:24:35
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
No Yoast SEO metabox in Divi category layout
compatibility divi enhancement needs decision
Copied from #5427 Extra Theme has Homepage SEO Section which does not appear in the source code ![extra homepage seo](https://cloud.githubusercontent.com/assets/8238074/17910001/08128096-6955-11e6-8fc0-bbb20b27c024.jpg) Homepage is created by using a non WYSIWYG editor? This results in the Yoast SEO meta box n...
True
No Yoast SEO metabox in Divi category layout - Copied from #5427 Extra Theme has Homepage SEO Section which does not appear in the source code ![extra homepage seo](https://cloud.githubusercontent.com/assets/8238074/17910001/08128096-6955-11e6-8fc0-bbb20b27c024.jpg) Homepage is created by using a non WYSIWYG e...
comp
no yoast seo metabox in divi category layout copied from extra theme has homepage seo section which does not appear in the source code homepage is created by using a non wysiwyg editor this results in the yoast seo meta box not appearing non homepage category pages also lack the yoast se...
1
7,339
9,592,321,063
IssuesEvent
2019-05-09 08:39:13
jiangdashao/Matrix-Issues
https://api.github.com/repos/jiangdashao/Matrix-Issues
closed
[INCOMPATIBILITY] ProjectKorra
Incompatibility
## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, or 1.13 server - [X] The issue happens on default config.yml and checks.yml ## Issue Information ...
True
[INCOMPATIBILITY] ProjectKorra - ## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, or 1.13 server - [X] The issue happens on default config.yml and che...
comp
projectkorra troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks yml issue informatio...
1
13,530
16,041,327,375
IssuesEvent
2021-04-22 08:16:13
docker/compose-cli
https://api.github.com/repos/docker/compose-cli
closed
New docker compose command fails to parse shm_size string value
bug 🐞 compatibility compose
<!-- ************************************************************************************ *READ ME FIRST* This repository is for reporting bugs with the Docker Desktop for Mac software, which we respond to on a best-effort basis. Support requests in this repository (i.e., trouble installing or using the sof...
True
New docker compose command fails to parse shm_size string value - <!-- ************************************************************************************ *READ ME FIRST* This repository is for reporting bugs with the Docker Desktop for Mac software, which we respond to on a best-effort basis. Support reque...
comp
new docker compose command fails to parse shm size string value read me first this repository is for reporting bugs with the docker desktop for mac software which we respond to on a best effort basis support reque...
1
2,175
4,933,832,222
IssuesEvent
2016-11-28 17:22:02
dcodeIO/protobuf.js
https://api.github.com/repos/dcodeIO/protobuf.js
closed
Warning when used with webpack: `require function is used in a way in which dependencies cannot be statically extracted`
compatibility
This means that the `require` method is passed a variable at some point - in this case in `Util.js` and `nodeRequire(path)`. Because webpack does not know what the value will be at compile time, it must determine the possible values this variable could be and make them all available in the browser (by including them in...
True
Warning when used with webpack: `require function is used in a way in which dependencies cannot be statically extracted` - This means that the `require` method is passed a variable at some point - in this case in `Util.js` and `nodeRequire(path)`. Because webpack does not know what the value will be at compile time, it...
comp
warning when used with webpack require function is used in a way in which dependencies cannot be statically extracted this means that the require method is passed a variable at some point in this case in util js and noderequire path because webpack does not know what the value will be at compile time it...
1
649,702
21,317,705,711
IssuesEvent
2022-04-16 15:20:45
googlemaps/android-maps-utils
https://api.github.com/repos/googlemaps/android-maps-utils
reopened
KML Layer support HTML content in info window
type: feature request priority: p3 stale
This will definitely be a nice feature. I will PM back, once i get a KMZ file.
1.0
KML Layer support HTML content in info window - This will definitely be a nice feature. I will PM back, once i get a KMZ file.
non_comp
kml layer support html content in info window this will definitely be a nice feature i will pm back once i get a kmz file
0
252,666
19,058,634,103
IssuesEvent
2021-11-26 02:28:28
fluid-cloudnative/fluid
https://api.github.com/repos/fluid-cloudnative/fluid
closed
[DOC]Add Apache 2.0 license to pkg/common/jindo.go
documentation
**Provide a link to that doc page:** https://github.com/fluid-cloudnative/fluid/blob/master/pkg/common/jindo.go **What is the defect and your suggestions on improvement:** There is no license statement for this file. Apache 2.0 license should be added at the beginning.
1.0
[DOC]Add Apache 2.0 license to pkg/common/jindo.go - **Provide a link to that doc page:** https://github.com/fluid-cloudnative/fluid/blob/master/pkg/common/jindo.go **What is the defect and your suggestions on improvement:** There is no license statement for this file. Apache 2.0 license should be added at the begi...
non_comp
add apache license to pkg common jindo go provide a link to that doc page what is the defect and your suggestions on improvement there is no license statement for this file apache license should be added at the beginning
0
52,840
27,801,255,676
IssuesEvent
2023-03-17 16:00:07
dotnet/msbuild
https://api.github.com/repos/dotnet/msbuild
opened
[Performance]:
performance needs-triage
### Issue Description When XStore tries to use latest LTS toolset 17.4.3 with `msbuild /graph /bl /m` huge performance regression appeared: From > Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework Static graph loaded in 28.389 seconds: 1469 nodes, 14239 edges To >MSBuild version 17.4.1+9a...
True
[Performance]: - ### Issue Description When XStore tries to use latest LTS toolset 17.4.3 with `msbuild /graph /bl /m` huge performance regression appeared: From > Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework Static graph loaded in 28.389 seconds: 1469 nodes, 14239 edges To >MSBuild...
non_comp
issue description when xstore tries to use latest lts toolset with msbuild graph bl m huge performance regression appeared from microsoft r build engine version for net framework static graph loaded in seconds nodes edges to msbuild version for net framew...
0
21,221
6,132,391,202
IssuesEvent
2017-06-25 01:32:51
ganeti/ganeti
https://api.github.com/repos/ganeti/ganeti
opened
Cannot build against haskell-zlib 0.6
imported_from_google_code Status:Fixed
Originally reported of Google Code with ID 1166. ``` Hi, haskell-zlib 0.6 (currently in Debian unstable) has deprecated decompressWithErrors, used in Ganeti.Codec. It seems that upstream has reworked the whole zlib interface to use incremental (de-)compression. Regards, Apollon ``` Originally added on 2016-01-1...
1.0
Cannot build against haskell-zlib 0.6 - Originally reported of Google Code with ID 1166. ``` Hi, haskell-zlib 0.6 (currently in Debian unstable) has deprecated decompressWithErrors, used in Ganeti.Codec. It seems that upstream has reworked the whole zlib interface to use incremental (de-)compression. Regards, A...
non_comp
cannot build against haskell zlib originally reported of google code with id hi haskell zlib currently in debian unstable has deprecated decompresswitherrors used in ganeti codec it seems that upstream has reworked the whole zlib interface to use incremental de compression regards apol...
0