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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
246,683 | 7,895,606,362 | IssuesEvent | 2018-06-29 04:29:17 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Merge in the XDMF reader enhancements from Kenneth Leiter. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium OS: All Priority: Normal Support Group: Any | Kenneth Lieter send me some enhancements to the XDMF reader that need to be merged into the repository.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Eric Brugger
O... | 1.0 | Merge in the XDMF reader enhancements from Kenneth Leiter. - Kenneth Lieter send me some enhancements to the XDMF reader that need to be merged into the repository.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately... | non_comp | merge in the xdmf reader enhancements from kenneth leiter kenneth lieter send me some enhancements to the xdmf reader that need to be merged into the repository redmine migration this ticket was migrated from redmine the following information could not be accurately... | 0 |
1,202 | 3,697,888,220 | IssuesEvent | 2016-02-27 23:47:26 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | DateTimeImmutable::createFromMutable not implemented | feature request php5 incompatibility probably easy | https://3v4l.org/NhrEq
`DateTimeImmutable::createFromMutable` is not supported
```php
//works since PHP5.6.0
$datetime = DateTimeImmutable::createFromMutable(new DateTime('2016-02-18 12:23:58'));
echo $datetime->format(DateTime::ATOM);
``` | True | DateTimeImmutable::createFromMutable not implemented - https://3v4l.org/NhrEq
`DateTimeImmutable::createFromMutable` is not supported
```php
//works since PHP5.6.0
$datetime = DateTimeImmutable::createFromMutable(new DateTime('2016-02-18 12:23:58'));
echo $datetime->format(DateTime::ATOM);
``` | comp | datetimeimmutable createfrommutable not implemented datetimeimmutable createfrommutable is not supported php works since datetime datetimeimmutable createfrommutable new datetime echo datetime format datetime atom | 1 |
1,234 | 3,755,841,002 | IssuesEvent | 2016-03-12 23:01:08 | Infocatcher/Private_Tab | https://api.github.com/repos/Infocatcher/Private_Tab | opened | Private protocol doesn't work in Firefox 48+ | bug compatibility | At least due to https://bugzilla.mozilla.org/show_bug.cgi?id=1254752
We should use Services.io.newChannel2() and implement nsIChannel.open2()/asyncOpen2(). | True | Private protocol doesn't work in Firefox 48+ - At least due to https://bugzilla.mozilla.org/show_bug.cgi?id=1254752
We should use Services.io.newChannel2() and implement nsIChannel.open2()/asyncOpen2(). | comp | private protocol doesn t work in firefox at least due to we should use services io and implement nsichannel | 1 |
13,455 | 15,875,540,371 | IssuesEvent | 2021-04-09 07:08:25 | polylang/polylang | https://api.github.com/repos/polylang/polylang | closed | Conflict with Caldera Forms entry viewer API request | compatibility | I am the developer of Caldera Forms and would like to find a good fix for a conflict with our plugin found by one of our mutual users.
I'd be happy to put in a pull request to make your plugin work with ours better. I'm worried this bug could effect other parts of our plugin that use that endpoint.
## Prerequis... | True | Conflict with Caldera Forms entry viewer API request - I am the developer of Caldera Forms and would like to find a good fix for a conflict with our plugin found by one of our mutual users.
I'd be happy to put in a pull request to make your plugin work with ours better. I'm worried this bug could effect other parts ... | comp | conflict with caldera forms entry viewer api request i am the developer of caldera forms and would like to find a good fix for a conflict with our plugin found by one of our mutual users i d be happy to put in a pull request to make your plugin work with ours better i m worried this bug could effect other parts ... | 1 |
406,487 | 11,893,735,799 | IssuesEvent | 2020-03-29 12:58:26 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | opened | Arrows on Notification section and My Active markets in the Account Summary pg broken | Bug Needed for V2 launch Priority: High | Clicking on the arrows in Notification section in the Account Summary pg should extend the notification section (currently shrinks it and extends the My Active Markets section)
Clicking on the arrows in the My Active Markets section should Extend that section up (currently shrinks it and makes the Notification section... | 1.0 | Arrows on Notification section and My Active markets in the Account Summary pg broken - Clicking on the arrows in Notification section in the Account Summary pg should extend the notification section (currently shrinks it and extends the My Active Markets section)
Clicking on the arrows in the My Active Markets sectio... | non_comp | arrows on notification section and my active markets in the account summary pg broken clicking on the arrows in notification section in the account summary pg should extend the notification section currently shrinks it and extends the my active markets section clicking on the arrows in the my active markets sectio... | 0 |
13,856 | 16,578,058,727 | IssuesEvent | 2021-05-31 08:02:59 | arcticicestudio/nord-visual-studio-code | https://api.github.com/repos/arcticicestudio/nord-visual-studio-code | closed | Class Name, Var name not getting highlighted in doc comments | context-syntax scope-compatibility status-pending status-requires-info | This is current screen of vs-code with doc comment (in dart)

**How it should be**
This is screen from intellij ide with doc comments highlighted


**How it should be**
This is screen from intellij ide with doc... | comp | class name var name not getting highlighted in doc comments this is current screen of vs code with doc comment in dart how it should be this is screen from intellij ide with doc comments highlighted | 1 |
7,556 | 9,806,983,310 | IssuesEvent | 2019-06-12 12:46:27 | ballerina-platform/ballerina-spec | https://api.github.com/repos/ballerina-platform/ballerina-spec | opened | Use lax static typing for json type and "." operator | enhancement incompatible jballerina | The idea is to do be able to do static typing in a lax way for certain types, starting with the json type. Operations that would normal be compile time errors would with lax static typing instead produce an error value at runtime.
Specifically with an expression E.x where the static type of E is lax, the runtime beh... | True | Use lax static typing for json type and "." operator - The idea is to do be able to do static typing in a lax way for certain types, starting with the json type. Operations that would normal be compile time errors would with lax static typing instead produce an error value at runtime.
Specifically with an expression... | comp | use lax static typing for json type and operator the idea is to do be able to do static typing in a lax way for certain types starting with the json type operations that would normal be compile time errors would with lax static typing instead produce an error value at runtime specifically with an expression... | 1 |
630,255 | 20,103,171,215 | IssuesEvent | 2022-02-07 07:45:24 | ansible-collections/azure | https://api.github.com/repos/ansible-collections/azure | closed | azure_rm_virtualmachineextension always changed | bug has_pr medium_priority | Please raise issues via the [new interface](https://github.com/ansible/ansible/issues/new/choose)
I'm reopening the issue UnwashedMeme opened in the previous repo, because it is still happening, and is very annoying, as it breaks idempotence: https://github.com/Azure/azure_preview_modules/issues/326
An azure_rm_vir... | 1.0 | azure_rm_virtualmachineextension always changed - Please raise issues via the [new interface](https://github.com/ansible/ansible/issues/new/choose)
I'm reopening the issue UnwashedMeme opened in the previous repo, because it is still happening, and is very annoying, as it breaks idempotence: https://github.com/Azure/a... | non_comp | azure rm virtualmachineextension always changed please raise issues via the i m reopening the issue unwashedmeme opened in the previous repo because it is still happening and is very annoying as it breaks idempotence an azure rm virtualmachineextension always reports as changed even when nothing changes... | 0 |
42,307 | 6,973,448,283 | IssuesEvent | 2017-12-11 20:31:28 | railsbridge-nyc/www | https://api.github.com/repos/railsbridge-nyc/www | opened | Create documentation for code review process | documentation | As a maintainer, I would like all pull requests to be reviewed against a set of guidelines.
As a contributor, I would like to know about the community norms before starting a pull request or feature. | 1.0 | Create documentation for code review process - As a maintainer, I would like all pull requests to be reviewed against a set of guidelines.
As a contributor, I would like to know about the community norms before starting a pull request or feature. | non_comp | create documentation for code review process as a maintainer i would like all pull requests to be reviewed against a set of guidelines as a contributor i would like to know about the community norms before starting a pull request or feature | 0 |
96,686 | 12,150,583,951 | IssuesEvent | 2020-04-24 18:15:03 | JensenJ/SpaceSurvival | https://api.github.com/repos/JensenJ/SpaceSurvival | opened | [DESIGN] Factions System | design low-priority | **Basic description of idea**
Concepts to do with factions and how the player should interact with them, and how factions should make the galaxy feel more alive.
**Must Include (Criteria)**
- Player reputation points for each faction ("happiness level" / notoriety.
- Faction claims / faction power.
- Factions... | 1.0 | [DESIGN] Factions System - **Basic description of idea**
Concepts to do with factions and how the player should interact with them, and how factions should make the galaxy feel more alive.
**Must Include (Criteria)**
- Player reputation points for each faction ("happiness level" / notoriety.
- Faction claims / ... | non_comp | factions system basic description of idea concepts to do with factions and how the player should interact with them and how factions should make the galaxy feel more alive must include criteria player reputation points for each faction happiness level notoriety faction claims faction... | 0 |
558 | 3,000,748,712 | IssuesEvent | 2015-07-24 05:34:12 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Blurred thumbnails due to plug-in | compatibility | Hi -
I am experiencing issues on my site's product listing pages with thumbnails rendering blurry.
Nowhere else on my site does this take place.
I am using WooCommerce and The Retailer - Responsive WordPress Theme.
After disabling all plugins and re-activating them one at a time, I have discovered that it is in... | True | Blurred thumbnails due to plug-in - Hi -
I am experiencing issues on my site's product listing pages with thumbnails rendering blurry.
Nowhere else on my site does this take place.
I am using WooCommerce and The Retailer - Responsive WordPress Theme.
After disabling all plugins and re-activating them one at a t... | comp | blurred thumbnails due to plug in hi i am experiencing issues on my site s product listing pages with thumbnails rendering blurry nowhere else on my site does this take place i am using woocommerce and the retailer responsive wordpress theme after disabling all plugins and re activating them one at a t... | 1 |
11,971 | 14,112,925,476 | IssuesEvent | 2020-11-07 08:20:25 | arcticicestudio/nord-vim | https://api.github.com/repos/arcticicestudio/nord-vim | closed | Comments are too dark | context-config context-syntax context-ui scope-compatibility type-support | Hi all, love this theme!
It looks like the comments are too dark.
Also, looking at your screenshots, your comments seem to be brighter than mine.
Comparission:
My NERDTree:

Your NERDTree:

Y... | comp | comments are too dark hi all love this theme it looks like the comments are too dark also looking at your screenshots your comments seem to be brighter than mine comparission my nerdtree your nerdtree i changed the line let s term on file nord vim to other numbers but i can t g... | 1 |
5,009 | 7,607,008,747 | IssuesEvent | 2018-04-30 15:07:57 | storybooks/storybook | https://api.github.com/repos/storybooks/storybook | closed | Compile error - create-react-app with latest storybook | app: react babel / webpack compatibility with other tools question / support | ```
i ?wdm?: Compiling...
webpack building...
10% building modules 0/1 modules 1 active xampp\htdocs\react\.storybook\config.
10% building modules 0/2 modules 2 active tdocs\react\node_modules\react\index.
10% building modules 0/3 modules 3 active s\react\node_modules\react-dom\index.
10% building modules 1/3... | True | Compile error - create-react-app with latest storybook - ```
i ?wdm?: Compiling...
webpack building...
10% building modules 0/1 modules 1 active xampp\htdocs\react\.storybook\config.
10% building modules 0/2 modules 2 active tdocs\react\node_modules\react\index.
10% building modules 0/3 modules 3 active s\react... | comp | compile error create react app with latest storybook i wdm compiling webpack building building modules modules active xampp htdocs react storybook config building modules modules active tdocs react node modules react index building modules modules active s react no... | 1 |
9,190 | 11,203,903,716 | IssuesEvent | 2020-01-05 00:01:27 | rubinius/rubinius | https://api.github.com/repos/rubinius/rubinius | closed | incorrect behavior with inline rescue and compound assignment operator on rbx 2.3.x and 2.4.x | Ruby Language Compatibility | The code below fails on rbx 2.4.1. I believe it passes on rbx 2.2.10. I found this because it is causing failures in the inherited_resources gem specs (and presumably in the behavior of the gem as well).
```
describe "inline rescue" do
it "properly executes compound assignment operators" do
val = 'original'
... | True | incorrect behavior with inline rescue and compound assignment operator on rbx 2.3.x and 2.4.x - The code below fails on rbx 2.4.1. I believe it passes on rbx 2.2.10. I found this because it is causing failures in the inherited_resources gem specs (and presumably in the behavior of the gem as well).
```
describe "inl... | comp | incorrect behavior with inline rescue and compound assignment operator on rbx x and x the code below fails on rbx i believe it passes on rbx i found this because it is causing failures in the inherited resources gem specs and presumably in the behavior of the gem as well describe inli... | 1 |
68,109 | 3,284,233,350 | IssuesEvent | 2015-10-28 15:53:35 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | Navigation box in user and project settings become obscured upon zooming out in Safari | bug: production intern JIRA priority - low ui | # Steps
1. Log into osf on **Safari**
2. Go to user settings page
3. If on a Mac, hold Command and press the minus sign to zoom out and make more of the page visible
4. Start to scroll down the page and pay attention to the navigation box on the left side of the page
# Expected
I expect that the navigation box ... | 1.0 | Navigation box in user and project settings become obscured upon zooming out in Safari - # Steps
1. Log into osf on **Safari**
2. Go to user settings page
3. If on a Mac, hold Command and press the minus sign to zoom out and make more of the page visible
4. Start to scroll down the page and pay attention to the nav... | non_comp | navigation box in user and project settings become obscured upon zooming out in safari steps log into osf on safari go to user settings page if on a mac hold command and press the minus sign to zoom out and make more of the page visible start to scroll down the page and pay attention to the nav... | 0 |
242,986 | 20,329,405,440 | IssuesEvent | 2022-02-18 09:15:06 | WPChill/modula-lite | https://api.github.com/repos/WPChill/modula-lite | closed | Notices don't appear correctly placed in Settings | bug need testing | **Describe the bug**
In order for the admin notices to be correctly placed a DOM element is needed so that the function can correctly identify the location:
`<hr class="wp-header-end">` needs to be placed here ( before h2 ) : https://github.com/WPChill/modula-lite/blob/master/includes/admin/tabs/modula.php#L2
| 1.0 | Notices don't appear correctly placed in Settings - **Describe the bug**
In order for the admin notices to be correctly placed a DOM element is needed so that the function can correctly identify the location:
`<hr class="wp-header-end">` needs to be placed here ( before h2 ) : https://github.com/WPChill/modula-lite... | non_comp | notices don t appear correctly placed in settings describe the bug in order for the admin notices to be correctly placed a dom element is needed so that the function can correctly identify the location needs to be placed here before | 0 |
18,161 | 25,088,081,054 | IssuesEvent | 2022-11-08 02:27:07 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | [Breaking change]: Improvement to handling of env prefixes containing __ | doc-idea breaking-change Pri1 source incompatible :checkered_flag: Release: .NET 7 in-pr | ### Description
## Key changes:
* By comparing normalized prefixes to normalized keys, both the un-altered and colon-normalized prefixes match environment variables in either the __ or colon formats.
* There is a change of behaviour that some environment variables which theoretically didn't match the filter befo... | True | [Breaking change]: Improvement to handling of env prefixes containing __ - ### Description
## Key changes:
* By comparing normalized prefixes to normalized keys, both the un-altered and colon-normalized prefixes match environment variables in either the __ or colon formats.
* There is a change of behaviour that ... | comp | improvement to handling of env prefixes containing description key changes by comparing normalized prefixes to normalized keys both the un altered and colon normalized prefixes match environment variables in either the or colon formats there is a change of behaviour that some environment... | 1 |
6,960 | 9,223,853,658 | IssuesEvent | 2019-03-12 05:37:42 | onesuper/pandasticsearch | https://api.github.com/repos/onesuper/pandasticsearch | closed | filter not working for ES 5.2.0 | Version Compatibility | df.filter(df.age < 25).select('lastname', 'age').collect()
df.filter(df.age < 25).select('lastname', 'age').collect()
Traceback (most recent call last):
File "<ipython-input-22-6c94684eaa18>", line 1, in <module>
df.filter(df.age < 25).select('lastname', 'age').collect()
File "C:\Users\vijay\Anaconda... | True | filter not working for ES 5.2.0 - df.filter(df.age < 25).select('lastname', 'age').collect()
df.filter(df.age < 25).select('lastname', 'age').collect()
Traceback (most recent call last):
File "<ipython-input-22-6c94684eaa18>", line 1, in <module>
df.filter(df.age < 25).select('lastname', 'age').collect()
... | comp | filter not working for es df filter df age select lastname age collect df filter df age select lastname age collect traceback most recent call last file line in df filter df age select lastname age collect file c users vijay lib site pac... | 1 |
18,386 | 25,446,214,855 | IssuesEvent | 2022-11-24 06:21:28 | antvis/G6 | https://api.github.com/repos/antvis/G6 | closed | 请问g6最低支持到ie几啊 | Browser Compatible | <!--
Thank you for reporting an issue.
1. It's RECOMMENDED to submit PR for typo or tiny bug fix.
2. If this's a FEATURE request, please provide: details, pseudo codes if necessary.
3. If this's a BUG, please provide: course repetition, error log and configuration. Fill in as much of the template below as you're ... | True | 请问g6最低支持到ie几啊 - <!--
Thank you for reporting an issue.
1. It's RECOMMENDED to submit PR for typo or tiny bug fix.
2. If this's a FEATURE request, please provide: details, pseudo codes if necessary.
3. If this's a BUG, please provide: course repetition, error log and configuration. Fill in as much of the template ... | comp | thank you for reporting an issue it s recommended to submit pr for typo or tiny bug fix if this s a feature request please provide details pseudo codes if necessary if this s a bug please provide course repetition error log and configuration fill in as much of the template below as you... | 1 |
9,898 | 11,903,203,752 | IssuesEvent | 2020-03-30 15:00:55 | ionic-team/capacitor | https://api.github.com/repos/ionic-team/capacitor | closed | bug: add cordova plugin "jpush-phonegap-plugin", IOS app crashed | known incompatible cordova plugin | # Bug Report
Hi, there is still a problem with plugin "jpush-phonegap-plugin", since I download this commit change to replace my local files which is "https://github.com/ionic-team/capacitor/pull/2636", Xcode build success width no errors, but it can not running on my phone, the app crashed
# Capacitor Version
<!--... | True | bug: add cordova plugin "jpush-phonegap-plugin", IOS app crashed - # Bug Report
Hi, there is still a problem with plugin "jpush-phonegap-plugin", since I download this commit change to replace my local files which is "https://github.com/ionic-team/capacitor/pull/2636", Xcode build success width no errors, but it c... | comp | bug add cordova plugin jpush phonegap plugin ios app crashed bug report hi there is still a problem with plugin jpush phonegap plugin since i download this commit change to replace my local files which is xcode build success width no errors but it can not running on my phone the app crashed cap... | 1 |
24,263 | 11,018,067,834 | IssuesEvent | 2019-12-05 09:47:33 | alessiosavi/PyRecognizer | https://api.github.com/repos/alessiosavi/PyRecognizer | opened | Verify uploaded data during prediction | enhancement security | Verify that the input data during the predict phase are images. | True | Verify uploaded data during prediction - Verify that the input data during the predict phase are images. | non_comp | verify uploaded data during prediction verify that the input data during the predict phase are images | 0 |
3,668 | 4,635,524,198 | IssuesEvent | 2016-09-29 07:32:54 | FriendsOfSymfony/FOSUserBundle | https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle | closed | Security problem - Resetting | Security | Hi!
If a disabled user reset his password, he will be enabled.
ResettingListener.php -> onResettingResetSuccess
$user->setEnabled(true); <-- always executed | True | Security problem - Resetting - Hi!
If a disabled user reset his password, he will be enabled.
ResettingListener.php -> onResettingResetSuccess
$user->setEnabled(true); <-- always executed | non_comp | security problem resetting hi if a disabled user reset his password he will be enabled resettinglistener php onresettingresetsuccess user setenabled true always executed | 0 |
563,114 | 16,676,177,479 | IssuesEvent | 2021-06-07 16:27:39 | CyanLabs/Syn3Updater | https://api.github.com/repos/CyanLabs/Syn3Updater | closed | Fix crash when "downloda only" with MY20 check. | Priority: Medium Type: Bug | Fix crash when "downloda only" with MY20 check.
The second download doesn't flag as "DownloadOnly" and causes the crash. | 1.0 | Fix crash when "downloda only" with MY20 check. - Fix crash when "downloda only" with MY20 check.
The second download doesn't flag as "DownloadOnly" and causes the crash. | non_comp | fix crash when downloda only with check fix crash when downloda only with check the second download doesn t flag as downloadonly and causes the crash | 0 |
652,616 | 21,557,445,373 | IssuesEvent | 2022-04-30 17:08:47 | ixhbinphoenix/smPl | https://api.github.com/repos/ixhbinphoenix/smPl | closed | Set bonus does not display correctly if armor is equipped using right-click | bug priority-3 | ### Description
When equipping four pieces of the same set using right click from the hotbar, the set bonus applies but doesn't get updated in the item lore. This fixes itself after manually swapping items in the inventory.
### Expected Behavior
The item lore displaying the current / required pieces for the set bo... | 1.0 | Set bonus does not display correctly if armor is equipped using right-click - ### Description
When equipping four pieces of the same set using right click from the hotbar, the set bonus applies but doesn't get updated in the item lore. This fixes itself after manually swapping items in the inventory.
### Expected B... | non_comp | set bonus does not display correctly if armor is equipped using right click description when equipping four pieces of the same set using right click from the hotbar the set bonus applies but doesn t get updated in the item lore this fixes itself after manually swapping items in the inventory expected b... | 0 |
3,671 | 6,543,506,514 | IssuesEvent | 2017-09-03 00:03:10 | t9md/atom-vim-mode-plus | https://api.github.com/repos/t9md/atom-vim-mode-plus | closed | Support numbered register | compatiblity-to-Vim | - v1.19.0-beta5
- 0.96.2
- Win7 64-bit
- I have not installed vim-mode, only vim-mode-plus
Hi :)
When I yank something in vim it goes to the 0 register so if I delete a line with dd
I can afterwards past what I have yanked before with: "0p
I have seen that this is not the case with vim-mode-plus, is there a w... | True | Support numbered register - - v1.19.0-beta5
- 0.96.2
- Win7 64-bit
- I have not installed vim-mode, only vim-mode-plus
Hi :)
When I yank something in vim it goes to the 0 register so if I delete a line with dd
I can afterwards past what I have yanked before with: "0p
I have seen that this is not the case with... | comp | support numbered register bit i have not installed vim mode only vim mode plus hi when i yank something in vim it goes to the register so if i delete a line with dd i can afterwards past what i have yanked before with i have seen that this is not the case with vim mode pl... | 1 |
15,302 | 19,529,318,548 | IssuesEvent | 2021-12-30 13:54:47 | qouteall/ImmersivePortalsMod | https://api.github.com/repos/qouteall/ImmersivePortalsMod | closed | Direct Incompatibility with Seasons for Fabric 1.17 | Mod Compatibility | 
Basically the story goes you load in just these two mods (Seasons for Fabric and Immersive Portals), go to a creative world, put down a portal and then /set time 672000t and the game will sud... | True | Direct Incompatibility with Seasons for Fabric 1.17 - 
Basically the story goes you load in just these two mods (Seasons for Fabric and Immersive Portals), go to a creative world, put down a p... | comp | direct incompatibility with seasons for fabric basically the story goes you load in just these two mods seasons for fabric and immersive portals go to a creative world put down a portal and then set time and the game will suddenly only be able to render about chunks at a time and keep a stable fr... | 1 |
59,059 | 14,528,681,555 | IssuesEvent | 2020-12-14 16:50:18 | qbittorrent/qBittorrent | https://api.github.com/repos/qbittorrent/qBittorrent | closed | Compiler error when linking qbittorrent.nox | Build system Can't reproduce OS: Linux | **Please provide the following information**
### qBittorrent version and Operating System
Debian 10.7
### If on linux, libtorrent-rasterbar and Qt version
libtorrent-rasterbar 1.2.11 compiled
### What is the problem
Compile error on make
### What is the expected behavior
Compile the sources
### Steps... | 1.0 | Compiler error when linking qbittorrent.nox - **Please provide the following information**
### qBittorrent version and Operating System
Debian 10.7
### If on linux, libtorrent-rasterbar and Qt version
libtorrent-rasterbar 1.2.11 compiled
### What is the problem
Compile error on make
### What is the expec... | non_comp | compiler error when linking qbittorrent nox please provide the following information qbittorrent version and operating system debian if on linux libtorrent rasterbar and qt version libtorrent rasterbar compiled what is the problem compile error on make what is the expecte... | 0 |
1,577 | 4,128,423,782 | IssuesEvent | 2016-06-10 06:15:48 | metarhia/Impress | https://api.github.com/repos/metarhia/Impress | reopened | Optimize handler syntax | compatibility enhancement optimization | Remove redundant things like:
* `module.exports = `
* `'use strict';`
So handler will look like:
```JavaScript
function(connection, data, callback) {
callback({ example: 'Hello' });
}
```
or even:
```JavaScript
(connection, data, callback) => {
callback({ example: 'Hello' });
}
``` | True | Optimize handler syntax - Remove redundant things like:
* `module.exports = `
* `'use strict';`
So handler will look like:
```JavaScript
function(connection, data, callback) {
callback({ example: 'Hello' });
}
```
or even:
```JavaScript
(connection, data, callback) => {
callback({ example: 'Hello' });... | comp | optimize handler syntax remove redundant things like module exports use strict so handler will look like javascript function connection data callback callback example hello or even javascript connection data callback callback example hello ... | 1 |
17,056 | 23,530,027,466 | IssuesEvent | 2022-08-19 14:29:18 | DeepLabCut/DeepLabCut | https://api.github.com/repos/DeepLabCut/DeepLabCut | closed | v2.2.1.1: 3D scorer name is written incorrectly into the resulting 3D.h5 file | backwards compatibility 3D | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
Historically, the H5 file that results after running `deeplabcut.triangulation` would write the 3D scorer name in the file. This is the correct behavior.
Currently, it puts a 2D scorer name into the H5, which i... | True | v2.2.1.1: 3D scorer name is written incorrectly into the resulting 3D.h5 file - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
Historically, the H5 file that results after running `deeplabcut.triangulation` would write the 3D scorer name in the file. This is th... | comp | scorer name is written incorrectly into the resulting file is there an existing issue for this i have searched the existing issues bug description historically the file that results after running deeplabcut triangulation would write the scorer name in the file this is the correc... | 1 |
52,491 | 12,974,002,395 | IssuesEvent | 2020-07-21 14:49:39 | infor-design/enterprise | https://api.github.com/repos/infor-design/enterprise | closed | Date Format with no separator not supported in masking | [3] team: appbuilder type: bug :bug: | **Describe the bug**
I want to use format yyyyMMdd in input-masking but I can not write anything in the textbox with this format.
**To Reproduce**
Steps to reproduce the behavior:
1. Have a textbox
2. Add a mask such as yyyyMMdd
3. Try to write anything in the textbox
**Expected behavior**
The input should ... | 1.0 | Date Format with no separator not supported in masking - **Describe the bug**
I want to use format yyyyMMdd in input-masking but I can not write anything in the textbox with this format.
**To Reproduce**
Steps to reproduce the behavior:
1. Have a textbox
2. Add a mask such as yyyyMMdd
3. Try to write anything i... | non_comp | date format with no separator not supported in masking describe the bug i want to use format yyyymmdd in input masking but i can not write anything in the textbox with this format to reproduce steps to reproduce the behavior have a textbox add a mask such as yyyymmdd try to write anything i... | 0 |
373,076 | 11,032,971,620 | IssuesEvent | 2019-12-06 21:35:19 | mit-cml/appinventor-sources | https://api.github.com/repos/mit-cml/appinventor-sources | opened | Cannot drag markers on ai2-test | affects: master issue: accepted priority: high regression status: in progress | **Describe the bug**
<!--
Describe the bug in sufficient detail so that we can understand the issue. You should also describe the steps to reproduce the issue (below) so that we ideally can confirm it.
-->
Markers can no longer be dragged around in the designer on ai2-test.
**Affects**
<!--
Please check ... | 1.0 | Cannot drag markers on ai2-test - **Describe the bug**
<!--
Describe the bug in sufficient detail so that we can understand the issue. You should also describe the steps to reproduce the issue (below) so that we ideally can confirm it.
-->
Markers can no longer be dragged around in the designer on ai2-test.
... | non_comp | cannot drag markers on test describe the bug describe the bug in sufficient detail so that we can understand the issue you should also describe the steps to reproduce the issue below so that we ideally can confirm it markers can no longer be dragged around in the designer on test af... | 0 |
8,108 | 20,968,779,721 | IssuesEvent | 2022-03-28 09:23:00 | MicrosoftDocs/architecture-center | https://api.github.com/repos/MicrosoftDocs/architecture-center | closed | Error regarding blob name | cxp triaged product-question architecture-center/svc Pri2 azure-guide/subsvc |
[I want to read a csv file located in the blob storage. However, I am getting error that specified blob does not exist. I am confused what should be the blob name. I gave LOCALFILENAME as my csv file name seen in the blob container]
---
#### Document Details
⚠ *Do not edit this section. It is required for do... | 1.0 | Error regarding blob name -
[I want to read a csv file located in the blob storage. However, I am getting error that specified blob does not exist. I am confused what should be the blob name. I gave LOCALFILENAME as my csv file name seen in the blob container]
---
#### Document Details
⚠ *Do not edit this se... | non_comp | error regarding blob name document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide ... | 0 |
9,538 | 11,593,178,006 | IssuesEvent | 2020-02-24 13:07:15 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Need to add compatibility with LuckyWP Table of content with AMP. | 3rd party Compatibility P | As per user using LuckyWP Table of content and which is not supported with AMP, so need to built compatibility with our core plugin.
Ref: https://secure.helpscout.net/conversation/991043674/94946?folderId=3126461
| True | Need to add compatibility with LuckyWP Table of content with AMP. - As per user using LuckyWP Table of content and which is not supported with AMP, so need to built compatibility with our core plugin.
Ref: https://secure.helpscout.net/conversation/991043674/94946?folderId=3126461
| comp | need to add compatibility with luckywp table of content with amp as per user using luckywp table of content and which is not supported with amp so need to built compatibility with our core plugin ref | 1 |
527,393 | 15,341,996,318 | IssuesEvent | 2021-02-27 14:27:27 | python/mypy | https://api.github.com/repos/python/mypy | closed | Build wheels for Apple Silicon | performance priority-0-high | Currently we don't generate binary wheels for macs with Apple Silicon, and the only option is to use the slower, interpreted version of mypy when using an ARM CPython build. A compiled wheel could up to 4x faster than the interpreted one.
cibuildwheel (https://github.com/joerick/cibuildwheel), which we use to compil... | 1.0 | Build wheels for Apple Silicon - Currently we don't generate binary wheels for macs with Apple Silicon, and the only option is to use the slower, interpreted version of mypy when using an ARM CPython build. A compiled wheel could up to 4x faster than the interpreted one.
cibuildwheel (https://github.com/joerick/cibu... | non_comp | build wheels for apple silicon currently we don t generate binary wheels for macs with apple silicon and the only option is to use the slower interpreted version of mypy when using an arm cpython build a compiled wheel could up to faster than the interpreted one cibuildwheel which we use to compile wheels... | 0 |
642,303 | 20,883,856,597 | IssuesEvent | 2022-03-23 01:20:46 | openvinotoolkit/openvino | https://api.github.com/repos/openvinotoolkit/openvino | closed | Inference Engine Initialization | category: CPU effort: ∞ feature optimization priority: medium | Hi! I noticed that the part "Loading the Model to the Device" takes up a lot of time. I need to perform series of inference requests so I am trying to initialize the model once. Is there a way to save the values? (For example: ExecutableNetwork network) | 1.0 | Inference Engine Initialization - Hi! I noticed that the part "Loading the Model to the Device" takes up a lot of time. I need to perform series of inference requests so I am trying to initialize the model once. Is there a way to save the values? (For example: ExecutableNetwork network) | non_comp | inference engine initialization hi i noticed that the part loading the model to the device takes up a lot of time i need to perform series of inference requests so i am trying to initialize the model once is there a way to save the values for example executablenetwork network | 0 |
800,572 | 28,371,616,272 | IssuesEvent | 2023-04-12 17:25:07 | Vladyslav-Team/backend | https://api.github.com/repos/Vladyslav-Team/backend | closed | 2.3. Add the ability to change the status of Proof: from Published to Hidden | lowPriority backEnd | Create method hideProof()
Use PATCH query ("/talents/{talent-id}/proofs/{proof-id}") | 1.0 | 2.3. Add the ability to change the status of Proof: from Published to Hidden - Create method hideProof()
Use PATCH query ("/talents/{talent-id}/proofs/{proof-id}") | non_comp | add the ability to change the status of proof from published to hidden create method hideproof use patch query talents talent id proofs proof id | 0 |
241,876 | 26,256,962,940 | IssuesEvent | 2023-01-06 02:11:44 | Guillerbr/api-laravel-auth | https://api.github.com/repos/Guillerbr/api-laravel-auth | opened | CVE-2021-23382 (High) detected in postcss-7.0.17.tgz | security vulnerability | ## CVE-2021-23382 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postcss-7.0.17.tgz</b></p></summary>
<p>Tool for transforming styles with JS plugins</p>
<p>Library home page: <a href... | True | CVE-2021-23382 (High) detected in postcss-7.0.17.tgz - ## CVE-2021-23382 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postcss-7.0.17.tgz</b></p></summary>
<p>Tool for transforming s... | non_comp | cve high detected in postcss tgz cve high severity vulnerability vulnerable library postcss tgz tool for transforming styles with js plugins library home page a href path to dependency file api laravel auth package json path to vulnerable library node modules postc... | 0 |
6,339 | 8,679,472,638 | IssuesEvent | 2018-12-01 00:04:52 | cobalt-org/liquid-rust | https://api.github.com/repos/cobalt-org/liquid-rust | opened | Sort order of `nil` is incorrect | bug shopify-compatibility | Example test
```rust
assert_eq!(v!([1, 2, 3, 4, nil]), filters!(sort, v!([nil, 4, 3, 2, 1])));
``` | True | Sort order of `nil` is incorrect - Example test
```rust
assert_eq!(v!([1, 2, 3, 4, nil]), filters!(sort, v!([nil, 4, 3, 2, 1])));
``` | comp | sort order of nil is incorrect example test rust assert eq v filters sort v | 1 |
4,930 | 7,542,170,936 | IssuesEvent | 2018-04-17 12:13:09 | rootsongjc/kubernetes-vagrant-centos-cluster | https://api.github.com/repos/rootsongjc/kubernetes-vagrant-centos-cluster | closed | Kubelet server start failed - v1.10.0 | compatibility | In this [PR](https://github.com/kubernetes/kops/pull/4357), the `--require-kubeconfig` flag has been removed.
When I use these scripts to setup cluster with kubelet version `1.10.0`, it will failed due to the unknown flag `--require-kubeconfig`.
After I removed this flag in the kubelet config file, it worked. | True | Kubelet server start failed - v1.10.0 - In this [PR](https://github.com/kubernetes/kops/pull/4357), the `--require-kubeconfig` flag has been removed.
When I use these scripts to setup cluster with kubelet version `1.10.0`, it will failed due to the unknown flag `--require-kubeconfig`.
After I removed this flag in... | comp | kubelet server start failed in this the require kubeconfig flag has been removed when i use these scripts to setup cluster with kubelet version it will failed due to the unknown flag require kubeconfig after i removed this flag in the kubelet config file it worked | 1 |
192,965 | 6,877,597,207 | IssuesEvent | 2017-11-20 08:44:02 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | opened | Command to manage hooks without restarting OpenNebula | Category: Core & System Priority: Normal Status: Pending Tracker: Backlog | ---
Author Name: **Jaime Melis** (@jmelis)
Original Redmine Issue: 3542, https://dev.opennebula.org/issues/3542
Original Date: 2015-02-02
---
Hooks are now defined in oned.conf. This feature will allow users to manage hooks using a specific tool, such as 'onehook'. This feature would allow administrators to:
... | 1.0 | Command to manage hooks without restarting OpenNebula - ---
Author Name: **Jaime Melis** (@jmelis)
Original Redmine Issue: 3542, https://dev.opennebula.org/issues/3542
Original Date: 2015-02-02
---
Hooks are now defined in oned.conf. This feature will allow users to manage hooks using a specific tool, such as 'one... | non_comp | command to manage hooks without restarting opennebula author name jaime melis jmelis original redmine issue original date hooks are now defined in oned conf this feature will allow users to manage hooks using a specific tool such as onehook this feature would allow administrator... | 0 |
5,090 | 7,700,893,942 | IssuesEvent | 2018-05-20 08:42:10 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | ErrDataOutOfRange is not bounded with args | compatibility help wanted | Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
create table t(c1 decimal default 1.7976931348623157E308);
```
2. What did you expect to see?
```
ERROR 1067 (42000): Invalid default value for 'c1'
```
3.... | True | ErrDataOutOfRange is not bounded with args - Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
create table t(c1 decimal default 1.7976931348623157E308);
```
2. What did you expect to see?
```
ERROR 1067 (4200... | comp | errdataoutofrange is not bounded with args please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error create table t decimal default what did you expect to see error invalid default value f... | 1 |
11,687 | 13,758,391,777 | IssuesEvent | 2020-10-06 23:55:12 | servo/pathfinder | https://api.github.com/repos/servo/pathfinder | closed | Shaders not easy to compile on windows | compatibility | I'm trying to modify the shaders in pathfinder (for the webgpu backend) on a Windows machine and am running into issues running the Makefile (not `pathfinder`'s fault, just the normal issues with running `make` on Windows, like missing unix tools, etc).
Would `pathfinder` consider letting this part of the pipeline b... | True | Shaders not easy to compile on windows - I'm trying to modify the shaders in pathfinder (for the webgpu backend) on a Windows machine and am running into issues running the Makefile (not `pathfinder`'s fault, just the normal issues with running `make` on Windows, like missing unix tools, etc).
Would `pathfinder` con... | comp | shaders not easy to compile on windows i m trying to modify the shaders in pathfinder for the webgpu backend on a windows machine and am running into issues running the makefile not pathfinder s fault just the normal issues with running make on windows like missing unix tools etc would pathfinder con... | 1 |
629,835 | 20,068,197,397 | IssuesEvent | 2022-02-04 00:57:51 | rom1504/img2dataset | https://api.github.com/repos/rom1504/img2dataset | closed | Test and then consider changing recommendation to use knot-resolver instead of bind | low priority | https://www.knot-resolver.cz/
it was found it might be better than bind9 for this use case | 1.0 | Test and then consider changing recommendation to use knot-resolver instead of bind - https://www.knot-resolver.cz/
it was found it might be better than bind9 for this use case | non_comp | test and then consider changing recommendation to use knot resolver instead of bind it was found it might be better than for this use case | 0 |
49,468 | 10,352,435,704 | IssuesEvent | 2019-09-05 09:14:55 | atomist/sdm-pack-aspect | https://api.github.com/repos/atomist/sdm-pack-aspect | reopened | Code Inspection: Tslint on master | code-inspection | ### eofline
- [`lib/aspect/score/ScoredAspect.ts:190`](https://github.com/atomist/sdm-pack-aspect/blob/4084fef51c8e47fab6957ac8fc1c0004ff052cee/lib/aspect/score/ScoredAspect.ts#L190): _(error)_ file should end with a newline
- [`lib/scorer/Score.ts:164`](https://github.com/atomist/sdm-pack-aspect/blob/4084fef51c8e47fa... | 1.0 | Code Inspection: Tslint on master - ### eofline
- [`lib/aspect/score/ScoredAspect.ts:190`](https://github.com/atomist/sdm-pack-aspect/blob/4084fef51c8e47fab6957ac8fc1c0004ff052cee/lib/aspect/score/ScoredAspect.ts#L190): _(error)_ file should end with a newline
- [`lib/scorer/Score.ts:164`](https://github.com/atomist/s... | non_comp | code inspection tslint on master eofline error file should end with a newline error file should end with a newline ordered imports error import sources within a group must be alphabetized error import sources within a group must be alphabetized error imp... | 0 |
15,726 | 20,364,310,225 | IssuesEvent | 2022-02-21 02:32:07 | remkop/picocli | https://api.github.com/repos/remkop/picocli | opened | Add IDefaultValuesProvider API for multi-value default provider | type: API :electric_plug: theme: compatibility | Related to #879 and #877:
If new annotations are added to support multi-value default/fallback values, then it makes sense to add new API that provides the multi-value equivalent of the [`IDefaultProvider`](https://picocli.info/#_default_provider) interface. Something like this:
```java
public interface IDefault... | True | Add IDefaultValuesProvider API for multi-value default provider - Related to #879 and #877:
If new annotations are added to support multi-value default/fallback values, then it makes sense to add new API that provides the multi-value equivalent of the [`IDefaultProvider`](https://picocli.info/#_default_provider) int... | comp | add idefaultvaluesprovider api for multi value default provider related to and if new annotations are added to support multi value default fallback values then it makes sense to add new api that provides the multi value equivalent of the interface something like this java public interface idef... | 1 |
17,959 | 10,169,183,491 | IssuesEvent | 2019-08-07 23:19:28 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | ASN.1 Deserialize fails with SequenceOf strings | area-System.Security | Let me preface this with the statement that I fully understand this is an internal-only API (for now at least). Nevertheless, this is a fairly important test case.
Suppose an ASN.1 of
```
kdc-req ::= SEQUENCE {
...
sname [3] PrincipalName OPTIONAL,
...
}
PrincipalName ::= SEQUENCE {
name-type [0] Int32... | True | ASN.1 Deserialize fails with SequenceOf strings - Let me preface this with the statement that I fully understand this is an internal-only API (for now at least). Nevertheless, this is a fairly important test case.
Suppose an ASN.1 of
```
kdc-req ::= SEQUENCE {
...
sname [3] PrincipalName OPTIONAL,
...
}
... | non_comp | asn deserialize fails with sequenceof strings let me preface this with the statement that i fully understand this is an internal only api for now at least nevertheless this is a fairly important test case suppose an asn of kdc req sequence sname principalname optional pr... | 0 |
143,520 | 13,065,961,268 | IssuesEvent | 2020-07-30 20:44:19 | gatsbyjs/gatsby | https://api.github.com/repos/gatsbyjs/gatsby | closed | [docs][guides] Other CSS Frameworks and Libraries page | not stale status: community assigned type: documentation | ## Summary
Add a new Reference Guide to the [CSS Libraries and Frameworks](https://www.gatsbyjs.org/docs/css-libraries-and-frameworks/) section for "Other Libraries" and mention Bootstrap, Material UI, Reach UI, Grommet, etc. We do NOT want to list every UI library, as that would be impossible to maintain.
Here a... | 1.0 | [docs][guides] Other CSS Frameworks and Libraries page - ## Summary
Add a new Reference Guide to the [CSS Libraries and Frameworks](https://www.gatsbyjs.org/docs/css-libraries-and-frameworks/) section for "Other Libraries" and mention Bootstrap, Material UI, Reach UI, Grommet, etc. We do NOT want to list every UI li... | non_comp | other css frameworks and libraries page summary add a new reference guide to the section for other libraries and mention bootstrap material ui reach ui grommet etc we do not want to list every ui library as that would be impossible to maintain here are the criteria for what should be listed o... | 0 |
19,945 | 27,766,738,085 | IssuesEvent | 2023-03-16 11:59:06 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | RUCSS compatibility with WP Booking System | 3rd party compatibility | **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
WP Booking System has part of its style using the tilde `~` characters, which is... | True | RUCSS compatibility with WP Booking System - **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
WP Booking System has part of its s... | comp | rucss compatibility with wp booking system 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 describe the bug wp booking system has part of its style... | 1 |
507,317 | 14,679,964,953 | IssuesEvent | 2020-12-31 08:38:03 | k8smeetup/website-tasks | https://api.github.com/repos/k8smeetup/website-tasks | opened | /docs/reference/glossary/init-container.md | lang/zh priority/P0 sync/update version/master welcome | Source File: [/docs/reference/glossary/init-container.md](https://github.com/kubernetes/website/blob/master/content/en/docs/reference/glossary/init-container.md)
Diff 命令参考:
```bash
# 查看原始文档与翻译文档更新差异
git diff --no-index -- content/en/docs/reference/glossary/init-container.md content/zh/docs/reference/glossary/init-co... | 1.0 | /docs/reference/glossary/init-container.md - Source File: [/docs/reference/glossary/init-container.md](https://github.com/kubernetes/website/blob/master/content/en/docs/reference/glossary/init-container.md)
Diff 命令参考:
```bash
# 查看原始文档与翻译文档更新差异
git diff --no-index -- content/en/docs/reference/glossary/init-container.... | non_comp | docs reference glossary init container md source file diff 命令参考 bash 查看原始文档与翻译文档更新差异 git diff no index content en docs reference glossary init container md content zh docs reference glossary init container md 跨分支持查看原始文档更新差异 git diff release master content en docs reference glossary init ... | 0 |
225,219 | 17,799,379,114 | IssuesEvent | 2021-09-01 04:59:32 | infinyon/fluvio | https://api.github.com/repos/infinyon/fluvio | closed | Scalability: Smoke test fail in long run | bug SPU Test Stability/Scalability | steps to reproduce it:
```
RUST_BACKTRACE=1 make smoke-test-local EXTRA_ARG=--keep-cluster RELEASE=true REPL=1 DEFAULT_SPU=1 DEFAULT_ITERATION=1000000 SERVER_LOG=info
```
This result in panic at iteration: 330600
```
total records sent: 330300 chunk time: 1.1 secs
total processed records: 330400 chunk time: 1.... | 1.0 | Scalability: Smoke test fail in long run - steps to reproduce it:
```
RUST_BACKTRACE=1 make smoke-test-local EXTRA_ARG=--keep-cluster RELEASE=true REPL=1 DEFAULT_SPU=1 DEFAULT_ITERATION=1000000 SERVER_LOG=info
```
This result in panic at iteration: 330600
```
total records sent: 330300 chunk time: 1.1 secs
tot... | non_comp | scalability smoke test fail in long run steps to reproduce it rust backtrace make smoke test local extra arg keep cluster release true repl default spu default iteration server log info this result in panic at iteration total records sent chunk time secs total processed rec... | 0 |
181,698 | 14,074,314,326 | IssuesEvent | 2020-11-04 07:03:38 | OpenMined/PySyft | https://api.github.com/repos/OpenMined/PySyft | closed | Add torch.Tensor.dense_dim to allowlist and test suite | Priority: 2 - High :cold_sweat: Severity: 3 - Medium :unamused: Status: Available :wave: Type: New Feature :heavy_plus_sign: Type: Testing :test_tube: |
# Description
This issue is a part of Syft 0.3.0 Epic 2: https://github.com/OpenMined/PySyft/issues/3696
In this issue, you will be adding support for remote execution of the torch.Tensor.dense_dim
method or property. This might be a really small project (literally a one-liner) or
it might require adding significant... | 2.0 | Add torch.Tensor.dense_dim to allowlist and test suite -
# Description
This issue is a part of Syft 0.3.0 Epic 2: https://github.com/OpenMined/PySyft/issues/3696
In this issue, you will be adding support for remote execution of the torch.Tensor.dense_dim
method or property. This might be a really small project (lite... | non_comp | add torch tensor dense dim to allowlist and test suite description this issue is a part of syft epic in this issue you will be adding support for remote execution of the torch tensor dense dim method or property this might be a really small project literally a one liner or it might require adding ... | 0 |
16,302 | 21,938,393,674 | IssuesEvent | 2022-05-23 15:36:45 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Review jOOQ logging namespaces | T: Task C: Functionality P: Medium R: Wontfix T: Incompatible change E: All Editions | Logging namespaces can be as fine-grained as needed by an application. They do not need to match Java packages or classes.
jOOQ 4.0 is a major release and it may make sense to review namespaces for loggers from an overall point of view.
As suggested by Joachim in this thread here:
https://groups.google.com/d/msg/jooq... | True | Review jOOQ logging namespaces - Logging namespaces can be as fine-grained as needed by an application. They do not need to match Java packages or classes.
jOOQ 4.0 is a major release and it may make sense to review namespaces for loggers from an overall point of view.
As suggested by Joachim in this thread here:
htt... | comp | review jooq logging namespaces logging namespaces can be as fine grained as needed by an application they do not need to match java packages or classes jooq is a major release and it may make sense to review namespaces for loggers from an overall point of view as suggested by joachim in this thread here ... | 1 |
757,629 | 26,522,322,533 | IssuesEvent | 2023-01-19 04:41:34 | canonical/alertmanager-k8s-operator | https://api.github.com/repos/canonical/alertmanager-k8s-operator | closed | The readme is not consistent with the actual usage | Type: Bug Status: Confirmed Priority: High | The readme is not consistent with the actual usage. When charmhub got rid of the Docs tab, the content from discourse was moved to the Descriptions tab, making it super confusing as it now contains TWO overviews with entirely different content.
We should
- Make sure the overview taken from the readme is up to d... | 1.0 | The readme is not consistent with the actual usage - The readme is not consistent with the actual usage. When charmhub got rid of the Docs tab, the content from discourse was moved to the Descriptions tab, making it super confusing as it now contains TWO overviews with entirely different content.
We should
- Ma... | non_comp | the readme is not consistent with the actual usage the readme is not consistent with the actual usage when charmhub got rid of the docs tab the content from discourse was moved to the descriptions tab making it super confusing as it now contains two overviews with entirely different content we should ma... | 0 |
1,785 | 4,344,830,116 | IssuesEvent | 2016-07-29 09:56:39 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | VK app video upload does not work | Compatibility | @gshumihin seems to be caused by HTTPs filtering. Please check it. | True | VK app video upload does not work - @gshumihin seems to be caused by HTTPs filtering. Please check it. | comp | vk app video upload does not work gshumihin seems to be caused by https filtering please check it | 1 |
309,436 | 9,474,652,871 | IssuesEvent | 2019-04-19 08:16:27 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.facebook.com - site is not usable | browser-firefox priority-critical | <!-- @browser: Firefox 66.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 -->
<!-- @reported_with: addon-reporter-firefox -->
**URL**: https://www.facebook.com/
**Browser / Version**: Firefox 66.0
**Operating System**: Windows 10
**Tested Another Browser**: Unknown... | 1.0 | www.facebook.com - site is not usable - <!-- @browser: Firefox 66.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 -->
<!-- @reported_with: addon-reporter-firefox -->
**URL**: https://www.facebook.com/
**Browser / Version**: Firefox 66.0
**Operating System**: Window... | non_comp | site is not usable url browser version firefox operating system windows tested another browser unknown problem type site is not usable description site says i have an ad blocker i don t steps to reproduce browser configuration none fr... | 0 |
10,974 | 13,001,644,388 | IssuesEvent | 2020-07-24 00:23:21 | castlelemongrab/parlance | https://api.github.com/repos/castlelemongrab/parlance | closed | Modularize JSON output engine | Acceptable Compatibility External Lemonstyle To-Do | There should be a properly modular way to introduce new output formats in addition to the current JSON array on standard output. Formats such as JSONL, a directory full of JSON files, PostgreSQL and/or other database output support (see issue #23) could be incredibly useful.
In addition, these output emitters could ... | True | Modularize JSON output engine - There should be a properly modular way to introduce new output formats in addition to the current JSON array on standard output. Formats such as JSONL, a directory full of JSON files, PostgreSQL and/or other database output support (see issue #23) could be incredibly useful.
In additi... | comp | modularize json output engine there should be a properly modular way to introduce new output formats in addition to the current json array on standard output formats such as jsonl a directory full of json files postgresql and or other database output support see issue could be incredibly useful in additio... | 1 |
13,187 | 15,531,772,232 | IssuesEvent | 2021-03-14 01:32:22 | blay09/CookingForBlockheads | https://api.github.com/repos/blay09/CookingForBlockheads | closed | Compressed Cow in a jar | compatibility feature fixed in next version | A cow in a jar that produces milk faster, Use a compressed cow instead of a normal cow. | True | Compressed Cow in a jar - A cow in a jar that produces milk faster, Use a compressed cow instead of a normal cow. | comp | compressed cow in a jar a cow in a jar that produces milk faster use a compressed cow instead of a normal cow | 1 |
163,627 | 25,848,149,434 | IssuesEvent | 2022-12-13 08:27:35 | protocol/onchain-storage | https://api.github.com/repos/protocol/onchain-storage | closed | Sidebar | app design | Improvements:
- [x] Check sidebar’s icon
- [x] Check spaces
- [x] Add all the other links and icons on sidebar and make them grey (coming soon)
| 1.0 | Sidebar - Improvements:
- [x] Check sidebar’s icon
- [x] Check spaces
- [x] Add all the other links and icons on sidebar and make them grey (coming soon)
| non_comp | sidebar improvements check sidebar’s icon check spaces add all the other links and icons on sidebar and make them grey coming soon | 0 |
400,556 | 27,290,179,028 | IssuesEvent | 2023-02-23 16:05:04 | k8ssandra/k8ssandra | https://api.github.com/repos/k8ssandra/k8ssandra | closed | Adding details for deploying reaper pod in k8ssandra | documentation ready-for-review | Currently there are no details in the documentation about how to deploy reaper pod with k8ssandra.
https://docs-v2.k8ssandra.io/components/reaper/
We should have the information about adding reaper pod deployment in our current docs.
This is the information which can be used for documentation:
There are two... | 1.0 | Adding details for deploying reaper pod in k8ssandra - Currently there are no details in the documentation about how to deploy reaper pod with k8ssandra.
https://docs-v2.k8ssandra.io/components/reaper/
We should have the information about adding reaper pod deployment in our current docs.
This is the information ... | non_comp | adding details for deploying reaper pod in currently there are no details in the documentation about how to deploy reaper pod with we should have the information about adding reaper pod deployment in our current docs this is the information which can be used for documentation there are two ways w... | 0 |
11,804 | 13,917,691,166 | IssuesEvent | 2020-10-21 06:27:47 | invoiceninja/invoiceninja | https://api.github.com/repos/invoiceninja/invoiceninja | closed | decimal numbers are troncated | compatibility | Hi team,
using templating tools the numbers are troncated when the decimals = 0.
DB value = 1786.00
result in PDF = 1786
The number are passed in string as :
"text": "$invoice.subtotal_amount",
An idea to help? | True | decimal numbers are troncated - Hi team,
using templating tools the numbers are troncated when the decimals = 0.
DB value = 1786.00
result in PDF = 1786
The number are passed in string as :
"text": "$invoice.subtotal_amount",
An idea to help? | comp | decimal numbers are troncated hi team using templating tools the numbers are troncated when the decimals db value result in pdf the number are passed in string as text invoice subtotal amount an idea to help | 1 |
544,218 | 15,891,224,225 | IssuesEvent | 2021-04-10 18:23:11 | kir-dev/pek-next | https://api.github.com/repos/kir-dev/pek-next | closed | Indicate to the RVT if probably bad semester (and season) is set | enhancement good-first-issue priority: low | A magyar leírás lent található
## English description
Indicate somehow to the RVT if the semester (and/or season) is not the current one. We can't calculate it accurately, but we can handle irrational situations.
---
## Magyar leírás
Valahogy jelezzük az RVT-nek, ha feltehetően rossz félév (és/vagy idősz... | 1.0 | Indicate to the RVT if probably bad semester (and season) is set - A magyar leírás lent található
## English description
Indicate somehow to the RVT if the semester (and/or season) is not the current one. We can't calculate it accurately, but we can handle irrational situations.
---
## Magyar leírás
Vala... | non_comp | indicate to the rvt if probably bad semester and season is set a magyar leírás lent található english description indicate somehow to the rvt if the semester and or season is not the current one we can t calculate it accurately but we can handle irrational situations magyar leírás vala... | 0 |
6,946 | 9,219,685,816 | IssuesEvent | 2019-03-11 15:53:56 | PorktoberRevolution/ReStocked | https://api.github.com/repos/PorktoberRevolution/ReStocked | closed | RealChute Compatability | Mod Compatibility enhancement | Something is problematic when RealChute is installed.
Should be fixed on our end likely | True | RealChute Compatability - Something is problematic when RealChute is installed.
Should be fixed on our end likely | comp | realchute compatability something is problematic when realchute is installed should be fixed on our end likely | 1 |
63,180 | 3,194,265,258 | IssuesEvent | 2015-09-30 11:04:42 | fusioninventory/fusioninventory-for-glpi | https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi | opened | When entity rule say ignore, add it in class ignoreimport | Category: Rules Component: For junior contributor Priority: Normal Status: New Tracker: Feature | ---
Author Name: **David Durieux** (@ddurieux)
Original Redmine Issue: 1740, http://forge.fusioninventory.org/issues/1740
Original Date: 2012-07-25
Original Assignee: David Durieux
---
We must add a column ruleitemtype to identify importdevices rules and entity rules
| 1.0 | When entity rule say ignore, add it in class ignoreimport - ---
Author Name: **David Durieux** (@ddurieux)
Original Redmine Issue: 1740, http://forge.fusioninventory.org/issues/1740
Original Date: 2012-07-25
Original Assignee: David Durieux
---
We must add a column ruleitemtype to identify importdevices rules and e... | non_comp | when entity rule say ignore add it in class ignoreimport author name david durieux ddurieux original redmine issue original date original assignee david durieux we must add a column ruleitemtype to identify importdevices rules and entity rules | 0 |
86,799 | 10,518,490,103 | IssuesEvent | 2019-09-29 11:11:03 | glezseoane/olivetty | https://api.github.com/repos/glezseoane/olivetty | opened | Lay the foundations of the project | documentation working on | In order to start working, it is necessary to specifically establish the scope of this project and its earliest versions.
- [ ] Document the desired final scope of the mature version.
- [ ] Create a roadmap.
- [ ] Document a decomposition of the final use cases of first alpha version.
- [ ] Add a UML scheme of th... | 1.0 | Lay the foundations of the project - In order to start working, it is necessary to specifically establish the scope of this project and its earliest versions.
- [ ] Document the desired final scope of the mature version.
- [ ] Create a roadmap.
- [ ] Document a decomposition of the final use cases of first alpha v... | non_comp | lay the foundations of the project in order to start working it is necessary to specifically establish the scope of this project and its earliest versions document the desired final scope of the mature version create a roadmap document a decomposition of the final use cases of first alpha version... | 0 |
107,955 | 16,762,613,571 | IssuesEvent | 2021-06-14 02:37:36 | gms-ws-demo/nibrs-pr-test | https://api.github.com/repos/gms-ws-demo/nibrs-pr-test | opened | CVE-2018-1048 (High) detected in undertow-core-1.4.20.Final.jar, undertow-core-1.4.25.Final.jar | security vulnerability | ## CVE-2018-1048 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>undertow-core-1.4.20.Final.jar</b>, <b>undertow-core-1.4.25.Final.jar</b></p></summary>
<p>
<details><summary><b>unde... | True | CVE-2018-1048 (High) detected in undertow-core-1.4.20.Final.jar, undertow-core-1.4.25.Final.jar - ## CVE-2018-1048 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>undertow-core-1.4.20... | non_comp | cve high detected in undertow core final jar undertow core final jar cve high severity vulnerability vulnerable libraries undertow core final jar undertow core final jar undertow core final jar undertow library home page a href path to depe... | 0 |
13,828 | 16,550,002,207 | IssuesEvent | 2021-05-28 07:27:59 | PolyhedralDev/Terra | https://api.github.com/repos/PolyhedralDev/Terra | closed | Crash when clicking "Create New World" from singleplayer menu with Biomes O' Plenty in mods folder | Platform: Forge Resolution: Invalid Type: Compatibility | Crashes to MC launcher with the message:
The game crashed whilst mouseclicked event handler
Error: java.lang.ClassCastException: net.minecraft.util.text.StringTextComponent cannot be cast to net.minecraft.util.text.TranslationTextComponent
Exit Code: -1
Resolved once Biomes O' Plenty is removed.
Minecraft:
1.... | True | Crash when clicking "Create New World" from singleplayer menu with Biomes O' Plenty in mods folder - Crashes to MC launcher with the message:
The game crashed whilst mouseclicked event handler
Error: java.lang.ClassCastException: net.minecraft.util.text.StringTextComponent cannot be cast to net.minecraft.util.text.Tr... | comp | crash when clicking create new world from singleplayer menu with biomes o plenty in mods folder crashes to mc launcher with the message the game crashed whilst mouseclicked event handler error java lang classcastexception net minecraft util text stringtextcomponent cannot be cast to net minecraft util text tr... | 1 |
8,936 | 10,933,929,615 | IssuesEvent | 2019-11-24 07:11:36 | SpongePowered/SpongeForge | https://api.github.com/repos/SpongePowered/SpongeForge | reopened | Incorrect ember energy transfer render on server | status: accepted type: mod incompatibility version: 1.12 | **I am currently running**
<!-- If you don't use the latest version, please tell us why. -->
forge-1.12.2-14.23.5.2836-universal
spongeforge-1.12.2-2768-7.1.6-RC3616
EmbersRekindled-1.13-hotfix2
<!-- Please include ALL mods/plugins you had installed when your issue happened, you can get a list of
your ... | True | Incorrect ember energy transfer render on server - **I am currently running**
<!-- If you don't use the latest version, please tell us why. -->
forge-1.12.2-14.23.5.2836-universal
spongeforge-1.12.2-2768-7.1.6-RC3616
EmbersRekindled-1.13-hotfix2
<!-- Please include ALL mods/plugins you had installed when your is... | comp | incorrect ember energy transfer render on server i am currently running forge universal spongeforge embersrekindled please include all mods plugins you had installed when your issue happened you can get a list of your mods and plugins by running spong... | 1 |
50,510 | 6,099,308,400 | IssuesEvent | 2017-06-20 09:43:59 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | Integrate leadman analytics page with common date selector | Ready to Test QA | Eg, see http://itsinsuredqa-crm.kademi.com.au/analytics/acquisition
Where we show active leads this will not be affected by date range. The date range should only apply to leads completed in the specified date range
- closed deals in the funnel
- the histogram and circles in the left hand panel
 detected in sockjs-0.3.19.tgz | security vulnerability | ## CVE-2020-7693 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary>
<p>SockJS-node is a server counterpart of SockJS-client a JavaScript library that... | True | CVE-2020-7693 (Medium) detected in sockjs-0.3.19.tgz - ## CVE-2020-7693 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary>
<p>SockJS-node is a server... | non_comp | cve medium detected in sockjs tgz cve medium severity vulnerability vulnerable library sockjs tgz sockjs node is a server counterpart of sockjs client a javascript library that provides a websocket like object in the browser sockjs gives you a coherent cross browser javascrip... | 0 |
2,018 | 4,751,619,057 | IssuesEvent | 2016-10-23 00:25:30 | checkstyle/checkstyle | https://api.github.com/repos/checkstyle/checkstyle | opened | Refactoring of Scope class in API | approved breaking compatibility | https://docs.oracle.com/javase/specs/jls/se8/html/jls-6.html#jls-6.6
"public, protected, and private" are called as "access modifiers"
https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/api/Scope.java
contains "access modifiers" and scope level - anoninner.
Two ... | True | Refactoring of Scope class in API - https://docs.oracle.com/javase/specs/jls/se8/html/jls-6.html#jls-6.6
"public, protected, and private" are called as "access modifiers"
https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/api/Scope.java
contains "access modifiers... | comp | refactoring of scope class in api public protected and private are called as access modifiers contains access modifiers and scope level anoninner two separate terms are in one class and even in api class scope scope was added at far history todo break api and ... | 1 |
2,036 | 11,296,693,901 | IssuesEvent | 2020-01-17 02:51:40 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | First section - sentence flaw | Pri2 automation/svc cxp doc-enhancement shared-capabilities/subsvc triaged | you can must delete and re-create the variable as un-encrypted.
Can I? or Must I?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: fbcf48d3-ba48-75e5-092d-40317111b389
* Version Independent ID: 055126f7-51a5-37b3-a447-829b75c694b8
* Content:... | 1.0 | First section - sentence flaw - you can must delete and re-create the variable as un-encrypted.
Can I? or Must I?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: fbcf48d3-ba48-75e5-092d-40317111b389
* Version Independent ID: 055126f7-51a5-3... | non_comp | first section sentence flaw you can must delete and re create the variable as un encrypted can i or must i document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source ... | 0 |
124,172 | 10,297,549,941 | IssuesEvent | 2019-08-28 05:49:54 | chainer/chainer | https://api.github.com/repos/chainer/chainer | closed | FlakyTest: tests/chainerx_tests/unit_tests/routines_tests/test_misc.py::test_Maximum | cat:test pr-ongoing prio:high | [Travis](https://travis-ci.org/chainer/chainer/jobs/574765416)
```test_Maximum_param_174_{in_shapes=((3, 1), (3, 4)), in_dtypes=('float16', 'float16'), input_lhs='random', is_module=False, input_rhs='random', out_dtype='float16'}[native:0]```
```
self = <chainer.gradient_check._CheckBackward object at 0x7f206a88... | 1.0 | FlakyTest: tests/chainerx_tests/unit_tests/routines_tests/test_misc.py::test_Maximum - [Travis](https://travis-ci.org/chainer/chainer/jobs/574765416)
```test_Maximum_param_174_{in_shapes=((3, 1), (3, 4)), in_dtypes=('float16', 'float16'), input_lhs='random', is_module=False, input_rhs='random', out_dtype='float16'}[... | non_comp | flakytest tests chainerx tests unit tests routines tests test misc py test maximum test maximum param in shapes in dtypes input lhs random is module false input rhs random out dtype self gx numeric array shape dtype device nativ... | 0 |
545,255 | 15,947,043,151 | IssuesEvent | 2021-04-15 02:32:18 | apcountryman/picolibrary-microchip-megaavr0 | https://api.github.com/repos/apcountryman/picolibrary-microchip-megaavr0 | closed | Add reserved register abstraction | priority-normal status-awaiting_approval type-feature | Add reserved register abstraction (`::picolibrary::Microchip::megaAVR0::Reserved_Register`).
- [x] The reserved register abstraction should be defined in the `include/picolibrary/microchip/megaavr0/register.h`/`source/picolibrary/microchip/megaavr0/register.cc` header/source file pair.
The reserved register abstrac... | 1.0 | Add reserved register abstraction - Add reserved register abstraction (`::picolibrary::Microchip::megaAVR0::Reserved_Register`).
- [x] The reserved register abstraction should be defined in the `include/picolibrary/microchip/megaavr0/register.h`/`source/picolibrary/microchip/megaavr0/register.cc` header/source file pa... | non_comp | add reserved register abstraction add reserved register abstraction picolibrary microchip reserved register the reserved register abstraction should be defined in the include picolibrary microchip register h source picolibrary microchip register cc header source file pair the reserved reg... | 0 |
1,689 | 4,243,315,986 | IssuesEvent | 2016-07-06 22:31:39 | couchbase/couchbase-lite-ios | https://api.github.com/repos/couchbase/couchbase-lite-ios | closed | REST API does not allow GET on a db with "/" in its name | bug compatibility f: REST ready release-prep reproduce/investigate |
--------
* Version: N/A
* Client OS: 1.3.0.17
* Server: N/A
`http GET http://localhost:59840/_all_dbs`
```
[
"foward/slash"
]
```
`http GET http://localhost:59840/forward%2Fslash`
```
{
"error": "not_found",
"status": 404
}
```
As a sanity check, I issue the command against And... | True | REST API does not allow GET on a db with "/" in its name -
--------
* Version: N/A
* Client OS: 1.3.0.17
* Server: N/A
`http GET http://localhost:59840/_all_dbs`
```
[
"foward/slash"
]
```
`http GET http://localhost:59840/forward%2Fslash`
```
{
"error": "not_found",
"status": 404
}... | comp | rest api does not allow get on a db with in its name version n a client os server n a http get foward slash http get error not found status as a sanity check i issue the command against android and it w... | 1 |
746,739 | 26,043,777,186 | IssuesEvent | 2022-12-22 12:44:49 | Betarena/scores | https://api.github.com/repos/Betarena/scores | closed | Fixtures Probabilities keep loading (POSTPONED MATCH ISSUE) | bug high priority | The Stats has problems also:

https://betarena-scores-platform.herokuapp.com/football/2-de-mayo-paranaense-521186
https://betarena-scores-platform.herokuapp.com/football/aalen-st-pauli-99402 | 1.0 | Fixtures Probabilities keep loading (POSTPONED MATCH ISSUE) - The Stats has problems also:

https://betarena-scores-platform.herokuapp.com/football/2-de-mayo-paranaense-521186
https://betarena-scores-plat... | non_comp | fixtures probabilities keep loading postponed match issue the stats has problems also | 0 |
324,715 | 9,908,117,343 | IssuesEvent | 2019-06-27 17:27:53 | BendroCorp/bendrocorp-app | https://api.github.com/repos/BendroCorp/bendrocorp-app | closed | Events page (for admins) shows certification button for already certified events | bug priority:high | Events page (for admins) shows the certification button for already certified events. | 1.0 | Events page (for admins) shows certification button for already certified events - Events page (for admins) shows the certification button for already certified events. | non_comp | events page for admins shows certification button for already certified events events page for admins shows the certification button for already certified events | 0 |
1,902 | 4,568,174,769 | IssuesEvent | 2016-09-15 13:45:12 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | opened | Apple Music is incompatible with SSL filtering | Compatibility SSL | [Apple Music](https://play.google.com/store/apps/details?id=com.apple.android.music&hl=uk) с включенной защитой, некорректно иногда работает! обрывы в прослушивании ,не показывает рекомендации во вкладке (для вас) приходится выключать защиту, перезпускать Apple Music, потом включать защиту обратно. Отключение HTTPS фил... | True | Apple Music is incompatible with SSL filtering - [Apple Music](https://play.google.com/store/apps/details?id=com.apple.android.music&hl=uk) с включенной защитой, некорректно иногда работает! обрывы в прослушивании ,не показывает рекомендации во вкладке (для вас) приходится выключать защиту, перезпускать Apple Music, по... | comp | apple music is incompatible with ssl filtering с включенной защитой некорректно иногда работает обрывы в прослушивании не показывает рекомендации во вкладке для вас приходится выключать защиту перезпускать apple music потом включать защиту обратно отключение https фильтрации помогает | 1 |
150,229 | 23,625,251,808 | IssuesEvent | 2022-08-25 02:45:32 | Kyligence/ClickHouse | https://api.github.com/repos/Kyligence/ClickHouse | closed | Optimize memory allocation management | design needed | > 由 https://github.com/Kyligence/ClickHouse/issues/52 引起
优化目前的内存管理方式。
变更为数据相关的内存全部由C++控制。
将closableIterator的逻辑移动至c++侧
| 1.0 | Optimize memory allocation management - > 由 https://github.com/Kyligence/ClickHouse/issues/52 引起
优化目前的内存管理方式。
变更为数据相关的内存全部由C++控制。
将closableIterator的逻辑移动至c++侧
| non_comp | optimize memory allocation management 由 引起 优化目前的内存管理方式。 变更为数据相关的内存全部由c 控制。 将closableiterator的逻辑移动至c 侧 | 0 |
232,165 | 17,774,662,866 | IssuesEvent | 2021-08-30 17:36:08 | statdivlab/rigr | https://api.github.com/repos/statdivlab/rigr | closed | Remove `version` parameter from functions, add version and/or package creation date when package is loaded | documentation enhancement | It will be far more maintainable to have the version listed in one spot (for example, when the package is loaded) as opposed to in individual functions. `version` parameter has already been removed from `regress`, `descrip`, and both of their utility functions, but the parameter likely still exists elsewhere.
At th... | 1.0 | Remove `version` parameter from functions, add version and/or package creation date when package is loaded - It will be far more maintainable to have the version listed in one spot (for example, when the package is loaded) as opposed to in individual functions. `version` parameter has already been removed from `regress... | non_comp | remove version parameter from functions add version and or package creation date when package is loaded it will be far more maintainable to have the version listed in one spot for example when the package is loaded as opposed to in individual functions version parameter has already been removed from regress... | 0 |
10,124 | 12,136,637,794 | IssuesEvent | 2020-04-23 14:39:07 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | NGG_tag pages doesn't render Meta Robots Tag and Canonical Link Tag based on Yoast SEO settings. | Yoast: Plugins integration compatibility severity: minor support | <!-- 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 | NGG_tag pages doesn't render Meta Robots Tag and Canonical Link Tag based on Yoast SEO settings. - <!-- 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 guide... | comp | ngg tag pages doesn t render meta robots tag and canonical link tag based on yoast seo settings 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 searche... | 1 |
20,374 | 30,019,178,068 | IssuesEvent | 2023-06-26 21:22:48 | jwu910/check-it-out | https://api.github.com/repos/jwu910/check-it-out | closed | Compatibility: Git bash on Windows | bug compatibility pinned | CIO seems to work when manually calling index.js in the project, but using the `checkit` or `cio` alias assigned through npm, it does not work. | True | Compatibility: Git bash on Windows - CIO seems to work when manually calling index.js in the project, but using the `checkit` or `cio` alias assigned through npm, it does not work. | comp | compatibility git bash on windows cio seems to work when manually calling index js in the project but using the checkit or cio alias assigned through npm it does not work | 1 |
14,512 | 17,594,983,108 | IssuesEvent | 2021-08-17 02:54:55 | terasolunaorg/terasoluna-gfw-web-blank | https://api.github.com/repos/terasolunaorg/terasoluna-gfw-web-blank | closed | Reflect:Update the version of maven-plugin | type: oss-incompatible action: backport version: 5.8.0 | ## Original Issue
> Links to the original issues.
- Reflect https://github.com/terasolunaorg/terasoluna-gfw/issues/1083
## Description
> Please write if the description of the original issue is not enough.
> Please write based on facts as much as possible, and post links to references/Javadoc or stack traces.
... | True | Reflect:Update the version of maven-plugin - ## Original Issue
> Links to the original issues.
- Reflect https://github.com/terasolunaorg/terasoluna-gfw/issues/1083
## Description
> Please write if the description of the original issue is not enough.
> Please write based on facts as much as possible, and post ... | comp | reflect update the version of maven plugin original issue links to the original issues reflect description please write if the description of the original issue is not enough please write based on facts as much as possible and post links to references javadoc or stack traces take the f... | 1 |
8,793 | 10,737,633,136 | IssuesEvent | 2019-10-29 13:28:19 | digitalcreations/MaxTo | https://api.github.com/repos/digitalcreations/MaxTo | closed | Not working on Chrome, Edge (insider preview) or Brave version 78 or later | bug compatibility | MaxTo regions are not observed by the latest chrome and firefox dev versions.
https://www.google.com/chrome/dev/
https://www.mozilla.org/en-US/firefox/developer/
| True | Not working on Chrome, Edge (insider preview) or Brave version 78 or later - MaxTo regions are not observed by the latest chrome and firefox dev versions.
https://www.google.com/chrome/dev/
https://www.mozilla.org/en-US/firefox/developer/
| comp | not working on chrome edge insider preview or brave version or later maxto regions are not observed by the latest chrome and firefox dev versions | 1 |
2,717 | 5,447,399,811 | IssuesEvent | 2017-03-07 13:29:22 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Regression in SortedSet::Max | area-System.Collections bug tenet-compatibility | introduced in https://github.com/dotnet/corefx/pull/11968
```c#
using System;
using System.Collections.Generic;
class X
{
public static void Main ()
{
var set = new SortedSet<int> { 1, 3, 5, 7, 9 };
var view = set.GetViewBetween (4, 8);
Console.WriteLine (view.Max); // Prints 9 instead of 7
... | True | Regression in SortedSet::Max - introduced in https://github.com/dotnet/corefx/pull/11968
```c#
using System;
using System.Collections.Generic;
class X
{
public static void Main ()
{
var set = new SortedSet<int> { 1, 3, 5, 7, 9 };
var view = set.GetViewBetween (4, 8);
Console.WriteLine (view.Ma... | comp | regression in sortedset max introduced in c using system using system collections generic class x public static void main var set new sortedset var view set getviewbetween console writeline view max prints instead of | 1 |
15,239 | 19,358,401,188 | IssuesEvent | 2021-12-16 00:17:41 | unascribed/Fabrication | https://api.github.com/repos/unascribed/Fabrication | closed | Mixin conflict with Chest Cavity results in launch crash | k: Incompatibility n: Fabric | [latest.log gist](https://gist.github.com/AeiouEnigma/ef8d9ec1c95ade7c5bbeec517ffbd1f6)
[conflicting Inject in Chest Cavity](https://github.com/Tigereye504/chestcavity/blob/0d45d167f31bb020422dec7a3718915e8b275634/src/main/java/net/tigereye/chestcavity/mixin/MixinPotionEntity.java#L38)
Chest Cavity's Inject into ... | True | Mixin conflict with Chest Cavity results in launch crash - [latest.log gist](https://gist.github.com/AeiouEnigma/ef8d9ec1c95ade7c5bbeec517ffbd1f6)
[conflicting Inject in Chest Cavity](https://github.com/Tigereye504/chestcavity/blob/0d45d167f31bb020422dec7a3718915e8b275634/src/main/java/net/tigereye/chestcavity/mixin... | comp | mixin conflict with chest cavity results in launch crash chest cavity s inject into potionentity damageentitieshurtbywater prevents fabrication s inject from being able to access the local box variable a possible fix might be to adjust the priority of fabrication s mixinpotionentity class but i m uns... | 1 |
9,178 | 12,227,034,803 | IssuesEvent | 2020-05-03 13:38:53 | jyn514/rcc | https://api.github.com/repos/jyn514/rcc | opened | [ICE] preprocessor needs a recursion guard | ICE fuzz preprocessor | ### Code
<!-- The code that caused the panic goes here.
This should also include the error message you got. -->
Modified from the gcc torture suite.
```c
/* Add a few "extern int Xxxxxx ();" declarations. */
#define DEF(x) extern int x;
#define LIM1(x) DEF(x##0); DEF(x##1); DEF(x##2); DEF(x##3); DEF... | 1.0 | [ICE] preprocessor needs a recursion guard - ### Code
<!-- The code that caused the panic goes here.
This should also include the error message you got. -->
Modified from the gcc torture suite.
```c
/* Add a few "extern int Xxxxxx ();" declarations. */
#define DEF(x) extern int x;
#define LIM1(x) DE... | non_comp | preprocessor needs a recursion guard code the code that caused the panic goes here this should also include the error message you got modified from the gcc torture suite c add a few extern int xxxxxx declarations define def x extern int x define x def x ... | 0 |
9,455 | 11,501,455,418 | IssuesEvent | 2020-02-12 17:11:55 | CobaltWolf/Bluedog-Design-Bureau | https://api.github.com/repos/CobaltWolf/Bluedog-Design-Bureau | closed | Several BDB antennas (esp those built into probes) incompatible with commnet constellation | Compatibility | Possibly due to deployable antennas not using ``moduleDeployableAntenna``? Bears more investigation. | True | Several BDB antennas (esp those built into probes) incompatible with commnet constellation - Possibly due to deployable antennas not using ``moduleDeployableAntenna``? Bears more investigation. | comp | several bdb antennas esp those built into probes incompatible with commnet constellation possibly due to deployable antennas not using moduledeployableantenna bears more investigation | 1 |
553,599 | 16,374,767,255 | IssuesEvent | 2021-05-15 21:47:36 | OfficialURL/miratope-rs | https://api.github.com/repos/OfficialURL/miratope-rs | closed | Rewrite the code that was deleted | Priority: Medium | Includes some of #10, and also the code to print element counts | 1.0 | Rewrite the code that was deleted - Includes some of #10, and also the code to print element counts | non_comp | rewrite the code that was deleted includes some of and also the code to print element counts | 0 |
11,737 | 13,808,060,841 | IssuesEvent | 2020-10-12 01:03:37 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | NativeScript support | compatibility with other tools feature request inactive | **Is your feature request related to a problem? Please describe.**
Apps created with NativeScript cannot be used with storybook.
**Describe the solution you'd like**
Apps created with NativeScript can be used with storybook.
Since NativeScript already offers the possibility to preview the apps on the device by u... | True | NativeScript support - **Is your feature request related to a problem? Please describe.**
Apps created with NativeScript cannot be used with storybook.
**Describe the solution you'd like**
Apps created with NativeScript can be used with storybook.
Since NativeScript already offers the possibility to preview the ... | comp | nativescript support is your feature request related to a problem please describe apps created with nativescript cannot be used with storybook describe the solution you d like apps created with nativescript can be used with storybook since nativescript already offers the possibility to preview the ... | 1 |
9,766 | 11,813,805,256 | IssuesEvent | 2020-03-19 23:30:41 | ampproject/amp-wp | https://api.github.com/repos/ampproject/amp-wp | closed | Stylesheets recap needs clarifications | Area: Compatibility Tool P0 Size: 3 Sprint: 25 Sprint: 26 UX | ## Feature description
I know I'm late to the party now, but I wanted to keep track of a few UX improvements I'd like to suggest for the stylesheet recap in the validation screen.
- [x] The column "Minification" is technically not minification, but tree-shaking. This could use a "wp-pointer" help text.
- [x] The... | True | Stylesheets recap needs clarifications - ## Feature description
I know I'm late to the party now, but I wanted to keep track of a few UX improvements I'd like to suggest for the stylesheet recap in the validation screen.
- [x] The column "Minification" is technically not minification, but tree-shaking. This could... | comp | stylesheets recap needs clarifications feature description i know i m late to the party now but i wanted to keep track of a few ux improvements i d like to suggest for the stylesheet recap in the validation screen the column minification is technically not minification but tree shaking this could u... | 1 |
2,796 | 5,564,753,610 | IssuesEvent | 2017-03-26 07:01:51 | runningcrane/JTTWLevelEditor | https://api.github.com/repos/runningcrane/JTTWLevelEditor | closed | Add support for polygonal boulders. | Compatibility | From Mei's designs, we'll have to support non-circular boulders. This shouldn't be difficult, as the mechanisms to handle polygonal shapes already exist for platforms.
However, we'll still need to eventually support circular boulders, as it's pretty hard to
roll polygons. I'm imagining a checkbox for circle/polyg... | True | Add support for polygonal boulders. - From Mei's designs, we'll have to support non-circular boulders. This shouldn't be difficult, as the mechanisms to handle polygonal shapes already exist for platforms.
However, we'll still need to eventually support circular boulders, as it's pretty hard to
roll polygons. I'm... | comp | add support for polygonal boulders from mei s designs we ll have to support non circular boulders this shouldn t be difficult as the mechanisms to handle polygonal shapes already exist for platforms however we ll still need to eventually support circular boulders as it s pretty hard to roll polygons i m... | 1 |
17,955 | 24,791,429,558 | IssuesEvent | 2022-10-24 14:02:23 | sekiguchi-nagisa/ydsh | https://api.github.com/repos/sekiguchi-nagisa/ydsh | closed | in named import, no longer import user-defined methods | incompatible change Core | for name conflict resolution.
now explicitly import user-defined method like the follow
```js
source module-has-methods as mod # function factorial() : Int for Int
function factorial = mod.factorial for Int
``` | True | in named import, no longer import user-defined methods - for name conflict resolution.
now explicitly import user-defined method like the follow
```js
source module-has-methods as mod # function factorial() : Int for Int
function factorial = mod.factorial for Int
``` | comp | in named import no longer import user defined methods for name conflict resolution now explicitly import user defined method like the follow js source module has methods as mod function factorial int for int function factorial mod factorial for int | 1 |
19,367 | 26,889,553,349 | IssuesEvent | 2023-02-06 07:45:05 | scylladb/scylladb | https://api.github.com/repos/scylladb/scylladb | closed | Support JBOD for data directories | enhancement User Request cassandra 2.2 compatibility | JBOD (just a bunch of disks) is an alternative to using a RAID. Rather than configuring a storage array to use a RAID level, the disks within the array are either spanned or treated as independent disks.
Since Scylla (and Cassandra) relay node replication RAID redundancy is not relevant.
In scylla.yaml JBOD will look ... | True | Support JBOD for data directories - JBOD (just a bunch of disks) is an alternative to using a RAID. Rather than configuring a storage array to use a RAID level, the disks within the array are either spanned or treated as independent disks.
Since Scylla (and Cassandra) relay node replication RAID redundancy is not rele... | comp | support jbod for data directories jbod just a bunch of disks is an alternative to using a raid rather than configuring a storage array to use a raid level the disks within the array are either spanned or treated as independent disks since scylla and cassandra relay node replication raid redundancy is not rele... | 1 |
11,589 | 13,634,376,798 | IssuesEvent | 2020-09-24 23:40:19 | LNP-BP/rust-lnpbp | https://api.github.com/repos/LNP-BP/rust-lnpbp | closed | Refactor bp::Network into ChainParams | *compatibility* consensus enhancement | We need to support wide range of networks (including Liquid, LN) and create a foundation for generic asset concept (that includes chain-based assets and RGB assets).
Draft concept:
```rust
/// P2P network magic number: prefix identifying network on which node operates
pub type P2pMagic = u32;
/// Magic number ... | True | Refactor bp::Network into ChainParams - We need to support wide range of networks (including Liquid, LN) and create a foundation for generic asset concept (that includes chain-based assets and RGB assets).
Draft concept:
```rust
/// P2P network magic number: prefix identifying network on which node operates
pub... | comp | refactor bp network into chainparams we need to support wide range of networks including liquid ln and create a foundation for generic asset concept that includes chain based assets and rgb assets draft concept rust network magic number prefix identifying network on which node operates pub t... | 1 |
15,898 | 20,955,262,879 | IssuesEvent | 2022-03-27 02:33:17 | thedarkcolour/Future-MC | https://api.github.com/repos/thedarkcolour/Future-MC | closed | Fireproof items below y=-64 get deleted with the cubic chunks mod | bug compatibility | Fireproof items below y=-64 get deleted. This wouldn't be a problem because that is the void, however y=-64 in a cubic chunks world is just normal underground, so these items get deleted for seemingly no reason.
The problematic code is lines 147 to 149 of FireproofItemLogic.kt
I assume if you have it check if it... | True | Fireproof items below y=-64 get deleted with the cubic chunks mod - Fireproof items below y=-64 get deleted. This wouldn't be a problem because that is the void, however y=-64 in a cubic chunks world is just normal underground, so these items get deleted for seemingly no reason.
The problematic code is lines 147 to... | comp | fireproof items below y get deleted with the cubic chunks mod fireproof items below y get deleted this wouldn t be a problem because that is the void however y in a cubic chunks world is just normal underground so these items get deleted for seemingly no reason the problematic code is lines to of... | 1 |
757,906 | 26,535,023,449 | IssuesEvent | 2023-01-19 15:05:20 | gjusticea/wiki-scrape | https://api.github.com/repos/gjusticea/wiki-scrape | opened | Add links to the tables | low priority | When scraping the table from the Wiki, the only the plain text is retained. It might be nice to add links to other wiki articles back in.
One option I see is using
```
library(WikipediaR)
links <- links(page = "List_of_oil_spills", domain = "en")
links$links
```
then creating some kind of look-up table... | 1.0 | Add links to the tables - When scraping the table from the Wiki, the only the plain text is retained. It might be nice to add links to other wiki articles back in.
One option I see is using
```
library(WikipediaR)
links <- links(page = "List_of_oil_spills", domain = "en")
links$links
```
then creating ... | non_comp | add links to the tables when scraping the table from the wiki the only the plain text is retained it might be nice to add links to other wiki articles back in one option i see is using library wikipediar links links page list of oil spills domain en links links then creating ... | 0 |
240,398 | 18,348,778,914 | IssuesEvent | 2021-10-08 09:49:56 | 1DSAG/UI5-Best-Practice | https://api.github.com/repos/1DSAG/UI5-Best-Practice | closed | Update Topic List | documentation | Topic List is quiet out of date
update list to see which topic are still open | 1.0 | Update Topic List - Topic List is quiet out of date
update list to see which topic are still open | non_comp | update topic list topic list is quiet out of date update list to see which topic are still open | 0 |
73,466 | 19,691,431,723 | IssuesEvent | 2022-01-12 07:30:42 | microsoft/onnxruntime | https://api.github.com/repos/microsoft/onnxruntime | closed | C++ native nuget package AdditionalDependencies | component:build status:more-info-needed | The *.props file define
`<AdditionalDependencies>$(MSBuildThisFileDirectory)../../runtimes/win-x64/native/onnxruntime.lib</AdditionalDependencies>`
that not append already present AdditionaDependencies, breaking the linking phase.
My suggestion is to update like this:
`<AdditionalDependencies>$(MSBuildThisFileDire... | 1.0 | C++ native nuget package AdditionalDependencies - The *.props file define
`<AdditionalDependencies>$(MSBuildThisFileDirectory)../../runtimes/win-x64/native/onnxruntime.lib</AdditionalDependencies>`
that not append already present AdditionaDependencies, breaking the linking phase.
My suggestion is to update like thi... | non_comp | c native nuget package additionaldependencies the props file define msbuildthisfiledirectory runtimes win native onnxruntime lib that not append already present additionadependencies breaking the linking phase my suggestion is to update like this msbuildthisfiledirectory runtimes w... | 0 |
83,375 | 10,347,522,335 | IssuesEvent | 2019-09-04 17:36:08 | Tallwave/JBP | https://api.github.com/repos/Tallwave/JBP | opened | Mobile — What we do - Acquisition & Strategy / Corporate Development Program section | design | Is it possible to zoom into the BG image in an align right position rather than repeat the BG image?
Current:

Comp:

Co... | non_comp | mobile — what we do acquisition strategy corporate development program section is it possible to zoom into the bg image in an align right position rather than repeat the bg image current comp | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.