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
370,663
10,935,244,673
IssuesEvent
2019-11-24 17:01:30
SuperTux/supertux
https://api.github.com/repos/SuperTux/supertux
closed
SuperTux 0.5.1 runs on Win10 x64 only in Win98 compatibility mode.
os:windows priority:medium
**SuperTux version:** 0.5.1 stable **System information:** *(details about your kernel, operating system, or distribution)* Windows 10 x64, Asus laptop, Pentium N3710 ##### Expected behavior Normal start. ##### Actual behavior No output at all on x64 version, the same on x86 unless it runs in Win98 compatibility...
1.0
SuperTux 0.5.1 runs on Win10 x64 only in Win98 compatibility mode. - **SuperTux version:** 0.5.1 stable **System information:** *(details about your kernel, operating system, or distribution)* Windows 10 x64, Asus laptop, Pentium N3710 ##### Expected behavior Normal start. ##### Actual behavior No output at all ...
non_comp
supertux runs on only in compatibility mode supertux version stable system information details about your kernel operating system or distribution windows asus laptop pentium expected behavior normal start actual behavior no output at all on version the...
0
387,529
26,726,094,521
IssuesEvent
2023-01-29 18:29:54
Heyeso/color-theme
https://api.github.com/repos/Heyeso/color-theme
opened
Doc: Setup Development Environment
documentation enhancement
**Feature Solution** - [ ] Setup Typescript in the project repository. - [ ] Setup `jest` for testing. - [ ] Setup `rollup` for module bundling. - [ ] Install required dependencies and devDependencies. - [ ] Update `package.json` file. - [ ] Update `README.md` file. - [ ] Setup `./src` folder.
1.0
Doc: Setup Development Environment - **Feature Solution** - [ ] Setup Typescript in the project repository. - [ ] Setup `jest` for testing. - [ ] Setup `rollup` for module bundling. - [ ] Install required dependencies and devDependencies. - [ ] Update `package.json` file. - [ ] Update `README.md` file. - [ ] S...
non_comp
doc setup development environment feature solution setup typescript in the project repository setup jest for testing setup rollup for module bundling install required dependencies and devdependencies update package json file update readme md file setup src f...
0
392,141
26,926,821,711
IssuesEvent
2023-02-07 14:20:14
elementary-data/elementary
https://api.github.com/repos/elementary-data/elementary
closed
[ELE-208] Add gitlab guide to documentation
documentation Open to contribution 🧡 linear Community
As a new user of elementary, I would like some documentation on adding elementary to gitlab ci. If nothing else, a sample gitlab-ci.yml would help gitlab users. I think the safe assumption would be that the user already has a working gitlab ci/cd setup with dbt, and wants to add elementary to it. <sub>[ELE-208](htt...
1.0
[ELE-208] Add gitlab guide to documentation - As a new user of elementary, I would like some documentation on adding elementary to gitlab ci. If nothing else, a sample gitlab-ci.yml would help gitlab users. I think the safe assumption would be that the user already has a working gitlab ci/cd setup with dbt, and wan...
non_comp
add gitlab guide to documentation as a new user of elementary i would like some documentation on adding elementary to gitlab ci if nothing else a sample gitlab ci yml would help gitlab users i think the safe assumption would be that the user already has a working gitlab ci cd setup with dbt and wants to ad...
0
11,593
13,641,211,951
IssuesEvent
2020-09-25 13:52:11
Scholar-6/brillder
https://api.github.com/repos/Scholar-6/brillder
closed
Safari: Manage user page bugs
Device/Browser Compatibility
<img width="287" alt="Screenshot 2020-09-22 at 14 38 19" src="https://user-images.githubusercontent.com/59654112/93883084-6032bb00-fce1-11ea-838f-c819de07014c.png"> - [x] plus icon intersected by green lines (shouldn't be) - [x] move edit and trash icons down so centred heightwise in each row
True
Safari: Manage user page bugs - <img width="287" alt="Screenshot 2020-09-22 at 14 38 19" src="https://user-images.githubusercontent.com/59654112/93883084-6032bb00-fce1-11ea-838f-c819de07014c.png"> - [x] plus icon intersected by green lines (shouldn't be) - [x] move edit and trash icons down so centred heightwise ...
comp
safari manage user page bugs img width alt screenshot at src plus icon intersected by green lines shouldn t be move edit and trash icons down so centred heightwise in each row
1
9,295
11,306,177,863
IssuesEvent
2020-01-18 12:06:06
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
Scylla does not include schema.cql file in snapshot folder
Field-Tier2 User Request cassandra 3.x compatibility enhancement n00b
This is Scylla's bug tracker, to be used for reporting bugs only. If you have a question about Scylla, and not a bug, please ask it in our mailing-list at scylladb-dev@googlegroups.com or in our slack channel. - [x] I have read the disclaimer above, and I am reporting a suspected malfunction in Scylla. *Install...
True
Scylla does not include schema.cql file in snapshot folder - This is Scylla's bug tracker, to be used for reporting bugs only. If you have a question about Scylla, and not a bug, please ask it in our mailing-list at scylladb-dev@googlegroups.com or in our slack channel. - [x] I have read the disclaimer above, and ...
comp
scylla does not include schema cql file in snapshot folder this is scylla s bug tracker to be used for reporting bugs only if you have a question about scylla and not a bug please ask it in our mailing list at scylladb dev googlegroups com or in our slack channel i have read the disclaimer above and i ...
1
6,318
8,677,614,492
IssuesEvent
2018-11-30 17:16:56
Microsoft/ChakraCore
https://api.github.com/repos/Microsoft/ChakraCore
closed
date.prototype.toLocaleString() return value contains U+200E chars with each date part
Bug Compatibility External Severity: 2
Calling .slice() (or .substring()) on a string created by date.prototype.toLocaleString() returns unexpected results in Edge. Repro: ```javascript var date = new Date(2018, 11, 20) var str = date.toLocaleString("en-GB") console.log(str); console.log(str.slice(0, 10)); var str2 = '20/12/2018, 00:00:00' con...
True
date.prototype.toLocaleString() return value contains U+200E chars with each date part - Calling .slice() (or .substring()) on a string created by date.prototype.toLocaleString() returns unexpected results in Edge. Repro: ```javascript var date = new Date(2018, 11, 20) var str = date.toLocaleString("en-GB") c...
comp
date prototype tolocalestring return value contains u chars with each date part calling slice or substring on a string created by date prototype tolocalestring returns unexpected results in edge repro javascript var date new date var str date tolocalestring en gb console l...
1
116,558
17,376,117,265
IssuesEvent
2021-07-30 21:35:05
turkdevops/lighthouse
https://api.github.com/repos/turkdevops/lighthouse
opened
CVE-2021-33502 (High) detected in normalize-url-4.5.0.tgz, normalize-url-1.9.1.tgz
security vulnerability
## CVE-2021-33502 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>normalize-url-4.5.0.tgz</b>, <b>normalize-url-1.9.1.tgz</b></p></summary> <p> <details><summary><b>normalize-url-4.5...
True
CVE-2021-33502 (High) detected in normalize-url-4.5.0.tgz, normalize-url-1.9.1.tgz - ## CVE-2021-33502 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>normalize-url-4.5.0.tgz</b>, <b>...
non_comp
cve high detected in normalize url tgz normalize url tgz cve high severity vulnerability vulnerable libraries normalize url tgz normalize url tgz normalize url tgz normalize a url library home page a href path to dependency file lighthouse...
0
257,600
27,563,802,679
IssuesEvent
2023-03-08 01:07:34
LynRodWS/alcor
https://api.github.com/repos/LynRodWS/alcor
opened
CVE-2019-14439 (High) detected in jackson-databind-2.9.9.jar
security vulnerability
## CVE-2019-14439 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2019-14439 (High) detected in jackson-databind-2.9.9.jar - ## CVE-2019-14439 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General...
non_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file services api gateway pom xml ...
0
85,475
16,668,472,226
IssuesEvent
2021-06-07 08:00:13
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Kastrull drone still creating AI/bot blackhole
Bug Code
- [x] I have searched the issue tracker to check if the issue has already been reported. **Description** Previous bug of bots hanging around in the drone has reappeared. Tried leaving drone in a mission then repurchasing but they still go down the ladder. Bots can repair electrical items in drone but when tasked wi...
1.0
Kastrull drone still creating AI/bot blackhole - - [x] I have searched the issue tracker to check if the issue has already been reported. **Description** Previous bug of bots hanging around in the drone has reappeared. Tried leaving drone in a mission then repurchasing but they still go down the ladder. Bots can re...
non_comp
kastrull drone still creating ai bot blackhole i have searched the issue tracker to check if the issue has already been reported description previous bug of bots hanging around in the drone has reappeared tried leaving drone in a mission then repurchasing but they still go down the ladder bots can repa...
0
445,174
12,827,235,366
IssuesEvent
2020-07-06 18:04:47
input-output-hk/cardano-ledger-specs
https://api.github.com/repos/input-output-hk/cardano-ledger-specs
opened
Build the shelley benchmark package in CI
devops :hammer_and_wrench: priority medium shelley era
In order to prevent the [benchmark tests](https://github.com/input-output-hk/cardano-ledger-specs/blob/master/shelley/chain-and-ledger/executable-spec/shelley-spec-ledger.cabal#L233) from bit-rotting, we need to build them in CI.
1.0
Build the shelley benchmark package in CI - In order to prevent the [benchmark tests](https://github.com/input-output-hk/cardano-ledger-specs/blob/master/shelley/chain-and-ledger/executable-spec/shelley-spec-ledger.cabal#L233) from bit-rotting, we need to build them in CI.
non_comp
build the shelley benchmark package in ci in order to prevent the from bit rotting we need to build them in ci
0
6,280
8,652,854,832
IssuesEvent
2018-11-27 09:19:28
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
opened
[Android] Unable to use Samsung pay mini until VPN is active
Android bug Compatibility Enhancement
<!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> Samsung Pay mini in South Korea won't work when any VPN is running. [APK download link](https://www.apkmirror.com/apk/samsung-electronics-co-ltd/samsung-pay-mini/samsung-pay-mini-2-9-39-rel...
True
[Android] Unable to use Samsung pay mini until VPN is active - <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> Samsung Pay mini in South Korea won't work when any VPN is running. [APK download link](https://www.apkmirror.com/apk/samsung-...
comp
unable to use samsung pay mini until vpn is active samsung pay mini in south korea won t work when any vpn is running same as screenshot customer id
1
1,390
3,918,428,427
IssuesEvent
2016-04-21 12:29:41
lampepfl/dotty
https://api.github.com/repos/lampepfl/dotty
opened
Investigate the differences in typechecking
Enhancement Frontend Scala2 compatibility
https://github.com/alexander-myltsev/scala-parser-combinators/commit/990f54be8a66b23fa6d971a14acc00edffd4fe95 Most of changes are in patterns. We should see if we can get dotty to infer more precise types, or report a more user-friendly error than: ```scala ./src/main/scala/scala/util/parsing/combinator/lexical...
True
Investigate the differences in typechecking - https://github.com/alexander-myltsev/scala-parser-combinators/commit/990f54be8a66b23fa6d971a14acc00edffd4fe95 Most of changes are in patterns. We should see if we can get dotty to infer more precise types, or report a more user-friendly error than: ```scala ./src/ma...
comp
investigate the differences in typechecking most of changes are in patterns we should see if we can get dotty to infer more precise types or report a more user friendly error than scala src main scala scala util parsing combinator lexical scanners scala error type mismatch found any ...
1
14,499
17,570,653,696
IssuesEvent
2021-08-14 16:13:46
cseelhoff/RimThreaded
https://api.github.com/repos/cseelhoff/RimThreaded
closed
"Combat Extended" RimThreaded with Combat Extended: mortar shells not working properly, probably related to bugs #369 & #370
Bug Reproducible Mod Incompatibility Confirmed 2.2.x
**Describe the bug** IMPORTANT: Please first search existing bugs to ensure you are not creating a duplicate bug report. when using mortar shells, after the shell explodes a miriad of error logs appear. **To Reproduce** Steps to reproduce the behavior: 1. install a mortar 2. procure HE Shells 3. fire shell...
True
"Combat Extended" RimThreaded with Combat Extended: mortar shells not working properly, probably related to bugs #369 & #370 - **Describe the bug** IMPORTANT: Please first search existing bugs to ensure you are not creating a duplicate bug report. when using mortar shells, after the shell explodes a miriad of err...
comp
combat extended rimthreaded with combat extended mortar shells not working properly probably related to bugs describe the bug important please first search existing bugs to ensure you are not creating a duplicate bug report when using mortar shells after the shell explodes a miriad of error l...
1
1,218
3,709,923,503
IssuesEvent
2016-03-02 00:54:53
lelandrichardson/react-native-maps
https://api.github.com/repos/lelandrichardson/react-native-maps
closed
Load markers, old ios versions.
bug Compatibility
Hi All, I'm wondering if there is some reason for the markers are not being loaded on the map for old ios versions, I'm testing on 7.1.2 iPhone4 the map loads ok, but somehow not the markers. I have antoher iPhone5s with the latest version and everything load fine. Thanks.
True
Load markers, old ios versions. - Hi All, I'm wondering if there is some reason for the markers are not being loaded on the map for old ios versions, I'm testing on 7.1.2 iPhone4 the map loads ok, but somehow not the markers. I have antoher iPhone5s with the latest version and everything load fine. Thanks.
comp
load markers old ios versions hi all i m wondering if there is some reason for the markers are not being loaded on the map for old ios versions i m testing on the map loads ok but somehow not the markers i have antoher with the latest version and everything load fine thanks
1
207,342
15,807,402,488
IssuesEvent
2021-04-04 10:15:45
isontheline/pro.webssh.net
https://api.github.com/repos/isontheline/pro.webssh.net
closed
Can't set mark in emacs or tmux
bug testflight-release-needed
**Describe the bug** WebSSH is a nearly perfect product; but it can't be my favorite because ctrl-<space> is not passed. **Informations** - Device : iPhone 8 - OS : 14 - WebSSH Pro version : 14.14 **Screenshots** Not an error. Just doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Connect to any ...
1.0
Can't set mark in emacs or tmux - **Describe the bug** WebSSH is a nearly perfect product; but it can't be my favorite because ctrl-<space> is not passed. **Informations** - Device : iPhone 8 - OS : 14 - WebSSH Pro version : 14.14 **Screenshots** Not an error. Just doesn't work. **To Reproduce** Steps to reproduc...
non_comp
can t set mark in emacs or tmux describe the bug webssh is a nearly perfect product but it can t be my favorite because ctrl is not passed informations device iphone os webssh pro version screenshots not an error just doesn t work to reproduce steps to reproduce the beh...
0
21,023
32,013,111,817
IssuesEvent
2023-09-21 19:30:06
scylladb/scylladb
https://api.github.com/repos/scylladb/scylladb
closed
fromJson() should allow null parameter
CQL cassandra 2.2 compatibility n00b good first issue P4
Cassandra allows a null parameter to the `fromJson()` function, and the resulting value is a null. This was noted back in the commit which added the `fromJson()` feature to Cassandra in 2015, c7b02d1a6d11dc4436340a5cbeb0f377e8ac8605, where one of the changes was drop the old code in function evaluation, which did: ``...
True
fromJson() should allow null parameter - Cassandra allows a null parameter to the `fromJson()` function, and the resulting value is a null. This was noted back in the commit which added the `fromJson()` feature to Cassandra in 2015, c7b02d1a6d11dc4436340a5cbeb0f377e8ac8605, where one of the changes was drop the old co...
comp
fromjson should allow null parameter cassandra allows a null parameter to the fromjson function and the resulting value is a null this was noted back in the commit which added the fromjson feature to cassandra in where one of the changes was drop the old code in function evaluation which did ...
1
9,786
11,843,509,571
IssuesEvent
2020-03-24 02:34:53
chubaofs/chubaofs
https://api.github.com/repos/chubaofs/chubaofs
closed
Feature request: support extend attribute (xattr)
compatibility enhancement metadata posix
**Is your feature request related to a problem? Please describe.**: Some system software uses extended attributes (**xattr**) to implement some advanced features. Reference: [Extended file attributes - Wikipedia](https://en.wikipedia.org/wiki/Extended_file_attributes) [xattr(7) - Linux manual page](http://man7....
True
Feature request: support extend attribute (xattr) - **Is your feature request related to a problem? Please describe.**: Some system software uses extended attributes (**xattr**) to implement some advanced features. Reference: [Extended file attributes - Wikipedia](https://en.wikipedia.org/wiki/Extended_file_attr...
comp
feature request support extend attribute xattr is your feature request related to a problem please describe some system software uses extended attributes xattr to implement some advanced features reference describe the solution you d like implement extend attributes xa...
1
58,791
11,905,287,320
IssuesEvent
2020-03-30 18:18:14
home-assistant/brands
https://api.github.com/repos/home-assistant/brands
opened
Melnor RainCloud is missing brand images
domain-missing has-codeowner
## The problem The Melnor RainCloud integration does not have brand images in this repository. We recently started this Brands repository, to create a centralized storage of all brand-related images. These images are used on our website and the Home Assistant frontend. The following images are missing and would...
1.0
Melnor RainCloud is missing brand images - ## The problem The Melnor RainCloud integration does not have brand images in this repository. We recently started this Brands repository, to create a centralized storage of all brand-related images. These images are used on our website and the Home Assistant frontend. ...
non_comp
melnor raincloud is missing brand images the problem the melnor raincloud integration does not have brand images in this repository we recently started this brands repository to create a centralized storage of all brand related images these images are used on our website and the home assistant frontend ...
0
14,748
18,110,850,330
IssuesEvent
2021-09-23 03:34:28
dotnet/docs
https://api.github.com/repos/dotnet/docs
closed
[Breaking change]: JSON source-gen API refactoring causes binary-compat breaking change
doc-idea breaking-change :checkered_flag: Release .NET 6 Pri1 binary incompatible
### Description In https://github.com/dotnet/runtime/pull/59243, we updated the APIs that the output of the JSON source generator calls to make them easier to extend with new features in the future. This will result in projects that explicitly use the JSON source generator and were compiled with .NET RC 1 or earlier t...
True
[Breaking change]: JSON source-gen API refactoring causes binary-compat breaking change - ### Description In https://github.com/dotnet/runtime/pull/59243, we updated the APIs that the output of the JSON source generator calls to make them easier to extend with new features in the future. This will result in projects t...
comp
json source gen api refactoring causes binary compat breaking change description in we updated the apis that the output of the json source generator calls to make them easier to extend with new features in the future this will result in projects that explicitly use the json source generator and were compil...
1
14,001
24,163,244,251
IssuesEvent
2022-09-22 13:17:29
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
NPM dependencies declared as "*" doesn't seem to be detected
type:feature status:requirements priority-5-triage
### What would you like Renovate to be able to do? Creating an issue per [rarkin's suggestion](https://github.com/renovatebot/renovate/discussions/17908#discussioncomment-3701769) Related discussion and context: https://github.com/renovatebot/renovate/discussions/17908 ### Reproduction * https://github.com/Sted...
1.0
NPM dependencies declared as "*" doesn't seem to be detected - ### What would you like Renovate to be able to do? Creating an issue per [rarkin's suggestion](https://github.com/renovatebot/renovate/discussions/17908#discussioncomment-3701769) Related discussion and context: https://github.com/renovatebot/renovate/d...
non_comp
npm dependencies declared as doesn t seem to be detected what would you like renovate to be able to do creating an issue per related discussion and context reproduction package json devdependencies rambda typescript depend...
0
14,994
18,790,534,358
IssuesEvent
2021-11-08 16:20:54
dotnet/docs
https://api.github.com/repos/dotnet/docs
closed
[Breaking change]: Adds null check upon logging provider registration
doc-idea breaking-change :checkered_flag: Release: .NET 6 Pri1 source incompatible
### Description `Microsoft.Extensions.Logging.LoggerFactory` implements `ILoggerFactory` with a `AddProvider(ILoggerProvider)` method. `null` providers are not accepted and the method now throws `ArgumentNullException` if the logging provider parameter is null. PR fix: https://github.com/dotnet/runtime/pull/...
True
[Breaking change]: Adds null check upon logging provider registration - ### Description `Microsoft.Extensions.Logging.LoggerFactory` implements `ILoggerFactory` with a `AddProvider(ILoggerProvider)` method. `null` providers are not accepted and the method now throws `ArgumentNullException` if the logging provide...
comp
adds null check upon logging provider registration description microsoft extensions logging loggerfactory implements iloggerfactory with a addprovider iloggerprovider method null providers are not accepted and the method now throws argumentnullexception if the logging provider parameter is n...
1
78,630
9,780,297,006
IssuesEvent
2019-06-07 16:30:25
mapa17/breakfastclub
https://api.github.com/repos/mapa17/breakfastclub
opened
Make agents traverse each other like ghosts
Design enhancement
Maybe path finding would be much easier if agents could just traverse each other like ghosts. How to achieve that? Its not by simple removing the collider ...
1.0
Make agents traverse each other like ghosts - Maybe path finding would be much easier if agents could just traverse each other like ghosts. How to achieve that? Its not by simple removing the collider ...
non_comp
make agents traverse each other like ghosts maybe path finding would be much easier if agents could just traverse each other like ghosts how to achieve that its not by simple removing the collider
0
246,514
20,869,050,027
IssuesEvent
2022-03-22 10:11:15
Security-Phoenix-demo/Damn_Vulnerable_C_Program
https://api.github.com/repos/Security-Phoenix-demo/Damn_Vulnerable_C_Program
opened
ASPHX-SAST-MEDIUM-X-Frame-Options Header Not Set
Security AppSec_Phoenix ASP_Test_ZAP ASP_417
# Details X-Frame-Options header is not included in the HTTP response to protect against 'ClickJacking' attacks. # Remedy Most modern Web browsers support the X-Frame-Options HTTP header. Ensure it's set on all web pages returned by your site (if you expect the page to be framed only by pages on your server (e.g. it's...
1.0
ASPHX-SAST-MEDIUM-X-Frame-Options Header Not Set - # Details X-Frame-Options header is not included in the HTTP response to protect against 'ClickJacking' attacks. # Remedy Most modern Web browsers support the X-Frame-Options HTTP header. Ensure it's set on all web pages returned by your site (if you expect the page t...
non_comp
asphx sast medium x frame options header not set details x frame options header is not included in the http response to protect against clickjacking attacks remedy most modern web browsers support the x frame options http header ensure it s set on all web pages returned by your site if you expect the page t...
0
2,598
5,320,164,771
IssuesEvent
2017-02-14 09:42:17
anb0s/eclox
https://api.github.com/repos/anb0s/eclox
closed
Problem with version 0.11 and IDE 3.8.2
help wanted Java version not compatible Version 0.11.x
I tried to install the new version 0.11 but without success. We are using a IDE which is based on eclipse 3.8.2. With version 0.10 everything is fine. I do not see the icon in the toolbar nor are *.doxyfiles are opend
True
Problem with version 0.11 and IDE 3.8.2 - I tried to install the new version 0.11 but without success. We are using a IDE which is based on eclipse 3.8.2. With version 0.10 everything is fine. I do not see the icon in the toolbar nor are *.doxyfiles are opend
comp
problem with version and ide i tried to install the new version but without success we are using a ide which is based on eclipse with version everything is fine i do not see the icon in the toolbar nor are doxyfiles are opend
1
15,777
20,604,949,917
IssuesEvent
2022-03-06 20:50:47
IrisShaders/Iris
https://api.github.com/repos/IrisShaders/Iris
closed
Botania uses shaders for rendering, which conflicts with Iris
mod compatibility
No crashes, but there are weird rendering issues.
True
Botania uses shaders for rendering, which conflicts with Iris - No crashes, but there are weird rendering issues.
comp
botania uses shaders for rendering which conflicts with iris no crashes but there are weird rendering issues
1
49,016
5,997,191,700
IssuesEvent
2017-06-03 21:24:21
participedia/frontend
https://api.github.com/repos/participedia/frontend
closed
SEARCH - Featured Cases
before user testing
**Comment**: Let's add some teasers to this set of links like "In progress cases" and Cases in <dropdown for country>, Methods in order of popualrity [Open #9 in Usersnap Dashboard](https://usersnap.com/a/#/participedia-dev/p/participedia-ed971123/9) <a href='https://usersnappublic.s3.amazonaws.com/2017-04-18/21-32/3...
1.0
SEARCH - Featured Cases - **Comment**: Let's add some teasers to this set of links like "In progress cases" and Cases in <dropdown for country>, Methods in order of popualrity [Open #9 in Usersnap Dashboard](https://usersnap.com/a/#/participedia-dev/p/participedia-ed971123/9) <a href='https://usersnappublic.s3.amazon...
non_comp
search featured cases comment let s add some teasers to this set of links like in progress cases and cases in methods in order of popualrity a href browser chrome macos sierra referer screen size x browser size x powered by
0
16,294
21,935,790,130
IssuesEvent
2022-05-23 13:41:51
CleanroomMC/Fluidlogged-API
https://api.github.com/repos/CleanroomMC/Fluidlogged-API
closed
Streams mod texture bug
bug duplicate incompatibility
The Streams river texture goes missing when Fluidlogged is installed with it Steps to reproduce the behavior: 1. Install Fluidlogged-API and Streams https://www.curseforge.com/minecraft/mc-mods/streams 2. Find a stream ![2022-05-23_01 26 56](https://user-images.githubusercontent.com/51765001/169760997-f2160e8b-...
True
Streams mod texture bug - The Streams river texture goes missing when Fluidlogged is installed with it Steps to reproduce the behavior: 1. Install Fluidlogged-API and Streams https://www.curseforge.com/minecraft/mc-mods/streams 2. Find a stream ![2022-05-23_01 26 56](https://user-images.githubusercontent.com/51...
comp
streams mod texture bug the streams river texture goes missing when fluidlogged is installed with it steps to reproduce the behavior install fluidlogged api and streams find a stream
1
85,987
10,470,192,557
IssuesEvent
2019-09-23 02:24:05
gitbrent/PptxGenJS
https://api.github.com/repos/gitbrent/PptxGenJS
closed
lineDash Option is not in documentation
documentation
The **lineDash** option should be in the documentation. Possible options: `['dash','dashDot','lgDash','lgDashDot','lgDashDotDot','solid','sysDash','sysDot']` Default value: `solid`
1.0
lineDash Option is not in documentation - The **lineDash** option should be in the documentation. Possible options: `['dash','dashDot','lgDash','lgDashDot','lgDashDotDot','solid','sysDash','sysDot']` Default value: `solid`
non_comp
linedash option is not in documentation the linedash option should be in the documentation possible options default value solid
0
14,493
17,569,429,956
IssuesEvent
2021-08-14 11:14:49
KiwiHawk/SeaBlock
https://api.github.com/repos/KiwiHawk/SeaBlock
closed
Re-enable early glass recipe
bug mod compatibility
Arboretums now require glass so are locked behind green science Re-enable the direct silicon > glass recipe but nerf it. A lot! Currently it's 4:3, same as the first smelting recipe. Change it to 10:1.
True
Re-enable early glass recipe - Arboretums now require glass so are locked behind green science Re-enable the direct silicon > glass recipe but nerf it. A lot! Currently it's 4:3, same as the first smelting recipe. Change it to 10:1.
comp
re enable early glass recipe arboretums now require glass so are locked behind green science re enable the direct silicon glass recipe but nerf it a lot currently it s same as the first smelting recipe change it to
1
345,525
10,368,992,165
IssuesEvent
2019-09-07 21:50:48
lutris/lutris
https://api.github.com/repos/lutris/lutris
reopened
Error re-generating winesteam
bug high priority
**Describe the bug** Lutris fails to create the runner Wine Steam. **Steps to reproduce** - Delete the content of ~/.local/share/lutris/runners/winesteam/ - Open lutris and click the play button on the left bar > Wine Steam. **Screenshots** ![tmp](https://user-images.githubusercontent.com/3357792/61495594-b...
1.0
Error re-generating winesteam - **Describe the bug** Lutris fails to create the runner Wine Steam. **Steps to reproduce** - Delete the content of ~/.local/share/lutris/runners/winesteam/ - Open lutris and click the play button on the left bar > Wine Steam. **Screenshots** ![tmp](https://user-images.githubus...
non_comp
error re generating winesteam describe the bug lutris fails to create the runner wine steam steps to reproduce delete the content of local share lutris runners winesteam open lutris and click the play button on the left bar wine steam screenshots the error the same ...
0
5,614
8,081,104,096
IssuesEvent
2018-08-08 01:28:05
collab-project/videojs-record
https://api.github.com/repos/collab-project/videojs-record
closed
Remove player.recordedData.video on Chrome audio+video only
backwards-incompatible
The contents of `player.recordedData`, populated by recordrtc, used to vary between chrome and firefox. It doesn't anymore and there are no differences between chrome and firefox in recordrtc anymore. So I'll change this in v3.0.0: `player.recordedData` will always be the blob with data in both browsers when recordi...
True
Remove player.recordedData.video on Chrome audio+video only - The contents of `player.recordedData`, populated by recordrtc, used to vary between chrome and firefox. It doesn't anymore and there are no differences between chrome and firefox in recordrtc anymore. So I'll change this in v3.0.0: `player.recordedData` w...
comp
remove player recordeddata video on chrome audio video only the contents of player recordeddata populated by recordrtc used to vary between chrome and firefox it doesn t anymore and there are no differences between chrome and firefox in recordrtc anymore so i ll change this in player recordeddata wi...
1
19,004
26,425,846,845
IssuesEvent
2023-01-14 06:15:48
TycheSoftwares/checkout-fees-for-woocommerce
https://api.github.com/repos/TycheSoftwares/checkout-fees-for-woocommerce
closed
Fees are getting multiplied when we try to repay the subscription order.
type: bug 🐞 client issue type: compatibility
**Describe the bug** Fees are getting multiplied when we try to repay the subscription order. The client is saying - the only problem is, when a customer wants to automatically renew a subscription product (as it works with your plugin) unfortunately it will add the Customer Fee in twice, here is a screenshot to s...
True
Fees are getting multiplied when we try to repay the subscription order. - **Describe the bug** Fees are getting multiplied when we try to repay the subscription order. The client is saying - the only problem is, when a customer wants to automatically renew a subscription product (as it works with your plugin) un...
comp
fees are getting multiplied when we try to repay the subscription order describe the bug fees are getting multiplied when we try to repay the subscription order the client is saying the only problem is when a customer wants to automatically renew a subscription product as it works with your plugin un...
1
17,155
23,672,678,001
IssuesEvent
2022-08-27 15:59:11
ThexXTURBOXx/flutter_web_auth_2
https://api.github.com/repos/ThexXTURBOXx/flutter_web_auth_2
closed
[flutter_web_auth] sign in with goolge faild .
compatibility
when move to browser i get this Error Error 400: redirect_uri_mismatch you can't sign in to this app because it doesn't comply with google's oauth 2.0 policy , but i check redirect_uri in my [ firebase auth , google cloud console , my app ] it's a same , i can't find the problem , should i add Authorized J...
True
[flutter_web_auth] sign in with goolge faild . - when move to browser i get this Error Error 400: redirect_uri_mismatch you can't sign in to this app because it doesn't comply with google's oauth 2.0 policy , but i check redirect_uri in my [ firebase auth , google cloud console , my app ] it's a same , i c...
comp
sign in with goolge faild when move to browser i get this error error redirect uri mismatch you can t sign in to this app because it doesn t comply with google s oauth policy but i check redirect uri in my it s a same i can t find the problem should i add authorized javascript origins...
1
16,497
22,338,076,338
IssuesEvent
2022-06-14 20:39:40
USCqserver/OpenQuantumTools.jl
https://api.github.com/repos/USCqserver/OpenQuantumTools.jl
closed
Add a keyword argument filter function for ODE `solve` interface
good first issue compatibility
Filter keyword arguments before pass to `solve` function
True
Add a keyword argument filter function for ODE `solve` interface - Filter keyword arguments before pass to `solve` function
comp
add a keyword argument filter function for ode solve interface filter keyword arguments before pass to solve function
1
17,694
24,397,955,916
IssuesEvent
2022-10-04 21:11:38
skyjay1/GreekFantasy
https://api.github.com/repos/skyjay1/GreekFantasy
closed
Server Crashing
mod compatibility
Description: Exception ticking world java.lang.IllegalArgumentException: Unsupported mob type for FollowWaterMobGoal at greekfantasy.entity.ai.FollowWaterMobGoal.<init>(FollowWaterMobGoal.java:34) ~[greekfantasy-19.2.1.jar%23114!/:19.2.1] {re:classloading} at greekfantasy.GFEvents$ForgeHandler$2.<init>(GFEvents....
True
Server Crashing - Description: Exception ticking world java.lang.IllegalArgumentException: Unsupported mob type for FollowWaterMobGoal at greekfantasy.entity.ai.FollowWaterMobGoal.<init>(FollowWaterMobGoal.java:34) ~[greekfantasy-19.2.1.jar%23114!/:19.2.1] {re:classloading} at greekfantasy.GFEvents$ForgeHandler$...
comp
server crashing description exception ticking world java lang illegalargumentexception unsupported mob type for followwatermobgoal at greekfantasy entity ai followwatermobgoal followwatermobgoal java re classloading at greekfantasy gfevents forgehandler gfevents java re classloading a...
1
123,178
26,222,376,588
IssuesEvent
2023-01-04 15:47:37
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
closed
Token selection: hovering over non-interactive tokens triggers code-intel popovers rendering
team/code-exploration blob view
Hovering over some punctuation delimiters or brackets prepending the interactive token trigger code-intel popover rendering. Check out these occurrences on the video attached: - `!` in `!isLightTheme` - `.` in `bode.classList` - `!` in `!event.matches` https://user-images.githubusercontent.com/25318659/2103890...
1.0
Token selection: hovering over non-interactive tokens triggers code-intel popovers rendering - Hovering over some punctuation delimiters or brackets prepending the interactive token trigger code-intel popover rendering. Check out these occurrences on the video attached: - `!` in `!isLightTheme` - `.` in `bode.clas...
non_comp
token selection hovering over non interactive tokens triggers code intel popovers rendering hovering over some punctuation delimiters or brackets prepending the interactive token trigger code intel popover rendering check out these occurrences on the video attached in islighttheme in bode clas...
0
51,402
13,635,118,345
IssuesEvent
2020-09-25 01:57:01
nasifimtiazohi/openmrs-module-reporting-1.20.0
https://api.github.com/repos/nasifimtiazohi/openmrs-module-reporting-1.20.0
opened
CVE-2012-0881 (High) detected in xercesImpl-2.8.0.jar
security vulnerability
## CVE-2012-0881 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xercesImpl-2.8.0.jar</b></p></summary> <p>Xerces2 is the next generation of high performance, fully compliant XML parse...
True
CVE-2012-0881 (High) detected in xercesImpl-2.8.0.jar - ## CVE-2012-0881 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xercesImpl-2.8.0.jar</b></p></summary> <p>Xerces2 is the next g...
non_comp
cve high detected in xercesimpl jar cve high severity vulnerability vulnerable library xercesimpl jar is the next generation of high performance fully compliant xml parsers in the apache xerces family this new version of xerces introduces the xerces native interface xni...
0
10,431
12,396,126,034
IssuesEvent
2020-05-20 19:56:33
yooksi/daylight
https://api.github.com/repos/yooksi/daylight
closed
GUI element renders multiple times
bug compatibility
Darkhax reported Daylight rendering multiple GUI elements on Discord [#mmd-jam](https://discordapp.com/channels/176780432371744769/705964451328688198/712737128249032824). ![2020-05-20_201](https://user-images.githubusercontent.com/16436920/82487903-50129100-9adf-11ea-896e-0943bb8619d0.png)
True
GUI element renders multiple times - Darkhax reported Daylight rendering multiple GUI elements on Discord [#mmd-jam](https://discordapp.com/channels/176780432371744769/705964451328688198/712737128249032824). ![2020-05-20_201](https://user-images.githubusercontent.com/16436920/82487903-50129100-9adf-11ea-896e-0943bb8...
comp
gui element renders multiple times darkhax reported daylight rendering multiple gui elements on discord
1
18,099
25,008,790,237
IssuesEvent
2022-11-03 13:52:51
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
closed
Array dereference from SimpleDelegator doesn't work in each (iterating)
compatibility
### Description Array dereference in truffleruby works with arrays, but doesn't work with wrapped delegated arrays ### How to reproduce ```sh irb(main):001:0> Desc = Class.new(SimpleDelegator) => Desc irb(main):002:0> obj = Desc.new([:first, :second]) => [:first, :second] irb(main):003:0> [obj].each { |first, s...
True
Array dereference from SimpleDelegator doesn't work in each (iterating) - ### Description Array dereference in truffleruby works with arrays, but doesn't work with wrapped delegated arrays ### How to reproduce ```sh irb(main):001:0> Desc = Class.new(SimpleDelegator) => Desc irb(main):002:0> obj = Desc.new([:first...
comp
array dereference from simpledelegator doesn t work in each iterating description array dereference in truffleruby works with arrays but doesn t work with wrapped delegated arrays how to reproduce sh irb main desc class new simpledelegator desc irb main obj desc new i...
1
611,147
18,946,462,296
IssuesEvent
2021-11-18 10:41:34
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
Exclude jQuery that is added with jQuery Manager for WordPress
3rd party compatibility module: file optimization priority: low needs: details
The [jQuery Manager for WordPress](https://wordpress.org/plugins/jquery-manager/) plugin allows the user to load the jQuery version of their choice. If it's not the default WordPress one, `jQuery not defined` errors pop-up in the JavaScript console, because we do not automatically exclude it from JavaScript minifica...
1.0
Exclude jQuery that is added with jQuery Manager for WordPress - The [jQuery Manager for WordPress](https://wordpress.org/plugins/jquery-manager/) plugin allows the user to load the jQuery version of their choice. If it's not the default WordPress one, `jQuery not defined` errors pop-up in the JavaScript console, be...
non_comp
exclude jquery that is added with jquery manager for wordpress the plugin allows the user to load the jquery version of their choice if it s not the default wordpress one jquery not defined errors pop up in the javascript console because we do not automatically exclude it from javascript minification comb...
0
158,788
12,425,239,545
IssuesEvent
2020-05-24 15:26:59
IntellectualSites/FastAsyncWorldEdit
https://api.github.com/repos/IntellectualSites/FastAsyncWorldEdit
opened
fawe.limit in 1.15.2
Requires Testing
Hi, With fawe.limit I feel like I'm doing everything I need, but it doesn't work. I created my block limit 10,000 with //set for group "player" and then I gave fawe.limit.joueur to the group "player" (I also tried on personal permission) but when the players in this group make //set stone more than 10,000 blocks i...
1.0
fawe.limit in 1.15.2 - Hi, With fawe.limit I feel like I'm doing everything I need, but it doesn't work. I created my block limit 10,000 with //set for group "player" and then I gave fawe.limit.joueur to the group "player" (I also tried on personal permission) but when the players in this group make //set stone mo...
non_comp
fawe limit in hi with fawe limit i feel like i m doing everything i need but it doesn t work i created my block limit with set for group player and then i gave fawe limit joueur to the group player i also tried on personal permission but when the players in this group make set stone more t...
0
219,103
7,333,313,503
IssuesEvent
2018-03-05 19:00:45
langbakk/HSS
https://api.github.com/repos/langbakk/HSS
opened
Todo: add jobs Marten can do to earn more cash
ToDo enhancement graphics priority 2
Suggestions: Uber black (call it something else, ofc) Bartender?
1.0
Todo: add jobs Marten can do to earn more cash - Suggestions: Uber black (call it something else, ofc) Bartender?
non_comp
todo add jobs marten can do to earn more cash suggestions uber black call it something else ofc bartender
0
100,971
4,104,735,279
IssuesEvent
2016-06-05 15:36:03
seiyria/deck.zone
https://api.github.com/repos/seiyria/deck.zone
closed
support resources
feature:premium feature:standard priority:anytime
for google drive sheets, use https://github.com/jsoma/tabletop people on a premium plan could upload resources (to firebase storage) such as csvs and images. for now, only google sheets and images will be supported as resources (although it would be preferable to use urls to reference images, so this will mostly ...
1.0
support resources - for google drive sheets, use https://github.com/jsoma/tabletop people on a premium plan could upload resources (to firebase storage) such as csvs and images. for now, only google sheets and images will be supported as resources (although it would be preferable to use urls to reference images, ...
non_comp
support resources for google drive sheets use people on a premium plan could upload resources to firebase storage such as csvs and images for now only google sheets and images will be supported as resources although it would be preferable to use urls to reference images so this will mostly just be a te...
0
14,417
4,922,924,109
IssuesEvent
2016-11-25 08:18:32
typelead/eta
https://api.github.com/repos/typelead/eta
closed
Refactor + implement abstraction for Java arrays
codegen ffi type checker
This issue has three parts: 1. Remove the `JArray#` primitive. In hindsight, it appears to make things too complex. For example, declaring an `int[]` array now is: ``` haskell data IntArray = IntArray (Object# (JArray# Int#)) ``` The reason for doing this was to encode the array status in the...
1.0
Refactor + implement abstraction for Java arrays - This issue has three parts: 1. Remove the `JArray#` primitive. In hindsight, it appears to make things too complex. For example, declaring an `int[]` array now is: ``` haskell data IntArray = IntArray (Object# (JArray# Int#)) ``` The reason f...
non_comp
refactor implement abstraction for java arrays this issue has three parts remove the jarray primitive in hindsight it appears to make things too complex for example declaring an int array now is haskell data intarray intarray object jarray int the reason fo...
0
7,425
9,669,439,696
IssuesEvent
2019-05-21 17:22:36
jenkinsci/configuration-as-code-plugin
https://api.github.com/repos/jenkinsci/configuration-as-code-plugin
closed
provide build_timestamp configuration demo
plugin-compatibility
[jenkins-jira]: https://issues.jenkins-ci.org [dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341 [contributing]: ../blob/master/docs/CONTRIBUTING.md [compatibility]: ../blob/master/docs/COMPATIBILITY.md ### Your checklist for this issue 🚨 Please review the [guidelines for contribu...
True
provide build_timestamp configuration demo - [jenkins-jira]: https://issues.jenkins-ci.org [dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341 [contributing]: ../blob/master/docs/CONTRIBUTING.md [compatibility]: ../blob/master/docs/COMPATIBILITY.md ### Your checklist for this issue ...
comp
provide build timestamp configuration demo blob master docs contributing md blob master docs compatibility md your checklist for this issue 🚨 please review the to this repository 💡 to better understand plugin compatibility issues you can here is a link to get you...
1
71,965
15,210,122,262
IssuesEvent
2021-02-17 06:51:17
andythinkpower/Proj_02
https://api.github.com/repos/andythinkpower/Proj_02
opened
CVE-2020-24750 (High) detected in jackson-databind-2.9.3.jar
security vulnerability
## CVE-2020-24750 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-24750 (High) detected in jackson-databind-2.9.3.jar - ## CVE-2020-24750 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.3.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 proj proj pom xml path to...
0
2,438
5,188,653,143
IssuesEvent
2017-01-20 20:37:47
w3c/ortc
https://api.github.com/repos/w3c/ortc
closed
RTCSctpTransport lacks remote port
1.0 compatibility issue PR exists
If I haven't overlooked something, there's no way to determine the SCTP port of the remote peer. For WebRTC, the remote port can be found in the [offer/answer SDP](https://tools.ietf.org/html/draft-ietf-mmusic-sctp-sdp-19#section-5). I'm proposing to add the remote port to `RTCSctpCapabilities` as a ~~`remotePort...
True
RTCSctpTransport lacks remote port - If I haven't overlooked something, there's no way to determine the SCTP port of the remote peer. For WebRTC, the remote port can be found in the [offer/answer SDP](https://tools.ietf.org/html/draft-ietf-mmusic-sctp-sdp-19#section-5). I'm proposing to add the remote port to `RT...
comp
rtcsctptransport lacks remote port if i haven t overlooked something there s no way to determine the sctp port of the remote peer for webrtc the remote port can be found in the i m proposing to add the remote port to rtcsctpcapabilities as a remoteport port attribute port in the constructo...
1
13,875
16,600,650,073
IssuesEvent
2021-06-01 18:57:02
raxod502/straight.el
https://api.github.com/repos/raxod502/straight.el
closed
Current git commands set a too high version compatibility limit (>= 2.28)
compatibility external command feature git
Hello, According to https://github.com/raxod502/straight.el/blob/5541697ceee7e7ba937eddebba44f1e8e8af6a4f/straight.el#L2485 and this comment https://github.com/hlissner/doom-emacs/issues/5088#issuecomment-847249596 straight is currently setting a hard limit on the version of git that’s in the PATH in order t...
True
Current git commands set a too high version compatibility limit (>= 2.28) - Hello, According to https://github.com/raxod502/straight.el/blob/5541697ceee7e7ba937eddebba44f1e8e8af6a4f/straight.el#L2485 and this comment https://github.com/hlissner/doom-emacs/issues/5088#issuecomment-847249596 straight is curren...
comp
current git commands set a too high version compatibility limit hello according to and this comment straight is currently setting a hard limit on the version of git that’s in the path in order to operate literally almost has sorry for being hyperbolic no is compatible ...
1
131,064
27,818,770,190
IssuesEvent
2023-03-19 00:56:44
naomis-novas/homepage
https://api.github.com/repos/naomis-novas/homepage
closed
[FEAT] - Landing Page should have information about community
good first issue ⭐ goal: addition 🏁 status: ready for dev 💻 aspect: code 🟧 priority: high
# Feature Request ## Is your feature request related to a problem? Please describe: As a user, I should visit the home page and see information about our community. This information should include a brief description of the community's goals and purpose, and links to join the community chat (and other platforms?)...
1.0
[FEAT] - Landing Page should have information about community - # Feature Request ## Is your feature request related to a problem? Please describe: As a user, I should visit the home page and see information about our community. This information should include a brief description of the community's goals and purp...
non_comp
landing page should have information about community feature request is your feature request related to a problem please describe as a user i should visit the home page and see information about our community this information should include a brief description of the community s goals and purpose ...
0
3,836
6,688,853,289
IssuesEvent
2017-10-08 19:19:52
VCVRack/Rack
https://api.github.com/repos/VCVRack/Rack
closed
Building from master - confusing compilation error
compatibility
OS (if applicable): OS X 12.6 Version (or "dev" if compiling from source): dev Hopefully not too dumb a question; trying to learn something... Dyld Error Message: Library not loaded: /usr/local/lib/libGLEW.2.1.0.dylib Referenced from: /Applications/Rack/Rack.app/Contents/MacOS/Rack Reason: image not fou...
True
Building from master - confusing compilation error - OS (if applicable): OS X 12.6 Version (or "dev" if compiling from source): dev Hopefully not too dumb a question; trying to learn something... Dyld Error Message: Library not loaded: /usr/local/lib/libGLEW.2.1.0.dylib Referenced from: /Applications/Rack/...
comp
building from master confusing compilation error os if applicable os x version or dev if compiling from source dev hopefully not too dumb a question trying to learn something dyld error message library not loaded usr local lib libglew dylib referenced from applications rack r...
1
17,709
24,411,991,227
IssuesEvent
2022-10-05 13:08:32
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
incompatible_remote_dangling_symlinks
P1 incompatible-change team-Remote-Exec breaking-change-6.0
**Description**: This flag causes dangling symlinks found in the outputs of a locally executed action to be uploaded to a remote cache as such. The current behavior is for Bazel to throw an error in the presence of a dangling symlink. **Rationale**: Output symlinks, including the dangling kind, are a feature of the ...
True
incompatible_remote_dangling_symlinks - **Description**: This flag causes dangling symlinks found in the outputs of a locally executed action to be uploaded to a remote cache as such. The current behavior is for Bazel to throw an error in the presence of a dangling symlink. **Rationale**: Output symlinks, including ...
comp
incompatible remote dangling symlinks description this flag causes dangling symlinks found in the outputs of a locally executed action to be uploaded to a remote cache as such the current behavior is for bazel to throw an error in the presence of a dangling symlink rationale output symlinks including ...
1
57,463
6,547,978,371
IssuesEvent
2017-09-04 17:52:40
offa/scope-guard
https://api.github.com/repos/offa/scope-guard
closed
Check conformance again example Implementation
test
Check conformance again example Implementation of N3949.
1.0
Check conformance again example Implementation - Check conformance again example Implementation of N3949.
non_comp
check conformance again example implementation check conformance again example implementation of
0
4,914
7,528,098,979
IssuesEvent
2018-04-13 19:27:26
Jigsaw-Code/outline-client
https://api.github.com/repos/Jigsaw-Code/outline-client
closed
Please add xchacha20-ietf-poly1305 support
ss-compatibility
Already defined here https://github.com/Jigsaw-Code/outline-client/blob/master/third_party/shadowsocks-libev/src/aead.c#L110 Since we can use Outline Client as Shadowsocks Client, its necessary to support as many ciphers as possible. Thanks for your amazing work.
True
Please add xchacha20-ietf-poly1305 support - Already defined here https://github.com/Jigsaw-Code/outline-client/blob/master/third_party/shadowsocks-libev/src/aead.c#L110 Since we can use Outline Client as Shadowsocks Client, its necessary to support as many ciphers as possible. Thanks for your amazing work.
comp
please add ietf support already defined here since we can use outline client as shadowsocks client its necessary to support as many ciphers as possible thanks for your amazing work
1
27,333
21,636,810,262
IssuesEvent
2022-05-05 14:53:32
MessageKit/MessageKit
https://api.github.com/repos/MessageKit/MessageKit
closed
Podspec should use `resource_bundles`, not `resources` (`resources` causes assets to be clobbered when static linking is enabled)
enhancement cocoapods priority: medium infrastructure
**Describe the bug** #1565 reverted #1460, switching the podspec back to using 'resources' instead of 'resource_bundles'. This is bad choice. The motivation to do so (from #1564) is based on a misunderstanding of a bug caused by a separate framework. Reverting the change creates issues for anyone using the static...
1.0
Podspec should use `resource_bundles`, not `resources` (`resources` causes assets to be clobbered when static linking is enabled) - **Describe the bug** #1565 reverted #1460, switching the podspec back to using 'resources' instead of 'resource_bundles'. This is bad choice. The motivation to do so (from #1564) is ...
non_comp
podspec should use resource bundles not resources resources causes assets to be clobbered when static linking is enabled describe the bug reverted switching the podspec back to using resources instead of resource bundles this is bad choice the motivation to do so from is based on ...
0
14,292
17,189,978,400
IssuesEvent
2021-07-16 09:31:34
franzholz/tt_products
https://api.github.com/repos/franzholz/tt_products
closed
Wrong password when FE user is created by tt_products
compatibility
When tt_products creates a FE user on order finalize, the random generated password is not hashed correctly so when the user tries to log in with the password (s)he receive error. https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/PasswordHashing/Index.html#creating-a-hash
True
Wrong password when FE user is created by tt_products - When tt_products creates a FE user on order finalize, the random generated password is not hashed correctly so when the user tries to log in with the password (s)he receive error. https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/Passwor...
comp
wrong password when fe user is created by tt products when tt products creates a fe user on order finalize the random generated password is not hashed correctly so when the user tries to log in with the password s he receive error
1
19,712
27,348,960,607
IssuesEvent
2023-02-27 08:06:25
BartoszCichecki/LenovoLegionToolkit
https://api.github.com/repos/BartoszCichecki/LenovoLegionToolkit
closed
[COMPATIBILITY]: How to disable check device information when start up?
compatibility
### Version 2.9.1 ### OS Windows 11 22H2 build 22623 ### Device Legion Y7000P 2020H ### BIOS version EFCN58WW ### Which features of the application did you test? Device check when start. ### Which features of the application do not work as expected? I lost my DMI information when I repaired. When start the p...
True
[COMPATIBILITY]: How to disable check device information when start up? - ### Version 2.9.1 ### OS Windows 11 22H2 build 22623 ### Device Legion Y7000P 2020H ### BIOS version EFCN58WW ### Which features of the application did you test? Device check when start. ### Which features of the application do not work...
comp
how to disable check device information when start up version os windows build device legion bios version which features of the application did you test device check when start which features of the application do not work as expected i lost my dmi informati...
1
593,473
18,008,578,831
IssuesEvent
2021-09-16 05:14:00
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
youtube.com - desktop site instead of mobile site
priority-critical browser-fenix engine-gecko
<!-- @browser: Firefox Mobile 93.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:93.0) Gecko/93.0 Firefox/93.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/84863 --> <!-- @extra_labels: browser-fenix --> **URL**: http://youtube.com ...
1.0
youtube.com - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 93.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:93.0) Gecko/93.0 Firefox/93.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/84863 --> <!-- @extra_labe...
non_comp
youtube com desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes other problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce ...
0
5,872
8,317,770,552
IssuesEvent
2018-09-25 13:05:36
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
reopened
Value of Environment.CommandLine is different with the actual input
area-System.Runtime.Extensions tenet-compatibility
Hi, We are porting a .Net application to .Net Core. The application will run on Windows and we'd want it to have the same behavior with the origin one. In the application, we implemented a command line parser which reads command line from `Environment.CommandLine`. We'd want to reuse the code, while found `Environment...
True
Value of Environment.CommandLine is different with the actual input - Hi, We are porting a .Net application to .Net Core. The application will run on Windows and we'd want it to have the same behavior with the origin one. In the application, we implemented a command line parser which reads command line from `Environme...
comp
value of environment commandline is different with the actual input hi we are porting a net application to net core the application will run on windows and we d want it to have the same behavior with the origin one in the application we implemented a command line parser which reads command line from environme...
1
4,063
6,897,924,610
IssuesEvent
2017-11-24 06:48:48
einsteinsci/BetterBeginningsReborn
https://api.github.com/repos/einsteinsci/BetterBeginningsReborn
opened
Remove Iron Nugget
compatibility long-term update
Vanilla has an Iron Nugget since 1.11. The texture looks terrible, but it's vanilla, so there's no longer a need for modded iron nuggets. It might still need to be added to the ore dictionary (under `nuggetIron`) though if Forge doesn't do so already.
True
Remove Iron Nugget - Vanilla has an Iron Nugget since 1.11. The texture looks terrible, but it's vanilla, so there's no longer a need for modded iron nuggets. It might still need to be added to the ore dictionary (under `nuggetIron`) though if Forge doesn't do so already.
comp
remove iron nugget vanilla has an iron nugget since the texture looks terrible but it s vanilla so there s no longer a need for modded iron nuggets it might still need to be added to the ore dictionary under nuggetiron though if forge doesn t do so already
1
15,118
9,480,066,216
IssuesEvent
2019-04-20 14:39:38
AOSC-Dev/aosc-os-abbs
https://api.github.com/repos/AOSC-Dev/aosc-os-abbs
opened
openjdk: security update to 8u211
security to-stable upgrade
<!-- Please remove items do not apply. --> **CVE IDs:** CVE-2019-2602, CVE-2019-2684, CVE-2019-2697, CVE-2019-2698 **Other security advisory IDs:** RHSA-2019:0775-01 **Descriptions:** https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixJAVA | CVE# | Product | Component | Pr...
True
openjdk: security update to 8u211 - <!-- Please remove items do not apply. --> **CVE IDs:** CVE-2019-2602, CVE-2019-2684, CVE-2019-2697, CVE-2019-2698 **Other security advisory IDs:** RHSA-2019:0775-01 **Descriptions:** https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixJAVA ...
non_comp
openjdk security update to cve ids cve cve cve cve other security advisory ids rhsa descriptions cve product component protocol supported versions affected cve java se multiple java se ...
0
78,678
3,512,867,455
IssuesEvent
2016-01-11 06:09:55
plausible-yeti/client-recon
https://api.github.com/repos/plausible-yeti/client-recon
opened
Api - get twilio api sending basic text messages
API - 3rd Party Back-end Priority 1
Get the application set up to compose messages from the server.
1.0
Api - get twilio api sending basic text messages - Get the application set up to compose messages from the server.
non_comp
api get twilio api sending basic text messages get the application set up to compose messages from the server
0
54,930
11,352,467,697
IssuesEvent
2020-01-24 13:42:46
deckgo/deckdeckgo
https://api.github.com/repos/deckgo/deckdeckgo
closed
Haskell support
bug highlight-code
While testing we noticed two errors - When parsing a piece of Haskell code, it was not always correctly rendered. Once it worked out, once not Like ` ` ` salkmadklm ` ` ` - Not related to this component but when we tried the starter kit with markdown, the slide `code` didn't worked out when we provided a ...
1.0
Haskell support - While testing we noticed two errors - When parsing a piece of Haskell code, it was not always correctly rendered. Once it worked out, once not Like ` ` ` salkmadklm ` ` ` - Not related to this component but when we tried the starter kit with markdown, the slide `code` didn't worked out w...
non_comp
haskell support while testing we noticed two errors when parsing a piece of haskell code it was not always correctly rendered once it worked out once not like salkmadklm not related to this component but when we tried the starter kit with markdown the slide code didn t worked out w...
0
12,093
14,262,134,909
IssuesEvent
2020-11-20 12:28:48
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
Reviewer: Add Keyboard Shortcut: Check Pronunciation
Anki Ecosystem Compatibility Enhancement Reviewer
Apparently Anki Desktop uses `Shift+V` and `V` for this Requested in: https://groups.google.com/g/anki-android/c/fjs5BDNKJB0 ![image](https://user-images.githubusercontent.com/62114487/99776243-650cc300-2b08-11eb-8501-6616e84436f4.png)
True
Reviewer: Add Keyboard Shortcut: Check Pronunciation - Apparently Anki Desktop uses `Shift+V` and `V` for this Requested in: https://groups.google.com/g/anki-android/c/fjs5BDNKJB0 ![image](https://user-images.githubusercontent.com/62114487/99776243-650cc300-2b08-11eb-8501-6616e84436f4.png)
comp
reviewer add keyboard shortcut check pronunciation apparently anki desktop uses shift v and v for this requested in
1
6,145
8,559,408,250
IssuesEvent
2018-11-08 21:11:00
mozilla-mobile/firefox-tv
https://api.github.com/repos/mozilla-mobile/firefox-tv
opened
IMDB request desktop site doesn't work
site compatibility
## Steps to reproduce - Open IMDB - Request desktop site ### Expected behavior - IMDB desktop site displayed ### Actual behavior - IMDB mobile site displayed ### Device information * Fire TV device: Cube * Firefox version: 53a375c144f7a23464c47ff702ab8b8ac4a020cf ### Theory We are redirected to www...
True
IMDB request desktop site doesn't work - ## Steps to reproduce - Open IMDB - Request desktop site ### Expected behavior - IMDB desktop site displayed ### Actual behavior - IMDB mobile site displayed ### Device information * Fire TV device: Cube * Firefox version: 53a375c144f7a23464c47ff702ab8b8ac4a020c...
comp
imdb request desktop site doesn t work steps to reproduce open imdb request desktop site expected behavior imdb desktop site displayed actual behavior imdb mobile site displayed device information fire tv device cube firefox version theory we are redirected to ...
1
4,684
7,301,314,806
IssuesEvent
2018-02-27 04:24:44
shoes/shoes4
https://api.github.com/repos/shoes/shoes4
closed
Apply fail fast wrapper to all eval blocks in Shoes
Hacktoberfest Newcomer Friendly compatibility
Doesn't have to be a single PR. In fact, would be super happy with individual PRs against different spots. A good example of the basic mechanics of the changes are in https://github.com/shoes/shoes4/pull/1409/commits/d01a6d4a02b065085c8bf102d5812e22af99a798 Will keep this list up to date with the various location...
True
Apply fail fast wrapper to all eval blocks in Shoes - Doesn't have to be a single PR. In fact, would be super happy with individual PRs against different spots. A good example of the basic mechanics of the changes are in https://github.com/shoes/shoes4/pull/1409/commits/d01a6d4a02b065085c8bf102d5812e22af99a798 Wi...
comp
apply fail fast wrapper to all eval blocks in shoes doesn t have to be a single pr in fact would be super happy with individual prs against different spots a good example of the basic mechanics of the changes are in will keep this list up to date with the various locations as we find more of them ...
1
3,901
6,746,418,144
IssuesEvent
2017-10-21 01:52:54
Microsoft/ChakraCore
https://api.github.com/repos/Microsoft/ChakraCore
closed
Follow-up #2751: For Number#toString with a radix other than 10, never switch to exponential display
Compatibility help wanted Task
Follow-up to #2751 (PR #3635) Compatibility: align with other engines' implementation here. See @littledan's comment https://github.com/Microsoft/ChakraCore/issues/2751#issuecomment-326902301 /cc @xiaoyinl @littledan @bterlson
True
Follow-up #2751: For Number#toString with a radix other than 10, never switch to exponential display - Follow-up to #2751 (PR #3635) Compatibility: align with other engines' implementation here. See @littledan's comment https://github.com/Microsoft/ChakraCore/issues/2751#issuecomment-326902301 /cc @xiaoyinl @l...
comp
follow up for number tostring with a radix other than never switch to exponential display follow up to pr compatibility align with other engines implementation here see littledan s comment cc xiaoyinl littledan bterlson
1
22,907
20,573,988,172
IssuesEvent
2022-03-04 01:08:28
matomo-org/matomo
https://api.github.com/repos/matomo-org/matomo
closed
Misleading mouseover message (in Pages, after filter is applied)
Bug c: Usability
A user noticed and was confused by a misleading message in Pages. To reproduce: 1. Go to Dashboard > Behaviour > Pages 2. Apply a filter term (anything) 3. **Good** See that the hierarchical listing is frozen: the tree does not expand or collapse 4. Unexpected: The mouseover tooltip misleadingly says _Click ...
True
Misleading mouseover message (in Pages, after filter is applied) - A user noticed and was confused by a misleading message in Pages. To reproduce: 1. Go to Dashboard > Behaviour > Pages 2. Apply a filter term (anything) 3. **Good** See that the hierarchical listing is frozen: the tree does not expand or collap...
non_comp
misleading mouseover message in pages after filter is applied a user noticed and was confused by a misleading message in pages to reproduce go to dashboard behaviour pages apply a filter term anything good see that the hierarchical listing is frozen the tree does not expand or collap...
0
4,979
7,572,827,980
IssuesEvent
2018-04-23 15:56:29
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
CQL3: Delay restriction validation to better support MVs
cassandra 3.x compatibility internals materialized-views
*Installation details* Scylla version (or git commit hash): master Restrictions on a Materialized View where clause are not subject to the same requirements that restrictions on normal select statements are. For example, we can restrict a clustering column without having restricted the previous ones. The validat...
True
CQL3: Delay restriction validation to better support MVs - *Installation details* Scylla version (or git commit hash): master Restrictions on a Materialized View where clause are not subject to the same requirements that restrictions on normal select statements are. For example, we can restrict a clustering column ...
comp
delay restriction validation to better support mvs installation details scylla version or git commit hash master restrictions on a materialized view where clause are not subject to the same requirements that restrictions on normal select statements are for example we can restrict a clustering column wit...
1
551,117
16,163,094,843
IssuesEvent
2021-05-01 02:06:20
linkerd/website
https://api.github.com/repos/linkerd/website
closed
trust anchor link within the Installing Multi-cluster Components section broken
priority/P0
## Bug Report ### What is the issue? Within the [Installing Multi-cluster Components](https://linkerd.io/2.10/tasks/installing-multicluster/#) requirements section, the trust anchor link is broken, with the link directing to this URL: https://linkerd.io../generate-certificates/#trust-anchor-certificate&_ga=2.155591...
1.0
trust anchor link within the Installing Multi-cluster Components section broken - ## Bug Report ### What is the issue? Within the [Installing Multi-cluster Components](https://linkerd.io/2.10/tasks/installing-multicluster/#) requirements section, the trust anchor link is broken, with the link directing to this URL:...
non_comp
trust anchor link within the installing multi cluster components section broken bug report what is the issue within the requirements section the trust anchor link is broken with the link directing to this url how can it be reproduced click on the link
0
140,242
11,306,535,779
IssuesEvent
2020-01-18 14:49:53
eclipse/openj9
https://api.github.com/repos/eclipse/openj9
opened
ASSERTION FAILED at ./MarkingScheme.hpp:71
test failure
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_x86-64_linux_Nightly/255 https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_x86-64_linux_xl_Nightly/255 https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_s390x_linux_Nightly/258 https://ci.eclipse.org/openj9/job/Test_openjd...
1.0
ASSERTION FAILED at ./MarkingScheme.hpp:71 - https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_x86-64_linux_Nightly/255 https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_x86-64_linux_xl_Nightly/255 https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_s390x_linux_Nightly/258 ...
non_comp
assertion failed at markingscheme hpp etc testjlmremotememoryauth linux testjlmremoteclassnoauth linux testjlmremotethreadnoauth linux testjlmremotememorynoauth linux testjlmremoteclassnoauth assertion failed at markingscheme hpp false
0
12,618
14,918,263,044
IssuesEvent
2021-01-22 21:21:22
unascribed/Fabrication
https://api.github.com/repos/unascribed/Fabrication
closed
Forgery + OptiFine freezes the game for a while on launch
k: Incompatibility n: Forge n: OptiFine s: Needs Research
The game freezes for a fairly long period of time after "mod loading complete" with both mods. It also throws it back to the loading screen for more atlas stitching after reaching the main menu.
True
Forgery + OptiFine freezes the game for a while on launch - The game freezes for a fairly long period of time after "mod loading complete" with both mods. It also throws it back to the loading screen for more atlas stitching after reaching the main menu.
comp
forgery optifine freezes the game for a while on launch the game freezes for a fairly long period of time after mod loading complete with both mods it also throws it back to the loading screen for more atlas stitching after reaching the main menu
1
682,830
23,359,153,415
IssuesEvent
2022-08-10 10:04:59
exeGesIS-SDM/NetworkDesignTools_Feb21
https://api.github.com/repos/exeGesIS-SDM/NetworkDesignTools_Feb21
closed
Drop cable builder No 3
Priority 1
No 3 1. Prompt user to click on pole 2. Prompt user to click on secondary node(SN) polygon 3. Select all address points in the SN 4. For each address point: - Draw a cable from the pole to the address point - Select the mastermap building polygon that the address point falls inside - Delete the part of the cab...
1.0
Drop cable builder No 3 - No 3 1. Prompt user to click on pole 2. Prompt user to click on secondary node(SN) polygon 3. Select all address points in the SN 4. For each address point: - Draw a cable from the pole to the address point - Select the mastermap building polygon that the address point falls inside - ...
non_comp
drop cable builder no no prompt user to click on pole prompt user to click on secondary node sn polygon select all address points in the sn for each address point draw a cable from the pole to the address point select the mastermap building polygon that the address point falls inside ...
0
6,183
8,585,404,644
IssuesEvent
2018-11-14 03:10:29
jupyterlab/jupyterlab
https://api.github.com/repos/jupyterlab/jupyterlab
closed
Close without saving dialog even when no changes
pkg:docregistry tag:Backwards compatible type:Bug
When I try and close a file which I've just opened and has no changes I still see the *"Close without saving"* dialog: ![image](https://user-images.githubusercontent.com/881019/35315594-e1b449fe-0118-11e8-8a2e-53596041522a.png) python 3.6.4 jupyterlab 0.31.1
True
Close without saving dialog even when no changes - When I try and close a file which I've just opened and has no changes I still see the *"Close without saving"* dialog: ![image](https://user-images.githubusercontent.com/881019/35315594-e1b449fe-0118-11e8-8a2e-53596041522a.png) python 3.6.4 jupyterlab 0.31.1
comp
close without saving dialog even when no changes when i try and close a file which i ve just opened and has no changes i still see the close without saving dialog python jupyterlab
1
282,723
21,315,921,149
IssuesEvent
2022-04-16 09:14:06
YitHien/pe
https://api.github.com/repos/YitHien/pe
opened
Strange line describing dishes in Staff section of User Guide
severity.VeryLow type.DocumentationBug
Under the 'Print Staff' section, a random line stating that "if there is no dish in the menu. The output will be": ![image.png](https://raw.githubusercontent.com/YitHien/pe/main/files/36079fea-9411-4081-ae18-5bb935bdaa32.png) <!--session: 1650096046357-45a1bee9-827b-4d1b-9ffb-8b095debf791--> <!--Version: Desktop v...
1.0
Strange line describing dishes in Staff section of User Guide - Under the 'Print Staff' section, a random line stating that "if there is no dish in the menu. The output will be": ![image.png](https://raw.githubusercontent.com/YitHien/pe/main/files/36079fea-9411-4081-ae18-5bb935bdaa32.png) <!--session: 165009604635...
non_comp
strange line describing dishes in staff section of user guide under the print staff section a random line stating that if there is no dish in the menu the output will be
0
111,216
24,088,677,877
IssuesEvent
2022-09-19 13:10:25
backstage/backstage
https://api.github.com/repos/backstage/backstage
closed
styling is not being reflected in techdocs - extra.css is not being found/registered
bug docs-like-code
## Expected Behavior the CSS path registered under "extra_css" in mkdocs.yml should be registered on the page. ## Actual Behavior Styling is not being reflected. ## Steps to Reproduce 1. Create a new TechDocs site with the techdocs-cli NPM package (yarn or npm) 2. Configure "mkdocs.yml" with a custom C...
1.0
styling is not being reflected in techdocs - extra.css is not being found/registered - ## Expected Behavior the CSS path registered under "extra_css" in mkdocs.yml should be registered on the page. ## Actual Behavior Styling is not being reflected. ## Steps to Reproduce 1. Create a new TechDocs site wit...
non_comp
styling is not being reflected in techdocs extra css is not being found registered expected behavior the css path registered under extra css in mkdocs yml should be registered on the page actual behavior styling is not being reflected steps to reproduce create a new techdocs site wit...
0
15,303
19,529,320,053
IssuesEvent
2021-12-30 13:54:57
qouteall/ImmersivePortalsMod
https://api.github.com/repos/qouteall/ImmersivePortalsMod
closed
Incompatible with Better End. End portal crash
Mod Compatibility
Playing fabric (api: 0.36.0, loader 0.11.6), minecraft 1.17, immersive portals 0.10. Have a chunk of other mods, including BetterEnd and BetterNether. As well as Better Strongholds (yung). I also am running lithium and krypton. Game instantly crashes when placing the last eye of ender in the end portal (right after th...
True
Incompatible with Better End. End portal crash - Playing fabric (api: 0.36.0, loader 0.11.6), minecraft 1.17, immersive portals 0.10. Have a chunk of other mods, including BetterEnd and BetterNether. As well as Better Strongholds (yung). I also am running lithium and krypton. Game instantly crashes when placing the la...
comp
incompatible with better end end portal crash playing fabric api loader minecraft immersive portals have a chunk of other mods including betterend and betternether as well as better strongholds yung i also am running lithium and krypton game instantly crashes when placing the last e...
1
135,572
5,254,786,116
IssuesEvent
2017-02-02 13:57:32
projectcalico/felix
https://api.github.com/repos/projectcalico/felix
closed
Routes to devices are not restored automatically
area/felix kind/enhancement priority/P2 state/work-in-progress
Routes to "cali*" interfaces are not monitored so they could be removed accidentally which leads to unreachable workload (pod). **Steps to reproduce:** on a k8s+calico node remove any route to endpoint: ``` $ ip ro | grep cali 10.233.120.130 dev calia44f8339e4a scope link $ ip ro del 10.233.120.130 ``` ...
1.0
Routes to devices are not restored automatically - Routes to "cali*" interfaces are not monitored so they could be removed accidentally which leads to unreachable workload (pod). **Steps to reproduce:** on a k8s+calico node remove any route to endpoint: ``` $ ip ro | grep cali 10.233.120.130 dev calia44f8339e4...
non_comp
routes to devices are not restored automatically routes to cali interfaces are not monitored so they could be removed accidentally which leads to unreachable workload pod steps to reproduce on a calico node remove any route to endpoint ip ro grep cali dev scope link ip ro...
0
561,074
16,610,766,842
IssuesEvent
2021-06-02 11:12:16
vaticle/docs
https://api.github.com/repos/vaticle/docs
closed
Update all Graql queries and make sure CI pass
priority: blocker type: bug
## Description Docs contain outdated Graql queries, and CI is failing. https://grabl.io/graknlabs/docs/44ad97a389a77947fc3a47ac4beeabae34434c3c ## Location of Content https://grabl.io/graknlabs/docs/44ad97a389a77947fc3a47ac4beeabae34434c3c ## Expected Content Up to date with latest graknlabs/grakn@master...
1.0
Update all Graql queries and make sure CI pass - ## Description Docs contain outdated Graql queries, and CI is failing. https://grabl.io/graknlabs/docs/44ad97a389a77947fc3a47ac4beeabae34434c3c ## Location of Content https://grabl.io/graknlabs/docs/44ad97a389a77947fc3a47ac4beeabae34434c3c ## Expected Content...
non_comp
update all graql queries and make sure ci pass description docs contain outdated graql queries and ci is failing location of content expected content up to date with latest graknlabs grakn master actual content broken additional information na
0
2,823
5,626,232,880
IssuesEvent
2017-04-04 21:20:16
Polymer/polymer
https://api.github.com/repos/Polymer/polymer
closed
TypeError: t.getBoundingClientRect is not a function
1.x 1.x-2.x compatibility 2.x p1
_From @camargo on March 24, 2017 19:24_ <!-- Instructions: https://github.com/PolymerElements/iron-overlay-behavior/CONTRIBUTING.md#filing-issues --> ### Description This is the same issue as #44. ### Expected outcome No error should be thrown. ### Actual outcome Getting the error in the console: `Typ...
True
TypeError: t.getBoundingClientRect is not a function - _From @camargo on March 24, 2017 19:24_ <!-- Instructions: https://github.com/PolymerElements/iron-overlay-behavior/CONTRIBUTING.md#filing-issues --> ### Description This is the same issue as #44. ### Expected outcome No error should be thrown. ### Actu...
comp
typeerror t getboundingclientrect is not a function from camargo on march description this is the same issue as expected outcome no error should be thrown actual outcome getting the error in the console typeerror t getboundingclientrect is not a function this i...
1
15,795
20,622,786,792
IssuesEvent
2022-03-07 19:08:26
Creators-of-Create/Create
https://api.github.com/repos/Creators-of-Create/Create
closed
Features that could move a tile entity are incompatible with Tinkers Construct
bug compatibility 1.16 stale
Using a cart assembler or mechanical piston, parts of the TC's smeltery could be moved without breaking the integrity check by tconstruct. Some "exploits" Building a smeltery with fewer blocks ![2021-12-10_11 39 46](https://user-images.githubusercontent.com/61650578/145568803-b1e56e88-79ed-4387-912b-b3e367ea5552...
True
Features that could move a tile entity are incompatible with Tinkers Construct - Using a cart assembler or mechanical piston, parts of the TC's smeltery could be moved without breaking the integrity check by tconstruct. Some "exploits" Building a smeltery with fewer blocks ![2021-12-10_11 39 46](https://user-ima...
comp
features that could move a tile entity are incompatible with tinkers construct using a cart assembler or mechanical piston parts of the tc s smeltery could be moved without breaking the integrity check by tconstruct some exploits building a smeltery with fewer blocks wireless fluid transfer ...
1
20,146
28,146,964,345
IssuesEvent
2023-04-02 15:44:54
DeepLabCut/DeepLabCut
https://api.github.com/repos/DeepLabCut/DeepLabCut
closed
videos cut and pasted rather than copied when symlink fails on windows
backwards compatibility
### Is there an existing issue for this? - [X] I have searched the existing issues ### Bug description I called `add_videos` on the command line without setting `copy_videos`. Symlink creation failed, but instead of stopping, or copying the videos, the videos were cut and pasted (moved) per the printed output. M...
True
videos cut and pasted rather than copied when symlink fails on windows - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Bug description I called `add_videos` on the command line without setting `copy_videos`. Symlink creation failed, but instead of stopping, or copying the vi...
comp
videos cut and pasted rather than copied when symlink fails on windows is there an existing issue for this i have searched the existing issues bug description i called add videos on the command line without setting copy videos symlink creation failed but instead of stopping or copying the vide...
1
25,616
4,417,702,983
IssuesEvent
2016-08-15 07:21:07
snowie2000/mactype
https://api.github.com/repos/snowie2000/mactype
closed
It doesn't work well with Windows 8.1
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Install mactype 2. Set the smoothing techniques 3. Look at the Start screen & the Win Store apps. What is the expected output? What do you see instead? The font should be smooth. But it doesn't change at all. What version of the product are you using? On what operating sy...
1.0
It doesn't work well with Windows 8.1 - ``` What steps will reproduce the problem? 1. Install mactype 2. Set the smoothing techniques 3. Look at the Start screen & the Win Store apps. What is the expected output? What do you see instead? The font should be smooth. But it doesn't change at all. What version of the pro...
non_comp
it doesn t work well with windows what steps will reproduce the problem install mactype set the smoothing techniques look at the start screen the win store apps what is the expected output what do you see instead the font should be smooth but it doesn t change at all what version of the pro...
0
389,946
26,840,583,634
IssuesEvent
2023-02-02 23:56:53
o3de/o3de.org
https://api.github.com/repos/o3de/o3de.org
closed
[DOCS] Atom Sample Viewer
feature/atom kind/documentation priority/critical
## Describe the issue briefly The Atom Guide contains the Atom Sample Viewer section, which needs documentation. What is the Atom Sample Viewer? A standalone application built using O3DE that showcases Atom's features, and demonstrates samples of how the those features are developed. The Atom Sample Viewer can b...
1.0
[DOCS] Atom Sample Viewer - ## Describe the issue briefly The Atom Guide contains the Atom Sample Viewer section, which needs documentation. What is the Atom Sample Viewer? A standalone application built using O3DE that showcases Atom's features, and demonstrates samples of how the those features are developed. ...
non_comp
atom sample viewer describe the issue briefly the atom guide contains the atom sample viewer section which needs documentation what is the atom sample viewer a standalone application built using that showcases atom s features and demonstrates samples of how the those features are developed the atom...
0
330,258
24,253,022,294
IssuesEvent
2022-09-27 15:29:24
napari/napari
https://api.github.com/repos/napari/napari
opened
Add warning banner to older versions of documentation
documentation
## 📚 Documentation From https://github.com/napari/napari/pull/5096#issuecomment-1250673847: > it would also be great if we had a nice colorful warning on the website that tells people that that's not the latest version (see for example the [numpy docs](https://numpy.org/doc/1.19/index.html))
1.0
Add warning banner to older versions of documentation - ## 📚 Documentation From https://github.com/napari/napari/pull/5096#issuecomment-1250673847: > it would also be great if we had a nice colorful warning on the website that tells people that that's not the latest version (see for example the [numpy docs](http...
non_comp
add warning banner to older versions of documentation 📚 documentation from it would also be great if we had a nice colorful warning on the website that tells people that that s not the latest version see for example the
0
4,746
7,349,776,318
IssuesEvent
2018-03-08 11:57:16
Kismuz/btgym
https://api.github.com/repos/Kismuz/btgym
closed
Problem to run the code
compatibility correction framework
I have a problem to run the code, after the first epoch, I call the function env.reset() to start a new one but I have the following error : WARN: gym.spaces.Box autodetected dtype as <class 'numpy.float32'>. Please provide explicit dtype. WARN: gym.spaces.Box autodetected dtype as <class 'numpy.float32'>. Please ...
True
Problem to run the code - I have a problem to run the code, after the first epoch, I call the function env.reset() to start a new one but I have the following error : WARN: gym.spaces.Box autodetected dtype as <class 'numpy.float32'>. Please provide explicit dtype. WARN: gym.spaces.Box autodetected dtype as <class...
comp
problem to run the code i have a problem to run the code after the first epoch i call the function env reset to start a new one but i have the following error warn gym spaces box autodetected dtype as please provide explicit dtype warn gym spaces box autodetected dtype as please provide explicit d...
1
15,776
20,604,906,838
IssuesEvent
2022-03-06 20:42:40
IrisShaders/Iris
https://api.github.com/repos/IrisShaders/Iris
closed
[Immersive portals] Mirrors not working above water when shaders are enabled
bug mod compatibility
### What happened? mirrors are not working shaders enabled: ![image](https://user-images.githubusercontent.com/68589851/131238175-79c463fc-16a8-4117-badc-2e564919c89d.png) shades disabled: ![image](https://user-images.githubusercontent.com/68589851/131238179-0cae2b78-8e33-4b8a-b825-c860ef89b219.png) shader: comp ...
True
[Immersive portals] Mirrors not working above water when shaders are enabled - ### What happened? mirrors are not working shaders enabled: ![image](https://user-images.githubusercontent.com/68589851/131238175-79c463fc-16a8-4117-badc-2e564919c89d.png) shades disabled: ![image](https://user-images.githubusercontent....
comp
mirrors not working above water when shaders are enabled what happened mirrors are not working shaders enabled shades disabled shader comp screenshots no response relevant log output no response iris and minecraft version iris pre rev sodium rev ...
1
31,598
6,555,568,878
IssuesEvent
2017-09-06 10:49:16
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[transaction] [map] TransactionalMapProxy depends on MapContainer
Team: Core Type: Defect
Creating a `TransactionalMapProxy` should not also trigger creation of the backing `MapContainer`.
1.0
[transaction] [map] TransactionalMapProxy depends on MapContainer - Creating a `TransactionalMapProxy` should not also trigger creation of the backing `MapContainer`.
non_comp
transactionalmapproxy depends on mapcontainer creating a transactionalmapproxy should not also trigger creation of the backing mapcontainer
0
4,066
6,899,747,108
IssuesEvent
2017-11-24 15:04:48
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
Range tombstones are incorrectly serialized for compact storage tables with a single clustering column
bug cassandra 2.2 compatibility cassandra 3.x compatibility
```cql create table x (pk int, ck int, v int, primary key(pk, ck)) with compact storage; insert into x (pk, ck, v) values (1, 1, 1); DELETE from x where pk = 1 and ck = 1; ``` sstabledump: ``` [ { "partition" : { "key" : [ "1" ], "position" : 0 }, "rows" : [ { ...
True
Range tombstones are incorrectly serialized for compact storage tables with a single clustering column - ```cql create table x (pk int, ck int, v int, primary key(pk, ck)) with compact storage; insert into x (pk, ck, v) values (1, 1, 1); DELETE from x where pk = 1 and ck = 1; ``` sstabledump: ``` [ { ...
comp
range tombstones are incorrectly serialized for compact storage tables with a single clustering column cql create table x pk int ck int v int primary key pk ck with compact storage insert into x pk ck v values delete from x where pk and ck sstabledump ...
1
36,479
7,954,782,383
IssuesEvent
2018-07-12 08:40:49
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Referenced WindowDefinitions should not be inlined in MySQL, Sybase SQL Anywhere
C: Functionality P: Low R: Fixed T: Defect
MySQL and Sybase SQL Anywhere support the `WINDOW` clause to create named window definitions. Yet, jOOQ inlines the references in these databases. We should reference them by name. This is a cosmetic change and will not be backported
1.0
Referenced WindowDefinitions should not be inlined in MySQL, Sybase SQL Anywhere - MySQL and Sybase SQL Anywhere support the `WINDOW` clause to create named window definitions. Yet, jOOQ inlines the references in these databases. We should reference them by name. This is a cosmetic change and will not be backported
non_comp
referenced windowdefinitions should not be inlined in mysql sybase sql anywhere mysql and sybase sql anywhere support the window clause to create named window definitions yet jooq inlines the references in these databases we should reference them by name this is a cosmetic change and will not be backported
0
88,719
17,649,979,965
IssuesEvent
2021-08-20 11:52:13
microsoft/vscode-pull-request-github
https://api.github.com/repos/microsoft/vscode-pull-request-github
reopened
Old image version is not shown when viewing a pull request change for an image
upstream/vscode
- Extension version: v0.29.2 - VSCode Version: 1.59.0 - OS: GitHub editor Steps to Reproduce: 1. Open https://github.dev/Artur-/screenshot-public/pull/1 2. Click "image.png" Expected outcome: The image currently in the repository is shown on the left side, the image included in the PR is shown on the right...
1.0
Old image version is not shown when viewing a pull request change for an image - - Extension version: v0.29.2 - VSCode Version: 1.59.0 - OS: GitHub editor Steps to Reproduce: 1. Open https://github.dev/Artur-/screenshot-public/pull/1 2. Click "image.png" Expected outcome: The image currently in the reposit...
non_comp
old image version is not shown when viewing a pull request change for an image extension version vscode version os github editor steps to reproduce open click image png expected outcome the image currently in the repository is shown on the left side the image included in...
0
400,012
27,265,608,682
IssuesEvent
2023-02-22 17:47:14
F5Networks/f5-appsvcs-templates
https://api.github.com/repos/F5Networks/f5-appsvcs-templates
closed
FAST creates telemetry streaming related objects in /Common/Shared
bug documentation
### Environment * FAST RPM Version: 1.22.0 * BIG-IP Version: 16.1.3.2 ### Summary FAST creates telemetry streaming related objects in `/Common/Shared`. It does so even when telemetry streaming is not installed. This seems undocumented and is not desirable in all use-cases. [Appendix A: API Reference](ht...
1.0
FAST creates telemetry streaming related objects in /Common/Shared - ### Environment * FAST RPM Version: 1.22.0 * BIG-IP Version: 16.1.3.2 ### Summary FAST creates telemetry streaming related objects in `/Common/Shared`. It does so even when telemetry streaming is not installed. This seems undocumented and...
non_comp
fast creates telemetry streaming related objects in common shared environment fast rpm version big ip version summary fast creates telemetry streaming related objects in common shared it does so even when telemetry streaming is not installed this seems undocumented and i...
0
1,419
3,954,826,561
IssuesEvent
2016-04-29 18:29:13
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
Memcached incompatability
php5 incompatibility
### HHVM Version 3.10.1 ### Standalone code, or other way to reproduce the problem ``` <?php $mem = new Memcached(...); $mem->addServers(...); $mem->setOptions([ Memcached::OPT_BINARY_PROTOCOL => 1 ]); $key = generateRandomString(); var_dump($mem->increment($key, 1, 0)); var_dump($mem->getRes...
True
Memcached incompatability - ### HHVM Version 3.10.1 ### Standalone code, or other way to reproduce the problem ``` <?php $mem = new Memcached(...); $mem->addServers(...); $mem->setOptions([ Memcached::OPT_BINARY_PROTOCOL => 1 ]); $key = generateRandomString(); var_dump($mem->increment($key, 1,...
comp
memcached incompatability hhvm version standalone code or other way to reproduce the problem php mem new memcached mem addservers mem setoptions memcached opt binary protocol key generaterandomstring var dump mem increment key ...
1
169,553
20,841,783,526
IssuesEvent
2022-03-21 01:31:25
szb512/redux-saga-1
https://api.github.com/repos/szb512/redux-saga-1
opened
CVE-2021-44906 (High) detected in multiple libraries
security vulnerability
## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b...
True
CVE-2021-44906 (High) detected in multiple libraries - ## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimis...
non_comp
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file package json path to vu...
0
278,636
8,648,458,761
IssuesEvent
2018-11-26 16:38:08
Caleydo/lineupjs
https://api.github.com/repos/Caleydo/lineupjs
closed
Add top level description and nested histograms for combined columns
priority: low type: feature
For combined columns, use the approach we had in lineup with a top level description and nested histograms. This seems to be broken now.
1.0
Add top level description and nested histograms for combined columns - For combined columns, use the approach we had in lineup with a top level description and nested histograms. This seems to be broken now.
non_comp
add top level description and nested histograms for combined columns for combined columns use the approach we had in lineup with a top level description and nested histograms this seems to be broken now
0
1,790
4,348,785,928
IssuesEvent
2016-07-30 04:41:44
jamesiarmes/php-ews
https://api.github.com/repos/jamesiarmes/php-ews
closed
Loading EWSTypes
Backward Incompatible Feature Request
Personally, it's a PIA to load each individual EWSType. In addition, I don't want to load all of them by looping over all the classes in EWSType directory. ```php <?php /** * load the needed EWSTypes * * @author Ian Tyndall <http://blog.ianty.com> */ class EWSType_Factory { /** * type loader */ ...
True
Loading EWSTypes - Personally, it's a PIA to load each individual EWSType. In addition, I don't want to load all of them by looping over all the classes in EWSType directory. ```php <?php /** * load the needed EWSTypes * * @author Ian Tyndall <http://blog.ianty.com> */ class EWSType_Factory { /** * ...
comp
loading ewstypes personally it s a pia to load each individual ewstype in addition i don t want to load all of them by looping over all the classes in ewstype directory php php load the needed ewstypes author ian tyndall class ewstype factory type loader ...
1
20,103
28,078,601,801
IssuesEvent
2023-03-30 03:16:48
Yesssssman/epicfightmod
https://api.github.com/repos/Yesssssman/epicfightmod
reopened
[Bug|Crash]: The key of attack in combat mode can't be changed ,i'd like to replace the left mouse button with some other key
mod incompatibility work-in-progress
### Have you checked if a similar issue is already reported by someone else? - [ ] I checked there are no similar issues have been reported. ### Have you read the support policy? - [X] I read it and I accept the policy. ### Are you using the latest Epic Fight and recommended Forge version? - [X] I checked I'm usin...
True
[Bug|Crash]: The key of attack in combat mode can't be changed ,i'd like to replace the left mouse button with some other key - ### Have you checked if a similar issue is already reported by someone else? - [ ] I checked there are no similar issues have been reported. ### Have you read the support policy? - [X] I re...
comp
the key of attack in combat mode can t be changed i d like to replace the left mouse button with some other key have you checked if a similar issue is already reported by someone else i checked there are no similar issues have been reported have you read the support policy i read it and i ac...
1
521,787
15,115,758,844
IssuesEvent
2021-02-09 05:17:31
celo-org/celo-monorepo
https://api.github.com/repos/celo-org/celo-monorepo
closed
[Wallet] Users SBAT know when each Cash In provider was last used
Component: Add/Withdraw Priority: P3 enhancement wallet
### Expected Behavior Users can see the most recent date they used a cash in provider, mocks here: https://www.figma.com/file/zt7aTQ5wuXycIwxq5oAmF9/Wallet--Refresh?node-id=3136%3A0 <img width="305" alt="Screen Shot 2020-05-20 at 8 41 55 AM" src="https://user-images.githubusercontent.com/16907027/82466872-c8dd0...
1.0
[Wallet] Users SBAT know when each Cash In provider was last used - ### Expected Behavior Users can see the most recent date they used a cash in provider, mocks here: https://www.figma.com/file/zt7aTQ5wuXycIwxq5oAmF9/Wallet--Refresh?node-id=3136%3A0 <img width="305" alt="Screen Shot 2020-05-20 at 8 41 55 AM" sr...
non_comp
users sbat know when each cash in provider was last used expected behavior users can see the most recent date they used a cash in provider mocks here img width alt screen shot at am src current behavior no tracking of when a cash in provider was last used
0
252,377
8,035,384,626
IssuesEvent
2018-07-30 04:09:30
TwoRavens/TwoRavens
https://api.github.com/repos/TwoRavens/TwoRavens
opened
remove tabs for tasks/subtasks/metrics
Priority
There are three tabs devoted to tasks/subtasks/metrics, that mirror the Dataverse mode design of selecting a statistical model when Zelig models were offered. These are very rarely changed by the user. It is a lot of real visual real estate devoted to things one probably shouldn't touch. Indeed we added locks to t...
1.0
remove tabs for tasks/subtasks/metrics - There are three tabs devoted to tasks/subtasks/metrics, that mirror the Dataverse mode design of selecting a statistical model when Zelig models were offered. These are very rarely changed by the user. It is a lot of real visual real estate devoted to things one probably sho...
non_comp
remove tabs for tasks subtasks metrics there are three tabs devoted to tasks subtasks metrics that mirror the dataverse mode design of selecting a statistical model when zelig models were offered these are very rarely changed by the user it is a lot of real visual real estate devoted to things one probably sho...
0
146,221
11,729,666,768
IssuesEvent
2020-03-10 19:49:35
cs210/ABC-Virtual-Anchor
https://api.github.com/repos/cs210/ABC-Virtual-Anchor
closed
Producer UI Testing Plans
P3 User Testing
Create a producer testing plan to be able to effectively gather feedback from producers. Identify an essential question we want to answer from testing. (RITE testing method)
1.0
Producer UI Testing Plans - Create a producer testing plan to be able to effectively gather feedback from producers. Identify an essential question we want to answer from testing. (RITE testing method)
non_comp
producer ui testing plans create a producer testing plan to be able to effectively gather feedback from producers identify an essential question we want to answer from testing rite testing method
0
96,930
3,975,633,189
IssuesEvent
2016-05-05 06:55:16
GaloisInc/cryptol
https://api.github.com/repos/GaloisInc/cryptol
closed
"Captured quantified variables" error
bug priority typechecker
This is an older issue, but I wanted to move it here. The Cryptol code below causes all sorts of heck when loaded. ``` type Field fv = { field_zero : fv , field_unit : fv , is_equal : (fv, fv) -> Bit } type AffinePoint fv = { x : fv, y : fv } type ProjectivePoint fv = { x : fv, y : fv, z : fv } ...
1.0
"Captured quantified variables" error - This is an older issue, but I wanted to move it here. The Cryptol code below causes all sorts of heck when loaded. ``` type Field fv = { field_zero : fv , field_unit : fv , is_equal : (fv, fv) -> Bit } type AffinePoint fv = { x : fv, y : fv } type Projective...
non_comp
captured quantified variables error this is an older issue but i wanted to move it here the cryptol code below causes all sorts of heck when loaded type field fv field zero fv field unit fv is equal fv fv bit type affinepoint fv x fv y fv type projective...
0