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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18,960 | 26,352,621,894 | IssuesEvent | 2023-01-11 06:55:30 | Nixinova/LinguistJS | https://api.github.com/repos/Nixinova/LinguistJS | closed | Attributes wildcards do not match into subfolders | bug compatibility | When parsing gitattributes files, `**/*.ext` is treated differently from `*.ext`.
`*.ext` is treated the same as `./*.ext` while `**/*.ext` is the one that matches into subfolders.
GitHub Linguist treats these the same.
---
Using a `.gitattributes` of `*.ext linguist-language=Lang`:`
1. File structure of `... | True | Attributes wildcards do not match into subfolders - When parsing gitattributes files, `**/*.ext` is treated differently from `*.ext`.
`*.ext` is treated the same as `./*.ext` while `**/*.ext` is the one that matches into subfolders.
GitHub Linguist treats these the same.
---
Using a `.gitattributes` of `*.ext... | comp | attributes wildcards do not match into subfolders when parsing gitattributes files ext is treated differently from ext ext is treated the same as ext while ext is the one that matches into subfolders github linguist treats these the same using a gitattributes of ext... | 1 |
136,546 | 5,284,473,416 | IssuesEvent | 2017-02-08 00:27:22 | imrogues/abstract | https://api.github.com/repos/imrogues/abstract | opened | Built–In Functions | [priority] low [status] accepted [type] feature | ### Description
Add built-in function to interpreter.
---
### Issue Checklist
- [ ] `len`
All issues in milestone: [5 Extending](https://github.com/imrogues/abstract/milestone/5)
---
### Assignees
- [ ] Final assign @imrogues | 1.0 | Built–In Functions - ### Description
Add built-in function to interpreter.
---
### Issue Checklist
- [ ] `len`
All issues in milestone: [5 Extending](https://github.com/imrogues/abstract/milestone/5)
---
### Assignees
- [ ] Final assign @imrogues | non_comp | built–in functions description add built in function to interpreter issue checklist len all issues in milestone assignees final assign imrogues | 0 |
4,920 | 7,531,474,378 | IssuesEvent | 2018-04-15 06:28:27 | mlutfy/hidetopbar | https://api.github.com/repos/mlutfy/hidetopbar | closed | not work well with google chrome browser | compatibility | I use fedora 24 with GNOME Shell 3.20.4, the intellhide functionality not work well when chrome browser is full screen,when I approach the edge of screen, it often fail to toggle the bar , other software works well, for full screen firefox browser ,it behaves well ,only fails in chrome browser, I don't know why ,how c... | True | not work well with google chrome browser - I use fedora 24 with GNOME Shell 3.20.4, the intellhide functionality not work well when chrome browser is full screen,when I approach the edge of screen, it often fail to toggle the bar , other software works well, for full screen firefox browser ,it behaves well ,only fails... | comp | not work well with google chrome browser i use fedora with gnome shell the intellhide functionality not work well when chrome browser is full screen when i approach the edge of screen it often fail to toggle the bar other software works well for full screen firefox browser it behaves well only fails i... | 1 |
63,632 | 12,359,605,322 | IssuesEvent | 2020-05-17 11:43:18 | stlink-org/stlink | https://api.github.com/repos/stlink-org/stlink | closed | Protocol V1 and V2 difference | code/feature-request general/documention programmer/stlinkv2 status/resolved | I was playing with st-link jtag and looked at USB packets when ST utility worked with it.
I found that it enters SWD mode with USB packet data 0xF2 0x30 0xA3.
This corresponds to STLINK_DEBUG_COMMAND,STLINK_SWD_ENTER,STLINK_DEBUG_ENTER_SWD defines from stlink-common.h file. I confirm that this sequence is working on my... | 1.0 | Protocol V1 and V2 difference - I was playing with st-link jtag and looked at USB packets when ST utility worked with it.
I found that it enters SWD mode with USB packet data 0xF2 0x30 0xA3.
This corresponds to STLINK_DEBUG_COMMAND,STLINK_SWD_ENTER,STLINK_DEBUG_ENTER_SWD defines from stlink-common.h file. I confirm tha... | non_comp | protocol and difference i was playing with st link jtag and looked at usb packets when st utility worked with it i found that it enters swd mode with usb packet data this corresponds to stlink debug command stlink swd enter stlink debug enter swd defines from stlink common h file i confirm that this sequ... | 0 |
14,788 | 18,172,362,347 | IssuesEvent | 2021-09-27 21:35:49 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | incompatible_override_toolchain_transition: Migrate rules to use the toolchain transition | type: feature request P2 team-Configurability incompatible-change | This flag unconditionally makes all rule uses the new [toolchain transition](https://github.com/bazelbuild/proposals/blob/master/designs/2019-02-12-toolchain-transitions.md). This means that any rule that uses [toolchain resolution](https://docs.bazel.build/versions/3.2.0/toolchains.html) to fetch tools will need to mi... | True | incompatible_override_toolchain_transition: Migrate rules to use the toolchain transition - This flag unconditionally makes all rule uses the new [toolchain transition](https://github.com/bazelbuild/proposals/blob/master/designs/2019-02-12-toolchain-transitions.md). This means that any rule that uses [toolchain resolut... | comp | incompatible override toolchain transition migrate rules to use the toolchain transition this flag unconditionally makes all rule uses the new this means that any rule that uses to fetch tools will need to migrate so that tools are in the correct configuration flag incompatible override toolchain... | 1 |
16,771 | 23,120,987,018 | IssuesEvent | 2022-07-27 21:28:04 | dotnet/sdk | https://api.github.com/repos/dotnet/sdk | closed | Package validation does not report any compatibility errors if package name != assembly name | Area-Compatibility | Hi team,
We're migrating our existing backward compatibility NuGet package to package validation feature introduced in .NET 6 SDK (baseline version validation).
It works fine in one repo, but we found out it didn't work in another repo - build is not reporting any compatibility errors. I had to do a pretty tough in... | True | Package validation does not report any compatibility errors if package name != assembly name - Hi team,
We're migrating our existing backward compatibility NuGet package to package validation feature introduced in .NET 6 SDK (baseline version validation).
It works fine in one repo, but we found out it didn't work i... | comp | package validation does not report any compatibility errors if package name assembly name hi team we re migrating our existing backward compatibility nuget package to package validation feature introduced in net sdk baseline version validation it works fine in one repo but we found out it didn t work i... | 1 |
9,322 | 11,350,393,536 | IssuesEvent | 2020-01-24 08:41:30 | plan-player-analytics/Plan | https://api.github.com/repos/plan-player-analytics/Plan | closed | TPS error in console | Bug Incompatibility server: 1.8 | ### Issue description
I'm getting error in console. Performance tab doesn't show any info
### Server Information
**Plan Version:** 5.0 build 367
**Server:** CraftBukkit 1.8.8-R0.2-SNAPSHOT (git-TacoSpigot-04511af6 (MC: 1.8.8))
**Database:** SQLite
**Operating SubSystem:** Linux (amd64) version 4.19-ovh-xxxx-s... | True | TPS error in console - ### Issue description
I'm getting error in console. Performance tab doesn't show any info
### Server Information
**Plan Version:** 5.0 build 367
**Server:** CraftBukkit 1.8.8-R0.2-SNAPSHOT (git-TacoSpigot-04511af6 (MC: 1.8.8))
**Database:** SQLite
**Operating SubSystem:** Linux (amd64) ... | comp | tps error in console issue description i m getting error in console performance tab doesn t show any info server information plan version build server craftbukkit snapshot git tacospigot mc database sqlite operating subsystem linux version ov... | 1 |
51,898 | 7,736,140,186 | IssuesEvent | 2018-05-27 23:00:04 | JSBSim-Team/jsbsim | https://api.github.com/repos/JSBSim-Team/jsbsim | closed | Make Python tests build for Windows users | Python documentation duplicate enhancement | It should be smooth enough for Windows users to build the Python/Cython part of JSBSim that produces tests. Instructions for those who have Anaconda or similar environments installed would be nice. | 1.0 | Make Python tests build for Windows users - It should be smooth enough for Windows users to build the Python/Cython part of JSBSim that produces tests. Instructions for those who have Anaconda or similar environments installed would be nice. | non_comp | make python tests build for windows users it should be smooth enough for windows users to build the python cython part of jsbsim that produces tests instructions for those who have anaconda or similar environments installed would be nice | 0 |
14,726 | 18,076,213,677 | IssuesEvent | 2021-09-21 10:10:23 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | System.Uri constructor returns an object that does is not equal to the input | bug area-System.Net tenet-compatibility in pr | <!--This is just a template - feel free to delete any and all of it and replace as appropriate.-->
### Description
Create a `Uri` that represents a `MAPI` item
Example code:
```c#
var input = "mapi16:///{S-1-5-0000000}/mail@example.com/곯가가가공갫갡곤갘갖갯걆겹갹곓곌갂겥강걥겤걿갨가";
var uri = new Uri(input, UriKind.Absolute);
... | True | System.Uri constructor returns an object that does is not equal to the input - <!--This is just a template - feel free to delete any and all of it and replace as appropriate.-->
### Description
Create a `Uri` that represents a `MAPI` item
Example code:
```c#
var input = "mapi16:///{S-1-5-0000000}/mail@exampl... | comp | system uri constructor returns an object that does is not equal to the input description create a uri that represents a mapi item example code c var input s mail example com 곯가가가공갫갡곤갘갖갯걆겹갹곓곌갂겥강걥겤걿갨가 var uri new uri input urikind absolute expected uri shoul... | 1 |
75,225 | 20,732,569,513 | IssuesEvent | 2022-03-14 10:46:47 | ElektraInitiative/libelektra | https://api.github.com/repos/ElektraInitiative/libelektra | closed | process: dump plugin excluded | build lang/cmake | process plugin has wrong inclusion logic and a broken error message:
```sh
dump plugin not found (excluded by category EXPERIMENTAL), excluding the process plugin
...
-- Include plugin dump
``` | 1.0 | process: dump plugin excluded - process plugin has wrong inclusion logic and a broken error message:
```sh
dump plugin not found (excluded by category EXPERIMENTAL), excluding the process plugin
...
-- Include plugin dump
``` | non_comp | process dump plugin excluded process plugin has wrong inclusion logic and a broken error message sh dump plugin not found excluded by category experimental excluding the process plugin include plugin dump | 0 |
440,278 | 12,697,170,952 | IssuesEvent | 2020-06-22 11:20:25 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | opened | When changed the GW environment name from deployment.toml file, the changed value is not getting when viewing the API at the devportal - APIM 3.0.0 | Priority/Normal Type/Bug | ### Description:
<!-- Describe the issue -->
When we create an API **using swagger file** via publisher UI **after changing the GW environment name from the deployment.toml file**, the gateway environment is picking as "Production and Sandbox" instead of the changed value when viewing the published API in the Devport... | 1.0 | When changed the GW environment name from deployment.toml file, the changed value is not getting when viewing the API at the devportal - APIM 3.0.0 - ### Description:
<!-- Describe the issue -->
When we create an API **using swagger file** via publisher UI **after changing the GW environment name from the deployment.... | non_comp | when changed the gw environment name from deployment toml file the changed value is not getting when viewing the api at the devportal apim description when we create an api using swagger file via publisher ui after changing the gw environment name from the deployment toml file the gateway e... | 0 |
8,578 | 10,563,772,308 | IssuesEvent | 2019-10-04 22:02:16 | sass/libsass | https://api.github.com/repos/sass/libsass | closed | Parse pseudo selector arguments as declaration values | Compatibility - P3 Sass 3.5 | Issue https://github.com/sass/sass/issues/2120
PR https://github.com/sass/sass/pull/2304
Spec sass/sass-spec#1137
Possibly related to #2383 | True | Parse pseudo selector arguments as declaration values - Issue https://github.com/sass/sass/issues/2120
PR https://github.com/sass/sass/pull/2304
Spec sass/sass-spec#1137
Possibly related to #2383 | comp | parse pseudo selector arguments as declaration values issue pr spec sass sass spec possibly related to | 1 |
7,730 | 9,966,882,699 | IssuesEvent | 2019-07-08 12:22:10 | Ericsson/codechecker | https://api.github.com/repos/Ericsson/codechecker | closed | command line diff and filter error if colon punctuation mark is in the run name | WARN :warning:: Backward compatibility breaker! bug :bug: web :earth_africa: | In CodeChecker v6.9.1 filtering and getting the results for run names with colon punctuation mark does not work properly.
If there is a timestamp in the run name we want to filter "myrun-12:23:12" the punctuation mark will be used as a delimiter of multiple run names even if this is not the case.
```CodeChecker cm... | True | command line diff and filter error if colon punctuation mark is in the run name - In CodeChecker v6.9.1 filtering and getting the results for run names with colon punctuation mark does not work properly.
If there is a timestamp in the run name we want to filter "myrun-12:23:12" the punctuation mark will be used as a d... | comp | command line diff and filter error if colon punctuation mark is in the run name in codechecker filtering and getting the results for run names with colon punctuation mark does not work properly if there is a timestamp in the run name we want to filter myrun the punctuation mark will be used as a delim... | 1 |
8,770 | 10,723,792,343 | IssuesEvent | 2019-10-27 21:10:19 | anb0s/LogViewer | https://api.github.com/repos/anb0s/LogViewer | closed | LogViewer does not compile with target platform Eclipse-2018-12 and greater | Eclipse 2018-12 Eclipse 2019-03 Eclipse platform bug or not compatible bug | ## Expected Behavior
LogViewer should compile with target platform Eclipse-2018-12 and greater
## Actual Behavior
see: https://travis-ci.org/anb0s/LogViewer/jobs/494469067
error: "The type org.eclipse.swt.widgets.Shell cannot be resolved. It is indirectly referenced from required .class files".
see too: https:... | True | LogViewer does not compile with target platform Eclipse-2018-12 and greater - ## Expected Behavior
LogViewer should compile with target platform Eclipse-2018-12 and greater
## Actual Behavior
see: https://travis-ci.org/anb0s/LogViewer/jobs/494469067
error: "The type org.eclipse.swt.widgets.Shell cannot be resolve... | comp | logviewer does not compile with target platform eclipse and greater expected behavior logviewer should compile with target platform eclipse and greater actual behavior see error the type org eclipse swt widgets shell cannot be resolved it is indirectly referenced from required class files ... | 1 |
2,408 | 2,599,590,484 | IssuesEvent | 2015-02-23 10:03:27 | processone/ejabberd | https://api.github.com/repos/processone/ejabberd | closed | On slow VM or computer, tests from testsuite can timeout | Component:Tests Kind:Chore | Error is:
```
- - - - - - - - - - - - - - - - - - - - - - - - - -
gen:do_call failed on line 213
Reason: timetrap_timeout
- - - - - - - - - - - - - - - - - - - - - - - - - -
``` | 1.0 | On slow VM or computer, tests from testsuite can timeout - Error is:
```
- - - - - - - - - - - - - - - - - - - - - - - - - -
gen:do_call failed on line 213
Reason: timetrap_timeout
- - - - - - - - - - - - - - - - - - - - - - - - - -
``` | non_comp | on slow vm or computer tests from testsuite can timeout error is gen do call failed on line reason timetrap timeout | 0 |
14,304 | 17,196,963,889 | IssuesEvent | 2021-07-16 18:59:33 | opensearch-project/OpenSearch | https://api.github.com/repos/opensearch-project/OpenSearch | closed | [UPGRADE] Path for elasticsearch.keystore into opensearch.keystore | backwards-compatibility v1.1.0 v2.0.0 | **Is your feature request related to a problem? Please describe.**
We have renamed elasticsearch.keystore into opensearch.keystore. What is the path forward for that keystore?
**Describe the solution you'd like**
Document the way this breaks for users.
Provide a migration path.
Optionally provide tooling to ... | True | [UPGRADE] Path for elasticsearch.keystore into opensearch.keystore - **Is your feature request related to a problem? Please describe.**
We have renamed elasticsearch.keystore into opensearch.keystore. What is the path forward for that keystore?
**Describe the solution you'd like**
Document the way this breaks ... | comp | path for elasticsearch keystore into opensearch keystore is your feature request related to a problem please describe we have renamed elasticsearch keystore into opensearch keystore what is the path forward for that keystore describe the solution you d like document the way this breaks for user... | 1 |
6,177 | 8,581,006,727 | IssuesEvent | 2018-11-13 13:38:36 | AdguardTeam/AdguardForWindows | https://api.github.com/repos/AdguardTeam/AdguardForWindows | closed | [Windows] mail.ru is not fully loaded with ESET Nod32 Internet Security | P3: Medium bug compatibility | <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one-->
<!--- If you are requesting a new feature, tell us how it should work in free form-->
<!--- If you are reporting a bug, submit the detailed description using the template below-->
### St... | True | [Windows] mail.ru is not fully loaded with ESET Nod32 Internet Security - <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one-->
<!--- If you are requesting a new feature, tell us how it should work in free form-->
<!--- If you are reporting a ... | comp | mail ru is not fully loaded with eset internet security steps to reproduce install adguard beta nightly install eset internet security try to open mail ru expected behavior the website mail ru should load properly actual behavior see the screenshot att... | 1 |
4,413 | 7,097,139,830 | IssuesEvent | 2018-01-14 16:06:37 | csf-dev/CSF.Screenplay | https://api.github.com/repos/csf-dev/CSF.Screenplay | closed | Replace dependency resolution with MicroDi | breaks-compatibility enhancement | The plan is to replace the DI container within Screenplay with [MicroDi](https://github.com/csf-dev/MicroDi), which is itself a fork of BoDi (my fork). BoDi was written for SpecFlow but I need some extra features of my own and adding them directly to BoDi seemed too complex without first forking it and making it a litt... | True | Replace dependency resolution with MicroDi - The plan is to replace the DI container within Screenplay with [MicroDi](https://github.com/csf-dev/MicroDi), which is itself a fork of BoDi (my fork). BoDi was written for SpecFlow but I need some extra features of my own and adding them directly to BoDi seemed too complex ... | comp | replace dependency resolution with microdi the plan is to replace the di container within screenplay with which is itself a fork of bodi my fork bodi was written for specflow but i need some extra features of my own and adding them directly to bodi seemed too complex without first forking it and making it a li... | 1 |
86,873 | 15,755,888,948 | IssuesEvent | 2021-03-31 02:33:44 | turkdevops/node | https://api.github.com/repos/turkdevops/node | opened | CVE-2015-5605 (Medium) detected in V83.29.93.1 | security vulnerability | ## CVE-2015-5605 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>V83.29.93.1</b></p></summary>
<p>
<p>https://github.com/v8/v8.git</p>
<p>Library home page: <a href=https://github.co... | True | CVE-2015-5605 (Medium) detected in V83.29.93.1 - ## CVE-2015-5605 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>V83.29.93.1</b></p></summary>
<p>
<p>https://github.com/v8/v8.git</p... | non_comp | cve medium detected in cve medium severity vulnerability vulnerable library library home page a href found in base branch archived io js vulnerable source files node deps src mips regexp macro assembler mips cc node deps ... | 0 |
19,010 | 26,432,539,710 | IssuesEvent | 2023-01-15 01:00:43 | hensm/fx_cast-compat | https://api.github.com/repos/hensm/fx_cast-compat | reopened | [compat] BBC iPlayer | compat-compatible compat | **App name:** BBC iPlayer
**App URL:** https://www.bbc.co.uk/iplayer/
**App ID (if possible):**
**Issues:**
Mostly functional. Some issues with player becoming unresponsive. Captions don't work.
**Error log (if applicable):**
````
fx_cast (Debug): cast.addReceiverActionListener index.ts:47:9
XML Parsing Er... | True | [compat] BBC iPlayer - **App name:** BBC iPlayer
**App URL:** https://www.bbc.co.uk/iplayer/
**App ID (if possible):**
**Issues:**
Mostly functional. Some issues with player becoming unresponsive. Captions don't work.
**Error log (if applicable):**
````
fx_cast (Debug): cast.addReceiverActionListener index.... | comp | bbc iplayer app name bbc iplayer app url app id if possible issues mostly functional some issues with player becoming unresponsive captions don t work error log if applicable fx cast debug cast addreceiveractionlistener index ts xml parsing error syntax er... | 1 |
14,279 | 17,156,776,288 | IssuesEvent | 2021-07-14 07:59:34 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | The result of `timestamp` is not compatible with MySQL | sig/execution type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
<!-- a step by step guide for reproducing the bug. -->
```
drop table if exists t;
create table t(col decimal(45,8) default 13.654 not null);
insert into t set col = 0.4352;
set @@... | True | The result of `timestamp` is not compatible with MySQL - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
<!-- a step by step guide for reproducing the bug. -->
```
drop table if exists t;
create table t(col decimal(45,8) default 13.6... | comp | the result of timestamp is not compatible with mysql bug report please answer these questions before submitting your issue thanks minimal reproduce step required drop table if exists t create table t col decimal default not null insert into t set col set sql... | 1 |
301,358 | 9,219,363,138 | IssuesEvent | 2019-03-11 15:16:36 | encryptic-team/encryptic | https://api.github.com/repos/encryptic-team/encryptic | opened | Theme colors? | help wanted low priority question | I'm opening up the floor for comment on overall theme colors.
What does everyone think of the current colors? I'm mostly referring to the blue/white combination that we use on the splash screen as well as the encryptic landing page? I went with blue over the Laverna greenish (I think? Full disclosure: significa... | 1.0 | Theme colors? - I'm opening up the floor for comment on overall theme colors.
What does everyone think of the current colors? I'm mostly referring to the blue/white combination that we use on the splash screen as well as the encryptic landing page? I went with blue over the Laverna greenish (I think? Full discl... | non_comp | theme colors i m opening up the floor for comment on overall theme colors what does everyone think of the current colors i m mostly referring to the blue white combination that we use on the splash screen as well as the encryptic landing page i went with blue over the laverna greenish i think full discl... | 0 |
9,385 | 11,433,285,430 | IssuesEvent | 2020-02-04 15:27:16 | AthenaSulisMinerva/CombatExtendedFastTrack | https://api.github.com/repos/AthenaSulisMinerva/CombatExtendedFastTrack | opened | Star Wars - Factions (Patch Request) | mod compatiblity patch | ## Basic Information
**Name of the Mod:**
`Star Wars - Factions`
**Ludeon Forums forum topic:**
```
https://ludeon.com/forums/index.php?topic=31647.0
```
**GitHub repo homepage:**
```
https://github.com/jecrell/Star-Wars---Factions
```
**Steam Workshop page:**
```
https://steamcommunity.com/workshop... | True | Star Wars - Factions (Patch Request) - ## Basic Information
**Name of the Mod:**
`Star Wars - Factions`
**Ludeon Forums forum topic:**
```
https://ludeon.com/forums/index.php?topic=31647.0
```
**GitHub repo homepage:**
```
https://github.com/jecrell/Star-Wars---Factions
```
**Steam Workshop page:**
`... | comp | star wars factions patch request basic information name of the mod star wars factions ludeon forums forum topic github repo homepage steam workshop page detailed information what content from the mod needs to be patched by ce f... | 1 |
11,667 | 13,731,379,591 | IssuesEvent | 2020-10-05 00:46:21 | kami-blue/client | https://api.github.com/repos/kami-blue/client | closed | CrystalAura + Freecam = oops | -incompatible -module bug | **Describe the bug**
Related to #1040, activating Freecam with CrystalAura enabled places crystals on myself.
**To Reproduce**
Steps to reproduce the behavior:
1. Turn on CrystalAura with "Place" on
2. Turn on Freecam
3. Have a heart attack?
**Expected behavior**
Crystals should not be placed on the freecam... | True | CrystalAura + Freecam = oops - **Describe the bug**
Related to #1040, activating Freecam with CrystalAura enabled places crystals on myself.
**To Reproduce**
Steps to reproduce the behavior:
1. Turn on CrystalAura with "Place" on
2. Turn on Freecam
3. Have a heart attack?
**Expected behavior**
Crystals shou... | comp | crystalaura freecam oops describe the bug related to activating freecam with crystalaura enabled places crystals on myself to reproduce steps to reproduce the behavior turn on crystalaura with place on turn on freecam have a heart attack expected behavior crystals should ... | 1 |
440,196 | 30,734,413,039 | IssuesEvent | 2023-07-28 06:18:13 | ACCESS-Hive/access-hive.github.io | https://api.github.com/repos/ACCESS-Hive/access-hive.github.io | closed | Update Model Data section | documentation | The language used to describe the ACCESS-NRI Intake catalog in the Model Evaluation/Model Data section is a little different than that used in the dedicated [ACCESS-NRI Intake catalog documentation](https://access-nri-intake-catalog.readthedocs.io/en/latest/usage/index.html). I think this should be updated to avoid con... | 1.0 | Update Model Data section - The language used to describe the ACCESS-NRI Intake catalog in the Model Evaluation/Model Data section is a little different than that used in the dedicated [ACCESS-NRI Intake catalog documentation](https://access-nri-intake-catalog.readthedocs.io/en/latest/usage/index.html). I think this sh... | non_comp | update model data section the language used to describe the access nri intake catalog in the model evaluation model data section is a little different than that used in the dedicated i think this should be updated to avoid confusion happy to submit a pr | 0 |
19,778 | 27,425,623,325 | IssuesEvent | 2023-03-01 20:03:12 | openxla/stablehlo | https://api.github.com/repos/openxla/stablehlo | closed | Create scalable test plan for VHLO | Compatibility | ### Request description
VHLO (Versioned StableHLO, https://github.com/openxla/stablehlo/pull/278) currently has very few upgrade / downgrade passes to test, so the current test infrastructure works, but more needs to be done to make it easy to scale as the dialect evolves.
See discussion in: https://github.com/open... | True | Create scalable test plan for VHLO - ### Request description
VHLO (Versioned StableHLO, https://github.com/openxla/stablehlo/pull/278) currently has very few upgrade / downgrade passes to test, so the current test infrastructure works, but more needs to be done to make it easy to scale as the dialect evolves.
See d... | comp | create scalable test plan for vhlo request description vhlo versioned stablehlo currently has very few upgrade downgrade passes to test so the current test infrastructure works but more needs to be done to make it easy to scale as the dialect evolves see discussion in | 1 |
12,603 | 14,910,910,690 | IssuesEvent | 2021-01-22 10:16:02 | mosaic-org/mosaic | https://api.github.com/repos/mosaic-org/mosaic | closed | (Compatibility) issue, seems that the colors inside neovim with mosaic are wrong | bug compatibility | First issue of the year?
I've noticed that mosaic breaks my neovim theme colors.
Expected:

Actual:
 issue, seems that the colors inside neovim with mosaic are wrong - First issue of the year?
I've noticed that mosaic breaks my neovim theme colors.
Expected:
... | comp | compatibility issue seems that the colors inside neovim with mosaic are wrong first issue of the year i ve noticed that mosaic breaks my neovim theme colors expected actual | 1 |
12,205 | 14,401,378,231 | IssuesEvent | 2020-12-03 13:39:15 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | opened | Allow selecting map values and set elements, like in Cassandra 4.0 | CQL cassandra 4.x compatibility | In Cassandra 4.0 it became legal to SELECT an individual item from a map or list - "SELECT map['key]" and "SELECT list[index]."
This feature was requested many years ago, in https://issues.apache.org/jira/browse/CASSANDRA-7396 and implemented in Cassandra commit 4ebab66163e136773ae68216585a5c587eba7006 in June 20... | True | Allow selecting map values and set elements, like in Cassandra 4.0 - In Cassandra 4.0 it became legal to SELECT an individual item from a map or list - "SELECT map['key]" and "SELECT list[index]."
This feature was requested many years ago, in https://issues.apache.org/jira/browse/CASSANDRA-7396 and implemented in... | comp | allow selecting map values and set elements like in cassandra in cassandra it became legal to select an individual item from a map or list select map and select list this feature was requested many years ago in and implemented in cassandra commit in june but only officially released in... | 1 |
555,310 | 16,451,443,973 | IssuesEvent | 2021-05-21 06:32:00 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.4 staging-1989] Can cut trees and wood pulp on non-auth property. | Category: Gameplay Priority: High Regression Type: Bug | Step to reproduce:
- claim property and change owner to another player.
- try to dig, you can't:

- try to cut tree and slice it, try to chop wood pulp. You can, but shouldnot:

- try to cut tree and slice it, tr... | non_comp | can cut trees and wood pulp on non auth property step to reproduce claim property and change owner to another player try to dig you can t try to cut tree and slice it try to chop wood pulp you can but shouldnot to compare with | 0 |
12,999 | 15,282,856,153 | IssuesEvent | 2021-02-23 10:06:09 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | Support compose up --no-build | compatibility compose local | ` --no-build Don't build an image, even if it's missing.`
Same option on `up` and `create` | True | Support compose up --no-build - ` --no-build Don't build an image, even if it's missing.`
Same option on `up` and `create` | comp | support compose up no build no build don t build an image even if it s missing same option on up and create | 1 |
30,097 | 24,539,002,180 | IssuesEvent | 2022-10-12 00:41:31 | ZcashFoundation/zebra | https://api.github.com/repos/ZcashFoundation/zebra | closed | Include git metadata in docker logs and Google Cloud panic reports | A-infrastructure A-devops C-enhancement S-needs-triage P-Medium :zap: I-usability | ## Motivation
Currently,
- Zebra's Docker logs don't show the git commit
- Zebra's Google Cloud and Docker panic reports only show the git commit, passed through an environmental variable.
But we'd like to see the branch name and other detailed git information via vergen.
## Tasks
The vergen git metadata ... | 1.0 | Include git metadata in docker logs and Google Cloud panic reports - ## Motivation
Currently,
- Zebra's Docker logs don't show the git commit
- Zebra's Google Cloud and Docker panic reports only show the git commit, passed through an environmental variable.
But we'd like to see the branch name and other detaile... | non_comp | include git metadata in docker logs and google cloud panic reports motivation currently zebra s docker logs don t show the git commit zebra s google cloud and docker panic reports only show the git commit passed through an environmental variable but we d like to see the branch name and other detaile... | 0 |
248,518 | 21,037,518,264 | IssuesEvent | 2022-03-31 09:13:23 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | test `test_delegate_subscribe_unsubscribe` sometimes fail | component/CDC component/test | ## Bug Report
test_delegate_subscribe_unsubscribe sometimes fail
<!-- Thanks for your bug report! Don't worry if you can't fill out all the sections. -->
### What version of TiKV are you using?
<!-- You can run `tikv-server --version` -->
master branch
### Steps to reproduce
<!-- If possible, provide a r... | 1.0 | test `test_delegate_subscribe_unsubscribe` sometimes fail - ## Bug Report
test_delegate_subscribe_unsubscribe sometimes fail
<!-- Thanks for your bug report! Don't worry if you can't fill out all the sections. -->
### What version of TiKV are you using?
<!-- You can run `tikv-server --version` -->
master bra... | non_comp | test test delegate subscribe unsubscribe sometimes fail bug report test delegate subscribe unsubscribe sometimes fail what version of tikv are you using master branch steps to reproduce call make test and test delegate subscribe unsubscribe will fail sometimes thread dele... | 0 |
3,638 | 6,524,200,574 | IssuesEvent | 2017-08-29 11:45:09 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Binary literal not having the BINARY flag | bug compatibility help wanted | MySQL:
```
mysql> SELECT _binary'string';
Field 1: `string`
Catalog: `def`
Database: ``
Table: ``
Org_table: ``
Type: VAR_STRING
Collation: binary (63)
Length: 6
Max_length: 6
Decimals: 31
Flags: NOT_NULL BINARY
+--------+
| string |
+--------+
| string |
+------... | True | Binary literal not having the BINARY flag - MySQL:
```
mysql> SELECT _binary'string';
Field 1: `string`
Catalog: `def`
Database: ``
Table: ``
Org_table: ``
Type: VAR_STRING
Collation: binary (63)
Length: 6
Max_length: 6
Decimals: 31
Flags: NOT_NULL BINARY
+--------+
... | comp | binary literal not having the binary flag mysql mysql select binary string field string catalog def database table org table type var string collation binary length max length decimals flags not null binary ... | 1 |
9,523 | 11,584,313,222 | IssuesEvent | 2020-02-22 16:37:31 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | Cannot use preval.macro with Storybook and Gatsby | babel / webpack compatibility with other tools question / support | **Describe the bug**
I am using Gatsby with theme-ui and storybook. Trying to use preval.macro with storybook gives the following error (works fine with gatsby):
```
WARNING in ./node_modules/babel-plugin-macros/dist/index.js 115:43-50
Critical dependency: require function is used in a way in which dependencies ... | True | Cannot use preval.macro with Storybook and Gatsby - **Describe the bug**
I am using Gatsby with theme-ui and storybook. Trying to use preval.macro with storybook gives the following error (works fine with gatsby):
```
WARNING in ./node_modules/babel-plugin-macros/dist/index.js 115:43-50
Critical dependency: requ... | comp | cannot use preval macro with storybook and gatsby describe the bug i am using gatsby with theme ui and storybook trying to use preval macro with storybook gives the following error works fine with gatsby warning in node modules babel plugin macros dist index js critical dependency require ... | 1 |
14,376 | 17,352,685,307 | IssuesEvent | 2021-07-29 10:43:06 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | 21.5.8, 21.6 & 21.7 break *Array aggregation types | backward compatibility v21.6-affected | Updating existing table to 21.6 and 21.7 breaks *Array aggregation types. The table contains mater view with the following column
````
strings AggregateFunction(topKArray(10), Array(String)),
````
When trying to insert into the table I get the following error:
```
Conversion from AggregateFunction(topKArray... | True | 21.5.8, 21.6 & 21.7 break *Array aggregation types - Updating existing table to 21.6 and 21.7 breaks *Array aggregation types. The table contains mater view with the following column
````
strings AggregateFunction(topKArray(10), Array(String)),
````
When trying to insert into the table I get the following error... | comp | break array aggregation types updating existing table to and breaks array aggregation types the table contains mater view with the following column strings aggregatefunction topkarray array string when trying to insert into the table i get the following error ... | 1 |
14,579 | 17,691,437,494 | IssuesEvent | 2021-08-24 10:25:45 | Brian-Wuest/MC-Prefab-Fabric | https://api.github.com/repos/Brian-Wuest/MC-Prefab-Fabric | closed | Cannot start server [1.17.1] | bug mod-compatibility | Latest version of mod
Tried cloth API .34 and .37
[06:38:23] [main/FATAL]: Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'prefab'!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUti... | True | Cannot start server [1.17.1] - Latest version of mod
Tried cloth API .34 and .37
[06:38:23] [main/FATAL]: Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'prefab'!
at net.fabricmc.loader.entrypoint.minecraft.hooks.Entryp... | comp | cannot start server latest version of mod tried cloth api and failed to start the minecraft server java lang runtimeexception could not execute entrypoint stage main due to errors provided by prefab at net fabricmc loader entrypoint minecraft hooks entrypointutils entrypointutils j... | 1 |
11,703 | 13,780,745,383 | IssuesEvent | 2020-10-08 15:17:35 | mlutfy/hidetopbar | https://api.github.com/repos/mlutfy/hidetopbar | closed | Compatibility with Maximus/PixelSaver | compatibility | When used in combination with [MaximusTwo](https://github.com/wilfm/GnomeExtensionMaximusTwo), [Pixel Saver](https://github.com/deadalnix/pixel-saver) or any fork of the original Maximus extension, selecting tabs in windows touching the upper edge of the screen causes a problem similar to #51: The whole interface becom... | True | Compatibility with Maximus/PixelSaver - When used in combination with [MaximusTwo](https://github.com/wilfm/GnomeExtensionMaximusTwo), [Pixel Saver](https://github.com/deadalnix/pixel-saver) or any fork of the original Maximus extension, selecting tabs in windows touching the upper edge of the screen causes a problem s... | comp | compatibility with maximus pixelsaver when used in combination with or any fork of the original maximus extension selecting tabs in windows touching the upper edge of the screen causes a problem similar to the whole interface becomes unresponsive to any mouse click or hover despite the pointer can still... | 1 |
6,588 | 8,854,578,427 | IssuesEvent | 2019-01-09 02:01:09 | enigma-dev/enigma-dev | https://api.github.com/repos/enigma-dev/enigma-dev | opened | Circles & Triangle Fan Topology | Bug Compatibility Feedback Needed Graphics Task | Long story short, some APIs like [Metal](https://developer.apple.com/documentation/metal/mtlprimitivetype) and [Direct3D10](https://msdn.microsoft.com/en-us/library/windows/desktop/bb205334(v=vs.85).aspx) and above do not support triangle fans. | True | Circles & Triangle Fan Topology - Long story short, some APIs like [Metal](https://developer.apple.com/documentation/metal/mtlprimitivetype) and [Direct3D10](https://msdn.microsoft.com/en-us/library/windows/desktop/bb205334(v=vs.85).aspx) and above do not support triangle fans. | comp | circles triangle fan topology long story short some apis like and and above do not support triangle fans | 1 |
9,111 | 11,157,917,009 | IssuesEvent | 2019-12-25 16:03:57 | Corail31/tombstone_lite | https://api.github.com/repos/Corail31/tombstone_lite | closed | tinker's battlesigns aren't re-equiped in offhand on regaining inventory | 1.12.2 Compatibility solved | When I die while using an offhand weapon (specifically a tinker's battlesign) and then regain my inventory by rightclicking the tombstone, the battlesign isn't equipped to my offhand, like my armor is. Since I was standing in flowing water and there wasn't any space in my inventory, it was carried away never to be seen... | True | tinker's battlesigns aren't re-equiped in offhand on regaining inventory - When I die while using an offhand weapon (specifically a tinker's battlesign) and then regain my inventory by rightclicking the tombstone, the battlesign isn't equipped to my offhand, like my armor is. Since I was standing in flowing water and t... | comp | tinker s battlesigns aren t re equiped in offhand on regaining inventory when i die while using an offhand weapon specifically a tinker s battlesign and then regain my inventory by rightclicking the tombstone the battlesign isn t equipped to my offhand like my armor is since i was standing in flowing water and t... | 1 |
21,068 | 32,060,417,503 | IssuesEvent | 2023-09-24 15:42:10 | dosbox-staging/dosbox-staging | https://api.github.com/repos/dosbox-staging/dosbox-staging | closed | Investigate playability issues with Elkinloor (1995) | game compatibility | ### Context
Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks such as X, Pure, and Staging.
DOSBox Daum had 51 releases that in... | True | Investigate playability issues with Elkinloor (1995) - ### Context
Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks such as X, Pu... | comp | investigate playability issues with elkinloor context currently the exodos project runs this game using which is understood to have specific emulation fixes not currently in upstream dosbox x and svn or active forks such as x pure and staging dosbox daum had releases that included dosbox ... | 1 |
5,405 | 7,882,945,758 | IssuesEvent | 2018-06-27 01:48:15 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Behavioral Change Between SocketsHttpHandler and WinHttpHandler with HTTP method names | Servicing-Consider-2.1.next area-System.Net.Http.SocketsHttpHandler tenet-compatibility | # Behavioral Change Between SocketsHttpHandler and WinHttpHandler with HTTP method names
_Moved from dotnet/core#1660_
A behaviour change between using `WinHttpHandler` (the 2.0 default) and `SocketsHttpHandler` (the new 2.1 default) with `HttpClient` when making HTTP requests with a user-specified HTTP method st... | True | Behavioral Change Between SocketsHttpHandler and WinHttpHandler with HTTP method names - # Behavioral Change Between SocketsHttpHandler and WinHttpHandler with HTTP method names
_Moved from dotnet/core#1660_
A behaviour change between using `WinHttpHandler` (the 2.0 default) and `SocketsHttpHandler` (the new 2.1 ... | comp | behavioral change between socketshttphandler and winhttphandler with http method names behavioral change between socketshttphandler and winhttphandler with http method names moved from dotnet core a behaviour change between using winhttphandler the default and socketshttphandler the new def... | 1 |
14,689 | 18,025,573,092 | IssuesEvent | 2021-09-17 03:45:20 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Farming Simulator 17 (447020) | Game compatibility - Unofficial | # Whitelist Request
- Name of the game to be whitelisted: Farming Simulator 17
- Steam AppID of the game: 447020
## System Information
- GPU: GTX 970
- Driver/LLVM version: nvidia 396.54
- Kernel version: 4.15.0-33-generic
- Link to full system information report: [Gist](https://gist.github.com/Camnooten/2872a... | True | Farming Simulator 17 (447020) - # Whitelist Request
- Name of the game to be whitelisted: Farming Simulator 17
- Steam AppID of the game: 447020
## System Information
- GPU: GTX 970
- Driver/LLVM version: nvidia 396.54
- Kernel version: 4.15.0-33-generic
- Link to full system information report: [Gist](https:/... | comp | farming simulator whitelist request name of the game to be whitelisted farming simulator steam appid of the game system information gpu gtx driver llvm version nvidia kernel version generic link to full system information report proton version ... | 1 |
212,411 | 16,484,793,046 | IssuesEvent | 2021-05-24 16:21:07 | BarTrender/BarTrenderMain | https://api.github.com/repos/BarTrender/BarTrenderMain | closed | Documento Firmado | documentation | Redactar documento firmado para que todos nos llevemos un % de las acciones de la empresa (todos igual) y que todos los miembros lo firmen | 1.0 | Documento Firmado - Redactar documento firmado para que todos nos llevemos un % de las acciones de la empresa (todos igual) y que todos los miembros lo firmen | non_comp | documento firmado redactar documento firmado para que todos nos llevemos un de las acciones de la empresa todos igual y que todos los miembros lo firmen | 0 |
11,477 | 14,344,218,793 | IssuesEvent | 2020-11-28 13:27:39 | emacs-ess/ESS | https://api.github.com/repos/emacs-ess/ESS | closed | ess-command does not preserve .Last.value | process:eval | Hi,
I am not sure if I should post it here or at the company-mode repo. But anyways, .Last.value is totally broken with company-mode turn on. To reproduce this, `M-x R`, then in the R inferior buffer, type `1 + 1` and hit `RET`. Then type in `Last`, wait for company-mode to complete it to `Last.value`, and hit `RET`... | 1.0 | ess-command does not preserve .Last.value - Hi,
I am not sure if I should post it here or at the company-mode repo. But anyways, .Last.value is totally broken with company-mode turn on. To reproduce this, `M-x R`, then in the R inferior buffer, type `1 + 1` and hit `RET`. Then type in `Last`, wait for company-mode t... | non_comp | ess command does not preserve last value hi i am not sure if i should post it here or at the company mode repo but anyways last value is totally broken with company mode turn on to reproduce this m x r then in the r inferior buffer type and hit ret then type in last wait for company mode t... | 0 |
5,705 | 8,167,584,322 | IssuesEvent | 2018-08-26 00:51:08 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Into the Breach: Choppy sound | Game compatibility | Distribution: Arch Linux
Driver: Nvidia 390xx latest
Sound is choppy, extremely slow. Rest of the game runs fine. | True | Into the Breach: Choppy sound - Distribution: Arch Linux
Driver: Nvidia 390xx latest
Sound is choppy, extremely slow. Rest of the game runs fine. | comp | into the breach choppy sound distribution arch linux driver nvidia latest sound is choppy extremely slow rest of the game runs fine | 1 |
1,955 | 4,662,408,167 | IssuesEvent | 2016-10-05 03:38:40 | POV-Ray/povray | https://api.github.com/repos/POV-Ray/povray | closed | undefined reference to `boost::this_thread::yield() | compatibility Linux | Building POV-Ray on Ubuntu 13.10 64Bit returns the following error:
```
../source/libpovray.a(tokenize.o): In function `pov::Parser::Get_Token()':
tokenize.cpp:(.text+0x24b1): undefined reference to `boost::this_thread::yield()'
collect2: error: ld returned 1 exit status
```
`libboost-dev` version is `1.53.0.0ubu... | True | undefined reference to `boost::this_thread::yield() - Building POV-Ray on Ubuntu 13.10 64Bit returns the following error:
```
../source/libpovray.a(tokenize.o): In function `pov::Parser::Get_Token()':
tokenize.cpp:(.text+0x24b1): undefined reference to `boost::this_thread::yield()'
collect2: error: ld returned 1 ex... | comp | undefined reference to boost this thread yield building pov ray on ubuntu returns the following error source libpovray a tokenize o in function pov parser get token tokenize cpp text undefined reference to boost this thread yield error ld returned exit status l... | 1 |
13,149 | 15,438,896,862 | IssuesEvent | 2021-03-07 22:05:57 | oshi/oshi | https://api.github.com/repos/oshi/oshi | closed | Methods that return Total/Used/Free space, all return 0 bytes | compatibility external dependency | I have CentOS 5.5 machine that uses Volume Groups/Logical volumes and when I try to retrieve Total/Used/Free space for all drives, it returns 0 bytes for all of them. This is the output of my disk and my Test java application:
```
[oracle@centos5]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev... | True | Methods that return Total/Used/Free space, all return 0 bytes - I have CentOS 5.5 machine that uses Volume Groups/Logical volumes and when I try to retrieve Total/Used/Free space for all drives, it returns 0 bytes for all of them. This is the output of my disk and my Test java application:
```
[oracle@centos5]$ df ... | comp | methods that return total used free space all return bytes i have centos machine that uses volume groups logical volumes and when i try to retrieve total used free space for all drives it returns bytes for all of them this is the output of my disk and my test java application df h filesystem ... | 1 |
3,093 | 6,020,219,216 | IssuesEvent | 2017-06-07 15:59:23 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | Dynamic includes with stream filters are not working | framework parity mid-pri php5 incompatibility php7 incompatibility | I'm trying to make my framework compatible with HHVM https://github.com/goaop/framework/issues/143 and now almost everything is working, except one thing, related to the stream handling. This thing is very special: includes with stream filters, for example:
``` php
include ('php://filter/read=string.toupper/resource=/... | True | Dynamic includes with stream filters are not working - I'm trying to make my framework compatible with HHVM https://github.com/goaop/framework/issues/143 and now almost everything is working, except one thing, related to the stream handling. This thing is very special: includes with stream filters, for example:
``` ph... | comp | dynamic includes with stream filters are not working i m trying to make my framework compatible with hhvm and now almost everything is working except one thing related to the stream handling this thing is very special includes with stream filters for example php include php filter read string toupper... | 1 |
4,035 | 6,886,005,775 | IssuesEvent | 2017-11-21 17:53:42 | keymanapp/keyman | https://api.github.com/repos/keymanapp/keyman | closed | Keyman for Mac also struggles with Messages app | compatibility mac | <a href="https://github.com/mcdurdin"><img src="https://avatars2.githubusercontent.com/u/4498365?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mcdurdin](https://github.com/mcdurdin)**
_May 28, 2017 at 14:35 GMT_
_Originally opened as https://github.com/sillsdev/keyman/issues/30_
----
... | True | Keyman for Mac also struggles with Messages app - <a href="https://github.com/mcdurdin"><img src="https://avatars2.githubusercontent.com/u/4498365?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mcdurdin](https://github.com/mcdurdin)**
_May 28, 2017 at 14:35 GMT_
_Originally opened as http... | comp | keyman for mac also struggles with messages app issue by may at gmt originally opened as i wanted to make aware that the amharic keyboard isn t working properly i am currently on macos sierra but even on the previous version it wasn t working properly it works in all... | 1 |
421,451 | 12,257,230,553 | IssuesEvent | 2020-05-06 13:23:33 | codacy/codacy-meta | https://api.github.com/repos/codacy/codacy-meta | closed | Same patterns have broken links on their documentation | Medium Priority Waiting on Info | Users are reporting that the links on some of our documentation are broken
For this case the Codacy’s link is https://www.owasp.org/index.php/Top_10-2017_A10-Insufficient_Logging%26Monitoring
While the actual link is
https://owasp.org/www-project-top-ten/OWASP_Top_Ten_2017/Top_10-2017_A10-Insufficient_Logging%252526... | 1.0 | Same patterns have broken links on their documentation - Users are reporting that the links on some of our documentation are broken
For this case the Codacy’s link is https://www.owasp.org/index.php/Top_10-2017_A10-Insufficient_Logging%26Monitoring
While the actual link is
https://owasp.org/www-project-top-ten/OWASP... | non_comp | same patterns have broken links on their documentation users are reporting that the links on some of our documentation are broken for this case the codacy’s link is while the actual link is attachments from gz | 0 |
4,312 | 7,044,784,485 | IssuesEvent | 2018-01-01 09:14:09 | SpongePowered/SpongeForge | https://api.github.com/repos/SpongePowered/SpongeForge | closed | Duplication with Blood Magic Sentient Sword | type: mod-incompatibility version: 1.10 | Throwing a Blood Magic Sentient sword on the ground with 1000 Will, will duplicate the sword in the spectre which can be right clicked and collected, also the specter insta aggro's on any near by player which wasnt intended, the duplication i believe is spinge based as our server is running Sponge forge Version 1.10.2-... | True | Duplication with Blood Magic Sentient Sword - Throwing a Blood Magic Sentient sword on the ground with 1000 Will, will duplicate the sword in the spectre which can be right clicked and collected, also the specter insta aggro's on any near by player which wasnt intended, the duplication i believe is spinge based as our ... | comp | duplication with blood magic sentient sword throwing a blood magic sentient sword on the ground with will will duplicate the sword in the spectre which can be right clicked and collected also the specter insta aggro s on any near by player which wasnt intended the duplication i believe is spinge based as our ser... | 1 |
5,534 | 8,001,200,582 | IssuesEvent | 2018-07-23 01:09:31 | s0md3v/Photon | https://api.github.com/repos/s0md3v/Photon | closed | Non colored mode | compatibility | Would it be possible to include a non colored mode?
I know it's such a strange edge case, but Pythonista on iOS doesn’t support colors in the output (yet) and it just displays this instead of the colored Photon text
`[91m ____ __ __
/ [1;97m__[91m \/ /_ ____ / /_____ ____
... | True | Non colored mode - Would it be possible to include a non colored mode?
I know it's such a strange edge case, but Pythonista on iOS doesn’t support colors in the output (yet) and it just displays this instead of the colored Photon text
`[91m ____ __ __
/ [1;97m__[91m \/ /_ ____ ... | comp | non colored mode would it be possible to include a non colored mode i know it s such a strange edge case but pythonista on ios doesn’t support colors in the output yet and it just displays this instead of the colored photon text ... | 1 |
268,879 | 8,415,426,317 | IssuesEvent | 2018-10-13 14:38:49 | matheusssilva/OculiNuboWeb | https://api.github.com/repos/matheusssilva/OculiNuboWeb | closed | Analisar e ajustar os testes unitários do projeto. | enhancement priority 1 | Analisar e ajustar (caso necessário) os testes unitários existentes do projeto, baseando-se nas ultimas mudanças feitas no projeto UML. | 1.0 | Analisar e ajustar os testes unitários do projeto. - Analisar e ajustar (caso necessário) os testes unitários existentes do projeto, baseando-se nas ultimas mudanças feitas no projeto UML. | non_comp | analisar e ajustar os testes unitários do projeto analisar e ajustar caso necessário os testes unitários existentes do projeto baseando se nas ultimas mudanças feitas no projeto uml | 0 |
18,545 | 25,798,550,215 | IssuesEvent | 2022-12-10 20:06:21 | fxmorin/MemoryLeakFix | https://api.github.com/repos/fxmorin/MemoryLeakFix | closed | RoughlySearchable crashes | Incompatible | Crashed when i started the server, it worked fine before i tried out the MemoryLeakFix
Crash report - https://bin.bloom.host/ovacirequf.yaml
Log - https://bin.bloom.host/avivisimuw.yaml
| True | RoughlySearchable crashes - Crashed when i started the server, it worked fine before i tried out the MemoryLeakFix
Crash report - https://bin.bloom.host/ovacirequf.yaml
Log - https://bin.bloom.host/avivisimuw.yaml
| comp | roughlysearchable crashes crashed when i started the server it worked fine before i tried out the memoryleakfix crash report log | 1 |
4,163 | 6,962,068,081 | IssuesEvent | 2017-12-08 12:07:57 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | Implement all scheduling APIs in terms of executors | category: core category: LCOs type: compatibility issue | Not all of our scheduling API has been ported to use executors yet. Here is a list of things that needs restructuring:
- [x] thread-scheduler executor customization points currently use `async` and `apply`
- [x] all `async(exec, ...)` overloads need to dispatch to `execution::async_execute(exec, ...)`
- [x] all `a... | True | Implement all scheduling APIs in terms of executors - Not all of our scheduling API has been ported to use executors yet. Here is a list of things that needs restructuring:
- [x] thread-scheduler executor customization points currently use `async` and `apply`
- [x] all `async(exec, ...)` overloads need to dispatch ... | comp | implement all scheduling apis in terms of executors not all of our scheduling api has been ported to use executors yet here is a list of things that needs restructuring thread scheduler executor customization points currently use async and apply all async exec overloads need to dispatch to ... | 1 |
13,783 | 16,541,559,008 | IssuesEvent | 2021-05-27 17:28:42 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | QGIS crashes when editing Processing script | Bug Crash/Data Corruption Processing | Found this on master while testing this other ticket
https://github.com/qgis/QGIS/issues/41719
basically a Processing script can be edited without issues, but if the editor dialog is open and the script run, then a subsequent edit causes an instant crash. | 1.0 | QGIS crashes when editing Processing script - Found this on master while testing this other ticket
https://github.com/qgis/QGIS/issues/41719
basically a Processing script can be edited without issues, but if the editor dialog is open and the script run, then a subsequent edit causes an instant crash. | non_comp | qgis crashes when editing processing script found this on master while testing this other ticket basically a processing script can be edited without issues but if the editor dialog is open and the script run then a subsequent edit causes an instant crash | 0 |
130,071 | 27,617,586,054 | IssuesEvent | 2023-03-09 20:42:14 | FerretDB/FerretDB | https://api.github.com/repos/FerretDB/FerretDB | opened | Use `scratch` for production Docker image | code/chore | ### What should be done?
TBD
### Where?
TBD
### Definition of Done
TBD | 1.0 | Use `scratch` for production Docker image - ### What should be done?
TBD
### Where?
TBD
### Definition of Done
TBD | non_comp | use scratch for production docker image what should be done tbd where tbd definition of done tbd | 0 |
20,816 | 31,142,812,214 | IssuesEvent | 2023-08-16 02:26:08 | p4lang/p4runtime | https://api.github.com/repos/p4lang/p4runtime | opened | Changes for language spec update? Clarified behavior of table with no key property, or if its list of keys is empty | p4-language-compatibility | This issue is related to the following change made from v1.2.3 to v1.2.4 of the P4_16 language specification:
+ Clarified behavior of table with no key property, or if its list of keys is empty (Section [14.2.1.1](https://p4.org/p4-spec/docs/P4-16-v1.2.4.html#sec-table-keys)).
(see https://p4.org/p4-spec/docs/P4-... | True | Changes for language spec update? Clarified behavior of table with no key property, or if its list of keys is empty - This issue is related to the following change made from v1.2.3 to v1.2.4 of the P4_16 language specification:
+ Clarified behavior of table with no key property, or if its list of keys is empty (Sec... | comp | changes for language spec update clarified behavior of table with no key property or if its list of keys is empty this issue is related to the following change made from to of the language specification clarified behavior of table with no key property or if its list of keys is empty section... | 1 |
20,906 | 31,551,351,585 | IssuesEvent | 2023-09-02 05:05:15 | google/zerocopy | https://api.github.com/repos/google/zerocopy | opened | Relax bounds on `FromBytes for MaybeUninit<T>`? | compatibility-nonbreaking | Currently, in order for `MaybeUninit<T>: FromBytes`, we require that `T: FromBytes`. This was introduced in #308 to deal with the soundness hole described in #299. However, we could relax the bound from `T: FromBytes` to `T: FromZeroes` and it would still be sound. It's a bit "asymmetrical", but it's strictly more perm... | True | Relax bounds on `FromBytes for MaybeUninit<T>`? - Currently, in order for `MaybeUninit<T>: FromBytes`, we require that `T: FromBytes`. This was introduced in #308 to deal with the soundness hole described in #299. However, we could relax the bound from `T: FromBytes` to `T: FromZeroes` and it would still be sound. It's... | comp | relax bounds on frombytes for maybeuninit currently in order for maybeuninit frombytes we require that t frombytes this was introduced in to deal with the soundness hole described in however we could relax the bound from t frombytes to t fromzeroes and it would still be sound it s a bit ... | 1 |
2,819 | 5,620,546,827 | IssuesEvent | 2017-04-04 07:20:58 | Cxbx-Reloaded/Cxbx-Reloaded | https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded | closed | Implement D3DDevice_GetLight | enhancement game-compatibility HLE | Needed by Star Wars: KotOR
~~Note: Currently Cxbx-Reloaded fails on a D3DDevice_SetLight call which it fails to detect. Here is a temporary patch which gets past that point:~~
Edit: Removed the SetLight patch, which is no-longer needed to reproduce this bug. | True | Implement D3DDevice_GetLight - Needed by Star Wars: KotOR
~~Note: Currently Cxbx-Reloaded fails on a D3DDevice_SetLight call which it fails to detect. Here is a temporary patch which gets past that point:~~
Edit: Removed the SetLight patch, which is no-longer needed to reproduce this bug. | comp | implement getlight needed by star wars kotor note currently cxbx reloaded fails on a setlight call which it fails to detect here is a temporary patch which gets past that point edit removed the setlight patch which is no longer needed to reproduce this bug | 1 |
7,222 | 2,599,199,174 | IssuesEvent | 2015-02-23 04:53:06 | AtlasOfLivingAustralia/layers-service | https://api.github.com/repos/AtlasOfLivingAustralia/layers-service | closed | Update GER National Corridor layer | priority-medium | GER have supplied an updated shape file to replace the current GER National Corridor layer.
(emailed separately as I'm unsure of the licensing) | 1.0 | Update GER National Corridor layer - GER have supplied an updated shape file to replace the current GER National Corridor layer.
(emailed separately as I'm unsure of the licensing) | non_comp | update ger national corridor layer ger have supplied an updated shape file to replace the current ger national corridor layer emailed separately as i m unsure of the licensing | 0 |
17,416 | 24,024,866,809 | IssuesEvent | 2022-09-15 10:37:36 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | incompatible_unambiguous_label_stringification | incompatible-change migration-ready breaking-change-6.0 | To fix https://github.com/bazelbuild/bazel/issues/15916, we'll be setting the flag `--incompatible_unambiguous_label_stringification` to `true` in Bazel 6.0. This means that labels in the main repo will have an `@` prepended to them when stringified, i.e. `str(Label("@//foo:bar"))` will be `"@//foo:bar"`, instead of `"... | True | incompatible_unambiguous_label_stringification - To fix https://github.com/bazelbuild/bazel/issues/15916, we'll be setting the flag `--incompatible_unambiguous_label_stringification` to `true` in Bazel 6.0. This means that labels in the main repo will have an `@` prepended to them when stringified, i.e. `str(Label("@//... | comp | incompatible unambiguous label stringification to fix we ll be setting the flag incompatible unambiguous label stringification to true in bazel this means that labels in the main repo will have an prepended to them when stringified i e str label foo bar will be foo bar instead of ... | 1 |
295 | 2,742,094,083 | IssuesEvent | 2015-04-21 14:56:16 | zerotier/ZeroTierOne | https://api.github.com/repos/zerotier/ZeroTierOne | closed | [HELP][QUESTION]Zerotier does not create zt0 interface on DD-WRT | compatibility | I dont know what happened because it worked fine on DD-WRR router....
Zerotier-one is running.
zt0 is not created and zerotier-cli listnetworks returns:
200 listnetworks 8056c2e21c2bc48d LAN_private 8e:54:a0:4a:b5:d9 INITIALIZING 50436 private -
However web network administration shows pretty much this:
908b5... | True | [HELP][QUESTION]Zerotier does not create zt0 interface on DD-WRT - I dont know what happened because it worked fine on DD-WRR router....
Zerotier-one is running.
zt0 is not created and zerotier-cli listnetworks returns:
200 listnetworks 8056c2e21c2bc48d LAN_private 8e:54:a0:4a:b5:d9 INITIALIZING 50436 private -
... | comp | zerotier does not create interface on dd wrt i dont know what happened because it worked fine on dd wrr router zerotier one is running is not created and zerotier cli listnetworks returns listnetworks lan private initializing private however web network administration shows p... | 1 |
2,960 | 2,726,359,343 | IssuesEvent | 2015-04-15 09:49:09 | Fantomas42/django-blog-zinnia | https://api.github.com/repos/Fantomas42/django-blog-zinnia | closed | coveralls.io needs OAuth authorization renewal | Documentation | >Source Not Available
>
>The owner of this repo needs to re-authorize with Github; their OAuth credentials are no longer valid so the file cannot be pulled from the Github API.
| 1.0 | coveralls.io needs OAuth authorization renewal - >Source Not Available
>
>The owner of this repo needs to re-authorize with Github; their OAuth credentials are no longer valid so the file cannot be pulled from the Github API.
| non_comp | coveralls io needs oauth authorization renewal source not available the owner of this repo needs to re authorize with github their oauth credentials are no longer valid so the file cannot be pulled from the github api | 0 |
57,386 | 3,081,876,597 | IssuesEvent | 2015-08-23 05:59:58 | jayway/rest-assured | https://api.github.com/repos/jayway/rest-assured | closed | Spring @Value annotatoin not recognized by the RestAssuredMockMvc | bug imported Priority-Medium | _From [gerardo....@gmail.com](https://code.google.com/u/109122632968757805939/) on July 07, 2015 15:00:42_
What steps will reproduce the problem? 1. Add the two classes into your workspace
2. Execute SpringValueAnnotationNotRecognizedTest
3. You will see that the test SpringValueAnnotationNotRecognizedTest.testContr... | 1.0 | Spring @Value annotatoin not recognized by the RestAssuredMockMvc - _From [gerardo....@gmail.com](https://code.google.com/u/109122632968757805939/) on July 07, 2015 15:00:42_
What steps will reproduce the problem? 1. Add the two classes into your workspace
2. Execute SpringValueAnnotationNotRecognizedTest
3. You wil... | non_comp | spring value annotatoin not recognized by the restassuredmockmvc from on july what steps will reproduce the problem add the two classes into your workspace execute springvalueannotationnotrecognizedtest you will see that the test springvalueannotationnotrecognizedtest testcontrollermeth... | 0 |
15,484 | 19,802,831,048 | IssuesEvent | 2022-01-19 01:03:06 | OneSignal/react-native-onesignal | https://api.github.com/repos/OneSignal/react-native-onesignal | closed | Using Onesignal alongside with strict-version-matcher-plugin | Compatibility Issue dependencies |
**Description:**
<!-- (write below this line) -->
Hi, I'm trying to use OneSignal but it seems that the version of the firebase that being used by onesignal is different than the one that the `com.google.android.gms.strict-version-matcher-plugin` brings.
`
In project 'app' a resolved Google Play service... | True | Using Onesignal alongside with strict-version-matcher-plugin -
**Description:**
<!-- (write below this line) -->
Hi, I'm trying to use OneSignal but it seems that the version of the firebase that being used by onesignal is different than the one that the `com.google.android.gms.strict-version-matcher-plugin` brin... | comp | using onesignal alongside with strict version matcher plugin description hi i m trying to use onesignal but it seems that the version of the firebase that being used by onesignal is different than the one that the com google android gms strict version matcher plugin brings in project app... | 1 |
11,911 | 14,019,157,820 | IssuesEvent | 2020-10-29 17:47:28 | gudmdharalds/vip-go-mu-plugins-test | https://api.github.com/repos/gudmdharalds/vip-go-mu-plugins-test | closed | PHP 7.4 Compatibility issue debug-bar-cron/debug-bar-cron.php | PHP Compatibility PHP Compatiblity 7.4 | Found issue in master:
* <b>Warning</b>: Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead. In submodule, <a href="https://github.com/tollmanz/debug-bar-cron/blob/745ecbe2c1d363ea1537178806ba2e0d3376e9aa/debug-bar-cron.php#L38">here</a>.
| True | PHP 7.4 Compatibility issue debug-bar-cron/debug-bar-cron.php - Found issue in master:
* <b>Warning</b>: Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead. In submodule, <a href="https://github.com/tollmanz/debug-bar-cron/blob/745ecbe2c1d363ea1537178806ba2e0d3376e9aa/debug-bar-c... | comp | php compatibility issue debug bar cron debug bar cron php found issue in master warning function create function is deprecated since php use an anonymous function instead in submodule a href | 1 |
20,085 | 28,043,250,586 | IssuesEvent | 2023-03-28 20:18:11 | OpenMDAO/OpenMDAO | https://api.github.com/repos/OpenMDAO/OpenMDAO | closed | Deprecation removal: Remove `src_indices` as an argument to `add_input`. | backwards_incompatible | ### Desired capability or behavior.
The use of `src_indices` in `add_inputs` is a model-specific behavior that inhibits the modularity of components. It's use as an argument to `add_inputs` was deprecated in favor of using it in the `connect` and `promotes` methods.
The ability to use `src_indices` as an argumen... | True | Deprecation removal: Remove `src_indices` as an argument to `add_input`. - ### Desired capability or behavior.
The use of `src_indices` in `add_inputs` is a model-specific behavior that inhibits the modularity of components. It's use as an argument to `add_inputs` was deprecated in favor of using it in the `connect... | comp | deprecation removal remove src indices as an argument to add input desired capability or behavior the use of src indices in add inputs is a model specific behavior that inhibits the modularity of components it s use as an argument to add inputs was deprecated in favor of using it in the connect... | 1 |
754,440 | 26,388,044,596 | IssuesEvent | 2023-01-12 13:47:32 | epam/badgerdoc | https://api.github.com/repos/epam/badgerdoc | closed | Integration of custom agreement metrics on the batch level (to assess the overall level of agreement between annotators) | priority | ## General algorithm
Example: 2 annotators annotates 1 document, if they annotation is not match, we need to have algorithm to compare annotations if they not match. Agreement metrics helps to check if annotations are matched.
- Add config value `AGREEMENT_SCORE_MIN_MATCH` `float`
- When job task transitions t... | 1.0 | Integration of custom agreement metrics on the batch level (to assess the overall level of agreement between annotators) - ## General algorithm
Example: 2 annotators annotates 1 document, if they annotation is not match, we need to have algorithm to compare annotations if they not match. Agreement metrics helps to ... | non_comp | integration of custom agreement metrics on the batch level to assess the overall level of agreement between annotators general algorithm example annotators annotates document if they annotation is not match we need to have algorithm to compare annotations if they not match agreement metrics helps to ... | 0 |
180,129 | 13,922,124,042 | IssuesEvent | 2020-10-21 12:53:30 | Flywith24/BlogList | https://api.github.com/repos/Flywith24/BlogList | opened | 【玩转Test】Fragment 集成测试,FragmentScenario Espresso Mockito 介绍 | 玩转 Test | ## 前言
前三篇文章我们介绍了如何写单元测试,从这篇文章开始,我们介绍一下 *集成测试*
fragment 和 ViewModel 联系很紧密,我们需要确保 ViewModel 在适当时的时机更新 UI,那么该如何测试这部分内容呢?
<br>
本文内容来自 [Udacity Advanced Android with Kotlin-Lesson 11-5.2 Testing: Intro to Test Doubles & Dependency Injection ](https://classroom.udacity.com/courses/ud940/lessons/9434e029-dce7... | 1.0 | 【玩转Test】Fragment 集成测试,FragmentScenario Espresso Mockito 介绍 - ## 前言
前三篇文章我们介绍了如何写单元测试,从这篇文章开始,我们介绍一下 *集成测试*
fragment 和 ViewModel 联系很紧密,我们需要确保 ViewModel 在适当时的时机更新 UI,那么该如何测试这部分内容呢?
<br>
本文内容来自 [Udacity Advanced Android with Kotlin-Lesson 11-5.2 Testing: Intro to Test Doubles & Dependency Injection ](http... | non_comp | 【玩转test】fragment 集成测试,fragmentscenario espresso mockito 介绍 前言 前三篇文章我们介绍了如何写单元测试,从这篇文章开始,我们介绍一下 集成测试 fragment 和 viewmodel 联系很紧密,我们需要确保 viewmodel 在适当时的时机更新 ui,那么该如何测试这部分内容呢? 本文内容来自 fragment 集成测试 为了在下面的架构上进行 集成测试 ,我们需要尽可能的屏蔽无关代码 例如我们可以使用 empty activity,它不包含 fragment 或 activity... | 0 |
13,729 | 16,448,742,273 | IssuesEvent | 2021-05-21 00:10:25 | lucaargolo/kibe | https://api.github.com/repos/lucaargolo/kibe | closed | Crash when using Campanion Sleeping bag and Glider at the same time | bug mod incompatibility | TerraformersMC/Campanion#93 | True | Crash when using Campanion Sleeping bag and Glider at the same time - TerraformersMC/Campanion#93 | comp | crash when using campanion sleeping bag and glider at the same time terraformersmc campanion | 1 |
48,432 | 20,150,754,206 | IssuesEvent | 2022-02-09 12:08:56 | gradido/gradido | https://api.github.com/repos/gradido/gradido | closed | 🚀 [Feature] Icons for each menu entry | feature question service: wallet frontend | <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates -->
## 🚀 Feature
<!-- Give a short summary of the Feature. Use Screenshots if you want. -->
The menu is currently plain an simple.

2. 配置成员权限,两个成员分别拥有oracle和mysql_local数据源的上线权限

3. 创建工单,选择两个数据源oracle和mysql_local

2. 配置成员权限,两个成员分别拥有oracle和mysql_local数据源的上线权限

3. 创建工单,选择两个数据源oracle和mysql_local
![image... | comp | 工单待上线人按实例匹配 复现步骤 配置流程模板 配置成员权限,两个成员分别拥有oracle和mysql local数据源的上线权限 创建工单,选择两个数据源oracle和mysql local 查看工单详情,待操作人只有admin 没有和数据源对应的用户db source source 预期 当工单处于工作流程模板的审核阶段时,工单概览应该显示审核模板步骤待操作人 当工单处于工作流程模板的上线阶段时,工单概览应该分别显示每个task的待操作人,而不是审核模板步骤的待操作人 单个数据源的待上线人根据数据源权限匹配;批量上... | 1 |
12,055 | 14,229,768,333 | IssuesEvent | 2020-11-18 06:54:26 | Lothrazar/Storage-Network | https://api.github.com/repos/Lothrazar/Storage-Network | closed | Gui crash when opening storage network | 1.12 cannot replicate compatibility | Minecraft version & Mod Version: minecraft 1.12.2, Mod version 1.7.10 & 1.7.11 (Updated to see if it fixed the issue)
Single player or Server: server
Describe problem (what you were doing / what happened): opened the storage gui and it crashed the game also crash with storage remote (not ever time though)
... | True | Gui crash when opening storage network - Minecraft version & Mod Version: minecraft 1.12.2, Mod version 1.7.10 & 1.7.11 (Updated to see if it fixed the issue)
Single player or Server: server
Describe problem (what you were doing / what happened): opened the storage gui and it crashed the game also crash with ... | comp | gui crash when opening storage network minecraft version mod version minecraft mod version updated to see if it fixed the issue single player or server server describe problem what you were doing what happened opened the storage gui and it crashed the game also crash with sto... | 1 |
474,740 | 13,675,351,425 | IssuesEvent | 2020-09-29 12:34:19 | Poobslag/turbofat | https://api.github.com/repos/Poobslag/turbofat | opened | Occasional pauses/frame drops during puzzles | priority-4 | During puzzle mode, I experience occasional bursts of 5-10 dropped frames. These are very sporadic and maybe only occur every 20 minutes, if that.
I think they may coincide with a texture being loaded, or a sound being played. Maybe we could track this down with the debugger. | 1.0 | Occasional pauses/frame drops during puzzles - During puzzle mode, I experience occasional bursts of 5-10 dropped frames. These are very sporadic and maybe only occur every 20 minutes, if that.
I think they may coincide with a texture being loaded, or a sound being played. Maybe we could track this down with the deb... | non_comp | occasional pauses frame drops during puzzles during puzzle mode i experience occasional bursts of dropped frames these are very sporadic and maybe only occur every minutes if that i think they may coincide with a texture being loaded or a sound being played maybe we could track this down with the debug... | 0 |
49,210 | 26,031,574,789 | IssuesEvent | 2022-12-21 21:56:23 | DISIC/observatoire | https://api.github.com/repos/DISIC/observatoire | closed | Optimisation du stockage des avis - configuration des nouvelles tables | tech scalabilité/performance stockage optimisé avis | La plateforme XWiki dispose d'un mécanisme pour stocker des données structurées dans des tables dédiées en base, pour l'amélioration des performances - le 'custom mapping'. Le prix à payer pour cela est la perte de la possibilité de configurer les structures facilement à partir de l'interface utilisateur. Cette perte n... | True | Optimisation du stockage des avis - configuration des nouvelles tables - La plateforme XWiki dispose d'un mécanisme pour stocker des données structurées dans des tables dédiées en base, pour l'amélioration des performances - le 'custom mapping'. Le prix à payer pour cela est la perte de la possibilité de configurer les... | non_comp | optimisation du stockage des avis configuration des nouvelles tables la plateforme xwiki dispose d un mécanisme pour stocker des données structurées dans des tables dédiées en base pour l amélioration des performances le custom mapping le prix à payer pour cela est la perte de la possibilité de configurer les... | 0 |
11,772 | 13,885,697,313 | IssuesEvent | 2020-10-18 21:08:14 | lucaargolo/kibe | https://api.github.com/repos/lucaargolo/kibe | closed | An Unexpected Issue Occurred | invalid mod incompatibility | Hi! I've been having issues with this mod not working. The game crashes and says "An unexpected issue occurred and the game crashed. We're sorry for the inconvenience." Are there any things I could do to stop this from happening? I know that immersive portals doesn't work with this mod, but I don't have that installed ... | True | An Unexpected Issue Occurred - Hi! I've been having issues with this mod not working. The game crashes and says "An unexpected issue occurred and the game crashed. We're sorry for the inconvenience." Are there any things I could do to stop this from happening? I know that immersive portals doesn't work with this mod, b... | comp | an unexpected issue occurred hi i ve been having issues with this mod not working the game crashes and says an unexpected issue occurred and the game crashed we re sorry for the inconvenience are there any things i could do to stop this from happening i know that immersive portals doesn t work with this mod b... | 1 |
169,277 | 26,774,237,931 | IssuesEvent | 2023-01-31 16:03:35 | ThreeSixtyGiving/grantnav | https://api.github.com/repos/ThreeSixtyGiving/grantnav | closed | Downloads not working | bug - not as designed | **Describe the bug**
Clicking the download button on the GrantNav search page attempts but does not succeed in downloading the data. This is the case whether it's an empty search or a filtered search.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://grantnav.threesixtygiving.org/search?query=%2A... | 1.0 | Downloads not working - **Describe the bug**
Clicking the download button on the GrantNav search page attempts but does not succeed in downloading the data. This is the case whether it's an empty search or a filtered search.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://grantnav.threesixtygiv... | non_comp | downloads not working describe the bug clicking the download button on the grantnav search page attempts but does not succeed in downloading the data this is the case whether it s an empty search or a filtered search to reproduce steps to reproduce the behavior go to click on export search ... | 0 |
15,968 | 21,040,121,675 | IssuesEvent | 2022-03-31 11:32:09 | Moriafly/SaltPlayerSource | https://api.github.com/repos/Moriafly/SaltPlayerSource | closed | 手势上滑至主界面及息屏出现闪退 | 错误 bug 需要更多反馈信息 question 兼容性 compatibility | 仅仅反馈你所遇到的一个使用问题,多个请重新提交另外的 issue。Only give feedback on one usage problem you encountered, please resubmit another issue.
在你反馈此问题前请注意:Please note before you respond to this question:
-------------------------
- 详细阅读椒盐音乐帮助内容(应用设置-帮助)。Read more about the SaltPlayer help content (app Settings - Help).
- 尝试在仓库 issue 搜... | True | 手势上滑至主界面及息屏出现闪退 - 仅仅反馈你所遇到的一个使用问题,多个请重新提交另外的 issue。Only give feedback on one usage problem you encountered, please resubmit another issue.
在你反馈此问题前请注意:Please note before you respond to this question:
-------------------------
- 详细阅读椒盐音乐帮助内容(应用设置-帮助)。Read more about the SaltPlayer help content (app Settings - Help)... | comp | 手势上滑至主界面及息屏出现闪退 仅仅反馈你所遇到的一个使用问题,多个请重新提交另外的 issue。only give feedback on one usage problem you encountered please resubmit another issue 在你反馈此问题前请注意:please note before you respond to this question 详细阅读椒盐音乐帮助内容(应用设置 帮助)。read more about the saltplayer help content app settings help ... | 1 |
29,430 | 2,715,816,079 | IssuesEvent | 2015-04-10 15:19:10 | cs2103jan2015-t10-2j/main | https://api.github.com/repos/cs2103jan2015-t10-2j/main | closed | add prompts throughout the program | priority.high type.story | This will make things slightly more user-friendly. Right now we just have a blinking cursor.
We could just say "command" and that would be helpful.
At a GOOD level, we can change these prompts depending on context. For example, the prompt will change depending on whether the user is in display mode or normal mode.
... | 1.0 | add prompts throughout the program - This will make things slightly more user-friendly. Right now we just have a blinking cursor.
We could just say "command" and that would be helpful.
At a GOOD level, we can change these prompts depending on context. For example, the prompt will change depending on whether the use... | non_comp | add prompts throughout the program this will make things slightly more user friendly right now we just have a blinking cursor we could just say command and that would be helpful at a good level we can change these prompts depending on context for example the prompt will change depending on whether the use... | 0 |
15,934 | 20,985,135,981 | IssuesEvent | 2022-03-29 01:44:57 | thedarkcolour/Future-MC | https://api.github.com/repos/thedarkcolour/Future-MC | closed | [1.12.2] Bee Hives cause crash when disabled | bug upcoming fix compatibility | I disabled the bees part of the mod as well as the other buzzy bees stuff excluding the iron golem config option after discovering that there were too many bee hives and bees in a new world I started. I restarted Minecraft and loaded started a new world to see if the bees were disabled and it crashed.
Here is a pas... | True | [1.12.2] Bee Hives cause crash when disabled - I disabled the bees part of the mod as well as the other buzzy bees stuff excluding the iron golem config option after discovering that there were too many bee hives and bees in a new world I started. I restarted Minecraft and loaded started a new world to see if the bees ... | comp | bee hives cause crash when disabled i disabled the bees part of the mod as well as the other buzzy bees stuff excluding the iron golem config option after discovering that there were too many bee hives and bees in a new world i started i restarted minecraft and loaded started a new world to see if the bees were di... | 1 |
248,919 | 21,089,166,857 | IssuesEvent | 2022-04-04 01:27:00 | trinodb/trino | https://api.github.com/repos/trinodb/trino | opened | TestSharedGlueMetastore.testReadInformationSchema keeps failing on master | test | ```
Error: io.trino.plugin.iceberg.TestSharedGlueMetastore.testReadInformationSchema Time elapsed: 2.317 s <<< FAILURE!
java.lang.RuntimeException: Failed to open input stream for file: /tmp/TrinoTest12782318577807722697/iceberg_data/nation/metadata/00000-55f3cefd-7639-40a0-b33f-0c93fd0cb533.metadata.json
at io.... | 1.0 | TestSharedGlueMetastore.testReadInformationSchema keeps failing on master - ```
Error: io.trino.plugin.iceberg.TestSharedGlueMetastore.testReadInformationSchema Time elapsed: 2.317 s <<< FAILURE!
java.lang.RuntimeException: Failed to open input stream for file: /tmp/TrinoTest12782318577807722697/iceberg_data/natio... | non_comp | testsharedgluemetastore testreadinformationschema keeps failing on master error io trino plugin iceberg testsharedgluemetastore testreadinformationschema time elapsed s failure java lang runtimeexception failed to open input stream for file tmp iceberg data nation metadata metadat... | 0 |
292,746 | 22,035,667,502 | IssuesEvent | 2022-05-28 14:36:38 | Starz0r/AreWeAntiCheatYet | https://api.github.com/repos/Starz0r/AreWeAntiCheatYet | closed | Supported Status | documentation needs more info | Can we all agree that games should only be set as supported if the anti-cheat was officially implemented to work with Linux by the game's developers?
Some games might work on Linux with their anti-cheat yet they are not officially implemented in that case they should remain unsupported.
Some example are #14 and ... | 1.0 | Supported Status - Can we all agree that games should only be set as supported if the anti-cheat was officially implemented to work with Linux by the game's developers?
Some games might work on Linux with their anti-cheat yet they are not officially implemented in that case they should remain unsupported.
Some e... | non_comp | supported status can we all agree that games should only be set as supported if the anti cheat was officially implemented to work with linux by the game s developers some games might work on linux with their anti cheat yet they are not officially implemented in that case they should remain unsupported some e... | 0 |
11,326 | 3,198,239,614 | IssuesEvent | 2015-10-01 10:56:34 | owncloud/client | https://api.github.com/repos/owncloud/client | closed | Desktop sync client 2.0.0 not able to connect to oC 8.1.1 via Shibboleth | purple-ticket ReadyToTest | ### Steps to reproduce
1. Trying to connect the Desktop sync client 2.0.0 to oC 8.1.1 via Shibboleth
### Expected behaviour
Desktop sync client should be able to connect and sync
### Actual behaviour
Desktop sync client is not able to connect and is reporting a "Service Unavailable" error message. After select... | 1.0 | Desktop sync client 2.0.0 not able to connect to oC 8.1.1 via Shibboleth - ### Steps to reproduce
1. Trying to connect the Desktop sync client 2.0.0 to oC 8.1.1 via Shibboleth
### Expected behaviour
Desktop sync client should be able to connect and sync
### Actual behaviour
Desktop sync client is not able to c... | non_comp | desktop sync client not able to connect to oc via shibboleth steps to reproduce trying to connect the desktop sync client to oc via shibboleth expected behaviour desktop sync client should be able to connect and sync actual behaviour desktop sync client is not able to c... | 0 |
126,472 | 26,862,333,557 | IssuesEvent | 2023-02-03 19:37:27 | patternfly/pf-codemods | https://api.github.com/repos/patternfly/pf-codemods | closed | Code editor - Remove deprecated props | codemod pf5 | Follow up to breaking change issue https://github.com/patternfly/patternfly-react/issues/8214
the following props have been deprecated and should be removed
entryDelay
exitDelay
maxWidth
position
tooltiptext
_Required actions:_
1. Build codemod
2. Build test
3. Update readme with description & example
| 1.0 | Code editor - Remove deprecated props - Follow up to breaking change issue https://github.com/patternfly/patternfly-react/issues/8214
the following props have been deprecated and should be removed
entryDelay
exitDelay
maxWidth
position
tooltiptext
_Required actions:_
1. Build codemod
2. Build test
3. Upda... | non_comp | code editor remove deprecated props follow up to breaking change issue the following props have been deprecated and should be removed entrydelay exitdelay maxwidth position tooltiptext required actions build codemod build test update readme with description example | 0 |
12,729 | 15,006,745,157 | IssuesEvent | 2021-01-31 00:34:59 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | opened | [INCOMPATIBILITY] GPFlags | Incompatibility | ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, 1.15, or 1.16 server
- [X] The issue happens on default config.yml and checks.yml
- [X] ... | True | [INCOMPATIBILITY] GPFlags - ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, 1.15, or 1.16 server
- [X] The issue happens on default confi... | comp | gpflags troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks yml i ve te... | 1 |
335,368 | 10,152,554,333 | IssuesEvent | 2019-08-06 00:18:44 | dgraph-io/badger | https://api.github.com/repos/dgraph-io/badger | closed | Backup API improvements | area/api kind/feature priority/P3 status/needs-attention | Today, the Backup() API is rather low-level. It would be nice if Badger exposed a higher-level BackupEngine API like RocksDB which handles multiple incremental backups and combines them into a single RestoreFromLatestBackup() call.
Ideally I can use the API to easily create an hourly incremental backup with a daily... | 1.0 | Backup API improvements - Today, the Backup() API is rather low-level. It would be nice if Badger exposed a higher-level BackupEngine API like RocksDB which handles multiple incremental backups and combines them into a single RestoreFromLatestBackup() call.
Ideally I can use the API to easily create an hourly incre... | non_comp | backup api improvements today the backup api is rather low level it would be nice if badger exposed a higher level backupengine api like rocksdb which handles multiple incremental backups and combines them into a single restorefromlatestbackup call ideally i can use the api to easily create an hourly incre... | 0 |
305,515 | 26,390,900,591 | IssuesEvent | 2023-01-12 15:36:40 | CSOIreland/PxStat | https://api.github.com/repos/CSOIreland/PxStat | closed | [ENHANCEMENT] Clarity on mobile/small screen email subscriber login/signup | enhancement released tested fixed | **Is your feature request related to a problem? Please describe.**
Clarity on mobile/small screen email subscriber login/signup the login button disappears further down the page due to the prominence of sign up moving acrossand expanding combined with cancel stacked above login and width narrow. I think login in theo... | 1.0 | [ENHANCEMENT] Clarity on mobile/small screen email subscriber login/signup - **Is your feature request related to a problem? Please describe.**
Clarity on mobile/small screen email subscriber login/signup the login button disappears further down the page due to the prominence of sign up moving acrossand expanding comb... | non_comp | clarity on mobile small screen email subscriber login signup is your feature request related to a problem please describe clarity on mobile small screen email subscriber login signup the login button disappears further down the page due to the prominence of sign up moving acrossand expanding combined with c... | 0 |
12,586 | 14,895,017,625 | IssuesEvent | 2021-01-21 08:30:01 | ckeditor/ckeditor5 | https://api.github.com/repos/ckeditor/ckeditor5 | closed | Create a state machine graph (type and alignment of the images). | domain:ui/ux domain:v4-compatibilty package:image squad:ux type:task | The graph should cover the changes of image types (inline/block) and alignment caused by:
* interactions with the editor interface,
* loading the data saved in CKE4,
* pasting/dragging the data inside the editor,
if we decide to follow the proposal below:
- 3 display modes as in the [comment](https://github.com... | True | Create a state machine graph (type and alignment of the images). - The graph should cover the changes of image types (inline/block) and alignment caused by:
* interactions with the editor interface,
* loading the data saved in CKE4,
* pasting/dragging the data inside the editor,
if we decide to follow the propos... | comp | create a state machine graph type and alignment of the images the graph should cover the changes of image types inline block and alignment caused by interactions with the editor interface loading the data saved in pasting dragging the data inside the editor if we decide to follow the proposal ... | 1 |
536,140 | 15,704,826,718 | IssuesEvent | 2021-03-26 15:26:18 | Haivision/srt | https://api.github.com/repos/Haivision/srt | closed | [Statistics] The number of lost FEC control packets is not calculated in the statistics | Priority: Low Type: Enhancement [core] | The number of lost FEC control packets is not calculated in the statistics. I think it makes sense to have such a value as a separate statistic.
Important to note that in case of FEC, lost data packets should be calculated as part of `pktRcvLossTotal` statistic, lost FEC control packets should not be included into ... | 1.0 | [Statistics] The number of lost FEC control packets is not calculated in the statistics - The number of lost FEC control packets is not calculated in the statistics. I think it makes sense to have such a value as a separate statistic.
Important to note that in case of FEC, lost data packets should be calculated as ... | non_comp | the number of lost fec control packets is not calculated in the statistics the number of lost fec control packets is not calculated in the statistics i think it makes sense to have such a value as a separate statistic important to note that in case of fec lost data packets should be calculated as part of pk... | 0 |
375,674 | 26,172,556,947 | IssuesEvent | 2023-01-02 03:34:51 | getgoji/goji-chrome-extension | https://api.github.com/repos/getgoji/goji-chrome-extension | closed | Styling and documentation | documentation feature | Fix styling, documentation, and structure. No changes to functionality yet | 1.0 | Styling and documentation - Fix styling, documentation, and structure. No changes to functionality yet | non_comp | styling and documentation fix styling documentation and structure no changes to functionality yet | 0 |
12,099 | 14,267,500,131 | IssuesEvent | 2020-11-20 20:35:50 | TheKrowi/Krowi_Addons | https://api.github.com/repos/TheKrowi/Krowi_Addons | closed | Error GetNextAchievement(achievementID) | compatibility | Caused when closing the options window when the achievement window was not opened before when Overachiever is also enabled.
Message: ...ns\Krowi_AchievementFilter_Tab\AchievementsFrame.lua:201: Usage: GetNextAchievement(achievementID)
Time: Fri Nov 20 21:31:19 2020
Count: 1
Stack: ...ns\Krowi_AchievementFilter_Ta... | True | Error GetNextAchievement(achievementID) - Caused when closing the options window when the achievement window was not opened before when Overachiever is also enabled.
Message: ...ns\Krowi_AchievementFilter_Tab\AchievementsFrame.lua:201: Usage: GetNextAchievement(achievementID)
Time: Fri Nov 20 21:31:19 2020
Count: ... | comp | error getnextachievement achievementid caused when closing the options window when the achievement window was not opened before when overachiever is also enabled message ns krowi achievementfilter tab achievementsframe lua usage getnextachievement achievementid time fri nov count stack ... | 1 |
5,656 | 8,130,041,180 | IssuesEvent | 2018-08-17 17:03:08 | HDI-Project/MLBlocks | https://api.github.com/repos/HDI-Project/MLBlocks | closed | New MLBlocks API | Backwards incompatible internal improvement new feature | A new API for MLBlocks will be implemented.
These are the most relevant changes:
* Primitives JSONs and Python code has been moved to a different repository, called MLPrimitives
* Optional usage of multiple JSON primitive folders.
* JSON format has been changed to allow more flexibility and features:
* inp... | True | New MLBlocks API - A new API for MLBlocks will be implemented.
These are the most relevant changes:
* Primitives JSONs and Python code has been moved to a different repository, called MLPrimitives
* Optional usage of multiple JSON primitive folders.
* JSON format has been changed to allow more flexibility and f... | comp | new mlblocks api a new api for mlblocks will be implemented these are the most relevant changes primitives jsons and python code has been moved to a different repository called mlprimitives optional usage of multiple json primitive folders json format has been changed to allow more flexibility and f... | 1 |
18,799 | 26,160,524,001 | IssuesEvent | 2022-12-31 12:53:07 | jg-rp/liquid | https://api.github.com/repos/jg-rp/liquid | closed | Indexable strings | incompatibility | [Shopify/liquid](https://github.com/Shopify/liquid) (the reference implementation) does not allow us to access characters in a string using indexes.
**Template**
```liquid
{% assign x = 'foobar' -%}
{{ x[0] }}
{{ x[1] }}
{{ x[-1] }}
```
**Python Liquid output**
```plain
f
o
r
```
Shopify/liquid will... | True | Indexable strings - [Shopify/liquid](https://github.com/Shopify/liquid) (the reference implementation) does not allow us to access characters in a string using indexes.
**Template**
```liquid
{% assign x = 'foobar' -%}
{{ x[0] }}
{{ x[1] }}
{{ x[-1] }}
```
**Python Liquid output**
```plain
f
o
r
```
... | comp | indexable strings the reference implementation does not allow us to access characters in a string using indexes template liquid assign x foobar x x x python liquid output plain f o r shopify liquid will throw an error in strict mode f... | 1 |
17,546 | 24,202,864,986 | IssuesEvent | 2022-09-24 20:27:23 | ThexXTURBOXx/flutter_web_auth_2 | https://api.github.com/repos/ThexXTURBOXx/flutter_web_auth_2 | closed | Upgrading to oauth2_client 3.0.0 (using flutter_web_auth_2) fails | compatibility | ## Description
When upgrading oauth2_client to 3.0.0 that introduces use of flutter_web_auth_2, I get a build error that looks related to making the plugin dependant on kotlin-gradle-plugin 1.7.10:
```
Running Gradle task 'assembleRelease'...
FAILURE: Build failed with an exception.
* W... | True | Upgrading to oauth2_client 3.0.0 (using flutter_web_auth_2) fails - ## Description
When upgrading oauth2_client to 3.0.0 that introduces use of flutter_web_auth_2, I get a build error that looks related to making the plugin dependant on kotlin-gradle-plugin 1.7.10:
```
Running Gradle task 'assembleRelease'... ... | comp | upgrading to client using flutter web auth fails description when upgrading client to that introduces use of flutter web auth i get a build error that looks related to making the plugin dependant on kotlin gradle plugin running gradle task assemblerelease ... | 1 |
18,185 | 10,217,699,981 | IssuesEvent | 2019-08-15 14:16:50 | whitesource-yossi/npm-plugin3 | https://api.github.com/repos/whitesource-yossi/npm-plugin3 | opened | CVE-2011-2692 (Medium) detected in libpng-v1.2.2 | security vulnerability | ## CVE-2011-2692 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libpngv1.2.2</b></p></summary>
<p>
<p>mirror of git://git.code.sf.net/p/libpng/code (mirror of the official repositor... | True | CVE-2011-2692 (Medium) detected in libpng-v1.2.2 - ## CVE-2011-2692 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libpngv1.2.2</b></p></summary>
<p>
<p>mirror of git://git.code.sf.... | non_comp | cve medium detected in libpng cve medium severity vulnerability vulnerable library mirror of git git code sf net p libpng code mirror of the official repository library home page a href found in head commit a href library source files the... | 0 |
200,978 | 15,168,720,635 | IssuesEvent | 2021-02-12 19:53:15 | ThatGuySam/doesitarm | https://api.github.com/repos/ThatGuySam/doesitarm | closed | Backblaze | Needs M1 Testing Needs Reported Status New App Request | Backblaze ([homepage](https://www.backblaze.com), [Wikipedia](https://en.wikipedia.org/wiki/Backblaze)) is a cloud back-up provider. Their helper application runs in the background backing-up files and can be configured in System Preferences.
It [would seem they are developing M1 support](https://www.reddit.com/r/ba... | 1.0 | Backblaze - Backblaze ([homepage](https://www.backblaze.com), [Wikipedia](https://en.wikipedia.org/wiki/Backblaze)) is a cloud back-up provider. Their helper application runs in the background backing-up files and can be configured in System Preferences.
It [would seem they are developing M1 support](https://www.red... | non_comp | backblaze backblaze is a cloud back up provider their helper application runs in the background backing up files and can be configured in system preferences it but as yet it s not released it would appear that the app works via rosetta though | 0 |
20,168 | 28,293,366,631 | IssuesEvent | 2023-04-09 13:47:12 | Muttley/foundryvtt-shadowdark | https://api.github.com/repos/Muttley/foundryvtt-shadowdark | opened | Feature: Compiled Compendiums | enhancement good first issue compatibility | **Why?**
With the PF2e Beastiary token integration, as well as the possibility to map actors to art in version 1.2.0, we need to have strict control over `ids`. While we are at it, we should keep each compendium item/actor/etc. as json files we compile instead of modifying the data in a game world.
**How?**
The PF... | True | Feature: Compiled Compendiums - **Why?**
With the PF2e Beastiary token integration, as well as the possibility to map actors to art in version 1.2.0, we need to have strict control over `ids`. While we are at it, we should keep each compendium item/actor/etc. as json files we compile instead of modifying the data in a... | comp | feature compiled compendiums why with the beastiary token integration as well as the possibility to map actors to art in version we need to have strict control over ids while we are at it we should keep each compendium item actor etc as json files we compile instead of modifying the data in a ga... | 1 |
20,566 | 30,519,945,180 | IssuesEvent | 2023-07-19 07:21:41 | kikugie/elytra-trims | https://api.github.com/repos/kikugie/elytra-trims | closed | [BUG] Elytra does not display other layers of armor trims when using Stackable Armor Trims | compatibility | ## Description
When using any mods that allow you to stack armor trims (similar to banners), this mod only renders the first one applied to the Elytra. The trims themselves get added to the NBT data, while the Elytra does not render any trims past the first one. The desired outcome is for the Elytra to correctly dis... | True | [BUG] Elytra does not display other layers of armor trims when using Stackable Armor Trims - ## Description
When using any mods that allow you to stack armor trims (similar to banners), this mod only renders the first one applied to the Elytra. The trims themselves get added to the NBT data, while the Elytra does no... | comp | elytra does not display other layers of armor trims when using stackable armor trims description when using any mods that allow you to stack armor trims similar to banners this mod only renders the first one applied to the elytra the trims themselves get added to the nbt data while the elytra does not re... | 1 |
26,398 | 26,805,299,432 | IssuesEvent | 2023-02-01 17:49:07 | bevyengine/bevy | https://api.github.com/repos/bevyengine/bevy | closed | Orthographic camera as a child prevents rendering any entities behind its parent | C-Bug C-Docs A-Rendering C-Usability | ## Bevy version
0.5
## Operating system & version
Windows 10
## What you did
1. Create an entity with a SpriteBundle with a Z translation of A.
2. Create another entity with a SpriteBundle with a Z translation of B, smaller than A.
3. Create an OrthographicCameraBundle using new_2d(), and set it to be a... | True | Orthographic camera as a child prevents rendering any entities behind its parent - ## Bevy version
0.5
## Operating system & version
Windows 10
## What you did
1. Create an entity with a SpriteBundle with a Z translation of A.
2. Create another entity with a SpriteBundle with a Z translation of B, smalle... | non_comp | orthographic camera as a child prevents rendering any entities behind its parent bevy version operating system version windows what you did create an entity with a spritebundle with a z translation of a create another entity with a spritebundle with a z translation of b smaller... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.