Unnamed: 0 int64 0 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 1 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60,707 | 3,131,829,844 | IssuesEvent | 2015-09-09 16:18:09 | MinetestForFun/server-minetestforfun-skyblock | https://api.github.com/repos/MinetestForFun/server-minetestforfun-skyblock | reopened | Signs | Media ➤ Graphics Modding Priority: Low | maybe add the sign_lib mod ?
Maybe takes the default sign texture/inventory texture from the our MFF repository, the actual texture are very ugly (minetest 0.4.10 or older...) | 1.0 | Signs - maybe add the sign_lib mod ?
Maybe takes the default sign texture/inventory texture from the our MFF repository, the actual texture are very ugly (minetest 0.4.10 or older...) | priority | signs maybe add the sign lib mod maybe takes the default sign texture inventory texture from the our mff repository the actual texture are very ugly minetest or older | 1 |
761,373 | 26,677,950,846 | IssuesEvent | 2023-01-26 15:34:14 | godaddy-wordpress/coblocks | https://api.github.com/repos/godaddy-wordpress/coblocks | opened | Pasting valid Gutenberg block markup throws a "unexpected or invalid mark-up" error | [Type] Bug [Priority] Low | ### Describe the bug:
<!-- A clear and concise description of what the bug is, using ISBAT format "I should be able to..." -->
I should be able to paste some valid Gutenberg block-markup into the editor without it erroring.
### To reproduce:
<!-- Steps to reproduce the behavior: -->
1. Install co-blocks (can't reproduce without)
2. Open the post editor
3. Paste the following, completely valid mark-up (or insert a pattern with the same):
```
<!-- wp:heading {"className":"has-custom-font","fontFamily":"dm-sans"} -->
<h2 class="wp-block-heading has-custom-font has-dm-sans-font-family">Summer<br>Vibe</h2>
<!-- /wp:heading -->
```
5. See "This block contains unexpected or invalid content." message
The problem isn't listed to heading blocks, the same happens for paragraphs too (and probably more).
### Expected behavior:
<!-- A clear and concise description of what you expected to happen. -->
I expected a Heading block to be inserted without any mention of unexpected errors.
### Screenshots:
<!-- If applicable, add screenshots to help explain your problem. -->

Console output says:
```
Block validation: Block validation failed for `core/heading` (
Object { name: "core/heading", icon: {…}, keywords: (2) […], attributes: {…}, providesContext: {}, usesContext: [], supports: {…}, styles: [], variations: [], save: heading_save_save(_ref)
, … }
).
Content generated by `save` function:
<h2 class="wp-block-heading has-dm-sans-font-family has-custom-font" style="font-family:dm-sans">Summer<br>Vibe</h2>
Content retrieved from post body:
<h2 class="wp-block-heading has-custom-font has-dm-sans-font-family">Summer<br>Vibe</h2>
```
I think [applyStyle](https://github.com/godaddy-wordpress/coblocks/blob/master/src/extensions/typography/apply-style.js#L14) is taking the fontFamily block attribute and putting it into the style prop, even though that's not necessary in Core.
### Isolating the problem:
<!-- Mark completed items with an [x]. -->
- [x] This bug happens with no other plugins activated
- [x] This bug happens with a default WordPress theme active (can repro with TT3 and non-default themes)
- [x] This bug happens **without** the Gutenberg plugin active (can also repro with gutenberg trunk)
- [x] I can reproduce this bug consistently using the steps above
### WordPress version:
<!-- What version of WordPress are you using? -->
7.2
### Gutenberg version:
<!-- if applicable -->
Either trunk at the time of writing, GB1.15 or whatever WP6.2 ships. | 1.0 | Pasting valid Gutenberg block markup throws a "unexpected or invalid mark-up" error - ### Describe the bug:
<!-- A clear and concise description of what the bug is, using ISBAT format "I should be able to..." -->
I should be able to paste some valid Gutenberg block-markup into the editor without it erroring.
### To reproduce:
<!-- Steps to reproduce the behavior: -->
1. Install co-blocks (can't reproduce without)
2. Open the post editor
3. Paste the following, completely valid mark-up (or insert a pattern with the same):
```
<!-- wp:heading {"className":"has-custom-font","fontFamily":"dm-sans"} -->
<h2 class="wp-block-heading has-custom-font has-dm-sans-font-family">Summer<br>Vibe</h2>
<!-- /wp:heading -->
```
5. See "This block contains unexpected or invalid content." message
The problem isn't listed to heading blocks, the same happens for paragraphs too (and probably more).
### Expected behavior:
<!-- A clear and concise description of what you expected to happen. -->
I expected a Heading block to be inserted without any mention of unexpected errors.
### Screenshots:
<!-- If applicable, add screenshots to help explain your problem. -->

Console output says:
```
Block validation: Block validation failed for `core/heading` (
Object { name: "core/heading", icon: {…}, keywords: (2) […], attributes: {…}, providesContext: {}, usesContext: [], supports: {…}, styles: [], variations: [], save: heading_save_save(_ref)
, … }
).
Content generated by `save` function:
<h2 class="wp-block-heading has-dm-sans-font-family has-custom-font" style="font-family:dm-sans">Summer<br>Vibe</h2>
Content retrieved from post body:
<h2 class="wp-block-heading has-custom-font has-dm-sans-font-family">Summer<br>Vibe</h2>
```
I think [applyStyle](https://github.com/godaddy-wordpress/coblocks/blob/master/src/extensions/typography/apply-style.js#L14) is taking the fontFamily block attribute and putting it into the style prop, even though that's not necessary in Core.
### Isolating the problem:
<!-- Mark completed items with an [x]. -->
- [x] This bug happens with no other plugins activated
- [x] This bug happens with a default WordPress theme active (can repro with TT3 and non-default themes)
- [x] This bug happens **without** the Gutenberg plugin active (can also repro with gutenberg trunk)
- [x] I can reproduce this bug consistently using the steps above
### WordPress version:
<!-- What version of WordPress are you using? -->
7.2
### Gutenberg version:
<!-- if applicable -->
Either trunk at the time of writing, GB1.15 or whatever WP6.2 ships. | priority | pasting valid gutenberg block markup throws a unexpected or invalid mark up error describe the bug i should be able to paste some valid gutenberg block markup into the editor without it erroring to reproduce install co blocks can t reproduce without open the post editor paste the following completely valid mark up or insert a pattern with the same summer vibe see this block contains unexpected or invalid content message the problem isn t listed to heading blocks the same happens for paragraphs too and probably more expected behavior i expected a heading block to be inserted without any mention of unexpected errors screenshots console output says block validation block validation failed for core heading object name core heading icon … keywords attributes … providescontext usescontext supports … styles variations save heading save save ref … content generated by save function summer vibe content retrieved from post body summer vibe i think is taking the fontfamily block attribute and putting it into the style prop even though that s not necessary in core isolating the problem this bug happens with no other plugins activated this bug happens with a default wordpress theme active can repro with and non default themes this bug happens without the gutenberg plugin active can also repro with gutenberg trunk i can reproduce this bug consistently using the steps above wordpress version gutenberg version either trunk at the time of writing or whatever ships | 1 |
224,987 | 7,476,333,316 | IssuesEvent | 2018-04-04 02:28:55 | CSC480-18S/Red-Team | https://api.github.com/repos/CSC480-18S/Red-Team | closed | Server Crash on Frontend App's close | Priority: Low Type: Bug | when the server frontend is shutdown, the server crashes with this error
> C:\Users\chris\Desktop\Red-Team\Server Backend\entities\ServerManager.js:60
> if (p.socket === socket) {
> ^
>
> TypeError: Cannot read property 'socket' of null
> at ServerManager.findWhichPlayerLeft (C:\Users\chris\Desktop\Red-Team\Server Backend\entities\ServerManager.js:60:15)
> at Socket.socket.on (C:\Users\chris\Desktop\Red-Team\Server Backend\entities\ServerManager.js:42:41)
> at emitOne (events.js:116:13)
> at Socket.emit (events.js:211:7)
> at Socket.emit (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:140:10)
> at Socket.onclose (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:452:8)
> at Socket.ondisconnect (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:416:8)
> at Socket.onpacket (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:338:12)
> at C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\client.js:193:16
> at _combinedTickCallback (internal/process/next_tick.js:131:7)
> [nodemon] app crashed - waiting for file changes before starting... | 1.0 | Server Crash on Frontend App's close - when the server frontend is shutdown, the server crashes with this error
> C:\Users\chris\Desktop\Red-Team\Server Backend\entities\ServerManager.js:60
> if (p.socket === socket) {
> ^
>
> TypeError: Cannot read property 'socket' of null
> at ServerManager.findWhichPlayerLeft (C:\Users\chris\Desktop\Red-Team\Server Backend\entities\ServerManager.js:60:15)
> at Socket.socket.on (C:\Users\chris\Desktop\Red-Team\Server Backend\entities\ServerManager.js:42:41)
> at emitOne (events.js:116:13)
> at Socket.emit (events.js:211:7)
> at Socket.emit (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:140:10)
> at Socket.onclose (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:452:8)
> at Socket.ondisconnect (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:416:8)
> at Socket.onpacket (C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\socket.js:338:12)
> at C:\Users\chris\Desktop\Red-Team\Server Backend\node_modules\socket.io\lib\client.js:193:16
> at _combinedTickCallback (internal/process/next_tick.js:131:7)
> [nodemon] app crashed - waiting for file changes before starting... | priority | server crash on frontend app s close when the server frontend is shutdown the server crashes with this error c users chris desktop red team server backend entities servermanager js if p socket socket typeerror cannot read property socket of null at servermanager findwhichplayerleft c users chris desktop red team server backend entities servermanager js at socket socket on c users chris desktop red team server backend entities servermanager js at emitone events js at socket emit events js at socket emit c users chris desktop red team server backend node modules socket io lib socket js at socket onclose c users chris desktop red team server backend node modules socket io lib socket js at socket ondisconnect c users chris desktop red team server backend node modules socket io lib socket js at socket onpacket c users chris desktop red team server backend node modules socket io lib socket js at c users chris desktop red team server backend node modules socket io lib client js at combinedtickcallback internal process next tick js app crashed waiting for file changes before starting | 1 |
157,288 | 5,996,972,873 | IssuesEvent | 2017-06-03 19:13:39 | ReikaKalseki/Reika_Mods_Issues | https://api.github.com/repos/ReikaKalseki/Reika_Mods_Issues | closed | ReactorCraft handbook Turbine description does not mention lubricant | Low Priority ReactorCraft | The entry for the Turbine in the handbook mentions nothing about requiring lubricant (although it probably should go without saying)
Given the spirit of the mod, I can imagine this was done on purpose. I simply wanted to ensure this was done on purpose. | 1.0 | ReactorCraft handbook Turbine description does not mention lubricant - The entry for the Turbine in the handbook mentions nothing about requiring lubricant (although it probably should go without saying)
Given the spirit of the mod, I can imagine this was done on purpose. I simply wanted to ensure this was done on purpose. | priority | reactorcraft handbook turbine description does not mention lubricant the entry for the turbine in the handbook mentions nothing about requiring lubricant although it probably should go without saying given the spirit of the mod i can imagine this was done on purpose i simply wanted to ensure this was done on purpose | 1 |
366,308 | 10,819,564,442 | IssuesEvent | 2019-11-08 14:39:16 | raz0red/wii-mednafen | https://api.github.com/repos/raz0red/wii-mednafen | closed | USB Joysticks support | Priority-Low Type-Enhancement auto-migrated | ```
USB joysticks support would make this emulator totally awesome!
```
Original issue reported on code.google.com by `bel...@gmail.com` on 22 Jan 2012 at 7:30
| 1.0 | USB Joysticks support - ```
USB joysticks support would make this emulator totally awesome!
```
Original issue reported on code.google.com by `bel...@gmail.com` on 22 Jan 2012 at 7:30
| priority | usb joysticks support usb joysticks support would make this emulator totally awesome original issue reported on code google com by bel gmail com on jan at | 1 |
819,374 | 30,732,031,317 | IssuesEvent | 2023-07-28 03:03:33 | Memmy-App/memmy | https://api.github.com/repos/Memmy-App/memmy | closed | Users Last Comment Loads On Another Post Before Other Comments Loaded. | bug low priority help wanted | **Describe the bug**
If the user comments on a post. The comment is displayed on another different post briefly before the second post's comments are loaded.
**To Reproduce**
Steps to reproduce the behavior:
1. Post a comment
2. Find a different post (preferably with many comments).
3. See comment from other post displaying before the other comments are loaded.
**Screenshots**
https://github.com/Memmy-App/memmy/assets/19845100/83210708-75e7-49c6-8053-416f9d4ca834
**Additional context**
5.3 | 1.0 | Users Last Comment Loads On Another Post Before Other Comments Loaded. - **Describe the bug**
If the user comments on a post. The comment is displayed on another different post briefly before the second post's comments are loaded.
**To Reproduce**
Steps to reproduce the behavior:
1. Post a comment
2. Find a different post (preferably with many comments).
3. See comment from other post displaying before the other comments are loaded.
**Screenshots**
https://github.com/Memmy-App/memmy/assets/19845100/83210708-75e7-49c6-8053-416f9d4ca834
**Additional context**
5.3 | priority | users last comment loads on another post before other comments loaded describe the bug if the user comments on a post the comment is displayed on another different post briefly before the second post s comments are loaded to reproduce steps to reproduce the behavior post a comment find a different post preferably with many comments see comment from other post displaying before the other comments are loaded screenshots additional context | 1 |
594,122 | 18,023,907,606 | IssuesEvent | 2021-09-17 00:09:18 | NOAA-GSL/MATS | https://api.github.com/repos/NOAA-GSL/MATS | closed | Remove ban on using Plot Matched if curves have disparate averaging | Priority: Low Project: MATScommon Project: MATS Type: Enhancment client | In early MATS, users were banned from using Plot Matched if two curves had different averaging specified (for example, if one was 1D averaging, and one was 7D), as matching was only done by ensuring that each curve had the same points on the x-axis, and this would lead to different amounts of data in each point. However, we now match individual sub-values, so there's no reason not to allow users to Plot Matched this way. In my example above, they'd end up with each curve having a one-day average every seven days. Not a useful plot, but not a wrong one. | 1.0 | Remove ban on using Plot Matched if curves have disparate averaging - In early MATS, users were banned from using Plot Matched if two curves had different averaging specified (for example, if one was 1D averaging, and one was 7D), as matching was only done by ensuring that each curve had the same points on the x-axis, and this would lead to different amounts of data in each point. However, we now match individual sub-values, so there's no reason not to allow users to Plot Matched this way. In my example above, they'd end up with each curve having a one-day average every seven days. Not a useful plot, but not a wrong one. | priority | remove ban on using plot matched if curves have disparate averaging in early mats users were banned from using plot matched if two curves had different averaging specified for example if one was averaging and one was as matching was only done by ensuring that each curve had the same points on the x axis and this would lead to different amounts of data in each point however we now match individual sub values so there s no reason not to allow users to plot matched this way in my example above they d end up with each curve having a one day average every seven days not a useful plot but not a wrong one | 1 |
101,860 | 4,146,930,395 | IssuesEvent | 2016-06-15 03:21:03 | mpharoah/openscribe | https://api.github.com/repos/mpharoah/openscribe | opened | Package for Fedora | Low Priority Research Required | Consider packaging OpenScribe for Fedora. Need to look into how to make rpm packages. | 1.0 | Package for Fedora - Consider packaging OpenScribe for Fedora. Need to look into how to make rpm packages. | priority | package for fedora consider packaging openscribe for fedora need to look into how to make rpm packages | 1 |
579,912 | 17,200,967,976 | IssuesEvent | 2021-07-17 08:00:45 | GEOSX/GEOSX | https://api.github.com/repos/GEOSX/GEOSX | closed | Remove static_if | Issue Day effort: 1 day priority: low type: cleanup / refactor | Is there much difference? IMO our `static_if` is not very useful as it does not allow for ill-formed code in the body when the condition is false (unlike `if constexpr`). Other than that, dead code pruning by the compiler is just as good, and a regular `if` seems more readable.
_Originally posted by @klevzoff in https://github.com/GEOSX/GEOSX/pull/611_ | 1.0 | Remove static_if - Is there much difference? IMO our `static_if` is not very useful as it does not allow for ill-formed code in the body when the condition is false (unlike `if constexpr`). Other than that, dead code pruning by the compiler is just as good, and a regular `if` seems more readable.
_Originally posted by @klevzoff in https://github.com/GEOSX/GEOSX/pull/611_ | priority | remove static if is there much difference imo our static if is not very useful as it does not allow for ill formed code in the body when the condition is false unlike if constexpr other than that dead code pruning by the compiler is just as good and a regular if seems more readable originally posted by klevzoff in | 1 |
823,813 | 31,034,814,116 | IssuesEvent | 2023-08-10 14:36:53 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Increase Crash Database Performance | Priority-Low Stale Dev Blocked by dependency cleanup | **Is your feature request related to a problem? Please describe.**
Acrarium, our crash-reporting front-end working as a Java<->MySQL app on https://ankidroid.org/acra is pretty slow, we would like to increase the performance.
Currently it is on the basic droplet at digitalocean with 1GB RAM + 1 "regular" vCPU @ $7/month (details: https://www.digitalocean.com/pricing/droplets)
**Describe the solution you'd like**
The app is definitely RAM-bound and appears to be CPU-bound (this could be the JDK garbage collection working over time in low RAM)
Fitting the crash reporting front-end into 1GB was quite difficult.
I would like 2GB RAM and 1 "premium" vCPU for performance reasons, at a cost of $14/month as a first attempt at "throwing hardware at the problem".
If that works, we are done. If not then perhaps we need more CPU
**Describe alternatives you've considered**
I definitely am not able to fit the app in to less RAM, I had to write a special set of instructions that was merged upstream for it to even work with this tiny amount of RAM.
It is not possible to go lower than one CPU so I cannot consider that.
I have considered more CPUs but want to try a premium CPU first as those monthly price jumps are large.
I have considered reducing the dataset in the front-end but testing it by purging out almost all reports did not result in adequate performance.
Other crash reporting systems do not meet the project's requirements, so ACRA is best, and this is the only supported front-end for those reports.
**Additional context**
Here is where @dae comes in - Damien - you are currently paying for this. I suppose I should switch billing information to me, then I can submit for reimbursement to OpenCollective so that AnkiDroid takes on the expense in general, and shoulders the price increase?
| 1.0 | Increase Crash Database Performance - **Is your feature request related to a problem? Please describe.**
Acrarium, our crash-reporting front-end working as a Java<->MySQL app on https://ankidroid.org/acra is pretty slow, we would like to increase the performance.
Currently it is on the basic droplet at digitalocean with 1GB RAM + 1 "regular" vCPU @ $7/month (details: https://www.digitalocean.com/pricing/droplets)
**Describe the solution you'd like**
The app is definitely RAM-bound and appears to be CPU-bound (this could be the JDK garbage collection working over time in low RAM)
Fitting the crash reporting front-end into 1GB was quite difficult.
I would like 2GB RAM and 1 "premium" vCPU for performance reasons, at a cost of $14/month as a first attempt at "throwing hardware at the problem".
If that works, we are done. If not then perhaps we need more CPU
**Describe alternatives you've considered**
I definitely am not able to fit the app in to less RAM, I had to write a special set of instructions that was merged upstream for it to even work with this tiny amount of RAM.
It is not possible to go lower than one CPU so I cannot consider that.
I have considered more CPUs but want to try a premium CPU first as those monthly price jumps are large.
I have considered reducing the dataset in the front-end but testing it by purging out almost all reports did not result in adequate performance.
Other crash reporting systems do not meet the project's requirements, so ACRA is best, and this is the only supported front-end for those reports.
**Additional context**
Here is where @dae comes in - Damien - you are currently paying for this. I suppose I should switch billing information to me, then I can submit for reimbursement to OpenCollective so that AnkiDroid takes on the expense in general, and shoulders the price increase?
| priority | increase crash database performance is your feature request related to a problem please describe acrarium our crash reporting front end working as a java mysql app on is pretty slow we would like to increase the performance currently it is on the basic droplet at digitalocean with ram regular vcpu month details describe the solution you d like the app is definitely ram bound and appears to be cpu bound this could be the jdk garbage collection working over time in low ram fitting the crash reporting front end into was quite difficult i would like ram and premium vcpu for performance reasons at a cost of month as a first attempt at throwing hardware at the problem if that works we are done if not then perhaps we need more cpu describe alternatives you ve considered i definitely am not able to fit the app in to less ram i had to write a special set of instructions that was merged upstream for it to even work with this tiny amount of ram it is not possible to go lower than one cpu so i cannot consider that i have considered more cpus but want to try a premium cpu first as those monthly price jumps are large i have considered reducing the dataset in the front end but testing it by purging out almost all reports did not result in adequate performance other crash reporting systems do not meet the project s requirements so acra is best and this is the only supported front end for those reports additional context here is where dae comes in damien you are currently paying for this i suppose i should switch billing information to me then i can submit for reimbursement to opencollective so that ankidroid takes on the expense in general and shoulders the price increase | 1 |
599,355 | 18,271,897,689 | IssuesEvent | 2021-10-04 14:35:39 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | [image] React: Include optional border - Prod QA testing | Feature request package: react priority: low QA dev complete | #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer using the ibm.com Library `image`
> I need to:
have a version of the pattern or component that has been tested for accessibility compliance as well as on multiple browsers and platforms
> so that I can:
be confident that my ibm.com web site users will have a good experience
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- [Browser Stack link](https://ibm.ent.box.com/notes/578734426612)
- [Browser Standard](https://w3.ibm.com/standards/web/browser/)
- Browser versions to be tested: Tier 1 browsers will be tested with defects created as Sev 1 or Sev 2. Tier 2 browser defects will be created as Sev 3 defects.
- Platforms to be tested, by priority: 1) Desktop 2) Mobile
- Mobile iOS versions: 13.1, 13.3 and 14
- Mobile Android versions: 9.0 and 10
- Browsers to be tested: Desktop: Chrome, Firefox, Safari, Edge, Mobile: Chrome, Safari, Samsung Internet, UC Browser, QQ Browser
- [Accessibility testing guidance](https://pages.github.ibm.com/IBMa/able/Test/verify/)
- [Accessibility Checklist](https://www.ibm.com/able/guidelines/ci162/accessibility_checklist.html)
- [Creating a QA bug](https://ibm.ent.box.com/notes/603242247385)
- **See the Epic for the Design and Functional specs information**
- React Dev issue (#6529)
- ** Once development is finished the updated code is available on the 1) [WC Wrapper test env URL](https://ibmdotcom-web-components-react.mybluemix.net/?path=/story/*) or the [React canary environment](https://ibmdotcom-react-canary.mybluemix.net/?path=/story/overview-getting-started--page) for testing.**
#### Acceptance criteria
- [ ] Accessibility testing is complete. Component is compliant.
- [ ] All browser versions are tested
- [ ] All operating systems are tested
- [ ] All devices are tested
- [ ] Defects are recorded | 1.0 | [image] React: Include optional border - Prod QA testing - #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer using the ibm.com Library `image`
> I need to:
have a version of the pattern or component that has been tested for accessibility compliance as well as on multiple browsers and platforms
> so that I can:
be confident that my ibm.com web site users will have a good experience
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- [Browser Stack link](https://ibm.ent.box.com/notes/578734426612)
- [Browser Standard](https://w3.ibm.com/standards/web/browser/)
- Browser versions to be tested: Tier 1 browsers will be tested with defects created as Sev 1 or Sev 2. Tier 2 browser defects will be created as Sev 3 defects.
- Platforms to be tested, by priority: 1) Desktop 2) Mobile
- Mobile iOS versions: 13.1, 13.3 and 14
- Mobile Android versions: 9.0 and 10
- Browsers to be tested: Desktop: Chrome, Firefox, Safari, Edge, Mobile: Chrome, Safari, Samsung Internet, UC Browser, QQ Browser
- [Accessibility testing guidance](https://pages.github.ibm.com/IBMa/able/Test/verify/)
- [Accessibility Checklist](https://www.ibm.com/able/guidelines/ci162/accessibility_checklist.html)
- [Creating a QA bug](https://ibm.ent.box.com/notes/603242247385)
- **See the Epic for the Design and Functional specs information**
- React Dev issue (#6529)
- ** Once development is finished the updated code is available on the 1) [WC Wrapper test env URL](https://ibmdotcom-web-components-react.mybluemix.net/?path=/story/*) or the [React canary environment](https://ibmdotcom-react-canary.mybluemix.net/?path=/story/overview-getting-started--page) for testing.**
#### Acceptance criteria
- [ ] Accessibility testing is complete. Component is compliant.
- [ ] All browser versions are tested
- [ ] All operating systems are tested
- [ ] All devices are tested
- [ ] Defects are recorded | priority | react include optional border prod qa testing user story as a developer using the ibm com library image i need to have a version of the pattern or component that has been tested for accessibility compliance as well as on multiple browsers and platforms so that i can be confident that my ibm com web site users will have a good experience additional information browser versions to be tested tier browsers will be tested with defects created as sev or sev tier browser defects will be created as sev defects platforms to be tested by priority desktop mobile mobile ios versions and mobile android versions and browsers to be tested desktop chrome firefox safari edge mobile chrome safari samsung internet uc browser qq browser see the epic for the design and functional specs information react dev issue once development is finished the updated code is available on the or the for testing acceptance criteria accessibility testing is complete component is compliant all browser versions are tested all operating systems are tested all devices are tested defects are recorded | 1 |
802,940 | 29,058,852,316 | IssuesEvent | 2023-05-15 02:21:24 | Yamato-Security/hayabusa-rules | https://api.github.com/repos/Yamato-Security/hayabusa-rules | opened | Comments are erased when converting rules | low priority | @fukusuket
Sorry I just noticed that comments get erased when converted. Is it possible to copy over the comments from the original sigma rules? This would be make reading and understanding the sigma rules a bit easier without having to look up the original rule. | 1.0 | Comments are erased when converting rules - @fukusuket
Sorry I just noticed that comments get erased when converted. Is it possible to copy over the comments from the original sigma rules? This would be make reading and understanding the sigma rules a bit easier without having to look up the original rule. | priority | comments are erased when converting rules fukusuket sorry i just noticed that comments get erased when converted is it possible to copy over the comments from the original sigma rules this would be make reading and understanding the sigma rules a bit easier without having to look up the original rule | 1 |
95,847 | 3,961,168,833 | IssuesEvent | 2016-05-02 11:32:03 | soulweaver91/project-carrot | https://api.github.com/repos/soulweaver91/project-carrot | closed | Utilize 3D sound functions | Priority: Low Scope: Unimplemented JJ2 feature Status: Investigating Type: Enhancement | Positioned sound will make e.g. noise made by enemies way more natural, as nearby sounds would play normally and far sounds wouldn't. BASS does provide functions for them so use them. | 1.0 | Utilize 3D sound functions - Positioned sound will make e.g. noise made by enemies way more natural, as nearby sounds would play normally and far sounds wouldn't. BASS does provide functions for them so use them. | priority | utilize sound functions positioned sound will make e g noise made by enemies way more natural as nearby sounds would play normally and far sounds wouldn t bass does provide functions for them so use them | 1 |
20,612 | 2,622,854,649 | IssuesEvent | 2015-03-04 08:07:06 | max99x/pagemon-chrome-ext | https://api.github.com/repos/max99x/pagemon-chrome-ext | opened | Sort pages in the Desktop Notification by last changed | auto-migrated Priority-Low Type-Enhancement | ```
Hello,
Notifications Stay until close option is not working in new Google Chrome
version (36.0.1985.125 m).
Plus, Desktop Notifications not showing all pages on desktop just last 2 pages.
Image: http://i.imgur.com/QD65UTW.png
Thanks.
```
Original issue reported on code.google.com by `basta...@gmail.com` on 31 Jul 2014 at 1:49 | 1.0 | Sort pages in the Desktop Notification by last changed - ```
Hello,
Notifications Stay until close option is not working in new Google Chrome
version (36.0.1985.125 m).
Plus, Desktop Notifications not showing all pages on desktop just last 2 pages.
Image: http://i.imgur.com/QD65UTW.png
Thanks.
```
Original issue reported on code.google.com by `basta...@gmail.com` on 31 Jul 2014 at 1:49 | priority | sort pages in the desktop notification by last changed hello notifications stay until close option is not working in new google chrome version m plus desktop notifications not showing all pages on desktop just last pages image thanks original issue reported on code google com by basta gmail com on jul at | 1 |
674,574 | 23,058,187,742 | IssuesEvent | 2022-07-25 07:28:31 | h-dt/hola-clone | https://api.github.com/repos/h-dt/hola-clone | opened | [dev,update] board에 delete 추가 | status: to do priority:low |
## board에 delete 추가
### 추가/개선 필요 요소
delete 컬럼 추가하고,
#41 에 delete 조건 추가하기
## issue-number
#41
| 1.0 | [dev,update] board에 delete 추가 -
## board에 delete 추가
### 추가/개선 필요 요소
delete 컬럼 추가하고,
#41 에 delete 조건 추가하기
## issue-number
#41
| priority | board에 delete 추가 board에 delete 추가 추가 개선 필요 요소 delete 컬럼 추가하고 에 delete 조건 추가하기 issue number | 1 |
24,891 | 2,674,451,689 | IssuesEvent | 2015-03-25 02:46:16 | maltyeva/mindimp-pg | https://api.github.com/repos/maltyeva/mindimp-pg | opened | Parent Accounts? | feature low priority question user interface | This may be overkill, but I thought I would pitch the idea -- do we want parent accounts?
Parent accounts could include the following info: a parent handbook, a copy of the student handbook, copies of their student's evaluations, an absence report, easy to find links to MindImp online posts and employee profiles. And maybe if payment is online, receipts or invoices or the like?
Just an idea! | 1.0 | Parent Accounts? - This may be overkill, but I thought I would pitch the idea -- do we want parent accounts?
Parent accounts could include the following info: a parent handbook, a copy of the student handbook, copies of their student's evaluations, an absence report, easy to find links to MindImp online posts and employee profiles. And maybe if payment is online, receipts or invoices or the like?
Just an idea! | priority | parent accounts this may be overkill but i thought i would pitch the idea do we want parent accounts parent accounts could include the following info a parent handbook a copy of the student handbook copies of their student s evaluations an absence report easy to find links to mindimp online posts and employee profiles and maybe if payment is online receipts or invoices or the like just an idea | 1 |
394,913 | 11,660,813,463 | IssuesEvent | 2020-03-03 04:42:08 | BingLingGroup/autosub | https://api.github.com/repos/BingLingGroup/autosub | closed | Add basic Recognition Config support for Google Cloud Speech-to-Text API | Priority: Low Status: Accepted Type: Enhancement | **Describe the solution you'd like**
https://cloud.google.com/speech-to-text/docs/reference/rest/v1p1beta1/RecognitionConfig
At least support the basic short-term audio [recognize method](https://cloud.google.com/speech-to-text/docs/reference/rest/v1p1beta1/speech/recognize). And support raw json output for further process.
| 1.0 | Add basic Recognition Config support for Google Cloud Speech-to-Text API - **Describe the solution you'd like**
https://cloud.google.com/speech-to-text/docs/reference/rest/v1p1beta1/RecognitionConfig
At least support the basic short-term audio [recognize method](https://cloud.google.com/speech-to-text/docs/reference/rest/v1p1beta1/speech/recognize). And support raw json output for further process.
| priority | add basic recognition config support for google cloud speech to text api describe the solution you d like at least support the basic short term audio and support raw json output for further process | 1 |
699,496 | 24,018,566,713 | IssuesEvent | 2022-09-15 04:54:16 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] qnapi-git | request:new-pkg priority:low | ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/qnapi-git
### Utility this package has for you
Qt5 client for downloading movie subtitles
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great amount.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [X] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | 1.0 | [Request] qnapi-git - ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/qnapi-git
### Utility this package has for you
Qt5 client for downloading movie subtitles
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great amount.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [X] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | priority | qnapi git link to the package s in the aur utility this package has for you client for downloading movie subtitles do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response | 1 |
664,598 | 22,282,518,078 | IssuesEvent | 2022-06-11 04:49:05 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | STM32WB BLE HCI interface problem. | bug priority: low area: Bluetooth area: Bluetooth HCI | I'm try to use BLE controller stack in STM32WB55 to comunicate with Zephyr BLE host stack with no success.
In network procesor M0+ run ST propriatery controller stack "stm32wb5x_BLE_Stack_full_fw.bin" V1.13.3.
In application processor M4 I use sample application "boards-stm32-power_mgmt-stm32wb_ble-sample".
Compiling and flashing goes well. But when I start program, it stops after 10 second with error when waiting semaphore:
ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:309
k_sem_take failed with err -11
Is there any support team for STM32 and their BLE stack?
| 1.0 | STM32WB BLE HCI interface problem. - I'm try to use BLE controller stack in STM32WB55 to comunicate with Zephyr BLE host stack with no success.
In network procesor M0+ run ST propriatery controller stack "stm32wb5x_BLE_Stack_full_fw.bin" V1.13.3.
In application processor M4 I use sample application "boards-stm32-power_mgmt-stm32wb_ble-sample".
Compiling and flashing goes well. But when I start program, it stops after 10 second with error when waiting semaphore:
ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:309
k_sem_take failed with err -11
Is there any support team for STM32 and their BLE stack?
| priority | ble hci interface problem i m try to use ble controller stack in to comunicate with zephyr ble host stack with no success in network procesor run st propriatery controller stack ble stack full fw bin in application processor i use sample application boards power mgmt ble sample compiling and flashing goes well but when i start program it stops after second with error when waiting semaphore assertion fail west topdir zephyr subsys bluetooth host hci core c k sem take failed with err is there any support team for and their ble stack | 1 |
407,844 | 11,938,053,128 | IssuesEvent | 2020-04-02 13:12:57 | silverbackis/ApiComponentBundle | https://api.github.com/repos/silverbackis/ApiComponentBundle | opened | Discuss usage of Message Handler | Low Priority v2 | Possibly use Message Handler as described here for tasks we have custom actions for at the moment. Not urgent right now as we would need to add instructions on configuring RabbitMQ or something as the transport.
https://api-platform.com/docs/core/messenger/ | 1.0 | Discuss usage of Message Handler - Possibly use Message Handler as described here for tasks we have custom actions for at the moment. Not urgent right now as we would need to add instructions on configuring RabbitMQ or something as the transport.
https://api-platform.com/docs/core/messenger/ | priority | discuss usage of message handler possibly use message handler as described here for tasks we have custom actions for at the moment not urgent right now as we would need to add instructions on configuring rabbitmq or something as the transport | 1 |
180,396 | 6,649,313,893 | IssuesEvent | 2017-09-28 12:49:15 | herbiehp/unicenta | https://api.github.com/repos/herbiehp/unicenta | closed | Structure for Localisation / Customisation | 4-Low Priority enhancement | There are a lot of files and templates which are not directly stored under localization folder, so update could be a pain to preserve files which where modified for the installation, even keeping track of them, also versioning of those files is also open. Even if localization is not necessary there are still customization for printouts and reports that change over time and are stored in core of openbravo part. Additional investigation and a structure suggestion is necessary.
| 1.0 | Structure for Localisation / Customisation - There are a lot of files and templates which are not directly stored under localization folder, so update could be a pain to preserve files which where modified for the installation, even keeping track of them, also versioning of those files is also open. Even if localization is not necessary there are still customization for printouts and reports that change over time and are stored in core of openbravo part. Additional investigation and a structure suggestion is necessary.
| priority | structure for localisation customisation there are a lot of files and templates which are not directly stored under localization folder so update could be a pain to preserve files which where modified for the installation even keeping track of them also versioning of those files is also open even if localization is not necessary there are still customization for printouts and reports that change over time and are stored in core of openbravo part additional investigation and a structure suggestion is necessary | 1 |
761,602 | 26,687,953,437 | IssuesEvent | 2023-01-27 00:17:03 | godaddy-wordpress/coblocks | https://api.github.com/repos/godaddy-wordpress/coblocks | opened | Run E2E tests against the latest stable version of Gutenberg | [Type] Enhancement [Priority] Low | ### Is your feature request related to a problem? Please describe.
Yes, changes in Gutenberg can break CoBlocks and vice-versa. Here's a recent example of a bug that happens when a recent version of CoBlocks is activated alongside a relatively recent version of Gutenberg: https://github.com/godaddy-wordpress/coblocks/issues/2474.
Since CoBlocks extends and depends on Gutenberg, changes in Gutenberg can affect CoBlocks, and changes in CoBlocks could also affect Gutenberg.
### Describe the solution you'd like
Add a new job to test against the **latest stable** version of Gutenberg in PRs and/or recurringly. I'm thinking about the E2Es tests here. I'm not too acquainted with the CoBlocks source, but I assume that E2Es are running against the built-in block editor that comes with WPorg, which is usually equivalent to a pretty old version of Gutenberg.
Thanks!
| 1.0 | Run E2E tests against the latest stable version of Gutenberg - ### Is your feature request related to a problem? Please describe.
Yes, changes in Gutenberg can break CoBlocks and vice-versa. Here's a recent example of a bug that happens when a recent version of CoBlocks is activated alongside a relatively recent version of Gutenberg: https://github.com/godaddy-wordpress/coblocks/issues/2474.
Since CoBlocks extends and depends on Gutenberg, changes in Gutenberg can affect CoBlocks, and changes in CoBlocks could also affect Gutenberg.
### Describe the solution you'd like
Add a new job to test against the **latest stable** version of Gutenberg in PRs and/or recurringly. I'm thinking about the E2Es tests here. I'm not too acquainted with the CoBlocks source, but I assume that E2Es are running against the built-in block editor that comes with WPorg, which is usually equivalent to a pretty old version of Gutenberg.
Thanks!
| priority | run tests against the latest stable version of gutenberg is your feature request related to a problem please describe yes changes in gutenberg can break coblocks and vice versa here s a recent example of a bug that happens when a recent version of coblocks is activated alongside a relatively recent version of gutenberg since coblocks extends and depends on gutenberg changes in gutenberg can affect coblocks and changes in coblocks could also affect gutenberg describe the solution you d like add a new job to test against the latest stable version of gutenberg in prs and or recurringly i m thinking about the tests here i m not too acquainted with the coblocks source but i assume that are running against the built in block editor that comes with wporg which is usually equivalent to a pretty old version of gutenberg thanks | 1 |
404,635 | 11,860,811,903 | IssuesEvent | 2020-03-25 15:25:56 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [staging] The referenced script on this Behaviour XXX is missing | Priority: Low Status: Fixed | The referenced script (ImportantNotificationsListController) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object 'Camera') is missing!
The referenced script on this Behaviour (Game Object 'Important notifications') is missing!
The referenced script on this Behaviour (Game Object 'Products') is missing!
The referenced script on this Behaviour (Game Object 'Ingredients') is missing!
The referenced script on this Behaviour (Game Object 'Table') is missing! | 1.0 | [staging] The referenced script on this Behaviour XXX is missing - The referenced script (ImportantNotificationsListController) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object 'Camera') is missing!
The referenced script on this Behaviour (Game Object 'Important notifications') is missing!
The referenced script on this Behaviour (Game Object 'Products') is missing!
The referenced script on this Behaviour (Game Object 'Ingredients') is missing!
The referenced script on this Behaviour (Game Object 'Table') is missing! | priority | the referenced script on this behaviour xxx is missing the referenced script importantnotificationslistcontroller on this behaviour is missing the referenced script on this behaviour game object camera is missing the referenced script on this behaviour game object important notifications is missing the referenced script on this behaviour game object products is missing the referenced script on this behaviour game object ingredients is missing the referenced script on this behaviour game object table is missing | 1 |
354,073 | 10,562,593,226 | IssuesEvent | 2019-10-04 18:43:33 | wherebyus/general-tasks | https://api.github.com/repos/wherebyus/general-tasks | closed | Validate whether newsletter readers demonstrate a need for seeing non-repeating promos | Priority: Low Product: Promos Type: Task UX: Discovery | ## Definition of done
- [ ] Validate in WhereByUX whether we have any data that suggests users are bothered (or prefer) seeing the same ads over and over again
If not
- [ ] Determine whether this is something we want to test and create a ticket to develop that test
If so
- [ ] Create a ticket to scope of the work | 1.0 | Validate whether newsletter readers demonstrate a need for seeing non-repeating promos - ## Definition of done
- [ ] Validate in WhereByUX whether we have any data that suggests users are bothered (or prefer) seeing the same ads over and over again
If not
- [ ] Determine whether this is something we want to test and create a ticket to develop that test
If so
- [ ] Create a ticket to scope of the work | priority | validate whether newsletter readers demonstrate a need for seeing non repeating promos definition of done validate in wherebyux whether we have any data that suggests users are bothered or prefer seeing the same ads over and over again if not determine whether this is something we want to test and create a ticket to develop that test if so create a ticket to scope of the work | 1 |
734,538 | 25,352,414,595 | IssuesEvent | 2022-11-19 23:26:55 | wasmerio/wasmer | https://api.github.com/repos/wasmerio/wasmer | closed | Polyfill Emscripten Syscalls for Windows | ℹ️ help wanted 📦 lib-emscripten 🖼️ platform-windows 🏚 stale priority-low | This issue is related to #51, windows support. When PR #175 lands, wasmer will have experimental support for windows! This is exciting, but does not mean work is finished. Wasmer will only be able to run simple programs that do not use Emscripten, so no nginx or lua. The reason is that the required syscalls have not been implemented for the Windows target.
There are stubs left for unimplemented functions. Not all of the functions make sense on windows, so a more documented stub should be created if that is what is required. The end result is being able to run programs like nginx and lua, which also means that we can run the existing [integration tests](https://github.com/wasmerio/wasmer/tree/master/integration_tests). When the stubs are filled and tests are passing, we can close this issue.
The to-be-implemented functions are listed below. The functions should be at least partially tested.
https://github.com/wasmerio/wasmer/blob/master/lib/emscripten/src/syscalls/windows.rs:
- [ ] chown
- [ ] mkdir
- [ ] getgid
- [ ] getgid32
- [ ] dup3
- [ ] ioctl
- [ ] socketcall
- [ ] pread
- [ ] pwrite
- [ ] wait4
- [ ] select
- [ ] setpgid
- [ ] uname
https://github.com/wasmerio/wasmer/blob/master/lib/emscripten/src/io/windows.rs:
- [ ] printf
Enable the tests:
- [ ] emscripten tests
- [ ] integration tests | 1.0 | Polyfill Emscripten Syscalls for Windows - This issue is related to #51, windows support. When PR #175 lands, wasmer will have experimental support for windows! This is exciting, but does not mean work is finished. Wasmer will only be able to run simple programs that do not use Emscripten, so no nginx or lua. The reason is that the required syscalls have not been implemented for the Windows target.
There are stubs left for unimplemented functions. Not all of the functions make sense on windows, so a more documented stub should be created if that is what is required. The end result is being able to run programs like nginx and lua, which also means that we can run the existing [integration tests](https://github.com/wasmerio/wasmer/tree/master/integration_tests). When the stubs are filled and tests are passing, we can close this issue.
The to-be-implemented functions are listed below. The functions should be at least partially tested.
https://github.com/wasmerio/wasmer/blob/master/lib/emscripten/src/syscalls/windows.rs:
- [ ] chown
- [ ] mkdir
- [ ] getgid
- [ ] getgid32
- [ ] dup3
- [ ] ioctl
- [ ] socketcall
- [ ] pread
- [ ] pwrite
- [ ] wait4
- [ ] select
- [ ] setpgid
- [ ] uname
https://github.com/wasmerio/wasmer/blob/master/lib/emscripten/src/io/windows.rs:
- [ ] printf
Enable the tests:
- [ ] emscripten tests
- [ ] integration tests | priority | polyfill emscripten syscalls for windows this issue is related to windows support when pr lands wasmer will have experimental support for windows this is exciting but does not mean work is finished wasmer will only be able to run simple programs that do not use emscripten so no nginx or lua the reason is that the required syscalls have not been implemented for the windows target there are stubs left for unimplemented functions not all of the functions make sense on windows so a more documented stub should be created if that is what is required the end result is being able to run programs like nginx and lua which also means that we can run the existing when the stubs are filled and tests are passing we can close this issue the to be implemented functions are listed below the functions should be at least partially tested chown mkdir getgid ioctl socketcall pread pwrite select setpgid uname printf enable the tests emscripten tests integration tests | 1 |
173,019 | 6,519,065,494 | IssuesEvent | 2017-08-28 11:00:40 | uclouvain/openjpeg | https://api.github.com/repos/uclouvain/openjpeg | closed | Bug in jp2.c of openjpeg-branch15-r2833 | bug OpjVersion-1.x Priority-Low | Originally reported on Google Code with ID 335
```
./j2k_to_image -i beach_64bitsbox.jp2 -o beach.png
[ERROR] Integer overflow in box->length
[ERROR] Failed to decode jp2 structure
ERROR -> j2k_to_image: failed to decode image!
The error message is reported in jp2_read_boxhdr().
'beach_64bitsbox.jp2' contains an 'XML' box that
is not skipped.
./j2k_to_image -i beach_64bitsbox.jp2 -o beach.png
[INFO] tile 1 of 1
[INFO] - tiers-1 took 0.015000 s
[INFO] - dwt took 0.001000 s
[INFO] - tile decoded in 0.017000 s
Successfully generated Outfile beach.png
The patch is attached. It skips at least one 'XML' box.
winfried
```
Reported by [szukw000](https://github.com/szukw000) on 2014-04-09 01:10:18
<hr>
- _Attachment: [openjpeg-1.5.x-branch-r2835-1-xml.dif.gz](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-335/comment-0/openjpeg-1.5.x-branch-r2835-1-xml.dif.gz)_
| 1.0 | Bug in jp2.c of openjpeg-branch15-r2833 - Originally reported on Google Code with ID 335
```
./j2k_to_image -i beach_64bitsbox.jp2 -o beach.png
[ERROR] Integer overflow in box->length
[ERROR] Failed to decode jp2 structure
ERROR -> j2k_to_image: failed to decode image!
The error message is reported in jp2_read_boxhdr().
'beach_64bitsbox.jp2' contains an 'XML' box that
is not skipped.
./j2k_to_image -i beach_64bitsbox.jp2 -o beach.png
[INFO] tile 1 of 1
[INFO] - tiers-1 took 0.015000 s
[INFO] - dwt took 0.001000 s
[INFO] - tile decoded in 0.017000 s
Successfully generated Outfile beach.png
The patch is attached. It skips at least one 'XML' box.
winfried
```
Reported by [szukw000](https://github.com/szukw000) on 2014-04-09 01:10:18
<hr>
- _Attachment: [openjpeg-1.5.x-branch-r2835-1-xml.dif.gz](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-335/comment-0/openjpeg-1.5.x-branch-r2835-1-xml.dif.gz)_
| priority | bug in c of openjpeg originally reported on google code with id to image i beach o beach png integer overflow in box length failed to decode structure error to image failed to decode image the error message is reported in read boxhdr beach contains an xml box that is not skipped to image i beach o beach png tile of tiers took s dwt took s tile decoded in s successfully generated outfile beach png the patch is attached it skips at least one xml box winfried reported by on attachment | 1 |
236,350 | 7,748,670,912 | IssuesEvent | 2018-05-30 09:02:27 | sethballantyne/Game-Demos | https://api.github.com/repos/sethballantyne/Game-Demos | opened | 'Resume Game' isn't selected in the main menu when a game is in progress | Plexis-Game bug priority-low | While a game is in progress, pressing ESC for the first time results in this:

If the user selects 'new game' here, the next time they press ESC in-game, they're presented with this:

The scene is remembering the last selection, which isn't what's wanted in this case. | 1.0 | 'Resume Game' isn't selected in the main menu when a game is in progress - While a game is in progress, pressing ESC for the first time results in this:

If the user selects 'new game' here, the next time they press ESC in-game, they're presented with this:

The scene is remembering the last selection, which isn't what's wanted in this case. | priority | resume game isn t selected in the main menu when a game is in progress while a game is in progress pressing esc for the first time results in this if the user selects new game here the next time they press esc in game they re presented with this the scene is remembering the last selection which isn t what s wanted in this case | 1 |
491,913 | 14,173,917,564 | IssuesEvent | 2020-11-12 19:04:55 | GEOSX/GEOSX | https://api.github.com/repos/GEOSX/GEOSX | closed | Allow Stencil to read in Non-neighbor connection data. | effort: project priority: low type: feature | Implement the ability to read in external NNC data for populating a CellElementStencil.
- Specify file in FluxApproximation sub-block in XML.
- Develop an example for integratedTesting...including Volume override. | 1.0 | Allow Stencil to read in Non-neighbor connection data. - Implement the ability to read in external NNC data for populating a CellElementStencil.
- Specify file in FluxApproximation sub-block in XML.
- Develop an example for integratedTesting...including Volume override. | priority | allow stencil to read in non neighbor connection data implement the ability to read in external nnc data for populating a cellelementstencil specify file in fluxapproximation sub block in xml develop an example for integratedtesting including volume override | 1 |
776,546 | 27,264,083,192 | IssuesEvent | 2023-02-22 16:44:44 | cancervariants/gene-normalization | https://api.github.com/repos/cancervariants/gene-normalization | opened | NCBI importer creates redundant records for some genes | bug priority:low | full list here: https://gist.github.com/jsstevenson/fba1e6c33e438c9018c1ec43a0ea6ba7
Looks like it happens between genes created in `_get_gene_info()` and `_get_gene_gff()`. Using concept ID (instead of symbol) as a key on line 265 of the importer might fix this. | 1.0 | NCBI importer creates redundant records for some genes - full list here: https://gist.github.com/jsstevenson/fba1e6c33e438c9018c1ec43a0ea6ba7
Looks like it happens between genes created in `_get_gene_info()` and `_get_gene_gff()`. Using concept ID (instead of symbol) as a key on line 265 of the importer might fix this. | priority | ncbi importer creates redundant records for some genes full list here looks like it happens between genes created in get gene info and get gene gff using concept id instead of symbol as a key on line of the importer might fix this | 1 |
761,723 | 26,694,312,540 | IssuesEvent | 2023-01-27 09:00:54 | slsdetectorgroup/slsDetectorPackage | https://api.github.com/repos/slsdetectorgroup/slsDetectorPackage | closed | python badchannels and list into commandline | priority - Low action - Enhancement status - resolved | <!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
##### *Detector type:
<!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard -->
##### *Software Package Version:
<!-- developer, 4.2.0, 4.1.1, etc -->
##### Priority:
<!-- Super Low, Low, Medium, High, Super High -->
##### *State the feature:
<!-- A clear and concise description of what the feature is -->
Add badchannels for python API and add option to add lists into the command line (including ranges)
##### Is your feature request related to a problem. Please describe:
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
##### Describe the solution you'd like:
<!-- A clear and concise description of what you want to happen -->
##### Describe alternatives you've considered:
<!-- A clear and concise description of any alternative solutions or features you've considered -->
##### Additional context:
<!-- Add any other context about the feature here -->
| 1.0 | python badchannels and list into commandline - <!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
##### *Detector type:
<!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard -->
##### *Software Package Version:
<!-- developer, 4.2.0, 4.1.1, etc -->
##### Priority:
<!-- Super Low, Low, Medium, High, Super High -->
##### *State the feature:
<!-- A clear and concise description of what the feature is -->
Add badchannels for python API and add option to add lists into the command line (including ranges)
##### Is your feature request related to a problem. Please describe:
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
##### Describe the solution you'd like:
<!-- A clear and concise description of what you want to happen -->
##### Describe alternatives you've considered:
<!-- A clear and concise description of any alternative solutions or features you've considered -->
##### Additional context:
<!-- Add any other context about the feature here -->
| priority | python badchannels and list into commandline detector type software package version priority state the feature add badchannels for python api and add option to add lists into the command line including ranges is your feature request related to a problem please describe describe the solution you d like describe alternatives you ve considered additional context | 1 |
712,125 | 24,485,237,613 | IssuesEvent | 2022-10-09 10:45:19 | naev/naev | https://api.github.com/repos/naev/naev | closed | Have autonav consider jump radius | Type-Enhancement Priority-Low | Currently, autonav tries to make the player jump from the center of the jump. However, especially when in stealth, the player will most likely want to jump from the edge. Would make sense to have autonav try to jump at 0.8% of the radius from the jump point instead of the center. | 1.0 | Have autonav consider jump radius - Currently, autonav tries to make the player jump from the center of the jump. However, especially when in stealth, the player will most likely want to jump from the edge. Would make sense to have autonav try to jump at 0.8% of the radius from the jump point instead of the center. | priority | have autonav consider jump radius currently autonav tries to make the player jump from the center of the jump however especially when in stealth the player will most likely want to jump from the edge would make sense to have autonav try to jump at of the radius from the jump point instead of the center | 1 |
71,909 | 3,369,637,299 | IssuesEvent | 2015-11-23 11:14:52 | ForgeEssentials/ForgeEssentials | https://api.github.com/repos/ForgeEssentials/ForgeEssentials | closed | Suppress FakePlayer death messages | low-priority needshook request | used version: 1.4.3.1008-nightly
hey guys!
we are getting some more death messages from mob farms like
... was slain by [EioKillera]
Mighty Skeleton was slain by [Minecraft]
is there a feature to disable messages completely OR can you fix this messages produced by non players entities eg machines ?
greetings
-jogi
| 1.0 | Suppress FakePlayer death messages - used version: 1.4.3.1008-nightly
hey guys!
we are getting some more death messages from mob farms like
... was slain by [EioKillera]
Mighty Skeleton was slain by [Minecraft]
is there a feature to disable messages completely OR can you fix this messages produced by non players entities eg machines ?
greetings
-jogi
| priority | suppress fakeplayer death messages used version nightly hey guys we are getting some more death messages from mob farms like was slain by mighty skeleton was slain by is there a feature to disable messages completely or can you fix this messages produced by non players entities eg machines greetings jogi | 1 |
128,143 | 5,049,578,063 | IssuesEvent | 2016-12-20 16:15:03 | HBHWoolacotts/RPii | https://api.github.com/repos/HBHWoolacotts/RPii | opened | Add a X to "go back" when booking a delivery | Priority - Low | Once you pick your team and get this screen, you get no option to go back.
Can you add a red X at the top right, which will put the delivery on a TBA, and also confirm (as you suggested) with something like "Delivery cancelled and now on TBA. Please either pick a date or click {TICK} to finish".

| 1.0 | Add a X to "go back" when booking a delivery - Once you pick your team and get this screen, you get no option to go back.
Can you add a red X at the top right, which will put the delivery on a TBA, and also confirm (as you suggested) with something like "Delivery cancelled and now on TBA. Please either pick a date or click {TICK} to finish".

| priority | add a x to go back when booking a delivery once you pick your team and get this screen you get no option to go back can you add a red x at the top right which will put the delivery on a tba and also confirm as you suggested with something like delivery cancelled and now on tba please either pick a date or click tick to finish | 1 |
525,955 | 15,269,636,348 | IssuesEvent | 2021-02-22 13:04:09 | AY2021S2-CS2103T-W13-2/tp | https://api.github.com/repos/AY2021S2-CS2103T-W13-2/tp | opened | Recording which reader borrowed the most times | priority.Low type.Story | As an individual operating a private book loaning service, I can record which reader borrowed the books the most times, so that I can give him or her some vouchers. | 1.0 | Recording which reader borrowed the most times - As an individual operating a private book loaning service, I can record which reader borrowed the books the most times, so that I can give him or her some vouchers. | priority | recording which reader borrowed the most times as an individual operating a private book loaning service i can record which reader borrowed the books the most times so that i can give him or her some vouchers | 1 |
797,203 | 28,140,578,178 | IssuesEvent | 2023-04-01 22:26:07 | KDT3-final-project-team2/backend | https://api.github.com/repos/KDT3-final-project-team2/backend | closed | [Feat] 개인회원의 채용공고에 지원하기 | For: Backend Priority: Low Status: Completed Type: Feature | ## 🔨개발 할 기능
개인회원의 채용공고에 지원하기
개인회원의 채용공고에 지원 취소하기
## 🧩 세부 기능
해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기)
- [x] 개인회원의 채용공고에 지원하기
- [x] 개인회원의 채용공고에 지원 취소하기
| 1.0 | [Feat] 개인회원의 채용공고에 지원하기 - ## 🔨개발 할 기능
개인회원의 채용공고에 지원하기
개인회원의 채용공고에 지원 취소하기
## 🧩 세부 기능
해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기)
- [x] 개인회원의 채용공고에 지원하기
- [x] 개인회원의 채용공고에 지원 취소하기
| priority | 개인회원의 채용공고에 지원하기 🔨개발 할 기능 개인회원의 채용공고에 지원하기 개인회원의 채용공고에 지원 취소하기 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 ex 로그인 시 아이디 비번 입력 받기 개인회원의 채용공고에 지원하기 개인회원의 채용공고에 지원 취소하기 | 1 |
692,897 | 23,753,028,260 | IssuesEvent | 2022-08-31 22:48:52 | pokt-network/pocket | https://api.github.com/repos/pokt-network/pocket | opened | [Automation] Automatically deploy DevNet | priority:low infra tooling | ## Objective
We need to deploy DevNet whenever we update code in main branch.
## Goals
- [] Update DevNet yaml files/version on changes in main branch
## Deliverable
- CI automation that modifies the files
## Non-goals / Non-deliverables
- Non-main branch changes joining DevNet
## General issue deliverables
- [ ] Update the appropriate CHANGELOG
- [ ] Update any relevant READMEs (local and/or global)
- [ ] Update any relevant global documentation & references
- [ ] If applicable, update the source code tree explanation
- [ ] If applicable, add or update a state, sequence or flowchart diagram using [mermaid](https://mermaid-js.github.io/mermaid/)
---
**Creator**: @okdas
**Co-Owners**: TBD
| 1.0 | [Automation] Automatically deploy DevNet - ## Objective
We need to deploy DevNet whenever we update code in main branch.
## Goals
- [] Update DevNet yaml files/version on changes in main branch
## Deliverable
- CI automation that modifies the files
## Non-goals / Non-deliverables
- Non-main branch changes joining DevNet
## General issue deliverables
- [ ] Update the appropriate CHANGELOG
- [ ] Update any relevant READMEs (local and/or global)
- [ ] Update any relevant global documentation & references
- [ ] If applicable, update the source code tree explanation
- [ ] If applicable, add or update a state, sequence or flowchart diagram using [mermaid](https://mermaid-js.github.io/mermaid/)
---
**Creator**: @okdas
**Co-Owners**: TBD
| priority | automatically deploy devnet objective we need to deploy devnet whenever we update code in main branch goals update devnet yaml files version on changes in main branch deliverable ci automation that modifies the files non goals non deliverables non main branch changes joining devnet general issue deliverables update the appropriate changelog update any relevant readmes local and or global update any relevant global documentation references if applicable update the source code tree explanation if applicable add or update a state sequence or flowchart diagram using creator okdas co owners tbd | 1 |
808,962 | 30,118,815,111 | IssuesEvent | 2023-06-30 13:40:12 | bihealth/sodar-server | https://api.github.com/repos/bihealth/sodar-server | opened | Add samplesheets template tag tests | internal low priority app: samplesheets | While writing the spec for #1296 I noticed these tests are completely missing.
For an example on how these are usually implemented, see e.g. `projectroles.tests.test_templatetags` in SODAR Core.
None of these tests should require taskflow or setting up the project in iRODS.
Low priority, this can be done after other tasks if running out of work :)
- Tests for `get_investigation()`
* Test with no imported investigation
* Test with imported investigation (use `import_isa_from_file()`, see existing tests)
- Tests for `get_search_item_type()`
* Test with `GENERIC_MATERIAL_TYPES` items
* Test with special case of "file"
+ The values should be updated into constants
- Tests for `get_irods_tree()`
* No need to test the entire formed HTML
* Test for the existence of `IRODS_SAMPLE_COLL`, study and assay paths in the returned string
* NOTE: Even though we use `irods_backend` for this, no taskflow or iRODS project setup is needed! (We just build paths in the irodsbackend API)
- Tests for `get_material_search_url()`
* See in code how `item` is formed
* Import ISA-Tab in test setup, provide study for the method
* Assert URL is as expected
- Tests for `get_irods_path()`
* Test with a couple of different object types (e.g. project and assay) and `sub_path`
- Tests for `get_icon()`
* Test for study and assay
* No need to assert the whole string, but test the expected `text-*` class and icon class are visible
- Tests for `get_isatab_tag_html()`
* Loop test with tags in `TAG_COLORS`
* Test with an unknown tag to assert `DEFAULT_TAG_COLOR` is returned
- Tests for `get_request_status_class()`
* Test with values in `REQUEST_STATUS_CLASSES`
* Test with unknown value
- Tests for `trim_base_path()`
* Test with a realistic iRODS path (doesn't have to correspond to anything actually in iRODS)
| 1.0 | Add samplesheets template tag tests - While writing the spec for #1296 I noticed these tests are completely missing.
For an example on how these are usually implemented, see e.g. `projectroles.tests.test_templatetags` in SODAR Core.
None of these tests should require taskflow or setting up the project in iRODS.
Low priority, this can be done after other tasks if running out of work :)
- Tests for `get_investigation()`
* Test with no imported investigation
* Test with imported investigation (use `import_isa_from_file()`, see existing tests)
- Tests for `get_search_item_type()`
* Test with `GENERIC_MATERIAL_TYPES` items
* Test with special case of "file"
+ The values should be updated into constants
- Tests for `get_irods_tree()`
* No need to test the entire formed HTML
* Test for the existence of `IRODS_SAMPLE_COLL`, study and assay paths in the returned string
* NOTE: Even though we use `irods_backend` for this, no taskflow or iRODS project setup is needed! (We just build paths in the irodsbackend API)
- Tests for `get_material_search_url()`
* See in code how `item` is formed
* Import ISA-Tab in test setup, provide study for the method
* Assert URL is as expected
- Tests for `get_irods_path()`
* Test with a couple of different object types (e.g. project and assay) and `sub_path`
- Tests for `get_icon()`
* Test for study and assay
* No need to assert the whole string, but test the expected `text-*` class and icon class are visible
- Tests for `get_isatab_tag_html()`
* Loop test with tags in `TAG_COLORS`
* Test with an unknown tag to assert `DEFAULT_TAG_COLOR` is returned
- Tests for `get_request_status_class()`
* Test with values in `REQUEST_STATUS_CLASSES`
* Test with unknown value
- Tests for `trim_base_path()`
* Test with a realistic iRODS path (doesn't have to correspond to anything actually in iRODS)
| priority | add samplesheets template tag tests while writing the spec for i noticed these tests are completely missing for an example on how these are usually implemented see e g projectroles tests test templatetags in sodar core none of these tests should require taskflow or setting up the project in irods low priority this can be done after other tasks if running out of work tests for get investigation test with no imported investigation test with imported investigation use import isa from file see existing tests tests for get search item type test with generic material types items test with special case of file the values should be updated into constants tests for get irods tree no need to test the entire formed html test for the existence of irods sample coll study and assay paths in the returned string note even though we use irods backend for this no taskflow or irods project setup is needed we just build paths in the irodsbackend api tests for get material search url see in code how item is formed import isa tab in test setup provide study for the method assert url is as expected tests for get irods path test with a couple of different object types e g project and assay and sub path tests for get icon test for study and assay no need to assert the whole string but test the expected text class and icon class are visible tests for get isatab tag html loop test with tags in tag colors test with an unknown tag to assert default tag color is returned tests for get request status class test with values in request status classes test with unknown value tests for trim base path test with a realistic irods path doesn t have to correspond to anything actually in irods | 1 |
98,304 | 4,019,795,605 | IssuesEvent | 2016-05-16 16:06:42 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | [DEV]Tables have low durability when flipped. | balance oversight priority: low | A steel reinforced table can't withstand more than two or three taser hits before breaking, sometimes just flipping one will break it. The entire table cover mechanic is pretty much useless if they fall apart in half a second.
Testing with further materials has shown little difference in overall strength, tasers can still break diamond tables in about 3 shots.
Tables that aren't flipped can be shot but take no damage.
Plasteel tables, reinforced or not can't be flipped, and if you make a flipped table frame to get around that, a flipped plasteel table takes no damage and can't be destroyed. | 1.0 | [DEV]Tables have low durability when flipped. - A steel reinforced table can't withstand more than two or three taser hits before breaking, sometimes just flipping one will break it. The entire table cover mechanic is pretty much useless if they fall apart in half a second.
Testing with further materials has shown little difference in overall strength, tasers can still break diamond tables in about 3 shots.
Tables that aren't flipped can be shot but take no damage.
Plasteel tables, reinforced or not can't be flipped, and if you make a flipped table frame to get around that, a flipped plasteel table takes no damage and can't be destroyed. | priority | tables have low durability when flipped a steel reinforced table can t withstand more than two or three taser hits before breaking sometimes just flipping one will break it the entire table cover mechanic is pretty much useless if they fall apart in half a second testing with further materials has shown little difference in overall strength tasers can still break diamond tables in about shots tables that aren t flipped can be shot but take no damage plasteel tables reinforced or not can t be flipped and if you make a flipped table frame to get around that a flipped plasteel table takes no damage and can t be destroyed | 1 |
323,310 | 9,853,093,544 | IssuesEvent | 2019-06-19 14:08:48 | Zokrates/ZoKrates | https://api.github.com/repos/Zokrates/ZoKrates | opened | Show constraint count for the user for loc/statements | Priority: Low Type: Enhancement | From a developer's perspective, it would be great to see how many constraints a piece of ZoKrates code generates.
This can be hard to predict due to optimizations we do in the compilation process, but we can reliably give an upper bound.
Ideally, this would be integrated into an IDE, so that the #constraints is shown for each loc, or that a hover over an expression returns the expected #constraints.
Color-Coding lines of code based on #constraints would potentially be useful as well. | 1.0 | Show constraint count for the user for loc/statements - From a developer's perspective, it would be great to see how many constraints a piece of ZoKrates code generates.
This can be hard to predict due to optimizations we do in the compilation process, but we can reliably give an upper bound.
Ideally, this would be integrated into an IDE, so that the #constraints is shown for each loc, or that a hover over an expression returns the expected #constraints.
Color-Coding lines of code based on #constraints would potentially be useful as well. | priority | show constraint count for the user for loc statements from a developer s perspective it would be great to see how many constraints a piece of zokrates code generates this can be hard to predict due to optimizations we do in the compilation process but we can reliably give an upper bound ideally this would be integrated into an ide so that the constraints is shown for each loc or that a hover over an expression returns the expected constraints color coding lines of code based on constraints would potentially be useful as well | 1 |
716,773 | 24,647,548,645 | IssuesEvent | 2022-10-17 15:54:10 | pendulum-chain/spacewalk | https://api.github.com/repos/pendulum-chain/spacewalk | closed | add client folder to spacewalk root virtual manifest | priority:low | We should include the client folder in the root cargo.toml.
See [Virtual manifest](https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-manifest).
This will avoid any occasional issues where cargo gets confused about which workspace we are in. Also we'll be able run anything from the root and not have to cd into clients to run any commands for the vault related stuff.
For example: `cargo run -p testchain` or `cargo run -p vault`
However, we must make sure the Rust toolchain version we will use will work for both as they will have to use the same one. | 1.0 | add client folder to spacewalk root virtual manifest - We should include the client folder in the root cargo.toml.
See [Virtual manifest](https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-manifest).
This will avoid any occasional issues where cargo gets confused about which workspace we are in. Also we'll be able run anything from the root and not have to cd into clients to run any commands for the vault related stuff.
For example: `cargo run -p testchain` or `cargo run -p vault`
However, we must make sure the Rust toolchain version we will use will work for both as they will have to use the same one. | priority | add client folder to spacewalk root virtual manifest we should include the client folder in the root cargo toml see this will avoid any occasional issues where cargo gets confused about which workspace we are in also we ll be able run anything from the root and not have to cd into clients to run any commands for the vault related stuff for example cargo run p testchain or cargo run p vault however we must make sure the rust toolchain version we will use will work for both as they will have to use the same one | 1 |
804,312 | 29,483,696,665 | IssuesEvent | 2023-06-02 08:06:59 | Gilly7CE/Carpet-Addons-Not-Found | https://api.github.com/repos/Gilly7CE/Carpet-Addons-Not-Found | opened | [RULE] - Passive endermen | feature low priority | ### Proposed rule name
`passiveEndermen`
### Describe rule
Endermen will no longer be provoked by the player when attacked or directly viewing it. They will still be provoked by other mobs.
### Options for rule
`true` and `false` (default)
| 1.0 | [RULE] - Passive endermen - ### Proposed rule name
`passiveEndermen`
### Describe rule
Endermen will no longer be provoked by the player when attacked or directly viewing it. They will still be provoked by other mobs.
### Options for rule
`true` and `false` (default)
| priority | passive endermen proposed rule name passiveendermen describe rule endermen will no longer be provoked by the player when attacked or directly viewing it they will still be provoked by other mobs options for rule true and false default | 1 |
34,638 | 2,783,637,764 | IssuesEvent | 2015-05-07 01:46:32 | Ericmas001/BluffinMuffin.Beta | https://api.github.com/repos/Ericmas001/BluffinMuffin.Beta | closed | Add a "Five-card Draw" variant | duplicate enhancement Priority-Low | ```
Add a "Five-card Draw" variant
http://en.wikipedia.org/wiki/Five-card_draw
```
Original issue reported on code.google.com by `ericmas001@gmail.com` on 13 Apr 2014 at 8:40 | 1.0 | Add a "Five-card Draw" variant - ```
Add a "Five-card Draw" variant
http://en.wikipedia.org/wiki/Five-card_draw
```
Original issue reported on code.google.com by `ericmas001@gmail.com` on 13 Apr 2014 at 8:40 | priority | add a five card draw variant add a five card draw variant original issue reported on code google com by gmail com on apr at | 1 |
404,891 | 11,864,157,618 | IssuesEvent | 2020-03-25 21:06:14 | Dolibarr/dolibarr | https://api.github.com/repos/Dolibarr/dolibarr | closed | Member types should be used to declare subscription amount | Feature request Issue Stale (automatic label) Priority Low | Associations subscription amount is generally related to members types.
Use members types to declare subscription amount and auto-fill members subscription amounts.
Both in the backend and public interface.
| 1.0 | Member types should be used to declare subscription amount - Associations subscription amount is generally related to members types.
Use members types to declare subscription amount and auto-fill members subscription amounts.
Both in the backend and public interface.
| priority | member types should be used to declare subscription amount associations subscription amount is generally related to members types use members types to declare subscription amount and auto fill members subscription amounts both in the backend and public interface | 1 |
722,101 | 24,849,791,114 | IssuesEvent | 2022-10-26 18:59:27 | jsmentch/feature_visualizer | https://api.github.com/repos/jsmentch/feature_visualizer | opened | different raters export features of slightly different lengths from the same movie file | bug Low Priority | when different people use the feature visualizer, sometimes the length of their features may be slightly longer. For HBN Despicable Me, three different raters had lengths: 6003, 6004, 6002. It shouldn't do this... why? different browsers?? | 1.0 | different raters export features of slightly different lengths from the same movie file - when different people use the feature visualizer, sometimes the length of their features may be slightly longer. For HBN Despicable Me, three different raters had lengths: 6003, 6004, 6002. It shouldn't do this... why? different browsers?? | priority | different raters export features of slightly different lengths from the same movie file when different people use the feature visualizer sometimes the length of their features may be slightly longer for hbn despicable me three different raters had lengths it shouldn t do this why different browsers | 1 |
319,725 | 9,753,795,235 | IssuesEvent | 2019-06-04 09:57:29 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | drivers: usb_dc_nrfx: unstable handling of hosts suspend/resume | area: Drivers area: USB bug platform: nRF priority: low | **Describe the bug**
nRF device (nRF52840) stops to communicate over usb after few suspen/resume cycles.
**To Reproduce**
1. configure `hci_usb` sample as usual
2. optional : enable Logging and set `USB_DEVICE_LOG_LEVEL` to `USB_DEVICE_LOG_LEVEL_DBG`
3. build and flash `hci_usb` sample
4. connect the board to a Linux host
5. in bluetoothctl, execute `power on`, `scan on`. After a while (about 10 seconds), the device will stop to communicate over usb.
**Screenshots or console output**
```
[00:00:28.366,119] <dbg> usb_device.usb_transfer: transfer start, ep=81, data=0x200051bd, dlen=14
[00:00:28.366,851] <dbg> usb_device.usb_transfer_work: transfer done, ep=81, status=0, size=14
[00:00:31.064,025] <dbg> usb_device.usb_handle_control_transfer: ep 0, status 0
[00:00:31.064,056] <dbg> usb_device.usb_handle_request: ** 0 **
[00:00:31.064,056] <dbg> usb_device.custom_handler: bRequest 0x3, wIndex 0x0
[00:00:31.064,086] <dbg> usb_device.usb_handle_std_device_req: REQ_SET_FEATURE
[00:00:31.068,084] <dbg> usb_bluetooth.bluetooth_status_cb: USB device suspended
```
**If you do not see any `usb_bluetooth.bluetooth_status_cb: USB device suspended`, then the usb host do not rise any suspend/resume requests (e.g. Linux host is behind a VM) and the bug will not appear.**

```
(gdb) bt
#0 0x00004a36 in usbd_dmareq_process ()
at /home/fischer/zephyr-project/zephyr/ext/hal/nordic/nrfx/hal/nrf_usbd.h:319
#1 usbd_dmareq_process ()
at /home/fischer/zephyr-project/zephyr/ext/hal/nordic/nrfx/drivers/src/nrfx_usbd.c:1360
#2 0x0000527a in nrfx_usbd_irq_handler ()
at /home/fischer/zephyr-project/zephyr/ext/hal/nordic/nrfx/drivers/src/nrfx_usbd.c:1668
#3 0x00007876 in _isr_wrapper () at /home/fischer/zephyr-project/zephyr/arch/arm/core/isr_wrapper.S:120
#4 <signal handler called>
#5 0x3ab551ce in ?? ()
#6 0x4db26158 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
```
**Environment (please complete the following information):**
- OS: Linux 4.19, BlueZ Version 5.50
- Toolchain Zephyr SDK
- Latest master, v1.14
**Workaround:**
Disable Remote Wakeup feature:
```diff
diff --git a/drivers/usb/device/Kconfig b/drivers/usb/device/Kconfig
index 254a255f7b..de6bfa7c71 100644
--- a/drivers/usb/device/Kconfig
+++ b/drivers/usb/device/Kconfig
@@ -64,7 +64,7 @@ menuconfig USB_NRF52840
select USB_DEVICE_DRIVER
select HAS_DTS_USB
select NRFX_USBD
- select USB_DEVICE_REMOTE_WAKEUP
+ #select USB_DEVICE_REMOTE_WAKEUP
help
nRF52840 USB Device Controller Driver
```
| 1.0 | drivers: usb_dc_nrfx: unstable handling of hosts suspend/resume - **Describe the bug**
nRF device (nRF52840) stops to communicate over usb after few suspen/resume cycles.
**To Reproduce**
1. configure `hci_usb` sample as usual
2. optional : enable Logging and set `USB_DEVICE_LOG_LEVEL` to `USB_DEVICE_LOG_LEVEL_DBG`
3. build and flash `hci_usb` sample
4. connect the board to a Linux host
5. in bluetoothctl, execute `power on`, `scan on`. After a while (about 10 seconds), the device will stop to communicate over usb.
**Screenshots or console output**
```
[00:00:28.366,119] <dbg> usb_device.usb_transfer: transfer start, ep=81, data=0x200051bd, dlen=14
[00:00:28.366,851] <dbg> usb_device.usb_transfer_work: transfer done, ep=81, status=0, size=14
[00:00:31.064,025] <dbg> usb_device.usb_handle_control_transfer: ep 0, status 0
[00:00:31.064,056] <dbg> usb_device.usb_handle_request: ** 0 **
[00:00:31.064,056] <dbg> usb_device.custom_handler: bRequest 0x3, wIndex 0x0
[00:00:31.064,086] <dbg> usb_device.usb_handle_std_device_req: REQ_SET_FEATURE
[00:00:31.068,084] <dbg> usb_bluetooth.bluetooth_status_cb: USB device suspended
```
**If you do not see any `usb_bluetooth.bluetooth_status_cb: USB device suspended`, then the usb host do not rise any suspend/resume requests (e.g. Linux host is behind a VM) and the bug will not appear.**

```
(gdb) bt
#0 0x00004a36 in usbd_dmareq_process ()
at /home/fischer/zephyr-project/zephyr/ext/hal/nordic/nrfx/hal/nrf_usbd.h:319
#1 usbd_dmareq_process ()
at /home/fischer/zephyr-project/zephyr/ext/hal/nordic/nrfx/drivers/src/nrfx_usbd.c:1360
#2 0x0000527a in nrfx_usbd_irq_handler ()
at /home/fischer/zephyr-project/zephyr/ext/hal/nordic/nrfx/drivers/src/nrfx_usbd.c:1668
#3 0x00007876 in _isr_wrapper () at /home/fischer/zephyr-project/zephyr/arch/arm/core/isr_wrapper.S:120
#4 <signal handler called>
#5 0x3ab551ce in ?? ()
#6 0x4db26158 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
```
**Environment (please complete the following information):**
- OS: Linux 4.19, BlueZ Version 5.50
- Toolchain Zephyr SDK
- Latest master, v1.14
**Workaround:**
Disable Remote Wakeup feature:
```diff
diff --git a/drivers/usb/device/Kconfig b/drivers/usb/device/Kconfig
index 254a255f7b..de6bfa7c71 100644
--- a/drivers/usb/device/Kconfig
+++ b/drivers/usb/device/Kconfig
@@ -64,7 +64,7 @@ menuconfig USB_NRF52840
select USB_DEVICE_DRIVER
select HAS_DTS_USB
select NRFX_USBD
- select USB_DEVICE_REMOTE_WAKEUP
+ #select USB_DEVICE_REMOTE_WAKEUP
help
nRF52840 USB Device Controller Driver
```
| priority | drivers usb dc nrfx unstable handling of hosts suspend resume describe the bug nrf device stops to communicate over usb after few suspen resume cycles to reproduce configure hci usb sample as usual optional enable logging and set usb device log level to usb device log level dbg build and flash hci usb sample connect the board to a linux host in bluetoothctl execute power on scan on after a while about seconds the device will stop to communicate over usb screenshots or console output usb device usb transfer transfer start ep data dlen usb device usb transfer work transfer done ep status size usb device usb handle control transfer ep status usb device usb handle request usb device custom handler brequest windex usb device usb handle std device req req set feature usb bluetooth bluetooth status cb usb device suspended if you do not see any usb bluetooth bluetooth status cb usb device suspended then the usb host do not rise any suspend resume requests e g linux host is behind a vm and the bug will not appear gdb bt in usbd dmareq process at home fischer zephyr project zephyr ext hal nordic nrfx hal nrf usbd h usbd dmareq process at home fischer zephyr project zephyr ext hal nordic nrfx drivers src nrfx usbd c in nrfx usbd irq handler at home fischer zephyr project zephyr ext hal nordic nrfx drivers src nrfx usbd c in isr wrapper at home fischer zephyr project zephyr arch arm core isr wrapper s in in backtrace stopped previous frame identical to this frame corrupt stack environment please complete the following information os linux bluez version toolchain zephyr sdk latest master workaround disable remote wakeup feature diff diff git a drivers usb device kconfig b drivers usb device kconfig index a drivers usb device kconfig b drivers usb device kconfig menuconfig usb select usb device driver select has dts usb select nrfx usbd select usb device remote wakeup select usb device remote wakeup help usb device controller driver | 1 |
650,066 | 21,333,491,954 | IssuesEvent | 2022-04-18 11:41:20 | taysta/EternalJK | https://api.github.com/repos/taysta/EternalJK | closed | Music Controls | Type: Enhancement Status: In Progress Priority: Low | As seen in Newmod:
https://jkanewmod.github.io/documentation_commands.html
Music Controls:
Next Track (mnext)
Previous Track (mprev)
Pause/Play Music (mpause)
Stop Music (mstop)
These commands simulate hardware media buttons. Useful for controlling your music while in-game.
Note that some music players do not support media buttons by default; for example, VLC Media Player requires media button support to be manually enabled in settings. | 1.0 | Music Controls - As seen in Newmod:
https://jkanewmod.github.io/documentation_commands.html
Music Controls:
Next Track (mnext)
Previous Track (mprev)
Pause/Play Music (mpause)
Stop Music (mstop)
These commands simulate hardware media buttons. Useful for controlling your music while in-game.
Note that some music players do not support media buttons by default; for example, VLC Media Player requires media button support to be manually enabled in settings. | priority | music controls as seen in newmod music controls next track mnext previous track mprev pause play music mpause stop music mstop these commands simulate hardware media buttons useful for controlling your music while in game note that some music players do not support media buttons by default for example vlc media player requires media button support to be manually enabled in settings | 1 |
568,225 | 16,962,700,347 | IssuesEvent | 2021-06-29 07:07:16 | Dhruv8601/test2 | https://api.github.com/repos/Dhruv8601/test2 | opened | Mobile toast notifications display underneath modals | Priority: Low Project: Front end Project: Mobile Status: Active Type: Appearance Type: Bug | - [x] Using share link copy will copy the link but the toast displays in the background which gives little to no feedback to the user that it has actually copied
- [x] If you are browsing a drone image and press share link the toast notification displays at the bottom rather than the top
open a map -> share -> click copy link
increase the z-index of the modal to display over everything
| 1.0 | Mobile toast notifications display underneath modals - - [x] Using share link copy will copy the link but the toast displays in the background which gives little to no feedback to the user that it has actually copied
- [x] If you are browsing a drone image and press share link the toast notification displays at the bottom rather than the top
open a map -> share -> click copy link
increase the z-index of the modal to display over everything
| priority | mobile toast notifications display underneath modals using share link copy will copy the link but the toast displays in the background which gives little to no feedback to the user that it has actually copied if you are browsing a drone image and press share link the toast notification displays at the bottom rather than the top open a map share click copy link increase the z index of the modal to display over everything | 1 |
810,902 | 30,267,326,403 | IssuesEvent | 2023-07-07 12:53:26 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | LE Audio: Audio shell stops sending when there's a lot of ACL traffic | bug priority: low area: Bluetooth area: Bluetooth Audio | **Describe the bug**
When the audio shell is sending audio data via the `bap start_sine` command and there is significant ACL traffic (e.g. doing some GATT operations), then the remote device stops receiving data, even though no errors are reports by the stack.
**To Reproduce**
Steps to reproduce the behavior:
Using the audio shell:
On the peripheral do:
1. bt init
2. bap init
3. mpl init
4. bt advertise on
5.
on the central do
1. bt init
2. bap init3.
4. bt connect <peripheral>
5. bap discover
6. cap_initiator discover
7. cap_initiator unicast-start sources 0
9. bap start_sine
Which should show the central sending and the peripheral receiving.
Sometimes when the central does `mcc discover_mcs` the RX on the peripheral stops working. The central can do `bap stop_sine` and `bap start_sine` which makes it work again, which indicates that the CIS still works, and probably indicate an issue in the `start_sine` implementation.
**Expected behavior**
Expect the TX to continue working even if there is other ACL traffic.
**Impact**
Annoyance
**Logs and console output**
N/A
**Environment (please complete the following information):**
- Commit SHA or Version used: 69f7fd9cb2759b0b68b78285dcd31bcfa03babd0
**Additional context**
Found during UPF but easy to reproduce in a near-silent environment.
| 1.0 | LE Audio: Audio shell stops sending when there's a lot of ACL traffic - **Describe the bug**
When the audio shell is sending audio data via the `bap start_sine` command and there is significant ACL traffic (e.g. doing some GATT operations), then the remote device stops receiving data, even though no errors are reports by the stack.
**To Reproduce**
Steps to reproduce the behavior:
Using the audio shell:
On the peripheral do:
1. bt init
2. bap init
3. mpl init
4. bt advertise on
5.
on the central do
1. bt init
2. bap init3.
4. bt connect <peripheral>
5. bap discover
6. cap_initiator discover
7. cap_initiator unicast-start sources 0
9. bap start_sine
Which should show the central sending and the peripheral receiving.
Sometimes when the central does `mcc discover_mcs` the RX on the peripheral stops working. The central can do `bap stop_sine` and `bap start_sine` which makes it work again, which indicates that the CIS still works, and probably indicate an issue in the `start_sine` implementation.
**Expected behavior**
Expect the TX to continue working even if there is other ACL traffic.
**Impact**
Annoyance
**Logs and console output**
N/A
**Environment (please complete the following information):**
- Commit SHA or Version used: 69f7fd9cb2759b0b68b78285dcd31bcfa03babd0
**Additional context**
Found during UPF but easy to reproduce in a near-silent environment.
| priority | le audio audio shell stops sending when there s a lot of acl traffic describe the bug when the audio shell is sending audio data via the bap start sine command and there is significant acl traffic e g doing some gatt operations then the remote device stops receiving data even though no errors are reports by the stack to reproduce steps to reproduce the behavior using the audio shell on the peripheral do bt init bap init mpl init bt advertise on on the central do bt init bap bt connect bap discover cap initiator discover cap initiator unicast start sources bap start sine which should show the central sending and the peripheral receiving sometimes when the central does mcc discover mcs the rx on the peripheral stops working the central can do bap stop sine and bap start sine which makes it work again which indicates that the cis still works and probably indicate an issue in the start sine implementation expected behavior expect the tx to continue working even if there is other acl traffic impact annoyance logs and console output n a environment please complete the following information commit sha or version used additional context found during upf but easy to reproduce in a near silent environment | 1 |
332,953 | 10,113,154,665 | IssuesEvent | 2019-07-30 16:04:39 | itachi1706/CheesecakeUtilities | https://api.github.com/repos/itachi1706/CheesecakeUtilities | closed | Implement schedule sync for MSL Sync Utility | enhancement:utility future-development priority:low | As per #258, we will move schedule sync to a future time as it is rather complex
When implementing it, we will implement in a separate calendar
Take note to update relevant settings such as delete all, delete history, store metric and import/export | 1.0 | Implement schedule sync for MSL Sync Utility - As per #258, we will move schedule sync to a future time as it is rather complex
When implementing it, we will implement in a separate calendar
Take note to update relevant settings such as delete all, delete history, store metric and import/export | priority | implement schedule sync for msl sync utility as per we will move schedule sync to a future time as it is rather complex when implementing it we will implement in a separate calendar take note to update relevant settings such as delete all delete history store metric and import export | 1 |
299,008 | 9,204,374,615 | IssuesEvent | 2019-03-08 07:07:48 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Identify dialog creeps up with each use | Category: GUI Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Gary Sherman** (Gary Sherman)
Original Redmine Issue: 453, https://issues.qgis.org/issues/453
Original Assignee: Gary Sherman
---
Identify a feature. Close the identify dialog. Repeat. The dialog creeps up by what appears to be the height of the window title bar.
This is a problem on Windows, not tested on other platforms.
| 1.0 | Identify dialog creeps up with each use - ---
Author Name: **Gary Sherman** (Gary Sherman)
Original Redmine Issue: 453, https://issues.qgis.org/issues/453
Original Assignee: Gary Sherman
---
Identify a feature. Close the identify dialog. Repeat. The dialog creeps up by what appears to be the height of the window title bar.
This is a problem on Windows, not tested on other platforms.
| priority | identify dialog creeps up with each use author name gary sherman gary sherman original redmine issue original assignee gary sherman identify a feature close the identify dialog repeat the dialog creeps up by what appears to be the height of the window title bar this is a problem on windows not tested on other platforms | 1 |
478,581 | 13,781,751,529 | IssuesEvent | 2020-10-08 16:37:04 | upb-uc4/ui-web | https://api.github.com/repos/upb-uc4/ui-web | closed | Can not open navbar links in new tab | bug low priority vue | It is not possible anymore to open navbar menus in a new tab with the use of the context menu (rightclick -> open in new tab). I reckon the problem is that we don't actually use `router-links` anymore (which are translated into hrefs). It's not really a big deal but a convenient function. However, I don't see a simple solution just now as we purposely decided against `router-links` in favour of `@click` listeners.
| 1.0 | Can not open navbar links in new tab - It is not possible anymore to open navbar menus in a new tab with the use of the context menu (rightclick -> open in new tab). I reckon the problem is that we don't actually use `router-links` anymore (which are translated into hrefs). It's not really a big deal but a convenient function. However, I don't see a simple solution just now as we purposely decided against `router-links` in favour of `@click` listeners.
| priority | can not open navbar links in new tab it is not possible anymore to open navbar menus in a new tab with the use of the context menu rightclick open in new tab i reckon the problem is that we don t actually use router links anymore which are translated into hrefs it s not really a big deal but a convenient function however i don t see a simple solution just now as we purposely decided against router links in favour of click listeners | 1 |
412,433 | 12,042,442,258 | IssuesEvent | 2020-04-14 10:34:22 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0-staging-1445] Menu screen bird whistling/background noise not playing | Category: Audio Priority: Low Status: Fixed Week Task | The bird whistling and generic background noise on the main menu screen is non existent in 0.9.0 Staging 1445, is present in 8.3.3 | 1.0 | [0.9.0-staging-1445] Menu screen bird whistling/background noise not playing - The bird whistling and generic background noise on the main menu screen is non existent in 0.9.0 Staging 1445, is present in 8.3.3 | priority | menu screen bird whistling background noise not playing the bird whistling and generic background noise on the main menu screen is non existent in staging is present in | 1 |
751,691 | 26,254,034,063 | IssuesEvent | 2023-01-05 22:13:49 | WordPress/openverse-api | https://api.github.com/repos/WordPress/openverse-api | closed | Publicly document search algorithm (original #308) | 🟩 priority: low 📄 aspect: text 🧰 goal: internal improvement | This issue has been migrated from the [CC Search Frontend repository](https://github.com/creativecommons/cccatalog-api/issues/308)
```
Author: kgodey
Date: Wed Jun 12 2019
Labels: search algorithm,✨ goal: improvement,🏷 status: label work required,🙅 status: discontinued
```
Also consider documenting the plan for improving the algorithm for feedback.
Potentially related to https://github.com/creativecommons/cccatalog-frontend/issues/376
--------
### Original Comments:
*gabbyprecious* commented on Wed May 20 2020:
>Would love to work on this. can you explain more on it
[source](https://github.com/creativecommons/cccatalog-api/issues/308#issuecomment-631720635)
| 1.0 | Publicly document search algorithm (original #308) - This issue has been migrated from the [CC Search Frontend repository](https://github.com/creativecommons/cccatalog-api/issues/308)
```
Author: kgodey
Date: Wed Jun 12 2019
Labels: search algorithm,✨ goal: improvement,🏷 status: label work required,🙅 status: discontinued
```
Also consider documenting the plan for improving the algorithm for feedback.
Potentially related to https://github.com/creativecommons/cccatalog-frontend/issues/376
--------
### Original Comments:
*gabbyprecious* commented on Wed May 20 2020:
>Would love to work on this. can you explain more on it
[source](https://github.com/creativecommons/cccatalog-api/issues/308#issuecomment-631720635)
| priority | publicly document search algorithm original this issue has been migrated from the author kgodey date wed jun labels search algorithm ✨ goal improvement 🏷 status label work required 🙅 status discontinued also consider documenting the plan for improving the algorithm for feedback potentially related to original comments gabbyprecious commented on wed may would love to work on this can you explain more on it | 1 |
681,019 | 23,294,605,961 | IssuesEvent | 2022-08-06 11:08:07 | unnamed-crm/ucrm | https://api.github.com/repos/unnamed-crm/ucrm | closed | [FEAT] Смена библиотеки компонентов на фронте | enhancement frontend priority: low | ## Story:
## Description
Сменить библиотеку компонентов на [vuetify](https://vuetifyjs.com/en/introduction/roadmap/) по роадмапе не раньше мая 2022
## Tasks:
### After:
| 1.0 | [FEAT] Смена библиотеки компонентов на фронте - ## Story:
## Description
Сменить библиотеку компонентов на [vuetify](https://vuetifyjs.com/en/introduction/roadmap/) по роадмапе не раньше мая 2022
## Tasks:
### After:
| priority | смена библиотеки компонентов на фронте story description сменить библиотеку компонентов на по роадмапе не раньше мая tasks after | 1 |
327,847 | 9,982,079,639 | IssuesEvent | 2019-07-10 09:02:29 | bbc/simorgh | https://api.github.com/repos/bbc/simorgh | closed | Do trailing-slash redirects locally for consistency | articles-features-stream low priority simorgh-core-stream ws-frontpage-stream | **Is your feature request related to a problem? Please describe.**
Mozart (or some other upstream service) is doing 301 trailing slash redirects for us - see below.

Simorgh doesn't.
**Describe the solution you'd like**
Simorgh does.
A quick search suggests some short express middleware like <https://stackoverflow.com/questions/13442377/redirect-all-trailing-slashes-globally-in-express>. Do some more research and decide if that is a decent solution or if there is a better one.
- *Confirm with other pods before doing this*
**Describe alternatives you've considered**
Simorgh continues to not.
**Testing notes**
[Tester to complete]
Dev insight: Unit tests, consider a cypress tests for local OR all envs (testing mozart behaviour)
**Additional context**
Add any other context or screenshots about the feature request here.
| 1.0 | Do trailing-slash redirects locally for consistency - **Is your feature request related to a problem? Please describe.**
Mozart (or some other upstream service) is doing 301 trailing slash redirects for us - see below.

Simorgh doesn't.
**Describe the solution you'd like**
Simorgh does.
A quick search suggests some short express middleware like <https://stackoverflow.com/questions/13442377/redirect-all-trailing-slashes-globally-in-express>. Do some more research and decide if that is a decent solution or if there is a better one.
- *Confirm with other pods before doing this*
**Describe alternatives you've considered**
Simorgh continues to not.
**Testing notes**
[Tester to complete]
Dev insight: Unit tests, consider a cypress tests for local OR all envs (testing mozart behaviour)
**Additional context**
Add any other context or screenshots about the feature request here.
| priority | do trailing slash redirects locally for consistency is your feature request related to a problem please describe mozart or some other upstream service is doing trailing slash redirects for us see below simorgh doesn t describe the solution you d like simorgh does a quick search suggests some short express middleware like do some more research and decide if that is a decent solution or if there is a better one confirm with other pods before doing this describe alternatives you ve considered simorgh continues to not testing notes dev insight unit tests consider a cypress tests for local or all envs testing mozart behaviour additional context add any other context or screenshots about the feature request here | 1 |
134,069 | 5,219,544,437 | IssuesEvent | 2017-01-26 19:22:54 | citic/botNeumann | https://api.github.com/repos/citic/botNeumann | opened | List: Visualize command line arguments | priority: low | - [ ] Botnu units require a section for arguments in test cases
- [ ] Visualize `*argv` in data segment, that is: their values (strings), not the pointer `argv` in `main()`
- [ ] Separate strings using the array svg files
- [ ] When `main()` is called, set `argc` to the count of strings and `argv` to point the first string
- [ ] If player solution's `main()` does not have arguments, ignore the animation
- [ ] Assume 1 argument (program name) when botnu unit does not have arguments
- [ ] Allow user to edit arguments before the program runs (future) | 1.0 | List: Visualize command line arguments - - [ ] Botnu units require a section for arguments in test cases
- [ ] Visualize `*argv` in data segment, that is: their values (strings), not the pointer `argv` in `main()`
- [ ] Separate strings using the array svg files
- [ ] When `main()` is called, set `argc` to the count of strings and `argv` to point the first string
- [ ] If player solution's `main()` does not have arguments, ignore the animation
- [ ] Assume 1 argument (program name) when botnu unit does not have arguments
- [ ] Allow user to edit arguments before the program runs (future) | priority | list visualize command line arguments botnu units require a section for arguments in test cases visualize argv in data segment that is their values strings not the pointer argv in main separate strings using the array svg files when main is called set argc to the count of strings and argv to point the first string if player solution s main does not have arguments ignore the animation assume argument program name when botnu unit does not have arguments allow user to edit arguments before the program runs future | 1 |
267,417 | 8,388,558,988 | IssuesEvent | 2018-10-09 06:52:29 | AnSyn/ansyn | https://api.github.com/repos/AnSyn/ansyn | closed | Bug- info entity context | Bug Priority: High Severity: Low | Please change it according to the original design-
The text should be white with a black stroke, and the zoom level should be according to the polygon size (show all the polygon) | 1.0 | Bug- info entity context - Please change it according to the original design-
The text should be white with a black stroke, and the zoom level should be according to the polygon size (show all the polygon) | priority | bug info entity context please change it according to the original design the text should be white with a black stroke and the zoom level should be according to the polygon size show all the polygon | 1 |
409,234 | 11,959,078,363 | IssuesEvent | 2020-04-04 20:30:09 | pennlabs/penn-mobile-ios | https://api.github.com/repos/pennlabs/penn-mobile-ios | opened | Move info in the "Edit Your Profile" section from local to platform | low-priority | Currently, in the "more" tab of the app, a user can edit their profile information (name, email) but this is stored locally. When a user logs out and back in, this information is erased.
Currently, this information is used when making GSR Bookings and when the app refers to you on the home page (E.g. "Howdy John"). | 1.0 | Move info in the "Edit Your Profile" section from local to platform - Currently, in the "more" tab of the app, a user can edit their profile information (name, email) but this is stored locally. When a user logs out and back in, this information is erased.
Currently, this information is used when making GSR Bookings and when the app refers to you on the home page (E.g. "Howdy John"). | priority | move info in the edit your profile section from local to platform currently in the more tab of the app a user can edit their profile information name email but this is stored locally when a user logs out and back in this information is erased currently this information is used when making gsr bookings and when the app refers to you on the home page e g howdy john | 1 |
166,592 | 6,307,272,027 | IssuesEvent | 2017-07-22 00:09:05 | conradkdotcom/rooster | https://api.github.com/repos/conradkdotcom/rooster | closed | replace rustc-serialize with serde | assigned enhancement priority-low | It has been deprecated: [announcement](https://users.rust-lang.org/t/deprecation-of-rustc-serialize/10485?u=dtolnay).
Is there any functionality you would require from another library before this would be possible? | 1.0 | replace rustc-serialize with serde - It has been deprecated: [announcement](https://users.rust-lang.org/t/deprecation-of-rustc-serialize/10485?u=dtolnay).
Is there any functionality you would require from another library before this would be possible? | priority | replace rustc serialize with serde it has been deprecated is there any functionality you would require from another library before this would be possible | 1 |
189,921 | 6,803,034,275 | IssuesEvent | 2017-11-02 22:33:34 | ECDID/code | https://api.github.com/repos/ECDID/code | closed | Client Login | Low Priority | As a client of ACME, I can log in to the website.
Backend:
- [x] Basic endpoints
- [x] Authentication logic implemented
- [x] Wired up with basic login form | 1.0 | Client Login - As a client of ACME, I can log in to the website.
Backend:
- [x] Basic endpoints
- [x] Authentication logic implemented
- [x] Wired up with basic login form | priority | client login as a client of acme i can log in to the website backend basic endpoints authentication logic implemented wired up with basic login form | 1 |
613,254 | 19,085,062,552 | IssuesEvent | 2021-11-29 04:09:59 | SLCommunity/511 | https://api.github.com/repos/SLCommunity/511 | closed | 로그인/로그아웃 | Priority:Low Status:Pending | ## 목적
Spring Security + JWT 인증 방식을 이용한 로그인 기능 ( SSR 배제 필수 )
## 작업 상세 내용
- [x] 로그인 form
- [x] 로그인 라우팅
- [x] 로그인 성공 여부 확인 ( 토큰 )
- [x] 로그아웃
- [x] SSR 배제
## 참고사항
Spring Security Sesseion -> JWT 인증방식 | 1.0 | 로그인/로그아웃 - ## 목적
Spring Security + JWT 인증 방식을 이용한 로그인 기능 ( SSR 배제 필수 )
## 작업 상세 내용
- [x] 로그인 form
- [x] 로그인 라우팅
- [x] 로그인 성공 여부 확인 ( 토큰 )
- [x] 로그아웃
- [x] SSR 배제
## 참고사항
Spring Security Sesseion -> JWT 인증방식 | priority | 로그인 로그아웃 목적 spring security jwt 인증 방식을 이용한 로그인 기능 ssr 배제 필수 작업 상세 내용 로그인 form 로그인 라우팅 로그인 성공 여부 확인 토큰 로그아웃 ssr 배제 참고사항 spring security sesseion jwt 인증방식 | 1 |
146,074 | 5,606,967,309 | IssuesEvent | 2017-04-01 01:02:05 | CS2103JAN2017-W10-B4/main | https://api.github.com/repos/CS2103JAN2017-W10-B4/main | closed | As a user I can copy an event/deadline/task from the archived list to the active list | priority.low type.story | ... so that I can add the same event/deadline/task without re-creating it entirely | 1.0 | As a user I can copy an event/deadline/task from the archived list to the active list - ... so that I can add the same event/deadline/task without re-creating it entirely | priority | as a user i can copy an event deadline task from the archived list to the active list so that i can add the same event deadline task without re creating it entirely | 1 |
650,445 | 21,392,190,831 | IssuesEvent | 2022-04-21 08:15:05 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] whatsapp-for-linux | request:new-pkg priority:low | ### Link to the package(s) in the AUR
[whatsapp-for-linux](https://aur.archlinux.org/packages/whatsapp-for-linux)
### Utility this package has for you
Webkit based whatsapp client
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great amount.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | 1.0 | [Request] whatsapp-for-linux - ### Link to the package(s) in the AUR
[whatsapp-for-linux](https://aur.archlinux.org/packages/whatsapp-for-linux)
### Utility this package has for you
Webkit based whatsapp client
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great amount.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | priority | whatsapp for linux link to the package s in the aur utility this package has for you webkit based whatsapp client do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response | 1 |
526,825 | 15,302,312,744 | IssuesEvent | 2021-02-24 14:36:37 | redhat-developer/rh-che | https://api.github.com/repos/redhat-developer/rh-che | closed | Che `/api/token/github` endpoint is broken | kind/bug severity/low-priority | Issuing `GET` requests on Che server `/api/token/github` endpoint fails with a HTTP `500` error. Submitting a `POST` request succeeds but subsequent `GET` requests fail anyways.
From debugging a running deployment on dev-cluster, issue appears to be due to [`DefaultHttpJsonRequst`](https://github.com/eclipse/che/blob/f78caa2374064092a585def4147371d52d8d69a3/core/che-core-api-core/src/main/java/org/eclipse/che/api/core/rest/DefaultHttpJsonRequest.java#L293) refusing responses with unsuitable content type (responses from the fabric8 auth server have content type `application/vnd.externaltoken+json`). Additionally, as the auth server's response does not follow [expected semantics](https://github.com/eclipse/che/blob/f78caa2374064092a585def4147371d52d8d69a3/multiuser/keycloak/che-multiuser-keycloak-token-provider/src/main/java/org/eclipse/che/multiuser/keycloak/token/provider/service/KeycloakTokenProvider.java#L54) (response is just json), even without the `DefaultHttpJsonRequest` issue, the token could not be obtained.
A proper fix would probably involve rh-che specific implementation of the token controller, to match what is returned by the fabric8 auth API.
Low priority, as I don't believe this endpoint is used anywhere at the moment.
**Red Hat Che version:**
Tested on current master (based off upstream 6.7.1)
- [x] I can reproduce it on latest official image
**Reproduction Steps:**
Describe how to reproduce the problem:
`curl -H 'Authorization: Bearer [token]' https://che.openshift.io/api/token/github` returns `500` error code with message `OK`.
**Runtime:**
runtime used:
- [ ] minishift (include output of `minishift version`)
- [x] OpenShift.io
- [ ] Openshift Container Platform (include output of `oc version`)
- [ ] k8s (include output of `kubectl version`) | 1.0 | Che `/api/token/github` endpoint is broken - Issuing `GET` requests on Che server `/api/token/github` endpoint fails with a HTTP `500` error. Submitting a `POST` request succeeds but subsequent `GET` requests fail anyways.
From debugging a running deployment on dev-cluster, issue appears to be due to [`DefaultHttpJsonRequst`](https://github.com/eclipse/che/blob/f78caa2374064092a585def4147371d52d8d69a3/core/che-core-api-core/src/main/java/org/eclipse/che/api/core/rest/DefaultHttpJsonRequest.java#L293) refusing responses with unsuitable content type (responses from the fabric8 auth server have content type `application/vnd.externaltoken+json`). Additionally, as the auth server's response does not follow [expected semantics](https://github.com/eclipse/che/blob/f78caa2374064092a585def4147371d52d8d69a3/multiuser/keycloak/che-multiuser-keycloak-token-provider/src/main/java/org/eclipse/che/multiuser/keycloak/token/provider/service/KeycloakTokenProvider.java#L54) (response is just json), even without the `DefaultHttpJsonRequest` issue, the token could not be obtained.
A proper fix would probably involve rh-che specific implementation of the token controller, to match what is returned by the fabric8 auth API.
Low priority, as I don't believe this endpoint is used anywhere at the moment.
**Red Hat Che version:**
Tested on current master (based off upstream 6.7.1)
- [x] I can reproduce it on latest official image
**Reproduction Steps:**
Describe how to reproduce the problem:
`curl -H 'Authorization: Bearer [token]' https://che.openshift.io/api/token/github` returns `500` error code with message `OK`.
**Runtime:**
runtime used:
- [ ] minishift (include output of `minishift version`)
- [x] OpenShift.io
- [ ] Openshift Container Platform (include output of `oc version`)
- [ ] k8s (include output of `kubectl version`) | priority | che api token github endpoint is broken issuing get requests on che server api token github endpoint fails with a http error submitting a post request succeeds but subsequent get requests fail anyways from debugging a running deployment on dev cluster issue appears to be due to refusing responses with unsuitable content type responses from the auth server have content type application vnd externaltoken json additionally as the auth server s response does not follow response is just json even without the defaulthttpjsonrequest issue the token could not be obtained a proper fix would probably involve rh che specific implementation of the token controller to match what is returned by the auth api low priority as i don t believe this endpoint is used anywhere at the moment red hat che version tested on current master based off upstream i can reproduce it on latest official image reproduction steps describe how to reproduce the problem curl h authorization bearer returns error code with message ok runtime runtime used minishift include output of minishift version openshift io openshift container platform include output of oc version include output of kubectl version | 1 |
634,636 | 20,367,687,692 | IssuesEvent | 2022-02-21 08:07:17 | AY2122S2-CS2103-F10-2/tp | https://api.github.com/repos/AY2122S2-CS2103-F10-2/tp | opened | As a forgetful user, I can retrieve my password when lost | type.Story priority.Low | ... so that I will not be locked out of my account easily | 1.0 | As a forgetful user, I can retrieve my password when lost - ... so that I will not be locked out of my account easily | priority | as a forgetful user i can retrieve my password when lost so that i will not be locked out of my account easily | 1 |
557,544 | 16,511,214,753 | IssuesEvent | 2021-05-26 04:34:55 | E3SM-Project/scream | https://api.github.com/repos/E3SM-Project/scream | closed | Make sure all variables are initialized in a SCREAMv1 simulation | Atmosphere Driver priority:low | When we start a SCREAMv1 run (in "initial" or "restart" format), we should confirm that variables aren't used before they are initialized. I suspect this will be managed through AD code magic related to the DAG? | 1.0 | Make sure all variables are initialized in a SCREAMv1 simulation - When we start a SCREAMv1 run (in "initial" or "restart" format), we should confirm that variables aren't used before they are initialized. I suspect this will be managed through AD code magic related to the DAG? | priority | make sure all variables are initialized in a simulation when we start a run in initial or restart format we should confirm that variables aren t used before they are initialized i suspect this will be managed through ad code magic related to the dag | 1 |
276,289 | 8,596,876,183 | IssuesEvent | 2018-11-15 17:02:34 | osulp/Scholars-Archive | https://api.github.com/repos/osulp/Scholars-Archive | closed | Add representative media fields to dataset worktype | Priority: Low | Items in the dataset worktype do not have any of the representative media fields (see below). This would be useful, for example to set the readme file as the default download.

| 1.0 | Add representative media fields to dataset worktype - Items in the dataset worktype do not have any of the representative media fields (see below). This would be useful, for example to set the readme file as the default download.

| priority | add representative media fields to dataset worktype items in the dataset worktype do not have any of the representative media fields see below this would be useful for example to set the readme file as the default download | 1 |
825,361 | 31,387,174,821 | IssuesEvent | 2023-08-26 00:07:13 | LinkedEarth/Pyleoclim_util | https://api.github.com/repos/LinkedEarth/Pyleoclim_util | opened | Expand hue to include lists rather than object arguments only | low priority | Allow a user to pass a list to calculate the hue for the map even though the property is not in the argument of GeoSeries | 1.0 | Expand hue to include lists rather than object arguments only - Allow a user to pass a list to calculate the hue for the map even though the property is not in the argument of GeoSeries | priority | expand hue to include lists rather than object arguments only allow a user to pass a list to calculate the hue for the map even though the property is not in the argument of geoseries | 1 |
459,534 | 13,194,862,100 | IssuesEvent | 2020-08-13 17:35:10 | nih-cfde/training-and-engagement | https://api.github.com/repos/nih-cfde/training-and-engagement | closed | Add information on reusing key pairs | GWAS LowestPriority TrainingSite | https://cfde-training-and-engagement.readthedocs-hosted.com/en/latest/Bioinformatics-Tutorials/GWAS-in-the-Cloud/aws_instance_setup/
Users should *not* be creating new key pairs every time they do something in amazon. They're re-useable. So, the instructions should say something like "if you already have a key pair" and "if you don't have a key pair" and have instructions for both | 1.0 | Add information on reusing key pairs - https://cfde-training-and-engagement.readthedocs-hosted.com/en/latest/Bioinformatics-Tutorials/GWAS-in-the-Cloud/aws_instance_setup/
Users should *not* be creating new key pairs every time they do something in amazon. They're re-useable. So, the instructions should say something like "if you already have a key pair" and "if you don't have a key pair" and have instructions for both | priority | add information on reusing key pairs users should not be creating new key pairs every time they do something in amazon they re re useable so the instructions should say something like if you already have a key pair and if you don t have a key pair and have instructions for both | 1 |
298,198 | 9,196,926,903 | IssuesEvent | 2019-03-07 08:41:51 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Default logger stack size insufficient for various samples | area: Logging bug priority: low | Stack sentinel reports that logger stack overflows in default configuration. I've originally obesrved this problem in `echo_client` and `echo_server` samples running on `nrf52840_pca10056`, but this problem can be reproduced in other samples as well (verified with `logger` sample):
```
Current thread ID = 0x2000055c
Faulting instruction address = 0x4aee
``` | 1.0 | Default logger stack size insufficient for various samples - Stack sentinel reports that logger stack overflows in default configuration. I've originally obesrved this problem in `echo_client` and `echo_server` samples running on `nrf52840_pca10056`, but this problem can be reproduced in other samples as well (verified with `logger` sample):
```
Current thread ID = 0x2000055c
Faulting instruction address = 0x4aee
``` | priority | default logger stack size insufficient for various samples stack sentinel reports that logger stack overflows in default configuration i ve originally obesrved this problem in echo client and echo server samples running on but this problem can be reproduced in other samples as well verified with logger sample current thread id faulting instruction address | 1 |
710,145 | 24,407,454,563 | IssuesEvent | 2022-10-05 09:15:31 | Aizistral-Studios/No-Chat-Reports | https://api.github.com/repos/Aizistral-Studios/No-Chat-Reports | closed | Backport some changes to 1.19 | enhancement priority: low | 1.19.1 snapshot versions of the mod have received several useful changes, including the whitelist and chat indicator. These would make sense to get backported to 1.19 as well at some point, as some clients/servers are probably afraid to update to 1.19.1 at all. | 1.0 | Backport some changes to 1.19 - 1.19.1 snapshot versions of the mod have received several useful changes, including the whitelist and chat indicator. These would make sense to get backported to 1.19 as well at some point, as some clients/servers are probably afraid to update to 1.19.1 at all. | priority | backport some changes to snapshot versions of the mod have received several useful changes including the whitelist and chat indicator these would make sense to get backported to as well at some point as some clients servers are probably afraid to update to at all | 1 |
207,001 | 7,123,653,806 | IssuesEvent | 2018-01-19 16:04:44 | larsiusprime/tdrpg-bugs | https://api.github.com/repos/larsiusprime/tdrpg-bugs | closed | Some tutorial arrows are cut off | 1 DQ CORE Please Verify Priority LOW bug | In the Coliseum level:


Potentially a duplicate of #596.
| 1.0 | Some tutorial arrows are cut off - In the Coliseum level:


Potentially a duplicate of #596.
| priority | some tutorial arrows are cut off in the coliseum level potentially a duplicate of | 1 |
634,028 | 20,322,365,907 | IssuesEvent | 2022-02-18 00:29:26 | Fireboyd78/mm2hook | https://api.github.com/repos/Fireboyd78/mm2hook | closed | Crash on joining multiplayer game of Discord Rich Presence is enabled. | bug low priority | Any time you join a multiplayer game with Discord Rich Presence enabled, the game will crash with this in the log:
```
Error: 9307 symbols parsed from map file.
EAX=7c6673a0 EBX=00000001 ECX=7c66739c EDX=0034e000
ESI=00000000 EDI=10d573d0 EBP=0019f948 ESP=0019f948
Exception c0000005 at EIP=77aca225 (Unknown)
75bbf0a9 (Unknown)
75bbf7f4 (Unknown)
75bc78ac (Unknown)
6de14b9b (Unknown)
004c58f8 ("datAssetManager::Open(char const *,char const *,char const *,bool,bool)"+38)
004affe1 ("gfxLoadTexImage(char const *,bool)"+21)
004b1052 ("gfxLoadImageAll(char const *,bool)"+12)
00497ba8 ("gfxLoadJPEGImageCB"+18)
6de3ad64 (Unknown)
004b3256 ("gfxGetBitmap(char const *,bool,bool)"+46)
004a372b ("nodeGetBitmap(char const *,bool,bool)"+1b)
004a2f12 ("asCamera::SetUnderlay(char *)"+22)
004e4fc7 ("MenuManager::SetBackgroundImage(char *)"+27)
004e4f32 ("MenuManager::CheckBG(class UIMenu *)"+12)
004e5222 ("MenuManager::Enable(int)"+62)
0040a408 ("mmInterface::ShowMain(int)"+2c8)
ExceptMain: Abnormal exit.
```
Confirmed as of 5/6/2018 | 1.0 | Crash on joining multiplayer game of Discord Rich Presence is enabled. - Any time you join a multiplayer game with Discord Rich Presence enabled, the game will crash with this in the log:
```
Error: 9307 symbols parsed from map file.
EAX=7c6673a0 EBX=00000001 ECX=7c66739c EDX=0034e000
ESI=00000000 EDI=10d573d0 EBP=0019f948 ESP=0019f948
Exception c0000005 at EIP=77aca225 (Unknown)
75bbf0a9 (Unknown)
75bbf7f4 (Unknown)
75bc78ac (Unknown)
6de14b9b (Unknown)
004c58f8 ("datAssetManager::Open(char const *,char const *,char const *,bool,bool)"+38)
004affe1 ("gfxLoadTexImage(char const *,bool)"+21)
004b1052 ("gfxLoadImageAll(char const *,bool)"+12)
00497ba8 ("gfxLoadJPEGImageCB"+18)
6de3ad64 (Unknown)
004b3256 ("gfxGetBitmap(char const *,bool,bool)"+46)
004a372b ("nodeGetBitmap(char const *,bool,bool)"+1b)
004a2f12 ("asCamera::SetUnderlay(char *)"+22)
004e4fc7 ("MenuManager::SetBackgroundImage(char *)"+27)
004e4f32 ("MenuManager::CheckBG(class UIMenu *)"+12)
004e5222 ("MenuManager::Enable(int)"+62)
0040a408 ("mmInterface::ShowMain(int)"+2c8)
ExceptMain: Abnormal exit.
```
Confirmed as of 5/6/2018 | priority | crash on joining multiplayer game of discord rich presence is enabled any time you join a multiplayer game with discord rich presence enabled the game will crash with this in the log error symbols parsed from map file eax ebx ecx edx esi edi ebp esp exception at eip unknown unknown unknown unknown unknown datassetmanager open char const char const char const bool bool gfxloadteximage char const bool gfxloadimageall char const bool gfxloadjpegimagecb unknown gfxgetbitmap char const bool bool nodegetbitmap char const bool bool ascamera setunderlay char menumanager setbackgroundimage char menumanager checkbg class uimenu menumanager enable int mminterface showmain int exceptmain abnormal exit confirmed as of | 1 |
330,844 | 10,056,388,980 | IssuesEvent | 2019-07-22 09:02:35 | laterpay/laterpay-wordpress-plugin | https://api.github.com/repos/laterpay/laterpay-wordpress-plugin | closed | Fix Technical Arrow on Advanced Tab | Low Priority | **Steps to Reproduce**
- On a laptop, navigate to the LaterPay > Advanced Tab
- Scroll to the bottom of the page
**Observed Result**
- The arrow for the Technical section is displayed at the bottom of the page
**Desired Result**
- It should be displayed to the right, like the other arrows

| 1.0 | Fix Technical Arrow on Advanced Tab - **Steps to Reproduce**
- On a laptop, navigate to the LaterPay > Advanced Tab
- Scroll to the bottom of the page
**Observed Result**
- The arrow for the Technical section is displayed at the bottom of the page
**Desired Result**
- It should be displayed to the right, like the other arrows

| priority | fix technical arrow on advanced tab steps to reproduce on a laptop navigate to the laterpay advanced tab scroll to the bottom of the page observed result the arrow for the technical section is displayed at the bottom of the page desired result it should be displayed to the right like the other arrows | 1 |
580,966 | 17,270,965,521 | IssuesEvent | 2021-07-22 19:47:17 | RE-SS3D/SS3D | https://api.github.com/repos/RE-SS3D/SS3D | opened | Improve Chat Tab Buttons | Coding: C# Difficulty: 1 - Low Priority: 1 - Average System: Chat System: User Interface Type: Feature (Rework) | ## Goal
1. The buttons to control the chat tabs could use an upgrade. Switching tabs works fine and so does making a new tab, but the close button seems to be broken. This button should close the active tab, if the active tab is the only tab in the window then it closes the whole window.
2. Move the new tab button to the left side of the chat (see my shitty image below).
3. Add a new minimize button where the new tab button was located (see my shitty image below). This button should toggle the whole chat window close while preserving all the tabs. Reopening the chat window is done by clicking the chat button at the bottom of the screen still.
## Media
 | 1.0 | Improve Chat Tab Buttons - ## Goal
1. The buttons to control the chat tabs could use an upgrade. Switching tabs works fine and so does making a new tab, but the close button seems to be broken. This button should close the active tab, if the active tab is the only tab in the window then it closes the whole window.
2. Move the new tab button to the left side of the chat (see my shitty image below).
3. Add a new minimize button where the new tab button was located (see my shitty image below). This button should toggle the whole chat window close while preserving all the tabs. Reopening the chat window is done by clicking the chat button at the bottom of the screen still.
## Media
 | priority | improve chat tab buttons goal the buttons to control the chat tabs could use an upgrade switching tabs works fine and so does making a new tab but the close button seems to be broken this button should close the active tab if the active tab is the only tab in the window then it closes the whole window move the new tab button to the left side of the chat see my shitty image below add a new minimize button where the new tab button was located see my shitty image below this button should toggle the whole chat window close while preserving all the tabs reopening the chat window is done by clicking the chat button at the bottom of the screen still media | 1 |
171,201 | 6,481,222,723 | IssuesEvent | 2017-08-18 15:06:57 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | MaskedTextBox backspace not skipping placeholder characters | Bug C: MaskedTextBox Kendo1 Priority 1 SEV: Low | ### Bug report
MaskedTextBox backspace not skipping placeholder characters like "-" or ")".
### Reproduction of the problem
http://demos.telerik.com/kendo-ui/maskedtextbox/index
### Current behavior
Backspace is not skipping the placeholder characters.
### Expected/desired behavior
Backspace is skipping the placeholder characters.
### Environment
* **Kendo UI version:** 2017.2.621
* **jQuery version:** x.y
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
| 1.0 | MaskedTextBox backspace not skipping placeholder characters - ### Bug report
MaskedTextBox backspace not skipping placeholder characters like "-" or ")".
### Reproduction of the problem
http://demos.telerik.com/kendo-ui/maskedtextbox/index
### Current behavior
Backspace is not skipping the placeholder characters.
### Expected/desired behavior
Backspace is skipping the placeholder characters.
### Environment
* **Kendo UI version:** 2017.2.621
* **jQuery version:** x.y
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
| priority | maskedtextbox backspace not skipping placeholder characters bug report maskedtextbox backspace not skipping placeholder characters like or reproduction of the problem current behavior backspace is not skipping the placeholder characters expected desired behavior backspace is skipping the placeholder characters environment kendo ui version jquery version x y browser | 1 |
241,595 | 7,817,853,109 | IssuesEvent | 2018-06-13 10:18:42 | GafferHQ/gaffer | https://api.github.com/repos/GafferHQ/gaffer | closed | Simplify 'space-bar' panel expansion | component-ui priority-low type-enhancement | precursor to #201:
as a first step to provide a more predictable interaction, make one press of the space bar within a panel maximise that panel. a second press of the space bar should return the panel layout to the state prior to maximising.
| 1.0 | Simplify 'space-bar' panel expansion - precursor to #201:
as a first step to provide a more predictable interaction, make one press of the space bar within a panel maximise that panel. a second press of the space bar should return the panel layout to the state prior to maximising.
| priority | simplify space bar panel expansion precursor to as a first step to provide a more predictable interaction make one press of the space bar within a panel maximise that panel a second press of the space bar should return the panel layout to the state prior to maximising | 1 |
374,565 | 11,092,440,253 | IssuesEvent | 2019-12-15 19:01:54 | scrapy/scrapy | https://api.github.com/repos/scrapy/scrapy | closed | PEP8 not enforced strictly | low priority | PEP8 is [recommended in the docs](http://doc.scrapy.org/en/latest/contributing.html#coding-style) but is not strictly enforced.
Some violations:
1. Multiple imports in [one line](https://github.com/scrapy/scrapy/blob/master/scrapy/commands/edit.py#L1)
2. Two blank lines [not maintained](https://github.com/scrapy/scrapy/blob/master/scrapy/commands/edit.py#L5) between class definitions.
3. [Unused imports](https://github.com/scrapy/scrapy/blob/master/scrapy/commands/check.py#L3)
4. Lines longer than 80 characters everywhere
I believe we should strictly enforce PEP8 and also edit our CI configurations to test for these violations.
I would love to submit a patch for this if the idea sounds good to everyone.
| 1.0 | PEP8 not enforced strictly - PEP8 is [recommended in the docs](http://doc.scrapy.org/en/latest/contributing.html#coding-style) but is not strictly enforced.
Some violations:
1. Multiple imports in [one line](https://github.com/scrapy/scrapy/blob/master/scrapy/commands/edit.py#L1)
2. Two blank lines [not maintained](https://github.com/scrapy/scrapy/blob/master/scrapy/commands/edit.py#L5) between class definitions.
3. [Unused imports](https://github.com/scrapy/scrapy/blob/master/scrapy/commands/check.py#L3)
4. Lines longer than 80 characters everywhere
I believe we should strictly enforce PEP8 and also edit our CI configurations to test for these violations.
I would love to submit a patch for this if the idea sounds good to everyone.
| priority | not enforced strictly is but is not strictly enforced some violations multiple imports in two blank lines between class definitions lines longer than characters everywhere i believe we should strictly enforce and also edit our ci configurations to test for these violations i would love to submit a patch for this if the idea sounds good to everyone | 1 |
357,161 | 10,602,994,404 | IssuesEvent | 2019-10-10 15:10:32 | lbryio/lbry-sdk | https://api.github.com/repos/lbryio/lbry-sdk | opened | handle malformed json requests more gracefully | area: jsonrpc priority: low type: bug | Thanks to @sayplastic for spotting and suggesting we do this. An invalid request like below, we could provide a better error message.
curl -d '{"method": "account_balance", "params": {"wallet_id": "lbrytv-id.1596870.wallet"}' http://localhost:5579/
results in:
```500 Internal Server Error
Server got itself in trouble``` | 1.0 | handle malformed json requests more gracefully - Thanks to @sayplastic for spotting and suggesting we do this. An invalid request like below, we could provide a better error message.
curl -d '{"method": "account_balance", "params": {"wallet_id": "lbrytv-id.1596870.wallet"}' http://localhost:5579/
results in:
```500 Internal Server Error
Server got itself in trouble``` | priority | handle malformed json requests more gracefully thanks to sayplastic for spotting and suggesting we do this an invalid request like below we could provide a better error message curl d method account balance params wallet id lbrytv id wallet results in internal server error server got itself in trouble | 1 |
48,597 | 2,998,776,042 | IssuesEvent | 2015-07-23 15:39:56 | neuropoly/spinalcordtoolbox | https://api.github.com/repos/neuropoly/spinalcordtoolbox | closed | sct_crop and sct_crop_image should be fusionned | bug enhancement priority: low | Also change usage of sct_crop_image for mask input... Not clear.
Maybe change it. | 1.0 | sct_crop and sct_crop_image should be fusionned - Also change usage of sct_crop_image for mask input... Not clear.
Maybe change it. | priority | sct crop and sct crop image should be fusionned also change usage of sct crop image for mask input not clear maybe change it | 1 |
62,332 | 3,184,229,585 | IssuesEvent | 2015-09-27 05:38:22 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | RDC calculation | auto-migrated Component-Analysis enhancement Priority-Low | ```
Lukas and I have 2 pieces of code (one from Lukas and one from Robert Best) to
calculate residual dipolar couplings (RDCs) from MD simulations.
We're not sure how to best incorporate that into MDAnalysis, we think it would
be a useful thing for its users.
The two pieces of code produce v similar results. The difference is that
Lukas's code uses an alignment tensor as input, while Rob's fits (guesses) the
alignment tensor for the reference structure. We want to merge the two tools
into one (to avoid confusion) but they'll probably start as two separate
creatures.
We have unit test for both single structure and trajectory.
The branch we want to put it in will be 'feature_rdc'
```
Original issue reported on code.google.com by `jan...@gmail.com` on 21 May 2014 at 10:50 | 1.0 | RDC calculation - ```
Lukas and I have 2 pieces of code (one from Lukas and one from Robert Best) to
calculate residual dipolar couplings (RDCs) from MD simulations.
We're not sure how to best incorporate that into MDAnalysis, we think it would
be a useful thing for its users.
The two pieces of code produce v similar results. The difference is that
Lukas's code uses an alignment tensor as input, while Rob's fits (guesses) the
alignment tensor for the reference structure. We want to merge the two tools
into one (to avoid confusion) but they'll probably start as two separate
creatures.
We have unit test for both single structure and trajectory.
The branch we want to put it in will be 'feature_rdc'
```
Original issue reported on code.google.com by `jan...@gmail.com` on 21 May 2014 at 10:50 | priority | rdc calculation lukas and i have pieces of code one from lukas and one from robert best to calculate residual dipolar couplings rdcs from md simulations we re not sure how to best incorporate that into mdanalysis we think it would be a useful thing for its users the two pieces of code produce v similar results the difference is that lukas s code uses an alignment tensor as input while rob s fits guesses the alignment tensor for the reference structure we want to merge the two tools into one to avoid confusion but they ll probably start as two separate creatures we have unit test for both single structure and trajectory the branch we want to put it in will be feature rdc original issue reported on code google com by jan gmail com on may at | 1 |
616,348 | 19,300,118,095 | IssuesEvent | 2021-12-13 03:41:08 | meower-media-co/Meower | https://api.github.com/repos/meower-media-co/Meower | closed | Depreciated builds connecting to server and posting | bug enhancement help wanted CloudLink related Low Priority | ### Discussed in https://github.com/meower-media-co/Meower/discussions/70
<div type='discussions-op-text'>
<sup>Originally posted by **TermOfficial** November 24, 2021</sup>
This could potentially cause meower to be a train wreck if we make a bug in a previous release and let the old releases connect to the server. If the bug was severe and did something bad, the server is a goner.</div> | 1.0 | Depreciated builds connecting to server and posting - ### Discussed in https://github.com/meower-media-co/Meower/discussions/70
<div type='discussions-op-text'>
<sup>Originally posted by **TermOfficial** November 24, 2021</sup>
This could potentially cause meower to be a train wreck if we make a bug in a previous release and let the old releases connect to the server. If the bug was severe and did something bad, the server is a goner.</div> | priority | depreciated builds connecting to server and posting discussed in originally posted by termofficial november this could potentially cause meower to be a train wreck if we make a bug in a previous release and let the old releases connect to the server if the bug was severe and did something bad the server is a goner | 1 |
99,977 | 4,075,108,961 | IssuesEvent | 2016-05-28 23:32:20 | Fourdee/DietPi | https://api.github.com/repos/Fourdee/DietPi | opened | DietPi-Software | Question - CLI-Based grouping of software | Priority Low question | Inquiry to @Fourdee, @rhkean, and all --
For Software-Optimized and Software-Additional, is it worth adding a Category/Group Collection of "Command Line/Text-Based Software"?
For example, ViFM (VI-based File Manager) is CLI based (along with many packages I will be adding to software) and while it may seem logical to group these as "CLI-Based" to save space on the description, does it seem like a valid effort to the rest of you?
Shoot this down or throw feedback!
Cheers! | 1.0 | DietPi-Software | Question - CLI-Based grouping of software - Inquiry to @Fourdee, @rhkean, and all --
For Software-Optimized and Software-Additional, is it worth adding a Category/Group Collection of "Command Line/Text-Based Software"?
For example, ViFM (VI-based File Manager) is CLI based (along with many packages I will be adding to software) and while it may seem logical to group these as "CLI-Based" to save space on the description, does it seem like a valid effort to the rest of you?
Shoot this down or throw feedback!
Cheers! | priority | dietpi software question cli based grouping of software inquiry to fourdee rhkean and all for software optimized and software additional is it worth adding a category group collection of command line text based software for example vifm vi based file manager is cli based along with many packages i will be adding to software and while it may seem logical to group these as cli based to save space on the description does it seem like a valid effort to the rest of you shoot this down or throw feedback cheers | 1 |
252,565 | 8,037,660,593 | IssuesEvent | 2018-07-30 13:21:05 | bigbinary/acehelp | https://api.github.com/repos/bigbinary/acehelp | closed | GraphQL endpoint to create a user | Low Priority Rails Working | Endpoint should accept
* email
* password
* password_confirmation
* Name
should return 200 if user is created. Otherwise should return error message. | 1.0 | GraphQL endpoint to create a user - Endpoint should accept
* email
* password
* password_confirmation
* Name
should return 200 if user is created. Otherwise should return error message. | priority | graphql endpoint to create a user endpoint should accept email password password confirmation name should return if user is created otherwise should return error message | 1 |
614,920 | 19,193,010,673 | IssuesEvent | 2021-12-06 04:43:16 | ensdomains/ens-app | https://api.github.com/repos/ensdomains/ens-app | closed | Do not offer to replace content-hash when no change | low priority | Better would be a message like "Contenthash already set to: XX". This can prevent unnecessary transactions on chain.

| 1.0 | Do not offer to replace content-hash when no change - Better would be a message like "Contenthash already set to: XX". This can prevent unnecessary transactions on chain.

| priority | do not offer to replace content hash when no change better would be a message like contenthash already set to xx this can prevent unnecessary transactions on chain | 1 |
392,729 | 11,595,076,973 | IssuesEvent | 2020-02-24 16:22:43 | appsody/appsody | https://api.github.com/repos/appsody/appsody | closed | Delete volume dependencies after running tests | bug priority/low | **Is your feature request related to a problem? Please describe.**
Our tests create volumes for the dependencies of every stack tested, and are not deleted.
**Describe the solution you'd like**
Clean up these volumes once the tests have finished. We could use `docker volume prune` since we stop the containers during the tests.
| 1.0 | Delete volume dependencies after running tests - **Is your feature request related to a problem? Please describe.**
Our tests create volumes for the dependencies of every stack tested, and are not deleted.
**Describe the solution you'd like**
Clean up these volumes once the tests have finished. We could use `docker volume prune` since we stop the containers during the tests.
| priority | delete volume dependencies after running tests is your feature request related to a problem please describe our tests create volumes for the dependencies of every stack tested and are not deleted describe the solution you d like clean up these volumes once the tests have finished we could use docker volume prune since we stop the containers during the tests | 1 |
511,915 | 14,884,811,546 | IssuesEvent | 2021-01-20 15:01:04 | onicagroup/runway | https://api.github.com/repos/onicagroup/runway | opened | [TODO] change or remove CFNgin region config field | feature priority:low | **This is for Runway v2.**
This functionality was inherited from Stacker.
Runway is responsible for handling the region being deployed to making this redundant/obsolete.
Optionally, change the function of the field to be **only deploy if currently deploying to <region>**. Effectively acting as a region locking `enabled` field. If the function is changed, rename the field to better describe it's function (e.g. `enabled_in_region` or `only_in_region`) | 1.0 | [TODO] change or remove CFNgin region config field - **This is for Runway v2.**
This functionality was inherited from Stacker.
Runway is responsible for handling the region being deployed to making this redundant/obsolete.
Optionally, change the function of the field to be **only deploy if currently deploying to <region>**. Effectively acting as a region locking `enabled` field. If the function is changed, rename the field to better describe it's function (e.g. `enabled_in_region` or `only_in_region`) | priority | change or remove cfngin region config field this is for runway this functionality was inherited from stacker runway is responsible for handling the region being deployed to making this redundant obsolete optionally change the function of the field to be only deploy if currently deploying to effectively acting as a region locking enabled field if the function is changed rename the field to better describe it s function e g enabled in region or only in region | 1 |
299,481 | 9,205,542,739 | IssuesEvent | 2019-03-08 10:52:44 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | SPIT segfaults | Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 865, https://issues.qgis.org/issues/865
---
QGIS SVN 7773, built and running against QT 4.3.2 on amd64 Ubuntu Dapper.
1. SPIT
2. select a shapefile to import
3. OK
4. kaboom
Backtrace with debugging enabled:
```
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912604925728 (LWP 20332)]
QString::append (this=0x7ffffff234b0, str=@0x0) at tools/qstring.cpp:1255
1255 if (str.d != &shared_null) {
Current language: auto; currently c++
(gdb) bt
#0 QString::append (this=0x7ffffff234b0, str=@0x0) at tools/qstring.cpp:1255
#3905 0x00000000004ab673 in QString::operator+= ()
#3906 0x00000000004d230e in operator+ ()
#3907 0x00002aaab4cddb92 in [[QgsShapeFile]]::insertLayer ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3908 0x00002aaab4cccb9d in [[QgsSpit]]::import ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3909 0x00002aaab4ce51a3 in [[QgsSpit]]::on_buttonBox_accepted ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3910 0x00002aaab4ce4f91 in [[QgsSpit]]::qt_metacall ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3911 0x00002aaaaacd4eab in QMetaObject::activate (sender=0xf1bbe0,
from_signal_index=28, to_signal_index=28, argv=0x83ffd0)
at kernel/qobject.cpp:3083
#3912 0x00002aaaab524945 in QDialogButtonBox::qt_metacall (this=0xf1bbe0,
_c=QMetaObject::InvokeMetaMethod, _id=-2, _a=0x7ffffff253b0)
at moc_qdialogbuttonbox.cpp:113
#3913 0x00002aaaaacd4eab in QMetaObject::activate (sender=0xf1b9a0,
from_signal_index=29, to_signal_index=30, argv=0x83ffd0)
at kernel/qobject.cpp:3083
#10 0x00002aaaab71f387 in QAbstractButton::clicked (this=0x7ffffff234b0,
_t1=false) at .moc/release-shared/moc_qabstractbutton.cpp:180
#3914 0x00002aaaab4f96eb in QAbstractButtonPrivate::emitClicked (this=0xf1b650)
at widgets/qabstractbutton.cpp:532
#3915 0x00002aaaab4fa947 in QAbstractButtonPrivate::click (this=0xf1b650)
at widgets/qabstractbutton.cpp:525
#3916 0x00002aaaab4fab8d in QAbstractButton::mouseReleaseEvent (this=0xf1b9a0,
e=0x7ffffff25c40) at widgets/qabstractbutton.cpp:1102
#3917 0x00002aaaab271d6a in QWidget::event (this=dwarf2_read_address: Corrupted DW ARF expression.
) at kernel/qwidget.cpp:6129
#3918 0x00002aaaab4f9a01 in QAbstractButton::event (this=0xf1b9a0, e=0x0)
at widgets/qabstractbutton.cpp:1064
#3919 0x00002aaaab5857e7 in QPushButton::event (this=0xf1b9a0, e=0x7ffffff25c40)
at widgets/qpushbutton.cpp:667
#3920 0x00002aaaab22e2af in QApplicationPrivate::notify_helper (this=0x7e71f0,
receiver=0xf1b9a0, e=0x7ffffff25c40) at kernel/qapplication.cpp:3558
#3921 0x00002aaaab231f08 in QApplication::notify (this=<value optimized out>,
receiver=0xf1b9a0, e=0x7ffffff25c40) at kernel/qapplication.cpp:3257
#3922 0x00002aaaaacc3e10 in QCoreApplication::notifyInternal (
this=0x7ffffff267a0, receiver=0xf1b9a0, event=0x7ffffff25c40)
at kernel/qcoreapplication.cpp:532
#3923 0x00002aaaab2877bb in QETWidget::translateMouseEvent (this=0xf1b9a0,
event=<value optimized out>) at qcoreapplication.h:205
#3924 0x00002aaaab28684c in QApplication::x11ProcessEvent (this=0x97,
event=0x7ffffff26230) at kernel/qapplication_x11.cpp:3024
#3925 0x00002aaaab2aaed2 in x11EventSourceDispatch (s=0x81b940, callback=0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:137
#3926 0x00002aaaae507bfd in g_main_context_dispatch ()
from /usr/lib64/libglib-2.0.so.0
#3927 0x00002aaaae50aec5 in g_main_context_check ()
from /usr/lib64/libglib-2.0.so.0
#3928 0x00002aaaae50b374 in g_main_context_iteration ()
from /usr/lib64/libglib-2.0.so.0
#3929 0x00002aaaaace66ce in QEventDispatcherGlib::processEvents (this=0x816fd0,
flags=@0x7ffffff26500) at kernel/qeventdispatcher_glib.cpp:340
#3930 0x00002aaaab2aaaaf in QGuiEventDispatcherGlib::processEvents (
this=0x7ffffff234b0, flags=<value optimized out>)
at kernel/qguieventdispatcher_glib.cpp:193
#3931 0x00002aaaaacc3778 in QEventLoop::processEvents (
this=<value optimized out>, flags=<value optimized out>)
at kernel/qeventloop.cpp:142
#3932 0x00002aaaaacc38c6 in QEventLoop::exec (this=0x7ffffff265a0,
flags=@0x7ffffff265b0) at kernel/qeventloop.cpp:188
#3933 0x00002aaaaacc5dc2 in QCoreApplication::exec ()
at kernel/qcoreapplication.cpp:761
#3934 0x00000000004ab10b in main ()
(gdb)
```
| 1.0 | SPIT segfaults - ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 865, https://issues.qgis.org/issues/865
---
QGIS SVN 7773, built and running against QT 4.3.2 on amd64 Ubuntu Dapper.
1. SPIT
2. select a shapefile to import
3. OK
4. kaboom
Backtrace with debugging enabled:
```
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912604925728 (LWP 20332)]
QString::append (this=0x7ffffff234b0, str=@0x0) at tools/qstring.cpp:1255
1255 if (str.d != &shared_null) {
Current language: auto; currently c++
(gdb) bt
#0 QString::append (this=0x7ffffff234b0, str=@0x0) at tools/qstring.cpp:1255
#3905 0x00000000004ab673 in QString::operator+= ()
#3906 0x00000000004d230e in operator+ ()
#3907 0x00002aaab4cddb92 in [[QgsShapeFile]]::insertLayer ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3908 0x00002aaab4cccb9d in [[QgsSpit]]::import ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3909 0x00002aaab4ce51a3 in [[QgsSpit]]::on_buttonBox_accepted ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3910 0x00002aaab4ce4f91 in [[QgsSpit]]::qt_metacall ()
from /usr/local/qgis09/lib/qgis/libspitplugin.so
#3911 0x00002aaaaacd4eab in QMetaObject::activate (sender=0xf1bbe0,
from_signal_index=28, to_signal_index=28, argv=0x83ffd0)
at kernel/qobject.cpp:3083
#3912 0x00002aaaab524945 in QDialogButtonBox::qt_metacall (this=0xf1bbe0,
_c=QMetaObject::InvokeMetaMethod, _id=-2, _a=0x7ffffff253b0)
at moc_qdialogbuttonbox.cpp:113
#3913 0x00002aaaaacd4eab in QMetaObject::activate (sender=0xf1b9a0,
from_signal_index=29, to_signal_index=30, argv=0x83ffd0)
at kernel/qobject.cpp:3083
#10 0x00002aaaab71f387 in QAbstractButton::clicked (this=0x7ffffff234b0,
_t1=false) at .moc/release-shared/moc_qabstractbutton.cpp:180
#3914 0x00002aaaab4f96eb in QAbstractButtonPrivate::emitClicked (this=0xf1b650)
at widgets/qabstractbutton.cpp:532
#3915 0x00002aaaab4fa947 in QAbstractButtonPrivate::click (this=0xf1b650)
at widgets/qabstractbutton.cpp:525
#3916 0x00002aaaab4fab8d in QAbstractButton::mouseReleaseEvent (this=0xf1b9a0,
e=0x7ffffff25c40) at widgets/qabstractbutton.cpp:1102
#3917 0x00002aaaab271d6a in QWidget::event (this=dwarf2_read_address: Corrupted DW ARF expression.
) at kernel/qwidget.cpp:6129
#3918 0x00002aaaab4f9a01 in QAbstractButton::event (this=0xf1b9a0, e=0x0)
at widgets/qabstractbutton.cpp:1064
#3919 0x00002aaaab5857e7 in QPushButton::event (this=0xf1b9a0, e=0x7ffffff25c40)
at widgets/qpushbutton.cpp:667
#3920 0x00002aaaab22e2af in QApplicationPrivate::notify_helper (this=0x7e71f0,
receiver=0xf1b9a0, e=0x7ffffff25c40) at kernel/qapplication.cpp:3558
#3921 0x00002aaaab231f08 in QApplication::notify (this=<value optimized out>,
receiver=0xf1b9a0, e=0x7ffffff25c40) at kernel/qapplication.cpp:3257
#3922 0x00002aaaaacc3e10 in QCoreApplication::notifyInternal (
this=0x7ffffff267a0, receiver=0xf1b9a0, event=0x7ffffff25c40)
at kernel/qcoreapplication.cpp:532
#3923 0x00002aaaab2877bb in QETWidget::translateMouseEvent (this=0xf1b9a0,
event=<value optimized out>) at qcoreapplication.h:205
#3924 0x00002aaaab28684c in QApplication::x11ProcessEvent (this=0x97,
event=0x7ffffff26230) at kernel/qapplication_x11.cpp:3024
#3925 0x00002aaaab2aaed2 in x11EventSourceDispatch (s=0x81b940, callback=0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:137
#3926 0x00002aaaae507bfd in g_main_context_dispatch ()
from /usr/lib64/libglib-2.0.so.0
#3927 0x00002aaaae50aec5 in g_main_context_check ()
from /usr/lib64/libglib-2.0.so.0
#3928 0x00002aaaae50b374 in g_main_context_iteration ()
from /usr/lib64/libglib-2.0.so.0
#3929 0x00002aaaaace66ce in QEventDispatcherGlib::processEvents (this=0x816fd0,
flags=@0x7ffffff26500) at kernel/qeventdispatcher_glib.cpp:340
#3930 0x00002aaaab2aaaaf in QGuiEventDispatcherGlib::processEvents (
this=0x7ffffff234b0, flags=<value optimized out>)
at kernel/qguieventdispatcher_glib.cpp:193
#3931 0x00002aaaaacc3778 in QEventLoop::processEvents (
this=<value optimized out>, flags=<value optimized out>)
at kernel/qeventloop.cpp:142
#3932 0x00002aaaaacc38c6 in QEventLoop::exec (this=0x7ffffff265a0,
flags=@0x7ffffff265b0) at kernel/qeventloop.cpp:188
#3933 0x00002aaaaacc5dc2 in QCoreApplication::exec ()
at kernel/qcoreapplication.cpp:761
#3934 0x00000000004ab10b in main ()
(gdb)
```
| priority | spit segfaults author name maciej sieczka maciej sieczka original redmine issue qgis svn built and running against qt on ubuntu dapper spit select a shapefile to import ok kaboom backtrace with debugging enabled program received signal sigsegv segmentation fault qstring append this str at tools qstring cpp if str d shared null current language auto currently c gdb bt qstring append this str at tools qstring cpp in qstring operator in operator in insertlayer from usr local lib qgis libspitplugin so in import from usr local lib qgis libspitplugin so in on buttonbox accepted from usr local lib qgis libspitplugin so in qt metacall from usr local lib qgis libspitplugin so in qmetaobject activate sender from signal index to signal index argv at kernel qobject cpp in qdialogbuttonbox qt metacall this c qmetaobject invokemetamethod id a at moc qdialogbuttonbox cpp in qmetaobject activate sender from signal index to signal index argv at kernel qobject cpp in qabstractbutton clicked this false at moc release shared moc qabstractbutton cpp in qabstractbuttonprivate emitclicked this at widgets qabstractbutton cpp in qabstractbuttonprivate click this at widgets qabstractbutton cpp in qabstractbutton mousereleaseevent this e at widgets qabstractbutton cpp in qwidget event this read address corrupted dw arf expression at kernel qwidget cpp in qabstractbutton event this e at widgets qabstractbutton cpp in qpushbutton event this e at widgets qpushbutton cpp in qapplicationprivate notify helper this receiver e at kernel qapplication cpp in qapplication notify this receiver e at kernel qapplication cpp in qcoreapplication notifyinternal this receiver event at kernel qcoreapplication cpp in qetwidget translatemouseevent this event at qcoreapplication h in qapplication this event at kernel qapplication cpp in s callback user data at kernel qguieventdispatcher glib cpp in g main context dispatch from usr libglib so in g main context check from usr libglib so in g main context iteration from usr libglib so in qeventdispatcherglib processevents this flags at kernel qeventdispatcher glib cpp in qguieventdispatcherglib processevents this flags at kernel qguieventdispatcher glib cpp in qeventloop processevents this flags at kernel qeventloop cpp in qeventloop exec this flags at kernel qeventloop cpp in qcoreapplication exec at kernel qcoreapplication cpp in main gdb | 1 |
326,488 | 9,956,909,070 | IssuesEvent | 2019-07-05 15:08:37 | clarinsi/clarin-dspace | https://api.github.com/repos/clarinsi/clarin-dspace | closed | sp.clarin.si warnings in ERIC's master_qa_report.html | low-priority | There are 3 sp.clarin.si warnings in CLARIN ERIC's https://clarin-eric.github.io/SPF-SPs-metadata/page/master_qa_report.html. They aren't critical, but do not come up for LINDAT, so seem specific to our installation. | 1.0 | sp.clarin.si warnings in ERIC's master_qa_report.html - There are 3 sp.clarin.si warnings in CLARIN ERIC's https://clarin-eric.github.io/SPF-SPs-metadata/page/master_qa_report.html. They aren't critical, but do not come up for LINDAT, so seem specific to our installation. | priority | sp clarin si warnings in eric s master qa report html there are sp clarin si warnings in clarin eric s they aren t critical but do not come up for lindat so seem specific to our installation | 1 |
263,785 | 8,301,920,473 | IssuesEvent | 2018-09-21 13:04:58 | richelbilderbeek/djog_unos_2018 | https://api.github.com/repos/richelbilderbeek/djog_unos_2018 | opened | Add agents on the tiles | low priority | **Is your feature request related to a problem? Please describe.**
There may be an `agent` class (#88), but it must be added on the `tile`s.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
| 1.0 | Add agents on the tiles - **Is your feature request related to a problem? Please describe.**
There may be an `agent` class (#88), but it must be added on the `tile`s.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
| priority | add agents on the tiles is your feature request related to a problem please describe there may be an agent class but it must be added on the tile s describe the solution you d like a clear and concise description of what you want to happen describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context add any other context or screenshots about the feature request here | 1 |
172,012 | 6,497,951,407 | IssuesEvent | 2017-08-22 15:36:52 | mpiannucci/HackWinds-Android | https://api.github.com/repos/mpiannucci/HackWinds-Android | closed | Full screen view for alternate cameras | enhancement Low Priority | Implement full screen viewing of alternate cameras like on ios.
| 1.0 | Full screen view for alternate cameras - Implement full screen viewing of alternate cameras like on ios.
| priority | full screen view for alternate cameras implement full screen viewing of alternate cameras like on ios | 1 |
323,197 | 9,851,560,609 | IssuesEvent | 2019-06-19 10:44:38 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Support for the BBC micro:bit Bluetooth Profile | Wont Fix area: Bluetooth enhancement priority: low | **_Reported by Johan Hedberg:_**
Implement support for the BBC micro:bit Bluetooth Profile, described here:
https://lancaster-university.github.io/microbit-docs/ble/profile/
https://lancaster-university.github.io/microbit-docs/resources/bluetooth/bluetooth_profile.html
(Imported from Jira ZEP-1423) | 1.0 | Support for the BBC micro:bit Bluetooth Profile - **_Reported by Johan Hedberg:_**
Implement support for the BBC micro:bit Bluetooth Profile, described here:
https://lancaster-university.github.io/microbit-docs/ble/profile/
https://lancaster-university.github.io/microbit-docs/resources/bluetooth/bluetooth_profile.html
(Imported from Jira ZEP-1423) | priority | support for the bbc micro bit bluetooth profile reported by johan hedberg implement support for the bbc micro bit bluetooth profile described here imported from jira zep | 1 |
469,451 | 13,509,065,163 | IssuesEvent | 2020-09-14 08:40:09 | CLIxIndia-Dev/clixoer | https://api.github.com/repos/CLIxIndia-Dev/clixoer | closed | Names of Module overlapping badge | bug frontend lowpriority | **Names of Module overlapping badge**
Names of Module overlapping badge on 1920*1080
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://staging-clixoer.tiss.edu/home/e-library/'
2. Scroll down to 'Geometric Reasoning Part 1'
3. See error
**Expected behavior**
Full Name should be visible properly.
**Screenshots**
If applicable, add screenshots to help explain your problem.

| 1.0 | Names of Module overlapping badge - **Names of Module overlapping badge**
Names of Module overlapping badge on 1920*1080
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://staging-clixoer.tiss.edu/home/e-library/'
2. Scroll down to 'Geometric Reasoning Part 1'
3. See error
**Expected behavior**
Full Name should be visible properly.
**Screenshots**
If applicable, add screenshots to help explain your problem.

| priority | names of module overlapping badge names of module overlapping badge names of module overlapping badge on to reproduce steps to reproduce the behavior go to scroll down to geometric reasoning part see error expected behavior full name should be visible properly screenshots if applicable add screenshots to help explain your problem | 1 |
309,506 | 9,476,223,224 | IssuesEvent | 2019-04-19 14:23:39 | InfiniteFlightAirportEditing/Airports | https://api.github.com/repos/InfiniteFlightAirportEditing/Airports | closed | ROTM-MCAS Futenma-OKINAWA-JAPAN | Being Redone Low Priority | # Airport Name
< MCAS Futenma >
# Country?
< Japan >
# Improvements that need to be made?
< Redone from scratch >
# Are you working on this airport?
< Yes >
# Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low)
< Low >
| 1.0 | ROTM-MCAS Futenma-OKINAWA-JAPAN - # Airport Name
< MCAS Futenma >
# Country?
< Japan >
# Improvements that need to be made?
< Redone from scratch >
# Are you working on this airport?
< Yes >
# Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low)
< Low >
| priority | rotm mcas futenma okinawa japan airport name country improvements that need to be made are you working on this airport airport priority if event runway world us capital low | 1 |
459,996 | 13,202,716,809 | IssuesEvent | 2020-08-14 12:53:16 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | Lights on colony exterior render with the wrong facing direction | Map Priority: Low | @Albens
#### Description of issue


#### Difference between expected and actual behavior
The lights should probably be facing a direction that makes sense for the wall they're on.
#### Steps to reproduce
N/A
#### Specific information for locating
N/A
#### Length of time in which bug has been known to occur
Noted today
#### Client version, Server revision & Game ID
Client Version: 513
Server Revision: bab069067dcfbe4b6af7465d8225221033674038 - 6af7465d8225221033674038 - 2020-08-03
Game ID: b8s-dgSz
Current map: SEV Torch
#### Issue bingo
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [X] Issue could be reproduced at least once
- [X] Issue could be reproduced by different players
- [X] Issue could be reproduced in multiple rounds
- [X] Issue happened in a recent (less than 7 days ago) round
- [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| 1.0 | Lights on colony exterior render with the wrong facing direction - @Albens
#### Description of issue


#### Difference between expected and actual behavior
The lights should probably be facing a direction that makes sense for the wall they're on.
#### Steps to reproduce
N/A
#### Specific information for locating
N/A
#### Length of time in which bug has been known to occur
Noted today
#### Client version, Server revision & Game ID
Client Version: 513
Server Revision: bab069067dcfbe4b6af7465d8225221033674038 - 6af7465d8225221033674038 - 2020-08-03
Game ID: b8s-dgSz
Current map: SEV Torch
#### Issue bingo
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [X] Issue could be reproduced at least once
- [X] Issue could be reproduced by different players
- [X] Issue could be reproduced in multiple rounds
- [X] Issue happened in a recent (less than 7 days ago) round
- [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| priority | lights on colony exterior render with the wrong facing direction albens description of issue difference between expected and actual behavior the lights should probably be facing a direction that makes sense for the wall they re on steps to reproduce n a specific information for locating n a length of time in which bug has been known to occur noted today client version server revision game id client version server revision game id dgsz current map sev torch issue bingo issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round | 1 |
169,077 | 6,394,354,626 | IssuesEvent | 2017-08-04 10:02:52 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | When drawing with leaflet on edge the double click also zoom the map | bug Priority: Low | 
This does not happen on openlayers or on firefox or chrome for both libraries | 1.0 | When drawing with leaflet on edge the double click also zoom the map - 
This does not happen on openlayers or on firefox or chrome for both libraries | priority | when drawing with leaflet on edge the double click also zoom the map this does not happen on openlayers or on firefox or chrome for both libraries | 1 |
685,316 | 23,452,382,399 | IssuesEvent | 2022-08-16 05:07:24 | woocommerce/woocommerce-ios | https://api.github.com/repos/woocommerce/woocommerce-ios | opened | [Mobile Payments] - Delay dismissing numeric keyboard after dismissing a simple payment | type: bug feature: mobile payments priority: low | **Describe the bug**
When dismissing a simple payment/order using the `Cancel` button, there is a slight delay before the keyboard is hidden from view but when using the swipe down to dismiss gesture, it is dismissed almost immediately
**To Reproduce**
Steps to reproduce the behavior:
1. Login with a store with IPP
2. Go to Menu > Payments
3. Tap on `Collect Payment`
4. On `Take Payment` screen, tap on `Cancel`
5. See that there is a delay before the numeric keyboard is dismissed from view
**Screenshots**
https://user-images.githubusercontent.com/17252150/184801329-6692a3d7-925e-49b7-9769-43341f4023d7.MP4
**Expected behavior**
There shouldn't be a delay to dismiss the keyboard
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
**Mobile Environment**
Please include:
- Device: iPhone 13 mini
- iOS version: 15.5
- WooCommerce iOS version: Alpha version pr7473-ff6d916 / also reproducible on WCiOS 9.8
**WordPress Environment**
<details>
```
Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin.
```
</details>
| 1.0 | [Mobile Payments] - Delay dismissing numeric keyboard after dismissing a simple payment - **Describe the bug**
When dismissing a simple payment/order using the `Cancel` button, there is a slight delay before the keyboard is hidden from view but when using the swipe down to dismiss gesture, it is dismissed almost immediately
**To Reproduce**
Steps to reproduce the behavior:
1. Login with a store with IPP
2. Go to Menu > Payments
3. Tap on `Collect Payment`
4. On `Take Payment` screen, tap on `Cancel`
5. See that there is a delay before the numeric keyboard is dismissed from view
**Screenshots**
https://user-images.githubusercontent.com/17252150/184801329-6692a3d7-925e-49b7-9769-43341f4023d7.MP4
**Expected behavior**
There shouldn't be a delay to dismiss the keyboard
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
**Mobile Environment**
Please include:
- Device: iPhone 13 mini
- iOS version: 15.5
- WooCommerce iOS version: Alpha version pr7473-ff6d916 / also reproducible on WCiOS 9.8
**WordPress Environment**
<details>
```
Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin.
```
</details>
| priority | delay dismissing numeric keyboard after dismissing a simple payment describe the bug when dismissing a simple payment order using the cancel button there is a slight delay before the keyboard is hidden from view but when using the swipe down to dismiss gesture it is dismissed almost immediately to reproduce steps to reproduce the behavior login with a store with ipp go to menu payments tap on collect payment on take payment screen tap on cancel see that there is a delay before the numeric keyboard is dismissed from view screenshots expected behavior there shouldn t be a delay to dismiss the keyboard isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above mobile environment please include device iphone mini ios version woocommerce ios version alpha version also reproducible on wcios wordpress environment copy and paste the system status report from woocommerce system status in wordpress admin | 1 |
613,673 | 19,096,304,261 | IssuesEvent | 2021-11-29 17:01:45 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] gtksourceview-git | request:new-pkg priority:low | ## 👶 requesting new package: `gtksourceview-git`
- Link to the package(s) in AUR (**_git_**): [gtksourceview-git](https://aur.archlinux.org/gtksourceview-git.git)
- Link to the package(s) in AUR (**_webpage_**): [gtksourceview-git](https://aur.archlinux.org/packages/gtksourceview-git)
- Utility this package has for you:
Provides the latest development version of gtksourceview and in result, makes other bleeding edge versions of GNOME apps buildable/usable (most notably gnome-text-editor-git)
- Do you consider this package(s) to be useful for **every** chaotic user?:
- [ ] YES
- [ ] No, but yes for a great amount.
- [x] No, but yes for a few.
- [ ] No, it's useful only for me.
- Do you consider this package(s) to be useful for feature testing/preview (e.g: mesa-aco, wine-wayland)?:
- [ ] YES
- [ ] NO
- [x] IDK. Kinda
- Are you sure we don't have this package already (test with `pacman -Ss <pkgname>`)?:
- [x] YES
- Have you tested if this package builds in a clean chroot?:
- [ ] YES
- [x] NO
- Does the package's license allows us to redistribute it?:
- [x] YES
- [ ] No clue.
- [ ] No, but the author doesn't really care, it's just for bureaucracy.
- Have you searched the [issues](https://github.com/chaotic-aur/packages/issues) to ensure this request is new (not duplicated)?:
- [x] YES
- Have you read the [README](https://github.com/chaotic-aur/packages#banished-and-rejected-packages) to ensure this package is not banned?:
- [x] YES
| 1.0 | [Request] gtksourceview-git - ## 👶 requesting new package: `gtksourceview-git`
- Link to the package(s) in AUR (**_git_**): [gtksourceview-git](https://aur.archlinux.org/gtksourceview-git.git)
- Link to the package(s) in AUR (**_webpage_**): [gtksourceview-git](https://aur.archlinux.org/packages/gtksourceview-git)
- Utility this package has for you:
Provides the latest development version of gtksourceview and in result, makes other bleeding edge versions of GNOME apps buildable/usable (most notably gnome-text-editor-git)
- Do you consider this package(s) to be useful for **every** chaotic user?:
- [ ] YES
- [ ] No, but yes for a great amount.
- [x] No, but yes for a few.
- [ ] No, it's useful only for me.
- Do you consider this package(s) to be useful for feature testing/preview (e.g: mesa-aco, wine-wayland)?:
- [ ] YES
- [ ] NO
- [x] IDK. Kinda
- Are you sure we don't have this package already (test with `pacman -Ss <pkgname>`)?:
- [x] YES
- Have you tested if this package builds in a clean chroot?:
- [ ] YES
- [x] NO
- Does the package's license allows us to redistribute it?:
- [x] YES
- [ ] No clue.
- [ ] No, but the author doesn't really care, it's just for bureaucracy.
- Have you searched the [issues](https://github.com/chaotic-aur/packages/issues) to ensure this request is new (not duplicated)?:
- [x] YES
- Have you read the [README](https://github.com/chaotic-aur/packages#banished-and-rejected-packages) to ensure this package is not banned?:
- [x] YES
| priority | gtksourceview git 👶 requesting new package gtksourceview git link to the package s in aur git link to the package s in aur webpage utility this package has for you provides the latest development version of gtksourceview and in result makes other bleeding edge versions of gnome apps buildable usable most notably gnome text editor git do you consider this package s to be useful for every chaotic user yes no but yes for a great amount no but yes for a few no it s useful only for me do you consider this package s to be useful for feature testing preview e g mesa aco wine wayland yes no idk kinda are you sure we don t have this package already test with pacman ss yes have you tested if this package builds in a clean chroot yes no does the package s license allows us to redistribute it yes no clue no but the author doesn t really care it s just for bureaucracy have you searched the to ensure this request is new not duplicated yes have you read the to ensure this package is not banned yes | 1 |
766,355 | 26,880,594,836 | IssuesEvent | 2023-02-05 15:38:36 | verocloud/obsidian-mindmap-nextgen | https://api.github.com/repos/verocloud/obsidian-mindmap-nextgen | closed | Font selection toggle option | enhancement priority:low | Font when rendering not aligned with the font of the current theme.
Add a toggle option in settings and a true/false option in frontmatter to either use the default font or use the font of the current theme. | 1.0 | Font selection toggle option - Font when rendering not aligned with the font of the current theme.
Add a toggle option in settings and a true/false option in frontmatter to either use the default font or use the font of the current theme. | priority | font selection toggle option font when rendering not aligned with the font of the current theme add a toggle option in settings and a true false option in frontmatter to either use the default font or use the font of the current theme | 1 |
469,830 | 13,526,536,277 | IssuesEvent | 2020-09-15 14:21:44 | mozilla/experimenter | https://api.github.com/repos/mozilla/experimenter | closed | Use http/2 in nginx | Good First Bug P5 - Low Priority Task | Looking about `about:networking` looks like everything is http/2 now except our local dev server. I think it's just as simple as adding `http2` to the server directive in nginx, so we should enable that to more closely replicate production behaviour locally.
┆Issue is synchronized with this [Jira Task](https://jira.mozilla.com/browse/EXP-176)
| 1.0 | Use http/2 in nginx - Looking about `about:networking` looks like everything is http/2 now except our local dev server. I think it's just as simple as adding `http2` to the server directive in nginx, so we should enable that to more closely replicate production behaviour locally.
┆Issue is synchronized with this [Jira Task](https://jira.mozilla.com/browse/EXP-176)
| priority | use http in nginx looking about about networking looks like everything is http now except our local dev server i think it s just as simple as adding to the server directive in nginx so we should enable that to more closely replicate production behaviour locally ┆issue is synchronized with this | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.