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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,282 | 6,226,088,570 | IssuesEvent | 2017-07-10 17:39:51 | Polymer/polymer | https://api.github.com/repos/Polymer/polymer | closed | Polymer rewrites anchor hrefs | 1.x 1.x-2.x compatibility p1 | ### Description
A relative url inside the href of an anchor element inside a Polymer element gets rewritten to be relative to the import.
For instance, if my element lives in `src/elements`
Something like `<a href="foo">` becomes `<a href="/src/elements/foo">`. While this behavior is desirable for things like CS... | True | Polymer rewrites anchor hrefs - ### Description
A relative url inside the href of an anchor element inside a Polymer element gets rewritten to be relative to the import.
For instance, if my element lives in `src/elements`
Something like `<a href="foo">` becomes `<a href="/src/elements/foo">`. While this behavior... | comp | polymer rewrites anchor hrefs description a relative url inside the href of an anchor element inside a polymer element gets rewritten to be relative to the import for instance if my element lives in src elements something like becomes while this behavior is desirable for things like css and im... | 1 |
3,214 | 6,144,735,292 | IssuesEvent | 2017-06-27 09:38:40 | leapframework/framework | https://api.github.com/repos/leapframework/framework | closed | [JSON]路由方法返回实体的单个对象后,Leap进行json序列化的日期结果格式变更 | incompatible | 此 ISSUE 属于 bug 修复,影响范围主要在路由方法返回单个实体对象时的日期时间属性序列化。
举个例子,在修复这个问题之前,假如有这样两个路由方法:
```java
@GET
public User get(){
return User.find("id1");
}
@GET
public List<User> all(){
return User.all();
}
```
并且 User 类中含有日期时间类的字段,比如 `createdAt`。
这个时候前端请求get接口获取到这个 User 对象的 cr... | True | [JSON]路由方法返回实体的单个对象后,Leap进行json序列化的日期结果格式变更 - 此 ISSUE 属于 bug 修复,影响范围主要在路由方法返回单个实体对象时的日期时间属性序列化。
举个例子,在修复这个问题之前,假如有这样两个路由方法:
```java
@GET
public User get(){
return User.find("id1");
}
@GET
public List<User> all(){
return User.all();
}
```
并且 User 类中含有日期时间类的字段,比如 ... | comp | 路由方法返回实体的单个对象后,leap进行json序列化的日期结果格式变更 此 issue 属于 bug 修复,影响范围主要在路由方法返回单个实体对象时的日期时间属性序列化。 举个例子,在修复这个问题之前,假如有这样两个路由方法: java get public user get return user find get public list all return user all 并且 user 类中含有日期时间类的字段,比如 createdat 。... | 1 |
688,712 | 23,593,451,911 | IssuesEvent | 2022-08-23 17:05:47 | episphere/connectApp | https://api.github.com/repos/episphere/connectApp | closed | Troubleshoot message issues in production | High Priority MVP | On 6/8 we identified several scenarios in which prod messages were not pushed out to participants who met the appropriate conditionality to receive them. This seems to be happening randomly; I have not found a consistent connection between all of the pts who were supposed to receive messages but didn't.
Below is a ... | 1.0 | Troubleshoot message issues in production - On 6/8 we identified several scenarios in which prod messages were not pushed out to participants who met the appropriate conditionality to receive them. This seems to be happening randomly; I have not found a consistent connection between all of the pts who were supposed to ... | non_comp | troubleshoot message issues in production on we identified several scenarios in which prod messages were not pushed out to participants who met the appropriate conditionality to receive them this seems to be happening randomly i have not found a consistent connection between all of the pts who were supposed to ... | 0 |
831,269 | 32,043,571,730 | IssuesEvent | 2023-09-22 21:52:12 | thombruce/tnt | https://api.github.com/repos/thombruce/tnt | closed | [Feature]: Better mobile styles | type: enhancement priority: critical work: clear | ### Feature request
The navbar in particular is overflowing its bounds on mobile. We should use a burger-menu and side tray style approach to conceal the larger menu on mobile and display it vertically.
I recommend using the same approach on desktop rather than messing around with media query complications.
It's... | 1.0 | [Feature]: Better mobile styles - ### Feature request
The navbar in particular is overflowing its bounds on mobile. We should use a burger-menu and side tray style approach to conceal the larger menu on mobile and display it vertically.
I recommend using the same approach on desktop rather than messing around with ... | non_comp | better mobile styles feature request the navbar in particular is overflowing its bounds on mobile we should use a burger menu and side tray style approach to conceal the larger menu on mobile and display it vertically i recommend using the same approach on desktop rather than messing around with media qu... | 0 |
17,300 | 23,858,770,388 | IssuesEvent | 2022-09-07 04:10:06 | TriggerReactor/TriggerReactor | https://api.github.com/repos/TriggerReactor/TriggerReactor | closed | non bukkit/sponge event support | domain:duplicate domain:compatibility | https://luckperms.net/wiki/Developer-API-Usage#event-listeners
Not sure why they decided to re-invent the wheel that would basically do the same job as the existing one, but I guess they wanted it | True | non bukkit/sponge event support - https://luckperms.net/wiki/Developer-API-Usage#event-listeners
Not sure why they decided to re-invent the wheel that would basically do the same job as the existing one, but I guess they wanted it | comp | non bukkit sponge event support not sure why they decided to re invent the wheel that would basically do the same job as the existing one but i guess they wanted it | 1 |
13,280 | 15,648,688,801 | IssuesEvent | 2021-03-23 06:14:53 | higan-emu/higan | https://api.github.com/repos/higan-emu/higan | closed | SFC: Auto Joypad Polling problem with SpellCraft - Aspects of Valor | bug compatibility | In e422ddc72, @jbo-85 fixed a lot of games that use the SNES auto joypad polling feature. These fixes were ported (more or less) to bsnes by @asuramaru in https://github.com/bsnes-emu/bsnes/commit/39c37ec2d1bfcc6b2ee8ae8995fb862eb77c9248. However, @Max833 reported (https://github.com/bsnes-emu/bsnes/issues/86) that the... | True | SFC: Auto Joypad Polling problem with SpellCraft - Aspects of Valor - In e422ddc72, @jbo-85 fixed a lot of games that use the SNES auto joypad polling feature. These fixes were ported (more or less) to bsnes by @asuramaru in https://github.com/bsnes-emu/bsnes/commit/39c37ec2d1bfcc6b2ee8ae8995fb862eb77c9248. However, @M... | comp | sfc auto joypad polling problem with spellcraft aspects of valor in jbo fixed a lot of games that use the snes auto joypad polling feature these fixes were ported more or less to bsnes by asuramaru in however reported that the game spellcraft aspects of valor usa proto worked on real har... | 1 |
3,908 | 6,756,718,716 | IssuesEvent | 2017-10-24 08:15:14 | Microsoft/react-native-code-push | https://api.github.com/repos/Microsoft/react-native-code-push | closed | React native 0.49 compability on Android | compatibility fix-in-progress | ### Steps to Reproduce
1. install react-native 0.49
2. react native has breaking change on index.[android|ios].js file to only index.js [(Release note)](https://github.com/facebook/react-native/releases/tag/v0.49.0)
### Expected Behavior
CodePush.getJSBundleFile(); can want entry file name. For 0.49 and <0.49 RN ... | True | React native 0.49 compability on Android - ### Steps to Reproduce
1. install react-native 0.49
2. react native has breaking change on index.[android|ios].js file to only index.js [(Release note)](https://github.com/facebook/react-native/releases/tag/v0.49.0)
### Expected Behavior
CodePush.getJSBundleFile(); can w... | comp | react native compability on android steps to reproduce install react native react native has breaking change on index js file to only index js expected behavior codepush getjsbundlefile can want entry file name for and rn versions actual behavior what actually h... | 1 |
169,926 | 26,875,766,905 | IssuesEvent | 2023-02-05 01:44:35 | MetaMask/metamask-mobile | https://api.github.com/repos/MetaMask/metamask-mobile | closed | Align Buttons with Figma | needs-dev-review design-system | ### **Description**
- Combine ButtonTertiary with ButtonLink
- Add width options to buttons
- Separate out ButtonIcon
- Update Buttons to use isDanger
### **References**
- References go here.
- Figma links.
- Slack threads.
- Etc.
| 1.0 | Align Buttons with Figma - ### **Description**
- Combine ButtonTertiary with ButtonLink
- Add width options to buttons
- Separate out ButtonIcon
- Update Buttons to use isDanger
### **References**
- References go here.
- Figma links.
- Slack threads.
- Etc.
| non_comp | align buttons with figma description combine buttontertiary with buttonlink add width options to buttons separate out buttonicon update buttons to use isdanger references references go here figma links slack threads etc | 0 |
14,060 | 16,848,669,235 | IssuesEvent | 2021-06-20 03:08:36 | spring-projects-experimental/spring-native | https://api.github.com/repos/spring-projects-experimental/spring-native | closed | Create proper hints for AOP | type: compatibility | The class proxy hints now enable AOP to work properly but the `class-proxies-aop` sample includes the manually collected supported configuration, this should be converted to hints for future AOP correct operation. | True | Create proper hints for AOP - The class proxy hints now enable AOP to work properly but the `class-proxies-aop` sample includes the manually collected supported configuration, this should be converted to hints for future AOP correct operation. | comp | create proper hints for aop the class proxy hints now enable aop to work properly but the class proxies aop sample includes the manually collected supported configuration this should be converted to hints for future aop correct operation | 1 |
533,699 | 15,597,029,180 | IssuesEvent | 2021-03-18 16:28:34 | GoogleCloudPlatform/golang-samples | https://api.github.com/repos/GoogleCloudPlatform/golang-samples | closed | datacatalog/snippets/policytagmanager: TestPolicyTagManager failed | api: datacatalog flakybot: flaky flakybot: issue priority: p2 samples status: investigating type: bug | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 12ec956a5913790c0db5cb68b6714adb16abd378... | 1.0 | datacatalog/snippets/policytagmanager: TestPolicyTagManager failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will st... | non_comp | datacatalog snippets policytagmanager testpolicytagmanager failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output integration test go create... | 0 |
5,842 | 8,293,336,047 | IssuesEvent | 2018-09-20 06:10:47 | MightyPirates/OpenComputers | https://api.github.com/repos/MightyPirates/OpenComputers | closed | ProjectRed bundled cables not working | incompatibility | The projectred bundled cables dont connect to the computer. i have installed a tier2 rs card. visually the dont seem to connect to the computer (in comparsion to normal covered wires).
OC version: 1.6.2.7
Projec Red: 4.8.1.30 | True | ProjectRed bundled cables not working - The projectred bundled cables dont connect to the computer. i have installed a tier2 rs card. visually the dont seem to connect to the computer (in comparsion to normal covered wires).
OC version: 1.6.2.7
Projec Red: 4.8.1.30 | comp | projectred bundled cables not working the projectred bundled cables dont connect to the computer i have installed a rs card visually the dont seem to connect to the computer in comparsion to normal covered wires oc version projec red | 1 |
5,125 | 7,723,803,004 | IssuesEvent | 2018-05-24 13:30:30 | gizmecano/opencart-2-fr | https://api.github.com/repos/gizmecano/opencart-2-fr | closed | Check compatibility with versions released in the 2.1.x series | compatibility | Check compatibility with versions released in the 2.1.x series:
- [x] [2.1.0.0](https://github.com/opencart/opencart/releases/tag/2.1.0.0)
- Create and populate `admin/customer` folder (#23)
- Add new files in `admin` folder (#24)
- Add new files in `catalog` folder (#25)
- Revise files... | True | Check compatibility with versions released in the 2.1.x series - Check compatibility with versions released in the 2.1.x series:
- [x] [2.1.0.0](https://github.com/opencart/opencart/releases/tag/2.1.0.0)
- Create and populate `admin/customer` folder (#23)
- Add new files in `admin` folder (#24)
... | comp | check compatibility with versions released in the x series check compatibility with versions released in the x series create and populate admin customer folder add new files in admin folder add new files in catalog folder revise files in ... | 1 |
6,919 | 9,213,086,376 | IssuesEvent | 2019-03-10 08:34:09 | arcticicestudio/igloo | https://api.github.com/repos/arcticicestudio/igloo | opened | Basic Go environment setup | scope-compatibility snowblock-bash type-feature | I started to use [Go] as one of my main languages for many cases like CLI tools, backends with performance and inter compatibility in mind as well as daily tools.
Go comes with a great toolchain that also doesn't require a lot of necessary setups, therefore this basic setup is enough to work efficiently in combination... | True | Basic Go environment setup - I started to use [Go] as one of my main languages for many cases like CLI tools, backends with performance and inter compatibility in mind as well as daily tools.
Go comes with a great toolchain that also doesn't require a lot of necessary setups, therefore this basic setup is enough to wo... | comp | basic go environment setup i started to use as one of my main languages for many cases like cli tools backends with performance and inter compatibility in mind as well as daily tools go comes with a great toolchain that also doesn t require a lot of necessary setups therefore this basic setup is enough to work ... | 1 |
127,800 | 18,024,039,567 | IssuesEvent | 2021-09-17 00:25:22 | mcaj-git/node-docker | https://api.github.com/repos/mcaj-git/node-docker | opened | CVE-2020-7788 (High) detected in ini-1.3.5.tgz | security vulnerability | ## CVE-2020-7788 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ini-1.3.5.tgz</b></p></summary>
<p>An ini encoder/decoder for node</p>
<p>Library home page: <a href="https://registry.... | True | CVE-2020-7788 (High) detected in ini-1.3.5.tgz - ## CVE-2020-7788 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ini-1.3.5.tgz</b></p></summary>
<p>An ini encoder/decoder for node</p>... | non_comp | cve high detected in ini tgz cve high severity vulnerability vulnerable library ini tgz an ini encoder decoder for node library home page a href path to dependency file node docker package json path to vulnerable library node docker node modules ini package json ... | 0 |
11,858 | 13,964,711,949 | IssuesEvent | 2020-10-25 19:16:24 | PowerNukkit/PowerNukkit | https://api.github.com/repos/PowerNukkit/PowerNukkit | closed | GAC Compatibility Issue | Type: compatibility | # 🔌 Plugin compatibility issue
<!--
GAC has issues with PowerNukkit for some reason and spams console with
12:23:18 [WARN ] Error whilst processing the packet 19:MovePlayerPacket for USER (full data: MovePlayerPacket(eid=1808, x=20275.549, y=83.62, z=394.9031, yaw=-16.772888, headYaw=343.2271, pitch=32.036865,... | True | GAC Compatibility Issue - # 🔌 Plugin compatibility issue
<!--
GAC has issues with PowerNukkit for some reason and spams console with
12:23:18 [WARN ] Error whilst processing the packet 19:MovePlayerPacket for USER (full data: MovePlayerPacket(eid=1808, x=20275.549, y=83.62, z=394.9031, yaw=-16.772888, headYaw=... | comp | gac compatibility issue 🔌 plugin compatibility issue gac has issues with powernukkit for some reason and spams console with error whilst processing the packet moveplayerpacket for user full data moveplayerpacket eid x y z yaw headyaw pitch mode onground... | 1 |
215,033 | 16,624,822,112 | IssuesEvent | 2021-06-03 08:15:06 | gutakk/react-surveyor | https://api.github.com/repos/gutakk/react-surveyor | closed | Survey list testing | @0.4.0 Testing chore | ### Acceptance Criteria
- Add unit test for survey list functionality
- Add UI test for survey list page using Cypress | 1.0 | Survey list testing - ### Acceptance Criteria
- Add unit test for survey list functionality
- Add UI test for survey list page using Cypress | non_comp | survey list testing acceptance criteria add unit test for survey list functionality add ui test for survey list page using cypress | 0 |
15,432 | 19,700,100,875 | IssuesEvent | 2022-01-12 15:51:13 | oracle/truffleruby | https://api.github.com/repos/oracle/truffleruby | closed | StringScanner#scan does not accept a String argument as a pattern | compatibility | In [strscan 1.0.2](https://github.com/ruby/strscan/blob/master/NEWS.md#102---2019-10-13) Strings can be given as a literal pattern to scan:
```ruby
require 'strscan'
scanner = StringScanner.new("foo bar baz")
scanner.scan("foo")
# => "foo"
scanner.scan(/\s+/)
# => " "
```
truffleruby-21.2.0.1 claims to... | True | StringScanner#scan does not accept a String argument as a pattern - In [strscan 1.0.2](https://github.com/ruby/strscan/blob/master/NEWS.md#102---2019-10-13) Strings can be given as a literal pattern to scan:
```ruby
require 'strscan'
scanner = StringScanner.new("foo bar baz")
scanner.scan("foo")
# => "foo"
scan... | comp | stringscanner scan does not accept a string argument as a pattern in strings can be given as a literal pattern to scan ruby require strscan scanner stringscanner new foo bar baz scanner scan foo foo scanner scan s truffleruby claims to ship with strs... | 1 |
11,350 | 13,284,909,373 | IssuesEvent | 2020-08-24 07:12:26 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | closed | [INCOMPATIBILITY] ViaBackwards and ViaRewind cause FastBreak false positive | Incompatibility | ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, or 1.15 server
- [X] The issue happens on default config.yml and checks.yml
- [X] I've t... | True | [INCOMPATIBILITY] ViaBackwards and ViaRewind cause FastBreak false positive - ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, or 1.15 serv... | comp | viabackwards and viarewind cause fastbreak false positive troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on d... | 1 |
191,684 | 6,840,704,009 | IssuesEvent | 2017-11-11 03:02:45 | arfc/msr-neutronics | https://api.github.com/repos/arfc/msr-neutronics | closed | Base depletion calculation | Comp:Input Difficulty:2-Challenging Priority:2-Normal Status:4-In Progress Type:Feature | Testing simulations in Serpent2 to understand how burn-up calculation works. Check isotope list and number density after depletion for different cycle length (1,3,10,30,100 days). | 1.0 | Base depletion calculation - Testing simulations in Serpent2 to understand how burn-up calculation works. Check isotope list and number density after depletion for different cycle length (1,3,10,30,100 days). | non_comp | base depletion calculation testing simulations in to understand how burn up calculation works check isotope list and number density after depletion for different cycle length days | 0 |
485,729 | 13,998,295,226 | IssuesEvent | 2020-10-28 09:16:40 | AY2021S1-CS2103T-T12-4/tp | https://api.github.com/repos/AY2021S1-CS2103T-T12-4/tp | closed | Change appointment date | priority.High :1st_place_medal: type.Story :books: | As a nurse, I can change the patient's appointment if they call to postpone their appointment | 1.0 | Change appointment date - As a nurse, I can change the patient's appointment if they call to postpone their appointment | non_comp | change appointment date as a nurse i can change the patient s appointment if they call to postpone their appointment | 0 |
16,404 | 22,150,380,262 | IssuesEvent | 2022-06-03 16:07:19 | apache/beam | https://api.github.com/repos/apache/beam | opened | Using Merging Windows and/or Triggers without a downstream aggregation should fail | P3 bug sdk-java-core clarified backward-incompatible | Both merging windows (such as sessions) and triggering only actually happen at an aggregation (GroupByKey). We should produce errors in any of these cases:
1. Merging window used without a downstream GroupByKey
2. Triggers used without a downstream GroupByKey
3. Window inspected after inserting a merging window and be... | True | Using Merging Windows and/or Triggers without a downstream aggregation should fail - Both merging windows (such as sessions) and triggering only actually happen at an aggregation (GroupByKey). We should produce errors in any of these cases:
1. Merging window used without a downstream GroupByKey
2. Triggers used withou... | comp | using merging windows and or triggers without a downstream aggregation should fail both merging windows such as sessions and triggering only actually happen at an aggregation groupbykey we should produce errors in any of these cases merging window used without a downstream groupbykey triggers used withou... | 1 |
8,935 | 10,933,488,747 | IssuesEvent | 2019-11-24 02:29:59 | bemasher/rtlamr | https://api.github.com/repos/bemasher/rtlamr | closed | Work with spread spectrum? | compatibility | I'm trying to get a sense if this software-defined radio driver would work with a spread spectrum 900Mhz device, like [this one](https://fccid.io/GIF2012WCE). I cannot find any information about the messaging protocol for its one-way communication, but perhaps I don't know what I'm looking for. | True | Work with spread spectrum? - I'm trying to get a sense if this software-defined radio driver would work with a spread spectrum 900Mhz device, like [this one](https://fccid.io/GIF2012WCE). I cannot find any information about the messaging protocol for its one-way communication, but perhaps I don't know what I'm looking... | comp | work with spread spectrum i m trying to get a sense if this software defined radio driver would work with a spread spectrum device like i cannot find any information about the messaging protocol for its one way communication but perhaps i don t know what i m looking for | 1 |
2,191 | 4,940,735,084 | IssuesEvent | 2016-11-29 17:34:35 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Yoast and Ninja Forms 2.9.x (ajax submission enabled do not work correctly together) | compatibility javascript wait for feedback | ### What did you expect to happen?
When you create a Ninja Forms form, and in the settings click the Ajax button, it should fire and return an ajax request and return to be intercepted with the submitHandler in javascript
### What happened instead?
With Yoast SEO enabled the behavior changed to a submit POST and t... | True | Yoast and Ninja Forms 2.9.x (ajax submission enabled do not work correctly together) - ### What did you expect to happen?
When you create a Ninja Forms form, and in the settings click the Ajax button, it should fire and return an ajax request and return to be intercepted with the submitHandler in javascript
### Wha... | comp | yoast and ninja forms x ajax submission enabled do not work correctly together what did you expect to happen when you create a ninja forms form and in the settings click the ajax button it should fire and return an ajax request and return to be intercepted with the submithandler in javascript wha... | 1 |
187 | 2,649,815,928 | IssuesEvent | 2015-03-15 09:50:34 | Funwayguy/InfiniteInvo | https://api.github.com/repos/Funwayguy/InfiniteInvo | closed | Crash after creating world as soon as I land in new world | compatibility resolved | I do have a mod pack custom with 405 mods installed , and thought I would try this mod , and since it crashed I thought maybe since I have so many mods installed I could help you find incompatible mods , but I think this crash is with battle gear two mod , and this mod .
Crash http://pastebin.com/3VT2ZUxR
Could... | True | Crash after creating world as soon as I land in new world - I do have a mod pack custom with 405 mods installed , and thought I would try this mod , and since it crashed I thought maybe since I have so many mods installed I could help you find incompatible mods , but I think this crash is with battle gear two mod , and... | comp | crash after creating world as soon as i land in new world i do have a mod pack custom with mods installed and thought i would try this mod and since it crashed i thought maybe since i have so many mods installed i could help you find incompatible mods but i think this crash is with battle gear two mod and t... | 1 |
12,724 | 14,996,600,906 | IssuesEvent | 2021-01-29 15:48:11 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | support --tail option | compatibility compose local | **Description**
**Steps to reproduce the issue:**
1. docker compose up -d
2. docker compose logs --tail=10
**Describe the results you received:**
`unknown flag: --tail`
**Describe the results you expected:**
the 10 last line in the log related to this `docker-compose.yml` file.
| True | support --tail option - **Description**
**Steps to reproduce the issue:**
1. docker compose up -d
2. docker compose logs --tail=10
**Describe the results you received:**
`unknown flag: --tail`
**Describe the results you expected:**
the 10 last line in the log related to this `docker-compose.yml` file.
| comp | support tail option description steps to reproduce the issue docker compose up d docker compose logs tail describe the results you received unknown flag tail describe the results you expected the last line in the log related to this docker compose yml file | 1 |
131,604 | 10,703,036,964 | IssuesEvent | 2019-10-24 08:46:54 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | opened | The Properties dialog is odd for one ADLS Gen2 blob container | :beetle: regression :gear: adls gen2 :gear: blobs 🧪 testing | **Storage Explorer Version:** 1.10.1
**Build:** [20191024.4](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3176191)
**Branch:** master
**Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra
**Architecture:** ia32/x64
**Regression From:** Previous release (1.10.1)
**Steps to reproduce:... | 1.0 | The Properties dialog is odd for one ADLS Gen2 blob container - **Storage Explorer Version:** 1.10.1
**Build:** [20191024.4](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3176191)
**Branch:** master
**Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra
**Architecture:** ia32/x64
**Regre... | non_comp | the properties dialog is odd for one adls blob container storage explorer version build branch master platform os windows linux ubuntu macos high sierra architecture regression from previous release steps to reproduce expand an adls stora... | 0 |
6,542 | 8,815,240,351 | IssuesEvent | 2018-12-29 16:06:36 | AdguardTeam/PopupBlocker | https://api.github.com/repos/AdguardTeam/PopupBlocker | closed | cal-online.co.il | compatibility | @adguard-bot commented on [Thu Dec 13 2018](https://github.com/AdguardTeam/AdguardFilters/issues/26884)
### Issue URL (Incorrect Blocking)
[https://www.cal-online.co.il/self-service/prepaid/](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fwww.cal-online.co.il%2Fself-service%2Fprepai... | True | cal-online.co.il - @adguard-bot commented on [Thu Dec 13 2018](https://github.com/AdguardTeam/AdguardFilters/issues/26884)
### Issue URL (Incorrect Blocking)
[https://www.cal-online.co.il/self-service/prepaid/](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fwww.cal-online.co.il%2Fse... | comp | cal online co il adguard bot commented on issue url incorrect blocking comment username see that video the information below is automatically generated do not delete it custom userscripts screenshots screenshot ... | 1 |
1,060 | 2,603,204,801 | IssuesEvent | 2015-02-24 14:46:13 | phetsims/pendulum-lab | https://api.github.com/repos/phetsims/pendulum-lab | closed | Acceleration Arrows in PendulumsNode | code review | During code review #56, I noticed this code:
```js
options.isAccelerationVisibleProperty.linkAttribute( accelerationArrow, 'visible' );
// add visibility observer
options.isAccelerationVisibleProperty.link( function( isAccelerationVisible ) {
accelerationArrow.visible = isAcce... | 1.0 | Acceleration Arrows in PendulumsNode - During code review #56, I noticed this code:
```js
options.isAccelerationVisibleProperty.linkAttribute( accelerationArrow, 'visible' );
// add visibility observer
options.isAccelerationVisibleProperty.link( function( isAccelerationVisible ) {
... | non_comp | acceleration arrows in pendulumsnode during code review i noticed this code js options isaccelerationvisibleproperty linkattribute accelerationarrow visible add visibility observer options isaccelerationvisibleproperty link function isaccelerationvisible ... | 0 |
18,767 | 26,131,206,025 | IssuesEvent | 2022-12-29 05:19:58 | nonamecrackers2/crackers-wither-storm-mod | https://api.github.com/repos/nonamecrackers2/crackers-wither-storm-mod | reopened | The stuck problem of this MOD and Guard Villagers | compatibility cant reproduce 1.19 | 1.19.2
3.0beta
https://www.curseforge.com/minecraft/mc-mods/guard-villagers
When Guard villager wears equipment with unbreaking enchantment and is engulfed by the withering storm, the game will be stuck for a long time.
| True | The stuck problem of this MOD and Guard Villagers - 1.19.2
3.0beta
https://www.curseforge.com/minecraft/mc-mods/guard-villagers
When Guard villager wears equipment with unbreaking enchantment and is engulfed by the withering storm, the game will be stuck for a long time.
| comp | the stuck problem of this mod and guard villagers when guard villager wears equipment with unbreaking enchantment and is engulfed by the withering storm the game will be stuck for a long time | 1 |
150,715 | 19,618,553,740 | IssuesEvent | 2022-01-07 01:18:42 | brogers588/plex | https://api.github.com/repos/brogers588/plex | opened | CVE-2022-0122 (Medium) detected in node-forge-0.10.0.tgz | security vulnerability | ## CVE-2022-0122 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, P... | True | CVE-2022-0122 (Medium) detected in node-forge-0.10.0.tgz - ## CVE-2022-0122 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary>
<p>JavaScript impl... | non_comp | cve medium detected in node forge tgz cve medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency fil... | 0 |
2,020 | 4,751,959,860 | IssuesEvent | 2016-10-23 06:06:45 | rhymix/rhymix | https://api.github.com/repos/rhymix/rhymix | closed | SEO모듈 문제 여부 | bug compatibility | https://www.xetown.com/qna/399509
xe타운에 남긴 질문글입니다.
마켓플레이스 모듈에 등록한 중고물품의 설명글이 있음에도 SEO모듈 또는 라이믹스 SEO에서 설정한 SEO 설명으로 나타납니다. 혹시 라이믹스 SEO에서 고쳐져야할 문제인지 마켓플레이스의 문제인지 검토를 부탁드려도 될까요
-------------------
10-16일 오후 10시 30분 추가글
라이믹스에서 발생하는 문제가 맞는것 같습니다
@kijin 기진곰님이 제작하신 라이믹스 자체 SEO에서는 og:description가 나타나지 않는 문제가 있... | True | SEO모듈 문제 여부 - https://www.xetown.com/qna/399509
xe타운에 남긴 질문글입니다.
마켓플레이스 모듈에 등록한 중고물품의 설명글이 있음에도 SEO모듈 또는 라이믹스 SEO에서 설정한 SEO 설명으로 나타납니다. 혹시 라이믹스 SEO에서 고쳐져야할 문제인지 마켓플레이스의 문제인지 검토를 부탁드려도 될까요
-------------------
10-16일 오후 10시 30분 추가글
라이믹스에서 발생하는 문제가 맞는것 같습니다
@kijin 기진곰님이 제작하신 라이믹스 자체 SEO에서는 og:description가... | comp | seo모듈 문제 여부 xe타운에 남긴 질문글입니다 마켓플레이스 모듈에 등록한 중고물품의 설명글이 있음에도 seo모듈 또는 라이믹스 seo에서 설정한 seo 설명으로 나타납니다 혹시 라이믹스 seo에서 고쳐져야할 문제인지 마켓플레이스의 문제인지 검토를 부탁드려도 될까요 오후 추가글 라이믹스에서 발생하는 문제가 맞는것 같습니다 kijin 기진곰님이 제작하신 라이믹스 자체 seo에서는 og description가 나타나지 않는 문제가 있는것 같습니다 정식 배포본 xe 공... | 1 |
7,075 | 9,359,997,986 | IssuesEvent | 2019-04-02 08:24:55 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | json_remove is not same with MySQL | help wanted type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```SQL
select json_remove( '{"id": 123, "name": "systemQA", "array": [1, 2, 3]}', '$[0]' );
```
2. What did you expect to see?
## In MySQL
```SQL
... | True | json_remove is not same with MySQL - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```SQL
select json_remove( '{"id": 123, "name": "systemQA", "array": [1, 2, 3]}', '$[0]' );
```
2. What did you... | comp | json remove is not same with mysql bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error sql select json remove id name systemqa array what did you expect to s... | 1 |
62,649 | 6,802,323,950 | IssuesEvent | 2017-11-02 19:47:37 | WikiWatershed/model-my-watershed | https://api.github.com/repos/WikiWatershed/model-my-watershed | closed | Implement revised CINERGI detail view | BiG CZ November demo BigCZ tested/verified | Currently looks like:

Waiting on mockup from Anthony + Emilio. | 1.0 | Implement revised CINERGI detail view - Currently looks like:

Waiting on mockup from Anthony + Emilio. | non_comp | implement revised cinergi detail view currently looks like waiting on mockup from anthony emilio | 0 |
18,847 | 24,760,905,423 | IssuesEvent | 2022-10-22 00:03:04 | prometheus-community/windows_exporter | https://api.github.com/repos/prometheus-community/windows_exporter | closed | Process collector serves different results on two near-identical servers | collector/process | I have two servers:
- Server A: Windows Server 2016, OS Build 14393.5291
- Server B: Windows Server 2016, OS Build 14393.5192
Both servers run the same IIS version and have windows_exporter 0.20 installed. I use the following config file on both installations:
```yaml
collectors:
enabled: cpu,os,cs,process,... | 1.0 | Process collector serves different results on two near-identical servers - I have two servers:
- Server A: Windows Server 2016, OS Build 14393.5291
- Server B: Windows Server 2016, OS Build 14393.5192
Both servers run the same IIS version and have windows_exporter 0.20 installed. I use the following config file on... | non_comp | process collector serves different results on two near identical servers i have two servers server a windows server os build server b windows server os build both servers run the same iis version and have windows exporter installed i use the following config file on both installations ... | 0 |
351,785 | 25,039,041,311 | IssuesEvent | 2022-11-04 18:44:41 | bounswe/bounswe2022group9 | https://api.github.com/repos/bounswe/bounswe2022group9 | opened | [Milestone] Adding "Status of Deliverables" part to Milestone 1 Group Review | Documentation Priority: High | Deadline: 4.11.2022
TODO:
- List and status of deliverables will be added on Milestone 1 Group Review Report.
- Hyperlinks will be provided for each deliverable. | 1.0 | [Milestone] Adding "Status of Deliverables" part to Milestone 1 Group Review - Deadline: 4.11.2022
TODO:
- List and status of deliverables will be added on Milestone 1 Group Review Report.
- Hyperlinks will be provided for each deliverable. | non_comp | adding status of deliverables part to milestone group review deadline todo list and status of deliverables will be added on milestone group review report hyperlinks will be provided for each deliverable | 0 |
2,501 | 5,232,526,287 | IssuesEvent | 2017-01-30 09:44:21 | invoiceninja/invoiceninja | https://api.github.com/repos/invoiceninja/invoiceninja | closed | [Major Bug] Equal contact names disallow choosing second instance in customer chooser on invoice creation | compatibility | If have a client company A with contacts B and C.
Now I add another client only as contact, which is contact C. (As in: client not in relation to company but still the same person and name, like a private person that also wants my services.)
If I look for client C in client chooser on invoice creation I see two cho... | True | [Major Bug] Equal contact names disallow choosing second instance in customer chooser on invoice creation - If have a client company A with contacts B and C.
Now I add another client only as contact, which is contact C. (As in: client not in relation to company but still the same person and name, like a private person... | comp | equal contact names disallow choosing second instance in customer chooser on invoice creation if have a client company a with contacts b and c now i add another client only as contact which is contact c as in client not in relation to company but still the same person and name like a private person that also... | 1 |
148,932 | 5,703,563,518 | IssuesEvent | 2017-04-18 00:23:49 | nesh170/asap-inventory-system | https://api.github.com/repos/nesh170/asap-inventory-system | closed | Edit crontab on production server when we are allowed to | HIGH PRIORITY | Set cron job to make sure loan reminder emails will be generated | 1.0 | Edit crontab on production server when we are allowed to - Set cron job to make sure loan reminder emails will be generated | non_comp | edit crontab on production server when we are allowed to set cron job to make sure loan reminder emails will be generated | 0 |
154,543 | 12,218,609,265 | IssuesEvent | 2020-05-01 19:44:13 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | pytest 5.4+ doesn't handle IsolatedAsyncioTestCase from CPython core. | plugin: unittest type: regression | So, https://github.com/pytest-dev/pytest/pull/5734 causes pytest to incorrectly skip some async tests, specifically those based on https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase or code like it
See https://github.com/pytest-dev/pytest/pull/5734#issuecomment-599023047 for real world ... | 1.0 | pytest 5.4+ doesn't handle IsolatedAsyncioTestCase from CPython core. - So, https://github.com/pytest-dev/pytest/pull/5734 causes pytest to incorrectly skip some async tests, specifically those based on https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase or code like it
See https://githu... | non_comp | pytest doesn t handle isolatedasynciotestcase from cpython core so causes pytest to incorrectly skip some async tests specifically those based on or code like it see for real world failure the mock backport has some of its own code in this area to cater for python and for now i ll j... | 0 |
120,196 | 17,644,039,758 | IssuesEvent | 2021-08-20 01:31:57 | vipinsun/cactus | https://api.github.com/repos/vipinsun/cactus | opened | CVE-2021-23424 (High) detected in ansi-html-0.0.7.tgz | security vulnerability | ## CVE-2021-23424 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-html-0.0.7.tgz</b></p></summary>
<p>An elegant lib that converts the chalked (ANSI) text to HTML.</p>
<p>Library ... | True | CVE-2021-23424 (High) detected in ansi-html-0.0.7.tgz - ## CVE-2021-23424 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-html-0.0.7.tgz</b></p></summary>
<p>An elegant lib that c... | non_comp | cve high detected in ansi html tgz cve high severity vulnerability vulnerable library ansi html tgz an elegant lib that converts the chalked ansi text to html library home page a href path to dependency file cactus packages cactus cockpit package json path to vulne... | 0 |
6,994 | 9,285,988,500 | IssuesEvent | 2019-03-21 09:08:22 | yiisoft/yii | https://api.github.com/repos/yiisoft/yii | closed | PHPUnit-6 introduced change that breaks compatibility with php-7.2 | compatibility:PHP7 status:ready for adoption | ### Background information
My Yii project is running on php-5.6 and the tests on phpunit5. During our migration to php-7.2 we noticed that PHPUnit needs an upgrade to at least version PHPUnit-6 upgrade to support php-7.2.
The issue is caused by PHPUnit-6 where the `PHPUnit_Framework_TestCase` is removed and replac... | True | PHPUnit-6 introduced change that breaks compatibility with php-7.2 - ### Background information
My Yii project is running on php-5.6 and the tests on phpunit5. During our migration to php-7.2 we noticed that PHPUnit needs an upgrade to at least version PHPUnit-6 upgrade to support php-7.2.
The issue is caused by P... | comp | phpunit introduced change that breaks compatibility with php background information my yii project is running on php and the tests on during our migration to php we noticed that phpunit needs an upgrade to at least version phpunit upgrade to support php the issue is caused by phpunit ... | 1 |
735 | 3,172,186,781 | IssuesEvent | 2015-09-23 06:01:26 | neovim/neovim | https://api.github.com/repos/neovim/neovim | closed | Remove Ex-Mode | compatibility refactor | In PR #1049 @tarruda made the suggestion to remove Ex-mode from Neovim. This issue is the place to discuss that suggestion (instead of the PR).
<bountysource-plugin>
---
Want to back this issue? **[Place a bounty on it!](https://www.bountysource.com/issues/3813249-remove-ex-mode?utm_campaign=plugin&utm_content=t... | True | Remove Ex-Mode - In PR #1049 @tarruda made the suggestion to remove Ex-mode from Neovim. This issue is the place to discuss that suggestion (instead of the PR).
<bountysource-plugin>
---
Want to back this issue? **[Place a bounty on it!](https://www.bountysource.com/issues/3813249-remove-ex-mode?utm_campaign=plu... | comp | remove ex mode in pr tarruda made the suggestion to remove ex mode from neovim this issue is the place to discuss that suggestion instead of the pr want to back this issue we accept bounties via | 1 |
6,490 | 8,774,609,059 | IssuesEvent | 2018-12-18 20:20:45 | wavesoftware/java-eid-exceptions | https://api.github.com/repos/wavesoftware/java-eid-exceptions | closed | Better, clean library structure | incompatibile quality | Actualy library consist of Eid object that holds to much responsibility. That's primary function but as well configuration and logging.
There is also issue with `tryToExecute` methods as they are in EidPreconditions. There should be other class introduced as their function isn't a precondition but execution wrapper. | True | Better, clean library structure - Actualy library consist of Eid object that holds to much responsibility. That's primary function but as well configuration and logging.
There is also issue with `tryToExecute` methods as they are in EidPreconditions. There should be other class introduced as their function isn't a p... | comp | better clean library structure actualy library consist of eid object that holds to much responsibility that s primary function but as well configuration and logging there is also issue with trytoexecute methods as they are in eidpreconditions there should be other class introduced as their function isn t a p... | 1 |
123,159 | 12,194,275,056 | IssuesEvent | 2020-04-29 15:34:22 | nuf1001/XRayDetector | https://api.github.com/repos/nuf1001/XRayDetector | closed | Empezar introducción de la documentación | documentation | Lo primero añadir lo que hice para la convocatoria prototipos | 1.0 | Empezar introducción de la documentación - Lo primero añadir lo que hice para la convocatoria prototipos | non_comp | empezar introducción de la documentación lo primero añadir lo que hice para la convocatoria prototipos | 0 |
1,083 | 3,550,662,281 | IssuesEvent | 2016-01-20 22:53:14 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | opened | Able to change by-refness of return values in subclasses | php5 incompatibility | ```
<?php
abstract class foo {
abstract public function &bar();
}
class herp extends foo {
public $member = 'derp';
public function bar() {
return $this->member;
}
}
```
PHP: ```Fatal error: Declaration of herp::bar() must be compatible with & foo::bar() in /in/C6TPr on line 13```
HHV... | True | Able to change by-refness of return values in subclasses - ```
<?php
abstract class foo {
abstract public function &bar();
}
class herp extends foo {
public $member = 'derp';
public function bar() {
return $this->member;
}
}
```
PHP: ```Fatal error: Declaration of herp::bar() must be com... | comp | able to change by refness of return values in subclasses php abstract class foo abstract public function bar class herp extends foo public member derp public function bar return this member php fatal error declaration of herp bar must be com... | 1 |
129,066 | 17,673,092,214 | IssuesEvent | 2021-08-23 08:56:02 | Joystream/atlas | https://api.github.com/repos/Joystream/atlas | opened | Economise on vertical space | enhancement design | I did a review and I think there is consistently too aggressive use of vertical space on a number of our pages. This was my initial hunch when reviewing the designs, but the point was made that vertical space is not that scarce, as users are used to scrolling to discover. However, I am not convinced this premise reall... | 1.0 | Economise on vertical space - I did a review and I think there is consistently too aggressive use of vertical space on a number of our pages. This was my initial hunch when reviewing the designs, but the point was made that vertical space is not that scarce, as users are used to scrolling to discover. However, I am no... | non_comp | economise on vertical space i did a review and i think there is consistently too aggressive use of vertical space on a number of our pages this was my initial hunch when reviewing the designs but the point was made that vertical space is not that scarce as users are used to scrolling to discover however i am no... | 0 |
223,600 | 17,611,528,642 | IssuesEvent | 2021-08-18 02:26:03 | apache/incubator-kyuubi | https://api.github.com/repos/apache/incubator-kyuubi | closed | Bump Iceberg 0.12.0 | dependency test | The Apache Iceberg 0.12.0 is out, with the support for Spark 3.0/3.1.
The release notes PR got merged, but site has not updated yet.
https://github.com/apache/iceberg/pull/2973 | 1.0 | Bump Iceberg 0.12.0 - The Apache Iceberg 0.12.0 is out, with the support for Spark 3.0/3.1.
The release notes PR got merged, but site has not updated yet.
https://github.com/apache/iceberg/pull/2973 | non_comp | bump iceberg the apache iceberg is out with the support for spark the release notes pr got merged but site has not updated yet | 0 |
20,030 | 27,948,510,698 | IssuesEvent | 2023-03-24 06:33:41 | Luke100000/ImmersiveArmors | https://api.github.com/repos/Luke100000/ImmersiveArmors | closed | error when server start | bug mod compatibility | ```
[21:58:03] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: java.lang.reflect.InvocationTargetException
[21:58:03] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:58:03] [main/INFO]: [java.lang.... | True | error when server start - ```
[21:58:03] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: java.lang.reflect.InvocationTargetException
[21:58:03] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:58:03... | comp | error when server start java lang reflect invocationtargetexception at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java bas... | 1 |
150,452 | 23,669,971,647 | IssuesEvent | 2022-08-27 07:18:11 | mui/mui-toolpad | https://api.github.com/repos/mui/mui-toolpad | closed | Should we move theme section to the header nav bar? | discussion design: ux | ### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
Currently, we show Theme in the right pane but UX wise I think it is better suited on the top nav bar.
Reason: I would imagine UX to be hierarchical from left to right. Als... | 1.0 | Should we move theme section to the header nav bar? - ### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
Currently, we show Theme in the right pane but UX wise I think it is better suited on the top nav bar.
Reason: I would... | non_comp | should we move theme section to the header nav bar duplicates i have searched the existing issues latest version i have tested the latest version summary 💡 currently we show theme in the right pane but ux wise i think it is better suited on the top nav bar reason i would ima... | 0 |
451,048 | 32,005,633,830 | IssuesEvent | 2023-09-21 14:41:24 | spring-projects/spring-boot | https://api.github.com/repos/spring-projects/spring-boot | closed | Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" | type: documentation status: forward-port | Forward port of issue #37510 to 3.2.x. | 1.0 | Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" - Forward port of issue #37510 to 3.2.x. | non_comp | use more idiomatic kotlin in example for map health indicators to micrometer metrics forward port of issue to x | 0 |
89,086 | 11,196,202,613 | IssuesEvent | 2020-01-03 09:25:32 | dsccommunity/SqlServerDsc | https://api.github.com/repos/dsccommunity/SqlServerDsc | closed | SqlScriptQuery: "ErrorActionPreference" or common parameter is set to Stop | by design | <!--
Your feedback and support is greatly appreciated, thanks for contributing!
-->
Hi,
I'm getting below error when trying to execute `SqlScriptQuery`. I did a testing to include `ErrorActionPreference ` or `Error `parameter but the resource won't accept it. Any way to move forward with this one? Thanks.
**... | 1.0 | SqlScriptQuery: "ErrorActionPreference" or common parameter is set to Stop - <!--
Your feedback and support is greatly appreciated, thanks for contributing!
-->
Hi,
I'm getting below error when trying to execute `SqlScriptQuery`. I did a testing to include `ErrorActionPreference ` or `Error `parameter but the r... | non_comp | sqlscriptquery erroractionpreference or common parameter is set to stop your feedback and support is greatly appreciated thanks for contributing hi i m getting below error when trying to execute sqlscriptquery i did a testing to include erroractionpreference or error parameter but the r... | 0 |
760,912 | 26,660,125,603 | IssuesEvent | 2023-01-25 20:17:33 | jtcheng26/canvas-task-extension | https://api.github.com/repos/jtcheng26/canvas-task-extension | opened | Count custom tasks in chart | enhancement high priority | Custom tasks currently aren't counted because they are technically 0-point assignments. Easy fix, just check for another condition in the ring progress function. | 1.0 | Count custom tasks in chart - Custom tasks currently aren't counted because they are technically 0-point assignments. Easy fix, just check for another condition in the ring progress function. | non_comp | count custom tasks in chart custom tasks currently aren t counted because they are technically point assignments easy fix just check for another condition in the ring progress function | 0 |
20,330 | 29,831,540,236 | IssuesEvent | 2023-06-18 10:36:00 | ricksouth/serilum-mc-mods | https://api.github.com/repos/ricksouth/serilum-mc-mods | closed | Crash on startup with Collective and GTCEu. Possible Mixin conflict | Library: Collective Incompatibility | ## **Information**
Minecraft version: 1.19.2
Modloader: Fabric (Maybe also on Forge)
Fabric loader version: 0.14.18
Environment: Not related
Related Serilum mod: Collective
Mod name: GregTech Community Edition Unofficial
Mod version: All
## **Description**
Game crashes on startup. Probably a mixin inje... | True | Crash on startup with Collective and GTCEu. Possible Mixin conflict - ## **Information**
Minecraft version: 1.19.2
Modloader: Fabric (Maybe also on Forge)
Fabric loader version: 0.14.18
Environment: Not related
Related Serilum mod: Collective
Mod name: GregTech Community Edition Unofficial
Mod version: All
... | comp | crash on startup with collective and gtceu possible mixin conflict information minecraft version modloader fabric maybe also on forge fabric loader version environment not related related serilum mod collective mod name gregtech community edition unofficial mod version all ... | 1 |
314,331 | 26,993,272,044 | IssuesEvent | 2023-02-09 21:52:29 | Azure/azure-sdk-tools | https://api.github.com/repos/Azure/azure-sdk-tools | closed | [Test-Proxy] Builds of test-proxy should automatically update it's version in language repos | EngSys Test-Proxy | Allows everyone to be up-to-date and avoid regressions.
For example, this is what we do with Autorest https://github.com/Azure/azure-sdk-for-net/pull/25630
@scbedd | 1.0 | [Test-Proxy] Builds of test-proxy should automatically update it's version in language repos - Allows everyone to be up-to-date and avoid regressions.
For example, this is what we do with Autorest https://github.com/Azure/azure-sdk-for-net/pull/25630
@scbedd | non_comp | builds of test proxy should automatically update it s version in language repos allows everyone to be up to date and avoid regressions for example this is what we do with autorest scbedd | 0 |
13,532 | 16,042,290,906 | IssuesEvent | 2021-04-22 09:22:54 | Conjurinc-workato-dev/ldap-sync | https://api.github.com/repos/Conjurinc-workato-dev/ldap-sync | opened | testing jira bug | Bugtype/Compatibility ONYX-8405 Severity/Low team/Angry Birds | ##Bug description
Steps to reproduce:
Current Results:
Expected Results:
Error Messages:
Logs:
Other Symptoms:
Tenant ID / Pod Number:
##Found in version
10.10
##Workaround Complexity
NA
##Workaround Description
##Affects Version/s
##Link to JIRA bug
https://ca-il-jira-test.il.cyber-ark.com/b... | True | testing jira bug - ##Bug description
Steps to reproduce:
Current Results:
Expected Results:
Error Messages:
Logs:
Other Symptoms:
Tenant ID / Pod Number:
##Found in version
10.10
##Workaround Complexity
NA
##Workaround Description
##Affects Version/s
##Link to JIRA bug
https://ca-il-jira-test... | comp | testing jira bug bug description steps to reproduce current results expected results error messages logs other symptoms tenant id pod number found in version workaround complexity na workaround description affects version s link to jira bug | 1 |
5,871 | 8,316,813,997 | IssuesEvent | 2018-09-25 10:06:50 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | No configuration wizard loaded with gutenberg and classic editor plugin | bug compatibility development gutenberg needs-investigation regression | ### How can we reproduce this behavior?
1. Install and activate Gutenberg 3.9.0.
2. Install and activate Classic Editor plugin 0.4 (latest version)
3. Install and activate Yoast SEO 8.3-RC2.
4. Go to SEO - General.
5. Click "Open the configuration wizard again".
6. It is not loaded:
<img width="1128" alt="screen... | True | No configuration wizard loaded with gutenberg and classic editor plugin - ### How can we reproduce this behavior?
1. Install and activate Gutenberg 3.9.0.
2. Install and activate Classic Editor plugin 0.4 (latest version)
3. Install and activate Yoast SEO 8.3-RC2.
4. Go to SEO - General.
5. Click "Open the configu... | comp | no configuration wizard loaded with gutenberg and classic editor plugin how can we reproduce this behavior install and activate gutenberg install and activate classic editor plugin latest version install and activate yoast seo go to seo general click open the configura... | 1 |
103,585 | 22,345,737,888 | IssuesEvent | 2022-06-15 07:38:01 | aliyun/plugsched | https://api.github.com/repos/aliyun/plugsched | opened | Simplify GccBugs class | code-quality | #Background
GCC has many bugs in its pretty printer, we guess mostly because GCC concentrate more on compiling itself rather than LLVM clang. The latter is used widely in code format.
`GccBugs` class in `sched_boundary.py` doesn't waste effort to fix these bugs, but only workaround these bugs.
#Task
Improve G... | 1.0 | Simplify GccBugs class - #Background
GCC has many bugs in its pretty printer, we guess mostly because GCC concentrate more on compiling itself rather than LLVM clang. The latter is used widely in code format.
`GccBugs` class in `sched_boundary.py` doesn't waste effort to fix these bugs, but only workaround these ... | non_comp | simplify gccbugs class background gcc has many bugs in its pretty printer we guess mostly because gcc concentrate more on compiling itself rather than llvm clang the latter is used widely in code format gccbugs class in sched boundary py doesn t waste effort to fix these bugs but only workaround these ... | 0 |
6,510 | 8,789,923,886 | IssuesEvent | 2018-12-21 06:46:28 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | Override marks on items? | topic: marks type: backward compatibility type: bug | We have a lot of C++ code which runs with our Python tests. Running tests in debug mode is significantly slower than running in release, so we have a `pytest_collection_modifyitems` hook that goes over all items and increases their timeout (we use `pytest-timeout`) if in debug mode.
The hook basically gets the curre... | True | Override marks on items? - We have a lot of C++ code which runs with our Python tests. Running tests in debug mode is significantly slower than running in release, so we have a `pytest_collection_modifyitems` hook that goes over all items and increases their timeout (we use `pytest-timeout`) if in debug mode.
The ho... | comp | override marks on items we have a lot of c code which runs with our python tests running tests in debug mode is significantly slower than running in release so we have a pytest collection modifyitems hook that goes over all items and increases their timeout we use pytest timeout if in debug mode the ho... | 1 |
583,267 | 17,381,268,446 | IssuesEvent | 2021-07-31 19:12:34 | OnrampLab/onr-react-ui | https://api.github.com/repos/OnrampLab/onr-react-ui | closed | Do server side auth | priority-high | - [x] login page
- [x] logout
- [x] redirect to login page if not logged in
- [x] replace the way all component getting current user
- [ ] handle non login pages in appConfig (like signup)
- [ ] can pass custom `LoadingPage` into appProvider
- [ ] account list page
- [ ] user list page
- [ ] logout should do c... | 1.0 | Do server side auth - - [x] login page
- [x] logout
- [x] redirect to login page if not logged in
- [x] replace the way all component getting current user
- [ ] handle non login pages in appConfig (like signup)
- [ ] can pass custom `LoadingPage` into appProvider
- [ ] account list page
- [ ] user list page
- ... | non_comp | do server side auth login page logout redirect to login page if not logged in replace the way all component getting current user handle non login pages in appconfig like signup can pass custom loadingpage into appprovider account list page user list page logout should ... | 0 |
151,419 | 13,401,352,720 | IssuesEvent | 2020-09-03 17:10:33 | tnodland/vangst_interview_challenge | https://api.github.com/repos/tnodland/vangst_interview_challenge | closed | Update Ruby | documentation | The project is running on ruby 2.7.0, and I had to update several things to get the project actually running
-I needed to update homebrew first, as my rbenv cask was out of date
-I had rbenv update and then installed ruby 2.7.0 and ruby 2.7.0-dev
-I needed to also update spring as I typically skip it when making a... | 1.0 | Update Ruby - The project is running on ruby 2.7.0, and I had to update several things to get the project actually running
-I needed to update homebrew first, as my rbenv cask was out of date
-I had rbenv update and then installed ruby 2.7.0 and ruby 2.7.0-dev
-I needed to also update spring as I typically skip it... | non_comp | update ruby the project is running on ruby and i had to update several things to get the project actually running i needed to update homebrew first as my rbenv cask was out of date i had rbenv update and then installed ruby and ruby dev i needed to also update spring as i typically skip it... | 0 |
440 | 2,849,830,801 | IssuesEvent | 2015-05-31 01:47:03 | uqfoundation/dill | https://api.github.com/repos/uqfoundation/dill | closed | dump_session in %pylab mode | compatibility | In IPython:
import dill
dill.dump_session('test.pkl')
%pylab
dill.dump_session('test.pkl')
The second dump fails with `PicklingError: Can't pickle <class 'matplotlib.axes._subplots.AxesSubplot'>: it's not found as matplotlib.axes._subplots.AxesSubplot`
IPython 2.3.1 and Python 2.7.9 from An... | True | dump_session in %pylab mode - In IPython:
import dill
dill.dump_session('test.pkl')
%pylab
dill.dump_session('test.pkl')
The second dump fails with `PicklingError: Can't pickle <class 'matplotlib.axes._subplots.AxesSubplot'>: it's not found as matplotlib.axes._subplots.AxesSubplot`
IPython ... | comp | dump session in pylab mode in ipython import dill dill dump session test pkl pylab dill dump session test pkl the second dump fails with picklingerror can t pickle it s not found as matplotlib axes subplots axessubplot ipython and python from anaconda ... | 1 |
18,477 | 25,563,246,034 | IssuesEvent | 2022-11-30 12:27:43 | elementor/elementor | https://api.github.com/repos/elementor/elementor | reopened | 🐞 Bug Report: Page Transitions Experiments conflicts with Facebook Chat plugin | bug compatibility/3rd_party component/transitions-preloaders | ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
Hi,
"Facebook Chat Plugin" (facebook chat button embed to website script) not work with "Page T... | True | 🐞 Bug Report: Page Transitions Experiments conflicts with Facebook Chat plugin - ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
Hi,
"Facebook... | comp | 🐞 bug report page transitions experiments conflicts with facebook chat plugin prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description hi facebook cha... | 1 |
241,429 | 26,256,786,744 | IssuesEvent | 2023-01-06 01:57:51 | AlexRogalskiy/qiitos | https://api.github.com/repos/AlexRogalskiy/qiitos | opened | CVE-2022-0144 (High) detected in shelljs-0.8.4.tgz | security vulnerability | ## CVE-2022-0144 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>shelljs-0.8.4.tgz</b></p></summary>
<p>Portable Unix shell commands for Node.js</p>
<p>Library home page: <a href="http... | True | CVE-2022-0144 (High) detected in shelljs-0.8.4.tgz - ## CVE-2022-0144 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>shelljs-0.8.4.tgz</b></p></summary>
<p>Portable Unix shell command... | non_comp | cve high detected in shelljs tgz cve high severity vulnerability vulnerable library shelljs tgz portable unix shell commands for node js library home page a href path to dependency file package json path to vulnerable library node modules shelljs package json d... | 0 |
15,451 | 19,717,635,927 | IssuesEvent | 2022-01-13 12:38:09 | Creators-of-Create/Create | https://api.github.com/repos/Creators-of-Create/Create | closed | Moving a Petal Apothecary with water in it crashes the game | needs more info from author compatibility crash stale | If you move a Petal Apothecary with water or lava in any way, it crashes the game.
[Crash log](https://github.com/Creators-of-Create/Create/files/6425605/crash-2021-05-05_15.30.00-client.txt)
**Steps**
1. Place a Petal Apothecary
2. Fill it with water
3. Use a Mechanical Piston, Rope Pulley, Gantry, or any type ... | True | Moving a Petal Apothecary with water in it crashes the game - If you move a Petal Apothecary with water or lava in any way, it crashes the game.
[Crash log](https://github.com/Creators-of-Create/Create/files/6425605/crash-2021-05-05_15.30.00-client.txt)
**Steps**
1. Place a Petal Apothecary
2. Fill it with water
... | comp | moving a petal apothecary with water in it crashes the game if you move a petal apothecary with water or lava in any way it crashes the game steps place a petal apothecary fill it with water use a mechanical piston rope pulley gantry or any type of bearing for bearings activate the... | 1 |
20,663 | 30,737,598,930 | IssuesEvent | 2023-07-28 08:54:22 | oracle/truffleruby | https://api.github.com/repos/oracle/truffleruby | closed | `define_method(name, Method)` does not respect `module_function` | compatibility | From https://github.com/rack/rack/pull/2099#issuecomment-1646581787
It's because of
https://github.com/oracle/truffleruby/blob/a4a32f1556ca3ced88d2ab5a366a2c03bcc91d34/src/main/java/org/truffleruby/core/module/ModuleNodes.java#L1313
vs
https://github.com/oracle/truffleruby/blob/a4a32f1556ca3ced88d2ab5a366a2c03bcc... | True | `define_method(name, Method)` does not respect `module_function` - From https://github.com/rack/rack/pull/2099#issuecomment-1646581787
It's because of
https://github.com/oracle/truffleruby/blob/a4a32f1556ca3ced88d2ab5a366a2c03bcc91d34/src/main/java/org/truffleruby/core/module/ModuleNodes.java#L1313
vs
https://git... | comp | define method name method does not respect module function from it s because of vs | 1 |
18,646 | 25,960,639,129 | IssuesEvent | 2022-12-18 21:13:56 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Exclude clickskeks.at from Minify JavaScript | 3rd party compatibility module: minify JS | **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version - 3.12.3.3
- Used the search feature to ensure that the bug hasn’t been reported before - yes.
**Describe the bug**
Minifying Clickskeks script https://mein.clickskeks.at/app.js causes c... | True | Exclude clickskeks.at from Minify JavaScript - **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version - 3.12.3.3
- Used the search feature to ensure that the bug hasn’t been reported before - yes.
**Describe the bug**
Minifying Clickskeks sc... | comp | exclude clickskeks at from minify javascript before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before yes describe the bug minifying clickskeks scr... | 1 |
355,273 | 10,578,499,745 | IssuesEvent | 2019-10-07 22:54:04 | google/blockly | https://api.github.com/repos/google/blockly | closed | Make "Infinity" case-insensitive. | help wanted low priority type: feature request | This is a fun little starter bug for someone new to Blockly.
The number field accepts integers, floats, scientific notation, and the word "Infinity" (as well as the negative: "-Infinity"). However, unlike everything else in Blockly, the word "Infinity" is currently case-sensitive. It would be great if users could ... | 1.0 | Make "Infinity" case-insensitive. - This is a fun little starter bug for someone new to Blockly.
The number field accepts integers, floats, scientific notation, and the word "Infinity" (as well as the negative: "-Infinity"). However, unlike everything else in Blockly, the word "Infinity" is currently case-sensitive... | non_comp | make infinity case insensitive this is a fun little starter bug for someone new to blockly the number field accepts integers floats scientific notation and the word infinity as well as the negative infinity however unlike everything else in blockly the word infinity is currently case sensitive... | 0 |
144,253 | 19,286,088,642 | IssuesEvent | 2021-12-11 01:34:49 | tamirverthim/arthas | https://api.github.com/repos/tamirverthim/arthas | opened | CVE-2021-43797 (Medium) detected in netty-codec-http-4.1.29.Final.jar | security vulnerability | ## CVE-2021-43797 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.29.Final.jar</b></p></summary>
<p>Netty is an asynchronous event-driven network application fra... | True | CVE-2021-43797 (Medium) detected in netty-codec-http-4.1.29.Final.jar - ## CVE-2021-43797 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.29.Final.jar</b></p></su... | non_comp | cve medium detected in netty codec http final jar cve medium severity vulnerability vulnerable library netty codec http final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and ... | 0 |
4,717 | 7,328,154,130 | IssuesEvent | 2018-03-04 17:58:57 | w3c/ortc | https://api.github.com/repos/w3c/ortc | closed | Check all dictionary defaults vs unsets | 1.0 compatibility issue PR exists publication-blocker | Not all the defaults look right, not all "unsets" are right. Some "null" references when it should be unset. Double check everything.
| True | Check all dictionary defaults vs unsets - Not all the defaults look right, not all "unsets" are right. Some "null" references when it should be unset. Double check everything.
| comp | check all dictionary defaults vs unsets not all the defaults look right not all unsets are right some null references when it should be unset double check everything | 1 |
224 | 2,676,267,683 | IssuesEvent | 2015-03-25 16:50:50 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | C# PrivateImplementationDetails class can contain module name with '.', confusing tools which expect to parse into namespaces | 3 - Working Area-Compilers Bug Compatibility Determinism | Commit 38aa68de adds the module name to the PrivateImplementationDetails class to prevent #1228. If that module name contains '.', tools which consume metadata and attempt to reverse engineer C# namespaces can become confused and believe that the dots represent namespace separators. For example, this is the result in r... | True | C# PrivateImplementationDetails class can contain module name with '.', confusing tools which expect to parse into namespaces - Commit 38aa68de adds the module name to the PrivateImplementationDetails class to prevent #1228. If that module name contains '.', tools which consume metadata and attempt to reverse engineer ... | comp | c privateimplementationdetails class can contain module name with confusing tools which expect to parse into namespaces commit adds the module name to the privateimplementationdetails class to prevent if that module name contains tools which consume metadata and attempt to reverse engineer c namespa... | 1 |
417,950 | 12,190,690,894 | IssuesEvent | 2020-04-29 09:45:57 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | opened | Response cache not working for wso2 apim 3.0.0 | Priority/Normal Type/Bug | Hi
I have an API for which I have enabled response caching through the publisher. but it seems no effect due to it.
My API has response cache time of 1800sec
it tried load test for 10 mins and stopped it
and then again started for 10 mins
but response time and no of request served at both times was the same... | 1.0 | Response cache not working for wso2 apim 3.0.0 - Hi
I have an API for which I have enabled response caching through the publisher. but it seems no effect due to it.
My API has response cache time of 1800sec
it tried load test for 10 mins and stopped it
and then again started for 10 mins
but response time an... | non_comp | response cache not working for apim hi i have an api for which i have enabled response caching through the publisher but it seems no effect due to it my api has response cache time of it tried load test for mins and stopped it and then again started for mins but response time and no of req... | 0 |
813,026 | 30,442,827,657 | IssuesEvent | 2023-07-15 09:25:22 | TAServers/tas-mineclone2 | https://api.github.com/repos/TAServers/tas-mineclone2 | opened | Rename repository | low priority | The repository is currently called `tas-mineclone2`, but it's obviously a TAS repo because of the organisation.
`mineclone2-mods` seems more sensible to me | 1.0 | Rename repository - The repository is currently called `tas-mineclone2`, but it's obviously a TAS repo because of the organisation.
`mineclone2-mods` seems more sensible to me | non_comp | rename repository the repository is currently called tas but it s obviously a tas repo because of the organisation mods seems more sensible to me | 0 |
9,004 | 11,038,787,132 | IssuesEvent | 2019-12-08 16:13:06 | phpbits/block-options | https://api.github.com/repos/phpbits/block-options | closed | Nofollow, Sponsored tags not saving | Compatibility bug | Reported here : https://wordpress.org/support/topic/nofollow-sponsored-tags-not-saving/#post-12216834
Hello there. My primary objective in using your plugin is to ad the sponsored and/or nofollow designation to links. However, I have noticed that neither one of those options “sticks” after I save and exit. I’ll clic... | True | Nofollow, Sponsored tags not saving - Reported here : https://wordpress.org/support/topic/nofollow-sponsored-tags-not-saving/#post-12216834
Hello there. My primary objective in using your plugin is to ad the sponsored and/or nofollow designation to links. However, I have noticed that neither one of those options “st... | comp | nofollow sponsored tags not saving reported here hello there my primary objective in using your plugin is to ad the sponsored and or nofollow designation to links however i have noticed that neither one of those options “sticks” after i save and exit i’ll click the link switch on open new tab and nofollo... | 1 |
25,633 | 12,698,231,750 | IssuesEvent | 2020-06-22 13:08:50 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | opt: inaccurate selectivity estimate for disjunction predicate | A-sql-optimizer C-enhancement C-performance | Consider the following example:
```
exec-ddl
CREATE TABLE t (
x int primary key,
y int,
z int,
index (y)
)
----
exec-ddl
ALTER TABLE t INJECT STATISTICS'[
{
"columns": ["x"],
"created_at": "2018-01-01 1:00:00.00000+00:00",
"row_count": 1000,
"distinct_count": 1000
},
{
... | True | opt: inaccurate selectivity estimate for disjunction predicate - Consider the following example:
```
exec-ddl
CREATE TABLE t (
x int primary key,
y int,
z int,
index (y)
)
----
exec-ddl
ALTER TABLE t INJECT STATISTICS'[
{
"columns": ["x"],
"created_at": "2018-01-01 1:00:00.00000+00:00"... | non_comp | opt inaccurate selectivity estimate for disjunction predicate consider the following example exec ddl create table t x int primary key y int z int index y exec ddl alter table t inject statistics columns created at row count... | 0 |
7,226 | 9,515,874,099 | IssuesEvent | 2019-04-26 07:16:27 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | closed | [INCOMPATIBILITY] Wilderness-TP | Incompatibility | ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, or 1.13 server
- [X] The issue happens on default config.yml and checks.yml
## Issue Information
... | True | [INCOMPATIBILITY] Wilderness-TP - ## Troubleshooting Information
`Change - [ ] to - [X] to check the checkboxes below.`
- [X] The incompatible plugin is up-to-date
- [X] Matrix and ProtocolLib are up-to-date
- [X] Matrix is running on a 1.8, 1.12, or 1.13 server
- [X] The issue happens on default config.yml and ch... | comp | wilderness tp troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks yml issue informati... | 1 |
17,033 | 23,481,163,653 | IssuesEvent | 2022-08-17 10:41:25 | Soro335/WilderWild | https://api.github.com/repos/Soro335/WilderWild | closed | Wilder Wild 1.0.3 & 1.0.4 crashes on Quilt | crash mod compatibility | This is caused by the datafixer API port failing to check if Quilt is being run, causing it to conflict with the existing datafixer API and crash.
This one's all you @Treetrain1 :trollface:
`SEVERE: Exception caught from launcher.
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflec... | True | Wilder Wild 1.0.3 & 1.0.4 crashes on Quilt - This is caused by the datafixer API port failing to check if Quilt is being run, causing it to conflict with the existing datafixer API and crash.
This one's all you @Treetrain1 :trollface:
`SEVERE: Exception caught from launcher.
java.lang.reflect.InvocationTargetEx... | comp | wilder wild crashes on quilt this is caused by the datafixer api port failing to check if quilt is being run causing it to conflict with the existing datafixer api and crash this one s all you trollface severe exception caught from launcher java lang reflect invocationtargetexception ... | 1 |
2,243 | 5,002,371,818 | IssuesEvent | 2016-12-11 10:58:32 | MightyPirates/OpenComputers | https://api.github.com/repos/MightyPirates/OpenComputers | closed | [1.10.2] Robot's break when writeToNBT is called during move | bug-major incompatibility | So I did some extensive testing to determine what was causing robot's not moving after entering 'robot.forward()' in LUA mode with SpongeForge installed. It seems when we call 'te.writeNBT' on a robot, it freaks out with the following error
https://gist.github.com/bloodmc/05b51174bf06494a41af8dc8261073d2
We make ... | True | [1.10.2] Robot's break when writeToNBT is called during move - So I did some extensive testing to determine what was causing robot's not moving after entering 'robot.forward()' in LUA mode with SpongeForge installed. It seems when we call 'te.writeNBT' on a robot, it freaks out with the following error
https://gist.... | comp | robot s break when writetonbt is called during move so i did some extensive testing to determine what was causing robot s not moving after entering robot forward in lua mode with spongeforge installed it seems when we call te writenbt on a robot it freaks out with the following error we make the cal... | 1 |
553,881 | 16,384,466,355 | IssuesEvent | 2021-05-17 08:39:44 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | app.adjust.com - video or audio doesn't play | browser-firefox browser-firefox-ios engine-gecko priority-normal | <!-- @browser: Firefox iOS 33.1 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 13_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/72577 -->
**URL**: https://... | 1.0 | app.adjust.com - video or audio doesn't play - <!-- @browser: Firefox iOS 33.1 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 13_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcomp... | non_comp | app adjust com video or audio doesn t play url browser version firefox ios operating system ios tested another browser yes chrome problem type video or audio doesn t play description the video or audio does not play steps to reproduce when i opened the onlin... | 0 |
17,677 | 24,369,959,963 | IssuesEvent | 2022-10-03 18:22:33 | Juuxel/Adorn | https://api.github.com/repos/Juuxel/Adorn | closed | [1.19.2 forge] Mud brick furniture's texture is broken | bug duplicate mod compatibility forge | ### Adorn version
Adorn-3.6.1+1.19-forge.jar
### Minecraft version
1.19.2
### Mod loader
Forge
### Mod loader version
43.1.32
### Describe the bug
Adorn's mud brick step / post / platform's texture is broken( purple + black square thingy ).
Strangely, Adorn's mud brick variants item tag is a... | True | [1.19.2 forge] Mud brick furniture's texture is broken - ### Adorn version
Adorn-3.6.1+1.19-forge.jar
### Minecraft version
1.19.2
### Mod loader
Forge
### Mod loader version
43.1.32
### Describe the bug
Adorn's mud brick step / post / platform's texture is broken( purple + black square thing... | comp | mud brick furniture s texture is broken adorn version adorn forge jar minecraft version mod loader forge mod loader version describe the bug adorn s mud brick step post platform s texture is broken purple black square thingy strangely ... | 1 |
18,204 | 25,190,694,013 | IssuesEvent | 2022-11-12 00:17:14 | Fabricators-of-Create/Create | https://api.github.com/repos/Fabricators-of-Create/Create | closed | Not compatible with Vulkan | bug 1.18 compatibility | ### Describe the Bug
Vulkan is optimization mod, better then sodium, and it's incompatible with create
mod: https://github.com/xCollateral/VulkanMod
### Reproduction Steps
1. lunch the game
2. crush with exit code 1
### Expected Result
Game started successfully
### Screenshots and Videos
_No response_
... | True | Not compatible with Vulkan - ### Describe the Bug
Vulkan is optimization mod, better then sodium, and it's incompatible with create
mod: https://github.com/xCollateral/VulkanMod
### Reproduction Steps
1. lunch the game
2. crush with exit code 1
### Expected Result
Game started successfully
### Screensh... | comp | not compatible with vulkan describe the bug vulkan is optimization mod better then sodium and it s incompatible with create mod reproduction steps lunch the game crush with exit code expected result game started successfully screenshots and videos no response cras... | 1 |
521,329 | 15,107,795,550 | IssuesEvent | 2021-02-08 15:49:20 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | reopened | Bluetooth mesh : LPN doesn't receive messages from Friend | area: Bluetooth area: Bluetooth Mesh bug priority: low | **Describe the bug**
I'm trying to set up a Friend and LPN with nRF52840 boards. The code is based on [onoff-app](https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/boards/nrf/mesh/onoff-app) sample.
Each time the LPN polls a message from Friend, which isn't linked to provisionment or node configurati... | 1.0 | Bluetooth mesh : LPN doesn't receive messages from Friend - **Describe the bug**
I'm trying to set up a Friend and LPN with nRF52840 boards. The code is based on [onoff-app](https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/boards/nrf/mesh/onoff-app) sample.
Each time the LPN polls a message from Fri... | non_comp | bluetooth mesh lpn doesn t receive messages from friend describe the bug i m trying to set up a friend and lpn with boards the code is based on sample each time the lpn polls a message from friend which isn t linked to provisionment or node configuration the message is dropped with a warning sayin... | 0 |
7,319 | 9,564,727,695 | IssuesEvent | 2019-05-05 06:39:48 | cryptape/cita | https://api.github.com/repos/cryptape/cita | closed | base_gas_required calculate problem | compatibility upgrade | ## base_gas_required calculate problem
Usually, before transaction executed in vm, some basic will be consumed firstly.
For example, if you send a transaction to create a contract, 53000 quotas will be consumed before this tx enters vm, so please ensure your gas > base_gas while sending transaction.
Base_gas ca... | True | base_gas_required calculate problem - ## base_gas_required calculate problem
Usually, before transaction executed in vm, some basic will be consumed firstly.
For example, if you send a transaction to create a contract, 53000 quotas will be consumed before this tx enters vm, so please ensure your gas > base_gas whi... | comp | base gas required calculate problem base gas required calculate problem usually before transaction executed in vm some basic will be consumed firstly for example if you send a transaction to create a contract quotas will be consumed before this tx enters vm so please ensure your gas base gas while s... | 1 |
274,048 | 23,806,354,049 | IssuesEvent | 2022-09-04 04:49:59 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | closed | Read More block not displaying. | [Type] Bug [Pri] Low Triaged [Closed] Not Reproducible Gutenberg RC Testing [Block] Query Loop | I'm reporting this issue here since I was not able to replicate it on a local WP install (WP 5.9.3, Gutenberg plugin 13.2.2)
#### Steps to reproduce
1. On a site running TwentyTwentyTwo theme create a page and add a Query block.
2. Add a Post title, Post Content, and a Read More block. Save and preview.
3. Note... | 1.0 | Read More block not displaying. - I'm reporting this issue here since I was not able to replicate it on a local WP install (WP 5.9.3, Gutenberg plugin 13.2.2)
#### Steps to reproduce
1. On a site running TwentyTwentyTwo theme create a page and add a Query block.
2. Add a Post title, Post Content, and a Read More... | non_comp | read more block not displaying i m reporting this issue here since i was not able to replicate it on a local wp install wp gutenberg plugin steps to reproduce on a site running twentytwentytwo theme create a page and add a query block add a post title post content and a read more ... | 0 |
9,978 | 11,963,456,032 | IssuesEvent | 2020-04-05 15:57:32 | sebastianbergmann/phpunit | https://api.github.com/repos/sebastianbergmann/phpunit | closed | "PHPUnit\TextUI\Configuration" vs autoloader | type/backward-compatibility type/bug | Hello,
I'll probably get some hate because I **don't** use Composer,
but this file:
https://github.com/sebastianbergmann/phpunit/blob/5a3b8a9d2a4b71ca251fc8b616cca642e4a46bc4/src/TextUI/Configuration/PHPUnit/ExtensionHandler.php#L10
Is under the folder "Configuration/PHPUnit",
yet the namespace is:
namesp... | True | "PHPUnit\TextUI\Configuration" vs autoloader - Hello,
I'll probably get some hate because I **don't** use Composer,
but this file:
https://github.com/sebastianbergmann/phpunit/blob/5a3b8a9d2a4b71ca251fc8b616cca642e4a46bc4/src/TextUI/Configuration/PHPUnit/ExtensionHandler.php#L10
Is under the folder "Configura... | comp | phpunit textui configuration vs autoloader hello i ll probably get some hate because i don t use composer but this file is under the folder configuration phpunit yet the namespace is namespace phpunit textui configuration i see the same applies to other files under that folder ... | 1 |
8,438 | 10,441,757,781 | IssuesEvent | 2019-09-18 11:35:50 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Gutenberg 6.4 breaks FAQ block | compatibility component: gutenblocks type: bug wait for update | <!-- Please use this template when creating an issue.
- Please check the boxes after you've created your issue.
- Please use the latest version of Yoast SEO.-->
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md).
* [x] I've sear... | True | Gutenberg 6.4 breaks FAQ block - <!-- Please use this template when creating an issue.
- Please check the boxes after you've created your issue.
- Please use the latest version of Yoast SEO.-->
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/C... | comp | gutenberg breaks faq block please use this template when creating an issue please check the boxes after you ve created your issue please use the latest version of yoast seo i ve read and understood the i ve searched for any related issues and avoided creating a duplicate issue ... | 1 |
16,772 | 23,122,304,892 | IssuesEvent | 2022-07-27 23:19:59 | Keksuccino/FancyMenu | https://api.github.com/repos/Keksuccino/FancyMenu | closed | [1.18.2] Better Mods Button conflict | mod incompatibility | (If so, sorry for my English. I used a translator.)
**Describe the bug**
My menu just disappeared and was replaced with... a panorama of the standard menu without the yellow text.
Then I started to double-check the mods and realized that it was the Better Mods Button.
**To Reproduce**
1. Make your own menu.
2. ... | True | [1.18.2] Better Mods Button conflict - (If so, sorry for my English. I used a translator.)
**Describe the bug**
My menu just disappeared and was replaced with... a panorama of the standard menu without the yellow text.
Then I started to double-check the mods and realized that it was the Better Mods Button.
**To R... | comp | better mods button conflict if so sorry for my english i used a translator describe the bug my menu just disappeared and was replaced with a panorama of the standard menu without the yellow text then i started to double check the mods and realized that it was the better mods button to reproduc... | 1 |
3,466 | 6,445,122,736 | IssuesEvent | 2017-08-12 22:24:04 | geekish/enthusiast | https://api.github.com/repos/geekish/enthusiast | closed | Replace ereg_ with preg_ | compatibility | `ereg_*` functions are deprecated as of PHP 5.3.0 and removed as of PHP 7.0.0. This is important for PHP version compatibility and is top priority.
See: [Fix `ereg is deprecated` errors in PHP 5.3](http://www.devthought.com/2009/06/09/fix-ereg-is-deprecated-errors-in-php-53/) | True | Replace ereg_ with preg_ - `ereg_*` functions are deprecated as of PHP 5.3.0 and removed as of PHP 7.0.0. This is important for PHP version compatibility and is top priority.
See: [Fix `ereg is deprecated` errors in PHP 5.3](http://www.devthought.com/2009/06/09/fix-ereg-is-deprecated-errors-in-php-53/) | comp | replace ereg with preg ereg functions are deprecated as of php and removed as of php this is important for php version compatibility and is top priority see | 1 |
86,648 | 10,513,190,942 | IssuesEvent | 2019-09-27 19:54:12 | recurly/recurly-js | https://api.github.com/repos/recurly/recurly-js | closed | Documentation typo | documentation | In this section documenting the pricing API,
https://dev.recurly.com/v2.6/docs/pricing#section-pricing-api
An example is given as follows:
```javascript
var pricing = recurly.Pricing();
pricing
.plan('basic', { quantity: 1 })
.currency('USD')
.addon('addon1', { quantity: 2 })
.coupon('coop')
... | 1.0 | Documentation typo - In this section documenting the pricing API,
https://dev.recurly.com/v2.6/docs/pricing#section-pricing-api
An example is given as follows:
```javascript
var pricing = recurly.Pricing();
pricing
.plan('basic', { quantity: 1 })
.currency('USD')
.addon('addon1', { quantity: 2 })
... | non_comp | documentation typo in this section documenting the pricing api an example is given as follows javascript var pricing recurly pricing pricing plan basic quantity currency usd addon quantity coupon coop giftcard address country ... | 0 |
3,601 | 6,507,014,382 | IssuesEvent | 2017-08-24 11:29:19 | pojome/elementor | https://api.github.com/repos/pojome/elementor | closed | Elementor doesn't work with Table of Contents Plus | compatibility | I downloaded the Table of Contents Plus plugin, added the shortcode "[toc]" to add a table of content to my page where I wanted it to be , hit save and went to display the page to see if it worked, it did.
But after I tried editing the page with Elementor again it first tried to load and then there was a white screen,... | True | Elementor doesn't work with Table of Contents Plus - I downloaded the Table of Contents Plus plugin, added the shortcode "[toc]" to add a table of content to my page where I wanted it to be , hit save and went to display the page to see if it worked, it did.
But after I tried editing the page with Elementor again it f... | comp | elementor doesn t work with table of contents plus i downloaded the table of contents plus plugin added the shortcode to add a table of content to my page where i wanted it to be hit save and went to display the page to see if it worked it did but after i tried editing the page with elementor again it first... | 1 |
69,787 | 22,669,454,850 | IssuesEvent | 2022-07-03 11:47:05 | cython/cython | https://api.github.com/repos/cython/cython | closed | [BUG] Includes: declaration for newfunc is wrong | defect Library | <!--
**PLEASE READ THIS FIRST:**
- DO NOT use the bug and feature tracker for general questions and support requests.
Use the `cython-users` mailing list instead.
It has a wider audience, so you get more and better answers.
- Did you search for similar issues already?
Please do, it helps to save us precious... | 1.0 | [BUG] Includes: declaration for newfunc is wrong - <!--
**PLEASE READ THIS FIRST:**
- DO NOT use the bug and feature tracker for general questions and support requests.
Use the `cython-users` mailing list instead.
It has a wider audience, so you get more and better answers.
- Did you search for similar issues ... | non_comp | includes declaration for newfunc is wrong please read this first do not use the bug and feature tracker for general questions and support requests use the cython users mailing list instead it has a wider audience so you get more and better answers did you search for similar issues alre... | 0 |
12,108 | 2,685,006,781 | IssuesEvent | 2015-03-29 16:12:03 | IssueMigrationTest/Test5 | https://api.github.com/repos/IssueMigrationTest/Test5 | closed | make in OSX | auto-migrated Priority-Medium Type-Defect | **Issue by matteo.bertini**
_24 Apr 2008 at 11:08 GMT_
_Originally opened on Google Code_
----
```
This patch let me run 'make' in OSX (Leopard + MacPorts)
(needs boehmgc and pcre)
```
Attachments:
* [macmake.diff](https://storage.googleapis.com/google-code-attachments/shedskin/issue-13/comment-0/macmake.diff)
| 1.0 | make in OSX - **Issue by matteo.bertini**
_24 Apr 2008 at 11:08 GMT_
_Originally opened on Google Code_
----
```
This patch let me run 'make' in OSX (Leopard + MacPorts)
(needs boehmgc and pcre)
```
Attachments:
* [macmake.diff](https://storage.googleapis.com/google-code-attachments/shedskin/issue-13/comment-0/mac... | non_comp | make in osx issue by matteo bertini apr at gmt originally opened on google code this patch let me run make in osx leopard macports needs boehmgc and pcre attachments | 0 |
15,522 | 19,901,553,507 | IssuesEvent | 2022-01-25 08:30:45 | aesara-devs/aesara | https://api.github.com/repos/aesara-devs/aesara | opened | Generalize `linalg.cholesky` beyond 2D arrays | enhancement NumPy compatibility | ```python
import numpy as np
import aesara.tensor as at
x = np.full((2, 3, 3), np.eye(3))
np.linalg.cholesky(x)
at.linalg.cholesky(x) # Assertion error x.ndim == 2
``` | True | Generalize `linalg.cholesky` beyond 2D arrays - ```python
import numpy as np
import aesara.tensor as at
x = np.full((2, 3, 3), np.eye(3))
np.linalg.cholesky(x)
at.linalg.cholesky(x) # Assertion error x.ndim == 2
``` | comp | generalize linalg cholesky beyond arrays python import numpy as np import aesara tensor as at x np full np eye np linalg cholesky x at linalg cholesky x assertion error x ndim | 1 |
767,616 | 26,933,482,685 | IssuesEvent | 2023-02-07 18:36:22 | dr3ams/Roguelike-Adventures-and-Dungeons-2 | https://api.github.com/repos/dr3ams/Roguelike-Adventures-and-Dungeons-2 | closed | [Suggestion]: Optionally disable armor being "too hot to wear" | suggestion Future work Low Priority | ### General Info
- [ ] I would like to propose new mod
- [ ] I would like to propose new quests
- [X] I would like to propose changes
- [ ] I would like to propose another thing
### Suggestion Description
For me personally, even if it does add realism and difficulty, temperature systems in games have always been a h... | 1.0 | [Suggestion]: Optionally disable armor being "too hot to wear" - ### General Info
- [ ] I would like to propose new mod
- [ ] I would like to propose new quests
- [X] I would like to propose changes
- [ ] I would like to propose another thing
### Suggestion Description
For me personally, even if it does add realism ... | non_comp | optionally disable armor being too hot to wear general info i would like to propose new mod i would like to propose new quests i would like to propose changes i would like to propose another thing suggestion description for me personally even if it does add realism and difficulty tem... | 0 |
169,536 | 13,151,207,529 | IssuesEvent | 2020-08-09 15:36:05 | apache/shardingsphere | https://api.github.com/repos/apache/shardingsphere | closed | Add more test cases for SingletonServiceLoader's exception occur | good first issue test | - [x] Add test case when service is null by getServiceLoader
- [x] Add test case when service is not an interface by getServiceLoader
- [x] Add test case when service does not find by newServiceInstances | 1.0 | Add more test cases for SingletonServiceLoader's exception occur - - [x] Add test case when service is null by getServiceLoader
- [x] Add test case when service is not an interface by getServiceLoader
- [x] Add test case when service does not find by newServiceInstances | non_comp | add more test cases for singletonserviceloader s exception occur add test case when service is null by getserviceloader add test case when service is not an interface by getserviceloader add test case when service does not find by newserviceinstances | 0 |
1,557 | 4,107,220,083 | IssuesEvent | 2016-06-06 12:10:10 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Add Media button fails to load Media Screen when Thesis Theme is activated | bug compatibility javascript scheduled support | ### What did you expect to happen?
When I click Add Media a pop-up screen would display allowing me to insert media
### What happened instead?
Clicking Add Media results in nothing. No pop-up screen appears. Clicking other buttons such as "slug", "Add Tag" the Visual Tab, and several others in red-boxes below fail... | True | Add Media button fails to load Media Screen when Thesis Theme is activated - ### What did you expect to happen?
When I click Add Media a pop-up screen would display allowing me to insert media
### What happened instead?
Clicking Add Media results in nothing. No pop-up screen appears. Clicking other buttons such as... | comp | add media button fails to load media screen when thesis theme is activated what did you expect to happen when i click add media a pop up screen would display allowing me to insert media what happened instead clicking add media results in nothing no pop up screen appears clicking other buttons such as... | 1 |
25,723 | 11,208,796,461 | IssuesEvent | 2020-01-06 08:54:48 | MichaelAharon/Noche | https://api.github.com/repos/MichaelAharon/Noche | opened | CVE-2019-17531 (High) detected in jackson-databind-2.8.9.jar | security vulnerability | ## CVE-2019-17531 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.9.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2019-17531 (High) detected in jackson-databind-2.8.9.jar - ## CVE-2019-17531 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.9.jar</b></p></summary>
<p>General... | non_comp | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm noche pom xml pat... | 0 |
250,096 | 7,968,343,040 | IssuesEvent | 2018-07-16 02:05:41 | steedos/creator | https://api.github.com/repos/steedos/creator | closed | 为每个object的name字段自动建立索引 | priority:High | - 在服务端初始化fields的时候,自动把对应的index属性 设置为true
- try .. catch ,确保某个表中有错误数据不会导致服务停止运行
- schema中限定name字段的最大长度,确保将来不会有错误数据。
| 1.0 | 为每个object的name字段自动建立索引 - - 在服务端初始化fields的时候,自动把对应的index属性 设置为true
- try .. catch ,确保某个表中有错误数据不会导致服务停止运行
- schema中限定name字段的最大长度,确保将来不会有错误数据。
| non_comp | 为每个object的name字段自动建立索引 在服务端初始化fields的时候,自动把对应的index属性 设置为true try catch ,确保某个表中有错误数据不会导致服务停止运行 schema中限定name字段的最大长度,确保将来不会有错误数据。 | 0 |
287,373 | 31,834,378,215 | IssuesEvent | 2023-09-14 12:41:51 | Trinadh465/linux-4.1.15_CVE-2022-3564 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2022-3564 | closed | CVE-2021-20268 (High) detected in linuxlinux-4.6 - autoclosed | Mend: dependency security vulnerability | ## CVE-2021-20268 - High 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.kernel... | True | CVE-2021-20268 (High) detected in linuxlinux-4.6 - autoclosed - ## CVE-2021-20268 - High 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 Kern... | non_comp | cve high detected in linuxlinux autoclosed cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files kernel ... | 0 |
4,923 | 7,534,472,436 | IssuesEvent | 2018-04-16 08:09:22 | pojome/elementor | https://api.github.com/repos/pojome/elementor | closed | Toolset Type, Layout compatibilies | compatibility | **## Description**
Elementor does not work toghether with toolset plugins,
please check some info/thread here:
https://wp-types.com/forums/topic/toolset-and-elementor-bugs/
1.https://wp-types.com/forums/topic/conditional-code-is-outputting-raw-code/page/2/
2. https://wp-types.com/forums/topic/elementor-text-e... | True | Toolset Type, Layout compatibilies - **## Description**
Elementor does not work toghether with toolset plugins,
please check some info/thread here:
https://wp-types.com/forums/topic/toolset-and-elementor-bugs/
1.https://wp-types.com/forums/topic/conditional-code-is-outputting-raw-code/page/2/
2. https://wp-ty... | comp | toolset type layout compatibilies description elementor does not work toghether with toolset plugins please check some info thread here steps to reproduce install toolset plugins and try to edit the layout it create raw code environment operating syste... | 1 |
7,193 | 9,476,536,032 | IssuesEvent | 2019-04-19 15:24:09 | GoogleWebComponents/model-viewer | https://api.github.com/repos/GoogleWebComponents/model-viewer | opened | Re-introduce Chrome as a legacy browser test target | arc: compatibility type: chore | Before [we switched to recommending the `script type="module" / nomodule` strategy](https://github.com/GoogleWebComponents/model-viewer/commit/4adb9ef990acb625cd00470c97dc7710f77fde6a) for loading bundles, we included stable Chrome in our "legacy" browser target tests so that we could test the results of running the "l... | True | Re-introduce Chrome as a legacy browser test target - Before [we switched to recommending the `script type="module" / nomodule` strategy](https://github.com/GoogleWebComponents/model-viewer/commit/4adb9ef990acb625cd00470c97dc7710f77fde6a) for loading bundles, we included stable Chrome in our "legacy" browser target tes... | comp | re introduce chrome as a legacy browser test target before for loading bundles we included stable chrome in our legacy browser target tests so that we could test the results of running the legacy bundle which is meant to support against modern chrome we did this because there is a chance however small ... | 1 |
3,972 | 6,810,178,442 | IssuesEvent | 2017-11-05 02:04:55 | mike42/escpos-php | https://api.github.com/repos/mike42/escpos-php | closed | Epson TM-T20II compatibility | printer-compatibility | I'm working with Epson TM-T20II and it works great. I work with the Ubuntu server, the USB connection printer. The exact model I am using is TM-T20II-062. | True | Epson TM-T20II compatibility - I'm working with Epson TM-T20II and it works great. I work with the Ubuntu server, the USB connection printer. The exact model I am using is TM-T20II-062. | comp | epson tm compatibility i m working with epson tm and it works great i work with the ubuntu server the usb connection printer the exact model i am using is tm | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.