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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7,003 | 9,292,889,746 | IssuesEvent | 2019-03-22 05:37:25 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | TiDB doesn't handle `signed + unsigned` properly | type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
`select cast(1 as signed) + cast(9223372036854775807 as unsigned);`
2. What did you expect to see?
```
mysql> select cast(1 as signed) + cast(922337... | True | TiDB doesn't handle `signed + unsigned` properly - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
`select cast(1 as signed) + cast(9223372036854775807 as unsigned);`
2. What did you expect to see... | comp | tidb doesn t handle signed unsigned properly bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error select cast as signed cast as unsigned what did you expect to see mysql sel... | 1 |
42,882 | 23,028,554,126 | IssuesEvent | 2022-07-22 11:43:10 | pingcap/tiflow | https://api.github.com/repos/pingcap/tiflow | closed | An enhancement of MySQL sink to turn off safe-mode automatically | component/sink subject/performance area/ticdc type/feature | ### Is your feature request related to a problem?
By default, TiCDC translates upstream `INSERT/UPDATE` into `REPLACE` (the safe-mode) which is slow and may cause deadlock in MySQL.
### Describe the feature you'd like
When TiCDC replicates a table, it can turn off safe-mode automatically when there is no dup... | True | An enhancement of MySQL sink to turn off safe-mode automatically - ### Is your feature request related to a problem?
By default, TiCDC translates upstream `INSERT/UPDATE` into `REPLACE` (the safe-mode) which is slow and may cause deadlock in MySQL.
### Describe the feature you'd like
When TiCDC replicates a ... | non_comp | an enhancement of mysql sink to turn off safe mode automatically is your feature request related to a problem by default ticdc translates upstream insert update into replace the safe mode which is slow and may cause deadlock in mysql describe the feature you d like when ticdc replicates a ... | 0 |
206,197 | 23,366,738,443 | IssuesEvent | 2022-08-10 15:58:41 | OpenLiberty/open-liberty | https://api.github.com/repos/OpenLiberty/open-liberty | closed | Move some tests from Lite to Full for acme_fat bucket | team:Wendigo East team:Core Security | The acme_fat bucket's mean duration is 00:07:22. To meet the goal of 5 minutes for lite buckets, review tests to bump a few more to full. | True | Move some tests from Lite to Full for acme_fat bucket - The acme_fat bucket's mean duration is 00:07:22. To meet the goal of 5 minutes for lite buckets, review tests to bump a few more to full. | non_comp | move some tests from lite to full for acme fat bucket the acme fat bucket s mean duration is to meet the goal of minutes for lite buckets review tests to bump a few more to full | 0 |
9,946 | 11,948,471,688 | IssuesEvent | 2020-04-03 11:56:02 | SaucyPigeon/Wild-Cultivation-Fan-Update | https://api.github.com/repos/SaucyPigeon/Wild-Cultivation-Fan-Update | closed | Vegetable Garden Project: duplicate xml node | bug mod compatibility | troopersmith1 11 hours ago
With both this and VGP loaded I'm getting a red error. Something about duplicate xml node for sowtags, load order doesn't matter. | True | Vegetable Garden Project: duplicate xml node - troopersmith1 11 hours ago
With both this and VGP loaded I'm getting a red error. Something about duplicate xml node for sowtags, load order doesn't matter. | comp | vegetable garden project duplicate xml node hours ago with both this and vgp loaded i m getting a red error something about duplicate xml node for sowtags load order doesn t matter | 1 |
4,842 | 7,459,663,172 | IssuesEvent | 2018-03-30 16:16:51 | dominique-mueller/angular-package-builder | https://api.github.com/repos/dominique-mueller/angular-package-builder | closed | Support multiple versions of Angular | BREAKING CHANGE discussion type: compatibility type: feature | - Is it even possible?
- Configuration flag in `.angular-package.json` file | True | Support multiple versions of Angular - - Is it even possible?
- Configuration flag in `.angular-package.json` file | comp | support multiple versions of angular is it even possible configuration flag in angular package json file | 1 |
3,028 | 2,607,969,976 | IssuesEvent | 2015-02-26 00:44:08 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | opened | Tunable allowed_seeks - feature request | auto-migrated Priority-Medium Type-Defect | ```
The 'allowed_seeks' is asigned to file_size /16KB, which is only fine to some
specific circumstance.
Here is the assumptions in code:
"
// We arrange to automatically compact this file after
// a certain number of seeks. Let's assume:
// (1) One seek costs 10ms
// (2) Writing or reading 1MB costs 10ms (100MB/s... | 1.0 | Tunable allowed_seeks - feature request - ```
The 'allowed_seeks' is asigned to file_size /16KB, which is only fine to some
specific circumstance.
Here is the assumptions in code:
"
// We arrange to automatically compact this file after
// a certain number of seeks. Let's assume:
// (1) One seek costs 10ms
// (2) ... | non_comp | tunable allowed seeks feature request the allowed seeks is asigned to file size which is only fine to some specific circumstance here is the assumptions in code we arrange to automatically compact this file after a certain number of seeks let s assume one seek costs writin... | 0 |
70,994 | 3,350,183,154 | IssuesEvent | 2015-11-17 13:38:45 | coreos/rkt | https://api.github.com/repos/coreos/rkt | closed | Add command to cat the pod-manifest | area/usability component/stage0 kind/enhancement low hanging fruit priority/P2 | It would be nice to have a `cat-manifest` command to get the pod-manifest of an active pod. Currently we can only get the pod-manifest by knowing where it is in the rkt root directory.
Something like `rkt cat-manifest UUID`
This would be nice in order to easily rerun a pod using the generated manifest instead of ... | 1.0 | Add command to cat the pod-manifest - It would be nice to have a `cat-manifest` command to get the pod-manifest of an active pod. Currently we can only get the pod-manifest by knowing where it is in the rkt root directory.
Something like `rkt cat-manifest UUID`
This would be nice in order to easily rerun a pod us... | non_comp | add command to cat the pod manifest it would be nice to have a cat manifest command to get the pod manifest of an active pod currently we can only get the pod manifest by knowing where it is in the rkt root directory something like rkt cat manifest uuid this would be nice in order to easily rerun a pod us... | 0 |
1,495 | 4,019,160,629 | IssuesEvent | 2016-05-16 13:59:38 | Yannici/bedwars-reloaded | https://api.github.com/repos/Yannici/bedwars-reloaded | closed | Potions in shop not working | needs discussion Spigot compatibility | From review on spigotmc.org:
I using LAST spigot build for 1.9.2, but all potion in shop are uncraftable. Any help?
We should check if that problem still exists. I will ask him for the shop.yml | True | Potions in shop not working - From review on spigotmc.org:
I using LAST spigot build for 1.9.2, but all potion in shop are uncraftable. Any help?
We should check if that problem still exists. I will ask him for the shop.yml | comp | potions in shop not working from review on spigotmc org i using last spigot build for but all potion in shop are uncraftable any help we should check if that problem still exists i will ask him for the shop yml | 1 |
18,852 | 26,188,516,456 | IssuesEvent | 2023-01-03 05:51:17 | Corail31/tombstone_lite | https://api.github.com/repos/Corail31/tombstone_lite | closed | Corail tombstone and Dragon Survival Mod Crash after claiming inventory if there is any Claw tool. | compatibility 1.18 | ### Minecraft Version
1.18.2
### Forge Version
40.1.84
### Corail Tombstone Version
tombstone-7.5.8-1.18.2
### What happened?
When you die as a dragon with any tool compatible with Claw slot, and try to claim your grave the game crashes instantly.
a temporary solution would be: disable Auto-equipped in client... | True | Corail tombstone and Dragon Survival Mod Crash after claiming inventory if there is any Claw tool. - ### Minecraft Version
1.18.2
### Forge Version
40.1.84
### Corail Tombstone Version
tombstone-7.5.8-1.18.2
### What happened?
When you die as a dragon with any tool compatible with Claw slot, and try to claim you... | comp | corail tombstone and dragon survival mod crash after claiming inventory if there is any claw tool minecraft version forge version corail tombstone version tombstone what happened when you die as a dragon with any tool compatible with claw slot and try to claim your gr... | 1 |
19,211 | 26,708,076,406 | IssuesEvent | 2023-01-27 20:11:55 | Keksuccino/FancyMenu | https://api.github.com/repos/Keksuccino/FancyMenu | closed | ReplayMod GUI cannot be opened by Button Action | mod incompatibility | **Describe the issue**
The replay viewer from Replay Mod cannot be opened by a button action.
**Game Log**
<https://gist.github.com/EinsteinMaker/2edb0cea08f12efe1d9b08eafaeb44c2>
**Screenshots**

... | True | ReplayMod GUI cannot be opened by Button Action - **Describe the issue**
The replay viewer from Replay Mod cannot be opened by a button action.
**Game Log**
<https://gist.github.com/EinsteinMaker/2edb0cea08f12efe1d9b08eafaeb44c2>
**Screenshots**
... | 1.0 | Add support for GPU parameters at StepChain spec level - **Impact of the new feature**
ReqMgr2
**Is your feature request related to a problem? Please describe.**
It's a new project to support GPU processing in central production workflows, where WM system will be the bridge between Offline/CMSSW and the grid resou... | non_comp | add support for gpu parameters at stepchain spec level impact of the new feature is your feature request related to a problem please describe it s a new project to support gpu processing in central production workflows where wm system will be the bridge between offline cmssw and the grid resources m... | 0 |
8,965 | 10,987,654,197 | IssuesEvent | 2019-12-02 09:39:38 | ably/ably-js | https://api.github.com/repos/ably/ably-js | closed | Investigate possible node 12 compatibility issue | compatibility investigate | node 12 build seems to be failing at node-gyp rebuild: https://travis-ci.org/ably/ably-js/jobs/549912367 | True | Investigate possible node 12 compatibility issue - node 12 build seems to be failing at node-gyp rebuild: https://travis-ci.org/ably/ably-js/jobs/549912367 | comp | investigate possible node compatibility issue node build seems to be failing at node gyp rebuild | 1 |
2,549 | 5,279,612,855 | IssuesEvent | 2017-02-07 11:49:46 | IRIS-Solutions-Team/IRIS-Toolbox | https://api.github.com/repos/IRIS-Solutions-Team/IRIS-Toolbox | closed | FAVAR: different std's of factors | bkw compatibility issue bug | FAVAR code:
Old IRIS:
When running kalman filter to fill missing observation I get warning, but it is not the issue.
`[fw,fdb,fcc,ff,fu,fe] = filter(w,dv,smplfull,'cross',false);`
_Warning: IRIS Toolbox Warning @ obsolete.
*** Using tseries objects as input/output data to/from VAR objectsis obsolete, and will... | True | FAVAR: different std's of factors - FAVAR code:
Old IRIS:
When running kalman filter to fill missing observation I get warning, but it is not the issue.
`[fw,fdb,fcc,ff,fu,fe] = filter(w,dv,smplfull,'cross',false);`
_Warning: IRIS Toolbox Warning @ obsolete.
*** Using tseries objects as input/output data to/f... | comp | favar different std s of factors favar code old iris when running kalman filter to fill missing observation i get warning but it is not the issue filter w dv smplfull cross false warning iris toolbox warning obsolete using tseries objects as input output data to from var objectsis ob... | 1 |
5,717 | 8,179,563,958 | IssuesEvent | 2018-08-28 16:44:19 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | opened | Invalid block scrim hides block options on mobile | Blocks Mobile App Compatibility [Type] Bug | **Describe the bug**
If a block becomes invalid and you are viewing on mobile then the grey scrim hides the block options.

