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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
208,723 | 16,135,389,564 | IssuesEvent | 2021-04-29 11:08:04 | vmware-samples/vcenter-event-broker-appliance | https://api.github.com/repos/vmware-samples/vcenter-event-broker-appliance | opened | Update documentation to include multiple trigger example | bug documentation | **Describe the bug**
Add an example where multiple Knative Triggers are defined which is required if you wish to have a function map to multiple vCenter Server Events | 1.0 | Update documentation to include multiple trigger example - **Describe the bug**
Add an example where multiple Knative Triggers are defined which is required if you wish to have a function map to multiple vCenter Server Events | non_comp | update documentation to include multiple trigger example describe the bug add an example where multiple knative triggers are defined which is required if you wish to have a function map to multiple vcenter server events | 0 |
355,466 | 10,581,014,261 | IssuesEvent | 2019-10-08 08:17:14 | TykTechnologies/tyk | https://api.github.com/repos/TykTechnologies/tyk | closed | Panic during ACL per parth merging | Priority: Medium bug | **Branch/Environment/Version**
master/release-2.9
**Describe the bug**
There is bug in ACL merging mechanism, which can cause panic if the number of APIs in one policy does not match another policy, and both of them define ACL rules per path for the same API.
**Actual behavior**
```
2019/10/07 20:12:57 http: ... | 1.0 | Panic during ACL per parth merging - **Branch/Environment/Version**
master/release-2.9
**Describe the bug**
There is bug in ACL merging mechanism, which can cause panic if the number of APIs in one policy does not match another policy, and both of them define ACL rules per path for the same API.
**Actual behavi... | non_comp | panic during acl per parth merging branch environment version master release describe the bug there is bug in acl merging mechanism which can cause panic if the number of apis in one policy does not match another policy and both of them define acl rules per path for the same api actual behavi... | 0 |
10,166 | 12,179,577,006 | IssuesEvent | 2020-04-28 10:55:52 | pbrezina/sssd-test | https://api.github.com/repos/pbrezina/sssd-test | closed | Remove the pysss.local interface | Breaks compatibility Closed: Fixed | Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/3493
- Created at 2017-08-30 15:31:27 by [jhrozek](https://pagure.io/user/jhrozek)
- Closed at 2018-08-13 18:34:58 as Fixed
- Assigned to [fidencio](https://pagure.io/user/fidencio)
---
We are de-emphasizing the local domain in favor of the files domain. Ther... | True | Remove the pysss.local interface - Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/3493
- Created at 2017-08-30 15:31:27 by [jhrozek](https://pagure.io/user/jhrozek)
- Closed at 2018-08-13 18:34:58 as Fixed
- Assigned to [fidencio](https://pagure.io/user/fidencio)
---
We are de-emphasizing the local domain... | comp | remove the pysss local interface cloned from pagure issue created at by closed at as fixed assigned to we are de emphasizing the local domain in favor of the files domain there is no point in offering a python interface for the local domain we should just remove it ... | 1 |
6,652 | 8,948,161,267 | IssuesEvent | 2019-01-25 01:05:25 | SpongePowered/SpongeForge | https://api.github.com/repos/SpongePowered/SpongeForge | closed | Mowzies Mobs Structures not spawning + Mobs not dropping items | system: world gen type: mod incompatibility version: 1.12 | **I am currently running**
<!-- If you don't use the latest version, please tell us why. -->
- SpongeForge version: 1.12.2-2768-7.1.5-RC3511
- Forge version: 1.12.2 - 14.23.5.2796
- Java version: Version 8 Update 191 [64 bit]
- Operating System: Windows 10 10.0.17134 Build 17134
<!-- Please include ALL mods/pl... | True | Mowzies Mobs Structures not spawning + Mobs not dropping items - **I am currently running**
<!-- If you don't use the latest version, please tell us why. -->
- SpongeForge version: 1.12.2-2768-7.1.5-RC3511
- Forge version: 1.12.2 - 14.23.5.2796
- Java version: Version 8 Update 191 [64 bit]
- Operating System: Win... | comp | mowzies mobs structures not spawning mobs not dropping items i am currently running spongeforge version forge version java version version update operating system windows build please include all mods plugins you had installed when your... | 1 |
141,138 | 21,417,081,755 | IssuesEvent | 2022-04-22 12:01:25 | dpgraham4401/haztrak | https://api.github.com/repos/dpgraham4401/haztrak | opened | Migrate to bootstrap 5 | help wanted design decision | Migrate from the Bootstrap Framework version 4.6.1 to 5.x.x as the title says. This would be nice to get done before the front end becomes more than a placeholder. Right now (4/15/2022), I don't think migrating would be that difficult because we're not heavily using any bootstrap features or javascript.
There is a l... | 1.0 | Migrate to bootstrap 5 - Migrate from the Bootstrap Framework version 4.6.1 to 5.x.x as the title says. This would be nice to get done before the front end becomes more than a placeholder. Right now (4/15/2022), I don't think migrating would be that difficult because we're not heavily using any bootstrap features or ja... | non_comp | migrate to bootstrap migrate from the bootstrap framework version to x x as the title says this would be nice to get done before the front end becomes more than a placeholder right now i don t think migrating would be that difficult because we re not heavily using any bootstrap features or javasc... | 0 |
5,657 | 5,894,742,840 | IssuesEvent | 2017-05-18 03:32:20 | webcompat/webcompat.com | https://api.github.com/repos/webcompat/webcompat.com | closed | Add CSP policy | lang: Python scope: security status: ready | Probably something like:
```
Content-Security-Policy: default-src 'self'; img-src *; script-src 'self' www.google-analytics.com;
```
This allows images from anywhere, Google Analytics scripts to run, and everything else must come from webcompat.com.
We need to probably fix a few things so we don't have to enable `'... | True | Add CSP policy - Probably something like:
```
Content-Security-Policy: default-src 'self'; img-src *; script-src 'self' www.google-analytics.com;
```
This allows images from anywhere, Google Analytics scripts to run, and everything else must come from webcompat.com.
We need to probably fix a few things so we don't ... | non_comp | add csp policy probably something like content security policy default src self img src script src self this allows images from anywhere google analytics scripts to run and everything else must come from webcompat com we need to probably fix a few things so we don t have to enable unsafe ... | 0 |
552,410 | 16,240,316,076 | IssuesEvent | 2021-05-07 08:44:31 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | closed | Small vertical aligment issue in detail pages with different badges | component: ux contrib: assigned priority: p3 | ### Describe the problem and steps to reproduce it:
1. Go to an add-on detail page with multiple "badges" like https://addons-dev.allizom.org/en-US/firefox/addon/webmail-ad-regression2/
### What happened?
There is more vertical space between the two last badges than between the two first ones, creating an unba... | 1.0 | Small vertical aligment issue in detail pages with different badges - ### Describe the problem and steps to reproduce it:
1. Go to an add-on detail page with multiple "badges" like https://addons-dev.allizom.org/en-US/firefox/addon/webmail-ad-regression2/
### What happened?
There is more vertical space between... | non_comp | small vertical aligment issue in detail pages with different badges describe the problem and steps to reproduce it go to an add on detail page with multiple badges like what happened there is more vertical space between the two last badges than between the two first ones creating an unbalan... | 0 |
21,796 | 10,679,710,722 | IssuesEvent | 2019-10-21 19:50:40 | codice/ddf | https://api.github.com/repos/codice/ddf | closed | Add a second layer of protection for XSS reflection attack in GeoCoderEndpoint | :lock: Security | <!--
Have you read DDF's Code of Conduct? By filing an Issue, you are
expected to comply with it, including treating everyone with respect:
https://github.com/codice/ddf/blob/master/.github/CODE_OF_CONDUCT.md
Do you want to ask a question? Are you looking for support? The DDF
Developers group - https://groups.... | True | Add a second layer of protection for XSS reflection attack in GeoCoderEndpoint - <!--
Have you read DDF's Code of Conduct? By filing an Issue, you are
expected to comply with it, including treating everyone with respect:
https://github.com/codice/ddf/blob/master/.github/CODE_OF_CONDUCT.md
Do you want to ask a q... | non_comp | add a second layer of protection for xss reflection attack in geocoderendpoint have you read ddf s code of conduct by filing an issue you are expected to comply with it including treating everyone with respect do you want to ask a question are you looking for support the ddf developers group ... | 0 |
373,070 | 11,032,893,194 | IssuesEvent | 2019-12-06 21:22:49 | chef/automate | https://api.github.com/repos/chef/automate | closed | Add data to client run node detail pages + ui consistency | HIGH PRIORITY automate-ui client runs iamv2 ui | ## Overview
Add _Chef Organization_, _Chef Server_, _Chef Roles_, _Chef Tags_, and _Projects_ to client run node detail pages and some ui consistency work.
## Design Details
### General
- Remove _Node_ from the heading text
- Remove the subheading
### Visualization Changes
- Change the radial chart to be 1... | 1.0 | Add data to client run node detail pages + ui consistency - ## Overview
Add _Chef Organization_, _Chef Server_, _Chef Roles_, _Chef Tags_, and _Projects_ to client run node detail pages and some ui consistency work.
## Design Details
### General
- Remove _Node_ from the heading text
- Remove the subheading
... | non_comp | add data to client run node detail pages ui consistency overview add chef organization chef server chef roles chef tags and projects to client run node detail pages and some ui consistency work design details general remove node from the heading text remove the subheading ... | 0 |
10,847 | 12,829,149,417 | IssuesEvent | 2020-07-06 22:07:46 | simpeg/simpeg | https://api.github.com/repos/simpeg/simpeg | closed | the problem with "Problem" | breaks backward compatibility community framework-bug | I had a chat with @dougoldenburg today and he brought to light some of the confusion introduced by the term `Problem` in the framework, in particular when first introducing the SimPEG framework to new community members, which is perhaps indication of a more systemic issue.
.
ref: [FireMonkey UserCSS version](https://github.com/jmlntw/google-search-sidebar/issues/32)
```css
/*
==UserCSS==
@name Google Search Sidebar
@namespace jmln.tw
@version 0.3.8
@d... | True | Google Search Sidebar UserCSS - UserCSS version of the [Google Search Sidebar](https://github.com/jmlntw/google-search-sidebar).
ref: [FireMonkey UserCSS version](https://github.com/jmlntw/google-search-sidebar/issues/32)
```css
/*
==UserCSS==
@name Google Search Sidebar
@namespace jmln.t... | comp | google search sidebar usercss usercss version of the ref css usercss name google search sidebar namespace jmln tw version description a user script and user style to move google search tools to sidebar author jimmy lin li... | 1 |
643,466 | 20,957,723,137 | IssuesEvent | 2022-03-27 10:36:23 | AY2122S2-CS2103T-W12-2/tp | https://api.github.com/repos/AY2122S2-CS2103T-W12-2/tp | closed | Enchance the profiling of each person | priority.HIGH | Slightly modification to the current `Person `object needs to be done in order to cater to the university context.
New attributes to be added : Major, Telegram ID, Matriculation Card | 1.0 | Enchance the profiling of each person - Slightly modification to the current `Person `object needs to be done in order to cater to the university context.
New attributes to be added : Major, Telegram ID, Matriculation Card | non_comp | enchance the profiling of each person slightly modification to the current person object needs to be done in order to cater to the university context new attributes to be added major telegram id matriculation card | 0 |
18,760 | 26,124,637,747 | IssuesEvent | 2022-12-28 16:46:31 | davidpcaldwell/slime | https://api.github.com/repos/davidpcaldwell/slime | closed | Get Nashorn embedding working on JDK 11 | compatibility | Right now, Nashorn is not detected as compatible in jsh/launcher/main.js on line 139, where it checks for the existence of a `getContext` function on the `jdk.nashorn.internal.runtime.Context` class. The method is there, but can't be seen by Nashorn for some reason. (This was also the root cause for #203.)
It appear... | True | Get Nashorn embedding working on JDK 11 - Right now, Nashorn is not detected as compatible in jsh/launcher/main.js on line 139, where it checks for the existence of a `getContext` function on the `jdk.nashorn.internal.runtime.Context` class. The method is there, but can't be seen by Nashorn for some reason. (This was a... | comp | get nashorn embedding working on jdk right now nashorn is not detected as compatible in jsh launcher main js on line where it checks for the existence of a getcontext function on the jdk nashorn internal runtime context class the method is there but can t be seen by nashorn for some reason this was also... | 1 |
2,863 | 5,694,330,386 | IssuesEvent | 2017-04-15 12:10:20 | derhansen/sf_event_mgt | https://api.github.com/repos/derhansen/sf_event_mgt | closed | [TASK] Remove fluidStandaloneService | 8.7 compatibility | Remove fluidStandaloneService and use native fluid standalone rendering | True | [TASK] Remove fluidStandaloneService - Remove fluidStandaloneService and use native fluid standalone rendering | comp | remove fluidstandaloneservice remove fluidstandaloneservice and use native fluid standalone rendering | 1 |
358,471 | 25,193,184,021 | IssuesEvent | 2022-11-12 06:42:27 | crushten/github_workflow_repo | https://api.github.com/repos/crushten/github_workflow_repo | closed | Centralized the workflows | documentation | Would like to centralized all workflows here. Will need to make some sort of structure and then can use that in other projects.
https://docs.github.com/en/actions/using-workflows/reusing-workflows
https://github.blog/changelog/2020-06-23-github-actions-workflow-templates/
https://github.blog/2022-02-10-using-r... | 1.0 | Centralized the workflows - Would like to centralized all workflows here. Will need to make some sort of structure and then can use that in other projects.
https://docs.github.com/en/actions/using-workflows/reusing-workflows
https://github.blog/changelog/2020-06-23-github-actions-workflow-templates/
https://g... | non_comp | centralized the workflows would like to centralized all workflows here will need to make some sort of structure and then can use that in other projects | 0 |
3,691 | 6,555,362,542 | IssuesEvent | 2017-09-06 09:58:42 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | closed | Support termination of repair jobs. | cassandra 2.2 compatibility enhancement nodetool | ```
$ curl -X POST 'http://localhost:10000/storage_service/force_terminate'
{"message": "API call is not supported yet", "code": 500}
```
```
ss::force_terminate_all_repair_sessions.set(r, [](std::unique_ptr<request> req) {
//TBD
unimplemented();
return make_ready_future<json::json... | True | Support termination of repair jobs. - ```
$ curl -X POST 'http://localhost:10000/storage_service/force_terminate'
{"message": "API call is not supported yet", "code": 500}
```
```
ss::force_terminate_all_repair_sessions.set(r, [](std::unique_ptr<request> req) {
//TBD
unimplemented();
... | comp | support termination of repair jobs curl x post message api call is not supported yet code ss force terminate all repair sessions set r std unique ptr req tbd unimplemented return make ready future json void pleas... | 1 |
6,365 | 8,682,479,375 | IssuesEvent | 2018-12-02 08:50:09 | andstatus/andstatus | https://api.github.com/repos/andstatus/andstatus | opened | "less-than sign" and "greater-than sign" character entity references in content are unnecessarily unescaped | Compatibility | As a user noticed in GNU Social, HTML-formatted Note, which has "less-than sign" and "greater-than sign" character entity references in content are not shown properly in AndStatus.
Via web interface the note looks like this:
</script>`
## I encountered this error:
The original scripting is kept, and allows for Reflected XSS when deleting a post - so when deleting the script is executed - this allows for a security breach
* It'd ... | True | Reflected XSS when deleting a post - ## While trying to do this:
create a post and use the following as the title:
`Tester <script>alert(123)</script>`
## I encountered this error:
The original scripting is kept, and allows for Reflected XSS when deleting a post - so when deleting the script is executed - this al... | non_comp | reflected xss when deleting a post while trying to do this create a post and use the following as the title tester alert i encountered this error the original scripting is kept and allows for reflected xss when deleting a post so when deleting the script is executed this allows for a securi... | 0 |
57,132 | 15,704,318,395 | IssuesEvent | 2021-03-26 14:52:12 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-2 [SCREENREADER, COGNITION]: Bold text SHOULD be made headings, in this instance | 508-defect-2 508-issue-headings 508/Accessibility cms content frontend sitewide vsa vsa-public-websites | # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
```diff
! Team affected: VSA Public Websites; Project: AMA Phase 2
```
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
... | 1.0 | 508-defect-2 [SCREENREADER, COGNITION]: Bold text SHOULD be made headings, in this instance - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
```diff
! Team affected: VSA Public Websites; Project: AMA... | non_comp | defect bold text should be made headings in this instance diff team affected vsa public websites project ama phase feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enha... | 0 |
11,068 | 13,095,684,610 | IssuesEvent | 2020-08-03 14:30:08 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | 'added cards' statistic does not reflect the number of added cards. | Anki Ecosystem Compatibility Bug Help Wanted Keep Open Reproduced Statistics | ###### Research
*Enter an [ x ] character to confirm the points below:*
[ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ x] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://gi... | True | 'added cards' statistic does not reflect the number of added cards. - ###### Research
*Enter an [ x ] character to confirm the points below:*
[ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ x] I have checked the [ma... | comp | added cards statistic does not reflect the number of added cards research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i... | 1 |
4,576 | 7,204,332,933 | IssuesEvent | 2018-02-06 12:19:27 | foxbunny/duckweed | https://api.github.com/repos/foxbunny/duckweed | opened | Remove custom events | backwards incompatible enhancement | Custom events are generally more specific to how we build applications, and should not be in the framework. They may be provided as separate modules but not as part of the Duckweed package. | True | Remove custom events - Custom events are generally more specific to how we build applications, and should not be in the framework. They may be provided as separate modules but not as part of the Duckweed package. | comp | remove custom events custom events are generally more specific to how we build applications and should not be in the framework they may be provided as separate modules but not as part of the duckweed package | 1 |
17,676 | 24,368,978,165 | IssuesEvent | 2022-10-03 17:31:12 | kellnerd/musicbrainz-scripts | https://api.github.com/repos/kellnerd/musicbrainz-scripts | closed | Regular expression look behind not handled in Firefox 68 | wontfix punctuation compatibility | It will most probably be a won't fix because I am in a niche use-case, but as it took me much trouble to pin point why the unicode punctuation user script does not work in Firefox for Android 68 (the last version to support user scripts):
Regex lookbehind `(?<=` and negative lookbehind `(?<!` is [not supported befor... | True | Regular expression look behind not handled in Firefox 68 - It will most probably be a won't fix because I am in a niche use-case, but as it took me much trouble to pin point why the unicode punctuation user script does not work in Firefox for Android 68 (the last version to support user scripts):
Regex lookbehind `(... | comp | regular expression look behind not handled in firefox it will most probably be a won t fix because i am in a niche use case but as it took me much trouble to pin point why the unicode punctuation user script does not work in firefox for android the last version to support user scripts regex lookbehind ... | 1 |
16,968 | 23,377,188,194 | IssuesEvent | 2022-08-11 05:19:48 | WPChill/modula-lite | https://api.github.com/repos/WPChill/modula-lite | opened | test all modulas with new version of elementor and elementor pro (3.7.3) | compatibility |
Hi, Since I have updated Elementor 3.7 & Elementor Pro 3.7.3, there is a conflict with all of the Modula Pro plugins I have setup. It is causing the Elementor page builder to be constantly on a grey loading screen, but when I deactivate your plugins it works again.
| True | test all modulas with new version of elementor and elementor pro (3.7.3) -
Hi, Since I have updated Elementor 3.7 & Elementor Pro 3.7.3, there is a conflict with all of the Modula Pro plugins I have setup. It is causing the Elementor page builder to be constantly on a grey loading screen, but when I deactivate your ... | comp | test all modulas with new version of elementor and elementor pro hi since i have updated elementor elementor pro there is a conflict with all of the modula pro plugins i have setup it is causing the elementor page builder to be constantly on a grey loading screen but when i deactivate your ... | 1 |
343,809 | 30,691,022,165 | IssuesEvent | 2023-07-26 15:11:10 | goalapa/spring-cacamuca | https://api.github.com/repos/goalapa/spring-cacamuca | opened | [test] 4주차 - [신고] 테스트 코드 검증 | 🎯test | ✏️Description
-
신고, 블랙리스트의 테스트 코드 검증
✅TODO
-
- [ ] Repository Service Tests
- [ ] Report Check Null Service Tests
- [ ] BlackList Service Tests
- [ ] Report Controller Test
- [ ] BlackList Controller Test
🐾ETC
-
| 1.0 | [test] 4주차 - [신고] 테스트 코드 검증 - ✏️Description
-
신고, 블랙리스트의 테스트 코드 검증
✅TODO
-
- [ ] Repository Service Tests
- [ ] Report Check Null Service Tests
- [ ] BlackList Service Tests
- [ ] Report Controller Test
- [ ] BlackList Controller Test
🐾ETC
-
| non_comp | 테스트 코드 검증 ✏️description 신고 블랙리스트의 테스트 코드 검증 ✅todo repository service tests report check null service tests blacklist service tests report controller test blacklist controller test 🐾etc | 0 |
5,436 | 7,894,576,628 | IssuesEvent | 2018-06-28 22:03:13 | presscustomizr/hueman | https://api.github.com/repos/presscustomizr/hueman | opened | Possible customizer issue with a Google Analytics plugin | bug plugin compatibility question | > I just today updated Hueman and Add-Ons. It disabled my homepage sidebar layout. On trying to open the Customizer it would not open and the only way I was able to get it to function was by disabling Google Analytics plugin. It then forced me to utilise the Social Links in order to be able to save settings in the Cust... | True | Possible customizer issue with a Google Analytics plugin - > I just today updated Hueman and Add-Ons. It disabled my homepage sidebar layout. On trying to open the Customizer it would not open and the only way I was able to get it to function was by disabling Google Analytics plugin. It then forced me to utilise the So... | comp | possible customizer issue with a google analytics plugin i just today updated hueman and add ons it disabled my homepage sidebar layout on trying to open the customizer it would not open and the only way i was able to get it to function was by disabling google analytics plugin it then forced me to utilise the so... | 1 |
238,179 | 18,235,352,743 | IssuesEvent | 2021-10-01 05:57:44 | podverse/podverse-rn | https://api.github.com/repos/podverse/podverse-rn | opened | Help update the podverse-rn onboarding documentation (Windows) | good first issue hacktoberfest documentation | **Windows**
We need to update our documentation to make it easier for people to start contributing. It'd be a huge help if we can work with someone who doesn't already have podverse-rn running on their computer, so we can go from a clean slate to up-and-running with podverse-rn, and document the steps we take along ... | 1.0 | Help update the podverse-rn onboarding documentation (Windows) - **Windows**
We need to update our documentation to make it easier for people to start contributing. It'd be a huge help if we can work with someone who doesn't already have podverse-rn running on their computer, so we can go from a clean slate to up-an... | non_comp | help update the podverse rn onboarding documentation windows windows we need to update our documentation to make it easier for people to start contributing it d be a huge help if we can work with someone who doesn t already have podverse rn running on their computer so we can go from a clean slate to up an... | 0 |
17,651 | 10,741,054,603 | IssuesEvent | 2019-10-29 19:26:03 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Converting the json output to excel format | Pri3 cognitive-services/svc computer-vision/subsvc cxp product-question triaged | @JJ @shanselman @matsuu @dlapiduz @bigongiari
Hey, I just want to convert the output JSON to excel format I just want only the "Text" field in the JSON.
what changes should I do in the code? can you please help me with this? Is there any provision in Azure to do that?
I am performing the table extraction and I ... | 1.0 | Converting the json output to excel format - @JJ @shanselman @matsuu @dlapiduz @bigongiari
Hey, I just want to convert the output JSON to excel format I just want only the "Text" field in the JSON.
what changes should I do in the code? can you please help me with this? Is there any provision in Azure to do that?
... | non_comp | converting the json output to excel format jj shanselman matsuu dlapiduz bigongiari hey i just want to convert the output json to excel format i just want only the text field in the json what changes should i do in the code can you please help me with this is there any provision in azure to do that ... | 0 |
317,149 | 27,216,836,524 | IssuesEvent | 2023-02-20 23:02:30 | arfc/openmcyclus | https://api.github.com/repos/arfc/openmcyclus | closed | CI Environment needs Cyclus and OpenMC | Difficulty:2-Challenging Priority:1-Critical Status:4-In Progress Type:Test | The CI testing environment needs to have Cyclus and OpenMC installed to ensure that all tests can be run.
Observations on why this doesn't exist right now:
- Cyclus (installed from conda or source) needs python 3.6
- OpenMC when installed from source requires at least python 3.7
- OpenMC when installed from Mamb... | 1.0 | CI Environment needs Cyclus and OpenMC - The CI testing environment needs to have Cyclus and OpenMC installed to ensure that all tests can be run.
Observations on why this doesn't exist right now:
- Cyclus (installed from conda or source) needs python 3.6
- OpenMC when installed from source requires at least pyth... | non_comp | ci environment needs cyclus and openmc the ci testing environment needs to have cyclus and openmc installed to ensure that all tests can be run observations on why this doesn t exist right now cyclus installed from conda or source needs python openmc when installed from source requires at least pyth... | 0 |
15,115 | 18,984,083,706 | IssuesEvent | 2021-11-21 12:15:33 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Pedantic readInt brakes use case behavior | backward compatibility st-accepted | **Describe the issue**
Moving to the last LTS version (21.8.10.19) I discover that [#24475](https://github.com/ClickHouse/ClickHouse/pull/24475) break the behavior I rely on in a fairly big pipeline at my company (~1MM inserts per sec).
The events are Nginx access logs, where some non-existent values can be logge... | True | Pedantic readInt brakes use case behavior - **Describe the issue**
Moving to the last LTS version (21.8.10.19) I discover that [#24475](https://github.com/ClickHouse/ClickHouse/pull/24475) break the behavior I rely on in a fairly big pipeline at my company (~1MM inserts per sec).
The events are Nginx access logs,... | comp | pedantic readint brakes use case behavior describe the issue moving to the last lts version i discover that break the behavior i rely on in a fairly big pipeline at my company inserts per sec the events are nginx access logs where some non existent values can be logged as a hyphen ... | 1 |
40,054 | 6,796,408,418 | IssuesEvent | 2017-11-01 18:54:41 | edgi-govdata-archiving/web-monitoring | https://api.github.com/repos/edgi-govdata-archiving/web-monitoring | closed | Identify component/area leads in readme | documentation in progress | It would be helpful to 'pin' the top to our repo:
1. Area leads (e.g. of the 2 parts, as user spokesperson, as pm)
1. Channels on Slack...? | 1.0 | Identify component/area leads in readme - It would be helpful to 'pin' the top to our repo:
1. Area leads (e.g. of the 2 parts, as user spokesperson, as pm)
1. Channels on Slack...? | non_comp | identify component area leads in readme it would be helpful to pin the top to our repo area leads e g of the parts as user spokesperson as pm channels on slack | 0 |
276,489 | 23,995,137,699 | IssuesEvent | 2022-09-14 06:51:56 | FreeRDP/FreeRDP | https://api.github.com/repos/FreeRDP/FreeRDP | closed | /dynamic-resolution does not working. | fixed-waiting-test client | **Describe the bug**
After running with /f, /dynamic-resolution does not work when using shortcut keys or float bar to cancel full screen.
**To Reproduce**
1. Run xfreerdp command.
$ xfreerdp /log-level:DEBUG /f /floatbar:sticky:off,default:hidden,show:always /dynamic-resolution /v:xxx.xxx.xx.x /u:xxxxx... | 1.0 | /dynamic-resolution does not working. - **Describe the bug**
After running with /f, /dynamic-resolution does not work when using shortcut keys or float bar to cancel full screen.
**To Reproduce**
1. Run xfreerdp command.
$ xfreerdp /log-level:DEBUG /f /floatbar:sticky:off,default:hidden,show:always /dyn... | non_comp | dynamic resolution does not working describe the bug after running with f dynamic resolution does not work when using shortcut keys or float bar to cancel full screen to reproduce run xfreerdp command xfreerdp log level debug f floatbar sticky off default hidden show always dyn... | 0 |
7,419 | 9,666,885,914 | IssuesEvent | 2019-05-21 11:59:38 | arcticicestudio/nord-docs | https://api.github.com/repos/arcticicestudio/nord-docs | closed | Fix MDX v1 remark/rehype plugin loading after migration | scope-compatibility scope-plugin-support type-bug | During the migration to [MDX 1.0.0][mdx-v1] in #137 the [now deprecated][mdx-depr] `mdPlugins` and `hastPlugins` options were not replaced with their (new named) respective
equivalents `remarkPlugins` and `rehypePlugins`. Even if the documentation states that the options will be removed in v2 and are still supported ... | True | Fix MDX v1 remark/rehype plugin loading after migration - During the migration to [MDX 1.0.0][mdx-v1] in #137 the [now deprecated][mdx-depr] `mdPlugins` and `hastPlugins` options were not replaced with their (new named) respective
equivalents `remarkPlugins` and `rehypePlugins`. Even if the documentation states that ... | comp | fix mdx remark rehype plugin loading after migration during the migration to in the mdplugins and hastplugins options were not replaced with their new named respective equivalents remarkplugins and rehypeplugins even if the documentation states that the options will be removed in and are sti... | 1 |
6,534 | 5,510,874,644 | IssuesEvent | 2017-03-17 01:51:04 | GoogleCloudPlatform/google-cloud-java | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-java | closed | Large memory usage by gcloud-logging API. | API: logging performance Status: Pending Release Status: Release Blocking | The logging API has a large memory foot print, with approximately 4KB of memory consumed for each log generated.
This was measured with the following program:
```java
package com.google.cloud.runtimes.jetty9;
import java.util.concurrent.TimeUnit;
import java.util.logging.Logger;
public class StackDriverLo... | True | Large memory usage by gcloud-logging API. - The logging API has a large memory foot print, with approximately 4KB of memory consumed for each log generated.
This was measured with the following program:
```java
package com.google.cloud.runtimes.jetty9;
import java.util.concurrent.TimeUnit;
import java.util.l... | non_comp | large memory usage by gcloud logging api the logging api has a large memory foot print with approximately of memory consumed for each log generated this was measured with the following program java package com google cloud runtimes import java util concurrent timeunit import java util logging ... | 0 |
104,144 | 16,613,455,706 | IssuesEvent | 2021-06-02 14:09:20 | Thanraj/linux-4.1.15 | https://api.github.com/repos/Thanraj/linux-4.1.15 | opened | CVE-2018-20856 (High) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2018-20856 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home pag... | True | CVE-2018-20856 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2018-20856 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartw... | non_comp | cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files... | 0 |
117,244 | 17,439,428,144 | IssuesEvent | 2021-08-05 01:15:32 | snowdensb/questdb | https://api.github.com/repos/snowdensb/questdb | opened | CVE-2021-32803 (High) detected in tar-6.0.5.tgz | security vulnerability | ## CVE-2021-32803 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-6.0.5.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/tar/-/ta... | True | CVE-2021-32803 (High) detected in tar-6.0.5.tgz - ## CVE-2021-32803 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-6.0.5.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home ... | non_comp | cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file questdb ui package json path to vulnerable library questdb ui node modules tar package json dependency hierarchy ... | 0 |
11,345 | 13,281,675,479 | IssuesEvent | 2020-08-23 18:32:34 | grondag/canvas | https://api.github.com/repos/grondag/canvas | closed | Unnecessary fallback codepath for CBT | compatibility | Hello! I noticed the fallback code for CBT is still in there, I've since fixed the issue with it not liking Fabric models. Hopefully. Anyway, this codepath seems to segfault with Now Playing (see: https://github.com/Nuclearfarts/connected-block-textures/issues/12), so it would be nice if this could be fixed. | True | Unnecessary fallback codepath for CBT - Hello! I noticed the fallback code for CBT is still in there, I've since fixed the issue with it not liking Fabric models. Hopefully. Anyway, this codepath seems to segfault with Now Playing (see: https://github.com/Nuclearfarts/connected-block-textures/issues/12), so it would be... | comp | unnecessary fallback codepath for cbt hello i noticed the fallback code for cbt is still in there i ve since fixed the issue with it not liking fabric models hopefully anyway this codepath seems to segfault with now playing see so it would be nice if this could be fixed | 1 |
14,252 | 17,135,923,004 | IssuesEvent | 2021-07-13 02:06:59 | PhenX/php-svg-lib | https://api.github.com/repos/PhenX/php-svg-lib | closed | PHP 7.4 compatibility | php compatibility | When used with DomPDF Cpdf.php file, the scripts sets arrays ($currentLineTransparency and $currentFillTransparency) to null:
https://github.com/PhenX/php-svg-lib/blob/master/src/Svg/Surface/SurfaceCpdf.php#L394
In Cpdf it checks first if attempted mode and opacity is same as set before, this produces "Trying to ac... | True | PHP 7.4 compatibility - When used with DomPDF Cpdf.php file, the scripts sets arrays ($currentLineTransparency and $currentFillTransparency) to null:
https://github.com/PhenX/php-svg-lib/blob/master/src/Svg/Surface/SurfaceCpdf.php#L394
In Cpdf it checks first if attempted mode and opacity is same as set before, thi... | comp | php compatibility when used with dompdf cpdf php file the scripts sets arrays currentlinetransparency and currentfilltransparency to null in cpdf it checks first if attempted mode and opacity is same as set before this produces trying to access array offset on value of type null notice in php ... | 1 |
8,958 | 10,975,491,964 | IssuesEvent | 2019-11-29 11:37:10 | WOTCStrategyOverhaul/CovertInfiltration | https://api.github.com/repos/WOTCStrategyOverhaul/CovertInfiltration | closed | Error Message about missing rewards at the end of the mission | bug gameplay mod compatibility | Various missions like rescue a vip will result in errors about CI having troubles with the mission reward string.
https://pastebin.com/PiBRRyLp | True | Error Message about missing rewards at the end of the mission - Various missions like rescue a vip will result in errors about CI having troubles with the mission reward string.
https://pastebin.com/PiBRRyLp | comp | error message about missing rewards at the end of the mission various missions like rescue a vip will result in errors about ci having troubles with the mission reward string | 1 |
315,537 | 9,621,958,265 | IssuesEvent | 2019-05-14 11:58:13 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | v9-gui: display of access level for users | Priority: Medium Type: Bug | When access level is set to NONE for a user, **new** GUI doesn't display this information in `Actions` tab of the user. Not the case with `ALL`.
As I mentioned in #4395, after a new creation of a user, access level is displayed. If I clear my browser cache, I lost this information. | 1.0 | v9-gui: display of access level for users - When access level is set to NONE for a user, **new** GUI doesn't display this information in `Actions` tab of the user. Not the case with `ALL`.
As I mentioned in #4395, after a new creation of a user, access level is displayed. If I clear my browser cache, I lost this inf... | non_comp | gui display of access level for users when access level is set to none for a user new gui doesn t display this information in actions tab of the user not the case with all as i mentioned in after a new creation of a user access level is displayed if i clear my browser cache i lost this informa... | 0 |
12,467 | 14,703,362,718 | IssuesEvent | 2021-01-04 14:56:40 | svenhjol/CharmForge | https://api.github.com/repos/svenhjol/CharmForge | closed | Crash on startup, "Critical injection failure" | compatibility | Versions
* Charm version - `2.2.1`
* Minecraft version - `1.16.4`
Description
Crash on startup, not experienced enough to understand why
Optional: Steps To Reproduce
Installed Charm-reforged & charmonium-reforged
Optional: Stacktrace/Screenshots
[latest.log](https://pastebin.com/AaX9LGBm)
| True | Crash on startup, "Critical injection failure" - Versions
* Charm version - `2.2.1`
* Minecraft version - `1.16.4`
Description
Crash on startup, not experienced enough to understand why
Optional: Steps To Reproduce
Installed Charm-reforged & charmonium-reforged
Optional: Stacktrace/Screenshots
[latest.log... | comp | crash on startup critical injection failure versions charm version minecraft version description crash on startup not experienced enough to understand why optional steps to reproduce installed charm reforged charmonium reforged optional stacktrace screenshots | 1 |
3,434 | 6,401,916,256 | IssuesEvent | 2017-08-06 02:52:40 | checkstyle/checkstyle | https://api.github.com/repos/checkstyle/checkstyle | closed | move AbstractTypeAwareCheck and ClassResolver to javadoc package | approved breaking compatibility | AbstractTypeAwareCheck is deprecated and used only in javadoc Checks for now.
it is required to move all that deprecated functionality close to almost deprecated javadoc Checks that are not based on AST. | True | move AbstractTypeAwareCheck and ClassResolver to javadoc package - AbstractTypeAwareCheck is deprecated and used only in javadoc Checks for now.
it is required to move all that deprecated functionality close to almost deprecated javadoc Checks that are not based on AST. | comp | move abstracttypeawarecheck and classresolver to javadoc package abstracttypeawarecheck is deprecated and used only in javadoc checks for now it is required to move all that deprecated functionality close to almost deprecated javadoc checks that are not based on ast | 1 |
10,872 | 12,866,896,512 | IssuesEvent | 2020-07-10 05:21:20 | select2/select2 | https://api.github.com/repos/select2/select2 | closed | Deprecate and remove untested AttachContainer decorator | 4.x compatibility feature: dropdown status: stale | This decorator appears to be largely unused. A GitHub scan is being performed to catalog the common use cases for this decorator and to determine the feasibility of its removal in a future version of Select2. | True | Deprecate and remove untested AttachContainer decorator - This decorator appears to be largely unused. A GitHub scan is being performed to catalog the common use cases for this decorator and to determine the feasibility of its removal in a future version of Select2. | comp | deprecate and remove untested attachcontainer decorator this decorator appears to be largely unused a github scan is being performed to catalog the common use cases for this decorator and to determine the feasibility of its removal in a future version of | 1 |
329,948 | 28,315,756,297 | IssuesEvent | 2023-04-10 19:25:43 | SynBioHub/synbiohub3 | https://api.github.com/repos/SynBioHub/synbiohub3 | closed | /setup fails on SBH3 | backend test failure admin | [synbiohub test] test_setup_post starting
http://localhost:7777/setup
SBH1
Setup Successful
(SBH3)
http://localhost:6789/setup
File "/home/runner/work/synbiohub3/synbiohub3/tests/test_functions.py", line 143, in post_request
response.raise_for_status()
File "/opt/hostedtoolcache/Python/3.9.16/x64/li... | 1.0 | /setup fails on SBH3 - [synbiohub test] test_setup_post starting
http://localhost:7777/setup
SBH1
Setup Successful
(SBH3)
http://localhost:6789/setup
File "/home/runner/work/synbiohub3/synbiohub3/tests/test_functions.py", line 143, in post_request
response.raise_for_status()
File "/opt/hostedtoolcac... | non_comp | setup fails on test setup post starting setup successful file home runner work tests test functions py line in post request response raise for status file opt hostedtoolcache python lib site packages requests models py line in raise for status ra... | 0 |
74,778 | 9,806,316,831 | IssuesEvent | 2019-06-12 11:05:07 | ross-rotordynamics/ross | https://api.github.com/repos/ross-rotordynamics/ross | closed | Improvements to ROSS installation guide | documentation | In the ROSS installation instructions, make it clear that the command "pip install"
should be used when opening the **Anaconda prompt**. | 1.0 | Improvements to ROSS installation guide - In the ROSS installation instructions, make it clear that the command "pip install"
should be used when opening the **Anaconda prompt**. | non_comp | improvements to ross installation guide in the ross installation instructions make it clear that the command pip install should be used when opening the anaconda prompt | 0 |
14,799 | 18,234,764,299 | IssuesEvent | 2021-10-01 04:46:34 | inspircd/inspircd | https://api.github.com/repos/inspircd/inspircd | closed | Migration of regex_pcre to PCRE2. | enhancement link compatibility | Currently the `regex_pcre` module uses the original PCRE library. This is no longer the most recent version of PCRE but PCRE2 regular expressions are not 100% compatible with PCRE regular expressions which will break any filters that use it.
The most sensible way to handle this migration seems to be to:
1. [x] Wr... | True | Migration of regex_pcre to PCRE2. - Currently the `regex_pcre` module uses the original PCRE library. This is no longer the most recent version of PCRE but PCRE2 regular expressions are not 100% compatible with PCRE regular expressions which will break any filters that use it.
The most sensible way to handle this mi... | comp | migration of regex pcre to currently the regex pcre module uses the original pcre library this is no longer the most recent version of pcre but regular expressions are not compatible with pcre regular expressions which will break any filters that use it the most sensible way to handle this migration se... | 1 |
4,551 | 7,195,060,336 | IssuesEvent | 2018-02-04 13:18:02 | shaarli/Shaarli | https://api.github.com/repos/shaarli/Shaarli | closed | Drop support for legacy PHP v5.5 | php compatibility | PHP 5.5 is [retired (EOL)](https://secure.php.net/eol.php).
Please don't [list it as supported](https://shaarli.readthedocs.io/en/master/Server-requirements/#supported-versions) anymore and allow plugin and Shaarli devs to use more modern stuff :wink: | True | Drop support for legacy PHP v5.5 - PHP 5.5 is [retired (EOL)](https://secure.php.net/eol.php).
Please don't [list it as supported](https://shaarli.readthedocs.io/en/master/Server-requirements/#supported-versions) anymore and allow plugin and Shaarli devs to use more modern stuff :wink: | comp | drop support for legacy php php is please don t anymore and allow plugin and shaarli devs to use more modern stuff wink | 1 |
16,145 | 21,627,708,558 | IssuesEvent | 2022-05-05 05:56:18 | magento/magento2 | https://api.github.com/repos/magento/magento2 | closed | Migration Tool conflict with 2.4.4 (Monolog) | Reproduced on 2.4.x Issue: needs update Area: Framework Area: Upgrades - Upgrade Compatibility Tool Reported on 2.4.4 | <!---
Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines
Fields marked with (*) are required. Please don't remove the template.
-->
Unable to install the prerelease of Magento 2.4.4 while the Data Migration Tool is installed due to conflicting... | True | Migration Tool conflict with 2.4.4 (Monolog) - <!---
Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines
Fields marked with (*) are required. Please don't remove the template.
-->
Unable to install the prerelease of Magento 2.4.4 while the Data... | comp | migration tool conflict with monolog please review our guidelines before adding a new issue fields marked with are required please don t remove the template unable to install the prerelease of magento while the data migration tool is installed due to conflicting monolog packages ... | 1 |
10,540 | 12,476,377,142 | IssuesEvent | 2020-05-29 13:22:43 | oracle/truffleruby | https://api.github.com/repos/oracle/truffleruby | closed | SyntaxError: unexpected tIDENTIFIER with RHS or-equal assignment | compatibility | This method runs in MRI, but fails with a `SyntaxError` on TruffleRuby:
```
def update_object(obj)
parent = obj.parent ||= fetch_object_by_path obj.parent_path # <-- unexpected tIDENTIFIER
obj.resolve
parent.set_component obj
end
``` | True | SyntaxError: unexpected tIDENTIFIER with RHS or-equal assignment - This method runs in MRI, but fails with a `SyntaxError` on TruffleRuby:
```
def update_object(obj)
parent = obj.parent ||= fetch_object_by_path obj.parent_path # <-- unexpected tIDENTIFIER
obj.resolve
parent.set_component obj
en... | comp | syntaxerror unexpected tidentifier with rhs or equal assignment this method runs in mri but fails with a syntaxerror on truffleruby def update object obj parent obj parent fetch object by path obj parent path unexpected tidentifier obj resolve parent set component obj en... | 1 |
4,372 | 7,063,984,190 | IssuesEvent | 2018-01-06 00:53:27 | danielbachhuber/gutenberg-plugin-compatibility | https://api.github.com/repos/danielbachhuber/gutenberg-plugin-compatibility | opened | really-simple-ssl | compatible:non-editor state:compatible | Really Simple SSL only adds an admin notice to the editor:

This is garbled in Gutenberg:

| True | really-simple-ssl - Really Simple SSL only adds an admin notice to the editor:

This is garbled in Gutenberg:
 uses forge tags, it doesn't work at all with anything else besides vanil... | True | KubeJS compat and better tags - ### Describe the Suggestion
I was trying to get create to work with other mods' ores, ingots etc. Things like getting the crushing wheel to properly process other ores. All the trial and error to no avail. My concern is that since create (fabric) uses forge tags, it doesn't work at all ... | comp | kubejs compat and better tags describe the suggestion i was trying to get create to work with other mods ores ingots etc things like getting the crushing wheel to properly process other ores all the trial and error to no avail my concern is that since create fabric uses forge tags it doesn t work at all ... | 1 |
18,977 | 26,384,603,438 | IssuesEvent | 2023-01-12 11:15:09 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | New ipv4 / ipv6 partition names | backward compatibility | ```sql
create table test ( ipv4 IPv4, ipv6 IPv6 ) Engine MergeTree partition by ipv4 order by ipv4 as select '1.2.3.4', '::ffff:1.2.3.4';
select *, _part from test;
22.12
┌─ipv4────┬─ipv6───────────┬─_part──────────┐
│ 1.2.3.4 │ ::ffff:1.2.3.4 │ 16909060_1_1_0 │
└─────────┴────────────────┴────────────────┘
... | True | New ipv4 / ipv6 partition names - ```sql
create table test ( ipv4 IPv4, ipv6 IPv6 ) Engine MergeTree partition by ipv4 order by ipv4 as select '1.2.3.4', '::ffff:1.2.3.4';
select *, _part from test;
22.12
┌─ipv4────┬─ipv6───────────┬─_part──────────┐
│ 1.2.3.4 │ ::ffff:1.2.3.4 │ 16909060_1_1_0 │
└─────────┴────... | comp | new partition names sql create table test engine mergetree partition by order by as select ffff select part from test ┌─ ────┬─ ───────────┬─ part──────────┐ │ │ ffff │ │ └─────────┴────────────────┴────────────────┘ ... | 1 |
15,118 | 18,984,769,970 | IssuesEvent | 2021-11-21 14:29:45 | WayofTime/BloodMagic | https://api.github.com/repos/WayofTime/BloodMagic | closed | [1.16] Mod Interactions -- Blood Magic Dagger Death X Draconic Evolution Undying Module | bug compatibility 1.16 | #### Issue Description:
User report:
"_When using the Sacrificial Knife with the Blood Altar from Blood Magic while the Undying Module is installed on an equipped Draconic Evolution Chest Piece, you die instead of being kept alive by the module, which activates, and your entire inventory is deleted except for your in... | True | [1.16] Mod Interactions -- Blood Magic Dagger Death X Draconic Evolution Undying Module - #### Issue Description:
User report:
"_When using the Sacrificial Knife with the Blood Altar from Blood Magic while the Undying Module is installed on an equipped Draconic Evolution Chest Piece, you die instead of being kept ali... | comp | mod interactions blood magic dagger death x draconic evolution undying module issue description user report when using the sacrificial knife with the blood altar from blood magic while the undying module is installed on an equipped draconic evolution chest piece you die instead of being kept alive by... | 1 |
6,739 | 9,037,843,701 | IssuesEvent | 2019-02-09 14:46:22 | MeGysssTaa/ReflexIssueTracker | https://api.github.com/repos/MeGysssTaa/ReflexIssueTracker | closed | Denizen support | Compatibility Feature Request | ## General
**ISSUE TYPE**
feature request
> Greeting, my server use the Denizen scripting langague and I would like Reflex to support this plugin :
eg: Everything that is detected/fired/modified by this plugin
Plugin page : https://www.spigotmc.org/resources/denizen.21039/
Regards | True | Denizen support - ## General
**ISSUE TYPE**
feature request
> Greeting, my server use the Denizen scripting langague and I would like Reflex to support this plugin :
eg: Everything that is detected/fired/modified by this plugin
Plugin page : https://www.spigotmc.org/resources/denizen.21039/
Regards | comp | denizen support general issue type feature request > greeting my server use the denizen scripting langague and i would like reflex to support this plugin eg everything that is detected fired modified by this plugin plugin page regards | 1 |
17,668 | 24,356,667,626 | IssuesEvent | 2022-10-03 08:06:42 | opensrp/web | https://api.github.com/repos/opensrp/web | closed | [FHIR Road Map]: User Management package update | Ready for Engineering User management FHIR compatibility | ### Issue Context?
- FHIR web current has a User Management package.
- We are introducing the changes to the UI of the User Management package.
### Issue Implemetation details?
#### User Management
##### User Management display page
- [x] Remove the email column from the table.
##### User Management Add/Edit... | True | [FHIR Road Map]: User Management package update - ### Issue Context?
- FHIR web current has a User Management package.
- We are introducing the changes to the UI of the User Management package.
### Issue Implemetation details?
#### User Management
##### User Management display page
- [x] Remove the email column f... | comp | user management package update issue context fhir web current has a user management package we are introducing the changes to the ui of the user management package issue implemetation details user management user management display page remove the email column from the table ... | 1 |
12,052 | 14,224,536,777 | IssuesEvent | 2020-11-17 19:49:31 | juancarloscp52/BedrockIfy | https://api.github.com/repos/juancarloscp52/BedrockIfy | closed | Mod conflict with Haema | bug mod incompatibility | MC crashes when loading BedrockIfy and Haema mod.
Reported to williambl too - https://github.com/williambl/haema/issues/19
crash report - https://hatebin.com/tbgimqyrle
latest.log - https://hatebin.com/ithepnggws | True | Mod conflict with Haema - MC crashes when loading BedrockIfy and Haema mod.
Reported to williambl too - https://github.com/williambl/haema/issues/19
crash report - https://hatebin.com/tbgimqyrle
latest.log - https://hatebin.com/ithepnggws | comp | mod conflict with haema mc crashes when loading bedrockify and haema mod reported to williambl too crash report latest log | 1 |
3,381 | 6,346,720,339 | IssuesEvent | 2017-07-28 03:33:37 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | opened | Built-in function CHARSET not supported | compatibility rc3.1 | Please answer these questions before submitting your issue. Thanks!
1. What did you do?
```sql
CREATE TABLE t1 (user varchar(255) NOT NULL default '') ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO t1 VALUES ('one'),('two');
SELECT CHARSET('a');
```
2. What did you expect to see?
```
+--------------... | True | Built-in function CHARSET not supported - Please answer these questions before submitting your issue. Thanks!
1. What did you do?
```sql
CREATE TABLE t1 (user varchar(255) NOT NULL default '') ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO t1 VALUES ('one'),('two');
SELECT CHARSET('a');
```
2. What did ... | comp | built in function charset not supported please answer these questions before submitting your issue thanks what did you do sql create table user varchar not null default engine myisam default charset insert into values one two select charset a what did you expec... | 1 |
5,766 | 8,214,957,702 | IssuesEvent | 2018-09-05 02:29:12 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | parser failed to parse comment starts with two dash without whitespace but follows by other control character | component/parser type/compatibility | Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
--
-- this is a comment.
--
CREATE TABLE `test`.`test_table_with_comment` (`id` int);
```
Note: The is no whitespace after the first `--` and third `--`.
... | True | parser failed to parse comment starts with two dash without whitespace but follows by other control character - Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
--
-- this is a comment.
--
CREATE TABLE `test`.... | comp | parser failed to parse comment starts with two dash without whitespace but follows by other control character please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error this is a comment create table test ... | 1 |
7,424 | 2,601,762,392 | IssuesEvent | 2015-02-24 00:35:39 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | closed | getRace() reveals "Random" selection | auto-migrated Milestone-Tournament NewFeature Priority-High Type-Enhancement | ```
getRace() will return a player's race even if they have chosen Random and have
not yet been scouted.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 14 Jul 2011 at 4:00 | 1.0 | getRace() reveals "Random" selection - ```
getRace() will return a player's race even if they have chosen Random and have
not yet been scouted.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 14 Jul 2011 at 4:00 | non_comp | getrace reveals random selection getrace will return a player s race even if they have chosen random and have not yet been scouted original issue reported on code google com by aheinerm on jul at | 0 |
179,921 | 21,606,571,012 | IssuesEvent | 2022-05-04 04:25:52 | testdemo1227/Demo-WebGoat1 | https://api.github.com/repos/testdemo1227/Demo-WebGoat1 | opened | jquery-1.10.2.min.js: 4 vulnerabilities (highest severity is: 6.1) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.... | True | jquery-1.10.2.min.js: 4 vulnerabilities (highest severity is: 6.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library ho... | non_comp | jquery min js vulnerabilities highest severity is vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file newdesign index html path to vulnerable library newdesign assets js jquery min js src main we... | 0 |
202,874 | 15,305,191,154 | IssuesEvent | 2021-02-24 17:48:29 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: tpccbench/nodes=9/cpu=4/chaos/partition failed | C-test-failure O-roachtest O-robot branch-release-20.2 release-blocker | [(roachtest).tpccbench/nodes=9/cpu=4/chaos/partition failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36c8527f4c40c974f03d9034f46):
```
The test failed on branch=r... | 2.0 | roachtest: tpccbench/nodes=9/cpu=4/chaos/partition failed - [(roachtest).tpccbench/nodes=9/cpu=4/chaos/partition failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36... | non_comp | roachtest tpccbench nodes cpu chaos partition failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts tpccbench nodes cpu chaos partition run cluster go tpcc go tpcc go test runner go ... | 0 |
17,645 | 24,328,406,789 | IssuesEvent | 2022-09-30 16:53:30 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | [Breaking change]: Dropping older framework versions | doc-idea breaking-change Pri1 binary incompatible source incompatible :checkered_flag: Release: .NET 7 in-pr | ### Description
Starting with .NET 7 Preview 1, installing the core libraries packages into projects whose target framework is older than the following, is no longer supported:
- .NET Framework 4.6.2
- .NET 6
- .NET Standard 2.0
### Version
Other (please put exact version in description textbox)
### Previous b... | True | [Breaking change]: Dropping older framework versions - ### Description
Starting with .NET 7 Preview 1, installing the core libraries packages into projects whose target framework is older than the following, is no longer supported:
- .NET Framework 4.6.2
- .NET 6
- .NET Standard 2.0
### Version
Other (please pu... | comp | dropping older framework versions description starting with net preview installing the core libraries packages into projects whose target framework is older than the following is no longer supported net framework net net standard version other please put exact version ... | 1 |
19,547 | 27,140,802,374 | IssuesEvent | 2023-02-16 16:12:40 | SkyrimLL/Skyrim | https://api.github.com/repos/SkyrimLL/Skyrim | closed | Drinking Fountains of Skyrim for SSE fixes | compatibility SMALL PATCHES | Got tired with broken Drinking Fountain patches with DynDoLod.. making my own patch with direct edits to the main esp file.
| True | Drinking Fountains of Skyrim for SSE fixes - Got tired with broken Drinking Fountain patches with DynDoLod.. making my own patch with direct edits to the main esp file.
| comp | drinking fountains of skyrim for sse fixes got tired with broken drinking fountain patches with dyndolod making my own patch with direct edits to the main esp file | 1 |
505,051 | 14,626,377,750 | IssuesEvent | 2020-12-23 10:14:54 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | spidersweb.pl - site is not usable | browser-fenix engine-gecko priority-normal | <!-- @browser: Firefox Mobile 85.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/64206 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://spidersweb.p... | 1.0 | spidersweb.pl - site is not usable - <!-- @browser: Firefox Mobile 85.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/64206 -->
<!-- @extra_labels: browser-fen... | non_comp | spidersweb pl site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description page not loading correctly steps to reproduce view the screenshot img alt ... | 0 |
81,742 | 31,478,298,990 | IssuesEvent | 2023-08-30 12:19:27 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Read receipt avatars look a tiny bit off | T-Defect X-Regression S-Tolerable A-Read-Receipts A-Avatar O-Frequent | ### Steps to reproduce
1. Zoom way in on a read receipt to really see it with clarity
### Outcome
#### What did you expect?
I expect read receipts to look the same as they did prior to https://github.com/matrix-org/matrix-react-sdk/pull/11448
#### What happened instead?
They have become smaller due to the a... | 1.0 | Read receipt avatars look a tiny bit off - ### Steps to reproduce
1. Zoom way in on a read receipt to really see it with clarity
### Outcome
#### What did you expect?
I expect read receipts to look the same as they did prior to https://github.com/matrix-org/matrix-react-sdk/pull/11448
#### What happened instea... | non_comp | read receipt avatars look a tiny bit off steps to reproduce zoom way in on a read receipt to really see it with clarity outcome what did you expect i expect read receipts to look the same as they did prior to what happened instead they have become smaller due to the above update ... | 0 |
151,362 | 13,399,745,356 | IssuesEvent | 2020-09-03 14:53:23 | UnBArqDsw/2020.1_G7_TCM | https://api.github.com/repos/UnBArqDsw/2020.1_G7_TCM | opened | [DOC]Design Sprint | documentation | ### Descrição
Elaboração do documento de design sprint
### Coisas a se fazer
- [ ] Desenvolvimento do documento de design sprint contendo o planejamento e fases. | 1.0 | [DOC]Design Sprint - ### Descrição
Elaboração do documento de design sprint
### Coisas a se fazer
- [ ] Desenvolvimento do documento de design sprint contendo o planejamento e fases. | non_comp | design sprint descrição elaboração do documento de design sprint coisas a se fazer desenvolvimento do documento de design sprint contendo o planejamento e fases | 0 |
10,187 | 4,717,163,259 | IssuesEvent | 2016-10-16 13:31:19 | DMSC-Instrument-Data/plankton | https://api.github.com/repos/DMSC-Instrument-Data/plankton | opened | Introduce "system tests" | build tools enhancement unit tests | We should think of a good way to implement system tests, meaning tests that involve communication with a device in a certain setup using the device protocol. We might do this either by spinning up a docker container with the device running in the configuration that is to be tested.
We could use the python unit test ... | 1.0 | Introduce "system tests" - We should think of a good way to implement system tests, meaning tests that involve communication with a device in a certain setup using the device protocol. We might do this either by spinning up a docker container with the device running in the configuration that is to be tested.
We coul... | non_comp | introduce system tests we should think of a good way to implement system tests meaning tests that involve communication with a device in a certain setup using the device protocol we might do this either by spinning up a docker container with the device running in the configuration that is to be tested we coul... | 0 |
18,830 | 26,178,087,933 | IssuesEvent | 2023-01-02 12:19:24 | spring-projects-experimental/spring-native | https://api.github.com/repos/spring-projects-experimental/spring-native | closed | Introduce initial caching support | type: compatibility for: external-project | We have basic configuration for caching in `CachingHints`, but EhCache is not supported, and enabling caching support in PetClinic JPA with the following configuration:
```java
@Configuration
@EnableCaching
class CacheConfiguration {
@Bean
public JCacheManagerCustomizer petclinicCacheConfigurationCustomizer... | True | Introduce initial caching support - We have basic configuration for caching in `CachingHints`, but EhCache is not supported, and enabling caching support in PetClinic JPA with the following configuration:
```java
@Configuration
@EnableCaching
class CacheConfiguration {
@Bean
public JCacheManagerCustomizer p... | comp | introduce initial caching support we have basic configuration for caching in cachinghints but ehcache is not supported and enabling caching support in petclinic jpa with the following configuration java configuration enablecaching class cacheconfiguration bean public jcachemanagercustomizer p... | 1 |
763,513 | 26,760,699,303 | IssuesEvent | 2023-01-31 06:30:41 | dkschdcks/repo-setup-sample | https://api.github.com/repos/dkschdcks/repo-setup-sample | closed | Sample Backlog1 | For: CI/CD Priority: Medium Type: idea Status: Available | ##Description
프로젝트 작업 전 수행
## Tasks
- [ ] 저녁먹기
- [ ] 약먹기
- [ ] AWS 다시 반복
## References
- [link test](link address)
| 1.0 | Sample Backlog1 - ##Description
프로젝트 작업 전 수행
## Tasks
- [ ] 저녁먹기
- [ ] 약먹기
- [ ] AWS 다시 반복
## References
- [link test](link address)
| non_comp | sample description 프로젝트 작업 전 수행 tasks 저녁먹기 약먹기 aws 다시 반복 references link address | 0 |
172,333 | 21,043,367,872 | IssuesEvent | 2022-03-31 14:07:21 | jgeraigery/dynatrace-service-broker | https://api.github.com/repos/jgeraigery/dynatrace-service-broker | closed | CVE-2017-5664 (High) detected in tomcat-embed-core-8.0.15.jar - autoclosed | security vulnerability | ## CVE-2017-5664 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.0.15.jar</b></p></summary>
<p>Core Tomcat implementation</p>
<p>Library home page: <a href="http://... | True | CVE-2017-5664 (High) detected in tomcat-embed-core-8.0.15.jar - autoclosed - ## CVE-2017-5664 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.0.15.jar</b></p></summa... | non_comp | cve high detected in tomcat embed core jar autoclosed cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repos... | 0 |
5,723 | 8,182,303,128 | IssuesEvent | 2018-08-29 04:12:31 | summernote/summernote | https://api.github.com/repos/summernote/summernote | closed | v0.6.0 Cannot upload image on IE9 | - Category: Compatibility | When use summernote v0.6.0 on IE9 upload image , isn't supported .
I try to upload image from my local directory and not work "Insert Image" button. I use IE 9, get this error:
Error: unable to get the value of attribute 'length': object is null or undefined
| True | v0.6.0 Cannot upload image on IE9 - When use summernote v0.6.0 on IE9 upload image , isn't supported .
I try to upload image from my local directory and not work "Insert Image" button. I use IE 9, get this error:
Error: unable to get the value of attribute 'length': object is null or undefined
| comp | cannot upload image on when use summernote on upload image isn t supported i try to upload image from my local directory and not work insert image button i use ie get this error error unable to get the value of attribute length object is null or undefined | 1 |
19,777 | 27,425,535,884 | IssuesEvent | 2023-03-01 19:59:35 | openxla/stablehlo | https://api.github.com/repos/openxla/stablehlo | opened | Consider providing source compatibility | Compatibility | To quote the compatibility RFC: "(G3) Source compatibility for C, C++ and Python APIs within libStablehlo is an aspirational goal. At the moment, we don't offer source compatibility guarantees, but please let us know if this is an important use case for you, and we can have a discussion about supporting it". | True | Consider providing source compatibility - To quote the compatibility RFC: "(G3) Source compatibility for C, C++ and Python APIs within libStablehlo is an aspirational goal. At the moment, we don't offer source compatibility guarantees, but please let us know if this is an important use case for you, and we can have a d... | comp | consider providing source compatibility to quote the compatibility rfc source compatibility for c c and python apis within libstablehlo is an aspirational goal at the moment we don t offer source compatibility guarantees but please let us know if this is an important use case for you and we can have a di... | 1 |
713,850 | 24,541,526,787 | IssuesEvent | 2022-10-12 04:30:35 | googleapis/google-cloud-java | https://api.github.com/repos/googleapis/google-cloud-java | closed | Every module duplicates `<reporting>` configuration | type: bug priority: p2 | @lqiu96 Can we move it up to the parent pom? Would javadoc generation break? | 1.0 | Every module duplicates `<reporting>` configuration - @lqiu96 Can we move it up to the parent pom? Would javadoc generation break? | non_comp | every module duplicates configuration can we move it up to the parent pom would javadoc generation break | 0 |
1,032 | 3,487,460,680 | IssuesEvent | 2016-01-01 22:55:53 | AdguardTeam/AdguardForWindows | https://api.github.com/repos/AdguardTeam/AdguardForWindows | opened | Check all AG files on virustotal and report false positives | Compatibility | There are a few false positives right now:
https://a.disquscdn.com/uploads/mediaembed/images/3006/1475/original.jpg
https://a.disquscdn.com/uploads/mediaembed/images/3005/772/original.jpg | True | Check all AG files on virustotal and report false positives - There are a few false positives right now:
https://a.disquscdn.com/uploads/mediaembed/images/3006/1475/original.jpg
https://a.disquscdn.com/uploads/mediaembed/images/3005/772/original.jpg | comp | check all ag files on virustotal and report false positives there are a few false positives right now | 1 |
610 | 3,025,519,228 | IssuesEvent | 2015-08-03 09:12:21 | jesus2099/konami-command | https://api.github.com/repos/jesus2099/konami-command | closed | MASS MERGE on Safari : Error on dynamic updater | browser compatibility | [Cheezmo](https://musicbrainz.org/user/Cheezmo) reported, on Safari 9 NinjaKit 0.9.1 (Mac OS) the locking of the dynamic updater on removal. It happens either on *OFF* or *Remove from…* clicks, when it comes to check an artist, after having successfully checked labels.
> Refreshing memory…
> Checking release-group ... | True | MASS MERGE on Safari : Error on dynamic updater - [Cheezmo](https://musicbrainz.org/user/Cheezmo) reported, on Safari 9 NinjaKit 0.9.1 (Mac OS) the locking of the dynamic updater on removal. It happens either on *OFF* or *Remove from…* clicks, when it comes to check an artist, after having successfully checked labels.... | comp | mass merge on safari error on dynamic updater reported on safari ninjakit mac os the locking of the dynamic updater on removal it happens either on off or remove from… clicks when it comes to check an artist after having successfully checked labels refreshing memory… checking release... | 1 |
10,138 | 12,148,596,745 | IssuesEvent | 2020-04-24 14:49:59 | bitkeks/python-netflow-v9-softflowd | https://api.github.com/repos/bitkeks/python-netflow-v9-softflowd | closed | Fails to run on python 3.7 due to lru_cache syntax | bug python/compatibility | Both pip install 0.10.2 and from git clone fails to run python3 -m netflow.collector on python 3.7 with exception
$ python -m netflow.collector -h
Traceback (most recent call last):
File "C:\Users\dhristov\AppData\Local\Continuum\anaconda3\envs\py37\lib\runpy.py", line 183, in _run_module_as_main
mod_name,... | True | Fails to run on python 3.7 due to lru_cache syntax - Both pip install 0.10.2 and from git clone fails to run python3 -m netflow.collector on python 3.7 with exception
$ python -m netflow.collector -h
Traceback (most recent call last):
File "C:\Users\dhristov\AppData\Local\Continuum\anaconda3\envs\py37\lib\runpy... | comp | fails to run on python due to lru cache syntax both pip install and from git clone fails to run m netflow collector on python with exception python m netflow collector h traceback most recent call last file c users dhristov appdata local continuum envs lib runpy py line in ... | 1 |
17,590 | 24,259,836,251 | IssuesEvent | 2022-09-27 21:21:05 | MetaMask/metamask-extension | https://api.github.com/repos/MetaMask/metamask-extension | closed | Get working on Android Firefox | type-enhancement browser-firefox mobile-compatibility | Android Firefox has extension support, so this should be feasible, but apparently doesn't work yet. | True | Get working on Android Firefox - Android Firefox has extension support, so this should be feasible, but apparently doesn't work yet. | comp | get working on android firefox android firefox has extension support so this should be feasible but apparently doesn t work yet | 1 |
283,282 | 21,316,084,413 | IssuesEvent | 2022-04-16 09:49:25 | shunyao643/pe | https://api.github.com/repos/shunyao643/pe | opened | Extra comma in Display Monthly Schedule explanation (UG, page 15) | severity.VeryLow type.DocumentationBug | The comma does not add any value.

<!--session: 1650095847074-c9d211e4-3808-474e-9cbf-de43abb79c19-->
<!--Version: Web v3.4.2--> | 1.0 | Extra comma in Display Monthly Schedule explanation (UG, page 15) - The comma does not add any value.

<!--session: 1650095847074-c9d211e4-3808-474e-9cbf-de43abb79c19-->
<!--Version: Web v3.4.2--> | non_comp | extra comma in display monthly schedule explanation ug page the comma does not add any value | 0 |
409,097 | 11,956,669,389 | IssuesEvent | 2020-04-04 11:35:26 | Thorium-Sim/thorium | https://api.github.com/repos/Thorium-Sim/thorium | opened | WASD Move-able videos for Tactical Maps | priority/low type/feature | ### Requested By: Maeson Busk (Maesonbusk@gmail.com)
### Priority: Low
### Version: 2.8.0
Could we have the possibility to make videos controllable by the WASD keys on tactical maps? Ultimately, it would be cool to be able to link a video moving to thruster inputs, similar to objects.
Why?
We could create graphics (... | 1.0 | WASD Move-able videos for Tactical Maps - ### Requested By: Maeson Busk (Maesonbusk@gmail.com)
### Priority: Low
### Version: 2.8.0
Could we have the possibility to make videos controllable by the WASD keys on tactical maps? Ultimately, it would be cool to be able to link a video moving to thruster inputs, similar to ... | non_comp | wasd move able videos for tactical maps requested by maeson busk maesonbusk gmail com priority low version could we have the possibility to make videos controllable by the wasd keys on tactical maps ultimately it would be cool to be able to link a video moving to thruster inputs similar to ... | 0 |
14,267 | 17,144,768,949 | IssuesEvent | 2021-07-13 13:34:47 | wp-media/imagify-plugin | https://api.github.com/repos/wp-media/imagify-plugin | closed | Imagify replaces img tags inside existing picture tags resulting in nested picture tags | 3rd party compatibility effort [S] severity: major type: bug | **Describe the bug**
When webp images display option with picture tags is used from the settings and theme already has picture tags present, then Imagify replaces img tags inside existing picture tags resulting in nested <picture> tags.
**Expected behavior**
Imagify should ignore already existing picture tags with... | True | Imagify replaces img tags inside existing picture tags resulting in nested picture tags - **Describe the bug**
When webp images display option with picture tags is used from the settings and theme already has picture tags present, then Imagify replaces img tags inside existing picture tags resulting in nested <picture... | comp | imagify replaces img tags inside existing picture tags resulting in nested picture tags describe the bug when webp images display option with picture tags is used from the settings and theme already has picture tags present then imagify replaces img tags inside existing picture tags resulting in nested tags ... | 1 |
98,780 | 11,096,192,193 | IssuesEvent | 2019-12-16 10:38:04 | bob-cd/wendy | https://api.github.com/repos/bob-cd/wendy | closed | document .wendy.edn | documentation | when running bob on a different server or host one has to specify this as config (or as env-var). that this is already possible via `~/.wendy.edn` should be documented. | 1.0 | document .wendy.edn - when running bob on a different server or host one has to specify this as config (or as env-var). that this is already possible via `~/.wendy.edn` should be documented. | non_comp | document wendy edn when running bob on a different server or host one has to specify this as config or as env var that this is already possible via wendy edn should be documented | 0 |
287,702 | 31,856,302,103 | IssuesEvent | 2023-09-15 07:42:54 | Trinadh465/linux-4.1.15_CVE-2023-26607 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2023-26607 | opened | CVE-2016-6197 (Medium) detected in linuxlinux-4.6 | Mend: dependency security vulnerability | ## CVE-2016-6197 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kerne... | True | CVE-2016-6197 (Medium) detected in linuxlinux-4.6 - ## CVE-2016-6197 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>L... | non_comp | cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch main vulnerable source files vulner... | 0 |
14,592 | 17,773,980,768 | IssuesEvent | 2021-08-30 16:45:28 | SkinsRestorer/SkinsRestorerX | https://api.github.com/repos/SkinsRestorer/SkinsRestorerX | closed | [plugin incompatibility] fastlogin*bungee* (newer versions) | plugin incompatibility | It seems to be that newer versions of skinsrestorer stopped supporting fastlogin.
- [ ] check since which version skinsrestorer stopped co-working
- [ ] Check since which commit skinsrestorer stopped co-working
- [ ] what is the version of fastlogin, was it a older version? | True | [plugin incompatibility] fastlogin*bungee* (newer versions) - It seems to be that newer versions of skinsrestorer stopped supporting fastlogin.
- [ ] check since which version skinsrestorer stopped co-working
- [ ] Check since which commit skinsrestorer stopped co-working
- [ ] what is the version of fastlogin, was ... | comp | fastlogin bungee newer versions it seems to be that newer versions of skinsrestorer stopped supporting fastlogin check since which version skinsrestorer stopped co working check since which commit skinsrestorer stopped co working what is the version of fastlogin was it a older version | 1 |
8,572 | 10,561,545,497 | IssuesEvent | 2019-10-04 16:06:32 | sebastianbergmann/phpunit | https://api.github.com/repos/sebastianbergmann/phpunit | closed | Error: Call to undefined method Mock_SampleInterface_8dc42d9c::__phpunit_getInvocationMocker() | backward-compatibility-break bug | <!--
- Before reporting a backward compatibility break, please consult the release announcement that is available at https://phpunit.de/announcements (as well as the ChangeLog) to make sure it is not an expected change.
- Please do not report an issue for a version of PHPUnit that is no longer supported. A list of cu... | True | Error: Call to undefined method Mock_SampleInterface_8dc42d9c::__phpunit_getInvocationMocker() - <!--
- Before reporting a backward compatibility break, please consult the release announcement that is available at https://phpunit.de/announcements (as well as the ChangeLog) to make sure it is not an expected change.
-... | comp | error call to undefined method mock sampleinterface phpunit getinvocationmocker before reporting a backward compatibility break please consult the release announcement that is available at as well as the changelog to make sure it is not an expected change please do not report an issue for a v... | 1 |
15,966 | 20,177,281,138 | IssuesEvent | 2022-02-10 15:27:54 | ossf/tac | https://api.github.com/repos/ossf/tac | closed | TAC Election Process: Member makeup | ElectionProcess | **Proposal:**
Keep TAC size at 7 members
- 4 members are elected by the governing board
- 3 members are elected by Technical Initiative contributors. Each TI determines who is a contributor and may vote. 1 vote per person across all Technical Initiatives
| 1.0 | TAC Election Process: Member makeup - **Proposal:**
Keep TAC size at 7 members
- 4 members are elected by the governing board
- 3 members are elected by Technical Initiative contributors. Each TI determines who is a contributor and may vote. 1 vote per person across all Technical Initiatives
| non_comp | tac election process member makeup proposal keep tac size at members members are elected by the governing board members are elected by technical initiative contributors each ti determines who is a contributor and may vote vote per person across all technical initiatives | 0 |
7,885 | 10,096,348,242 | IssuesEvent | 2019-07-27 17:15:01 | rejahtavi/rfp2 | https://api.github.com/repos/rejahtavi/rfp2 | closed | More Player Models 1.12.2 Compatibility | compatibility wontfix | **Versions**
Minecraft = 1.12.2
Forge =1.12.2-14.23.4.2836
RFP2 =1.0.2
Looking down while using "More player models" the head layer of the Skin renders during first person and gets in the way.
I think this was an issue that was decided to let the maker of "More player models" to fix before,
Though i'd feel ... | True | More Player Models 1.12.2 Compatibility - **Versions**
Minecraft = 1.12.2
Forge =1.12.2-14.23.4.2836
RFP2 =1.0.2
Looking down while using "More player models" the head layer of the Skin renders during first person and gets in the way.
I think this was an issue that was decided to let the maker of "More playe... | comp | more player models compatibility versions minecraft forge looking down while using more player models the head layer of the skin renders during first person and gets in the way i think this was an issue that was decided to let the maker of more player models t... | 1 |
19,890 | 27,637,095,895 | IssuesEvent | 2023-03-10 15:12:48 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | AUTO join algorithm is broken in 22.12 | backward compatibility comp-joins | Starting with ClickHouse 22.12 some queries fail when `join_algorithm` is set to `auto`.
```
Received exception from server (version 22.12.3):
Code: 48. DB::Exception: Received from localhost:9000. DB::Exception: Can't execute AUTO join algorithm for this strictness/kind and right storage type. (NOT_IMPLEMENTED)
... | True | AUTO join algorithm is broken in 22.12 - Starting with ClickHouse 22.12 some queries fail when `join_algorithm` is set to `auto`.
```
Received exception from server (version 22.12.3):
Code: 48. DB::Exception: Received from localhost:9000. DB::Exception: Can't execute AUTO join algorithm for this strictness/kind an... | comp | auto join algorithm is broken in starting with clickhouse some queries fail when join algorithm is set to auto received exception from server version code db exception received from localhost db exception can t execute auto join algorithm for this strictness kind and right st... | 1 |
751,865 | 26,261,744,665 | IssuesEvent | 2023-01-06 08:36:02 | arianne/stendhal | https://api.github.com/repos/arianne/stendhal | closed | Elias Thinks His Grandson is Still Missing | type: bug game: quest priority: low | ## 🐞 Describe the bug
If you cure the myling then ask Elias for a quest before talking to Niall, he will respond as if Niall is still missing.
```
[11:41] <seriph> hi
[11:41] <Elias Breland> You have returned my grandson to me. I cannot thank you enough.
I don't have much to offer for your kind servic... | 1.0 | Elias Thinks His Grandson is Still Missing - ## 🐞 Describe the bug
If you cure the myling then ask Elias for a quest before talking to Niall, he will respond as if Niall is still missing.
```
[11:41] <seriph> hi
[11:41] <Elias Breland> You have returned my grandson to me. I cannot thank you enough.
I ... | non_comp | elias thinks his grandson is still missing 🐞 describe the bug if you cure the myling then ask elias for a quest before talking to niall he will respond as if niall is still missing hi you have returned my grandson to me i cannot thank you enough i don t have much to offer for your... | 0 |
261,350 | 22,740,625,469 | IssuesEvent | 2022-07-07 03:09:13 | wazuh/wazuh-qa | https://api.github.com/repos/wazuh/wazuh-qa | opened | Fix Vulnerability Detector IT: Tier 1 - test_scan_results | team/qa feature/vuln-detector type/fix subteam/qa-storm test/nightly type/nightly-test-failure status/not-tracked | |Related issue|
|---|
|https://github.com/wazuh/wazuh-qa/issues/3057
| Date| Commit | Commit title | Build | Version|
|--|--|--|--|--|
| 2022-07-06| [c62d985](https://github.com/wazuh/wazuh/commit/c62d985f729591fb2f7b0026ec08bb1756dd031b) | disable filebeat metrics (https://github.com/wazuh/wazuh/pull/14121) | ... | 2.0 | Fix Vulnerability Detector IT: Tier 1 - test_scan_results - |Related issue|
|---|
|https://github.com/wazuh/wazuh-qa/issues/3057
| Date| Commit | Commit title | Build | Version|
|--|--|--|--|--|
| 2022-07-06| [c62d985](https://github.com/wazuh/wazuh/commit/c62d985f729591fb2f7b0026ec08bb1756dd031b) | disable fi... | non_comp | fix vulnerability detector it tier test scan results related issue date commit commit title build version disable filebeat metrics case tier wazuh type os manager centos description ... | 0 |
28,478 | 6,998,078,463 | IssuesEvent | 2017-12-16 22:46:46 | NetOfficeFw/NetOffice | https://api.github.com/repos/NetOfficeFw/NetOffice | closed | Excel Range Address Stops Working in NetOffice Release 1.5.1.2 | bug CodePlex ms-excel | <img src="https://avatars.githubusercontent.com/u/30236365?s=96" align="left" width="48" height="48" /> <strong>Issue by <a href="https://www.codeplex.com/site/users/view/Jon49" rel="author">Jon49</a></strong>
<em datetime="2012-11-07T21:05:56">Wed, 07 Nov 2012 21:05:56 GMT</em>
_Originally opened as https://netoffic... | 1.0 | Excel Range Address Stops Working in NetOffice Release 1.5.1.2 - <img src="https://avatars.githubusercontent.com/u/30236365?s=96" align="left" width="48" height="48" /> <strong>Issue by <a href="https://www.codeplex.com/site/users/view/Jon49" rel="author">Jon49</a></strong>
<em datetime="2012-11-07T21:05:56">Wed, 07 N... | non_comp | excel range address stops working in netoffice release issue by wed nov gmt originally opened as update my computer was doing some funky things i ll try the new release again tomorrow just to make sure it wasn t something i did windows xp excel vb net net ... | 0 |
329,344 | 10,014,944,650 | IssuesEvent | 2019-07-15 18:48:44 | pravega/pravega | https://api.github.com/repos/pravega/pravega | closed | Cherry-pick merges from master to r0.5 | kind/release priority/P0 status/accepted version/0.5.0 | **Problem description**
We need to cherry-pick the following merges to `r0.5`:
```
Issue 4011: (SegmentStore) Making Commit Backlog Throttler more aggressive (#4016)
Issue 4011: Fixed ThrottlerCalculator.Delay.ToString() (#4023)
```
**Problem location**
Release 0.5
**Suggestions for an improvement**
Back... | 1.0 | Cherry-pick merges from master to r0.5 - **Problem description**
We need to cherry-pick the following merges to `r0.5`:
```
Issue 4011: (SegmentStore) Making Commit Backlog Throttler more aggressive (#4016)
Issue 4011: Fixed ThrottlerCalculator.Delay.ToString() (#4023)
```
**Problem location**
Release 0.5
... | non_comp | cherry pick merges from master to problem description we need to cherry pick the following merges to issue segmentstore making commit backlog throttler more aggressive issue fixed throttlercalculator delay tostring problem location release suggestions... | 0 |
8,727 | 10,679,884,661 | IssuesEvent | 2019-10-21 20:12:03 | blay09/CraftingTweaks | https://api.github.com/repos/blay09/CraftingTweaks | closed | Compatibility Request for 1.14 Mod. | compatibility fixed in next version | Awesome mod we love your work and use it in all our modpacks.
We are updating our modpacks to 1.14.4 and it seems you mod is not working with [Crafting Station](https://www.curseforge.com/minecraft/mc-mods/crafting-station) mod yet.
Could you code a compatibility w/this crafting table, please?
Using:
Forge-28.0... | True | Compatibility Request for 1.14 Mod. - Awesome mod we love your work and use it in all our modpacks.
We are updating our modpacks to 1.14.4 and it seems you mod is not working with [Crafting Station](https://www.curseforge.com/minecraft/mc-mods/crafting-station) mod yet.
Could you code a compatibility w/this craft... | comp | compatibility request for mod awesome mod we love your work and use it in all our modpacks we are updating our modpacks to and it seems you mod is not working with mod yet could you code a compatibility w this crafting table please using forge jar craftingstation jar crafting... | 1 |
92,672 | 26,747,709,543 | IssuesEvent | 2023-01-30 17:07:08 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Test failure due to inconsistencies related to MKL | stat:awaiting response type:build/install stalled comp:mkl TF 2.9 | <details><summary>Click to expand!</summary>
### Issue Type
Build/Install
### Have you reproduced the bug with TF nightly?
No
### Source
source
### Tensorflow Version
2.9.1
### Custom Code
No
### OS Platform and Distribution
Linux RHEL 7
### Python version
3.10
### Bazel ... | 1.0 | Test failure due to inconsistencies related to MKL - <details><summary>Click to expand!</summary>
### Issue Type
Build/Install
### Have you reproduced the bug with TF nightly?
No
### Source
source
### Tensorflow Version
2.9.1
### Custom Code
No
### OS Platform and Distribution
Li... | non_comp | test failure due to inconsistencies related to mkl click to expand issue type build install have you reproduced the bug with tf nightly no source source tensorflow version custom code no os platform and distribution linux rhel python ... | 0 |
7,525 | 7,964,278,598 | IssuesEvent | 2018-07-13 20:47:26 | PATRIC3/patric3_website | https://api.github.com/repos/PATRIC3/patric3_website | closed | Genome Comparison: option to open image in a new tab | Service: Others | In the circular genome viewer, I can right click on the circular image and open it in a new tab, so that I get the full view and I can zoom in / out.
For the same circular view in the genome comparison viewer, when I right click, open image in new tab option is greyed out. Any idea how we can enable it?
![screen sh... | 1.0 | Genome Comparison: option to open image in a new tab - In the circular genome viewer, I can right click on the circular image and open it in a new tab, so that I get the full view and I can zoom in / out.
For the same circular view in the genome comparison viewer, when I right click, open image in new tab option is g... | non_comp | genome comparison option to open image in a new tab in the circular genome viewer i can right click on the circular image and open it in a new tab so that i get the full view and i can zoom in out for the same circular view in the genome comparison viewer when i right click open image in new tab option is g... | 0 |
10,796 | 12,799,445,408 | IssuesEvent | 2020-07-02 15:24:26 | Hacktix/ChromaBoy | https://api.github.com/repos/Hacktix/ChromaBoy | opened | [Wario Land II] - Game resets after intro sequence | bug game compatibility | After starting a new game and having the first intro sequence played the game resets to the opening sequence and loads back into the main menu. | True | [Wario Land II] - Game resets after intro sequence - After starting a new game and having the first intro sequence played the game resets to the opening sequence and loads back into the main menu. | comp | game resets after intro sequence after starting a new game and having the first intro sequence played the game resets to the opening sequence and loads back into the main menu | 1 |
831,615 | 32,056,757,768 | IssuesEvent | 2023-09-24 06:59:28 | AY2324S1-CS2103T-W08-1/tp | https://api.github.com/repos/AY2324S1-CS2103T-W08-1/tp | opened | Update AboutUs page | priority.high | <ul>
<li>Add own details and a suitable photo</li>
<li>Edit the filename of the profile photo to <code>docs/images/github_username_in_lower_case.png</code></li>
<li>Indicate the different roles played and responsibilities held by each team member.</li>
</ul> | 1.0 | Update AboutUs page - <ul>
<li>Add own details and a suitable photo</li>
<li>Edit the filename of the profile photo to <code>docs/images/github_username_in_lower_case.png</code></li>
<li>Indicate the different roles played and responsibilities held by each team member.</li>
</ul> | non_comp | update aboutus page add own details and a suitable photo edit the filename of the profile photo to docs images github username in lower case png indicate the different roles played and responsibilities held by each team member | 0 |
16,432 | 22,197,232,600 | IssuesEvent | 2022-06-07 08:05:10 | aesara-devs/aesara | https://api.github.com/repos/aesara-devs/aesara | opened | Update of random variables not working in JAX backend | JAX backend compatibility | ```python
import aesara
import aesara.tensor as at
import numpy as np
rng = aesara.shared(np.random.default_rng())
x = at.random.normal(rng=rng)
f = aesara.function([], x, updates={rng: x.owner.outputs[0]}, mode="JAX")
assert f() != f() # Fails
``` | True | Update of random variables not working in JAX backend - ```python
import aesara
import aesara.tensor as at
import numpy as np
rng = aesara.shared(np.random.default_rng())
x = at.random.normal(rng=rng)
f = aesara.function([], x, updates={rng: x.owner.outputs[0]}, mode="JAX")
assert f() != f() # Fails
``` | comp | update of random variables not working in jax backend python import aesara import aesara tensor as at import numpy as np rng aesara shared np random default rng x at random normal rng rng f aesara function x updates rng x owner outputs mode jax assert f f fails | 1 |
591 | 8,028,031,203 | IssuesEvent | 2018-07-27 11:17:34 | svaarala/duktape | https://api.github.com/repos/svaarala/duktape | closed | Check portability assumptions for realloc() with zero size | portability | Behavior for zero size in C99/C++11 is implemented defined: http://www.cplusplus.com/reference/cstdlib/realloc/:
> If size is zero, the return value depends on the particular library implementation: it may either be a null pointer or some other location that shall not be dereferenced.
For Duktape this means that:... | True | Check portability assumptions for realloc() with zero size - Behavior for zero size in C99/C++11 is implemented defined: http://www.cplusplus.com/reference/cstdlib/realloc/:
> If size is zero, the return value depends on the particular library implementation: it may either be a null pointer or some other location th... | non_comp | check portability assumptions for realloc with zero size behavior for zero size in c is implemented defined if size is zero the return value depends on the particular library implementation it may either be a null pointer or some other location that shall not be dereferenced for duktape this mean... | 0 |
84,171 | 7,893,298,090 | IssuesEvent | 2018-06-28 17:35:13 | mozilla/iris | https://api.github.com/repos/mozilla/iris | opened | Fix web_console_controls.py | bug test case | A general overhaul of this test case is required, This feature's UI has changed, the images for the following, no longer exist. The functionality for these buttons was moved into a menu.
dock_button = 'dock_to_side.png'
dock_button_activated = 'dock_to_side_activated.png'
separate_window_button = 'separate_wind... | 1.0 | Fix web_console_controls.py - A general overhaul of this test case is required, This feature's UI has changed, the images for the following, no longer exist. The functionality for these buttons was moved into a menu.
dock_button = 'dock_to_side.png'
dock_button_activated = 'dock_to_side_activated.png'
separate_... | non_comp | fix web console controls py a general overhaul of this test case is required this feature s ui has changed the images for the following no longer exist the functionality for these buttons was moved into a menu dock button dock to side png dock button activated dock to side activated png separate ... | 0 |
9,043 | 11,090,942,708 | IssuesEvent | 2019-12-15 08:28:28 | tenpy/tenpy | https://api.github.com/repos/tenpy/tenpy | closed | combine_legs qconj default argument | incompatible | It might be more consistent to make the default value of `qconj` the `qconj` value of the first leg included into the pipe, instead of just +1. However, this breaks backwards compatibility with existing code. So we should:
- [x] Change the default to `None` in TeNPy v. 0.5.0 and issue a Warning if not set explicitly t... | True | combine_legs qconj default argument - It might be more consistent to make the default value of `qconj` the `qconj` value of the first leg included into the pipe, instead of just +1. However, this breaks backwards compatibility with existing code. So we should:
- [x] Change the default to `None` in TeNPy v. 0.5.0 and ... | comp | combine legs qconj default argument it might be more consistent to make the default value of qconj the qconj value of the first leg included into the pipe instead of just however this breaks backwards compatibility with existing code so we should change the default to none in tenpy v and is... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.