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
21,801
10,680,365,328
IssuesEvent
2019-10-21 21:14:51
aspnet/AspNetCore.Docs
https://api.github.com/repos/aspnet/AspNetCore.Docs
closed
Continue to use AddAuthorization + ref PolicyDLL unless you don't want to use Policy DLL, then use AddAuthorizationCore
Security-PU Source - Docs.ms doc-enhancement
for .net core 3.0: according to https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio we need to use AddAuthorizationCore instead of AddAuthorization. but this example uses AddAuthorization. Also the examples on other documentation pages don't show that we should add "....
True
Continue to use AddAuthorization + ref PolicyDLL unless you don't want to use Policy DLL, then use AddAuthorizationCore - for .net core 3.0: according to https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio we need to use AddAuthorizationCore instead of AddAuthorization...
non_comp
continue to use addauthorization ref policydll unless you don t want to use policy dll then use addauthorizationcore for net core according to we need to use addauthorizationcore instead of addauthorization but this example uses addauthorization also the examples on other documentation pages don t show ...
0
20,328
29,820,790,717
IssuesEvent
2023-06-17 02:46:14
MetaMask/metamask-mobile
https://api.github.com/repos/MetaMask/metamask-mobile
closed
Metamask mobile not working on Aave
type-bug dapp-compatibility community stale
<!-- BEFORE SUBMITTING: 1) Please search to make sure this issue has not been opened already 2) If this is a implementation question or trouble with your personal project, please post on StackExchange. This will get your question answered more quickly and make it easier for other devs to find the answer in the futur...
True
Metamask mobile not working on Aave - <!-- BEFORE SUBMITTING: 1) Please search to make sure this issue has not been opened already 2) If this is a implementation question or trouble with your personal project, please post on StackExchange. This will get your question answered more quickly and make it easier for othe...
comp
metamask mobile not working on aave before submitting please search to make sure this issue has not been opened already if this is a implementation question or trouble with your personal project please post on stackexchange this will get your question answered more quickly and make it easier for othe...
1
1,999
4,713,446,116
IssuesEvent
2016-10-14 20:06:17
globus/globus-sdk-python
https://api.github.com/repos/globus/globus-sdk-python
closed
Attempt to move off of `six`
enhancement portability/compatiblity
Because `six==1.4.1` is embedded in the OSX system python, we get a conflict with our included version if someone does a `sudo pip install globus-sdk` on OSX. This is also described in #45 The result is that our six is installed behind the system version, and isn't the one loaded at import time. Solutions that have...
True
Attempt to move off of `six` - Because `six==1.4.1` is embedded in the OSX system python, we get a conflict with our included version if someone does a `sudo pip install globus-sdk` on OSX. This is also described in #45 The result is that our six is installed behind the system version, and isn't the one loaded at impo...
comp
attempt to move off of six because six is embedded in the osx system python we get a conflict with our included version if someone does a sudo pip install globus sdk on osx this is also described in the result is that our six is installed behind the system version and isn t the one loaded at impor...
1
71,789
30,921,428,316
IssuesEvent
2023-08-06 00:29:07
Zahlungsmittel/Zahlungsmittel
https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel
opened
[CLOSED] feat(frontend): calculator on overview page
service: wallet frontend question imported
<a href="https://github.com/Mogge"><img src="https://avatars.githubusercontent.com/u/15882241?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [Mogge](https://github.com/Mogge)** _Friday Apr 21, 2023 at 18:05 GMT_ _Originally opened as https://github.com/gradido/gradido/pull/2954_ ---- <!-- ...
1.0
[CLOSED] feat(frontend): calculator on overview page - <a href="https://github.com/Mogge"><img src="https://avatars.githubusercontent.com/u/15882241?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [Mogge](https://github.com/Mogge)** _Friday Apr 21, 2023 at 18:05 GMT_ _Originally opened as htt...
non_comp
feat frontend calculator on overview page issue by friday apr at gmt originally opened as 🍰 pullrequest issues which issues does this fix which are related fixes xxx relates xxx none todo none included...
0
326,748
28,016,547,475
IssuesEvent
2023-03-27 23:26:19
FTC7393/FtcRobotController
https://api.github.com/repos/FTC7393/FtcRobotController
closed
Investigate grabber toggle behavior in teleop
question Teleop Needs testing
There are some reports of the grabber not responding to button presses. I wonder if this is related to the automatic behavior that opens the grabber when the dropper-collect button is pressed. Does it update the toggle state so the very next grabber button press makes it close again?
1.0
Investigate grabber toggle behavior in teleop - There are some reports of the grabber not responding to button presses. I wonder if this is related to the automatic behavior that opens the grabber when the dropper-collect button is pressed. Does it update the toggle state so the very next grabber button press makes i...
non_comp
investigate grabber toggle behavior in teleop there are some reports of the grabber not responding to button presses i wonder if this is related to the automatic behavior that opens the grabber when the dropper collect button is pressed does it update the toggle state so the very next grabber button press makes i...
0
4,300
5,048,506,738
IssuesEvent
2016-12-20 13:10:54
golemfactory/golem
https://api.github.com/repos/golemfactory/golem
closed
Pass in the except block
needs review question security
http://docs.openstack.org/developer/bandit/plugins/try_except_pass.html We've got some ``` try: (...) except: pass ``` blocks in code. We should consider at least log warning about this exceptions. List of try-except-pass blocks: ``` ./gnr/application.py:19 ./golem/docker/config_manager.py:70 ./gole...
True
Pass in the except block - http://docs.openstack.org/developer/bandit/plugins/try_except_pass.html We've got some ``` try: (...) except: pass ``` blocks in code. We should consider at least log warning about this exceptions. List of try-except-pass blocks: ``` ./gnr/application.py:19 ./golem/docker/c...
non_comp
pass in the except block we ve got some try except pass blocks in code we should consider at least log warning about this exceptions list of try except pass blocks gnr application py golem docker config manager py golem docker job py golem http stream py ...
0
13,252
15,612,117,103
IssuesEvent
2021-03-19 15:02:09
arcticicestudio/nord-jetbrains
https://api.github.com/repos/arcticicestudio/nord-jetbrains
closed
CLion support not working?
context-ui scope-compatibility scope-ux status-pending status-requires-info target-clion type-support
Hey y'all! Just grabbed Nord on my beloved CLion. Sadly, seems like my whole editor isn't Nordified :(. ![image](https://user-images.githubusercontent.com/49123594/111541618-18986380-8747-11eb-9e6a-5f2250fbfc1a.png) Seems fairly strange to me that a JetBrains theme doesn't work on all editors. Cheers!
True
CLion support not working? - Hey y'all! Just grabbed Nord on my beloved CLion. Sadly, seems like my whole editor isn't Nordified :(. ![image](https://user-images.githubusercontent.com/49123594/111541618-18986380-8747-11eb-9e6a-5f2250fbfc1a.png) Seems fairly strange to me that a JetBrains theme doesn't work on all...
comp
clion support not working hey y all just grabbed nord on my beloved clion sadly seems like my whole editor isn t nordified seems fairly strange to me that a jetbrains theme doesn t work on all editors cheers
1
228,516
17,464,730,139
IssuesEvent
2021-08-06 15:13:41
libreoffice-kr/2021_opensource_academy
https://api.github.com/repos/libreoffice-kr/2021_opensource_academy
opened
Wiki 번역 이슈 등록 - Development/Git For LibreOffice Developers
documentation Wiki Translation
# Development/Git For LibreOffice Developers https://wiki.documentfoundation.org/Development/Git_For_LibreOffice_Developers 개발/리브레오피스 개발자를 위한 Git 번역
1.0
Wiki 번역 이슈 등록 - Development/Git For LibreOffice Developers - # Development/Git For LibreOffice Developers https://wiki.documentfoundation.org/Development/Git_For_LibreOffice_Developers 개발/리브레오피스 개발자를 위한 Git 번역
non_comp
wiki 번역 이슈 등록 development git for libreoffice developers development git for libreoffice developers 개발 리브레오피스 개발자를 위한 git 번역
0
12,894
15,169,192,697
IssuesEvent
2021-02-12 20:42:23
AmProsius/gothic-1-community-patch
https://api.github.com/repos/AmProsius/gothic-1-community-patch
closed
Humans don't recognise orcs as monsters
compatibility difficult fix provided session fix validation required
Humans ignore orcs until they're attacked by them. It's an old oversight from the alpha stage of the game where more interaction with orcs was planned.
True
Humans don't recognise orcs as monsters - Humans ignore orcs until they're attacked by them. It's an old oversight from the alpha stage of the game where more interaction with orcs was planned.
comp
humans don t recognise orcs as monsters humans ignore orcs until they re attacked by them it s an old oversight from the alpha stage of the game where more interaction with orcs was planned
1
10,295
12,289,754,690
IssuesEvent
2020-05-09 23:17:33
Creators-of-Create/Create
https://api.github.com/repos/Creators-of-Create/Create
closed
[Feature request] Config option for disabling registering of ores, ingots & nuggets
compatibility feature
I'm running create alongside a few other mods that also add metals, such as copper. I've already generated the world with ore worldgen from one of those mods so I've currently got two instances of copper ore, ingots, dust and nuggets. It would be neat if registering of metal resource items could be disabled using co...
True
[Feature request] Config option for disabling registering of ores, ingots & nuggets - I'm running create alongside a few other mods that also add metals, such as copper. I've already generated the world with ore worldgen from one of those mods so I've currently got two instances of copper ore, ingots, dust and nuggets....
comp
config option for disabling registering of ores ingots nuggets i m running create alongside a few other mods that also add metals such as copper i ve already generated the world with ore worldgen from one of those mods so i ve currently got two instances of copper ore ingots dust and nuggets it would be ...
1
49,028
25,950,339,386
IssuesEvent
2022-12-17 14:06:43
SonarSource/sonar-dotnet
https://api.github.com/repos/SonarSource/sonar-dotnet
opened
TokenTypeAnalyzer: Improve performance
Area: VB.NET Area: C# Type: Performance
TokenTypeAnalyzer came up as a main contributor to the overall runtime of the analyzers according to the binlog of a customer (see also ravendb . By looking into the code, its seems the analyzer has a couple of issues * It performance on the smallest possible granularity: SyntaxToken * For each token a new `TokenCl...
True
TokenTypeAnalyzer: Improve performance - TokenTypeAnalyzer came up as a main contributor to the overall runtime of the analyzers according to the binlog of a customer (see also ravendb . By looking into the code, its seems the analyzer has a couple of issues * It performance on the smallest possible granularity: Syn...
non_comp
tokentypeanalyzer improve performance tokentypeanalyzer came up as a main contributor to the overall runtime of the analyzers according to the binlog of a customer see also ravendb by looking into the code its seems the analyzer has a couple of issues it performance on the smallest possible granularity syn...
0
26,253
6,757,127,739
IssuesEvent
2017-10-24 09:40:23
frees-io/freestyle-opscenter
https://api.github.com/repos/frees-io/freestyle-opscenter
closed
Change from scalapb to pbdirect.
code review enhancement
We are using scalapb to work with Protobuf and serialization. Using scalapb, we have to create .proto files and we need to change it. We are going to use pbdirect to Read/Write Scala objects directly to Protobuf with no .proto file definitions.
1.0
Change from scalapb to pbdirect. - We are using scalapb to work with Protobuf and serialization. Using scalapb, we have to create .proto files and we need to change it. We are going to use pbdirect to Read/Write Scala objects directly to Protobuf with no .proto file definitions.
non_comp
change from scalapb to pbdirect we are using scalapb to work with protobuf and serialization using scalapb we have to create proto files and we need to change it we are going to use pbdirect to read write scala objects directly to protobuf with no proto file definitions
0
12,541
14,859,951,481
IssuesEvent
2021-01-18 19:30:38
Foundry376/Mailspring
https://api.github.com/repos/Foundry376/Mailspring
closed
Sync with Office 365 - One or more accounts are having connection issues
audit mailserver-incompatibility needs-reproduction
##### What is the behavior you're seeing? Intermittent messages: "One or more accounts are having connection issues. Retrying..." ##### What email provider (Gmail, Exchange, etc.) are you trying to use? Office 365 ##### What operating system are you using? Mac OS Catalina 10.15.3 ##### What version...
True
Sync with Office 365 - One or more accounts are having connection issues - ##### What is the behavior you're seeing? Intermittent messages: "One or more accounts are having connection issues. Retrying..." ##### What email provider (Gmail, Exchange, etc.) are you trying to use? Office 365 ##### What opera...
comp
sync with office one or more accounts are having connection issues what is the behavior you re seeing intermittent messages one or more accounts are having connection issues retrying what email provider gmail exchange etc are you trying to use office what operating...
1
385,266
26,628,203,970
IssuesEvent
2023-01-24 15:56:41
aws/aws-sdk
https://api.github.com/repos/aws/aws-sdk
closed
ListReceivedLicenses Requests Validation Error
bug documentation service-api license-manager
We have the following [GitHub](https://github.com/aws/aws-sdk-js-v3/issues/4244) issue where the customer is getting a validation error, that says "You cannot have more than 1 filter value" when filtering the received licenses by multiple status. Example: ```js import { LicenseManagerClient, ListReceivedLicenses...
1.0
ListReceivedLicenses Requests Validation Error - We have the following [GitHub](https://github.com/aws/aws-sdk-js-v3/issues/4244) issue where the customer is getting a validation error, that says "You cannot have more than 1 filter value" when filtering the received licenses by multiple status. Example: ```js import ...
non_comp
listreceivedlicenses requests validation error we have the following issue where the customer is getting a validation error that says you cannot have more than filter value when filtering the received licenses by multiple status example js import licensemanagerclient listreceivedlicensescomman...
0
14,214
17,098,141,547
IssuesEvent
2021-07-09 07:23:59
TelepathicGrunt/WorldBlender
https://api.github.com/repos/TelepathicGrunt/WorldBlender
closed
Space Boss Tools 1.16.5-5.3 crashes in World Blender if Environmental is on
Mod Incompatibility
---- Minecraft Crash Report ---- // Daisy, daisy... Time: 7/8/21 10:47 AM Description: Watching Server java.lang.Error: ServerHangWatchdog detected that a single server tick took 180.00 seconds (should be max 0.05) at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_74] {} at java.util.concurrent.locks.LockSup...
True
Space Boss Tools 1.16.5-5.3 crashes in World Blender if Environmental is on - ---- Minecraft Crash Report ---- // Daisy, daisy... Time: 7/8/21 10:47 AM Description: Watching Server java.lang.Error: ServerHangWatchdog detected that a single server tick took 180.00 seconds (should be max 0.05) at sun.misc.Unsaf...
comp
space boss tools crashes in world blender if environmental is on minecraft crash report daisy daisy time am description watching server java lang error serverhangwatchdog detected that a single server tick took seconds should be max at sun misc unsafe park n...
1
316,037
9,635,139,661
IssuesEvent
2019-05-15 23:44:01
AtlasOfLivingAustralia/spatial-hub
https://api.github.com/repos/AtlasOfLivingAustralia/spatial-hub
closed
Tools | Compare areas has "Define new area..." permanently selected
PriorityHi Product - Spatial Hub Product - Spatial Portal bug
**Describe the bug** Even if other areas are defined/predefined, the option to "Define new area..." remains selected **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Add to map | Area | Draw bounding box' 1. Draw cursor on map to create a BB 1. Go to 'Tools | Compare areas' 1. Click on 'My rectangle...
1.0
Tools | Compare areas has "Define new area..." permanently selected - **Describe the bug** Even if other areas are defined/predefined, the option to "Define new area..." remains selected **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Add to map | Area | Draw bounding box' 1. Draw cursor on map to cr...
non_comp
tools compare areas has define new area permanently selected describe the bug even if other areas are defined predefined the option to define new area remains selected to reproduce steps to reproduce the behavior go to add to map area draw bounding box draw cursor on map to cr...
0
351,234
31,990,312,699
IssuesEvent
2023-09-21 05:04:56
zephyrproject-rtos/test_results
https://api.github.com/repos/zephyrproject-rtos/test_results
opened
tests-ci : portability: posix: common.tls.newlib test Failed
bug area: Tests
**Describe the bug** common.tls.newlib test is Failed on zephyr-v3.4.0-3926-g4ba97c22555e on mimxrt1060_evk testcase path is portability/posix/common/tls/newlib/nanosleep_execution see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1060_evk --sub-tes...
1.0
tests-ci : portability: posix: common.tls.newlib test Failed - **Describe the bug** common.tls.newlib test is Failed on zephyr-v3.4.0-3926-g4ba97c22555e on mimxrt1060_evk testcase path is portability/posix/common/tls/newlib/nanosleep_execution see logs for details **To Reproduce** 1. ``` scripts/twister -...
non_comp
tests ci portability posix common tls newlib test failed describe the bug common tls newlib test is failed on zephyr on evk testcase path is portability posix common tls newlib nanosleep execution see logs for details to reproduce scripts twister device testing device ...
0
19,591
27,192,435,705
IssuesEvent
2023-02-19 23:30:31
CobaltWolf/Bluedog-Design-Bureau
https://api.github.com/repos/CobaltWolf/Bluedog-Design-Bureau
closed
Gemini Capsule does not get extended lifesupport with TAC-LS
Compatibility
I was trying to load the default craft file for the MOL and the file calls for bluedog_Gemini_Capsule instead of what I am assuming is a deprecated version called bluedog_Gemini_Crew_A? In the TAC-LS compatibility folder command.cfg line 59 `// @PART[bluedog_Gemini_Crew_A,bluedog_Apollo_Block2_Capsule]:NEEDS[TacLif...
True
Gemini Capsule does not get extended lifesupport with TAC-LS - I was trying to load the default craft file for the MOL and the file calls for bluedog_Gemini_Capsule instead of what I am assuming is a deprecated version called bluedog_Gemini_Crew_A? In the TAC-LS compatibility folder command.cfg line 59 `// @PART[bl...
comp
gemini capsule does not get extended lifesupport with tac ls i was trying to load the default craft file for the mol and the file calls for bluedog gemini capsule instead of what i am assuming is a deprecated version called bluedog gemini crew a in the tac ls compatibility folder command cfg line part ne...
1
15,831
11,725,982,750
IssuesEvent
2020-03-10 13:51:02
xxh/xxh
https://api.github.com/repos/xxh/xxh
closed
Add CI/CD
infrastructure
**For community:** ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
1.0
Add CI/CD - **For community:** ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
non_comp
add ci cd for community ⬇️ please click the 👍 reaction instead of leaving a or 👍 comment
0
14,337
17,262,283,189
IssuesEvent
2021-07-22 09:17:38
ckeditor/ckeditor5
https://api.github.com/repos/ckeditor/ckeditor5
closed
Improve manual link decorator API to match Matcher API
domain:v4-compatibility squad:compat type:improvement
## 📝 Provide a description of the improvement It's a follow-up issue to https://github.com/ckeditor/ckeditor5/issues/9813 We should improve [Link](https://ckeditor.com/docs/ckeditor5/latest/api/module_link_link.html) decorators to match the same API like the one exposed by the [Matcher Pattern](https://ckeditor....
True
Improve manual link decorator API to match Matcher API - ## 📝 Provide a description of the improvement It's a follow-up issue to https://github.com/ckeditor/ckeditor5/issues/9813 We should improve [Link](https://ckeditor.com/docs/ckeditor5/latest/api/module_link_link.html) decorators to match the same API like t...
comp
improve manual link decorator api to match matcher api 📝 provide a description of the improvement it s a follow up issue to we should improve decorators to match the same api like the one exposed by the for object key value pairs for now link decorators match classes and styles by accepting ...
1
9,470
11,520,793,533
IssuesEvent
2020-02-14 15:27:30
pods-framework/pods
https://api.github.com/repos/pods-framework/pods
closed
Error when saving pod reated to gravity forms in debug mode
Focus: Other Compatibility Status: Need Reproduction Status: Need Research
**Describe the bug** when wordpress is in DEBUG mode only. when I save a new pod or create a new on I get the below error when my site is in debug mode. Notice: An outdated add-on or custom code is attempting to access the wp1_rg_form table which is not valid in this version of Gravity Forms. Update your add...
True
Error when saving pod reated to gravity forms in debug mode - **Describe the bug** when wordpress is in DEBUG mode only. when I save a new pod or create a new on I get the below error when my site is in debug mode. Notice: An outdated add-on or custom code is attempting to access the wp1_rg_form table which i...
comp
error when saving pod reated to gravity forms in debug mode describe the bug when wordpress is in debug mode only when i save a new pod or create a new on i get the below error when my site is in debug mode notice an outdated add on or custom code is attempting to access the rg form table which is ...
1
173,450
27,447,270,926
IssuesEvent
2023-03-02 15:04:20
archesproject/arches
https://api.github.com/repos/archesproject/arches
closed
change "required" nodes to "not null"
Type: Proposal Subject: Graph Manager Subject: Card Designer
Documenting some thinking about the true meaning of ""Required" when configuring individual nodes in a card/resource model. It seems to me that what we really mean is that if you are going to save a tile of data from the given card, then this particular node cannot be null. I would suggest we modify the verbiage to...
1.0
change "required" nodes to "not null" - Documenting some thinking about the true meaning of ""Required" when configuring individual nodes in a card/resource model. It seems to me that what we really mean is that if you are going to save a tile of data from the given card, then this particular node cannot be null. ...
non_comp
change required nodes to not null documenting some thinking about the true meaning of required when configuring individual nodes in a card resource model it seems to me that what we really mean is that if you are going to save a tile of data from the given card then this particular node cannot be null ...
0
41,903
9,098,676,206
IssuesEvent
2019-02-20 00:58:24
triplea-game/triplea
https://api.github.com/repos/triplea-game/triplea
closed
On maps with scramble rules, AI will send undefended transport landing parties that will simply be killed by scrambled planes.
AI code
On maps with scramble rules, AI will send undefended transport landing parties that will simply be killed by scrambled planes. For example, this happened on WW2 Pacific 1940 2e with US Hard AI player sending some transports to invade Korea which were simply killed (with their landing parties) by scrambled planes fro...
1.0
On maps with scramble rules, AI will send undefended transport landing parties that will simply be killed by scrambled planes. - On maps with scramble rules, AI will send undefended transport landing parties that will simply be killed by scrambled planes. For example, this happened on WW2 Pacific 1940 2e with US Har...
non_comp
on maps with scramble rules ai will send undefended transport landing parties that will simply be killed by scrambled planes on maps with scramble rules ai will send undefended transport landing parties that will simply be killed by scrambled planes for example this happened on pacific with us hard ai p...
0
71,159
23,477,325,823
IssuesEvent
2022-08-17 07:28:43
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
split brain Member OOME com.hazelcast.internal.metrics.impl.MetricDescriptorImplFirst [HZ-1346]
Type: Defect Team: Core Module: Metrics to-jira
http://jenkins.hazelcast.com/view/split/job/split-total/77/console /disk1/workspace/split-total/5.2-SNAPSHOT/2022_07_24-11_51_01/total-split output/HZ/HzMember4HZ/HzMember4HZ.hprof output/HZ/HzMember4HZ/HzMember4HZ.oome output/HZ/HzMember3HZ/HzMember3HZ.oome output/HZ/HzMember3HZ/HzMember3HZ.hprof ...
1.0
split brain Member OOME com.hazelcast.internal.metrics.impl.MetricDescriptorImplFirst [HZ-1346] - http://jenkins.hazelcast.com/view/split/job/split-total/77/console /disk1/workspace/split-total/5.2-SNAPSHOT/2022_07_24-11_51_01/total-split output/HZ/HzMember4HZ/HzMember4HZ.hprof output/HZ/HzMember4HZ/HzMembe...
non_comp
split brain member oome com hazelcast internal metrics impl metricdescriptorimplfirst workspace split total snapshot total split output hz hprof output hz oome output hz oome output hz hprof the thread com hazelcast internal util executor poolexecutor...
0
40,889
10,211,170,026
IssuesEvent
2019-08-14 16:16:55
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
Error 403 page shows logon box on insecure connection.
core defect discuss security
For some reason, the error 403 page shows a logon box when ssl is enabled, but the request is served from http. The logon box should not be shown in this case because users can accidentally enter their credentials which will be validated over an insecure connection. The following line causes this. I'm not sure how t...
1.0
Error 403 page shows logon box on insecure connection. - For some reason, the error 403 page shows a logon box when ssl is enabled, but the request is served from http. The logon box should not be shown in this case because users can accidentally enter their credentials which will be validated over an insecure connecti...
non_comp
error page shows logon box on insecure connection for some reason the error page shows a logon box when ssl is enabled but the request is served from http the logon box should not be shown in this case because users can accidentally enter their credentials which will be validated over an insecure connection ...
0
11,398
13,349,762,708
IssuesEvent
2020-08-30 03:16:56
jiangdashao/Matrix-Issues
https://api.github.com/repos/jiangdashao/Matrix-Issues
closed
[INCOMPATIBILITY] StreamingDrops
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, 1.13, 1.14, or 1.15 server - [ ] The issue happens on default config.yml and checks.yml - [ ] I've ...
True
[INCOMPATIBILITY] StreamingDrops - ## 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, 1.13, 1.14, or 1.15 server - [ ] The issue happens on default con...
comp
streamingdrops 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 i ve ...
1
68,288
14,918,606,070
IssuesEvent
2021-01-22 22:01:48
rammatzkvosky/789
https://api.github.com/repos/rammatzkvosky/789
opened
CVE-2020-36182 (High) detected in jackson-databind-2.8.8.jar
security vulnerability
## CVE-2020-36182 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-36182 (High) detected in jackson-databind-2.8.8.jar - ## CVE-2020-36182 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.jar</b></p></summary> <p>General...
non_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable ...
0
1,106
3,590,478,478
IssuesEvent
2016-02-01 06:11:16
rhymix/rhymix
https://api.github.com/repos/rhymix/rhymix
closed
언어팩 파일이 분리되었으면 좋겠습니다.
cleanup compatibility
이전 XE에서도 똑같이 건의하긴 했었는데, 한 번 건의해봅니다. 이미 다양한 프로그램에서는 각각 언어 파일이 분리되어 있습니다. (예: ckeditor, editplus 등등) XE도 초기에는 lang/ko.xml, lang/en.xml 으로 분리되어 있었으나, 현재는 lang.xml처럼 하나의 XML로 합쳐진 상태입니다. (너무 퍼스트 개발자적인 일처리가 아니었나... 생각합니다. - 추후 유지보수는 어쩌라고...) 별도의 언어 제작툴이 없는 현 상황에서 처음 작성할 때는 유리하지만, 추후 다른 언어를 추가할 때, 또 그 추가하는 사람이 다...
True
언어팩 파일이 분리되었으면 좋겠습니다. - 이전 XE에서도 똑같이 건의하긴 했었는데, 한 번 건의해봅니다. 이미 다양한 프로그램에서는 각각 언어 파일이 분리되어 있습니다. (예: ckeditor, editplus 등등) XE도 초기에는 lang/ko.xml, lang/en.xml 으로 분리되어 있었으나, 현재는 lang.xml처럼 하나의 XML로 합쳐진 상태입니다. (너무 퍼스트 개발자적인 일처리가 아니었나... 생각합니다. - 추후 유지보수는 어쩌라고...) 별도의 언어 제작툴이 없는 현 상황에서 처음 작성할 때는 유리하지만, 추후 다른 언어...
comp
언어팩 파일이 분리되었으면 좋겠습니다 이전 xe에서도 똑같이 건의하긴 했었는데 한 번 건의해봅니다 이미 다양한 프로그램에서는 각각 언어 파일이 분리되어 있습니다 예 ckeditor editplus 등등 xe도 초기에는 lang ko xml lang en xml 으로 분리되어 있었으나 현재는 lang xml처럼 하나의 xml로 합쳐진 상태입니다 너무 퍼스트 개발자적인 일처리가 아니었나 생각합니다 추후 유지보수는 어쩌라고 별도의 언어 제작툴이 없는 현 상황에서 처음 작성할 때는 유리하지만 추후 다른 언어...
1
267,237
23,287,518,857
IssuesEvent
2022-08-05 18:14:40
nrwl/nx
https://api.github.com/repos/nrwl/nx
closed
Jest testing fails on both an existing project or a freshly generated nx react app in my monorepo
type: bug scope: testing tools
## Current Behavior When running nx test, I am currently experiencing the error 'cannot use import statement outside a module' like below: ![image](https://user-images.githubusercontent.com/73046273/169725153-3bad9f64-4bd7-4990-a7a6-45f1aa905051.png) ## Expected Behavior I expected tests to pass as normal, I o...
1.0
Jest testing fails on both an existing project or a freshly generated nx react app in my monorepo - ## Current Behavior When running nx test, I am currently experiencing the error 'cannot use import statement outside a module' like below: ![image](https://user-images.githubusercontent.com/73046273/169725153-3bad9f64-...
non_comp
jest testing fails on both an existing project or a freshly generated nx react app in my monorepo current behavior when running nx test i am currently experiencing the error cannot use import statement outside a module like below expected behavior i expected tests to pass as normal i only sta...
0
20,406
30,186,340,473
IssuesEvent
2023-07-04 12:23:14
steviegt6/fable
https://api.github.com/repos/steviegt6/fable
opened
[Fabric-Quilt Incompatibility] Codex
fabric-quilt-incompatibility non-fatal quilt-support-not-planned
*This issue has been transcribed from the related report in the Quilt [Mod Incompatibility Megathread](https://forum.quiltmc.org/t/mod-incompatibility-megathread/261).* Crashes with a shader error on startup. Project has been archived so no issue report can be made, and is unlikely to be fixed
True
[Fabric-Quilt Incompatibility] Codex - *This issue has been transcribed from the related report in the Quilt [Mod Incompatibility Megathread](https://forum.quiltmc.org/t/mod-incompatibility-megathread/261).* Crashes with a shader error on startup. Project has been archived so no issue report can be made, and is unli...
comp
codex this issue has been transcribed from the related report in the quilt crashes with a shader error on startup project has been archived so no issue report can be made and is unlikely to be fixed
1
10,671
12,609,985,513
IssuesEvent
2020-06-12 03:25:44
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
reopened
Feature request: Support CHECKSUM TABLE command
status/help-wanted type/compatibility type/enhancement
When importing data into TiDB we want to be sure the data is correct. A convenient command in MySQL is CHECKSUM TABLE <tablename> and this command is not currently supported by TiDB. Adding it would make it easy to confirm if the data loaded in from an external source matches or not. Example I did something like: `$...
True
Feature request: Support CHECKSUM TABLE command - When importing data into TiDB we want to be sure the data is correct. A convenient command in MySQL is CHECKSUM TABLE <tablename> and this command is not currently supported by TiDB. Adding it would make it easy to confirm if the data loaded in from an external source ...
comp
feature request support checksum table command when importing data into tidb we want to be sure the data is correct a convenient command in mysql is checksum table and this command is not currently supported by tidb adding it would make it easy to confirm if the data loaded in from an external source matches or...
1
14,141
17,019,027,258
IssuesEvent
2021-07-02 15:54:53
Tslat/Advent-Of-Ascension
https://api.github.com/repos/Tslat/Advent-Of-Ascension
closed
Some Tinkerer's Contruct material traits and modifiers
Third Party Mod Compatibility
Alright, I don't have many names for these at the moment, kinda have to get these out in a somewhat timely manner or they might not be added. Also, some of these might not be the best, but yeah I'm putting them here anyways. **Traits** Surging Used on: Elecanium (Tool heads only) Effect: +20% energy regeneratio...
True
Some Tinkerer's Contruct material traits and modifiers - Alright, I don't have many names for these at the moment, kinda have to get these out in a somewhat timely manner or they might not be added. Also, some of these might not be the best, but yeah I'm putting them here anyways. **Traits** Surging Used on: Ele...
comp
some tinkerer s contruct material traits and modifiers alright i don t have many names for these at the moment kinda have to get these out in a somewhat timely manner or they might not be added also some of these might not be the best but yeah i m putting them here anyways traits surging used on ele...
1
5,980
8,406,805,617
IssuesEvent
2018-10-11 19:00:15
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Default title and content are not reflected in new editing.
Backwards Compatibility Extensibility REST API Interaction [Type] Bug
I posted it to Trac and it was guided to here. I am using the 'default_content' filter on new postings to implement replication of posts. As I tried with Gutenberg's new editor, the 'default_content' filter is working, but the content part of the editor is empty. For new posts, 'get_default_post_to_edit' function ...
True
Default title and content are not reflected in new editing. - I posted it to Trac and it was guided to here. I am using the 'default_content' filter on new postings to implement replication of posts. As I tried with Gutenberg's new editor, the 'default_content' filter is working, but the content part of the editor ...
comp
default title and content are not reflected in new editing i posted it to trac and it was guided to here i am using the default content filter on new postings to implement replication of posts as i tried with gutenberg s new editor the default content filter is working but the content part of the editor ...
1
18,849
26,187,036,970
IssuesEvent
2023-01-03 02:48:23
Armourers-Workshop/Armourers-Workshop
https://api.github.com/repos/Armourers-Workshop/Armourers-Workshop
closed
More player model and head override
compatibility
If the solid headlayer is active on MorePlayerModel mod (F12 in game, config) the head override won't aply on the external part on the head
True
More player model and head override - If the solid headlayer is active on MorePlayerModel mod (F12 in game, config) the head override won't aply on the external part on the head
comp
more player model and head override if the solid headlayer is active on moreplayermodel mod in game config the head override won t aply on the external part on the head
1
22,998
10,850,966,038
IssuesEvent
2019-11-13 09:52:57
GillesCrebassa/ProductsEvolution
https://api.github.com/repos/GillesCrebassa/ProductsEvolution
closed
WS-2018-0021 Medium Severity Vulnerability detected by WhiteSource
security vulnerability
## WS-2018-0021 - Medium 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>bootstrap-3.3.7-3.3.7.js</b></p></summary> <p> <details><summary><b>bootstrap-3.3.7-3.3.7.js</b></p></summa...
True
WS-2018-0021 Medium Severity Vulnerability detected by WhiteSource - ## WS-2018-0021 - Medium 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>bootstrap-3.3.7-3.3.7.js</b></p></summa...
non_comp
ws medium severity vulnerability detected by whitesource ws medium severity vulnerability vulnerable libraries bootstrap js bootstrap js google styled theme for bootstrap path productsevolution vendor twbs bootstrap docs dist js bootstrap js productsevol...
0
105,198
16,624,678,135
IssuesEvent
2021-06-03 08:04:48
kostua16/UNC_2020_MS_TLT
https://api.github.com/repos/kostua16/UNC_2020_MS_TLT
closed
CVE-2021-23364 (Medium) detected in browserslist-4.16.1.tgz - autoclosed
security vulnerability
## CVE-2021-23364 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>browserslist-4.16.1.tgz</b></p></summary> <p>Share target browsers between different front-end tools, like Autoprefi...
True
CVE-2021-23364 (Medium) detected in browserslist-4.16.1.tgz - autoclosed - ## CVE-2021-23364 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>browserslist-4.16.1.tgz</b></p></summary> ...
non_comp
cve medium detected in browserslist tgz autoclosed cve medium severity vulnerability vulnerable library browserslist tgz share target browsers between different front end tools like autoprefixer stylelint and babel env preset library home page a href path to dependen...
0
209,224
23,704,499,640
IssuesEvent
2022-08-29 22:45:55
kube-tarian/sigrun
https://api.github.com/repos/kube-tarian/sigrun
closed
CVE-2016-9123 (High) detected in github.com/docker/distribution-v2.7.1
security vulnerability no-issue-activity
## CVE-2016-9123 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/distribution-v2.7.1</b></p></summary> <p>The toolkit to pack, ship, store, and deliver container cont...
True
CVE-2016-9123 (High) detected in github.com/docker/distribution-v2.7.1 - ## CVE-2016-9123 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/distribution-v2.7.1</b></p></...
non_comp
cve high detected in github com docker distribution cve high severity vulnerability vulnerable library github com docker distribution the toolkit to pack ship store and deliver container content dependency hierarchy x github com docker distribution vulne...
0
12,962
21,560,716,860
IssuesEvent
2022-05-01 05:28:53
iziz/GitGit
https://api.github.com/repos/iziz/GitGit
opened
Handle errors
requirement
#### Description Handle errors for API and so on. #### Files use https://github.com/exyte/PopupView #### Tasks Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at. - [ ] Add package `PopupView` - [ ] Test - [ ] Handle error
1.0
Handle errors - #### Description Handle errors for API and so on. #### Files use https://github.com/exyte/PopupView #### Tasks Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at. - [ ] Add package `PopupView` - [ ] Test - [ ] ...
non_comp
handle errors description handle errors for api and so on files use tasks include specific tasks in the order they need to be done in include links to specific lines of code where the task should happen at add package popupview test handle error
0
13,031
15,339,563,095
IssuesEvent
2021-02-27 02:31:55
illandril/FoundryVTT-chat-enhancements
https://api.github.com/repos/illandril/FoundryVTT-chat-enhancements
closed
Strips flavor text from Recovery Checks
compatibility issue
Use of this module removes the text accompanying Recovery Check rolls made from the PF2e Character sheet. The test is what explains/interprets the results of the Recovery Check. Without the text, it just shows up as a 1d20 roll with no explanation.
True
Strips flavor text from Recovery Checks - Use of this module removes the text accompanying Recovery Check rolls made from the PF2e Character sheet. The test is what explains/interprets the results of the Recovery Check. Without the text, it just shows up as a 1d20 roll with no explanation.
comp
strips flavor text from recovery checks use of this module removes the text accompanying recovery check rolls made from the character sheet the test is what explains interprets the results of the recovery check without the text it just shows up as a roll with no explanation
1
759,393
26,592,561,436
IssuesEvent
2023-01-23 09:55:15
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
closed
Cannot add expressions in connector connection configurations
Type/Bug Priority/High Component/IntegrationStudio
**Description:** When we click the expression icon in the connector connection configuration window, the input field will get removed and the expression selector is also missing. ![Screenshot from 2022-03-24 22-14-04](https://user-images.githubusercontent.com/18748929/159967454-7862678c-8054-4847-803b-811b7b875a9e....
1.0
Cannot add expressions in connector connection configurations - **Description:** When we click the expression icon in the connector connection configuration window, the input field will get removed and the expression selector is also missing. ![Screenshot from 2022-03-24 22-14-04](https://user-images.githubusercont...
non_comp
cannot add expressions in connector connection configurations description when we click the expression icon in the connector connection configuration window the input field will get removed and the expression selector is also missing
0
19,526
27,112,766,875
IssuesEvent
2023-02-15 16:23:12
KosmX/emotes
https://api.github.com/repos/KosmX/emotes
closed
Replay mod compatibility
enhancement compatibility
ReplayMod doesn't replay emotes correctly. problem: Replay mod does record the network packets but it doesn't re-register the custom channels. It will cause an invalid packet in the replay and makes the emote not working.
True
Replay mod compatibility - ReplayMod doesn't replay emotes correctly. problem: Replay mod does record the network packets but it doesn't re-register the custom channels. It will cause an invalid packet in the replay and makes the emote not working.
comp
replay mod compatibility replaymod doesn t replay emotes correctly problem replay mod does record the network packets but it doesn t re register the custom channels it will cause an invalid packet in the replay and makes the emote not working
1
17,224
23,752,422,396
IssuesEvent
2022-08-31 22:10:56
astroML/astroML
https://api.github.com/repos/astroML/astroML
opened
BUG: compatibility with newer pymc versions
bug incompatibility
PyMC3/PyMC/theano/arviz API has changed significantly, that we haven't kept up with. While we account for it in our version requirements in the config files, at this moment I consider this as a bug that should be followed-up and fixed as it also introduces an upper limit on other dependencies, e.g. numpy. This is...
True
BUG: compatibility with newer pymc versions - PyMC3/PyMC/theano/arviz API has changed significantly, that we haven't kept up with. While we account for it in our version requirements in the config files, at this moment I consider this as a bug that should be followed-up and fixed as it also introduces an upper limit on...
comp
bug compatibility with newer pymc versions pymc theano arviz api has changed significantly that we haven t kept up with while we account for it in our version requirements in the config files at this moment i consider this as a bug that should be followed up and fixed as it also introduces an upper limit on oth...
1
12,496
14,763,335,457
IssuesEvent
2021-01-09 09:05:35
Vazkii/Quark
https://api.github.com/repos/Vazkii/Quark
closed
Other Mods' Chest Variants Won't Craft
bug compatibility
The craft result is always a vanilla chest. I think Quark's vanilla chest rule is taking priority over the other mods?
True
Other Mods' Chest Variants Won't Craft - The craft result is always a vanilla chest. I think Quark's vanilla chest rule is taking priority over the other mods?
comp
other mods chest variants won t craft the craft result is always a vanilla chest i think quark s vanilla chest rule is taking priority over the other mods
1
18,272
25,267,493,649
IssuesEvent
2022-11-16 06:24:33
home-climate-control/dz
https://api.github.com/repos/home-climate-control/dz
closed
Implement Z2M sensor support
enhancement hardware compatibility standardization integration MQTT interoperability hardware driver Zigbee Z2M
### Acceptance Criteria Sensor device on a Zigbee network generates a flux available via `SignalSource#getFlux()`. ### Dependencies * #248
True
Implement Z2M sensor support - ### Acceptance Criteria Sensor device on a Zigbee network generates a flux available via `SignalSource#getFlux()`. ### Dependencies * #248
comp
implement sensor support acceptance criteria sensor device on a zigbee network generates a flux available via signalsource getflux dependencies
1
64,960
8,781,008,893
IssuesEvent
2018-12-19 19:05:36
containership/cerebral
https://api.github.com/repos/containership/cerebral
closed
Add initial detailed README
type/documentation
### Description We need a real README here. Let's reuse parts of the RFC where we can.
1.0
Add initial detailed README - ### Description We need a real README here. Let's reuse parts of the RFC where we can.
non_comp
add initial detailed readme description we need a real readme here let s reuse parts of the rfc where we can
0
2,679
5,416,392,372
IssuesEvent
2017-03-02 00:19:50
AldoMX/StepMania-AMX
https://api.github.com/repos/AldoMX/StepMania-AMX
opened
Ghost Arrow Dim/Bright functionality
enhancement gameplay-engine piu-compatibility theme-engine
Noteskin authors have raised their concern about not being able to display a fading note animation when a step is pressed. They've also requested to trigger a command when the receptor state changes between `waiting` and `go`.
True
Ghost Arrow Dim/Bright functionality - Noteskin authors have raised their concern about not being able to display a fading note animation when a step is pressed. They've also requested to trigger a command when the receptor state changes between `waiting` and `go`.
comp
ghost arrow dim bright functionality noteskin authors have raised their concern about not being able to display a fading note animation when a step is pressed they ve also requested to trigger a command when the receptor state changes between waiting and go
1
1,241
3,756,928,552
IssuesEvent
2016-03-13 17:34:29
rovo89/Xposed
https://api.github.com/repos/rovo89/Xposed
closed
ViaPlay app force closing when Xposed is installed
incompatibility
When Xposed Is installed the ViaPlay app force closes when trying to play a video. When i uninstall Xposed framework ViaPlay works again. Here is the log: http://pastebin.com/Us5qu39u
True
ViaPlay app force closing when Xposed is installed - When Xposed Is installed the ViaPlay app force closes when trying to play a video. When i uninstall Xposed framework ViaPlay works again. Here is the log: http://pastebin.com/Us5qu39u
comp
viaplay app force closing when xposed is installed when xposed is installed the viaplay app force closes when trying to play a video when i uninstall xposed framework viaplay works again here is the log
1
603,479
18,667,710,193
IssuesEvent
2021-10-30 05:03:25
AY2122S1-CS2103T-T09-4/tp
https://api.github.com/repos/AY2122S1-CS2103T-T09-4/tp
closed
As a busy person, I can use the app with friendlier syntax that's easier to type
type.Story priority.Medium
... so that adding contacts is less troublesome
1.0
As a busy person, I can use the app with friendlier syntax that's easier to type - ... so that adding contacts is less troublesome
non_comp
as a busy person i can use the app with friendlier syntax that s easier to type so that adding contacts is less troublesome
0
134,961
19,428,515,763
IssuesEvent
2021-12-21 09:14:01
nextcloud/ios
https://api.github.com/repos/nextcloud/ios
closed
NCMenu not displayed correctly after device rotation
3. to review bug design
### Steps to reproduce 1. start the app in portrait orientation 2. tap on "+" 3. rotate the device to landscape orientation 4. try to scroll through the menu ### Expected behaviour The menu should be updated to display all actions as if it were triggered in landscape ### Actual behaviour The menu is not dis...
1.0
NCMenu not displayed correctly after device rotation - ### Steps to reproduce 1. start the app in portrait orientation 2. tap on "+" 3. rotate the device to landscape orientation 4. try to scroll through the menu ### Expected behaviour The menu should be updated to display all actions as if it were triggered in...
non_comp
ncmenu not displayed correctly after device rotation steps to reproduce start the app in portrait orientation tap on rotate the device to landscape orientation try to scroll through the menu expected behaviour the menu should be updated to display all actions as if it were triggered in...
0
271
2,497,011,689
IssuesEvent
2015-01-07 00:14:19
couchbase/couchbase-lite-java-core
https://api.github.com/repos/couchbase/couchbase-lite-java-core
closed
total_rows attribute on view query result
bug functional-test-failure P3: low review S2: critical size-medium
I found something different when I query a view with couchdb and couchbase lite. It's annoying because total_count is useful for pagination usage (it' important to know in advance the total of documents that we can retrieve) # Test case http://localhost:5984/crm1/_design/companies/_view/by_name?limit=2 # Expec...
1.0
total_rows attribute on view query result - I found something different when I query a view with couchdb and couchbase lite. It's annoying because total_count is useful for pagination usage (it' important to know in advance the total of documents that we can retrieve) # Test case http://localhost:5984/crm1/_desig...
non_comp
total rows attribute on view query result i found something different when i query a view with couchdb and couchbase lite it s annoying because total count is useful for pagination usage it important to know in advance the total of documents that we can retrieve test case expected result couchdb r...
0
448,440
12,950,721,778
IssuesEvent
2020-07-19 14:16:00
GiftForGood/website
https://api.github.com/repos/GiftForGood/website
closed
Edit Donation for Donor
c.UserStory m.MVP priority.High
# User Story <!-- https://github.com/GiftForGood/website/issues?q=is%3Aissue+label%3Ac.UserStory --> ## Describe the user story in detail. As a donor, I want the ability to edit my donation post so that I can rectify any error made or update the post with additional information.
1.0
Edit Donation for Donor - # User Story <!-- https://github.com/GiftForGood/website/issues?q=is%3Aissue+label%3Ac.UserStory --> ## Describe the user story in detail. As a donor, I want the ability to edit my donation post so that I can rectify any error made or update the post with additional information.
non_comp
edit donation for donor user story describe the user story in detail as a donor i want the ability to edit my donation post so that i can rectify any error made or update the post with additional information
0
16,531
22,420,891,524
IssuesEvent
2022-06-20 02:56:47
spoorn/SpoornBountyMobs
https://api.github.com/repos/spoorn/SpoornBountyMobs
closed
Compatibility with JamiesWhiteShirt/reach-entity-attributes
compatibility
JamiesWhiteShirt/reach-entity-attributes produces a library (ReachEntityAttributes) that mods such as Bewitchment consume. SpoornBountyMobs modifies entity sizes, which in turn requires modifying the allowed player's attack range on the entity as vanilla minecraft has some limitations on the attack range using a sq...
True
Compatibility with JamiesWhiteShirt/reach-entity-attributes - JamiesWhiteShirt/reach-entity-attributes produces a library (ReachEntityAttributes) that mods such as Bewitchment consume. SpoornBountyMobs modifies entity sizes, which in turn requires modifying the allowed player's attack range on the entity as vanilla...
comp
compatibility with jamieswhiteshirt reach entity attributes jamieswhiteshirt reach entity attributes produces a library reachentityattributes that mods such as bewitchment consume spoornbountymobs modifies entity sizes which in turn requires modifying the allowed player s attack range on the entity as vanilla...
1
328,478
28,122,577,113
IssuesEvent
2023-03-31 15:10:07
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix miscellaneous.test_numpy_heaviside
NumPy Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4575607556/jobs/8078643337" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4575607556/jobs/8078643337" rel="noopener nore...
1.0
Fix miscellaneous.test_numpy_heaviside - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4575607556/jobs/8078643337" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/45756...
non_comp
fix miscellaneous test numpy heaviside tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test frontends test numpy test mathematical functions test miscellaneous py test numpy heaviside e indexerror list inde...
0
15,674
20,238,263,714
IssuesEvent
2022-02-14 06:08:04
ldtteam/Structurize
https://api.github.com/repos/ldtteam/Structurize
closed
Using internal or any optifine shaders breaks structurize building preview render
Bug: Confirmed Compatibility: Optifine / Shaders 1.17 1.18
<!-- PLEASE DO NOT DELETE TOPICS AS YOUR ISSUE WILL GET CLOSED --> ### Prerequisites <!-- Replace spaces with "x" to tick boxes. --> - [ ] I am running the latest **alpha** version of Structurize for my Minecraft version. - [x] I am running the latest version of OptiFine for my Minecraft version. - [ ] I am runni...
True
Using internal or any optifine shaders breaks structurize building preview render - <!-- PLEASE DO NOT DELETE TOPICS AS YOUR ISSUE WILL GET CLOSED --> ### Prerequisites <!-- Replace spaces with "x" to tick boxes. --> - [ ] I am running the latest **alpha** version of Structurize for my Minecraft version. - [x] I a...
comp
using internal or any optifine shaders breaks structurize building preview render prerequisites i am running the latest alpha version of structurize for my minecraft version i am running the latest version of optifine for my minecraft version i am running the latest version of this sha...
1
13,965
16,738,085,597
IssuesEvent
2021-06-11 06:12:08
ajv-validator/ajv
https://api.github.com/repos/ajv-validator/ajv
closed
It is impossible to use AJV in ESModule-based bundled frontend applications.
compatibility
<!-- Frequently Asked Questions: https://ajv.js.org/faq.html Please provide all info and reduce your schema and data to the smallest possible size. This template is for compatibility issues. For other issues please see https://ajv.js.org/contributing/ --> **The version of Ajv you are using** 8.6.0 **The...
True
It is impossible to use AJV in ESModule-based bundled frontend applications. - <!-- Frequently Asked Questions: https://ajv.js.org/faq.html Please provide all info and reduce your schema and data to the smallest possible size. This template is for compatibility issues. For other issues please see https://ajv.js.o...
comp
it is impossible to use ajv in esmodule based bundled frontend applications frequently asked questions please provide all info and reduce your schema and data to the smallest possible size this template is for compatibility issues for other issues please see the version of ajv you are usi...
1
622
3,041,682,164
IssuesEvent
2015-08-07 23:18:48
MinLL/SDPlus
https://api.github.com/repos/MinLL/SDPlus
opened
Find solution to abusive message about weapon unequipped when enslaved
Compatibility enhancement Enslavement quest
Issue with invisible weapons mods like SPERG.
True
Find solution to abusive message about weapon unequipped when enslaved - Issue with invisible weapons mods like SPERG.
comp
find solution to abusive message about weapon unequipped when enslaved issue with invisible weapons mods like sperg
1
12,254
14,481,155,557
IssuesEvent
2020-12-10 12:13:29
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
closed
Thread-local random number generation behavior in TruffleRuby does not match MRI
compatibility
Hello! While I was digging through the TruffleRuby sources and Ruby docs trying to see if I could take a stab at fixing #2176 I ran into a divergence from the MRI behavior. In the docs for [`Kernel::srand`](https://ruby-doc.org/core-3.0.0.preview1/Kernel.html#method-i-srand) it's stated that > Seeds the system p...
True
Thread-local random number generation behavior in TruffleRuby does not match MRI - Hello! While I was digging through the TruffleRuby sources and Ruby docs trying to see if I could take a stab at fixing #2176 I ran into a divergence from the MRI behavior. In the docs for [`Kernel::srand`](https://ruby-doc.org/core-3...
comp
thread local random number generation behavior in truffleruby does not match mri hello while i was digging through the truffleruby sources and ruby docs trying to see if i could take a stab at fixing i ran into a divergence from the mri behavior in the docs for it s stated that seeds the system pseu...
1
32,045
8,789,501,892
IssuesEvent
2018-12-21 04:00:42
juju-solutions/bundle-canonical-kubernetes
https://api.github.com/repos/juju-solutions/bundle-canonical-kubernetes
closed
Bundle builder should support test fragments
area/bundle-builder kind/feature
There are 2 very distinctly different test suites for the CDK and CDK-CORE bundles. We will need to encapsulate a way to build the bundles, and specify the path to these "test fragments" which are in reality 2 different test suites, to be included in the release bundle. Perhaps we can just copy the directories into...
1.0
Bundle builder should support test fragments - There are 2 very distinctly different test suites for the CDK and CDK-CORE bundles. We will need to encapsulate a way to build the bundles, and specify the path to these "test fragments" which are in reality 2 different test suites, to be included in the release bundle. ...
non_comp
bundle builder should support test fragments there are very distinctly different test suites for the cdk and cdk core bundles we will need to encapsulate a way to build the bundles and specify the path to these test fragments which are in reality different test suites to be included in the release bundle ...
0
130,964
12,466,764,711
IssuesEvent
2020-05-28 15:58:21
validatorjs/validator-deno
https://api.github.com/repos/validatorjs/validator-deno
closed
formatting issues
documentation
@rubiin We need a way to the maintain the format of the code. Changing tabs/spaces to each other creates large unnecessary diffs and I think our editor configuration is playing a role here.
1.0
formatting issues - @rubiin We need a way to the maintain the format of the code. Changing tabs/spaces to each other creates large unnecessary diffs and I think our editor configuration is playing a role here.
non_comp
formatting issues rubiin we need a way to the maintain the format of the code changing tabs spaces to each other creates large unnecessary diffs and i think our editor configuration is playing a role here
0
11,205
13,208,778,388
IssuesEvent
2020-08-15 07:09:35
jkriege2/JKQtPlotter
https://api.github.com/repos/jkriege2/JKQtPlotter
closed
Build error on mac jkqtfastplotter.cpp:342:28: Variable has incomplete type 'QPainterPath'
bug incompatibility to newer Qt-version
Hi @jkriege2 , I am very eager to try this out, but I am facing the following build error while trying to build on macOS Catalina (v 10.15.5): ~/jkqtplotter/lib/jkqtmathtext/jkqtmathtext.cpp:40:18: error: variable has incomplete type 'QPainterPath' QPainterPath path; ^ In file incl...
True
Build error on mac jkqtfastplotter.cpp:342:28: Variable has incomplete type 'QPainterPath' - Hi @jkriege2 , I am very eager to try this out, but I am facing the following build error while trying to build on macOS Catalina (v 10.15.5): ~/jkqtplotter/lib/jkqtmathtext/jkqtmathtext.cpp:40:18: error: variable...
comp
build error on mac jkqtfastplotter cpp variable has incomplete type qpainterpath hi i am very eager to try this out but i am facing the following build error while trying to build on macos catalina v jkqtplotter lib jkqtmathtext jkqtmathtext cpp error variable has incomplet...
1
1,052
3,519,651,664
IssuesEvent
2016-01-12 17:37:56
quattor/CAF
https://api.github.com/repos/quattor/CAF
opened
no longer import functions form CAF modules
backwards incompatible bug question
One of the current PRs (probably the cleanup in CAF::Object in https://github.com/quattor/CAF/pull/126) causes the following to fail ``` PERL5LIB=/usr/lib/perl/ perl -e 'use CAF::Process qw(execute)' "execute" is not exported by the CAF::Process module Can't continue after import errors at -e line 1. BEGIN faile...
True
no longer import functions form CAF modules - One of the current PRs (probably the cleanup in CAF::Object in https://github.com/quattor/CAF/pull/126) causes the following to fail ``` PERL5LIB=/usr/lib/perl/ perl -e 'use CAF::Process qw(execute)' "execute" is not exported by the CAF::Process module Can't continue...
comp
no longer import functions form caf modules one of the current prs probably the cleanup in caf object in causes the following to fail usr lib perl perl e use caf process qw execute execute is not exported by the caf process module can t continue after import errors at e line begin fail...
1
18,035
24,902,799,443
IssuesEvent
2022-10-28 23:37:41
Cozary/Issue-Tracker
https://api.github.com/repos/Cozary/Issue-Tracker
closed
[BUG/SUGGESTION] Gods Crown
bug compatibility
Hello, i play with a mod called scaling hearth...and your crown is 2x this scaling because of 120% stats! The problem is that after i relog all my hearth are to the max health of scaling hearths and after that your crown will take place and fill up all the other hearths! So the game cant remember the full hearth...
True
[BUG/SUGGESTION] Gods Crown - Hello, i play with a mod called scaling hearth...and your crown is 2x this scaling because of 120% stats! The problem is that after i relog all my hearth are to the max health of scaling hearths and after that your crown will take place and fill up all the other hearths! So the game...
comp
gods crown hello i play with a mod called scaling hearth and your crown is this scaling because of stats the problem is that after i relog all my hearth are to the max health of scaling hearths and after that your crown will take place and fill up all the other hearths so the game cant remember the...
1
257,820
8,142,510,589
IssuesEvent
2018-08-21 07:52:26
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
ker.elmuemasz.hu - site is not usable
browser-firefox priority-normal
<!-- @browser: Firefox 63.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0 --> <!-- @reported_with: desktop-reporter --> <!-- @extra_labels: type-tracking-protection-basic --> **URL**: https://ker.elmuemasz.hu/usz/ker/newco?sap-client=201&sap-language=H# **Browser /...
1.0
ker.elmuemasz.hu - site is not usable - <!-- @browser: Firefox 63.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0 --> <!-- @reported_with: desktop-reporter --> <!-- @extra_labels: type-tracking-protection-basic --> **URL**: https://ker.elmuemasz.hu/usz/ker/newco?sap...
non_comp
ker elmuemasz hu site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description the drop down menus are not clickable on this site i have to use the keyboard to select anything step...
0
42,430
17,145,376,126
IssuesEvent
2021-07-13 14:07:06
angular/angular
https://api.github.com/repos/angular/angular
closed
service-worker: ngsw-config.json timeout not evaluated for POST requests
comp: service-worker
### Which @angular/* package(s) are the source of the bug? service-worker ### Is this a regression? No ### Description I'm not sure if this is a bug or intended behaviour. When I'm setting a timeout for a datagroup for a POST request, then the timeout is not evaluated. While I understand that POST req...
1.0
service-worker: ngsw-config.json timeout not evaluated for POST requests - ### Which @angular/* package(s) are the source of the bug? service-worker ### Is this a regression? No ### Description I'm not sure if this is a bug or intended behaviour. When I'm setting a timeout for a datagroup for a POST r...
non_comp
service worker ngsw config json timeout not evaluated for post requests which angular package s are the source of the bug service worker is this a regression no description i m not sure if this is a bug or intended behaviour when i m setting a timeout for a datagroup for a post r...
0
4,809
7,432,067,424
IssuesEvent
2018-03-25 20:51:32
passff/passff
https://api.github.com/repos/passff/passff
closed
OSX: `sed` syntax in host install script
incompatibility
User @mddvul22 reported in https://github.com/passff/passff/issues/219#issuecomment-355705850 about problems when executing the `install_host_app.sh` script on his Mac machine. The output is: $ curl -sSL https://github.com/passff/passff/releases/download/1.1/install_host_app.sh | bash -s -- firefox Python 3...
True
OSX: `sed` syntax in host install script - User @mddvul22 reported in https://github.com/passff/passff/issues/219#issuecomment-355705850 about problems when executing the `install_host_app.sh` script on his Mac machine. The output is: $ curl -sSL https://github.com/passff/passff/releases/download/1.1/install_hos...
comp
osx sed syntax in host install script user reported in about problems when executing the install host app sh script on his mac machine the output is curl ssl bash s firefox python executable located at usr local bin installing firefox host config sed volumes dat...
1
5,881
8,343,158,377
IssuesEvent
2018-09-30 00:43:12
MightyPirates/OpenComputers
https://api.github.com/repos/MightyPirates/OpenComputers
closed
Pulling from AE Inteface using OC Transposer doesn't update item
feature-suggested incompatibility
#### Description Attempting to transfer an item present in an Applied Energistics ME Interface using the OpenComputers Transposer causes the item to not be restocked inside the interface until the interface's UI is clicked on by a player. Steps to reproduce: - Setup AE2 with interface containing 1 item in the top...
True
Pulling from AE Inteface using OC Transposer doesn't update item - #### Description Attempting to transfer an item present in an Applied Energistics ME Interface using the OpenComputers Transposer causes the item to not be restocked inside the interface until the interface's UI is clicked on by a player. Steps to r...
comp
pulling from ae inteface using oc transposer doesn t update item description attempting to transfer an item present in an applied energistics me interface using the opencomputers transposer causes the item to not be restocked inside the interface until the interface s ui is clicked on by a player steps to r...
1
5,945
8,378,907,548
IssuesEvent
2018-10-06 19:01:28
MightyPirates/OpenComputers
https://api.github.com/repos/MightyPirates/OpenComputers
closed
NPE when adding components to computer case
bug-minor incompatibility
Using OpenComputers-MC1.12.2-1.7.2.103, as part of world generation, I'm adding "random" components to a computer case for sake of variation. When adding items in certain *valid* slots, an Null Pointer Exception is generated. Any thoughts on what's going on here? Code extract: ``` if (inventory.isItemValidForSlot...
True
NPE when adding components to computer case - Using OpenComputers-MC1.12.2-1.7.2.103, as part of world generation, I'm adding "random" components to a computer case for sake of variation. When adding items in certain *valid* slots, an Null Pointer Exception is generated. Any thoughts on what's going on here? Code e...
comp
npe when adding components to computer case using opencomputers as part of world generation i m adding random components to a computer case for sake of variation when adding items in certain valid slots an null pointer exception is generated any thoughts on what s going on here code extrac...
1
63,454
17,662,425,538
IssuesEvent
2021-08-21 19:46:04
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
brentq can overflow / underflow
defect scipy.optimize C/C++
According to the source code: https://github.com/scipy/scipy/blob/5f4c4d802e5a56708d86909af6e5685cd95e6e66/scipy/optimize/Zeros/brentq.c#L67 the brentq algorithm uses the product of two function values to see if the zero is in the bracketing interval. In Malcolm, Michael A., Cleve B. Moler, and George ...
1.0
brentq can overflow / underflow - According to the source code: https://github.com/scipy/scipy/blob/5f4c4d802e5a56708d86909af6e5685cd95e6e66/scipy/optimize/Zeros/brentq.c#L67 the brentq algorithm uses the product of two function values to see if the zero is in the bracketing interval. In Malcolm, Micha...
non_comp
brentq can overflow underflow according to the source code the brentq algorithm uses the product of two function values to see if the zero is in the bracketing interval in malcolm michael a cleve b moler and george elmer forsythe computer methods for mathematical computations prent...
0
20,651
30,716,637,689
IssuesEvent
2023-07-27 13:26:24
tom5454/CustomPlayerModels
https://api.github.com/repos/tom5454/CustomPlayerModels
closed
[1.7.10] The player model cannot be changed when running with LOTRmod
wontfix 1.7.10 compatibility
As mentioned in the title, I have excluded all other mods and kept only two. The problem still exists, but I do not want to remove either of these mods,Is there a way around this? Attempts to apply the model or enter CPM command are invalid and errors are reported. When trying to apply the model: ``` [17:55:37] [...
True
[1.7.10] The player model cannot be changed when running with LOTRmod - As mentioned in the title, I have excluded all other mods and kept only two. The problem still exists, but I do not want to remove either of these mods,Is there a way around this? Attempts to apply the model or enter CPM command are invalid and ...
comp
the player model cannot be changed when running with lotrmod as mentioned in the title i have excluded all other mods and kept only two the problem still exists but i do not want to remove either of these mods is there a way around this attempts to apply the model or enter cpm command are invalid and errors ...
1
448,518
31,798,127,549
IssuesEvent
2023-09-13 09:20:01
gradle/gradle
https://api.github.com/repos/gradle/gradle
opened
Clarify page title and filter buttons/tabs in the Kotlin DSL reference
in:kotlin-dsl a:documentation to-triage
### Issue type Wrong or misleading information ### Problem description The title of the Kotlin DSL reference page is confusing: > I landed on the page by Googling for gradle mapproperty generic value. The top hit was https://docs.gradle.org/current/kotlin-dsl/gradle/org.gradle.api.provider/-map-property/index.htm...
1.0
Clarify page title and filter buttons/tabs in the Kotlin DSL reference - ### Issue type Wrong or misleading information ### Problem description The title of the Kotlin DSL reference page is confusing: > I landed on the page by Googling for gradle mapproperty generic value. The top hit was https://docs.gradle.org/...
non_comp
clarify page title and filter buttons tabs in the kotlin dsl reference issue type wrong or misleading information problem description the title of the kotlin dsl reference page is confusing i landed on the page by googling for gradle mapproperty generic value the top hit was other than kotlin dsl ...
0
110,885
16,996,738,950
IssuesEvent
2021-07-01 07:32:06
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Security Solution]Global deep link Search not available for Events Filter .
Team: SecuritySolution Team:Threat Hunting bug fixed v7.14.0
**Describe the bug** Global deep link Search not available for Events Filter . **Build Details:** ``` Version: 7.14.0-SNAPSHOT Commit:67a71c75d2da40e49fba2620f488c9b4ce2467d2 Build:42089 Artifact Page : https://artifacts-api.elastic.co/v1/search/7.14.0-SNAPSHOT ``` **Browser Details:** N/A **Browser Deta...
True
[Security Solution]Global deep link Search not available for Events Filter . - **Describe the bug** Global deep link Search not available for Events Filter . **Build Details:** ``` Version: 7.14.0-SNAPSHOT Commit:67a71c75d2da40e49fba2620f488c9b4ce2467d2 Build:42089 Artifact Page : https://artifacts-api.elastic...
non_comp
global deep link search not available for events filter describe the bug global deep link search not available for events filter build details version snapshot commit build artifact page browser details n a browser details all preconditions kiban...
0
68,983
29,998,855,984
IssuesEvent
2023-06-26 07:57:02
hashicorp/terraform-provider-azurerm
https://api.github.com/repos/hashicorp/terraform-provider-azurerm
closed
Support for changing VM Size on node pool
question service/kubernetes-cluster
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the orig...
1.0
Support for changing VM Size on node pool - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pul...
non_comp
support for changing vm size on node pool is there an existing issue for this i have searched the existing issues community note please vote on this issue by adding a thumbsup to the original issue to help the community and maintainers prioritize this request please do not leave o...
0
17,206
23,729,826,414
IssuesEvent
2022-08-31 00:01:55
Luke100000/minecraft-comes-alive
https://api.github.com/repos/Luke100000/minecraft-comes-alive
closed
1.18.2 MCA and FirstPersonModel incompatibility
mod compatibility
MCA 7.3.1 villager model conflicts with FirstPersonModel 2.1.0. Firstperson has a feature that culls the arms from your playermodel in first person so you can use the vanilla arms. But when using the villager playermodel, the arms remain, resulting in double the arms. ![Screenshot_622](https://user-images.githubuserco...
True
1.18.2 MCA and FirstPersonModel incompatibility - MCA 7.3.1 villager model conflicts with FirstPersonModel 2.1.0. Firstperson has a feature that culls the arms from your playermodel in first person so you can use the vanilla arms. But when using the villager playermodel, the arms remain, resulting in double the arms. ...
comp
mca and firstpersonmodel incompatibility mca villager model conflicts with firstpersonmodel firstperson has a feature that culls the arms from your playermodel in first person so you can use the vanilla arms but when using the villager playermodel the arms remain resulting in double the arms ...
1
755,440
26,429,584,208
IssuesEvent
2023-01-14 16:44:33
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
[Moved from Discord] Sacrifices Quest mobs not de-aggro'ing
Quest - Cataclysm (1-60) Priority: High Status: Confirmed Bug Report from Discord
https://cata-twinhead.twinstar.cz/?quest=14212 Mistake OP — Today at 20:56 After you reach the destination, the Worgens are supposed to de-aggro, but doesn't. https://www.youtube.com/watch?v=lBDgI0Wd7L8
1.0
[Moved from Discord] Sacrifices Quest mobs not de-aggro'ing - https://cata-twinhead.twinstar.cz/?quest=14212 Mistake OP — Today at 20:56 After you reach the destination, the Worgens are supposed to de-aggro, but doesn't. https://www.youtube.com/watch?v=lBDgI0Wd7L8
non_comp
sacrifices quest mobs not de aggro ing mistake op — today at after you reach the destination the worgens are supposed to de aggro but doesn t
0
1,428
3,955,213,739
IssuesEvent
2016-04-29 20:01:19
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
Should Exception permits array as first parameter?
PCM php5 incompatibility
Per PHP document [1], first parameter of Exception should be string. Therefore when executing code `new Exception(array());`, PHP 5.6.0RC4 raises a fatal error. However, HipHop VM 3.3.0-dev executes same code without fatal error. Should Exception permits array as first parameter? [1] PHP document: http://ph...
True
Should Exception permits array as first parameter? - Per PHP document [1], first parameter of Exception should be string. Therefore when executing code `new Exception(array());`, PHP 5.6.0RC4 raises a fatal error. However, HipHop VM 3.3.0-dev executes same code without fatal error. Should Exception permits array...
comp
should exception permits array as first parameter per php document first parameter of exception should be string therefore when executing code new exception array php raises a fatal error however hiphop vm dev executes same code without fatal error should exception permits array as f...
1
7,489
9,743,065,299
IssuesEvent
2019-06-02 22:37:53
KongMD-Steam/QuestionableEthicsEnhanced
https://api.github.com/repos/KongMD-Steam/QuestionableEthicsEnhanced
closed
RBSE Compatibility
compatibility
**What mod would you like to see compatibility with?** Rah's Bionics and Surgery Expansion (RBSE) **Is this request to add functionality that synergizes with the other mod? If so, please explain.** Yes. Investigate the following items: - [x] Fix anything in the mod that breaks RBSE - [x] Add organ spoilage/rot t...
True
RBSE Compatibility - **What mod would you like to see compatibility with?** Rah's Bionics and Surgery Expansion (RBSE) **Is this request to add functionality that synergizes with the other mod? If so, please explain.** Yes. Investigate the following items: - [x] Fix anything in the mod that breaks RBSE - [x] Add...
comp
rbse compatibility what mod would you like to see compatibility with rah s bionics and surgery expansion rbse is this request to add functionality that synergizes with the other mod if so please explain yes investigate the following items fix anything in the mod that breaks rbse add org...
1
14,694
18,042,645,446
IssuesEvent
2021-09-18 09:59:47
lgblgblgb/xemu
https://api.github.com/repos/lgblgblgb/xemu
closed
MEGA65: Wrong colors and garbled sprites on real hardware for games developed on XEMU (Shallan's competition)
WIP target:MEGA65 compatibility-example VIC-IV
The game MEGADOTS, intended to look like this and looking like this on XEMU: ![Snapshot_20210519_225052](https://user-images.githubusercontent.com/3924427/118883450-87d03680-b8f5-11eb-8dca-28c93d92cde0.jpg) looks like this on the real hardware - r3 board, bitstream 20210511.00,dc89e20: ![Snapshot_20210519_224913...
True
MEGA65: Wrong colors and garbled sprites on real hardware for games developed on XEMU (Shallan's competition) - The game MEGADOTS, intended to look like this and looking like this on XEMU: ![Snapshot_20210519_225052](https://user-images.githubusercontent.com/3924427/118883450-87d03680-b8f5-11eb-8dca-28c93d92cde0.jpg) ...
comp
wrong colors and garbled sprites on real hardware for games developed on xemu shallan s competition the game megadots intended to look like this and looking like this on xemu looks like this on the real hardware board bitstream apparently shallan was able to fix the game by addi...
1
364,628
10,771,525,673
IssuesEvent
2019-11-02 08:26:31
AY1920S1-CS2103T-F11-4/main
https://api.github.com/repos/AY1920S1-CS2103T-F11-4/main
closed
findq is not able to find words at the end of sentences
priority.Medium severity.Medium type.Bug
As seen from the screenshots below, even though question 2 contains the word *Java*, the command `findq java` is unable to return that question (so is `findq Java`). Only `findq Java?` works and I think this applied to all keywords at the end of sentences. ![Screenshot 2019-11-01 at 4.32.03 PM.png](https://raw.githu...
1.0
findq is not able to find words at the end of sentences - As seen from the screenshots below, even though question 2 contains the word *Java*, the command `findq java` is unable to return that question (so is `findq Java`). Only `findq Java?` works and I think this applied to all keywords at the end of sentences. ![...
non_comp
findq is not able to find words at the end of sentences as seen from the screenshots below even though question contains the word java the command findq java is unable to return that question so is findq java only findq java works and i think this applied to all keywords at the end of sentences ...
0
14,360
17,296,214,076
IssuesEvent
2021-07-25 19:36:45
proofit404/dependencies
https://api.github.com/repos/proofit404/dependencies
closed
Classes can't depend on nested injectors.
backward incompatible feature
Classes could receive only direct dependencies as its arguments. Use `this` objects to point to specific dependencies inside nested injectors. ```python class Foo: def __init__(self, Bar): ... class Container(Injector): foo = Foo class Bar(Injector): # error ... ```
True
Classes can't depend on nested injectors. - Classes could receive only direct dependencies as its arguments. Use `this` objects to point to specific dependencies inside nested injectors. ```python class Foo: def __init__(self, Bar): ... class Container(Injector): foo = Foo class Bar(...
comp
classes can t depend on nested injectors classes could receive only direct dependencies as its arguments use this objects to point to specific dependencies inside nested injectors python class foo def init self bar class container injector foo foo class bar ...
1
78,001
3,508,422,857
IssuesEvent
2016-01-08 17:46:32
isolver/OpenHandWrite
https://api.github.com/repos/isolver/OpenHandWrite
closed
Point size in "Selected Data" should the same as in "Selected Pen Points" in "Spatial View"
enhancement MarkWrite Priority 3
At the moment it is not possible to alter the point size in "Selected Data". This is not necessarily an issue for the settings window, if they just get the same point size and colour as in "Selected Pen Points" in "Spatial View".
1.0
Point size in "Selected Data" should the same as in "Selected Pen Points" in "Spatial View" - At the moment it is not possible to alter the point size in "Selected Data". This is not necessarily an issue for the settings window, if they just get the same point size and colour as in "Selected Pen Points" in "Spatial Vie...
non_comp
point size in selected data should the same as in selected pen points in spatial view at the moment it is not possible to alter the point size in selected data this is not necessarily an issue for the settings window if they just get the same point size and colour as in selected pen points in spatial vie...
0
494,979
14,269,748,408
IssuesEvent
2020-11-21 02:58:21
Energy-Innovation/eps-us
https://api.github.com/repos/Energy-Innovation/eps-us
opened
Update wedge diagram thickness calculation procedure (also use for cost curve box widths)
high priority
The current procedure used to calculate the thicknesses of wedges in a wedge graph (most commonly CO2e abatement of each policy within a policy package) is: - Test the scenario with all policies enabled. - Disable one policy and see how much emissions rise (relative to the scenario with all policies enabled). This...
1.0
Update wedge diagram thickness calculation procedure (also use for cost curve box widths) - The current procedure used to calculate the thicknesses of wedges in a wedge graph (most commonly CO2e abatement of each policy within a policy package) is: - Test the scenario with all policies enabled. - Disable one policy...
non_comp
update wedge diagram thickness calculation procedure also use for cost curve box widths the current procedure used to calculate the thicknesses of wedges in a wedge graph most commonly abatement of each policy within a policy package is test the scenario with all policies enabled disable one policy an...
0
6,295
8,664,639,137
IssuesEvent
2018-11-28 20:47:33
astroML/astroML
https://api.github.com/repos/astroML/astroML
closed
incompatible to sklearn 0.20
incompatibility
astroML uses the `sklean.mixture.GMM` class which was deprecated in 0.18 and removed in 0.20: https://github.com/astroML/astroML/blob/d23267b9d1df49e089ce5043c43020ad64aeead8/astroML/density_estimation/xdeconv.py#L17 That makes several [tests fail](https://ci.debian.net/data/autopkgtest/testing/amd64/a/astroml/1201576...
True
incompatible to sklearn 0.20 - astroML uses the `sklean.mixture.GMM` class which was deprecated in 0.18 and removed in 0.20: https://github.com/astroML/astroML/blob/d23267b9d1df49e089ce5043c43020ad64aeead8/astroML/density_estimation/xdeconv.py#L17 That makes several [tests fail](https://ci.debian.net/data/autopkgtest/...
comp
incompatible to sklearn astroml uses the sklean mixture gmm class which was deprecated in and removed in that makes several this is also covered by
1
529,087
15,380,108,618
IssuesEvent
2021-03-02 20:36:54
andrewtougas/hickory-dickory-ds
https://api.github.com/repos/andrewtougas/hickory-dickory-ds
opened
Add PWA Install Button
component: ui enhancement priority: medium
Add an install button in the top right of the navbar, to prompt the user to download the PWA app (once setup). The button should only be viewed if the current protocol is `HTTPS`. > Migrated from Gitlab
1.0
Add PWA Install Button - Add an install button in the top right of the navbar, to prompt the user to download the PWA app (once setup). The button should only be viewed if the current protocol is `HTTPS`. > Migrated from Gitlab
non_comp
add pwa install button add an install button in the top right of the navbar to prompt the user to download the pwa app once setup the button should only be viewed if the current protocol is https migrated from gitlab
0
712,040
24,482,901,634
IssuesEvent
2022-10-09 03:32:57
AY2223S1-CS2113-W12-3/tp
https://api.github.com/repos/AY2223S1-CS2113-W12-3/tp
closed
As a user, I can view my daily food consumption
priority.High type.Story
so that I can see my nutritional gain over time
1.0
As a user, I can view my daily food consumption - so that I can see my nutritional gain over time
non_comp
as a user i can view my daily food consumption so that i can see my nutritional gain over time
0
13,615
16,163,430,883
IssuesEvent
2021-05-01 03:49:03
pixelfed/pixelfed
https://api.github.com/repos/pixelfed/pixelfed
closed
Filter effects do not federate to Mastodon
💼 WIP 🔧 Compatibility 🕸️ ActivityPub
If you choose a filter effect to be applied to pictures, the picture itself is federated to Mastodon, but no effect is applied. Original: https://pixelfed.social/p/renatolond/28081 Federated: https://masto.donte.com.br/@renatolond/101346251505180944
True
Filter effects do not federate to Mastodon - If you choose a filter effect to be applied to pictures, the picture itself is federated to Mastodon, but no effect is applied. Original: https://pixelfed.social/p/renatolond/28081 Federated: https://masto.donte.com.br/@renatolond/101346251505180944
comp
filter effects do not federate to mastodon if you choose a filter effect to be applied to pictures the picture itself is federated to mastodon but no effect is applied original federated
1
782,124
27,487,364,226
IssuesEvent
2023-03-04 07:40:47
EEKSoft/Untitled_Game
https://api.github.com/repos/EEKSoft/Untitled_Game
closed
Grid-Based Movement System
Priority 1 6
As a player, I want a functional grid-based movement system so that level traversal can be simple, fluid, and easy to understand
1.0
Grid-Based Movement System - As a player, I want a functional grid-based movement system so that level traversal can be simple, fluid, and easy to understand
non_comp
grid based movement system as a player i want a functional grid based movement system so that level traversal can be simple fluid and easy to understand
0
5,291
7,807,451,170
IssuesEvent
2018-06-11 16:54:02
JurassiCraftTeam/JurassiCraft2
https://api.github.com/repos/JurassiCraftTeam/JurassiCraft2
closed
Server Crash
1.12.2 incompatibility suggestion
Server crash. MC 1.12.2 forge-14.23.4.2705 Seems to be saying I need at least llibrary@[1.7.9,), but I'm using LLibrary 1.7.12 https://pastebin.com/G69V8azj
True
Server Crash - Server crash. MC 1.12.2 forge-14.23.4.2705 Seems to be saying I need at least llibrary@[1.7.9,), but I'm using LLibrary 1.7.12 https://pastebin.com/G69V8azj
comp
server crash server crash mc forge seems to be saying i need at least llibrary but i m using llibrary
1
199,727
6,993,640,094
IssuesEvent
2017-12-15 12:14:37
bio-tools/biotoolsRegistry
https://api.github.com/repos/bio-tools/biotoolsRegistry
opened
Handle officially obsolete tools
data model / integrity / quality high priority housekeeping
Need to handle tools that are officially obsolete, similar to https://github.com/bio-tools/biotoolsRegistry/issues/304 Ideally the tool or service provider / developer would make this assignation, but it could be bio.tools admin too.
1.0
Handle officially obsolete tools - Need to handle tools that are officially obsolete, similar to https://github.com/bio-tools/biotoolsRegistry/issues/304 Ideally the tool or service provider / developer would make this assignation, but it could be bio.tools admin too.
non_comp
handle officially obsolete tools need to handle tools that are officially obsolete similar to ideally the tool or service provider developer would make this assignation but it could be bio tools admin too
0
331,921
10,081,675,792
IssuesEvent
2019-07-25 09:21:25
threefoldtech/jumpscaleX
https://api.github.com/repos/threefoldtech/jumpscaleX
closed
incorrect object returned by model.get
priority_critical state_verification
having multiple schemas and multiple objects from these schema ``` ipdb> print(schema) proj.human ipdb> model ...
1.0
incorrect object returned by model.get - having multiple schemas and multiple objects from these schema ``` ipdb> print(schema) proj.human ipdb> mo...
non_comp
incorrect object returned by model get having multiple schemas and multiple objects from these schema ipdb print schema proj human ipdb mo...
0
649
3,073,391,634
IssuesEvent
2015-08-19 21:42:18
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
Items in DOMNodelist not of registerNodeClass'd type
php5 incompatibility
Using HHVM 3.7.0 the DOMNodelist returned by an XPath query does not honor the replacement of DOMElements via registerNodeClass. ```php class SampleElement extends \DOMElement {} $dom = new DOMDocument(); $dom->registerNodeClass('DOMElement', 'SampleElement'); $dom->loadXML('<?xml version="1.0" ?><root />'); ...
True
Items in DOMNodelist not of registerNodeClass'd type - Using HHVM 3.7.0 the DOMNodelist returned by an XPath query does not honor the replacement of DOMElements via registerNodeClass. ```php class SampleElement extends \DOMElement {} $dom = new DOMDocument(); $dom->registerNodeClass('DOMElement', 'SampleElement...
comp
items in domnodelist not of registernodeclass d type using hhvm the domnodelist returned by an xpath query does not honor the replacement of domelements via registernodeclass php class sampleelement extends domelement dom new domdocument dom registernodeclass domelement sampleelement...
1
22,774
15,437,335,514
IssuesEvent
2021-03-07 16:20:04
teambit/bit
https://api.github.com/repos/teambit/bit
closed
[Feature] Autocomplete in Bit
area/infrastructure priority/medium type/feature
Terminal commands must be exact and correct. This means a typo breaks an entire command. Commands in Bit tend to be rather long due to that fact that one has to type the full ID of a component. Additionally if one has to know the exact ID of the component they need, it splits the discovery of components from the import...
1.0
[Feature] Autocomplete in Bit - Terminal commands must be exact and correct. This means a typo breaks an entire command. Commands in Bit tend to be rather long due to that fact that one has to type the full ID of a component. Additionally if one has to know the exact ID of the component they need, it splits the discove...
non_comp
autocomplete in bit terminal commands must be exact and correct this means a typo breaks an entire command commands in bit tend to be rather long due to that fact that one has to type the full id of a component additionally if one has to know the exact id of the component they need it splits the discovery of co...
0
458,872
13,183,371,951
IssuesEvent
2020-08-12 17:23:49
rubrikinc/rubrik-sdk-for-powershell
https://api.github.com/repos/rubrikinc/rubrik-sdk-for-powershell
closed
Include following endpoint (POST /nutanix/cluster/{id}/refresh) to refresh Nutanix Cluster
area-rcdm exp-intermediate kind-enhancement priority-p1
<!-- Please only use this template for submitting enhancement requests --> <!-- Any enhancement requests submitted will be visible publicly, do not include confidential information in this enhancement request. !--> **Is your feature request related to a problem? Please describe.** Customer needs to refresh Nut...
1.0
Include following endpoint (POST /nutanix/cluster/{id}/refresh) to refresh Nutanix Cluster - <!-- Please only use this template for submitting enhancement requests --> <!-- Any enhancement requests submitted will be visible publicly, do not include confidential information in this enhancement request. !--> **Is ...
non_comp
include following endpoint post nutanix cluster id refresh to refresh nutanix cluster is your feature request related to a problem please describe customer needs to refresh nutanix cluster after restoring replicated vms in ahv and be able to start backup on rubrik describe the solution ...
0
11,895
14,014,658,571
IssuesEvent
2020-10-29 12:15:14
gudmdharalds/vip-go-mu-plugins-test
https://api.github.com/repos/gudmdharalds/vip-go-mu-plugins-test
closed
PHP 7.4 Compatibility issue debug-bar-cron
PHP Compatibility PHP Compatiblity 7.4
Found issue in master: * <b>Warning in debug-bar-cron/debug-bar-cron.php</b>: Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead https://github.com/tollmanz/debug-bar-cron/blob/745ecbe2c1d363ea1537178806ba2e0d3376e9aa/debug-bar-cron.php#L38
True
PHP 7.4 Compatibility issue debug-bar-cron - Found issue in master: * <b>Warning in debug-bar-cron/debug-bar-cron.php</b>: Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead https://github.com/tollmanz/debug-bar-cron/blob/745ecbe2c1d363ea1537178806ba2e0d3376e9aa/debug-bar-cron.p...
comp
php compatibility issue debug bar cron found issue in master warning in debug bar cron debug bar cron php function create function is deprecated since php use an anonymous function instead
1
2,380
5,116,524,800
IssuesEvent
2017-01-07 04:37:06
tastybento/askyblock
https://api.github.com/repos/tastybento/askyblock
closed
API: IslandFly Event Exception
Incompatibility with another plugin
This error occurs on both IslandEnterEvent & IslandExitEvent: http://pastebin.com/43NJA5ZX This is the IslandFly plugin (code on page): https://www.spigotmc.org/resources/islandfly-askyblock.26868/ Here's what it looks like in my IDE (removed unused objects): http://pastebin.com/w0Xm2YQy
True
API: IslandFly Event Exception - This error occurs on both IslandEnterEvent & IslandExitEvent: http://pastebin.com/43NJA5ZX This is the IslandFly plugin (code on page): https://www.spigotmc.org/resources/islandfly-askyblock.26868/ Here's what it looks like in my IDE (removed unused objects): http://pastebin.com/w...
comp
api islandfly event exception this error occurs on both islandenterevent islandexitevent this is the islandfly plugin code on page here s what it looks like in my ide removed unused objects
1
13,210
15,575,193,487
IssuesEvent
2021-03-17 10:45:53
polylang/polylang
https://api.github.com/repos/polylang/polylang
closed
Incompatibility with Preferred Languages plugin
Pro compatibility
When I use `date_i18n` or `get_the_date` when Polylang (Pro) and the [Preferred Languages plugin](https://wordpress.org/plugins/preferred-languages/) are in use, and the user-preferred languages are set to _Deutsch (Schweiz)_ and fallback _Deutsch (Sie)_, the date is always returned in the default site language. e.g. `...
True
Incompatibility with Preferred Languages plugin - When I use `date_i18n` or `get_the_date` when Polylang (Pro) and the [Preferred Languages plugin](https://wordpress.org/plugins/preferred-languages/) are in use, and the user-preferred languages are set to _Deutsch (Schweiz)_ and fallback _Deutsch (Sie)_, the date is al...
comp
incompatibility with preferred languages plugin when i use date or get the date when polylang pro and the are in use and the user preferred languages are set to deutsch schweiz and fallback deutsch sie the date is always returned in the default site language e g februar instead of f...
1
15,485
19,805,449,560
IssuesEvent
2022-01-19 05:56:17
oshi/oshi
https://api.github.com/repos/oshi/oshi
closed
Incorrect reading of power supply keys in Linux
confirmed bug compatibility
OSHI's implementation in `LinuxPowerSource` assumes the presence of a key `POWER_SUPPLY_POWER_NOW`. However, that key is not documented so it must have been a distribution-specific thing. There are official ABI keys for current and voltage, however: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-p...
True
Incorrect reading of power supply keys in Linux - OSHI's implementation in `LinuxPowerSource` assumes the presence of a key `POWER_SUPPLY_POWER_NOW`. However, that key is not documented so it must have been a distribution-specific thing. There are official ABI keys for current and voltage, however: https://www.kern...
comp
incorrect reading of power supply keys in linux oshi s implementation in linuxpowersource assumes the presence of a key power supply power now however that key is not documented so it must have been a distribution specific thing there are official abi keys for current and voltage however current n...
1
132,411
5,185,296,746
IssuesEvent
2017-01-20 09:57:33
cul-2016/quiz
https://api.github.com/repos/cul-2016/quiz
closed
Use one `config.env` for storing environment variables
in-review priority-3 T25m technical
This and using `env2` would help with having to source the environment each time I open a new terminal @Danwhy thoughts?
1.0
Use one `config.env` for storing environment variables - This and using `env2` would help with having to source the environment each time I open a new terminal @Danwhy thoughts?
non_comp
use one config env for storing environment variables this and using would help with having to source the environment each time i open a new terminal danwhy thoughts
0
25,472
11,173,335,289
IssuesEvent
2019-12-29 13:30:02
openSUSE/libpathrs
https://api.github.com/repos/openSUSE/libpathrs
opened
allow users to opt-out of fallbacks
api/cffi api/rust security
One of the problems exposed by research into #7 is that there are a **lot** of issues with safe `/proc` usage on older kernels (and many more kernel features are still required). We cannot error out by default if these features are not available (nobody will use `libpathrs` because it won't work on most systems). So we...
True
allow users to opt-out of fallbacks - One of the problems exposed by research into #7 is that there are a **lot** of issues with safe `/proc` usage on older kernels (and many more kernel features are still required). We cannot error out by default if these features are not available (nobody will use `libpathrs` because...
non_comp
allow users to opt out of fallbacks one of the problems exposed by research into is that there are a lot of issues with safe proc usage on older kernels and many more kernel features are still required we cannot error out by default if these features are not available nobody will use libpathrs because...
0
12,135
14,290,241,787
IssuesEvent
2020-11-23 20:34:10
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
GF-API2 (3 of 4) Modify process() to use both Combine classes
3rd party compatibility type: sub-task
Subtask of #3264. - [x] Modify `Optimization\GoogleFonts\Subscriber::process() to run both optimizations and add html comment when both return a tag. ~- [ ] Modify original Combine class to prevent it's processing API2 tags.~ (Done in Part 2) **Backlog Grooming (for WP Media dev team use only)** - [ ] Reproduce...
True
GF-API2 (3 of 4) Modify process() to use both Combine classes - Subtask of #3264. - [x] Modify `Optimization\GoogleFonts\Subscriber::process() to run both optimizations and add html comment when both return a tag. ~- [ ] Modify original Combine class to prevent it's processing API2 tags.~ (Done in Part 2) **Back...
comp
gf of modify process to use both combine classes subtask of modify optimization googlefonts subscriber process to run both optimizations and add html comment when both return a tag modify original combine class to prevent it s processing tags done in part backlog grooming ...
1
20,031
27,949,376,338
IssuesEvent
2023-03-24 07:27:13
safing/portmaster
https://api.github.com/repos/safing/portmaster
opened
[Windows] Shadow PC - After installation, it doesn't connect
in/compatibility
**What worked?** Installation and restart on https://shadow.tech **What did not work?** I cannot connect to the shadow pc anymore. It seems that the outgoing video stream is blocked. Kinda an expected experience? **Debug Information**: I cannot include any debug information, since I have no access anymore.
True
[Windows] Shadow PC - After installation, it doesn't connect - **What worked?** Installation and restart on https://shadow.tech **What did not work?** I cannot connect to the shadow pc anymore. It seems that the outgoing video stream is blocked. Kinda an expected experience? **Debug Information**: I cannot i...
comp
shadow pc after installation it doesn t connect what worked installation and restart on what did not work i cannot connect to the shadow pc anymore it seems that the outgoing video stream is blocked kinda an expected experience debug information i cannot include any debug informati...
1