**To Reproduce**
Steps to reproduce the beha... | True | Invalid block scrim hides block options on mobile - **Describe the bug**
If a block becomes invalid and you are viewing on mobile then the grey scrim hides the block options.
 the tests still pass.
Here's some... | True | JunitRuleMockery assertIsSatisfied not behaving as expected - I have been using Junit4 alongside JMock for a very long time now, only recently moved to Junit5 and trying to use my favorite library for mocking objects, I found this release. BUT somehting interesting happened: when mocked object expectations are not sat... | comp | junitrulemockery assertissatisfied not behaving as expected i have been using alongside jmock for a very long time now only recently moved to and trying to use my favorite library for mocking objects i found this release but somehting interesting happened when mocked object expectations are not satisfied no... | 1 |
69,902 | 22,744,619,423 | IssuesEvent | 2022-07-07 08:04:47 | melink14/rikaikun | https://api.github.com/repos/melink14/rikaikun | closed | Error message | Type-Defect auto-migrated P2 obsolete | ```
I've been trying to save words into file using Rikaichan, but seem to always
get this error:
Error while saving: [Exception..."Component returned failure code 0x800040005"
(NS_ERROR_FAILURE) [nslFileOutputStream.init]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame ::
Chrome://rikaichan/content... | 1.0 | Error message - ```
I've been trying to save words into file using Rikaichan, but seem to always
get this error:
Error while saving: [Exception..."Component returned failure code 0x800040005"
(NS_ERROR_FAILURE) [nslFileOutputStream.init]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame ::
Chrome://r... | non_comp | error message i ve been trying to save words into file using rikaichan but seem to always get this error error while saving exception component returned failure code ns error failure nsresult ns error failure location js frame chrome rikaichan content ricaichan js anonymous ... | 0 |
83,740 | 3,641,421,661 | IssuesEvent | 2016-02-13 16:33:52 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | misplaced cassandra-controller.yaml excerpt in examples/cassandra | kind/bug kind/example priority/P1 team/ux | It should be `cassandra.yaml` at the place of the current first occurrence of the sample `cassandra-controller.yaml`. | 1.0 | misplaced cassandra-controller.yaml excerpt in examples/cassandra - It should be `cassandra.yaml` at the place of the current first occurrence of the sample `cassandra-controller.yaml`. | non_comp | misplaced cassandra controller yaml excerpt in examples cassandra it should be cassandra yaml at the place of the current first occurrence of the sample cassandra controller yaml | 0 |
73,562 | 14,103,733,402 | IssuesEvent | 2020-11-06 10:43:52 | RadarCOVID/radar-covid-android | https://api.github.com/repos/RadarCOVID/radar-covid-android | closed | Curly braces should be used on conditionals | code quality | 🔑
From Kotlin code convention: https://kotlinlang.org/docs/reference/control-flow.html
```// Traditional usage
var max = a
if (a < b) max = b
// With else
var max: Int
if (a > b) {
max = a
} else {
max = b
}
// As expression
val max = if (a > b) a else b
```
There are a few places w... | 1.0 | Curly braces should be used on conditionals - 🔑
From Kotlin code convention: https://kotlinlang.org/docs/reference/control-flow.html
```// Traditional usage
var max = a
if (a < b) max = b
// With else
var max: Int
if (a > b) {
max = a
} else {
max = b
}
// As expression
val max = if (a ... | non_comp | curly braces should be used on conditionals 🔑 from kotlin code convention traditional usage var max a if a b max b with else var max int if a b max a else max b as expression val max if a b a else b there are a few places where the... | 0 |
2,568 | 5,295,120,303 | IssuesEvent | 2017-02-09 12:59:16 | presscustomizr/customizr | https://api.github.com/repos/presscustomizr/customizr | opened | Shortcodes Ultimate : Slider shortcode does not display correctly | bug compatibility-issue | As reported by a user
> When using the slider shortcode in a page and Previewing changes then the slider displays correctly.
>
> Yet viewing the page via menu's then the slider does not display.
>
> Example: [su_slider source="media: 364,365,366,367" width="500" height="340" responsive="no" title="no" centered=... | True | Shortcodes Ultimate : Slider shortcode does not display correctly - As reported by a user
> When using the slider shortcode in a page and Previewing changes then the slider displays correctly.
>
> Yet viewing the page via menu's then the slider does not display.
>
> Example: [su_slider source="media: 364,365,36... | comp | shortcodes ultimate slider shortcode does not display correctly as reported by a user when using the slider shortcode in a page and previewing changes then the slider displays correctly yet viewing the page via menu s then the slider does not display example i m using a child theme... | 1 |
228,899 | 7,569,293,993 | IssuesEvent | 2018-04-23 03:28:02 | turt2live/matrix-voyager-bot | https://api.github.com/repos/turt2live/matrix-voyager-bot | opened | Use user ID hashes when comparing users and track servers explicitly | enhancement priority t2bot.io instance | Currently Voyager stores a large list of user IDs to ensure it doesn't accidentally track duplicates. However, this means that (in production) more than 700k users are recorded for the purposes of getting a global user count across the visible network. Instead of storing the user IDs explicitly, the user IDs should be ... | 1.0 | Use user ID hashes when comparing users and track servers explicitly - Currently Voyager stores a large list of user IDs to ensure it doesn't accidentally track duplicates. However, this means that (in production) more than 700k users are recorded for the purposes of getting a global user count across the visible netwo... | non_comp | use user id hashes when comparing users and track servers explicitly currently voyager stores a large list of user ids to ensure it doesn t accidentally track duplicates however this means that in production more than users are recorded for the purposes of getting a global user count across the visible network ... | 0 |
13,814 | 5,467,265,993 | IssuesEvent | 2017-03-10 00:31:53 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | build -force should remove existing AWS AMI | bug builder/amazon | According to the docs, -force should remove existing artifacts before building, however this seems to work for QEMU but not for amazon-ebs builder:
# packer build -force template.json
[...]
==> amazon-ebs: Error: name conflicts with an existing AMI: ami-0f160a63
Build 'amazon-ebs' errored: Error: name conflicts with... | 1.0 | build -force should remove existing AWS AMI - According to the docs, -force should remove existing artifacts before building, however this seems to work for QEMU but not for amazon-ebs builder:
# packer build -force template.json
[...]
==> amazon-ebs: Error: name conflicts with an existing AMI: ami-0f160a63
Build 'a... | non_comp | build force should remove existing aws ami according to the docs force should remove existing artifacts before building however this seems to work for qemu but not for amazon ebs builder packer build force template json amazon ebs error name conflicts with an existing ami ami build amazon ebs ... | 0 |
489,586 | 14,108,481,823 | IssuesEvent | 2020-11-06 17:53:27 | AY2021S1-CS2103T-W16-2/tp | https://api.github.com/repos/AY2021S1-CS2103T-W16-2/tp | closed | [PE-D] Format part of UG is sometimes not clear | priority.High severity.Low | When describing the format of the commands, the square bracket placement is not always consistent, so it can be unclear whether the prefixes themselves are compulsory.

<!-... | 1.0 | [PE-D] Format part of UG is sometimes not clear - When describing the format of the commands, the square bracket placement is not always consistent, so it can be unclear whether the prefixes themselves are compulsory.
 detected in next-auth-3.11.2.tgz | security vulnerability | ## CVE-2022-31127 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>next-auth-3.11.2.tgz</b></p></summary>
<p>Authentication for Next.js</p>
<p>Library home page: <a href="https://regist... | True | CVE-2022-31127 (High) detected in next-auth-3.11.2.tgz - ## CVE-2022-31127 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>next-auth-3.11.2.tgz</b></p></summary>
<p>Authentication for ... | non_comp | cve high detected in next auth tgz cve high severity vulnerability vulnerable library next auth tgz authentication for next js library home page a href path to dependency file tmp ws scm location package json path to vulnerable library location node modules next au... | 0 |
20,740 | 30,832,180,809 | IssuesEvent | 2023-08-02 03:13:11 | modded-factorio/bobsmods | https://api.github.com/repos/modded-factorio/bobsmods | closed | Error with Py mods | mod compatibility Bob's Enemies | https://mods.factorio.com/mod/bobenemies/discussion/63527213b0aeacff191d6099
```
failed to load mods: pypostprocessing/prototypes/functions/auto_tech.lua:150:
ERROR: dependency loop detected
stack traceback:
[C]: in function 'error'
pypostprocessing/prototypes/functions/auto_tech.lua:150: in function 'run... | True | Error with Py mods - https://mods.factorio.com/mod/bobenemies/discussion/63527213b0aeacff191d6099
```
failed to load mods: pypostprocessing/prototypes/functions/auto_tech.lua:150:
ERROR: dependency loop detected
stack traceback:
[C]: in function 'error'
pypostprocessing/prototypes/functions/auto_tech.lua:... | comp | error with py mods failed to load mods pypostprocessing prototypes functions auto tech lua error dependency loop detected stack traceback in function error pypostprocessing prototypes functions auto tech lua in function run pypostprocessing data final fixes in main chunk mod... | 1 |
7,764 | 9,995,059,470 | IssuesEvent | 2019-07-11 19:15:48 | ChrisAdderley/StationPartsExpansionRedux | https://api.github.com/repos/ChrisAdderley/StationPartsExpansionRedux | closed | USI-LS compat, ModuleHabitation doesn't consume EC | enhancement ext. compatibility next version | Both `PPD-24 'Panorama' Observation Module` and `PXL-9 Astrogation Module` parts has no EC consumption for the ModuleHabitation.
The module configuration is handled by `StationPartsExpansionRedux\Patches\SSPXR-USILS.cfg` patch (l.106-128) | True | USI-LS compat, ModuleHabitation doesn't consume EC - Both `PPD-24 'Panorama' Observation Module` and `PXL-9 Astrogation Module` parts has no EC consumption for the ModuleHabitation.
The module configuration is handled by `StationPartsExpansionRedux\Patches\SSPXR-USILS.cfg` patch (l.106-128) | comp | usi ls compat modulehabitation doesn t consume ec both ppd panorama observation module and pxl astrogation module parts has no ec consumption for the modulehabitation the module configuration is handled by stationpartsexpansionredux patches sspxr usils cfg patch l | 1 |
516,535 | 14,983,625,313 | IssuesEvent | 2021-01-28 17:27:33 | yalla-coop/scouts | https://api.github.com/repos/yalla-coop/scouts | closed | I can see a dashboard showing me my stats and presenting me further options (volunteer) | back-end backlog front-end priority-3 volunteer | - dashboard for volunteers (new user, not yet signed up) and existing user (mobile and desktop)
- wireframes (existing user): https://www.figma.com/file/9oFoQawgjFYwHi1dG77RH7/The-Scouts-Association-MVP?node-id=1449%3A6093
- wireframes (new user): https://www.figma.com/file/9oFoQawgjFYwHi1dG77RH7/The-Scouts-Associati... | 1.0 | I can see a dashboard showing me my stats and presenting me further options (volunteer) - - dashboard for volunteers (new user, not yet signed up) and existing user (mobile and desktop)
- wireframes (existing user): https://www.figma.com/file/9oFoQawgjFYwHi1dG77RH7/The-Scouts-Association-MVP?node-id=1449%3A6093
- wir... | non_comp | i can see a dashboard showing me my stats and presenting me further options volunteer dashboard for volunteers new user not yet signed up and existing user mobile and desktop wireframes existing user wireframes new user acceptance criteria welcome section w title with user ... | 0 |
12,407 | 9,648,221,093 | IssuesEvent | 2019-05-17 15:42:35 | terraform-providers/terraform-provider-azurerm | https://api.github.com/repos/terraform-providers/terraform-provider-azurerm | closed | Bug Fixes/Enhancements to Application Gateway | bug enhancement service/application-gateway | ### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra no... | 1.0 | Bug Fixes/Enhancements to Application Gateway - ### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "... | non_comp | bug fixes enhancements to application gateway community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help priorit... | 0 |
11,074 | 9,211,258,582 | IssuesEvent | 2019-03-09 13:51:03 | dpb587/ssoca | https://api.github.com/repos/dpb587/ssoca | opened | `openvpn exec` with management interface doesn't work on Debian Buster | bug platform/linux service/openvpn | When running `openvpn exec`, connections may fail with the following error:
$ ssoca openvpn exec
Thu Mar 7 22:20:02 2019 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 20 2019
Thu Mar 7 22:20:02 2019 library versions: OpenSSL 1.1.1a 20... | 1.0 | `openvpn exec` with management interface doesn't work on Debian Buster - When running `openvpn exec`, connections may fail with the following error:
$ ssoca openvpn exec
Thu Mar 7 22:20:02 2019 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 2... | non_comp | openvpn exec with management interface doesn t work on debian buster when running openvpn exec connections may fail with the following error ssoca openvpn exec thu mar openvpn pc linux gnu built on feb thu mar library versions openssl ... | 0 |
83 | 2,550,601,335 | IssuesEvent | 2015-02-01 18:50:48 | angular-ui/ui-sortable | https://api.github.com/repos/angular-ui/ui-sortable | closed | Does ui-sortable play nice with ui.bootstrap.accordion? | incompatibility | I'm having trouble getting a sortable accordion to work. I've [created a jsfiddle](http://jsfiddle.net/whippy/bwq82bvs/) illustrating the problem and asked a [question on stackoverflow](http://stackoverflow.com/questions/26520131/how-can-i-create-a-sortable-accordion-with-angularjs) and am raising the issue here in the... | True | Does ui-sortable play nice with ui.bootstrap.accordion? - I'm having trouble getting a sortable accordion to work. I've [created a jsfiddle](http://jsfiddle.net/whippy/bwq82bvs/) illustrating the problem and asked a [question on stackoverflow](http://stackoverflow.com/questions/26520131/how-can-i-create-a-sortable-acco... | comp | does ui sortable play nice with ui bootstrap accordion i m having trouble getting a sortable accordion to work i ve illustrating the problem and asked a and am raising the issue here in the hope you can help me see why it is not working | 1 |
116,737 | 4,705,895,587 | IssuesEvent | 2016-10-13 15:39:04 | aces/cbrain | https://api.github.com/repos/aces/cbrain | opened | Signup system to render the "new user" page when approving. | Enhancement Priority: Normal | The signup system should be improved: it should no longer create users at all when clicking the "approve" link or button. Instead, the admin will be redirected to (or more precisely, the system `will render`) the user "new" page with all the input elements already filled in. This is very easy to do.
As a side effect... | 1.0 | Signup system to render the "new user" page when approving. - The signup system should be improved: it should no longer create users at all when clicking the "approve" link or button. Instead, the admin will be redirected to (or more precisely, the system `will render`) the user "new" page with all the input elements a... | non_comp | signup system to render the new user page when approving the signup system should be improved it should no longer create users at all when clicking the approve link or button instead the admin will be redirected to or more precisely the system will render the user new page with all the input elements a... | 0 |
466,341 | 13,400,428,583 | IssuesEvent | 2020-09-03 15:48:33 | way-of-elendil/3.3.5 | https://api.github.com/repos/way-of-elendil/3.3.5 | opened | NPC: Thane Korth'azz et Baron Vaillefendre - Naxxramas | bug priority-medium type-boss type-dungeon | **Description**
16064 - [Thane Korth'azz]
30549 - [Baron Vaillefendre]
10 et 25
Les 2 NPCs qui peuvent attaquer à l'auto attaque et qui se placent devant suivent leur cible au lieu de rester au point où il doit se trouver
https://wowwiki.fandom.com/wiki/Four_Horsemen | 1.0 | NPC: Thane Korth'azz et Baron Vaillefendre - Naxxramas - **Description**
16064 - [Thane Korth'azz]
30549 - [Baron Vaillefendre]
10 et 25
Les 2 NPCs qui peuvent attaquer à l'auto attaque et qui se placent devant suivent leur cible au lieu de rester au point où il doit se trouver
https://wowwiki.fandom.com/wik... | non_comp | npc thane korth azz et baron vaillefendre naxxramas description et les npcs qui peuvent attaquer à l auto attaque et qui se placent devant suivent leur cible au lieu de rester au point où il doit se trouver | 0 |
1,484 | 4,006,453,578 | IssuesEvent | 2016-05-12 14:58:25 | yiisoft/yii | https://api.github.com/repos/yiisoft/yii | closed | Cannot regenerate session id - session is not active | compatibility:PHP7 type:bug | I use Codeception with Yiiibridge.
```
1) Tests\Unit\ScoutSearchTest::testSearchAge
PHPUnit_Framework_Exception: session_regenerate_id(): Cannot regenerate session id - session is not active
#1 Codeception\Subscriber\ErrorHandler->errorHandler
#2 /var/www/html/corporation/protected/vendor/yiisoft/yii/framewo... | True | Cannot regenerate session id - session is not active - I use Codeception with Yiiibridge.
```
1) Tests\Unit\ScoutSearchTest::testSearchAge
PHPUnit_Framework_Exception: session_regenerate_id(): Cannot regenerate session id - session is not active
#1 Codeception\Subscriber\ErrorHandler->errorHandler
#2 /var/ww... | comp | cannot regenerate session id session is not active i use codeception with yiiibridge tests unit scoutsearchtest testsearchage phpunit framework exception session regenerate id cannot regenerate session id session is not active codeception subscriber errorhandler errorhandler var ww... | 1 |
17,253 | 23,795,372,025 | IssuesEvent | 2022-09-02 18:59:14 | mariotaku/moonlight-tv | https://api.github.com/repos/mariotaku/moonlight-tv | opened | [COMPAT] black screen when streaming @4k | compatibility | <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: (UK6300PUE) <!-- e.g. 55SM8100PJB -->
- Firmware version: (05.45.04) <!-- Can be found in webOS Settings, e.g. 05.00.01 -->
... | True | [COMPAT] black screen when streaming @4k - <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: (UK6300PUE) <!-- e.g. 55SM8100PJB -->
- Firmware version: (05.45.04) <!-- Can be ... | comp | black screen when streaming basic information device model firmware version webos version moonlight version is audio working yes is video working yes no is input working yes description thanks for brin... | 1 |
5,760 | 8,211,783,446 | IssuesEvent | 2018-09-04 14:39:44 | MoonchildProductions/UXP | https://api.github.com/repos/MoonchildProductions/UXP | opened | SVG images with only "use" link ignore parent element size | C: Images Web Compatibility | Demonstration link:
https://info.pmu.fr/programme/courses/R1/C3
Under "Rapports définitifs" should be logos in SVG that are rendered with tiny dimensions because all the SVG includes is a single `use` statement referring to an anchor on the same page. The parent element is sized correctly. As a result, the images... | True | SVG images with only "use" link ignore parent element size - Demonstration link:
https://info.pmu.fr/programme/courses/R1/C3
Under "Rapports définitifs" should be logos in SVG that are rendered with tiny dimensions because all the SVG includes is a single `use` statement referring to an anchor on the same page. T... | comp | svg images with only use link ignore parent element size demonstration link under rapports définitifs should be logos in svg that are rendered with tiny dimensions because all the svg includes is a single use statement referring to an anchor on the same page the parent element is sized correctly as a... | 1 |
61,651 | 7,488,748,095 | IssuesEvent | 2018-04-06 03:28:08 | status-im/ideas | https://api.github.com/repos/status-im/ideas | closed | Multi wallet support | clojure design golang | Idea code: DEV#042
Title: Multi wallet support
Status: Draft
Created: 2017-11-23
## Summary
Multiple wallet management
## Vision
Status provides a comprehensive wallet allowing to manage your main Status ethereum address.
As a user I want to leverage this wallet to manage other addresses.
We will als... | 1.0 | Multi wallet support - Idea code: DEV#042
Title: Multi wallet support
Status: Draft
Created: 2017-11-23
## Summary
Multiple wallet management
## Vision
Status provides a comprehensive wallet allowing to manage your main Status ethereum address.
As a user I want to leverage this wallet to manage other ad... | non_comp | multi wallet support idea code dev title multi wallet support status draft created summary multiple wallet management vision status provides a comprehensive wallet allowing to manage your main status ethereum address as a user i want to leverage this wallet to manage other addresses... | 0 |
831,200 | 32,040,899,006 | IssuesEvent | 2023-09-22 19:13:59 | HydrologicEngineeringCenter/HEC-FDA | https://api.github.com/repos/HydrologicEngineeringCenter/HEC-FDA | closed | Levee Validation in Model | enhancement Model PRIORITY | I see. Ok. Please disregard any notion of levee validation, haha. I will handle it in the model.
_Originally posted by @rnugent3 in https://github.com/HydrologicEngineeringCenter/HEC-FDA/issues/963#issuecomment-1728460839_
| 1.0 | Levee Validation in Model - I see. Ok. Please disregard any notion of levee validation, haha. I will handle it in the model.
_Originally posted by @rnugent3 in https://github.com/HydrologicEngineeringCenter/HEC-FDA/issues/963#issuecomment-1728460839_
| non_comp | levee validation in model i see ok please disregard any notion of levee validation haha i will handle it in the model originally posted by in | 0 |
9,346 | 11,386,183,021 | IssuesEvent | 2020-01-29 12:45:28 | AthenaSulisMinerva/CombatExtendedFastTrack | https://api.github.com/repos/AthenaSulisMinerva/CombatExtendedFastTrack | opened | Vanilla Factions Expanded - Medieval | mod compatiblity patch | NOTE: This is for requesting patches for a *new* third-party mod that CE:FT hasn't supported yet; if you are requesting changes to patches for an *existing* mod, please submit a Bug Report instead.
## Basic Information
**Vanilla Factions Expanded - Medieval:**
**Steam Workshop page:**
```
https://steamcommuni... | True | Vanilla Factions Expanded - Medieval - NOTE: This is for requesting patches for a *new* third-party mod that CE:FT hasn't supported yet; if you are requesting changes to patches for an *existing* mod, please submit a Bug Report instead.
## Basic Information
**Vanilla Factions Expanded - Medieval:**
**Steam Work... | comp | vanilla factions expanded medieval note this is for requesting patches for a new third party mod that ce ft hasn t supported yet if you are requesting changes to patches for an existing mod please submit a bug report instead basic information vanilla factions expanded medieval steam work... | 1 |
373,273 | 11,038,204,846 | IssuesEvent | 2019-12-08 12:26:17 | TeamHookipa/divecomputer | https://api.github.com/repos/TeamHookipa/divecomputer | closed | Rework Interface to have 6 dives in a row | Front End Low Priority | * Currently, our app only supports 8 dives. This is mainly a limitation of the front-end interface we're using, Semantic UI, which only supports <Grid>'s to only have up to 16 <Grid.Column>'s. 8 dives will take up 8 <Grid.Column>'s plus 7 <Grid.Column>'s for the Surface Interval Input Forms. Rework this such that we ca... | 1.0 | Rework Interface to have 6 dives in a row - * Currently, our app only supports 8 dives. This is mainly a limitation of the front-end interface we're using, Semantic UI, which only supports <Grid>'s to only have up to 16 <Grid.Column>'s. 8 dives will take up 8 <Grid.Column>'s plus 7 <Grid.Column>'s for the Surface Inter... | non_comp | rework interface to have dives in a row currently our app only supports dives this is mainly a limitation of the front end interface we re using semantic ui which only supports s to only have up to s dives will take up s plus s for the surface interval input forms rework this such that we ... | 0 |
16,793 | 23,153,672,323 | IssuesEvent | 2022-07-29 10:48:34 | arcticicestudio/nord-dircolors | https://api.github.com/repos/arcticicestudio/nord-dircolors | closed | BUG?? Dircolor not working in zsh and alacritty | scope-compatibility scope-ux type-support | Hello,
I am using alacritty with the nord colour pallete and zsh but it's not showing the nord colours in the ls command(it might also not be showing these in others but I have just tested it with ls) BUT it shows them in BASH for whatever reason.....
And yes, I have followed the instructions and put test -r "~/.dir_... | True | BUG?? Dircolor not working in zsh and alacritty - Hello,
I am using alacritty with the nord colour pallete and zsh but it's not showing the nord colours in the ls command(it might also not be showing these in others but I have just tested it with ls) BUT it shows them in BASH for whatever reason.....
And yes, I have ... | comp | bug dircolor not working in zsh and alacritty hello i am using alacritty with the nord colour pallete and zsh but it s not showing the nord colours in the ls command it might also not be showing these in others but i have just tested it with ls but it shows them in bash for whatever reason and yes i have ... | 1 |
14,732 | 18,094,858,880 | IssuesEvent | 2021-09-22 07:55:33 | gambitph/Stackable | https://api.github.com/repos/gambitph/Stackable | opened | v2 Container shows block errors on version 3 upgrade | bug [version] V3 v2 compatibility [block] container | <!--
Before posting, make sure that:
1. you are running the latest version of Stackable, and
2. you have searched whether your issue has already been reported
-->
**Describe the bug**
V2 Container block with styles shows block error on v3 upgrade
**To Reproduce**
Steps to reproduce the behavior:
1. Activat... | True | v2 Container shows block errors on version 3 upgrade - <!--
Before posting, make sure that:
1. you are running the latest version of Stackable, and
2. you have searched whether your issue has already been reported
-->
**Describe the bug**
V2 Container block with styles shows block error on v3 upgrade
**To Re... | comp | container shows block errors on version upgrade before posting make sure that you are running the latest version of stackable and you have searched whether your issue has already been reported describe the bug container block with styles shows block error on upgrade to repro... | 1 |
46,210 | 11,799,887,088 | IssuesEvent | 2020-03-18 16:36:21 | googleapis/gcs-resumable-upload | https://api.github.com/repos/googleapis/gcs-resumable-upload | closed | Mocha Tests: should resume an interrupted upload failed | api: storage buildcop: issue priority: p1 type: bug | This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
buildID: 0f2c73c94d03168e66e7ae44fe454568b7e... | 1.0 | Mocha Tests: should resume an interrupted upload failed - This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop comm... | non_comp | mocha tests should resume an interrupted upload failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting buildid buildurl status failed | 0 |
12,789 | 15,054,004,262 | IssuesEvent | 2021-02-03 16:55:11 | AlexHuck/TribesRebirth | https://api.github.com/repos/AlexHuck/TribesRebirth | closed | HuffmanProcessor fails to read ShapeBaseData::fileName for the larmor datablock when connecting to a 1.11 server. | bug compatibility | When connecting to a 1.11 server, when the larmor (Light Armor PlayerData) datablock is downloaded, ShapeBase::ShapeBaseData::unpack method reads an incorrect string for the fileName field. Instead of the expected "larmor" it reads "ÿlarmor", all further reading from the BitStream after that point is invalid as well.
... | True | HuffmanProcessor fails to read ShapeBaseData::fileName for the larmor datablock when connecting to a 1.11 server. - When connecting to a 1.11 server, when the larmor (Light Armor PlayerData) datablock is downloaded, ShapeBase::ShapeBaseData::unpack method reads an incorrect string for the fileName field. Instead of the... | comp | huffmanprocessor fails to read shapebasedata filename for the larmor datablock when connecting to a server when connecting to a server when the larmor light armor playerdata datablock is downloaded shapebase shapebasedata unpack method reads an incorrect string for the filename field instead of the e... | 1 |
9,266 | 11,270,623,877 | IssuesEvent | 2020-01-14 11:16:05 | wiremod/wire | https://api.github.com/repos/wiremod/wire | closed | problem with e2 | External compatibility Not a bug Unable to reproduce | so when i try to even CLICK on e2 in the wire tab it shows the wiremod is creating script errors and i cant use e2 at all when this error pops up its said check the console for details, and this is what the console wrote.
[Wiremod] lua/entities/gmod_wire_expression2/cl_init.lua:48: attempt to index field 'PreProcess... | True | problem with e2 - so when i try to even CLICK on e2 in the wire tab it shows the wiremod is creating script errors and i cant use e2 at all when this error pops up its said check the console for details, and this is what the console wrote.
[Wiremod] lua/entities/gmod_wire_expression2/cl_init.lua:48: attempt to index... | comp | problem with so when i try to even click on in the wire tab it shows the wiremod is creating script errors and i cant use at all when this error pops up its said check the console for details and this is what the console wrote lua entities gmod wire cl init lua attempt to index field preprocessor ... | 1 |
44,127 | 17,836,819,905 | IssuesEvent | 2021-09-03 03:07:31 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | When using VNet integration, "WEBSITE_DNS_SERVER" should be disabled. | app-service/svc triaged cxp doc-enhancement Pri2 | Hi Team,
Regarding "WEBSITE_DNS_SERVER", I had thought that we could overwrite the default value by setting this item.
But when our app uses VNet integration or is in an App Service environment, the DNS server configuration from the VNet is applied and we should not be able to overwrite it even if setting this ite... | 1.0 | When using VNet integration, "WEBSITE_DNS_SERVER" should be disabled. - Hi Team,
Regarding "WEBSITE_DNS_SERVER", I had thought that we could overwrite the default value by setting this item.
But when our app uses VNet integration or is in an App Service environment, the DNS server configuration from the VNet is ap... | non_comp | when using vnet integration website dns server should be disabled hi team regarding website dns server i had thought that we could overwrite the default value by setting this item but when our app uses vnet integration or is in an app service environment the dns server configuration from the vnet is ap... | 0 |
736,993 | 25,495,865,543 | IssuesEvent | 2022-11-27 17:11:21 | codymikol/git-down | https://api.github.com/repos/codymikol/git-down | opened | When selecting a non git directory, nothing happens | MEDIUM PRIORITY | We should bring the user to a screen that will allow them to start a new git repository.
Maybe we can allow them to choose files / directories to ignore as well | 1.0 | When selecting a non git directory, nothing happens - We should bring the user to a screen that will allow them to start a new git repository.
Maybe we can allow them to choose files / directories to ignore as well | non_comp | when selecting a non git directory nothing happens we should bring the user to a screen that will allow them to start a new git repository maybe we can allow them to choose files directories to ignore as well | 0 |
119,610 | 12,035,499,027 | IssuesEvent | 2020-04-13 17:59:57 | liferay/clay | https://api.github.com/repos/liferay/clay | closed | ClayLocalizedInput Storybook example isn't showing flag icon | 3.x comp: documentation type: bug | <!--
Before making a bug, have you used the issue search functionality?
-->
- [X] I have searched the [issues](https://github.com/liferay/clay/issues) of this repository and believe that this is not a duplicate.
## Is there an example you can provide via codesandbox.com?
https://storybook-clayui.netlify.... | 1.0 | ClayLocalizedInput Storybook example isn't showing flag icon - <!--
Before making a bug, have you used the issue search functionality?
-->
- [X] I have searched the [issues](https://github.com/liferay/clay/issues) of this repository and believe that this is not a duplicate.
## Is there an example you can ... | non_comp | claylocalizedinput storybook example isn t showing flag icon before making a bug have you used the issue search functionality i have searched the of this repository and believe that this is not a duplicate is there an example you can provide via codesandbox com what are ... | 0 |
6,690 | 8,967,585,032 | IssuesEvent | 2019-01-29 04:08:26 | aguilarjose11/ParachuteTimeSheetTimeMngmntSystem | https://api.github.com/repos/aguilarjose11/ParachuteTimeSheetTimeMngmntSystem | opened | Incompatibility of parachuteCore.tstools in linux. | Incompatibility Linux | Incompatibility in linux build due to importation of ctypes (windows-specific library).
Can try making a personal library in c++ to give support to the getcmdxandy() method of parachuteCore.tstools. | True | Incompatibility of parachuteCore.tstools in linux. - Incompatibility in linux build due to importation of ctypes (windows-specific library).
Can try making a personal library in c++ to give support to the getcmdxandy() method of parachuteCore.tstools. | comp | incompatibility of parachutecore tstools in linux incompatibility in linux build due to importation of ctypes windows specific library can try making a personal library in c to give support to the getcmdxandy method of parachutecore tstools | 1 |
13,118 | 15,396,848,548 | IssuesEvent | 2021-03-03 21:14:45 | AmProsius/gothic-1-community-patch | https://api.github.com/repos/AmProsius/gothic-1-community-patch | closed | Potion of Velocity has wrong ore value | compatibility easy fix provided session fix validated | **Describe the bug**
Potion of Velocity and has the wrong ore value.
**Expected behavior**
The Potion of Velocity now has the correct ore value.
*Do **not** write the specific ore values here, because the fix takes the ore values possibly modified by a mod.*
**Additional context**
This issue was split from #4... | True | Potion of Velocity has wrong ore value - **Describe the bug**
Potion of Velocity and has the wrong ore value.
**Expected behavior**
The Potion of Velocity now has the correct ore value.
*Do **not** write the specific ore values here, because the fix takes the ore values possibly modified by a mod.*
**Additiona... | comp | potion of velocity has wrong ore value describe the bug potion of velocity and has the wrong ore value expected behavior the potion of velocity now has the correct ore value do not write the specific ore values here because the fix takes the ore values possibly modified by a mod additiona... | 1 |
13,048 | 15,353,432,856 | IssuesEvent | 2021-03-01 08:34:10 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | opened | Compose : support compose run --no-deps | compatibility compose | compose run option:
`--no-deps Don't start linked services.` | True | Compose : support compose run --no-deps - compose run option:
`--no-deps Don't start linked services.` | comp | compose support compose run no deps compose run option no deps don t start linked services | 1 |
82,366 | 7,839,238,527 | IssuesEvent | 2018-06-18 13:07:44 | SunwellTracker/issues | https://api.github.com/repos/SunwellTracker/issues | closed | Searing totem bug | Works locally | Requires testing bug | Decription: Searing totem attacking whatever is in a range.
How it works: When you are fighting a mob and you put down a searing totem it attacks a mob. However if a mob dies and there is another in a range, it starts attacking him too...
How it should work: Should attack mobs I'm attacking.
Source (you sh... | 1.0 | Searing totem bug - Decription: Searing totem attacking whatever is in a range.
How it works: When you are fighting a mob and you put down a searing totem it attacks a mob. However if a mob dies and there is another in a range, it starts attacking him too...
How it should work: Should attack mobs I'm attacking.... | non_comp | searing totem bug decription searing totem attacking whatever is in a range how it works when you are fighting a mob and you put down a searing totem it attacks a mob however if a mob dies and there is another in a range it starts attacking him too how it should work should attack mobs i m attacking ... | 0 |
787,623 | 27,724,896,923 | IssuesEvent | 2023-03-15 00:53:19 | DoF-6413/chargedUp | https://api.github.com/repos/DoF-6413/chargedUp | closed | Position Presets with Arm | enhancement Medium Priority | Sets Positions for the Arm to be at so drivers don't have to manually do it
- [ ] Place High Grid
- [ ] Place Mid Grid
- [ ] Place Low Grid
- [ ] Pickup HP Station
- [ ] Pickup Floor
Create PID Go To Functions:
- [x] Rotator
- [ ] Telescoper | 1.0 | Position Presets with Arm - Sets Positions for the Arm to be at so drivers don't have to manually do it
- [ ] Place High Grid
- [ ] Place Mid Grid
- [ ] Place Low Grid
- [ ] Pickup HP Station
- [ ] Pickup Floor
Create PID Go To Functions:
- [x] Rotator
- [ ] Telescoper | non_comp | position presets with arm sets positions for the arm to be at so drivers don t have to manually do it place high grid place mid grid place low grid pickup hp station pickup floor create pid go to functions rotator telescoper | 0 |
20,768 | 10,549,879,782 | IssuesEvent | 2019-10-03 09:44:22 | nidhisi/fiware-idm | https://api.github.com/repos/nidhisi/fiware-idm | opened | CVE-2018-19839 (Medium) detected in CSS::Sass-v3.4.11 | security vulnerability | ## CVE-2018-19839 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>CSS::Sassv3.4.11</b></p></summary>
<p>
<p>Library home page: <a href=https://metacpan.org/pod/CSS::Sass>https://meta... | True | CVE-2018-19839 (Medium) detected in CSS::Sass-v3.4.11 - ## CVE-2018-19839 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>CSS::Sassv3.4.11</b></p></summary>
<p>
<p>Library home page:... | non_comp | cve medium detected in css sass cve medium severity vulnerability vulnerable library css library home page a href found in head commit a href library source files the source files were matched to this source library based on a best effort mat... | 0 |
5,890 | 8,356,703,238 | IssuesEvent | 2018-10-02 19:17:09 | NightKosh/Gravestone-mod-Graves | https://api.github.com/repos/NightKosh/Gravestone-mod-Graves | closed | 1.7.10 Compatibility Req w Helpful Villagers | compatibility outdated | Requesting mod compatibility with Helpful Villagers. I'm not a modder but i'm guessing it has something to do with HV wanting to convert all villagers to its mod and it conflicting with the undertaker.
[2018-04-26-7.log.gz](https://github.com/NightKosh/Gravestone-mod-Graves/files/1951977/2018-04-26-7.log.gz)
| True | 1.7.10 Compatibility Req w Helpful Villagers - Requesting mod compatibility with Helpful Villagers. I'm not a modder but i'm guessing it has something to do with HV wanting to convert all villagers to its mod and it conflicting with the undertaker.
[2018-04-26-7.log.gz](https://github.com/NightKosh/Gravestone-mod-Gra... | comp | compatibility req w helpful villagers requesting mod compatibility with helpful villagers i m not a modder but i m guessing it has something to do with hv wanting to convert all villagers to its mod and it conflicting with the undertaker | 1 |
157,131 | 24,628,556,125 | IssuesEvent | 2022-10-16 20:32:56 | dotnet/efcore | https://api.github.com/repos/dotnet/efcore | closed | DbContext Thread Safe | closed-by-design customer-reported | Hi,
Is v 7 will resolve this issue with .NET Core web sites and multiple calls relying to "A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using the same instance of DbContext. For more information on how to avoid... | 1.0 | DbContext Thread Safe - Hi,
Is v 7 will resolve this issue with .NET Core web sites and multiple calls relying to "A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using the same instance of DbContext. For more inf... | non_comp | dbcontext thread safe hi is v will resolve this issue with net core web sites and multiple calls relying to a second operation was started on this context instance before a previous operation completed this is usually caused by different threads concurrently using the same instance of dbcontext for more inf... | 0 |
6,818 | 3,910,657,375 | IssuesEvent | 2016-04-20 00:05:39 | haskell/cabal | https://api.github.com/repos/haskell/cabal | closed | Package with custom Setup.hs "Encountered missing dependencies" | bug nix-local-build urgent | New report (edited by @ezyang)
Cabal 1.23 and later #2731 allow you to skip specifying dependencies which are not part of a buildable component. cabal-install was updated to take advantage of this fact.
However, when a package has a `Custom` setup script, it is possible for the Setup script to be built against an... | 1.0 | Package with custom Setup.hs "Encountered missing dependencies" - New report (edited by @ezyang)
Cabal 1.23 and later #2731 allow you to skip specifying dependencies which are not part of a buildable component. cabal-install was updated to take advantage of this fact.
However, when a package has a `Custom` setup ... | non_comp | package with custom setup hs encountered missing dependencies new report edited by ezyang cabal and later allow you to skip specifying dependencies which are not part of a buildable component cabal install was updated to take advantage of this fact however when a package has a custom setup scri... | 0 |
121,346 | 4,807,788,350 | IssuesEvent | 2016-11-02 22:35:49 | ObjectiveSubject/cgu | https://api.github.com/repos/ObjectiveSubject/cgu | opened | News: categories instead of tags should appear | From Client High Priority | On the news & events page news tags are appearing instead of categories at the top of the news section

| 1.0 | News: categories instead of tags should appear - On the news & events page news tags are appearing instead of categories at the top of the news section

| non_comp | news categories instead of tags should appear on the news events page news tags are appearing instead of categories at the top of the news section | 0 |
99,950 | 30,588,755,901 | IssuesEvent | 2023-07-21 15:16:17 | rpopuc/gha-build-homolog | https://api.github.com/repos/rpopuc/gha-build-homolog | closed | Build Homolog | build-homolog | ## Description
Realiza deploy automatizado da aplicação.
## Environments
environment_1
## Branches
essa_e_para_dar_erro_um_erro_bom | 1.0 | Build Homolog - ## Description
Realiza deploy automatizado da aplicação.
## Environments
environment_1
## Branches
essa_e_para_dar_erro_um_erro_bom | non_comp | build homolog description realiza deploy automatizado da aplicação environments environment branches essa e para dar erro um erro bom | 0 |
553,178 | 16,359,543,315 | IssuesEvent | 2021-05-14 07:12:21 | kolint/kolint | https://api.github.com/repos/kolint/kolint | closed | View without viewmodel | priority: low status: confirmed type: bug | **Current behavior**
If no view model is linked, KO Lint will throw this:
```typescript
Diagnostic {
location: undefined,
code: 'KO0002',
message: 'Missing ViewModel reference in file ',
name: 'no-viewmodel-reference',
severity: 3
}
```
**Expected behavior**
To be able not to have linked a view ... | 1.0 | View without viewmodel - **Current behavior**
If no view model is linked, KO Lint will throw this:
```typescript
Diagnostic {
location: undefined,
code: 'KO0002',
message: 'Missing ViewModel reference in file ',
name: 'no-viewmodel-reference',
severity: 3
}
```
**Expected behavior**
To be able n... | non_comp | view without viewmodel current behavior if no view model is linked ko lint will throw this typescript diagnostic location undefined code message missing viewmodel reference in file name no viewmodel reference severity expected behavior to be able not to... | 0 |
43,806 | 9,488,180,555 | IssuesEvent | 2019-04-22 18:52:18 | istio/istio | https://api.github.com/repos/istio/istio | opened | Switch existing mixer e2e tests to use new Istio installer | area/policies and telemetry code mauve kind/testing gap | We need to update the various makefiles in istio/istio to use the new installer to generate backwards-compatible (with old installer / paradigm) install artifacts and have that drive the existing e2e tests for policies and telemetry. This will enable transition away from the existing installer while we work to transiti... | 1.0 | Switch existing mixer e2e tests to use new Istio installer - We need to update the various makefiles in istio/istio to use the new installer to generate backwards-compatible (with old installer / paradigm) install artifacts and have that drive the existing e2e tests for policies and telemetry. This will enable transiti... | non_comp | switch existing mixer tests to use new istio installer we need to update the various makefiles in istio istio to use the new installer to generate backwards compatible with old installer paradigm install artifacts and have that drive the existing tests for policies and telemetry this will enable transition a... | 0 |
28,572 | 5,515,878,754 | IssuesEvent | 2017-03-17 18:33:57 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | Docker 1.12 requires go version 1.7.5 while origin documentation points to 1.6 | area/documentation priority/P3 | [provide a description of the issue]
The documentation in contributing.md says we can use 1.6 for development where as for docker 1.1.2, the requirements clearly ask to upgrade 1.7.5. Also, there are some default libraries like context in go 1.7 which are not by default in 1.6.
> Installing Go. Currently, OpenShift... | 1.0 | Docker 1.12 requires go version 1.7.5 while origin documentation points to 1.6 - [provide a description of the issue]
The documentation in contributing.md says we can use 1.6 for development where as for docker 1.1.2, the requirements clearly ask to upgrade 1.7.5. Also, there are some default libraries like context in... | non_comp | docker requires go version while origin documentation points to the documentation in contributing md says we can use for development where as for docker the requirements clearly ask to upgrade also there are some default libraries like context in go which are not by default in ... | 0 |
337,911 | 24,562,027,991 | IssuesEvent | 2022-10-12 21:16:43 | kotools/types | https://api.github.com/repos/kotools/types | closed | `kotools.types` package documentation | documentation common | ## Description
Document the `kotools.types` package and remove the documentation of unused packages.
## Checklist
- [ ] Implement.
- [ ] Test.
- [ ] Refactor.
- [ ] Update `Work in progress` section in changelog.
| 1.0 | `kotools.types` package documentation - ## Description
Document the `kotools.types` package and remove the documentation of unused packages.
## Checklist
- [ ] Implement.
- [ ] Test.
- [ ] Refactor.
- [ ] Update `Work in progress` section in changelog.
| non_comp | kotools types package documentation description document the kotools types package and remove the documentation of unused packages checklist implement test refactor update work in progress section in changelog | 0 |
139,714 | 20,955,131,760 | IssuesEvent | 2022-03-27 02:05:41 | WatershedXiaolan/Xiaolan-s-Gitbook | https://api.github.com/repos/WatershedXiaolan/Xiaolan-s-Gitbook | opened | How does FrontEnd select a backend host to send data to | system design | we can use client side service discovery (as the decision is made by the client)
i.e., FE service get info from metadata, and use hash function or any method to determine
| 1.0 | How does FrontEnd select a backend host to send data to - we can use client side service discovery (as the decision is made by the client)
i.e., FE service get info from metadata, and use hash function or any method to determine
| non_comp | how does frontend select a backend host to send data to we can use client side service discovery as the decision is made by the client i e fe service get info from metadata and use hash function or any method to determine | 0 |
631,424 | 20,151,621,917 | IssuesEvent | 2022-02-09 12:58:34 | ita-social-projects/horondi_client_fe | https://api.github.com/repos/ita-social-projects/horondi_client_fe | closed | [Products Page. Filter] Inconsistent items are displayed when filter items by 'MODEL' | bug priority: high severity: major Functional | **Environment:** Windows 10 Pro 64bit, Firefox 89.0 64bit
**Reproducible:** Always
**Pre-conditions:**
Go to https://horondi-front-staging.azurewebsites.net/
Click on the appropriate category from the drop-down list at the Navigation bar (e. g. menu->backpacks->rolltop)
**Description:**
**Steps to reproduce:*... | 1.0 | [Products Page. Filter] Inconsistent items are displayed when filter items by 'MODEL' - **Environment:** Windows 10 Pro 64bit, Firefox 89.0 64bit
**Reproducible:** Always
**Pre-conditions:**
Go to https://horondi-front-staging.azurewebsites.net/
Click on the appropriate category from the drop-down list at the Nav... | non_comp | inconsistent items are displayed when filter items by model environment windows pro firefox reproducible always pre conditions go to click on the appropriate category from the drop down list at the navigation bar e g menu backpacks rolltop description steps to re... | 0 |
14,935 | 26,112,674,812 | IssuesEvent | 2022-12-27 22:58:18 | vectordotdev/vector | https://api.github.com/repos/vectordotdev/vector | closed | VRL AST for program reflection and visualization | needs: approval needs: requirements type: feature domain: vrl vrl: parser | This is something I wanted to put on the map so that we can factor it in as we continue to mature VRL. Especially with #6139 on the horizon.
It is very likely that we'll need a way to visualize a VRL program and build it with a GUI while still letting power users write VRL programs directly (think editor settings wh... | 1.0 | VRL AST for program reflection and visualization - This is something I wanted to put on the map so that we can factor it in as we continue to mature VRL. Especially with #6139 on the horizon.
It is very likely that we'll need a way to visualize a VRL program and build it with a GUI while still letting power users wr... | non_comp | vrl ast for program reflection and visualization this is something i wanted to put on the map so that we can factor it in as we continue to mature vrl especially with on the horizon it is very likely that we ll need a way to visualize a vrl program and build it with a gui while still letting power users write... | 0 |
551,322 | 16,166,269,580 | IssuesEvent | 2021-05-01 15:04:34 | sopra-fs21-group-01/server | https://api.github.com/repos/sopra-fs21-group-01/server | closed | A registered User should be able to log in and out | high priority task | Criteria
*Log in asks for username and password
*if one of them is invalid, display accordingly
*log out leads to the log in screen
time: 2h
part of: #41 | 1.0 | A registered User should be able to log in and out - Criteria
*Log in asks for username and password
*if one of them is invalid, display accordingly
*log out leads to the log in screen
time: 2h
part of: #41 | non_comp | a registered user should be able to log in and out criteria log in asks for username and password if one of them is invalid display accordingly log out leads to the log in screen time part of | 0 |
99,194 | 12,404,724,603 | IssuesEvent | 2020-05-21 16:01:01 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Problem when using Material Widgets like Cards with ListWheelScrollview | f: material design f: scrolling framework | Hi i have a Problem when using any Material widgets which usually supports the elevation parameter
like the `Card` or even the `Material` Widget. And the problem is that when using these kind of widgets with the `ListWhellScrollView` , it prevents it from scrolling and lays out the cards (as an example) on top of eac... | 1.0 | Problem when using Material Widgets like Cards with ListWheelScrollview - Hi i have a Problem when using any Material widgets which usually supports the elevation parameter
like the `Card` or even the `Material` Widget. And the problem is that when using these kind of widgets with the `ListWhellScrollView` , it preve... | non_comp | problem when using material widgets like cards with listwheelscrollview hi i have a problem when using any material widgets which usually supports the elevation parameter like the card or even the material widget and the problem is that when using these kind of widgets with the listwhellscrollview it preve... | 0 |
159,081 | 20,036,634,211 | IssuesEvent | 2022-02-02 12:37:36 | kapseliboi/dapp | https://api.github.com/repos/kapseliboi/dapp | opened | CVE-2021-23386 (Medium) detected in dns-packet-1.3.1.tgz | security vulnerability | ## CVE-2021-23386 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dns-packet-1.3.1.tgz</b></p></summary>
<p>An abstract-encoding compliant module for encoding / decoding DNS packets<... | True | CVE-2021-23386 (Medium) detected in dns-packet-1.3.1.tgz - ## CVE-2021-23386 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dns-packet-1.3.1.tgz</b></p></summary>
<p>An abstract-enc... | non_comp | cve medium detected in dns packet tgz cve medium severity vulnerability vulnerable library dns packet tgz an abstract encoding compliant module for encoding decoding dns packets library home page a href path to dependency file package json path to vulnerable librar... | 0 |
287,453 | 24,829,826,548 | IssuesEvent | 2022-10-26 01:41:27 | kubernetes/minikube | https://api.github.com/repos/kubernetes/minikube | closed | Frequent test failures of `TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop` | priority/backlog kind/failing-test | This test has high flake rates for the following environments:
|Environment|Flake Rate (%)|
|---|---|
|[QEMU_macOS](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=QEMU_macOS&test=TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop)|100.00|
|[Docker_Windows](https://sto... | 1.0 | Frequent test failures of `TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop` - This test has high flake rates for the following environments:
|Environment|Flake Rate (%)|
|---|---|
|[QEMU_macOS](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=QEMU_macOS&test=TestStar... | non_comp | frequent test failures of teststartstop group default different port serial userappexistsafterstop this test has high flake rates for the following environments environment flake rate | 0 |
61,180 | 25,393,803,063 | IssuesEvent | 2022-11-22 06:53:36 | Azure/azure-rest-api-specs | https://api.github.com/repos/Azure/azure-rest-api-specs | closed | Microsoft.EventHub/namespaces missing read-only "status" property definition | Event Hubs Service Attention | A GET on a namespace resource returns a property named "status", but it is not defined in the swagger spec here:
https://github.com/Azure/azure-rest-api-specs/blob/1b0ed8edd58bb7c9ade9a27430759527bd4eec8e/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/namespaces-preview.json#L612... | 1.0 | Microsoft.EventHub/namespaces missing read-only "status" property definition - A GET on a namespace resource returns a property named "status", but it is not defined in the swagger spec here:
https://github.com/Azure/azure-rest-api-specs/blob/1b0ed8edd58bb7c9ade9a27430759527bd4eec8e/specification/eventhub/resource-man... | non_comp | microsoft eventhub namespaces missing read only status property definition a get on a namespace resource returns a property named status but it is not defined in the swagger spec here originally raised under | 0 |
376,373 | 11,146,044,234 | IssuesEvent | 2019-12-23 08:36:59 | teamforus/forus | https://api.github.com/repos/teamforus/forus | closed | Invite current providers: Sent an e-mail to existing provider that a new fund is about to start | Priority: Must have enhancement | ## Main asssignee: @
## Context/goal:
On forus-backend we have mail called fund applicable. This mail is sent when the start date is reached. Providers selected to get this mail were providers that had a specific fund_category. As we removed fund categories this email was disconnected.
## Who are applicable pr... | 1.0 | Invite current providers: Sent an e-mail to existing provider that a new fund is about to start - ## Main asssignee: @
## Context/goal:
On forus-backend we have mail called fund applicable. This mail is sent when the start date is reached. Providers selected to get this mail were providers that had a specific fund... | non_comp | invite current providers sent an e mail to existing provider that a new fund is about to start main asssignee context goal on forus backend we have mail called fund applicable this mail is sent when the start date is reached providers selected to get this mail were providers that had a specific fund... | 0 |
18,039 | 24,906,113,541 | IssuesEvent | 2022-10-29 09:08:16 | fumitoh/spyder-modelx | https://api.github.com/repos/fumitoh/spyder-modelx | closed | spyder-modelx does not work with PySide | bug compatibility | ## Description of your problem
Spyder with PySide backend in stead of PyQt5 crashes when attempting to show the propoerties of the objcet selected in the tree in MxExplorer.
## Versions and main components
* spyder-modelx Version: 0.12.0
* Spyder Version: 5.2.2
* Python Version: 3.10
* Operating system: Win... | True | spyder-modelx does not work with PySide - ## Description of your problem
Spyder with PySide backend in stead of PyQt5 crashes when attempting to show the propoerties of the objcet selected in the tree in MxExplorer.
## Versions and main components
* spyder-modelx Version: 0.12.0
* Spyder Version: 5.2.2
* Pyt... | comp | spyder modelx does not work with pyside description of your problem spyder with pyside backend in stead of crashes when attempting to show the propoerties of the objcet selected in the tree in mxexplorer versions and main components spyder modelx version spyder version python v... | 1 |
64,804 | 3,218,749,313 | IssuesEvent | 2015-10-08 04:28:22 | TypeStrong/atom-typescript | https://api.github.com/repos/TypeStrong/atom-typescript | opened | tsconfig exclude cleanup | priority:high | Based on analysis done by Blake here : https://github.com/TypeStrong/tsconfig/pull/7 For exclusions, one should use `/**` without any leading `/**/*` (like we do now).
closes https://github.com/TypeStrong/atom-typescript/issues/634
closes https://github.com/TypeStrong/atom-typescript/issues/332
closes https://git... | 1.0 | tsconfig exclude cleanup - Based on analysis done by Blake here : https://github.com/TypeStrong/tsconfig/pull/7 For exclusions, one should use `/**` without any leading `/**/*` (like we do now).
closes https://github.com/TypeStrong/atom-typescript/issues/634
closes https://github.com/TypeStrong/atom-typescript/iss... | non_comp | tsconfig exclude cleanup based on analysis done by blake here for exclusions one should use without any leading like we do now closes closes closes todo check default glob document in faq fix glob generated for exclude | 0 |
18,057 | 24,923,850,778 | IssuesEvent | 2022-10-31 04:42:02 | zer0Kerbal/SimpleConstruction | https://api.github.com/repos/zer0Kerbal/SimpleConstruction | closed | [Bug 🐞]: SCON+KERB bug | bug 🐛 issue: compatibility/patch hacktoberfest contributions-welcome | ### Brief description of your issue
Science labs and ISRUs modifiers are being overridden by Kerbalism. Labs loose the ability to manufacture and store SCON components. ISRUs seem to maintain SCON material storage but are unable to manufacture.
[9-2-22 Logs.zip](https://github.com/zer0Kerbal/SimpleConstruction/files/... | True | [Bug 🐞]: SCON+KERB bug - ### Brief description of your issue
Science labs and ISRUs modifiers are being overridden by Kerbalism. Labs loose the ability to manufacture and store SCON components. ISRUs seem to maintain SCON material storage but are unable to manufacture.
[9-2-22 Logs.zip](https://github.com/zer0Kerbal... | comp | scon kerb bug brief description of your issue science labs and isrus modifiers are being overridden by kerbalism labs loose the ability to manufacture and store scon components isrus seem to maintain scon material storage but are unable to manufacture steps to reproduce have scon and kerbalism... | 1 |
2,108 | 4,834,703,086 | IssuesEvent | 2016-11-08 15:02:46 | ahebrank/ACF-Link-Picker-Field | https://api.github.com/repos/ahebrank/ACF-Link-Picker-Field | closed | Multiple LP fields - only first one works | ACF 4 compatibility bug | Hello
Just noticed this behaviour. Not sure if this is happening since update to ACF or ACF:LP.
Have multiple link picker fields but when the edit/remove/insert links are used on any bar the first one the edit page just refreshes.
Console shows javascript error but not sure if related...
**/wp-content/plugins/ac... | True | Multiple LP fields - only first one works - Hello
Just noticed this behaviour. Not sure if this is happening since update to ACF or ACF:LP.
Have multiple link picker fields but when the edit/remove/insert links are used on any bar the first one the edit page just refreshes.
Console shows javascript error but not ... | comp | multiple lp fields only first one works hello just noticed this behaviour not sure if this is happening since update to acf or acf lp have multiple link picker fields but when the edit remove insert links are used on any bar the first one the edit page just refreshes console shows javascript error but not ... | 1 |
165,664 | 26,207,543,158 | IssuesEvent | 2023-01-04 00:57:30 | Expensify/App | https://api.github.com/repos/Expensify/App | closed | [HOLD for BZ checklist] [$2000] mWeb - Manage Members - Blue outline at checkbox @Puneet-here | Reviewing External Engineering Daily Design Awaiting Payment Bug | If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request to join our Slack channel!
___
## Action Performed:
1. Go to staging.new.expensify.com
2. Go to ... | 1.0 | [HOLD for BZ checklist] [$2000] mWeb - Manage Members - Blue outline at checkbox @Puneet-here - If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request to joi... | non_comp | mweb manage members blue outline at checkbox puneet here if you haven’t already check out our for onboarding and email contributors expensify com to request to join our slack channel action performed go to staging new expensify com go to settings workspace manage members page ... | 0 |
19,044 | 26,468,734,184 | IssuesEvent | 2023-01-17 04:16:33 | Automattic/woocommerce-subscriptions-core | https://api.github.com/repos/Automattic/woocommerce-subscriptions-core | closed | [HPOS] subscription admin list table has missing status filters and incorrect counts | type: bug compatibility: HPOS | ## Describe the bug
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible, and include screenshots to illustrate. -->
On HPOS environments, the some status filters are missing and don't list the correct subscription counts.
<img width="477" alt="Screen Shot 2023-01-12 at ... | True | [HPOS] subscription admin list table has missing status filters and incorrect counts - ## Describe the bug
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible, and include screenshots to illustrate. -->
On HPOS environments, the some status filters are missing and don't lis... | comp | subscription admin list table has missing status filters and incorrect counts describe the bug on hpos environments the some status filters are missing and don t list the correct subscription counts img width alt screen shot at pm src eg subscription specific statuses like ac... | 1 |
72,023 | 18,961,829,697 | IssuesEvent | 2021-11-19 06:32:24 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Encountered ./gen_rules.sh: not found error when compile pytorch on linux. | needs reproduction module: build module: cuda triaged module: nccl module: arm | I encountered a issue: ./gen_rules.sh not found. The log is:
<details>
<summary>log</summary>
```
[11/5078] Performing build step for 'nccl_external'
FAILED: nccl_external-prefix/src/nccl_external-stamp/nccl_external-build nccl/lib/libnccl_static.a
cd /home/nvidia/zangbin/pytorch-aarch64-main/build/torch/thir... | 1.0 | Encountered ./gen_rules.sh: not found error when compile pytorch on linux. - I encountered a issue: ./gen_rules.sh not found. The log is:
<details>
<summary>log</summary>
```
[11/5078] Performing build step for 'nccl_external'
FAILED: nccl_external-prefix/src/nccl_external-stamp/nccl_external-build nccl/lib/li... | non_comp | encountered gen rules sh not found error when compile pytorch on linux i encountered a issue gen rules sh not found the log is log performing build step for nccl external failed nccl external prefix src nccl external stamp nccl external build nccl lib libnccl static a cd home nvidia z... | 0 |
3,283 | 6,226,150,246 | IssuesEvent | 2017-07-10 17:48:28 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | NullReferenceException from SocketAsyncEventArgs.InnerStartOperationReceiveMessageFrom | area-System.Net.Sockets bug tenet-compatibility | I was working on a UDP library when I hit this miserable exception. Attached is the minimal project I can think of to reproduce the exception.
[SocketAsyncClose.zip](https://github.com/dotnet/corefx/files/1132479/SocketAsyncClose.zip)
Compile and run this project with no debugger attached, and you should see the ... | True | NullReferenceException from SocketAsyncEventArgs.InnerStartOperationReceiveMessageFrom - I was working on a UDP library when I hit this miserable exception. Attached is the minimal project I can think of to reproduce the exception.
[SocketAsyncClose.zip](https://github.com/dotnet/corefx/files/1132479/SocketAsyncClos... | comp | nullreferenceexception from socketasynceventargs innerstartoperationreceivemessagefrom i was working on a udp library when i hit this miserable exception attached is the minimal project i can think of to reproduce the exception compile and run this project with no debugger attached and you should see the... | 1 |
19,392 | 26,908,823,767 | IssuesEvent | 2023-02-06 21:31:48 | WordPress/two-factor | https://api.github.com/repos/WordPress/two-factor | closed | Using auth_cookie filter instead of wp_login hook to start 2FA flow | Compatibility | Currently flow is started when wp_login is triggered, i.e. when the user has already been logged in, and then reversers the last part of the the default login-flow, by removing the the auth-cookie in function wp_login.
```
public static function wp_login( $user_login, $user ) {
if ( ! self::is_user_using_two_f... | True | Using auth_cookie filter instead of wp_login hook to start 2FA flow - Currently flow is started when wp_login is triggered, i.e. when the user has already been logged in, and then reversers the last part of the the default login-flow, by removing the the auth-cookie in function wp_login.
```
public static functio... | comp | using auth cookie filter instead of wp login hook to start flow currently flow is started when wp login is triggered i e when the user has already been logged in and then reversers the last part of the the default login flow by removing the the auth cookie in function wp login public static function ... | 1 |
1,775 | 2,666,940,981 | IssuesEvent | 2015-03-22 02:35:30 | benquarmby/jslintnet-test | https://api.github.com/repos/benquarmby/jslintnet-test | opened | Ability to upgrade JSLint version without recompiling | CodePlex | <b>ChrisNielsen[CodePlex]</b> <br />I am using the MSBuild task. I would like to be able to upgrade the JSLint version without needing to recompile JSLintNet. If it could read jslint.js from the file system instead of as an embedded resource, that would be great.
| 1.0 | Ability to upgrade JSLint version without recompiling - <b>ChrisNielsen[CodePlex]</b> <br />I am using the MSBuild task. I would like to be able to upgrade the JSLint version without needing to recompile JSLintNet. If it could read jslint.js from the file system instead of as an embedded resource, that would be great.
... | non_comp | ability to upgrade jslint version without recompiling chrisnielsen i am using the msbuild task i would like to be able to upgrade the jslint version without needing to recompile jslintnet if it could read jslint js from the file system instead of as an embedded resource that would be great | 0 |
492 | 2,910,307,980 | IssuesEvent | 2015-06-21 16:36:04 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Conflict with Jupiter Theme | Compatibility | Hey there - I recently updated to the newest version of the Jupiter theme (version 4.0.7.4)(http://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775) and have a conflict with the Wordpress SEO Plugin. It seems to kill the Visual Composer which is a required plugin with jupiter (http://vc.wpbakery.com/)... | True | Conflict with Jupiter Theme - Hey there - I recently updated to the newest version of the Jupiter theme (version 4.0.7.4)(http://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775) and have a conflict with the Wordpress SEO Plugin. It seems to kill the Visual Composer which is a required plugin with jup... | comp | conflict with jupiter theme hey there i recently updated to the newest version of the jupiter theme version and have a conflict with the wordpress seo plugin it seems to kill the visual composer which is a required plugin with jupiter as well as jupiter s global override section on posts and pages ... | 1 |
92,963 | 11,728,749,218 | IssuesEvent | 2020-03-10 18:05:42 | phetsims/molecules-and-light | https://api.github.com/repos/phetsims/molecules-and-light | opened | Representation of photon emitter button in PDOM | design:a11y | From #295 and mentioned over slack, how would we like this button to appear in the PDOM? @terracoda is going to provide some markup to try and then I will listen to how each sounds on our supported platforms. | 1.0 | Representation of photon emitter button in PDOM - From #295 and mentioned over slack, how would we like this button to appear in the PDOM? @terracoda is going to provide some markup to try and then I will listen to how each sounds on our supported platforms. | non_comp | representation of photon emitter button in pdom from and mentioned over slack how would we like this button to appear in the pdom terracoda is going to provide some markup to try and then i will listen to how each sounds on our supported platforms | 0 |
2,603 | 5,329,885,441 | IssuesEvent | 2017-02-15 15:52:03 | yiisoft/yii | https://api.github.com/repos/yiisoft/yii | closed | unserialize error in PHP 7.1 | compatibility:PHP7 | Hi, I'm using Yii 1.1.17. Everything works with PHP 7.0.x. I upgrade to PHP 7.1 and got this issue:
> unserialize(): Unexpected end of serialized data

Is there any way to fix this? Thanks. | True | unserialize error in PHP 7.1 - Hi, I'm using Yii 1.1.17. Everything works with PHP 7.0.x. I upgrade to PHP 7.1 and got this issue:
> unserialize(): Unexpected end of serialized data

Is there any way to ... | comp | unserialize error in php hi i m using yii everything works with php x i upgrade to php and got this issue unserialize unexpected end of serialized data is there any way to fix this thanks | 1 |
1,602 | 4,161,967,912 | IssuesEvent | 2016-06-17 18:32:14 | einsteinsci/betterbeginnings | https://api.github.com/repos/einsteinsci/betterbeginnings | closed | Galacticraft ores compatibility | compatibility help wanted unconfirmed | Ores from Galacticraft (tin, copper and aluminium ore) are all smelted into copper. Seems it is a meta-data issue, as all ore / ingots share the same block/item ID, only the damage value differs.
Happened on version 0.9.4-pre2
| True | Galacticraft ores compatibility - Ores from Galacticraft (tin, copper and aluminium ore) are all smelted into copper. Seems it is a meta-data issue, as all ore / ingots share the same block/item ID, only the damage value differs.
Happened on version 0.9.4-pre2
| comp | galacticraft ores compatibility ores from galacticraft tin copper and aluminium ore are all smelted into copper seems it is a meta data issue as all ore ingots share the same block item id only the damage value differs happened on version | 1 |
231,922 | 18,820,257,897 | IssuesEvent | 2021-11-10 07:19:23 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | opened | An error dialog pops up when cloning/pasting one file share | 🧪 testing :gear: files :beetle: regression | **Storage Explorer Version**: 1.22.0-dev
**Build Number**: 20211110.1
**Branch**: main
**Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Monterey 12.0.1
**Architecture**: ia32/x64
**How Found**: From running test cases
**Regression From**: Previous releases (1.21.3)
## Steps to Reproduce ##
1. Expand one s... | 1.0 | An error dialog pops up when cloning/pasting one file share - **Storage Explorer Version**: 1.22.0-dev
**Build Number**: 20211110.1
**Branch**: main
**Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Monterey 12.0.1
**Architecture**: ia32/x64
**How Found**: From running test cases
**Regression From**: Previous ... | non_comp | an error dialog pops up when cloning pasting one file share storage explorer version dev build number branch main platform os windows linux ubuntu macos monterey architecture how found from running test cases regression from previous releases ... | 0 |
14,440 | 17,420,460,886 | IssuesEvent | 2021-08-04 00:20:52 | VazkiisMods/Botania | https://api.github.com/repos/VazkiisMods/Botania | closed | Entire world goes blank when using Runic Altar and Botanical Brewery | Stale compatibility | Forge version: 1.16.5 - 36.1.16
Botania version: 1.16.5 - 416
# Further Information
Link to crash log: No crash
Steps to reproduce:
1. Throw any appropriate item(s) on the Runic Altar/Brewery to start crafting
2. Look at the Runic Altar (or Brewery with Wand of the Forest in hand)
What I expected to happe... | True | Entire world goes blank when using Runic Altar and Botanical Brewery - Forge version: 1.16.5 - 36.1.16
Botania version: 1.16.5 - 416
# Further Information
Link to crash log: No crash
Steps to reproduce:
1. Throw any appropriate item(s) on the Runic Altar/Brewery to start crafting
2. Look at the Runic Altar (... | comp | entire world goes blank when using runic altar and botanical brewery forge version botania version further information link to crash log no crash steps to reproduce throw any appropriate item s on the runic altar brewery to start crafting look at the runic altar or bre... | 1 |
5,002 | 2,765,733,456 | IssuesEvent | 2015-04-29 22:09:37 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | reopened | Proposal: Language support for Tuples | 1 - Planning Area-Language Design Feature Request Language-C# | There are many scenarios where you'd like to group a set of typed values temporarily, without the grouping itself warranting a "concept" or type name of its own.
Other languages use variations over the notion of **tuples** for this. Maybe C# should too.
This proposal follows up on #98 and addresses #102 and #307.... | 1.0 | Proposal: Language support for Tuples - There are many scenarios where you'd like to group a set of typed values temporarily, without the grouping itself warranting a "concept" or type name of its own.
Other languages use variations over the notion of **tuples** for this. Maybe C# should too.
This proposal follow... | non_comp | proposal language support for tuples there are many scenarios where you d like to group a set of typed values temporarily without the grouping itself warranting a concept or type name of its own other languages use variations over the notion of tuples for this maybe c should too this proposal follow... | 0 |
104,814 | 13,124,829,012 | IssuesEvent | 2020-08-06 05:02:05 | ZcashFoundation/zebra | https://api.github.com/repos/ZcashFoundation/zebra | closed | Restrict zebrad commands that are actually available on release build | C-design Poll::Ready | We can:
* delete some commands, or
* move some commands to the utils crate

| 1.0 | Restrict zebrad commands that are actually available on release build - We can:
* delete some commands, or
* move some commands to the utils crate

| non_comp | restrict zebrad commands that are actually available on release build we can delete some commands or move some commands to the utils crate | 0 |
12,502 | 14,785,334,406 | IssuesEvent | 2021-01-12 02:29:21 | kami-blue/client | https://api.github.com/repos/kami-blue/client | closed | Slight cape rendering bugs | -incompatible -module bug | - [ ] Text layer disappears after shifting, also happens while flying. Reappears after a second.
- [ ] Weird "shimmering" affect with enchanted capes
- [ ] Sort of inverted effect in PlayerModel? not super noticeable, see below for image
 but it should be removable. | 1.0 | Last name field on submission form - Do not protect the last name field from deletion.
The field should still be included when creating new forms (and during installation) but it should be removable. | non_comp | last name field on submission form do not protect the last name field from deletion the field should still be included when creating new forms and during installation but it should be removable | 0 |
2,822 | 5,624,019,504 | IssuesEvent | 2017-04-04 16:06:40 | Angry-Pixel/The-Betweenlands | https://api.github.com/repos/Angry-Pixel/The-Betweenlands | closed | Call PreRenderShadersEvent only after RenderWorldLastEvent was called | 1.10 Incompatibility | Add safety check in case another mod somehow cancels the renderWorld call in updateCameraAndRender or the RenderWorldLastEvent
http://pastebin.com/kSPJy6ec | True | Call PreRenderShadersEvent only after RenderWorldLastEvent was called - Add safety check in case another mod somehow cancels the renderWorld call in updateCameraAndRender or the RenderWorldLastEvent
http://pastebin.com/kSPJy6ec | comp | call prerendershadersevent only after renderworldlastevent was called add safety check in case another mod somehow cancels the renderworld call in updatecameraandrender or the renderworldlastevent | 1 |
363,451 | 10,741,348,139 | IssuesEvent | 2019-10-29 20:02:59 | ampproject/amp-github-apps | https://api.github.com/repos/ampproject/amp-github-apps | closed | [owners] Migrate from GCE to GAE | Category: Owners P1: High Priority | The original implementation of the Owners bot was based around a Google Compute Engine (GCE) deployment. This decision was made because GCE provides local filesystem I/O, which is useful for maintaining a copy of the repository, using command-line-fu to identify owners files, and reading the contents of those owners fi... | 1.0 | [owners] Migrate from GCE to GAE - The original implementation of the Owners bot was based around a Google Compute Engine (GCE) deployment. This decision was made because GCE provides local filesystem I/O, which is useful for maintaining a copy of the repository, using command-line-fu to identify owners files, and read... | non_comp | migrate from gce to gae the original implementation of the owners bot was based around a google compute engine gce deployment this decision was made because gce provides local filesystem i o which is useful for maintaining a copy of the repository using command line fu to identify owners files and reading the... | 0 |
2,196 | 4,954,074,601 | IssuesEvent | 2016-12-01 16:37:48 | tex-xet/bidi | https://api.github.com/repos/tex-xet/bidi | opened | Footnotes inside multicols environment overlap footer | Bug Compatibility | If the text inside a `multicols` environment spans more than a page and there are some footnotes, then when the `extrafootnotefeatures` of the `bidi` package is activated and any of the commands
`\paragraphfootnotes`, `\twocolumnfootnotes`, `\threecolumnfootnotes`, ..., and `\tencolumnfootnotes` is used, the footnote... | True | Footnotes inside multicols environment overlap footer - If the text inside a `multicols` environment spans more than a page and there are some footnotes, then when the `extrafootnotefeatures` of the `bidi` package is activated and any of the commands
`\paragraphfootnotes`, `\twocolumnfootnotes`, `\threecolumnfootnote... | comp | footnotes inside multicols environment overlap footer if the text inside a multicols environment spans more than a page and there are some footnotes then when the extrafootnotefeatures of the bidi package is activated and any of the commands paragraphfootnotes twocolumnfootnotes threecolumnfootnote... | 1 |
132,559 | 5,188,395,893 | IssuesEvent | 2017-01-20 19:48:47 | giantotter/giantotter_public | https://api.github.com/repos/giantotter/giantotter_public | closed | Script to build an environment | backend: database priority: B | Currently, we do not capture the schemas of Dynamo tables anywhere. We just create them through the AWS dashboard, or on the fly from code. We should have a script that creates the correct Dynamo tables.
Is there anything else the script should create, in terms of AWS?
And, is should this be the same task as issue ... | 1.0 | Script to build an environment - Currently, we do not capture the schemas of Dynamo tables anywhere. We just create them through the AWS dashboard, or on the fly from code. We should have a script that creates the correct Dynamo tables.
Is there anything else the script should create, in terms of AWS?
And, is shoul... | non_comp | script to build an environment currently we do not capture the schemas of dynamo tables anywhere we just create them through the aws dashboard or on the fly from code we should have a script that creates the correct dynamo tables is there anything else the script should create in terms of aws and is shoul... | 0 |
14,168 | 17,032,819,243 | IssuesEvent | 2021-07-04 22:53:07 | proofit404/dependencies | https://api.github.com/repos/proofit404/dependencies | closed | Deny to resolve scalar dependencies directly. | backward incompatible feature | Only direct dependencies could be accessed from client code.
Indirect and evaluated dependencies could not be accessed from client code.
Scalar direct dependencies are useless to be stored on the injection scope on their own.
Only classes are allowed to be retrieved directly.
If you need `list` or `dict` to... | True | Deny to resolve scalar dependencies directly. - Only direct dependencies could be accessed from client code.
Indirect and evaluated dependencies could not be accessed from client code.
Scalar direct dependencies are useless to be stored on the injection scope on their own.
Only classes are allowed to be retrie... | comp | deny to resolve scalar dependencies directly only direct dependencies could be accessed from client code indirect and evaluated dependencies could not be accessed from client code scalar direct dependencies are useless to be stored on the injection scope on their own only classes are allowed to be retrie... | 1 |
76,725 | 9,961,746,769 | IssuesEvent | 2019-07-07 08:13:23 | threatspec/threatspec | https://api.github.com/repos/threatspec/threatspec | opened | Generate documentation from code and put it on readthedocs.io | documentation | Hard to keep documentation in sync with changes at the moment, generating from code should help. | 1.0 | Generate documentation from code and put it on readthedocs.io - Hard to keep documentation in sync with changes at the moment, generating from code should help. | non_comp | generate documentation from code and put it on readthedocs io hard to keep documentation in sync with changes at the moment generating from code should help | 0 |
36,664 | 4,751,131,648 | IssuesEvent | 2016-10-22 18:21:56 | eloipuertas/ES2016F | https://api.github.com/repos/eloipuertas/ES2016F | opened | [B] Basic model of a Battering Ram | Design Team-B | Description:
- 3.7. As a designer, I want a model of barracks, so I want to have the riders of Rohan could wait to attack .
[High priority]
> _Acceptance Criteria:_
* _The shape of the Barracks is rectangular._
* _They have a large front door, so the riders can enter in the barracks with their horses._
* _... | 1.0 | [B] Basic model of a Battering Ram - Description:
- 3.7. As a designer, I want a model of barracks, so I want to have the riders of Rohan could wait to attack .
[High priority]
> _Acceptance Criteria:_
* _The shape of the Barracks is rectangular._
* _They have a large front door, so the riders can enter in ... | non_comp | basic model of a battering ram description as a designer i want a model of barracks so i want to have the riders of rohan could wait to attack acceptance criteria the shape of the barracks is rectangular they have a large front door so the riders can enter in the barracks wit... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.