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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
630,379 | 20,107,305,429 | IssuesEvent | 2022-02-07 11:49:03 | eclipse/dirigible | https://api.github.com/repos/eclipse/dirigible | closed | [IDE] CSVIM Editor not opening csv files in the csv editor | bug web-ide usability priority-medium efforts-low | **Describe the bug**
The CSVIM editor does not specify an editor id, resulting in the csv file being opened by the default editor which is Monaco.
**To Reproduce**
Steps to reproduce the behavior:
1. Open a csvim file
2. Click on 'Open'
3. See issue
**Expected behavior**
The Monaco editor should be used only if the csv editor is not available.
**Desktop:**
- OS: macOS 12.2, Fedora Linux 35
- Browser: Firefox 96
- Version: Dirigible 6.1.22
| 1.0 | [IDE] CSVIM Editor not opening csv files in the csv editor - **Describe the bug**
The CSVIM editor does not specify an editor id, resulting in the csv file being opened by the default editor which is Monaco.
**To Reproduce**
Steps to reproduce the behavior:
1. Open a csvim file
2. Click on 'Open'
3. See issue
**Expected behavior**
The Monaco editor should be used only if the csv editor is not available.
**Desktop:**
- OS: macOS 12.2, Fedora Linux 35
- Browser: Firefox 96
- Version: Dirigible 6.1.22
| priority | csvim editor not opening csv files in the csv editor describe the bug the csvim editor does not specify an editor id resulting in the csv file being opened by the default editor which is monaco to reproduce steps to reproduce the behavior open a csvim file click on open see issue expected behavior the monaco editor should be used only if the csv editor is not available desktop os macos fedora linux browser firefox version dirigible | 1 |
540,546 | 15,813,320,618 | IssuesEvent | 2021-04-05 07:27:39 | Altijd-youri/cisq1-lingo | https://api.github.com/repos/Altijd-youri/cisq1-lingo | opened | Word spelling and existence check | Low priority | A word only is correct if the word exists in our word list and is spelled correctly. | 1.0 | Word spelling and existence check - A word only is correct if the word exists in our word list and is spelled correctly. | priority | word spelling and existence check a word only is correct if the word exists in our word list and is spelled correctly | 1 |
758,691 | 26,565,174,537 | IssuesEvent | 2023-01-20 19:27:34 | meanstream-io/meanstream | https://api.github.com/repos/meanstream-io/meanstream | closed | Hyperdeck Editor: User Must Exit Text Field To Persist | type: bug priority: high complexity: low impact: ux | When a user is editing the hyperdeck connections in the project settings, he/she needs to explicitly lose focus on the text field for the changes to be persisted. Instead changes should be persisted as the user types.
<img width="736" alt="Screenshot 2023-01-03 at 19 45 45" src="https://user-images.githubusercontent.com/35083480/210421514-3ebbed01-6ff9-436c-8b13-537b6dda40c0.png">
| 1.0 | Hyperdeck Editor: User Must Exit Text Field To Persist - When a user is editing the hyperdeck connections in the project settings, he/she needs to explicitly lose focus on the text field for the changes to be persisted. Instead changes should be persisted as the user types.
<img width="736" alt="Screenshot 2023-01-03 at 19 45 45" src="https://user-images.githubusercontent.com/35083480/210421514-3ebbed01-6ff9-436c-8b13-537b6dda40c0.png">
| priority | hyperdeck editor user must exit text field to persist when a user is editing the hyperdeck connections in the project settings he she needs to explicitly lose focus on the text field for the changes to be persisted instead changes should be persisted as the user types img width alt screenshot at src | 1 |
452,778 | 13,059,286,894 | IssuesEvent | 2020-07-30 10:23:52 | ScottishCovidResponse/SCRCIssueTracking | https://api.github.com/repos/ScottishCovidResponse/SCRCIssueTracking | opened | age-dependent disease progression | Contact-Tracing-Model Functionality Low Priority | age-dependent disease progression; this could be implemented by renaming the “health" parameter to a “risk" parameter; we could then choose how to specify the risk for each person in terms of some combination of health and age in a way that is ultimately informed by the data | 1.0 | age-dependent disease progression - age-dependent disease progression; this could be implemented by renaming the “health" parameter to a “risk" parameter; we could then choose how to specify the risk for each person in terms of some combination of health and age in a way that is ultimately informed by the data | priority | age dependent disease progression age dependent disease progression this could be implemented by renaming the “health parameter to a “risk parameter we could then choose how to specify the risk for each person in terms of some combination of health and age in a way that is ultimately informed by the data | 1 |
406,644 | 11,900,516,942 | IssuesEvent | 2020-03-30 10:48:01 | luna/ide | https://api.github.com/repos/luna/ide | closed | Make the extra cursor navigation operations in TextField | Category: BaseGL API Change: Non-Breaking Difficulty: Intermediate Priority: Low Type: Enhancement | ### Summary
The operations which still need to be implemented are:
* Jumping by words
* Page up/Page down
* A block multilinecursor select (like Alt+Mouseclick in IntelliJ)
* Finish the mutlicursor mode (Escape)
### Value
New operations will make easier use of our TextEditor.
### Specification
These operations should be bound to the proper keyboard and mouse events (see text_field::frp module for reference)
The "page" size in lines (in terms of page up/down operations) should be configurable.
### Acceptance Criteria & Test Cases
The working operations in IDE/examples.
| 1.0 | Make the extra cursor navigation operations in TextField - ### Summary
The operations which still need to be implemented are:
* Jumping by words
* Page up/Page down
* A block multilinecursor select (like Alt+Mouseclick in IntelliJ)
* Finish the mutlicursor mode (Escape)
### Value
New operations will make easier use of our TextEditor.
### Specification
These operations should be bound to the proper keyboard and mouse events (see text_field::frp module for reference)
The "page" size in lines (in terms of page up/down operations) should be configurable.
### Acceptance Criteria & Test Cases
The working operations in IDE/examples.
| priority | make the extra cursor navigation operations in textfield summary the operations which still need to be implemented are jumping by words page up page down a block multilinecursor select like alt mouseclick in intellij finish the mutlicursor mode escape value new operations will make easier use of our texteditor specification these operations should be bound to the proper keyboard and mouse events see text field frp module for reference the page size in lines in terms of page up down operations should be configurable acceptance criteria test cases the working operations in ide examples | 1 |
578,740 | 17,151,074,243 | IssuesEvent | 2021-07-13 20:42:31 | google/blockly | https://api.github.com/repos/google/blockly | opened | Support Positionable overlays | low priority type: feature request | **Is your feature request related to a problem? Please describe.**
Some `IPositionable`s are meant to overlay the top of the Blockly Workspace and aren't meant to affect the positioning of other elements.
For example, the search bar in [@blockly/workspace-search](https://www.npmjs.com/package/@blockly/plugin-workspace-search) isn't meant to shift around other UI elements if there are any in the top right corner.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
Add a flag to indicate that a `IPositionable`'s position should be ignored or allow `IPositionable`s to return `null` in `getBoundingRectangle`.
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
Support something like "layers" where UI elements only affect other UI elements on the same "layer". This would allow for adding multiple ui elements on a top layer that should affect each other but not the ui elements on the default lower layer.
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
https://github.com/google/blockly/pull/5011
<!-- Add any other context or screenshots about the feature request here. -->
| 1.0 | Support Positionable overlays - **Is your feature request related to a problem? Please describe.**
Some `IPositionable`s are meant to overlay the top of the Blockly Workspace and aren't meant to affect the positioning of other elements.
For example, the search bar in [@blockly/workspace-search](https://www.npmjs.com/package/@blockly/plugin-workspace-search) isn't meant to shift around other UI elements if there are any in the top right corner.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
Add a flag to indicate that a `IPositionable`'s position should be ignored or allow `IPositionable`s to return `null` in `getBoundingRectangle`.
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
Support something like "layers" where UI elements only affect other UI elements on the same "layer". This would allow for adding multiple ui elements on a top layer that should affect each other but not the ui elements on the default lower layer.
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
https://github.com/google/blockly/pull/5011
<!-- Add any other context or screenshots about the feature request here. -->
| priority | support positionable overlays is your feature request related to a problem please describe some ipositionable s are meant to overlay the top of the blockly workspace and aren t meant to affect the positioning of other elements for example the search bar in isn t meant to shift around other ui elements if there are any in the top right corner describe the solution you d like add a flag to indicate that a ipositionable s position should be ignored or allow ipositionable s to return null in getboundingrectangle describe alternatives you ve considered support something like layers where ui elements only affect other ui elements on the same layer this would allow for adding multiple ui elements on a top layer that should affect each other but not the ui elements on the default lower layer additional context | 1 |
29,232 | 2,714,195,135 | IssuesEvent | 2015-04-10 00:35:55 | hamiltont/clasp | https://api.github.com/repos/hamiltont/clasp | opened | Generate (or readin/playback) sensor data | Low priority Module | _From @hamiltont on September 11, 2014 17:10_
This module would allow someone to specify that the emulators should receive sensor data
_Copied from original issue: hamiltont/attack#23_ | 1.0 | Generate (or readin/playback) sensor data - _From @hamiltont on September 11, 2014 17:10_
This module would allow someone to specify that the emulators should receive sensor data
_Copied from original issue: hamiltont/attack#23_ | priority | generate or readin playback sensor data from hamiltont on september this module would allow someone to specify that the emulators should receive sensor data copied from original issue hamiltont attack | 1 |
418,483 | 12,198,485,521 | IssuesEvent | 2020-04-29 22:59:28 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Invalid asset processing pipeline configuration causes Studio templates and groovy writes to fail silently | bug priority: low | ## Describe the bug
Invalid asset processing pipeline configuration causes Studio templates and groovy writes to fail silently
## To Reproduce
Steps to reproduce the behavior:
1. Create a site based on editorial
2. Copy paste the asset processing pipeline config from docs (or from below)
3. Open, edit and save a template or controller. UI will report success, backend fails with exception
## Expected behavior
1. Asset processing failures should not impact write operations outside of static assets.
2. Write operation on asset impacted by processing pipeline should fail with meaningful message to user
## Screenshots
N/A
## Logs
```
[ERROR] 2020-04-03T13:07:05,633 [http-nio-8080-exec-10] [processing.AssetProcessingServiceImpl] | Error processing asset
java.util.NoSuchElementException: Key 'keepOriginal' does not map to an existing object!
at org.apache.commons.configuration2.AbstractConfiguration.throwMissingPropertyException(AbstractConfiguration.java:1901) ~[commons-configuration2-2.1.jar:2.1]
at org.apache.commons.configuration2.AbstractConfiguration.checkNonNullValue(AbstractConfiguration.java:1888) ~[commons-configuration2-2.1.jar:2.1]
at org.apache.commons.configuration2.AbstractConfiguration.getBoolean(AbstractConfiguration.java:1165) ~[commons-configuration2-2.1.jar:2.1]
```
## Specs
### Version
Studio Version Number: 3.1.6-SNAPSHOT-768fca
Build Number: 768fca62056b29633b1569e06cb2ff966e5826d2
### OS
N/A
### Browser
N/A
## Additional context
Bad configuration example (missing a required element)
```
<assetProcessing>
<pipelines>
<!-- Huge transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 2000x1000</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/(.+)/compressed/huge/$1-huge.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
<!-- Large transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 1024x1024</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/(.+)/compressed/large/$1-large.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
<!-- Medium transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 300x300</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/compressed/(.+)/medium/$1-medium.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
<!-- Thumbnail transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 150x150</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/compressed/(.+)/thumbnail/$1-thumbnail.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
</pipelines>
</assetProcessing>
``` | 1.0 | [studio] Invalid asset processing pipeline configuration causes Studio templates and groovy writes to fail silently - ## Describe the bug
Invalid asset processing pipeline configuration causes Studio templates and groovy writes to fail silently
## To Reproduce
Steps to reproduce the behavior:
1. Create a site based on editorial
2. Copy paste the asset processing pipeline config from docs (or from below)
3. Open, edit and save a template or controller. UI will report success, backend fails with exception
## Expected behavior
1. Asset processing failures should not impact write operations outside of static assets.
2. Write operation on asset impacted by processing pipeline should fail with meaningful message to user
## Screenshots
N/A
## Logs
```
[ERROR] 2020-04-03T13:07:05,633 [http-nio-8080-exec-10] [processing.AssetProcessingServiceImpl] | Error processing asset
java.util.NoSuchElementException: Key 'keepOriginal' does not map to an existing object!
at org.apache.commons.configuration2.AbstractConfiguration.throwMissingPropertyException(AbstractConfiguration.java:1901) ~[commons-configuration2-2.1.jar:2.1]
at org.apache.commons.configuration2.AbstractConfiguration.checkNonNullValue(AbstractConfiguration.java:1888) ~[commons-configuration2-2.1.jar:2.1]
at org.apache.commons.configuration2.AbstractConfiguration.getBoolean(AbstractConfiguration.java:1165) ~[commons-configuration2-2.1.jar:2.1]
```
## Specs
### Version
Studio Version Number: 3.1.6-SNAPSHOT-768fca
Build Number: 768fca62056b29633b1569e06cb2ff966e5826d2
### OS
N/A
### Browser
N/A
## Additional context
Bad configuration example (missing a required element)
```
<assetProcessing>
<pipelines>
<!-- Huge transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 2000x1000</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/(.+)/compressed/huge/$1-huge.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
<!-- Large transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 1024x1024</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/(.+)/compressed/large/$1-large.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
<!-- Medium transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 300x300</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/compressed/(.+)/medium/$1-medium.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
<!-- Thumbnail transformer pipeline -->
<pipeline>
<inputPathPattern>^/static-assets/images/cms-available/(.+)\.jpeg$</inputPathPattern>
<processors>
<processor>
<type>ImageMagickTransformer</type>
<params>
<options>-resize 150x150</options>
</params>
<outputPathFormat>/static-assets/images/cms-available/compressed/(.+)/thumbnail/$1-thumbnail.jpeg</outputPathFormat>
</processor>
</processors>
</pipeline>
</pipelines>
</assetProcessing>
``` | priority | invalid asset processing pipeline configuration causes studio templates and groovy writes to fail silently describe the bug invalid asset processing pipeline configuration causes studio templates and groovy writes to fail silently to reproduce steps to reproduce the behavior create a site based on editorial copy paste the asset processing pipeline config from docs or from below open edit and save a template or controller ui will report success backend fails with exception expected behavior asset processing failures should not impact write operations outside of static assets write operation on asset impacted by processing pipeline should fail with meaningful message to user screenshots n a logs error processing asset java util nosuchelementexception key keeporiginal does not map to an existing object at org apache commons abstractconfiguration throwmissingpropertyexception abstractconfiguration java at org apache commons abstractconfiguration checknonnullvalue abstractconfiguration java at org apache commons abstractconfiguration getboolean abstractconfiguration java specs version studio version number snapshot build number os n a browser n a additional context bad configuration example missing a required element static assets images cms available jpeg imagemagicktransformer resize static assets images cms available compressed huge huge jpeg static assets images cms available jpeg imagemagicktransformer resize static assets images cms available compressed large large jpeg static assets images cms available jpeg imagemagicktransformer resize static assets images cms available compressed medium medium jpeg static assets images cms available jpeg imagemagicktransformer resize static assets images cms available compressed thumbnail thumbnail jpeg | 1 |
742,151 | 25,840,505,077 | IssuesEvent | 2022-12-12 23:44:43 | themis-ai/capsa | https://api.github.com/repos/themis-ai/capsa | closed | Integrate Histogram Callback | low priority | Remove the histogram callback as an additional step that the user has to call and integrate it within the wrapper itself | 1.0 | Integrate Histogram Callback - Remove the histogram callback as an additional step that the user has to call and integrate it within the wrapper itself | priority | integrate histogram callback remove the histogram callback as an additional step that the user has to call and integrate it within the wrapper itself | 1 |
446,468 | 12,857,540,644 | IssuesEvent | 2020-07-09 09:28:27 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | LPC55S69 flash faults when reading unwritten areas | area: Flash bug has-pr platform: NXP priority: low | Unlike nearly all Zephyr-supported devices, the internal flash memory on the LPC55S69 faults instead of returning a pattern (usually 0xFF or 0x00) on unwritten flash.
The drive implements read using `memcpy`, which on this device receives a fault instead of copying the data.
The flash controller is able to perform a read without faulting. It is undetermined whether the flash_read operation should return an error, or just read a pattern like most devices.
This is preventing MCUboot from working on this device, as MCUboot needs to be able to probe the flash to see if an image has been written there. MCUboot uses the flash driver, so making flash_read not fault, but either return an error, or read uninitialized data would be sufficient.
The easiest way to reproduce this is to build `samples/drivers/flash_shell` and read past the end of the programmed image. Most reliably, issue a full flash erase before programming (this depends on the flash tool, for the Segger, the `erase` command is sufficient).
```
uart:~$ flash read 0x40000 16
[00:00:21.801,000] <err> os: ***** BUS FAULT *****
[00:00:21.801,000] <err> os: Precise data bus error
[00:00:21.801,000] <err> os: BFAR Address: 0x40000
[00:00:21.801,000] <err> os: r0/a1: 0x30001060 r1/a2: 0x00040000 r2/a3: 0x00000010
[00:00:21.801,000] <err> os: r3/a4: 0x30001060 r12/ip: 0x30000171 r14/lr: 0x10008cc5
[00:00:21.801,000] <err> os: xpsr: 0x81000200
[00:00:21.801,000] <err> os: Faulting instruction address (r15/pc): 0x100087b6
[00:00:21.801,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
[00:00:21.801,000] <err> os: Current thread: 0x30000438 (unknown)
[00:00:21.870,000] <err> os: Halting system
```
(the code at 0x10008cc5 is the instruction following the call to `memcpy` within `flash_mcux_read`).
**Expected behavior**
The driver should either return a specific error, or read the uninitialized flash contents.
**Impact**
This prevents porting MCUboot to this target. | 1.0 | LPC55S69 flash faults when reading unwritten areas - Unlike nearly all Zephyr-supported devices, the internal flash memory on the LPC55S69 faults instead of returning a pattern (usually 0xFF or 0x00) on unwritten flash.
The drive implements read using `memcpy`, which on this device receives a fault instead of copying the data.
The flash controller is able to perform a read without faulting. It is undetermined whether the flash_read operation should return an error, or just read a pattern like most devices.
This is preventing MCUboot from working on this device, as MCUboot needs to be able to probe the flash to see if an image has been written there. MCUboot uses the flash driver, so making flash_read not fault, but either return an error, or read uninitialized data would be sufficient.
The easiest way to reproduce this is to build `samples/drivers/flash_shell` and read past the end of the programmed image. Most reliably, issue a full flash erase before programming (this depends on the flash tool, for the Segger, the `erase` command is sufficient).
```
uart:~$ flash read 0x40000 16
[00:00:21.801,000] <err> os: ***** BUS FAULT *****
[00:00:21.801,000] <err> os: Precise data bus error
[00:00:21.801,000] <err> os: BFAR Address: 0x40000
[00:00:21.801,000] <err> os: r0/a1: 0x30001060 r1/a2: 0x00040000 r2/a3: 0x00000010
[00:00:21.801,000] <err> os: r3/a4: 0x30001060 r12/ip: 0x30000171 r14/lr: 0x10008cc5
[00:00:21.801,000] <err> os: xpsr: 0x81000200
[00:00:21.801,000] <err> os: Faulting instruction address (r15/pc): 0x100087b6
[00:00:21.801,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
[00:00:21.801,000] <err> os: Current thread: 0x30000438 (unknown)
[00:00:21.870,000] <err> os: Halting system
```
(the code at 0x10008cc5 is the instruction following the call to `memcpy` within `flash_mcux_read`).
**Expected behavior**
The driver should either return a specific error, or read the uninitialized flash contents.
**Impact**
This prevents porting MCUboot to this target. | priority | flash faults when reading unwritten areas unlike nearly all zephyr supported devices the internal flash memory on the faults instead of returning a pattern usually or on unwritten flash the drive implements read using memcpy which on this device receives a fault instead of copying the data the flash controller is able to perform a read without faulting it is undetermined whether the flash read operation should return an error or just read a pattern like most devices this is preventing mcuboot from working on this device as mcuboot needs to be able to probe the flash to see if an image has been written there mcuboot uses the flash driver so making flash read not fault but either return an error or read uninitialized data would be sufficient the easiest way to reproduce this is to build samples drivers flash shell and read past the end of the programmed image most reliably issue a full flash erase before programming this depends on the flash tool for the segger the erase command is sufficient uart flash read os bus fault os precise data bus error os bfar address os os ip lr os xpsr os faulting instruction address pc os zephyr fatal error cpu exception on cpu os current thread unknown os halting system the code at is the instruction following the call to memcpy within flash mcux read expected behavior the driver should either return a specific error or read the uninitialized flash contents impact this prevents porting mcuboot to this target | 1 |
132,102 | 5,169,826,577 | IssuesEvent | 2017-01-18 02:41:02 | piwik/piwik | https://api.github.com/repos/piwik/piwik | closed | AngularJS: append index.php to the url service | Easy pick Lower priority Task | Report from email:
I am not able to add a new website, when ever i clicks on add new website page redirects to given url but it open piwik root directory all inputed files details can you please help me in solving the issue:
http://gva6699.gva.europe.firmenich.com/analytics/piwik/?module=SitesManager&action=index&showaddsite=1&period=day&date=yesterday
Note
- user server is not configured to serve default index.php file. To work around this, we could always specify index.php in the URL.
- update test here: https://github.com/piwik/piwik/blob/master/plugins/CoreHome/angularjs/common/services/piwik_spec.js#L34-34
| 1.0 | AngularJS: append index.php to the url service - Report from email:
I am not able to add a new website, when ever i clicks on add new website page redirects to given url but it open piwik root directory all inputed files details can you please help me in solving the issue:
http://gva6699.gva.europe.firmenich.com/analytics/piwik/?module=SitesManager&action=index&showaddsite=1&period=day&date=yesterday
Note
- user server is not configured to serve default index.php file. To work around this, we could always specify index.php in the URL.
- update test here: https://github.com/piwik/piwik/blob/master/plugins/CoreHome/angularjs/common/services/piwik_spec.js#L34-34
| priority | angularjs append index php to the url service report from email i am not able to add a new website when ever i clicks on add new website page redirects to given url but it open piwik root directory all inputed files details can you please help me in solving the issue note user server is not configured to serve default index php file to work around this we could always specify index php in the url update test here | 1 |
471,148 | 13,561,109,046 | IssuesEvent | 2020-09-18 03:36:40 | LinkedEarth/Pyleoclim_util | https://api.github.com/repos/LinkedEarth/Pyleoclim_util | opened | Lipd.mapAll return should align to other plots | low priority | **Is your feature request related to a problem? Please describe.**
Confusing as it returns res instead of fig and ax
**Describe the solution you'd like**
Should return fig/ax like other plotting functions in Pyleoclim
**Describe alternatives you've considered**
Leave as is.
**Additional context**
NA | 1.0 | Lipd.mapAll return should align to other plots - **Is your feature request related to a problem? Please describe.**
Confusing as it returns res instead of fig and ax
**Describe the solution you'd like**
Should return fig/ax like other plotting functions in Pyleoclim
**Describe alternatives you've considered**
Leave as is.
**Additional context**
NA | priority | lipd mapall return should align to other plots is your feature request related to a problem please describe confusing as it returns res instead of fig and ax describe the solution you d like should return fig ax like other plotting functions in pyleoclim describe alternatives you ve considered leave as is additional context na | 1 |
723,290 | 24,891,602,717 | IssuesEvent | 2022-10-28 12:31:39 | ramp4-pcar4/ramp4-pcar4 | https://api.github.com/repos/ramp4-pcar4/ramp4-pcar4 | closed | Add initialFilteredQuery support to config upgrader | effort: small flavour: enhancement priority: low type: preventative | RAMP2 supports property `initialFilteredQuery` on Feature Layers, but it does not exist in the R2 schema file.
Regardless we can add support for it in the config converter | 1.0 | Add initialFilteredQuery support to config upgrader - RAMP2 supports property `initialFilteredQuery` on Feature Layers, but it does not exist in the R2 schema file.
Regardless we can add support for it in the config converter | priority | add initialfilteredquery support to config upgrader supports property initialfilteredquery on feature layers but it does not exist in the schema file regardless we can add support for it in the config converter | 1 |
631,266 | 20,150,071,788 | IssuesEvent | 2022-02-09 11:28:23 | ita-social-projects/horondi_client_fe | https://api.github.com/repos/ita-social-projects/horondi_client_fe | closed | [Категорії] 'Edit' and 'Remove' category icons are not aligend with 'Дії' label | bug UI priority: low severity: trivial Admin part | **Environment:** Windows 10 Home, Google Chrome Version 87.0.4280.88
**Reproducible:** always
**Build found:** "Commit 52eb6ed"
**Preconditions**
Go to https://horondi-admin-staging.azurewebsites.net
Log into Administrator page as Administrator
**Steps to reproduce**
1. Click on 'Категорії' menu item
3. See the table with categories
**Actual result**
'Edit' and 'Remove' category icons are not aligned with 'Дії' label

**Expected result**
'Edit' and 'Remove' category icons are not aligned with 'Дії' label
**User story and test case links**
User story [LVHRB-15](https://jira.softserve.academy/browse/LVHRB-15)
[Test case](https://jira.softserve.academy/browse/LVHRB-26")
**Labels to be added**
"Bug", Priority ("pri:low "), Severity ("severity:trivial"), Type ("UI").
| 1.0 | [Категорії] 'Edit' and 'Remove' category icons are not aligend with 'Дії' label - **Environment:** Windows 10 Home, Google Chrome Version 87.0.4280.88
**Reproducible:** always
**Build found:** "Commit 52eb6ed"
**Preconditions**
Go to https://horondi-admin-staging.azurewebsites.net
Log into Administrator page as Administrator
**Steps to reproduce**
1. Click on 'Категорії' menu item
3. See the table with categories
**Actual result**
'Edit' and 'Remove' category icons are not aligned with 'Дії' label

**Expected result**
'Edit' and 'Remove' category icons are not aligned with 'Дії' label
**User story and test case links**
User story [LVHRB-15](https://jira.softserve.academy/browse/LVHRB-15)
[Test case](https://jira.softserve.academy/browse/LVHRB-26")
**Labels to be added**
"Bug", Priority ("pri:low "), Severity ("severity:trivial"), Type ("UI").
| priority | edit and remove category icons are not aligend with дії label environment windows home google chrome version reproducible always build found commit preconditions go to log into administrator page as administrator steps to reproduce click on категорії menu item see the table with categories actual result edit and remove category icons are not aligned with дії label expected result edit and remove category icons are not aligned with дії label user story and test case links user story labels to be added bug priority pri low severity severity trivial type ui | 1 |
759,473 | 26,596,907,709 | IssuesEvent | 2023-01-23 13:10:38 | mateuszrymar/Drone-Hunter | https://api.github.com/repos/mateuszrymar/Drone-Hunter | opened | Fix performance with multiple arrows | Low priority | Performance issues with 4+ arrows in the air simultaneously. | 1.0 | Fix performance with multiple arrows - Performance issues with 4+ arrows in the air simultaneously. | priority | fix performance with multiple arrows performance issues with arrows in the air simultaneously | 1 |
644,827 | 20,988,640,528 | IssuesEvent | 2022-03-29 07:12:02 | momentum-mod/game | https://api.github.com/repos/momentum-mod/game | closed | Consider adding cow mangler shoot angles in RJ | Type: Feature Priority: Low Size: Small Outcome: Resolved | ### Is your feature request related to a problem?
In TF2, the stock rocket launcher has a 12 unit offset, the original has a 0 unit offset, and the cow mangler has an 8 unit offset. If there's enough desire, we should implement this as an option for people. Some things to consider:
- This would be reflected in that startup prompt thing
- More settings / convar / etc bloat most likely
- How do we show that the player is using this angle to spectators (you can't just offset because we have the viewmodel xyz offset commands, might require a 3rd render of the thing?)
### Describe the solution you'd like
Add 8 unit rocket offset as an option
### Describe alternatives you've considered, if any.
_No response_
### Additional context
_No response_ | 1.0 | Consider adding cow mangler shoot angles in RJ - ### Is your feature request related to a problem?
In TF2, the stock rocket launcher has a 12 unit offset, the original has a 0 unit offset, and the cow mangler has an 8 unit offset. If there's enough desire, we should implement this as an option for people. Some things to consider:
- This would be reflected in that startup prompt thing
- More settings / convar / etc bloat most likely
- How do we show that the player is using this angle to spectators (you can't just offset because we have the viewmodel xyz offset commands, might require a 3rd render of the thing?)
### Describe the solution you'd like
Add 8 unit rocket offset as an option
### Describe alternatives you've considered, if any.
_No response_
### Additional context
_No response_ | priority | consider adding cow mangler shoot angles in rj is your feature request related to a problem in the stock rocket launcher has a unit offset the original has a unit offset and the cow mangler has an unit offset if there s enough desire we should implement this as an option for people some things to consider this would be reflected in that startup prompt thing more settings convar etc bloat most likely how do we show that the player is using this angle to spectators you can t just offset because we have the viewmodel xyz offset commands might require a render of the thing describe the solution you d like add unit rocket offset as an option describe alternatives you ve considered if any no response additional context no response | 1 |
460,714 | 13,217,205,227 | IssuesEvent | 2020-08-17 06:14:00 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | prompt message needs to be modified | area/console kind/bug kind/need-to-verify priority/low |
**Describe the Bug**
Under multi-cluster projects, when creating a workload, the prompt message needs to be modified

/kind bug
/area console
/assign @leoendless
/milestone 3.0.0
/priority low | 1.0 | prompt message needs to be modified -
**Describe the Bug**
Under multi-cluster projects, when creating a workload, the prompt message needs to be modified

/kind bug
/area console
/assign @leoendless
/milestone 3.0.0
/priority low | priority | prompt message needs to be modified describe the bug under multi cluster projects when creating a workload the prompt message needs to be modified kind bug area console assign leoendless milestone priority low | 1 |
222,097 | 7,423,167,261 | IssuesEvent | 2018-03-23 03:36:08 | Franck851/SOEN341 | https://api.github.com/repos/Franck851/SOEN341 | closed | Implement Answer Accepting | Priority: Low Risk: Low Size: 2 enhancement | - Allowing a user to accept an answer.
- Only the user who asked the question has the authority to accept.
- When an answer is accepted, it will show either a check mark or a green box. | 1.0 | Implement Answer Accepting - - Allowing a user to accept an answer.
- Only the user who asked the question has the authority to accept.
- When an answer is accepted, it will show either a check mark or a green box. | priority | implement answer accepting allowing a user to accept an answer only the user who asked the question has the authority to accept when an answer is accepted it will show either a check mark or a green box | 1 |
206,398 | 7,112,149,862 | IssuesEvent | 2018-01-17 16:12:31 | SIMRacingApps/SIMRacingApps | https://api.github.com/repos/SIMRacingApps/SIMRacingApps | closed | Standings Banner: For your class only | enhancement low priority | Duplicate the Standings Banner Widget and make it only for the cars in the reference car's class. | 1.0 | Standings Banner: For your class only - Duplicate the Standings Banner Widget and make it only for the cars in the reference car's class. | priority | standings banner for your class only duplicate the standings banner widget and make it only for the cars in the reference car s class | 1 |
103,266 | 4,165,936,059 | IssuesEvent | 2016-06-19 20:41:48 | cylc/cylc | https://api.github.com/repos/cylc/cylc | reopened | Cylc 6: initial cycle point on command line? | priority low | https://github.com/cylc/cylc/pull/997#issuecomment-47302861
https://github.com/cylc/cylc/pull/997#issuecomment-47328047
Pre cylc-6, initial cycle time (ICT) was optional in the suite definition; it could be given or overridden on the command line for suite start-up. Other suite parsing commands (e.g. validate) did not need the CLI option because a sensible default ICT could always be chosen. In other words, under the old cycling paradigm a suite's validity could be determined without reference to a concrete initial cycle time.
For cylc-6 this isn't the case - a sensible default ICPoint can't be determined in general. So our options are:
1. retain the CLI option and give it to all suite parsing commands, or
2. **require** an ICP in the suite definition
My preference is to require an ICP in the suite definition. It is simpler, and I don't like the idea of suite definitions not being valid until extra external information is supplied. I expect we have some users who rely on the command line ICT, but: cylc-6 changes the game a bit; it's not hard to edit a suite definition; and if really necessary a Jinja2 variable can be set from the command line (and that's already supported by all suite-parsing commands, I think).
Thoughts?
| 1.0 | Cylc 6: initial cycle point on command line? - https://github.com/cylc/cylc/pull/997#issuecomment-47302861
https://github.com/cylc/cylc/pull/997#issuecomment-47328047
Pre cylc-6, initial cycle time (ICT) was optional in the suite definition; it could be given or overridden on the command line for suite start-up. Other suite parsing commands (e.g. validate) did not need the CLI option because a sensible default ICT could always be chosen. In other words, under the old cycling paradigm a suite's validity could be determined without reference to a concrete initial cycle time.
For cylc-6 this isn't the case - a sensible default ICPoint can't be determined in general. So our options are:
1. retain the CLI option and give it to all suite parsing commands, or
2. **require** an ICP in the suite definition
My preference is to require an ICP in the suite definition. It is simpler, and I don't like the idea of suite definitions not being valid until extra external information is supplied. I expect we have some users who rely on the command line ICT, but: cylc-6 changes the game a bit; it's not hard to edit a suite definition; and if really necessary a Jinja2 variable can be set from the command line (and that's already supported by all suite-parsing commands, I think).
Thoughts?
| priority | cylc initial cycle point on command line pre cylc initial cycle time ict was optional in the suite definition it could be given or overridden on the command line for suite start up other suite parsing commands e g validate did not need the cli option because a sensible default ict could always be chosen in other words under the old cycling paradigm a suite s validity could be determined without reference to a concrete initial cycle time for cylc this isn t the case a sensible default icpoint can t be determined in general so our options are retain the cli option and give it to all suite parsing commands or require an icp in the suite definition my preference is to require an icp in the suite definition it is simpler and i don t like the idea of suite definitions not being valid until extra external information is supplied i expect we have some users who rely on the command line ict but cylc changes the game a bit it s not hard to edit a suite definition and if really necessary a variable can be set from the command line and that s already supported by all suite parsing commands i think thoughts | 1 |
580,977 | 17,271,243,834 | IssuesEvent | 2021-07-22 20:10:54 | ethereum/clrfund | https://api.github.com/repos/ethereum/clrfund | closed | Only validate email/address fields on blur | good first issue priority: low | Making a note on this to make it easier to keep track of.
We shouldn't validate the contact email or Ethereum address field immediately...
e.g.

| 1.0 | Only validate email/address fields on blur - Making a note on this to make it easier to keep track of.
We shouldn't validate the contact email or Ethereum address field immediately...
e.g.

| priority | only validate email address fields on blur making a note on this to make it easier to keep track of we shouldn t validate the contact email or ethereum address field immediately e g | 1 |
543,113 | 15,878,259,157 | IssuesEvent | 2021-04-09 10:45:17 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | closed | Forward email from another mailbox | kind/question meta/help wanted meta/needs triage priority/low | # Subject
I would like some feedback concerning a use case
## Description
In my previous setup all email from an existing mailbox could be forwarded to another. There was the choice whether to keep the email in the existing mailbox or to forward it without storing. Is this possible with the stock version of docker-mailserver?
| 1.0 | Forward email from another mailbox - # Subject
I would like some feedback concerning a use case
## Description
In my previous setup all email from an existing mailbox could be forwarded to another. There was the choice whether to keep the email in the existing mailbox or to forward it without storing. Is this possible with the stock version of docker-mailserver?
| priority | forward email from another mailbox subject i would like some feedback concerning a use case description in my previous setup all email from an existing mailbox could be forwarded to another there was the choice whether to keep the email in the existing mailbox or to forward it without storing is this possible with the stock version of docker mailserver | 1 |
590,002 | 17,768,533,665 | IssuesEvent | 2021-08-30 10:42:37 | protofire/omen-exchange | https://api.github.com/repos/protofire/omen-exchange | opened | Withdraw Modal is not ignoring dust amounts of Omen Account asset balances | UI priority:low Bridge | **Describe the task that needs to be done**
It seems like we are not ignoring dust amounts in the Omen Account. This is related to: https://github.com/protofire/omen-exchange/issues/2226 . With not ignoring dust amounts we are having issues like this:
https://user-images.githubusercontent.com/5337809/131327415-08bf96ae-a974-4565-98b5-817c6bf5a23f.mov
**Describe how you have considered doing it**
Create a dust checker function.
**Describe how do you expect to test the task resolution**
- [ ] Withdraw modal should show alert for funding message if account balance per asset is lower than the defined dust amount.
| 1.0 | Withdraw Modal is not ignoring dust amounts of Omen Account asset balances - **Describe the task that needs to be done**
It seems like we are not ignoring dust amounts in the Omen Account. This is related to: https://github.com/protofire/omen-exchange/issues/2226 . With not ignoring dust amounts we are having issues like this:
https://user-images.githubusercontent.com/5337809/131327415-08bf96ae-a974-4565-98b5-817c6bf5a23f.mov
**Describe how you have considered doing it**
Create a dust checker function.
**Describe how do you expect to test the task resolution**
- [ ] Withdraw modal should show alert for funding message if account balance per asset is lower than the defined dust amount.
| priority | withdraw modal is not ignoring dust amounts of omen account asset balances describe the task that needs to be done it seems like we are not ignoring dust amounts in the omen account this is related to with not ignoring dust amounts we are having issues like this describe how you have considered doing it create a dust checker function describe how do you expect to test the task resolution withdraw modal should show alert for funding message if account balance per asset is lower than the defined dust amount | 1 |
524,621 | 15,217,869,803 | IssuesEvent | 2021-02-17 17:06:49 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | Better deal with non-standard document formats | Priority: Low | Just opened a pretty wide pdf on my demo server that also includes images: https://friedhelm.uwazi.io/document/4db5883ef6e4fc7cdbcdf8f71502f5aa
It makes me scroll quite a bit, which is not great on a computer and even more complicated on mobile. Not sure, if there is a great solution, but maybe zoom could actually help?
| 1.0 | Better deal with non-standard document formats - Just opened a pretty wide pdf on my demo server that also includes images: https://friedhelm.uwazi.io/document/4db5883ef6e4fc7cdbcdf8f71502f5aa
It makes me scroll quite a bit, which is not great on a computer and even more complicated on mobile. Not sure, if there is a great solution, but maybe zoom could actually help?
| priority | better deal with non standard document formats just opened a pretty wide pdf on my demo server that also includes images it makes me scroll quite a bit which is not great on a computer and even more complicated on mobile not sure if there is a great solution but maybe zoom could actually help | 1 |
680,965 | 23,291,969,532 | IssuesEvent | 2022-08-06 01:42:57 | twidi/quantifier | https://api.github.com/repos/twidi/quantifier | closed | Try to keep the current date as when navigating | Type: Bug Workflow: 8 - Done Priority: 3 - Medium Scope: Core Scope: Interface Status: Confirmed Complexity: 2 - Medium | If we hare the 2022-08-05 and are in monthly mode, all links will have the date set to 2022-08-01, so the context is lost for example if we want to go in daily mode | 1.0 | Try to keep the current date as when navigating - If we hare the 2022-08-05 and are in monthly mode, all links will have the date set to 2022-08-01, so the context is lost for example if we want to go in daily mode | priority | try to keep the current date as when navigating if we hare the and are in monthly mode all links will have the date set to so the context is lost for example if we want to go in daily mode | 1 |
5,029 | 2,570,558,218 | IssuesEvent | 2015-02-10 10:25:04 | olga-jane/prizm | https://api.github.com/repos/olga-jane/prizm | closed | Logging in as deactivated user should give appropriate message [21] | CLIENT Coding COMMON LOW priority to_share_students | Logging in as deactivated user should give appropriate message
"Вход для пользователя %username% заблокирован" | 1.0 | Logging in as deactivated user should give appropriate message [21] - Logging in as deactivated user should give appropriate message
"Вход для пользователя %username% заблокирован" | priority | logging in as deactivated user should give appropriate message logging in as deactivated user should give appropriate message вход для пользователя username заблокирован | 1 |
824,293 | 31,148,537,873 | IssuesEvent | 2023-08-16 08:21:36 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | intc_eirq_nxp_s32 initialization order broken | bug priority: low area: Device Model | **Describe the bug**
Following #60410, `SYS_INIT_NAMED` creates a section with sub-priority equal to the literal `0`. If other devices coming from DT with the same level and priority have a higher sub-priority, these _may_ still be initialized before.
This is because the sub-priority for the DT devices are fixed to 5 digits including leading zeroes, whereas the platform devices sub-priorities are always `0_`. When sorting the linker sections by name, the DT device will have precedence over the platform device.
**To Reproduce**
Take for example:
`west build -p auto -b s32z270dc2_rtu0_r52 tests/drivers/gpio/gpio_api_1pin`
the sections generated are:
```
*(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1??_*)))
.z_init_PRE_KERNEL_140_00019_
0x000000003178e700 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_eirq_nxp_s32.c.obj)
.z_init_PRE_KERNEL_140_0_
0x000000003178e708 0x8 zephyr/libzephyr.a(soc.c.obj)
.z_init_PRE_KERNEL_140_0_
0x000000003178e710 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gicv3.c.obj)
```
Causing `intc_eirq_nxp_s32.c` (an external interrupt controller) initialize before the GIC.
**Expected behavior**
The level/priorities/sub-priorities are respected and the devices initialized in the correct order.
**Impact**
Currently preventing external interrupts of `s32z270dc2_rtu0_r52` to work, but other boards/devices might be affected.
**Environment (please complete the following information):**
- OS: Linux, Windows
- Toolchain Zephyr SDK 0.16.1
- Commit SHA a5895d6464e4e6b3f348ae51fb7ee037473a0365
**Additional context**
It's a regression of #60410.
| 1.0 | intc_eirq_nxp_s32 initialization order broken - **Describe the bug**
Following #60410, `SYS_INIT_NAMED` creates a section with sub-priority equal to the literal `0`. If other devices coming from DT with the same level and priority have a higher sub-priority, these _may_ still be initialized before.
This is because the sub-priority for the DT devices are fixed to 5 digits including leading zeroes, whereas the platform devices sub-priorities are always `0_`. When sorting the linker sections by name, the DT device will have precedence over the platform device.
**To Reproduce**
Take for example:
`west build -p auto -b s32z270dc2_rtu0_r52 tests/drivers/gpio/gpio_api_1pin`
the sections generated are:
```
*(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1??_*)))
.z_init_PRE_KERNEL_140_00019_
0x000000003178e700 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_eirq_nxp_s32.c.obj)
.z_init_PRE_KERNEL_140_0_
0x000000003178e708 0x8 zephyr/libzephyr.a(soc.c.obj)
.z_init_PRE_KERNEL_140_0_
0x000000003178e710 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gicv3.c.obj)
```
Causing `intc_eirq_nxp_s32.c` (an external interrupt controller) initialize before the GIC.
**Expected behavior**
The level/priorities/sub-priorities are respected and the devices initialized in the correct order.
**Impact**
Currently preventing external interrupts of `s32z270dc2_rtu0_r52` to work, but other boards/devices might be affected.
**Environment (please complete the following information):**
- OS: Linux, Windows
- Toolchain Zephyr SDK 0.16.1
- Commit SHA a5895d6464e4e6b3f348ae51fb7ee037473a0365
**Additional context**
It's a regression of #60410.
| priority | intc eirq nxp initialization order broken describe the bug following sys init named creates a section with sub priority equal to the literal if other devices coming from dt with the same level and priority have a higher sub priority these may still be initialized before this is because the sub priority for the dt devices are fixed to digits including leading zeroes whereas the platform devices sub priorities are always when sorting the linker sections by name the dt device will have precedence over the platform device to reproduce take for example west build p auto b tests drivers gpio gpio api the sections generated are sort by name sort by alignment z init pre kernel z init pre kernel zephyr drivers interrupt controller libdrivers interrupt controller a intc eirq nxp c obj z init pre kernel zephyr libzephyr a soc c obj z init pre kernel zephyr drivers interrupt controller libdrivers interrupt controller a intc c obj causing intc eirq nxp c an external interrupt controller initialize before the gic expected behavior the level priorities sub priorities are respected and the devices initialized in the correct order impact currently preventing external interrupts of to work but other boards devices might be affected environment please complete the following information os linux windows toolchain zephyr sdk commit sha additional context it s a regression of | 1 |
106,996 | 4,288,383,848 | IssuesEvent | 2016-07-17 12:19:53 | flipdazed/Hybrid-Monte-Carlo | https://api.github.com/repos/flipdazed/Hybrid-Monte-Carlo | closed | Inefficient dynamics | Enhancement Low Priority | **Issue**
There are two instances where I iterate over all indices in the `numpy` array which is quite frankly horrific but part of translating the code verbatim to check results
This is making the whole process a bit tragically slow now I'm doing something interesting
**Resolution**
Remove iterative sections in the following:
- `potential.[all].potential()`
- `potential.[all].gradPotential()`
- `dynamics._moveP` | 1.0 | Inefficient dynamics - **Issue**
There are two instances where I iterate over all indices in the `numpy` array which is quite frankly horrific but part of translating the code verbatim to check results
This is making the whole process a bit tragically slow now I'm doing something interesting
**Resolution**
Remove iterative sections in the following:
- `potential.[all].potential()`
- `potential.[all].gradPotential()`
- `dynamics._moveP` | priority | inefficient dynamics issue there are two instances where i iterate over all indices in the numpy array which is quite frankly horrific but part of translating the code verbatim to check results this is making the whole process a bit tragically slow now i m doing something interesting resolution remove iterative sections in the following potential potential potential gradpotential dynamics movep | 1 |
826,929 | 31,717,992,627 | IssuesEvent | 2023-09-10 04:21:42 | tcet-opensource/erp-backend | https://api.github.com/repos/tcet-opensource/erp-backend | closed | [Bug]: [Confusing res for validateUser API] | bug enhancement good first issue Issue Size: 1 Priority: Low | ## Description 📝
Confusing res for validateUser API
## Steps to Reproduce 🔄
1. Validate using incorrect credentials in /auth/validateUser
## Expected Behavior ✨
msg should state unauthorized, or removed
## Actual Behavior ❌
msg states user validated even if unauthorized
## Screenshots 📷

## Environment 🌍
- Operating System: Windows 11
- Version/Build: node version 20.5.0
| 1.0 | [Bug]: [Confusing res for validateUser API] - ## Description 📝
Confusing res for validateUser API
## Steps to Reproduce 🔄
1. Validate using incorrect credentials in /auth/validateUser
## Expected Behavior ✨
msg should state unauthorized, or removed
## Actual Behavior ❌
msg states user validated even if unauthorized
## Screenshots 📷

## Environment 🌍
- Operating System: Windows 11
- Version/Build: node version 20.5.0
| priority | description 📝 confusing res for validateuser api steps to reproduce 🔄 validate using incorrect credentials in auth validateuser expected behavior ✨ msg should state unauthorized or removed actual behavior ❌ msg states user validated even if unauthorized screenshots 📷 environment 🌍 operating system windows version build node version | 1 |
802,593 | 29,040,810,289 | IssuesEvent | 2023-05-13 00:24:51 | sdatkinson/NeuralAmpModelerPlugin | https://api.github.com/repos/sdatkinson/NeuralAmpModelerPlugin | opened | [FEATURE] Presets/Patches system for NAM | enhancement unread priority:low | Thank you for all the effort to bring this project to life.
Just want to suggest having patch/present management in NAM to have all parameters, including profile and IR, grouped under different named patches or presets.
I understand there is an upcoming feature that will allow quickly cycling through profiles and IRs. however that alone would still require manual tweaking for the remaining parameters every time either profile or IR is changed. Having all settings grouped under presets would create a much more streamlined user experience.
The mode of operation would be:
- **Set up:** select profile and IR, adjust all other settings to taste, save giving the patch a name and selecting a patch number.
- **Recall**: Access the list of patches showing number and name and select the desired one. All settings in NAM would updated as per the stored data.
This could incorporate #169 feature request.
Additionally, once patches are available, a future MIDI implementation could incorporate selecting patches using MIDI Program Change messages as per my comment under #214.
Thanks again. | 1.0 | [FEATURE] Presets/Patches system for NAM - Thank you for all the effort to bring this project to life.
Just want to suggest having patch/present management in NAM to have all parameters, including profile and IR, grouped under different named patches or presets.
I understand there is an upcoming feature that will allow quickly cycling through profiles and IRs. however that alone would still require manual tweaking for the remaining parameters every time either profile or IR is changed. Having all settings grouped under presets would create a much more streamlined user experience.
The mode of operation would be:
- **Set up:** select profile and IR, adjust all other settings to taste, save giving the patch a name and selecting a patch number.
- **Recall**: Access the list of patches showing number and name and select the desired one. All settings in NAM would updated as per the stored data.
This could incorporate #169 feature request.
Additionally, once patches are available, a future MIDI implementation could incorporate selecting patches using MIDI Program Change messages as per my comment under #214.
Thanks again. | priority | presets patches system for nam thank you for all the effort to bring this project to life just want to suggest having patch present management in nam to have all parameters including profile and ir grouped under different named patches or presets i understand there is an upcoming feature that will allow quickly cycling through profiles and irs however that alone would still require manual tweaking for the remaining parameters every time either profile or ir is changed having all settings grouped under presets would create a much more streamlined user experience the mode of operation would be set up select profile and ir adjust all other settings to taste save giving the patch a name and selecting a patch number recall access the list of patches showing number and name and select the desired one all settings in nam would updated as per the stored data this could incorporate feature request additionally once patches are available a future midi implementation could incorporate selecting patches using midi program change messages as per my comment under thanks again | 1 |
35,727 | 2,793,019,704 | IssuesEvent | 2015-05-11 08:03:49 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | closed | 0.10.0-beta3 checkbox renderer | Feature Priority: low Question | Any reason why the checkbox renderer doesn't also apply the htDimmed class to the TD?
if (cellProperties.readOnly) {
instance.view.wt.wtDom.addClass(TD, 'htDimmed'); // should add this line
From a css perspective, it helps to have a class mark all of the readOnly cells
It was also be sweet if we could do something like:
cellProperties.cssClass = 'someAwesomeCSSClass';
in a custom renderer so that we could add any classes to the TD as we need. | 1.0 | 0.10.0-beta3 checkbox renderer - Any reason why the checkbox renderer doesn't also apply the htDimmed class to the TD?
if (cellProperties.readOnly) {
instance.view.wt.wtDom.addClass(TD, 'htDimmed'); // should add this line
From a css perspective, it helps to have a class mark all of the readOnly cells
It was also be sweet if we could do something like:
cellProperties.cssClass = 'someAwesomeCSSClass';
in a custom renderer so that we could add any classes to the TD as we need. | priority | checkbox renderer any reason why the checkbox renderer doesn t also apply the htdimmed class to the td if cellproperties readonly instance view wt wtdom addclass td htdimmed should add this line from a css perspective it helps to have a class mark all of the readonly cells it was also be sweet if we could do something like cellproperties cssclass someawesomecssclass in a custom renderer so that we could add any classes to the td as we need | 1 |
496,668 | 14,351,409,638 | IssuesEvent | 2020-11-30 01:06:51 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Sample/subsys/fs/littlefs with board=nucleo_f429zi don't work | Stale bug priority: low | **Describe the bug**
The sample project **subsys/Ifs/littlefs** don't work on a nucleo_f429zi board. I always get this error: `littlefs: format failed (LFS -28)`
The configuration option **CONFIG_APP_WIPE_STORAGE=y** don't change the behavior.
**To Reproduce**
cd zepyr/samples/subsys/fs/littlefs
west build -b nucleo_f429zi .
west flash
**Expected behavior**
Those output is generated by the sample project on the board **nrf52840dk_nrf52840**:
```*** Booting Zephyr OS build zephyr-v2.3.0 ***
Area 4 at 0x0 on MX25R64 for 65536 bytes
[00:00:00.006,683] <inf> littlefs: LittleFS version 2.2, disk version 2.0
[00:00:00.006,744] <inf> littlefs: FS at MX25R64:0x0 is 16 0x1000-byte blocks with 512 cycle
[00:00:00.006,744] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[00:00:00.007,080] <err> littlefs: WEST_TOPDIR/modules/fs/littlefs/lfs.c:998: Corrupted dir pair at {0x0, 0x1}
[00:00:00.007,110] <wrn> littlefs: can't mount (LFS -84); formatting
/lfs mount: 0
/lfs: bsize = 16 ; frsize = 4096 ; blocks = 16 ; bfree = 14
/lfs/boot_count stat: -2
/lfs/boot_count read count 0: 0
/lfs/boot_count seek start: 0
/lfs/boot_count write new boot count 1: 4
/lfs/boot_count close: 0
/lfs opendir: 0
F 4 boot_count
End of files
/lfs unmount: 0
[00:00:00.104,095] <inf> littlefs: /lfs mounted
[00:00:00.111,572] <err> fs: failed get file or dir stat (-2)
[00:00:00.132,232] <inf> littlefs: /lfs unmounted
```
**Logs and console output**
Those output is generated by the sample project on the board **nucleo_f429zi**:
```
*** Booting Zephyr OS build zephyr-v2.3.0 ***
Area 1 at 0x10000 on FLASH_CTRL for 65536 bytes
FAIL: mount id 1 at /lfs: -28
[00:00:00.008,000] <inf> littlefs: LittleFS version 2.2, disk version 2.0
[00:00:00.008,000] <inf> littlefs: FS at FLASH_CTRL:0x10000 is 1 0x10000-byte blocks with 512 cycle
[00:00:00.008,000] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[00:00:00.008,000] <wrn> littlefs: can't mount (LFS -84); formatting
[00:00:00.008,000] <err> littlefs: WEST_TOPDIR/modules/fs/littlefs/lfs.c:495: No more free space 1
[00:00:00.008,000] <err> littlefs: format failed (LFS -28)
[00:00:00.008,000] <err> fs: fs mount error (-28)
```
**Environment (please complete the following information):**
- OS: Linux
- Toolchain: GNU ARM EMB 8.3.1
- Zephyr Version: v2.3.0
| 1.0 | Sample/subsys/fs/littlefs with board=nucleo_f429zi don't work - **Describe the bug**
The sample project **subsys/Ifs/littlefs** don't work on a nucleo_f429zi board. I always get this error: `littlefs: format failed (LFS -28)`
The configuration option **CONFIG_APP_WIPE_STORAGE=y** don't change the behavior.
**To Reproduce**
cd zepyr/samples/subsys/fs/littlefs
west build -b nucleo_f429zi .
west flash
**Expected behavior**
Those output is generated by the sample project on the board **nrf52840dk_nrf52840**:
```*** Booting Zephyr OS build zephyr-v2.3.0 ***
Area 4 at 0x0 on MX25R64 for 65536 bytes
[00:00:00.006,683] <inf> littlefs: LittleFS version 2.2, disk version 2.0
[00:00:00.006,744] <inf> littlefs: FS at MX25R64:0x0 is 16 0x1000-byte blocks with 512 cycle
[00:00:00.006,744] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[00:00:00.007,080] <err> littlefs: WEST_TOPDIR/modules/fs/littlefs/lfs.c:998: Corrupted dir pair at {0x0, 0x1}
[00:00:00.007,110] <wrn> littlefs: can't mount (LFS -84); formatting
/lfs mount: 0
/lfs: bsize = 16 ; frsize = 4096 ; blocks = 16 ; bfree = 14
/lfs/boot_count stat: -2
/lfs/boot_count read count 0: 0
/lfs/boot_count seek start: 0
/lfs/boot_count write new boot count 1: 4
/lfs/boot_count close: 0
/lfs opendir: 0
F 4 boot_count
End of files
/lfs unmount: 0
[00:00:00.104,095] <inf> littlefs: /lfs mounted
[00:00:00.111,572] <err> fs: failed get file or dir stat (-2)
[00:00:00.132,232] <inf> littlefs: /lfs unmounted
```
**Logs and console output**
Those output is generated by the sample project on the board **nucleo_f429zi**:
```
*** Booting Zephyr OS build zephyr-v2.3.0 ***
Area 1 at 0x10000 on FLASH_CTRL for 65536 bytes
FAIL: mount id 1 at /lfs: -28
[00:00:00.008,000] <inf> littlefs: LittleFS version 2.2, disk version 2.0
[00:00:00.008,000] <inf> littlefs: FS at FLASH_CTRL:0x10000 is 1 0x10000-byte blocks with 512 cycle
[00:00:00.008,000] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[00:00:00.008,000] <wrn> littlefs: can't mount (LFS -84); formatting
[00:00:00.008,000] <err> littlefs: WEST_TOPDIR/modules/fs/littlefs/lfs.c:495: No more free space 1
[00:00:00.008,000] <err> littlefs: format failed (LFS -28)
[00:00:00.008,000] <err> fs: fs mount error (-28)
```
**Environment (please complete the following information):**
- OS: Linux
- Toolchain: GNU ARM EMB 8.3.1
- Zephyr Version: v2.3.0
| priority | sample subsys fs littlefs with board nucleo don t work describe the bug the sample project subsys ifs littlefs don t work on a nucleo board i always get this error littlefs format failed lfs the configuration option config app wipe storage y don t change the behavior to reproduce cd zepyr samples subsys fs littlefs west build b nucleo west flash expected behavior those output is generated by the sample project on the board booting zephyr os build zephyr area at on for bytes littlefs littlefs version disk version littlefs fs at is byte blocks with cycle littlefs sizes rd pr ca la littlefs west topdir modules fs littlefs lfs c corrupted dir pair at littlefs can t mount lfs formatting lfs mount lfs bsize frsize blocks bfree lfs boot count stat lfs boot count read count lfs boot count seek start lfs boot count write new boot count lfs boot count close lfs opendir f boot count end of files lfs unmount littlefs lfs mounted fs failed get file or dir stat littlefs lfs unmounted logs and console output those output is generated by the sample project on the board nucleo booting zephyr os build zephyr area at on flash ctrl for bytes fail mount id at lfs littlefs littlefs version disk version littlefs fs at flash ctrl is byte blocks with cycle littlefs sizes rd pr ca la littlefs can t mount lfs formatting littlefs west topdir modules fs littlefs lfs c no more free space littlefs format failed lfs fs fs mount error environment please complete the following information os linux toolchain gnu arm emb zephyr version | 1 |
630,612 | 20,114,774,141 | IssuesEvent | 2022-02-07 18:19:14 | dolson334/banterCustomer | https://api.github.com/repos/dolson334/banterCustomer | opened | Unexpected error message "there was an error loading your updated [price, please try again' | Priority:Low Type:Bug Found in Ver:1.14 | after making a reservation, then adding two additional days and attempting to make a cash payment I received the error message. | 1.0 | Unexpected error message "there was an error loading your updated [price, please try again' - after making a reservation, then adding two additional days and attempting to make a cash payment I received the error message. | priority | unexpected error message there was an error loading your updated price please try again after making a reservation then adding two additional days and attempting to make a cash payment i received the error message | 1 |
186,481 | 6,736,561,046 | IssuesEvent | 2017-10-19 05:02:41 | intel-analytics/BigDL | https://api.github.com/repos/intel-analytics/BigDL | closed | Confusing steps in Inception examples | example low priority | In the inception example and data preparation part, this two lines of code are confusing
```
cat classes.lst | while read CLASS_NAME; do mkdir -p ${CLASS_NAME}; done
cat img_class.lst | while read PARAM; do mv ${PARAM/ n[0-9]*/} ${PARAM/ILSVRC*JPEG /}; done
```
Since I downloaded the `ILSVRC2012_img_val .tar`, there's no two lst files mentioned above. | 1.0 | Confusing steps in Inception examples - In the inception example and data preparation part, this two lines of code are confusing
```
cat classes.lst | while read CLASS_NAME; do mkdir -p ${CLASS_NAME}; done
cat img_class.lst | while read PARAM; do mv ${PARAM/ n[0-9]*/} ${PARAM/ILSVRC*JPEG /}; done
```
Since I downloaded the `ILSVRC2012_img_val .tar`, there's no two lst files mentioned above. | priority | confusing steps in inception examples in the inception example and data preparation part this two lines of code are confusing cat classes lst while read class name do mkdir p class name done cat img class lst while read param do mv param n param ilsvrc jpeg done since i downloaded the img val tar there s no two lst files mentioned above | 1 |
213,393 | 7,253,187,757 | IssuesEvent | 2018-02-16 03:27:07 | TerraFusion/basicFusion | https://api.github.com/repos/TerraFusion/basicFusion | closed | Modify basic fusion input file generation | Database Functionality Low Priority | Need to modify the SQlite queries so that instruments are queried [according to the specifications discussed before.](https://github.com/TerraFusion/basicFusion/wiki/Input-File-Database-Query-Specifications#Rules_for_including_files_during_database_query) | 1.0 | Modify basic fusion input file generation - Need to modify the SQlite queries so that instruments are queried [according to the specifications discussed before.](https://github.com/TerraFusion/basicFusion/wiki/Input-File-Database-Query-Specifications#Rules_for_including_files_during_database_query) | priority | modify basic fusion input file generation need to modify the sqlite queries so that instruments are queried | 1 |
370,599 | 10,934,479,327 | IssuesEvent | 2019-11-24 11:59:29 | getkirby/kirby | https://api.github.com/repos/getkirby/kirby | closed | [Toolkit\File] Option to disable base64 encoding in `dataUri()` method | difficulty: easy 🍓 priority: low 🐌 type: enhancement ✨ | The `dataUri` method is quite handy, especially for inlining small resources like icons etc. The `dataUri` method always uses Base64 encoding, even if the file’s format is a plaintext format (e. g. SVG).
In those cases, encoding the file using Base64 wouldn’t be necessary. That’s not a severe problem, but it’s inefficient. Encoding using Base64 adds an [overhead of ~33 percent in file size](https://stackoverflow.com/questions/4715415/base64-what-is-the-worst-possible-increase-in-space-usage). Additionally, Base64-encoded data might [reduce the efficiency of gzip compression](https://csswizardry.com/2017/02/base64-encoding-and-performance/#gzip-saves).
I’d propose to disable Base64 encoding for plaintext formats or, alterantively, add an option to the `dataUri` method to disable it manually. As there are [some edge cases](https://codepen.io/tigt/post/optimizing-svgs-in-data-uris) where it might be required or otherwise sensible to encode plaintext data, I think the latter would be best. | 1.0 | [Toolkit\File] Option to disable base64 encoding in `dataUri()` method - The `dataUri` method is quite handy, especially for inlining small resources like icons etc. The `dataUri` method always uses Base64 encoding, even if the file’s format is a plaintext format (e. g. SVG).
In those cases, encoding the file using Base64 wouldn’t be necessary. That’s not a severe problem, but it’s inefficient. Encoding using Base64 adds an [overhead of ~33 percent in file size](https://stackoverflow.com/questions/4715415/base64-what-is-the-worst-possible-increase-in-space-usage). Additionally, Base64-encoded data might [reduce the efficiency of gzip compression](https://csswizardry.com/2017/02/base64-encoding-and-performance/#gzip-saves).
I’d propose to disable Base64 encoding for plaintext formats or, alterantively, add an option to the `dataUri` method to disable it manually. As there are [some edge cases](https://codepen.io/tigt/post/optimizing-svgs-in-data-uris) where it might be required or otherwise sensible to encode plaintext data, I think the latter would be best. | priority | option to disable encoding in datauri method the datauri method is quite handy especially for inlining small resources like icons etc the datauri method always uses encoding even if the file’s format is a plaintext format e g svg in those cases encoding the file using wouldn’t be necessary that’s not a severe problem but it’s inefficient encoding using adds an additionally encoded data might i’d propose to disable encoding for plaintext formats or alterantively add an option to the datauri method to disable it manually as there are where it might be required or otherwise sensible to encode plaintext data i think the latter would be best | 1 |
114,107 | 4,614,288,516 | IssuesEvent | 2016-09-25 14:00:18 | koding/koding | https://api.github.com/repos/koding/koding | opened | client: improve error message formatting | A-Feature Component-Stacks Priority-Low | Context: https://koding.slack.com/files/devrim/F2DV06RG8/pasted_image_at_2016_09_20_16_19.png
## Expected Behavior
The error message should be formatted with line breaks where necessary.
## Current Behavior
They are not.
## Possible Solution
They should be. | 1.0 | client: improve error message formatting - Context: https://koding.slack.com/files/devrim/F2DV06RG8/pasted_image_at_2016_09_20_16_19.png
## Expected Behavior
The error message should be formatted with line breaks where necessary.
## Current Behavior
They are not.
## Possible Solution
They should be. | priority | client improve error message formatting context expected behavior the error message should be formatted with line breaks where necessary current behavior they are not possible solution they should be | 1 |
449,461 | 12,968,794,128 | IssuesEvent | 2020-07-21 06:34:00 | DragonHeart000/ModernWarfareBugs | https://api.github.com/repos/DragonHeart000/ModernWarfareBugs | opened | Trim on Hackney Yard ignores glass when rendered though it | Game Type: Multiplayer Issue Type (map): Props/level geometry Map: Hackney Yard Priority: Low Type: Map | **Summary**
Some of the trim from outside the map renders on top of the glass when looking through it.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to the location shown in the screenshots on Hackney Yard
2. Look through the glass
3. There should be a trim that renders incorrectly
**Expected behavior**
The trim to appear as if it's behind the glass
**Actual results**
The trim renders on top so it shows as if there is no glass
**Screenshots**
Location (radar):

Issue:

The wall that has the trim from a view without glass:

View from another window:

View from the last window it can be seen from:

**System info**
- PC
- Computer specs:
Windows 10
i7-6700k
GTX 1080
32GB DDR4 ram
Asus Maximus viii hero
- Game version 1.23.8.7835286
| 1.0 | Trim on Hackney Yard ignores glass when rendered though it - **Summary**
Some of the trim from outside the map renders on top of the glass when looking through it.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to the location shown in the screenshots on Hackney Yard
2. Look through the glass
3. There should be a trim that renders incorrectly
**Expected behavior**
The trim to appear as if it's behind the glass
**Actual results**
The trim renders on top so it shows as if there is no glass
**Screenshots**
Location (radar):

Issue:

The wall that has the trim from a view without glass:

View from another window:

View from the last window it can be seen from:

**System info**
- PC
- Computer specs:
Windows 10
i7-6700k
GTX 1080
32GB DDR4 ram
Asus Maximus viii hero
- Game version 1.23.8.7835286
| priority | trim on hackney yard ignores glass when rendered though it summary some of the trim from outside the map renders on top of the glass when looking through it steps to reproduce steps to reproduce the behavior go to the location shown in the screenshots on hackney yard look through the glass there should be a trim that renders incorrectly expected behavior the trim to appear as if it s behind the glass actual results the trim renders on top so it shows as if there is no glass screenshots location radar issue the wall that has the trim from a view without glass view from another window view from the last window it can be seen from system info pc computer specs windows gtx ram asus maximus viii hero game version | 1 |
310,647 | 9,522,397,375 | IssuesEvent | 2019-04-27 08:00:29 | ChristianOellers/HTML5-Canvas--2D-Space-Shooter-Game | https://api.github.com/repos/ChristianOellers/HTML5-Canvas--2D-Space-Shooter-Game | opened | Change audio handling architecture | Enhancement Priority: LOW | All audio files are currently within the classes - e.g. Laser, Player, etc.
Find a way that requires less dependencies, code complexity when loading and playing the sounds and also makes things more configurable.
Thoughts ...
- Is a 'central source of truth' that has all audio and their timings better here?
- Are subclasses / compositions a way to go? | 1.0 | Change audio handling architecture - All audio files are currently within the classes - e.g. Laser, Player, etc.
Find a way that requires less dependencies, code complexity when loading and playing the sounds and also makes things more configurable.
Thoughts ...
- Is a 'central source of truth' that has all audio and their timings better here?
- Are subclasses / compositions a way to go? | priority | change audio handling architecture all audio files are currently within the classes e g laser player etc find a way that requires less dependencies code complexity when loading and playing the sounds and also makes things more configurable thoughts is a central source of truth that has all audio and their timings better here are subclasses compositions a way to go | 1 |
666,241 | 22,347,244,554 | IssuesEvent | 2022-06-15 08:53:59 | Materials-Consortia/optimade-python-tools | https://api.github.com/repos/Materials-Consortia/optimade-python-tools | opened | Support `request_delay` meta value in client | priority/low client | Now that https://github.com/Materials-Consortia/OPTIMADE/pull/411 is merged, the client should obey the `request_delay` field for all requests, as well as the standard `HTTP Retry After` in cases where a `429 Too Many Requests` has been returned. | 1.0 | Support `request_delay` meta value in client - Now that https://github.com/Materials-Consortia/OPTIMADE/pull/411 is merged, the client should obey the `request_delay` field for all requests, as well as the standard `HTTP Retry After` in cases where a `429 Too Many Requests` has been returned. | priority | support request delay meta value in client now that is merged the client should obey the request delay field for all requests as well as the standard http retry after in cases where a too many requests has been returned | 1 |
190,468 | 6,818,801,513 | IssuesEvent | 2017-11-07 07:42:03 | modxcms/revolution | https://api.github.com/repos/modxcms/revolution | closed | [Enhancement] cleanAlias on base of context settings | area-i18n/l10n enhancement priority-3-low | ### Summary
The modX cleanAlias method should get the friendly_alias_translit setting on base of the context of the resource.
### Observed behavior
At the moment the translit table could only be set globally for the whole site (according to some tests and after inspecting the code).
### Expected behavior
It should be set on context base.
| 1.0 | [Enhancement] cleanAlias on base of context settings - ### Summary
The modX cleanAlias method should get the friendly_alias_translit setting on base of the context of the resource.
### Observed behavior
At the moment the translit table could only be set globally for the whole site (according to some tests and after inspecting the code).
### Expected behavior
It should be set on context base.
| priority | cleanalias on base of context settings summary the modx cleanalias method should get the friendly alias translit setting on base of the context of the resource observed behavior at the moment the translit table could only be set globally for the whole site according to some tests and after inspecting the code expected behavior it should be set on context base | 1 |
264,540 | 8,316,476,532 | IssuesEvent | 2018-09-25 09:09:39 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Setting user with numeric password fails | Good for New Contributors priority: low status: confirmed type: bug 🐛 | **Informations**
- **Node.js version**: 9.11.1
- **npm version**: 5.6.0
- **Strapi version**: 3.0.0-alpha.11.3
- **Database**: mongo
- **Operating system**: macOS Sierra
**What is the current behavior?**
Updating user password if password contains only numeric characters, hashing password fails.
**Steps to reproduce the problem**
Set user password something like 123456, password is empty or not changed.
**What is the expected behavior?**
Entered password is hashed and password field updates correctly.
**Suggested solutions**
user-permissions/services/User.js ln85
user.password converted to string before calling bcrypt.hash function
- [x] I'm sure that this issue hasn't already been referenced
| 1.0 | Setting user with numeric password fails - **Informations**
- **Node.js version**: 9.11.1
- **npm version**: 5.6.0
- **Strapi version**: 3.0.0-alpha.11.3
- **Database**: mongo
- **Operating system**: macOS Sierra
**What is the current behavior?**
Updating user password if password contains only numeric characters, hashing password fails.
**Steps to reproduce the problem**
Set user password something like 123456, password is empty or not changed.
**What is the expected behavior?**
Entered password is hashed and password field updates correctly.
**Suggested solutions**
user-permissions/services/User.js ln85
user.password converted to string before calling bcrypt.hash function
- [x] I'm sure that this issue hasn't already been referenced
| priority | setting user with numeric password fails informations node js version npm version strapi version alpha database mongo operating system macos sierra what is the current behavior updating user password if password contains only numeric characters hashing password fails steps to reproduce the problem set user password something like password is empty or not changed what is the expected behavior entered password is hashed and password field updates correctly suggested solutions user permissions services user js user password converted to string before calling bcrypt hash function i m sure that this issue hasn t already been referenced | 1 |
154,397 | 5,918,522,088 | IssuesEvent | 2017-05-22 15:32:51 | mkdo/kapow-grunt | https://api.github.com/repos/mkdo/kapow-grunt | opened | grunt-screenshot | Priority: Low Status: Pending Type: Enhancement | Add _grunt-screenshot_ for generating JPG images of desktop, tablet and mobile views to help with final polish and QA. This would be a standalone task not bundled into the `default` stack. | 1.0 | grunt-screenshot - Add _grunt-screenshot_ for generating JPG images of desktop, tablet and mobile views to help with final polish and QA. This would be a standalone task not bundled into the `default` stack. | priority | grunt screenshot add grunt screenshot for generating jpg images of desktop tablet and mobile views to help with final polish and qa this would be a standalone task not bundled into the default stack | 1 |
375,793 | 11,134,772,240 | IssuesEvent | 2019-12-20 12:43:57 | visual-framework/vf-core | https://api.github.com/repos/visual-framework/vf-core | closed | COMPONENT - Accordion/collapse/details | Priority: Low Status: Backlog Type: Component or Pattern | Accordion patterns are useful in a variety of utilitarian situation, and particularly for services (I think there isn't much debate we'll need one?)
## Standard questions
- In a few words, what does this pattern look like?
A general purpose accordion, a la https://getbootstrap.com/docs/4.1/components/collapse/
- In a few words, what does this pattern do?
Fold outs for more information, details.
- Would a rebrand change the structure or layout of this pattern?
No
- Can other websites use this pattern? Or is it only useful in your organisation or website?
Others could use
- Do you have any designs or concepts?
Not for look, but we should use the `<detail>` HTML element with some sort of fallback for IE/Edge
- Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
- Demo: https://codepen.io/jdsteinbach/pen/GYmQjo?editors=1100
- Polyfill options:
- https://github.com/rstacruz/details-polyfill
- https://github.com/javan/details-element-polyfill
- https://www.npmjs.com/package/details-element-polyfill
- https://codepen.io/Petrosh/pen/bpZavx
- Have you done any user testing already?
no
- How often do you expect to make use of this pattern?
Perhaps most likely on application spaces (jobs, services, etc.)
- Can you list out major elements in this pattern?
`vf-content` is likely to be inside
- Will all elements of this pattern be used every time?
Generally yes
- Does this pattern contain other patterns?
Don't think so.
## Any further thoughts?
Perhaps we could use tabs instead? But maybe that's too awkward.
What to call it?
- `vf-accordion`
- `vf-collapse`
- `vf-details`
| 1.0 | COMPONENT - Accordion/collapse/details - Accordion patterns are useful in a variety of utilitarian situation, and particularly for services (I think there isn't much debate we'll need one?)
## Standard questions
- In a few words, what does this pattern look like?
A general purpose accordion, a la https://getbootstrap.com/docs/4.1/components/collapse/
- In a few words, what does this pattern do?
Fold outs for more information, details.
- Would a rebrand change the structure or layout of this pattern?
No
- Can other websites use this pattern? Or is it only useful in your organisation or website?
Others could use
- Do you have any designs or concepts?
Not for look, but we should use the `<detail>` HTML element with some sort of fallback for IE/Edge
- Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
- Demo: https://codepen.io/jdsteinbach/pen/GYmQjo?editors=1100
- Polyfill options:
- https://github.com/rstacruz/details-polyfill
- https://github.com/javan/details-element-polyfill
- https://www.npmjs.com/package/details-element-polyfill
- https://codepen.io/Petrosh/pen/bpZavx
- Have you done any user testing already?
no
- How often do you expect to make use of this pattern?
Perhaps most likely on application spaces (jobs, services, etc.)
- Can you list out major elements in this pattern?
`vf-content` is likely to be inside
- Will all elements of this pattern be used every time?
Generally yes
- Does this pattern contain other patterns?
Don't think so.
## Any further thoughts?
Perhaps we could use tabs instead? But maybe that's too awkward.
What to call it?
- `vf-accordion`
- `vf-collapse`
- `vf-details`
| priority | component accordion collapse details accordion patterns are useful in a variety of utilitarian situation and particularly for services i think there isn t much debate we ll need one standard questions in a few words what does this pattern look like a general purpose accordion a la in a few words what does this pattern do fold outs for more information details would a rebrand change the structure or layout of this pattern no can other websites use this pattern or is it only useful in your organisation or website others could use do you have any designs or concepts not for look but we should use the html element with some sort of fallback for ie edge docs demo polyfill options have you done any user testing already no how often do you expect to make use of this pattern perhaps most likely on application spaces jobs services etc can you list out major elements in this pattern vf content is likely to be inside will all elements of this pattern be used every time generally yes does this pattern contain other patterns don t think so any further thoughts perhaps we could use tabs instead but maybe that s too awkward what to call it vf accordion vf collapse vf details | 1 |
137,773 | 5,316,187,719 | IssuesEvent | 2017-02-13 19:14:40 | DiCarloLab-Delft/PycQED_py3 | https://api.github.com/repos/DiCarloLab-Delft/PycQED_py3 | closed | Flux pulse sweet spot tuning | enhancement priority: could/low | Do flux-Z pulse both positive and negative. Vary the flux and see where the sequence reaches a maximum (when the positive and negative pulses are identical).

| 1.0 | Flux pulse sweet spot tuning - Do flux-Z pulse both positive and negative. Vary the flux and see where the sequence reaches a maximum (when the positive and negative pulses are identical).

| priority | flux pulse sweet spot tuning do flux z pulse both positive and negative vary the flux and see where the sequence reaches a maximum when the positive and negative pulses are identical | 1 |
182,211 | 6,668,019,706 | IssuesEvent | 2017-10-03 14:32:01 | cms-gem-daq-project/gem-plotting-tools | https://api.github.com/repos/cms-gem-daq-project/gem-plotting-tools | closed | Feature Request: Generic Plotter for TObjects Stored in TTree | Priority: Low Type: Enhancement | <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Provide a generic tool for plotting TObjects stored in TTree's similiarly to how `gemTreeDrawWrapper.py` works.
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [X] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Allow for automatic plotting of multiple scandates from command line for TObjects stored in TTrees. The syntax/behavior should be almost identical to how `gemTreeDrawWrapper.py` works.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Plots need to be made by hand.
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Allow tools for DAQ experts and the DOC for analyzing data.
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| 1.0 | Feature Request: Generic Plotter for TObjects Stored in TTree - <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Provide a generic tool for plotting TObjects stored in TTree's similiarly to how `gemTreeDrawWrapper.py` works.
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [X] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Allow for automatic plotting of multiple scandates from command line for TObjects stored in TTrees. The syntax/behavior should be almost identical to how `gemTreeDrawWrapper.py` works.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Plots need to be made by hand.
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Allow tools for DAQ experts and the DOC for analyzing data.
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| priority | feature request generic plotter for tobjects stored in ttree brief summary of issue provide a generic tool for plotting tobjects stored in ttree s similiarly to how gemtreedrawwrapper py works types of issue bug report report an issue with the code feature request request for change which adds functionality expected behavior allow for automatic plotting of multiple scandates from command line for tobjects stored in ttrees the syntax behavior should be almost identical to how gemtreedrawwrapper py works current behavior plots need to be made by hand context for feature requests allow tools for daq experts and the doc for analyzing data | 1 |
772,712 | 27,132,784,546 | IssuesEvent | 2023-02-16 10:59:05 | noctuelles/42-ft_transcendance | https://api.github.com/repos/noctuelles/42-ft_transcendance | closed | Barre de progression à 0% | bug low priority front | Quand on est à 0% d'XP, la barre de progression affiche quand meme un gros bout en bleu:

Peut etre faire en sorte qui si on a 0%, on affiche pas du tout la partie bleue ? | 1.0 | Barre de progression à 0% - Quand on est à 0% d'XP, la barre de progression affiche quand meme un gros bout en bleu:

Peut etre faire en sorte qui si on a 0%, on affiche pas du tout la partie bleue ? | priority | barre de progression à quand on est à d xp la barre de progression affiche quand meme un gros bout en bleu peut etre faire en sorte qui si on a on affiche pas du tout la partie bleue | 1 |
327,189 | 9,967,781,441 | IssuesEvent | 2019-07-08 14:18:00 | didillysquat/SymPortal_framework | https://api.github.com/repos/didillysquat/SymPortal_framework | opened | create the colour to sequence dict for d3 irrespective of 1000 sample cutoff | low_priority | Currently we do not attempt to plot the sequence data if there are more than 1000 samples due to the fact that there is only so much space in a standard image. However, when we start working with the html, svg d3 generated outputs we will not be as limited by space as we will be able to scroll and zoom. Despite the standard figures not being created by the workflow we will still need the colour dictionary information to be available for the html processing. | 1.0 | create the colour to sequence dict for d3 irrespective of 1000 sample cutoff - Currently we do not attempt to plot the sequence data if there are more than 1000 samples due to the fact that there is only so much space in a standard image. However, when we start working with the html, svg d3 generated outputs we will not be as limited by space as we will be able to scroll and zoom. Despite the standard figures not being created by the workflow we will still need the colour dictionary information to be available for the html processing. | priority | create the colour to sequence dict for irrespective of sample cutoff currently we do not attempt to plot the sequence data if there are more than samples due to the fact that there is only so much space in a standard image however when we start working with the html svg generated outputs we will not be as limited by space as we will be able to scroll and zoom despite the standard figures not being created by the workflow we will still need the colour dictionary information to be available for the html processing | 1 |
605,466 | 18,735,615,304 | IssuesEvent | 2021-11-04 07:00:05 | AY2122S1-CS2103T-W11-1/tp | https://api.github.com/repos/AY2122S1-CS2103T-W11-1/tp | closed | [PE-D] Better Quantity Error Message | type.Bug priority.Medium severity.Low | When entering the command `add ingredient -n dal -q 500m -e 29-02-2021`, I saw the error seen in the picture below.
I used `500m` instead of `500g` because I thought thought that would be 500ml.
However, upon careful reading of the UG, m is supposed to be a prefix while g is not.
However, I see the error message that my quantity has to be above 0 — which is not helpful for me as a user to figure out what is wrong.

<!--session: 1635494380351-512e36ab-eb3f-4b7d-81ab-255347cf57d6-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: ramapriyan912001/ped#6 | 1.0 | [PE-D] Better Quantity Error Message - When entering the command `add ingredient -n dal -q 500m -e 29-02-2021`, I saw the error seen in the picture below.
I used `500m` instead of `500g` because I thought thought that would be 500ml.
However, upon careful reading of the UG, m is supposed to be a prefix while g is not.
However, I see the error message that my quantity has to be above 0 — which is not helpful for me as a user to figure out what is wrong.

<!--session: 1635494380351-512e36ab-eb3f-4b7d-81ab-255347cf57d6-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: ramapriyan912001/ped#6 | priority | better quantity error message when entering the command add ingredient n dal q e i saw the error seen in the picture below i used instead of because i thought thought that would be however upon careful reading of the ug m is supposed to be a prefix while g is not however i see the error message that my quantity has to be above — which is not helpful for me as a user to figure out what is wrong labels severity medium type functionalitybug original ped | 1 |
4,511 | 2,553,455,872 | IssuesEvent | 2015-02-03 00:04:07 | SiCKRAGETV/sickrage-issues | https://api.github.com/repos/SiCKRAGETV/sickrage-issues | closed | No downloads were found | 1: Bug / issue 2: Low Priority 3: Unconfirmed 4: Need more info 6: NAS branch: develop | I use DownloadStation to download t411 torrent and i have all episodes snatched but there is nothing sent to my nas. I'm trying to investigate but if you have a trick i'm interesting.
I used the last dev branch. Where i can check for the Torrent Search in the code?
Edit:
My synology use the URL to download and with t411, to download the torrent, i need an authentification... | 1.0 | No downloads were found - I use DownloadStation to download t411 torrent and i have all episodes snatched but there is nothing sent to my nas. I'm trying to investigate but if you have a trick i'm interesting.
I used the last dev branch. Where i can check for the Torrent Search in the code?
Edit:
My synology use the URL to download and with t411, to download the torrent, i need an authentification... | priority | no downloads were found i use downloadstation to download torrent and i have all episodes snatched but there is nothing sent to my nas i m trying to investigate but if you have a trick i m interesting i used the last dev branch where i can check for the torrent search in the code edit my synology use the url to download and with to download the torrent i need an authentification | 1 |
764,004 | 26,781,356,088 | IssuesEvent | 2023-01-31 21:29:31 | algorand/sandbox | https://api.github.com/repos/algorand/sandbox | closed | Weird behavior after dockerd restart | FDE Low Priority Team Lamprey | # Behavior
When you restart the docker daemon only the indexer container restarts with it.
# Expected behavior
The indexer container should not start itself automatically.
# Notes
This is almost certainly related to the hack used to keep restarting indexer until the postgres container finishes being initialized. In the docker-compose.yml file there are lines like this:
```
restart: unless-stopped
```
These lines should be removed and `images/indexer/start.sh` should be modified with a retry mechanism. If we had a retry function it could go here:
```
if [ ! -z "$DISABLED" ]; then
disabled
elif [ -z "${SNAPSHOT}" ]; then
- start_with_algod
+ retry_for_60_seconds start_with_algod
else
- import_and_start_readonly
+ retry_for_60_seconds import_and_start_readonly
fi
``` | 1.0 | Weird behavior after dockerd restart - # Behavior
When you restart the docker daemon only the indexer container restarts with it.
# Expected behavior
The indexer container should not start itself automatically.
# Notes
This is almost certainly related to the hack used to keep restarting indexer until the postgres container finishes being initialized. In the docker-compose.yml file there are lines like this:
```
restart: unless-stopped
```
These lines should be removed and `images/indexer/start.sh` should be modified with a retry mechanism. If we had a retry function it could go here:
```
if [ ! -z "$DISABLED" ]; then
disabled
elif [ -z "${SNAPSHOT}" ]; then
- start_with_algod
+ retry_for_60_seconds start_with_algod
else
- import_and_start_readonly
+ retry_for_60_seconds import_and_start_readonly
fi
``` | priority | weird behavior after dockerd restart behavior when you restart the docker daemon only the indexer container restarts with it expected behavior the indexer container should not start itself automatically notes this is almost certainly related to the hack used to keep restarting indexer until the postgres container finishes being initialized in the docker compose yml file there are lines like this restart unless stopped these lines should be removed and images indexer start sh should be modified with a retry mechanism if we had a retry function it could go here if then disabled elif then start with algod retry for seconds start with algod else import and start readonly retry for seconds import and start readonly fi | 1 |
163,465 | 6,198,899,054 | IssuesEvent | 2017-07-05 20:16:48 | mozilla/MozDef | https://api.github.com/repos/mozilla/MozDef | closed | incorporate the plugin logic into the alerttask.py alert library | category:enhancement contributors needed priority:low state:stale | add function to alerttask.py like
https://github.com/mozilla/MozDef/blob/master/alerts/lib/alerttask.py#L475
that will incorporate the plugin logic
| 1.0 | incorporate the plugin logic into the alerttask.py alert library - add function to alerttask.py like
https://github.com/mozilla/MozDef/blob/master/alerts/lib/alerttask.py#L475
that will incorporate the plugin logic
| priority | incorporate the plugin logic into the alerttask py alert library add function to alerttask py like that will incorporate the plugin logic | 1 |
98,809 | 4,031,483,703 | IssuesEvent | 2016-05-18 17:19:42 | AZMAG/map-ReadOnAZ | https://api.github.com/repos/AZMAG/map-ReadOnAZ | closed | Add dropdown menu to AzMERIT Breakdown Tab | enhancement Priority: Low | Add dropdown to allow user to switch between ELA and Math scores. | 1.0 | Add dropdown menu to AzMERIT Breakdown Tab - Add dropdown to allow user to switch between ELA and Math scores. | priority | add dropdown menu to azmerit breakdown tab add dropdown to allow user to switch between ela and math scores | 1 |
204,551 | 7,088,659,444 | IssuesEvent | 2018-01-11 22:22:13 | instabot-py/instabot.py | https://api.github.com/repos/instabot-py/instabot.py | closed | Bot is giving like in blacklisted hashtag (possibly hashtags in comments) | priority/low status/available type/bug | Scenario: I'm using the bot in mode 1 and just to give like in specific hashtags (all follow and unfollow functions are set to 0).
Issue:
Sometimes the bot likes a post with blacklisted hashtag.
(maybe posts where people place hashtags in the comments)
Example:
` tag_blacklist=['gopro']`
picture with #gopro is liked when it's not in the post description section. | 1.0 | Bot is giving like in blacklisted hashtag (possibly hashtags in comments) - Scenario: I'm using the bot in mode 1 and just to give like in specific hashtags (all follow and unfollow functions are set to 0).
Issue:
Sometimes the bot likes a post with blacklisted hashtag.
(maybe posts where people place hashtags in the comments)
Example:
` tag_blacklist=['gopro']`
picture with #gopro is liked when it's not in the post description section. | priority | bot is giving like in blacklisted hashtag possibly hashtags in comments scenario i m using the bot in mode and just to give like in specific hashtags all follow and unfollow functions are set to issue sometimes the bot likes a post with blacklisted hashtag maybe posts where people place hashtags in the comments example tag blacklist picture with gopro is liked when it s not in the post description section | 1 |
651,061 | 21,463,888,638 | IssuesEvent | 2022-04-26 00:11:40 | AspectOS/aspectos.github.io | https://api.github.com/repos/AspectOS/aspectos.github.io | closed | Random Button on Footer | low priority appearance | ERROR: type should be string, got "\r\nhttps://user-images.githubusercontent.com/94424871/165116579-d9066530-e918-4711-ba7f-5e201d5354bf.mp4\r\n\r\nAs you can see, there is a random button on the footer and it doesn't go anywhere." | 1.0 | Random Button on Footer -
https://user-images.githubusercontent.com/94424871/165116579-d9066530-e918-4711-ba7f-5e201d5354bf.mp4
As you can see, there is a random button on the footer and it doesn't go anywhere. | priority | random button on footer as you can see there is a random button on the footer and it doesn t go anywhere | 1 |
360,317 | 10,687,058,543 | IssuesEvent | 2019-10-22 15:26:59 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | sanitycheck corrupts stty in some cases | area: Sanitycheck bug priority: low | Manual runs of sanitycheck since 83fc06a8feb6074d1baaa0e93c56e4de76c578bb periodically complete with the following stty settings changed:
-brkint -icrnl -ixon -icanon -echo
This is something like what I would expect if `stty sane` was not invoked at a necessary time.
I can reproduce this with some regularity with:
sanitycheck -p mps2_an385 -T tests/kernel/
but it doesn't always leave the terminal corrupted. There's some evidence it can also affect a subset of the flags. | 1.0 | sanitycheck corrupts stty in some cases - Manual runs of sanitycheck since 83fc06a8feb6074d1baaa0e93c56e4de76c578bb periodically complete with the following stty settings changed:
-brkint -icrnl -ixon -icanon -echo
This is something like what I would expect if `stty sane` was not invoked at a necessary time.
I can reproduce this with some regularity with:
sanitycheck -p mps2_an385 -T tests/kernel/
but it doesn't always leave the terminal corrupted. There's some evidence it can also affect a subset of the flags. | priority | sanitycheck corrupts stty in some cases manual runs of sanitycheck since periodically complete with the following stty settings changed brkint icrnl ixon icanon echo this is something like what i would expect if stty sane was not invoked at a necessary time i can reproduce this with some regularity with sanitycheck p t tests kernel but it doesn t always leave the terminal corrupted there s some evidence it can also affect a subset of the flags | 1 |
701,564 | 24,100,157,331 | IssuesEvent | 2022-09-19 23:15:44 | googleapis/nodejs-dialogflow | https://api.github.com/repos/googleapis/nodejs-dialogflow | closed | create intent: "after all" hook: delete the created intent for "should create an intent" failed | priority: p1 type: bug api: dialogflow flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 2492264ffa536521b794eff60c60bbe2def57b9b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ab297242-368e-4396-b35c-3c742b96249a), [Sponge](http://sponge2/ab297242-368e-4396-b35c-3c742b96249a)
status: failed
<details><summary>Test output</summary><br><pre>Cannot read property 'toString' of undefined
TypeError: Cannot read property 'toString' of undefined
at PathTemplate.render (/workspace/node_modules/google-gax/build/src/pathTemplate.js:114:37)
-> /workspace/node_modules/google-gax/src/pathTemplate.ts:144:31
at IntentsClient.projectAgentIntentPath (/workspace/build/src/v2/intents_client.js:1151:66)
-> /workspace/src/v2/intents_client.ts:2197:62
at Context.<anonymous> (system-test/create-intent.test.js:41:31)</pre></details> | 1.0 | create intent: "after all" hook: delete the created intent for "should create an intent" failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 2492264ffa536521b794eff60c60bbe2def57b9b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ab297242-368e-4396-b35c-3c742b96249a), [Sponge](http://sponge2/ab297242-368e-4396-b35c-3c742b96249a)
status: failed
<details><summary>Test output</summary><br><pre>Cannot read property 'toString' of undefined
TypeError: Cannot read property 'toString' of undefined
at PathTemplate.render (/workspace/node_modules/google-gax/build/src/pathTemplate.js:114:37)
-> /workspace/node_modules/google-gax/src/pathTemplate.ts:144:31
at IntentsClient.projectAgentIntentPath (/workspace/build/src/v2/intents_client.js:1151:66)
-> /workspace/src/v2/intents_client.ts:2197:62
at Context.<anonymous> (system-test/create-intent.test.js:41:31)</pre></details> | priority | create intent after all hook delete the created intent for should create an intent failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output cannot read property tostring of undefined typeerror cannot read property tostring of undefined at pathtemplate render workspace node modules google gax build src pathtemplate js workspace node modules google gax src pathtemplate ts at intentsclient projectagentintentpath workspace build src intents client js workspace src intents client ts at context system test create intent test js | 1 |
543,592 | 15,883,808,744 | IssuesEvent | 2021-04-09 17:56:02 | konveyor/forklift-ui | https://api.github.com/repos/konveyor/forklift-ui | opened | Navigating to `/providers` route redirects to `/providers/:providerType` as a `history.push()`, should be `history.replace()` so that the back button works | low-priority | If you click the Providers nav link, you get two entries pushed into your browser history (first the root providers page, then a redirect to the tab for a specific provider tab). Clicking Back in the browser takes you back to the root providers page which then redirects you forward again, there's no way to go back two levels.
If we change that `history.push` to a `history.replace` on this line: https://github.com/konveyor/forklift-ui/blob/main/src/app/Providers/ProvidersPage.tsx#L80 the root providers page will not end up in the history, and the Back button will work as expected. | 1.0 | Navigating to `/providers` route redirects to `/providers/:providerType` as a `history.push()`, should be `history.replace()` so that the back button works - If you click the Providers nav link, you get two entries pushed into your browser history (first the root providers page, then a redirect to the tab for a specific provider tab). Clicking Back in the browser takes you back to the root providers page which then redirects you forward again, there's no way to go back two levels.
If we change that `history.push` to a `history.replace` on this line: https://github.com/konveyor/forklift-ui/blob/main/src/app/Providers/ProvidersPage.tsx#L80 the root providers page will not end up in the history, and the Back button will work as expected. | priority | navigating to providers route redirects to providers providertype as a history push should be history replace so that the back button works if you click the providers nav link you get two entries pushed into your browser history first the root providers page then a redirect to the tab for a specific provider tab clicking back in the browser takes you back to the root providers page which then redirects you forward again there s no way to go back two levels if we change that history push to a history replace on this line the root providers page will not end up in the history and the back button will work as expected | 1 |
803,584 | 29,184,018,928 | IssuesEvent | 2023-05-19 14:05:30 | nens/servicedesk-issue-only | https://api.github.com/repos/nens/servicedesk-issue-only | closed | [Bug]: Legend not complete in Viewer compared to categories in map and defined in colormap | 💡 Type: Enhancement ⏰ Priority: 4. Low | ### Contact Details
Annelies Hommersom, Water Insight (Topdesk 2108 0117)
### Complexity
moderate
### Priority
low prio
### What happened?

- In the legend you see blue, green and 'other'.
- In the map you see blue, green, yellow and orange
- The colormap used says
{"data": [[0, [0, 103, 251, 255]], [1, [9, 234, 1, 255]], [2, [255, 254, 0, 255]], [3, [255, 181, 0, 255]], [4, [255, 10, 0, 255]]], "type": "DiscreteColormap", "labels": {"nl_NL": [[0, "Zeer goed"], [1, "Goed"], [2, "Matig"], [3, "Ontoerijkend"], [4, "Slecht"]]}, "invalid": [255, 255, 255, 0]}
Zooming in you get

### How to Reproduce?
https://waterinsight.lizard.net/viewer/favourites/85b9757b-860d-4af3-a5f8-e1aa1a5e3bb5
### What did you expect and what was the actual result?
I would expect to see this

And I do not understand the 'other' category. When/why does it show?
### Additional info
Red is also not visible, but I can't see it without zooming in as well.
Raster layer = KRW Lauwersmeer (Water Insight, shared with N&S technology), uuid=8523542b-9105-40f6-80be-09cba5dbb0ce
| 1.0 | [Bug]: Legend not complete in Viewer compared to categories in map and defined in colormap - ### Contact Details
Annelies Hommersom, Water Insight (Topdesk 2108 0117)
### Complexity
moderate
### Priority
low prio
### What happened?

- In the legend you see blue, green and 'other'.
- In the map you see blue, green, yellow and orange
- The colormap used says
{"data": [[0, [0, 103, 251, 255]], [1, [9, 234, 1, 255]], [2, [255, 254, 0, 255]], [3, [255, 181, 0, 255]], [4, [255, 10, 0, 255]]], "type": "DiscreteColormap", "labels": {"nl_NL": [[0, "Zeer goed"], [1, "Goed"], [2, "Matig"], [3, "Ontoerijkend"], [4, "Slecht"]]}, "invalid": [255, 255, 255, 0]}
Zooming in you get

### How to Reproduce?
https://waterinsight.lizard.net/viewer/favourites/85b9757b-860d-4af3-a5f8-e1aa1a5e3bb5
### What did you expect and what was the actual result?
I would expect to see this

And I do not understand the 'other' category. When/why does it show?
### Additional info
Red is also not visible, but I can't see it without zooming in as well.
Raster layer = KRW Lauwersmeer (Water Insight, shared with N&S technology), uuid=8523542b-9105-40f6-80be-09cba5dbb0ce
| priority | legend not complete in viewer compared to categories in map and defined in colormap contact details annelies hommersom water insight topdesk complexity moderate priority low prio what happened in the legend you see blue green and other in the map you see blue green yellow and orange the colormap used says data type discretecolormap labels nl nl invalid zooming in you get how to reproduce what did you expect and what was the actual result i would expect to see this and i do not understand the other category when why does it show additional info red is also not visible but i can t see it without zooming in as well raster layer krw lauwersmeer water insight shared with n s technology uuid | 1 |
467,403 | 13,447,565,664 | IssuesEvent | 2020-09-08 14:24:10 | nim-lang/nimble | https://api.github.com/repos/nim-lang/nimble | closed | Refactor tools.nim to use newly implemented processID() function | Low Priority Other |
$nim_D/nimble/src/nimblepkg/tools.nim:
```nim
proc getNimbleTempDir*(): string =
## Returns a path to a temporary directory.
##
## The returned path will be the same for the duration of the process but
## different for different runs of it. You have to make sure to create it
## first. In release builds the directory will be removed when nimble finishes
## its work.
result = getTempDir() / "nimble_"
when defined(windows):
proc GetCurrentProcessId(): int32 {.stdcall, dynlib: "kernel32",
importc: "GetCurrentProcessId".}
result.add($GetCurrentProcessId())
else:
result.add($getpid())
```
pending https://github.com/nim-lang/Nim/pull/9846
should reuse `osproc.processID() `
also, as mentioned by @data-man here https://github.com/nim-lang/Nim/pull/9846#discussion_r238429042, it should be uint32, not int32 | 1.0 | Refactor tools.nim to use newly implemented processID() function -
$nim_D/nimble/src/nimblepkg/tools.nim:
```nim
proc getNimbleTempDir*(): string =
## Returns a path to a temporary directory.
##
## The returned path will be the same for the duration of the process but
## different for different runs of it. You have to make sure to create it
## first. In release builds the directory will be removed when nimble finishes
## its work.
result = getTempDir() / "nimble_"
when defined(windows):
proc GetCurrentProcessId(): int32 {.stdcall, dynlib: "kernel32",
importc: "GetCurrentProcessId".}
result.add($GetCurrentProcessId())
else:
result.add($getpid())
```
pending https://github.com/nim-lang/Nim/pull/9846
should reuse `osproc.processID() `
also, as mentioned by @data-man here https://github.com/nim-lang/Nim/pull/9846#discussion_r238429042, it should be uint32, not int32 | priority | refactor tools nim to use newly implemented processid function nim d nimble src nimblepkg tools nim nim proc getnimbletempdir string returns a path to a temporary directory the returned path will be the same for the duration of the process but different for different runs of it you have to make sure to create it first in release builds the directory will be removed when nimble finishes its work result gettempdir nimble when defined windows proc getcurrentprocessid stdcall dynlib importc getcurrentprocessid result add getcurrentprocessid else result add getpid pending should reuse osproc processid also as mentioned by data man here it should be not | 1 |
749,197 | 26,153,390,922 | IssuesEvent | 2022-12-30 17:20:43 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Improve datasource docs generation code | priority-4-low type:docs status:ready impact:small | ### Describe the proposed change(s).
The sidebar of the docs is a bit messy now we've merged our navigation changes:
- #19188
- https://github.com/renovatebot/renovatebot.github.io/pull/253
#### Steps to reproduce:
1. Open the docs site at https://docs.renovatebot.com/modules/datasource/
1. See the word `Datasource` after each name
#### Drop the word `Datasource` after each name?
```diff
- Adoptium Java Datasource
+ Adoptium Java
```
#### Drop the wall of text of Supported Datasources?
We can maybe drop the Supported Datasources list as well, as you can now use the sidebar to see what's supported? I'm talking about this wall of text:

#### Maybe related issue?
- #14772 | 1.0 | Improve datasource docs generation code - ### Describe the proposed change(s).
The sidebar of the docs is a bit messy now we've merged our navigation changes:
- #19188
- https://github.com/renovatebot/renovatebot.github.io/pull/253
#### Steps to reproduce:
1. Open the docs site at https://docs.renovatebot.com/modules/datasource/
1. See the word `Datasource` after each name
#### Drop the word `Datasource` after each name?
```diff
- Adoptium Java Datasource
+ Adoptium Java
```
#### Drop the wall of text of Supported Datasources?
We can maybe drop the Supported Datasources list as well, as you can now use the sidebar to see what's supported? I'm talking about this wall of text:

#### Maybe related issue?
- #14772 | priority | improve datasource docs generation code describe the proposed change s the sidebar of the docs is a bit messy now we ve merged our navigation changes steps to reproduce open the docs site at see the word datasource after each name drop the word datasource after each name diff adoptium java datasource adoptium java drop the wall of text of supported datasources we can maybe drop the supported datasources list as well as you can now use the sidebar to see what s supported i m talking about this wall of text maybe related issue | 1 |
20,191 | 2,622,192,007 | IssuesEvent | 2015-03-04 00:23:30 | byzhang/cudpp | https://api.github.com/repos/byzhang/cudpp | closed | ptxas demoting "double" in reduce app to "float" on OS X | auto-migrated OpSys-All Priority-Low Type-Enhancement | ```
CUDPP build on OS X:
nanaimo-bar 9381$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2009 NVIDIA Corporation
Built on Thu_Mar_11_12:08:00_PST_2010
Cuda compilation tools, release 3.0, V0.2.1221
CUDA Driver Version 4.0.17
GPU Driver Version 1.6.26.31 (256.00.35f05)
nanaimo-bar 9381$ make
ptxas /tmp/tmpxft_0001369b_00000000-5_reduce_app.compute_10.ptx, line 21877;
warning : Double is not supported. Demoting to float
```
Original issue reported on code.google.com by `jow...@gmail.com` on 20 Jun 2011 at 10:45 | 1.0 | ptxas demoting "double" in reduce app to "float" on OS X - ```
CUDPP build on OS X:
nanaimo-bar 9381$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2009 NVIDIA Corporation
Built on Thu_Mar_11_12:08:00_PST_2010
Cuda compilation tools, release 3.0, V0.2.1221
CUDA Driver Version 4.0.17
GPU Driver Version 1.6.26.31 (256.00.35f05)
nanaimo-bar 9381$ make
ptxas /tmp/tmpxft_0001369b_00000000-5_reduce_app.compute_10.ptx, line 21877;
warning : Double is not supported. Demoting to float
```
Original issue reported on code.google.com by `jow...@gmail.com` on 20 Jun 2011 at 10:45 | priority | ptxas demoting double in reduce app to float on os x cudpp build on os x nanaimo bar nvcc version nvcc nvidia r cuda compiler driver copyright c nvidia corporation built on thu mar pst cuda compilation tools release cuda driver version gpu driver version nanaimo bar make ptxas tmp tmpxft reduce app compute ptx line warning double is not supported demoting to float original issue reported on code google com by jow gmail com on jun at | 1 |
819,308 | 30,728,200,060 | IssuesEvent | 2023-07-27 21:41:33 | godaddy-wordpress/coblocks | https://api.github.com/repos/godaddy-wordpress/coblocks | opened | ISBAT see my posts live when the Post Carousel or the Posts are added to my Homepage Template via Site Editor | [Type] Bug [Priority] Low | ### Describe the bug:
ISBAT see my posts on the live site when the Post Carousel or the Posts are added to my Homepage Template within the [Site Editor](https://wordpress.org/documentation/article/site-editor/)
### To reproduce:
1. Start with a site that has an FSE enabled theme like Twenty Twenty-Three for example and the CoBlocks plugin active.
2. Go to Appearance > Theme > Editor > which drops you into your Home page template
3. Click to add a new block, and search for the Post Carousel (CoBlocks) or the Posts (CoBlocks) and add one of them.
4. Save the page and opened it on the live site
### Expected behavior:
I expect the Post Carousel (CoBlocks) or the Posts (CoBlocks) to display the posts on the site.
### Screenshots:
You can see the block in the DOM when you expect the page, but they're not actually displaying on the front end:
<img width="2542" alt="image" src="https://github.com/godaddy-wordpress/coblocks/assets/29527450/26fd0c4c-8129-4530-8b8c-a183f9f1d499">
### 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
- [ x ] This bug happens **without** the Gutenberg plugin active
- [ x ] I can reproduce this bug consistently using the steps above
### WordPress version:
<!-- What version of WordPress are you using? -->
Tested on: 6.2.2
### Gutenberg version:
<!-- if applicable -->
| 1.0 | ISBAT see my posts live when the Post Carousel or the Posts are added to my Homepage Template via Site Editor - ### Describe the bug:
ISBAT see my posts on the live site when the Post Carousel or the Posts are added to my Homepage Template within the [Site Editor](https://wordpress.org/documentation/article/site-editor/)
### To reproduce:
1. Start with a site that has an FSE enabled theme like Twenty Twenty-Three for example and the CoBlocks plugin active.
2. Go to Appearance > Theme > Editor > which drops you into your Home page template
3. Click to add a new block, and search for the Post Carousel (CoBlocks) or the Posts (CoBlocks) and add one of them.
4. Save the page and opened it on the live site
### Expected behavior:
I expect the Post Carousel (CoBlocks) or the Posts (CoBlocks) to display the posts on the site.
### Screenshots:
You can see the block in the DOM when you expect the page, but they're not actually displaying on the front end:
<img width="2542" alt="image" src="https://github.com/godaddy-wordpress/coblocks/assets/29527450/26fd0c4c-8129-4530-8b8c-a183f9f1d499">
### 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
- [ x ] This bug happens **without** the Gutenberg plugin active
- [ x ] I can reproduce this bug consistently using the steps above
### WordPress version:
<!-- What version of WordPress are you using? -->
Tested on: 6.2.2
### Gutenberg version:
<!-- if applicable -->
| priority | isbat see my posts live when the post carousel or the posts are added to my homepage template via site editor describe the bug isbat see my posts on the live site when the post carousel or the posts are added to my homepage template within the to reproduce start with a site that has an fse enabled theme like twenty twenty three for example and the coblocks plugin active go to appearance theme editor which drops you into your home page template click to add a new block and search for the post carousel coblocks or the posts coblocks and add one of them save the page and opened it on the live site expected behavior i expect the post carousel coblocks or the posts coblocks to display the posts on the site screenshots you can see the block in the dom when you expect the page but they re not actually displaying on the front end img width alt image src isolating the problem this bug happens with no other plugins activated this bug happens with a default wordpress theme active this bug happens without the gutenberg plugin active i can reproduce this bug consistently using the steps above wordpress version tested on gutenberg version | 1 |
771,951 | 27,099,999,979 | IssuesEvent | 2023-02-15 07:50:52 | therealbluepandabear/PixaPencil_Classic | https://api.github.com/repos/therealbluepandabear/PixaPencil_Classic | closed | [F] More Rotation | ✨ enhancement low priority difficulty: hard 0.2.0 | If you can add stretch and skew as seen in MSPaint, you can add in more versatile rotation than simple 90° steps.
I have two versions for you to try:
Θ is Angle in radians, ±178° max. Paint only accepts integers.
First one by user IronMortality (2,3 can be done together in Paint)
1. Horizontal skew by Angle
2. Vertical stretch by 1/cos(θ)² (write decimal as %)
3. Vertical skew by negative Angle
4. Horiz+Vert stretch by cos(θ)
Second by Murrogh (1,2 together).
0. Note ±>45° may be distorted more. Rotate 90/180/270 first.
1. Horizontal skew by Angle/2
2. Vertical skew by negative atan(sin(θ)) in degrees (not radians)
3. Horizontal skew by Angle/2
Enjoy! | 1.0 | [F] More Rotation - If you can add stretch and skew as seen in MSPaint, you can add in more versatile rotation than simple 90° steps.
I have two versions for you to try:
Θ is Angle in radians, ±178° max. Paint only accepts integers.
First one by user IronMortality (2,3 can be done together in Paint)
1. Horizontal skew by Angle
2. Vertical stretch by 1/cos(θ)² (write decimal as %)
3. Vertical skew by negative Angle
4. Horiz+Vert stretch by cos(θ)
Second by Murrogh (1,2 together).
0. Note ±>45° may be distorted more. Rotate 90/180/270 first.
1. Horizontal skew by Angle/2
2. Vertical skew by negative atan(sin(θ)) in degrees (not radians)
3. Horizontal skew by Angle/2
Enjoy! | priority | more rotation if you can add stretch and skew as seen in mspaint you can add in more versatile rotation than simple ° steps i have two versions for you to try θ is angle in radians ± ° max paint only accepts integers first one by user ironmortality can be done together in paint horizontal skew by angle vertical stretch by cos θ ² write decimal as vertical skew by negative angle horiz vert stretch by cos θ second by murrogh together note ± ° may be distorted more rotate first horizontal skew by angle vertical skew by negative atan sin θ in degrees not radians horizontal skew by angle enjoy | 1 |
513,156 | 14,916,768,204 | IssuesEvent | 2021-01-22 18:44:40 | eddieantonio/predictive-text-studio | https://api.github.com/repos/eddieantonio/predictive-text-studio | opened | Localize app for Mandarin | app enhancement 😌 Low priority | Translate app text to Standard Chinese (Mandarin).
Blocked by #185 | 1.0 | Localize app for Mandarin - Translate app text to Standard Chinese (Mandarin).
Blocked by #185 | priority | localize app for mandarin translate app text to standard chinese mandarin blocked by | 1 |
103,028 | 4,164,122,609 | IssuesEvent | 2016-06-18 15:29:32 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Reflect Damage 1 hit emperium | bug:core mode:renewal priority:low server:map status:confirmed status:git hash missing | have a RG and any character
have the RG use reflect damage and place him near the emperium
have the other character attack the RG.
now the emperium will be hit with the reflect damage.
also applicable to other monster that recieve 1 damage per hit
| 1.0 | Reflect Damage 1 hit emperium - have a RG and any character
have the RG use reflect damage and place him near the emperium
have the other character attack the RG.
now the emperium will be hit with the reflect damage.
also applicable to other monster that recieve 1 damage per hit
| priority | reflect damage hit emperium have a rg and any character have the rg use reflect damage and place him near the emperium have the other character attack the rg now the emperium will be hit with the reflect damage also applicable to other monster that recieve damage per hit | 1 |
630,520 | 20,111,969,444 | IssuesEvent | 2022-02-07 15:50:43 | mreishman/Log-Hog | https://api.github.com/repos/mreishman/Log-Hog | opened | Move some settings around | enhancement Priority - 4 - Low | - [ ] Move auto check update from "other" into it's own "update" tab
- [ ] move popup warnings from "other" into advanced config
- [ ] move some of the "poll" settings from main into advanced (only ones that aren't very likely to be changed) | 1.0 | Move some settings around - - [ ] Move auto check update from "other" into it's own "update" tab
- [ ] move popup warnings from "other" into advanced config
- [ ] move some of the "poll" settings from main into advanced (only ones that aren't very likely to be changed) | priority | move some settings around move auto check update from other into it s own update tab move popup warnings from other into advanced config move some of the poll settings from main into advanced only ones that aren t very likely to be changed | 1 |
399,783 | 11,760,408,891 | IssuesEvent | 2020-03-13 19:25:07 | mozilla/experimenter | https://api.github.com/repos/mozilla/experimenter | closed | Hide date inputs on list page if no date filter is selected | Good First Bug P5 - Low Priority Task | It occurred to me if `No Date Filter` is selected we could hide the date inputs altogether instead of disabling them. | 1.0 | Hide date inputs on list page if no date filter is selected - It occurred to me if `No Date Filter` is selected we could hide the date inputs altogether instead of disabling them. | priority | hide date inputs on list page if no date filter is selected it occurred to me if no date filter is selected we could hide the date inputs altogether instead of disabling them | 1 |
472,453 | 13,624,965,984 | IssuesEvent | 2020-09-24 08:50:01 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | closed | User should be warned, that a condition is already resolved on the Merge positions page | Low priority QA Passed bug | Add a warning message when a user selects a resolved Condition ID on the Merge positions page (like it was implemented on the Split position page #209).
**Note:** system should allow to complete merge positions transaction anyway. | 1.0 | User should be warned, that a condition is already resolved on the Merge positions page - Add a warning message when a user selects a resolved Condition ID on the Merge positions page (like it was implemented on the Split position page #209).
**Note:** system should allow to complete merge positions transaction anyway. | priority | user should be warned that a condition is already resolved on the merge positions page add a warning message when a user selects a resolved condition id on the merge positions page like it was implemented on the split position page note system should allow to complete merge positions transaction anyway | 1 |
660,132 | 21,953,520,505 | IssuesEvent | 2022-05-24 09:58:18 | woocommerce/woocommerce-ios | https://api.github.com/repos/woocommerce/woocommerce-ios | closed | Bug: Product List screen doesn't refresh the "No products yet" placeholder state | type: bug feature: product list priority: low | **Describe the bug**
When there's a single product in the product list screen and you edit it to change its status (making it filtered out from the list) and go back, the list is empty but the "No Products yet" placeholder is shown until pull to refresh
**To Reproduce**
1. Make it so you have only one product in a specific state, for example only one product in Draft state
2. Go to the Products tab, and add the relevant filter to make the list only show one product.
3. Tap on the product to edit it, and change it state to something else, save and Update.
4. Use the Back button to go back to the product list. The product has disappeared from the list as expected, making the list empty, but the "No Products yet" placeholder isn't visible
5. Pull to refresh. Only then is the "No Products yet" placeholder rightfully shown
**Screenshots**

**Expected behavior**
The "No products yet" placeholder visibility state should be updated every time we get back on the screen (on `viewDidAppear`?)
**Mobile Environment**
- Device: iPhone 11 Pro
- iOS version: 14.0.1
- WooCommerce iOS version: 5.2.0.2 and 5.3.0.0
FYI: There's the same issue on Android: woocommerce/woocommerce-android#3046 | 1.0 | Bug: Product List screen doesn't refresh the "No products yet" placeholder state - **Describe the bug**
When there's a single product in the product list screen and you edit it to change its status (making it filtered out from the list) and go back, the list is empty but the "No Products yet" placeholder is shown until pull to refresh
**To Reproduce**
1. Make it so you have only one product in a specific state, for example only one product in Draft state
2. Go to the Products tab, and add the relevant filter to make the list only show one product.
3. Tap on the product to edit it, and change it state to something else, save and Update.
4. Use the Back button to go back to the product list. The product has disappeared from the list as expected, making the list empty, but the "No Products yet" placeholder isn't visible
5. Pull to refresh. Only then is the "No Products yet" placeholder rightfully shown
**Screenshots**

**Expected behavior**
The "No products yet" placeholder visibility state should be updated every time we get back on the screen (on `viewDidAppear`?)
**Mobile Environment**
- Device: iPhone 11 Pro
- iOS version: 14.0.1
- WooCommerce iOS version: 5.2.0.2 and 5.3.0.0
FYI: There's the same issue on Android: woocommerce/woocommerce-android#3046 | priority | bug product list screen doesn t refresh the no products yet placeholder state describe the bug when there s a single product in the product list screen and you edit it to change its status making it filtered out from the list and go back the list is empty but the no products yet placeholder is shown until pull to refresh to reproduce make it so you have only one product in a specific state for example only one product in draft state go to the products tab and add the relevant filter to make the list only show one product tap on the product to edit it and change it state to something else save and update use the back button to go back to the product list the product has disappeared from the list as expected making the list empty but the no products yet placeholder isn t visible pull to refresh only then is the no products yet placeholder rightfully shown screenshots expected behavior the no products yet placeholder visibility state should be updated every time we get back on the screen on viewdidappear mobile environment device iphone pro ios version woocommerce ios version and fyi there s the same issue on android woocommerce woocommerce android | 1 |
642,194 | 20,870,215,143 | IssuesEvent | 2022-03-22 11:12:29 | Daves-Astrophotography/UniUSBSQMServer | https://api.github.com/repos/Daves-Astrophotography/UniUSBSQMServer | closed | View Data Store form data list moves position with autoscroll off. | bug Low Priority Cosmetic Only | **Describe the bug**
On the view data store form, the list position still moves when a new data point arrives, even with the autoscroll checkbox unchecked.
**To Reproduce**
Steps to reproduce the behavior:
With data collected in the data store, open the data store form, uncheck autoscroll, continue logging data and when a new point arrives the list box jumps.
**Expected behavior**
Nothing should move at whatever point is visible in the list.
**Additional context**
Appears to happen when data point is added to the store.
| 1.0 | View Data Store form data list moves position with autoscroll off. - **Describe the bug**
On the view data store form, the list position still moves when a new data point arrives, even with the autoscroll checkbox unchecked.
**To Reproduce**
Steps to reproduce the behavior:
With data collected in the data store, open the data store form, uncheck autoscroll, continue logging data and when a new point arrives the list box jumps.
**Expected behavior**
Nothing should move at whatever point is visible in the list.
**Additional context**
Appears to happen when data point is added to the store.
| priority | view data store form data list moves position with autoscroll off describe the bug on the view data store form the list position still moves when a new data point arrives even with the autoscroll checkbox unchecked to reproduce steps to reproduce the behavior with data collected in the data store open the data store form uncheck autoscroll continue logging data and when a new point arrives the list box jumps expected behavior nothing should move at whatever point is visible in the list additional context appears to happen when data point is added to the store | 1 |
610,285 | 18,902,835,426 | IssuesEvent | 2021-11-16 04:27:29 | EmotionCognitionLab/pvs | https://api.github.com/repos/EmotionCognitionLab/pvs | closed | Phone verification shows empty error div | priority: low | When you successfully verify your phone the page that tells you have done so not only shows you the success message, but also a small, red-bordered box that is an empty error div that should be hidden. | 1.0 | Phone verification shows empty error div - When you successfully verify your phone the page that tells you have done so not only shows you the success message, but also a small, red-bordered box that is an empty error div that should be hidden. | priority | phone verification shows empty error div when you successfully verify your phone the page that tells you have done so not only shows you the success message but also a small red bordered box that is an empty error div that should be hidden | 1 |
178,412 | 6,608,487,829 | IssuesEvent | 2017-09-19 11:11:58 | franciscoaleixo/AragoJ | https://api.github.com/repos/franciscoaleixo/AragoJ | opened | Brightness and Contrast | enhancement low-priority | Add brightness and contrast manipulation tools. Ideally also a tool for manipulation of RGB curves with multiple control points. | 1.0 | Brightness and Contrast - Add brightness and contrast manipulation tools. Ideally also a tool for manipulation of RGB curves with multiple control points. | priority | brightness and contrast add brightness and contrast manipulation tools ideally also a tool for manipulation of rgb curves with multiple control points | 1 |
773,191 | 27,148,977,175 | IssuesEvent | 2023-02-16 22:42:33 | ByteOtter/OtterDen | https://api.github.com/repos/ByteOtter/OtterDen | opened | [BUG:] Social Links on about page are messy | good first issue html css low-priority | # Found an issue? Please let us know!
The social links in the box on the about page are a mess. No html spacing seems to work on them they are supposed to be nice and neat under each other in blocks of 4 next to each other. Maybe using a table would help.
### Please tick the applicable box(es) regarding the kind of bug you found:
- [ ] Broken feature
- [ ] Login/Logout system
- [ ] Database broken
- [ ] Post-related problem
- [ ] Unusable route
- [x] UI Bug
- [ ] Wrong documentation
- [ ] Broken dependency
### Steps to reproduce
Please provide a detailed description of steps we have to take to reproduce your issue.<br>
Please be aware that bugs which cannot be reproduced cannot be fixed.
Use these snippets as reference:<br>
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
### Additional context
Use this section to provide us with additional context.<br>
Especially screenshots are a useful tool to let us reproduce and find issues more quickly. | 1.0 | [BUG:] Social Links on about page are messy - # Found an issue? Please let us know!
The social links in the box on the about page are a mess. No html spacing seems to work on them they are supposed to be nice and neat under each other in blocks of 4 next to each other. Maybe using a table would help.
### Please tick the applicable box(es) regarding the kind of bug you found:
- [ ] Broken feature
- [ ] Login/Logout system
- [ ] Database broken
- [ ] Post-related problem
- [ ] Unusable route
- [x] UI Bug
- [ ] Wrong documentation
- [ ] Broken dependency
### Steps to reproduce
Please provide a detailed description of steps we have to take to reproduce your issue.<br>
Please be aware that bugs which cannot be reproduced cannot be fixed.
Use these snippets as reference:<br>
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
### Additional context
Use this section to provide us with additional context.<br>
Especially screenshots are a useful tool to let us reproduce and find issues more quickly. | priority | social links on about page are messy found an issue please let us know the social links in the box on the about page are a mess no html spacing seems to work on them they are supposed to be nice and neat under each other in blocks of next to each other maybe using a table would help please tick the applicable box es regarding the kind of bug you found broken feature login logout system database broken post related problem unusable route ui bug wrong documentation broken dependency steps to reproduce please provide a detailed description of steps we have to take to reproduce your issue please be aware that bugs which cannot be reproduced cannot be fixed use these snippets as reference go to click on scroll down to see error additional context use this section to provide us with additional context especially screenshots are a useful tool to let us reproduce and find issues more quickly | 1 |
46,346 | 2,956,188,736 | IssuesEvent | 2015-07-08 09:40:11 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | opened | In algorithms, checks on input properties misbehaving when you forget to give default values to output properties | Component: Framework Priority: Low | You're writing a Mantid algorithm in C++.
You declare an output property (like below) but you forget to give a default value:
```
auto nullValidator = boost::make_shared<NullValidator>();
declareProperty("Option", nullValidator, "Doc string", Direction::Output);
```
(the key here is that you by mistake do
`declareProperty("Option", nullValidator, "Doc string", Direction::Output);` instead of
`declareProperty("Option", "default string (empty for example.)", nullValidator, "Doc string", Direction::Output);`).
Then you're the user. You want to run the algorithm, but you don't set its input properties properly and then you `execute()` the algorihm, it raises a boost::bad_lexical_cast exception instead of the invalid_argument/runtime_error/etc that you would expect in normal conditions.
This is not very visible to users, so setting it as "low priority".
I can reproduce this for example with `QueryRemoteJob2`. Remove the default value `""` in `declareProperty("CommandLine"...` in the algorithm code, recompile, and then run this command from the Python interpreter: `QueryRemoteJob(ComputeResource='SCARF@STFC')`. You'll get this:
```
RuntimeError Traceback (most recent call last)
<ipython-input-1-e7ba22c2fcc3> in <module>()
----> 1 QueryRemoteJob(ComputeResource='SCARF@STFC')
/home/fedemp/build-mantid/bin/mantid/simpleapi.pyc in algorithm_wrapper(ComputeResource,JobID, Version=2)
727
728 set_properties(algm, *args, **final_keywords)
--> 729 algm.execute()
730 return _gather_returns(algorithm, lhs, algm)
731
RuntimeError: bad lexical cast: source type value could not be interpreted as target
```
Ideally you should get the usual message as below which tells you as a user have forgot or mistyped some input property(ies). And this is what you get when the property has its normal default value `""`:
```
RuntimeError Traceback (most recent call last)
<ipython-input-8-e7ba22c2fcc3> in <module>()
----> 1 QueryRemoteJob(ComputeResource='SCARF@STFC')
/home/fedemp/test/build-mantid/bin/mantid/simpleapi.pyc in algorithm_wrapper(ComputeResource,JobID, Version=2)
727
728 set_properties(algm, *args, **final_keywords)
--> 729 algm.execute()
730 return _gather_returns(algorithm, lhs, algm)
731
RuntimeError: Some invalid Properties found
```
| 1.0 | In algorithms, checks on input properties misbehaving when you forget to give default values to output properties - You're writing a Mantid algorithm in C++.
You declare an output property (like below) but you forget to give a default value:
```
auto nullValidator = boost::make_shared<NullValidator>();
declareProperty("Option", nullValidator, "Doc string", Direction::Output);
```
(the key here is that you by mistake do
`declareProperty("Option", nullValidator, "Doc string", Direction::Output);` instead of
`declareProperty("Option", "default string (empty for example.)", nullValidator, "Doc string", Direction::Output);`).
Then you're the user. You want to run the algorithm, but you don't set its input properties properly and then you `execute()` the algorihm, it raises a boost::bad_lexical_cast exception instead of the invalid_argument/runtime_error/etc that you would expect in normal conditions.
This is not very visible to users, so setting it as "low priority".
I can reproduce this for example with `QueryRemoteJob2`. Remove the default value `""` in `declareProperty("CommandLine"...` in the algorithm code, recompile, and then run this command from the Python interpreter: `QueryRemoteJob(ComputeResource='SCARF@STFC')`. You'll get this:
```
RuntimeError Traceback (most recent call last)
<ipython-input-1-e7ba22c2fcc3> in <module>()
----> 1 QueryRemoteJob(ComputeResource='SCARF@STFC')
/home/fedemp/build-mantid/bin/mantid/simpleapi.pyc in algorithm_wrapper(ComputeResource,JobID, Version=2)
727
728 set_properties(algm, *args, **final_keywords)
--> 729 algm.execute()
730 return _gather_returns(algorithm, lhs, algm)
731
RuntimeError: bad lexical cast: source type value could not be interpreted as target
```
Ideally you should get the usual message as below which tells you as a user have forgot or mistyped some input property(ies). And this is what you get when the property has its normal default value `""`:
```
RuntimeError Traceback (most recent call last)
<ipython-input-8-e7ba22c2fcc3> in <module>()
----> 1 QueryRemoteJob(ComputeResource='SCARF@STFC')
/home/fedemp/test/build-mantid/bin/mantid/simpleapi.pyc in algorithm_wrapper(ComputeResource,JobID, Version=2)
727
728 set_properties(algm, *args, **final_keywords)
--> 729 algm.execute()
730 return _gather_returns(algorithm, lhs, algm)
731
RuntimeError: Some invalid Properties found
```
| priority | in algorithms checks on input properties misbehaving when you forget to give default values to output properties you re writing a mantid algorithm in c you declare an output property like below but you forget to give a default value auto nullvalidator boost make shared declareproperty option nullvalidator doc string direction output the key here is that you by mistake do declareproperty option nullvalidator doc string direction output instead of declareproperty option default string empty for example nullvalidator doc string direction output then you re the user you want to run the algorithm but you don t set its input properties properly and then you execute the algorihm it raises a boost bad lexical cast exception instead of the invalid argument runtime error etc that you would expect in normal conditions this is not very visible to users so setting it as low priority i can reproduce this for example with remove the default value in declareproperty commandline in the algorithm code recompile and then run this command from the python interpreter queryremotejob computeresource scarf stfc you ll get this runtimeerror traceback most recent call last in queryremotejob computeresource scarf stfc home fedemp build mantid bin mantid simpleapi pyc in algorithm wrapper computeresource jobid version set properties algm args final keywords algm execute return gather returns algorithm lhs algm runtimeerror bad lexical cast source type value could not be interpreted as target ideally you should get the usual message as below which tells you as a user have forgot or mistyped some input property ies and this is what you get when the property has its normal default value runtimeerror traceback most recent call last in queryremotejob computeresource scarf stfc home fedemp test build mantid bin mantid simpleapi pyc in algorithm wrapper computeresource jobid version set properties algm args final keywords algm execute return gather returns algorithm lhs algm runtimeerror some invalid properties found | 1 |
236,262 | 7,748,098,622 | IssuesEvent | 2018-05-30 07:08:33 | Gloirin/m2gTest | https://api.github.com/repos/Gloirin/m2gTest | opened | 0001838:
add (default) filter for user grid: user status | Admin Feature Request low priority | **Reported by pschuele on 28 Oct 2009 14:15**
user status filter should be 'enabled'(or expired?) by default (but don't show it / only if filter toolbar is expanded?)
| 1.0 | 0001838:
add (default) filter for user grid: user status - **Reported by pschuele on 28 Oct 2009 14:15**
user status filter should be 'enabled'(or expired?) by default (but don't show it / only if filter toolbar is expanded?)
| priority | add default filter for user grid user status reported by pschuele on oct user status filter should be enabled or expired by default but don t show it only if filter toolbar is expanded | 1 |
101,281 | 4,112,146,343 | IssuesEvent | 2016-06-07 09:22:41 | BugBusterSWE/documentation | https://api.github.com/repos/BugBusterSWE/documentation | closed | Aggiornare README.md | Administrator priority:low | *Documento in cui si trova il problema*: Nessuno
Activity Nessuna
*Descrizione del problema*:
Aggiornare il README togliendo i tag delle vecchie build
Link task: [https://bugbusters.teamwork.com/tasks/7068988](https://bugbusters.teamwork.com/tasks/7068988) | 1.0 | Aggiornare README.md - *Documento in cui si trova il problema*: Nessuno
Activity Nessuna
*Descrizione del problema*:
Aggiornare il README togliendo i tag delle vecchie build
Link task: [https://bugbusters.teamwork.com/tasks/7068988](https://bugbusters.teamwork.com/tasks/7068988) | priority | aggiornare readme md documento in cui si trova il problema nessuno activity nessuna descrizione del problema aggiornare il readme togliendo i tag delle vecchie build link task | 1 |
551,155 | 16,163,666,277 | IssuesEvent | 2021-05-01 05:02:09 | coders-school/site | https://api.github.com/repos/coders-school/site | closed | Marking as done for page | Low Priority | There is no automatic marking as done for particular page that I read and want to go further
It happens that I read, go further and 2-3 pages left not marked
Seems that there is low risk for usability to link next page action with marking done, and e.g. change button to 'mark unread' | 1.0 | Marking as done for page - There is no automatic marking as done for particular page that I read and want to go further
It happens that I read, go further and 2-3 pages left not marked
Seems that there is low risk for usability to link next page action with marking done, and e.g. change button to 'mark unread' | priority | marking as done for page there is no automatic marking as done for particular page that i read and want to go further it happens that i read go further and pages left not marked seems that there is low risk for usability to link next page action with marking done and e g change button to mark unread | 1 |
136,548 | 5,284,496,178 | IssuesEvent | 2017-02-08 00:32:43 | imrogues/abstract | https://api.github.com/repos/imrogues/abstract | opened | Hashes | [priority] low [status] accepted [type] feature | ### Description
Add support for `Hash`.
---
### Issue Checklist
- [ ] Lexing `Hash` Literals
- [ ] Parsing `Hash` Literals
- [ ] Hashing Objects
- [ ] Evaluating `Hash` Literals
- [ ] Evaluating Index Expressions with Hashes
All issues in milestone: [5 Extending](https://github.com/imrogues/abstract/milestone/5)
---
### Assignees
- [ ] Final assign @imrogues | 1.0 | Hashes - ### Description
Add support for `Hash`.
---
### Issue Checklist
- [ ] Lexing `Hash` Literals
- [ ] Parsing `Hash` Literals
- [ ] Hashing Objects
- [ ] Evaluating `Hash` Literals
- [ ] Evaluating Index Expressions with Hashes
All issues in milestone: [5 Extending](https://github.com/imrogues/abstract/milestone/5)
---
### Assignees
- [ ] Final assign @imrogues | priority | hashes description add support for hash issue checklist lexing hash literals parsing hash literals hashing objects evaluating hash literals evaluating index expressions with hashes all issues in milestone assignees final assign imrogues | 1 |
324,746 | 9,908,832,748 | IssuesEvent | 2019-06-27 19:18:58 | glest/glest-data | https://api.github.com/repos/glest/glest-data | closed | implementing traders, or a way to generate resources | discussion priority: low | Some discussion about this on
#27
The problem with my "demo" method is that too many extra units need to be maintained and added.
A better way I think would be is if the trader could produce resources that could be harvested by workers. Maybe we'd call him an "alchemist" instead. "Convert 1000 wood to 100 gold".
We need more discussion about this before it gets implemented. Regardless of how it's done, I think the ability to harvest units should be added. I'll open a ticket in the source repo.
| 1.0 | implementing traders, or a way to generate resources - Some discussion about this on
#27
The problem with my "demo" method is that too many extra units need to be maintained and added.
A better way I think would be is if the trader could produce resources that could be harvested by workers. Maybe we'd call him an "alchemist" instead. "Convert 1000 wood to 100 gold".
We need more discussion about this before it gets implemented. Regardless of how it's done, I think the ability to harvest units should be added. I'll open a ticket in the source repo.
| priority | implementing traders or a way to generate resources some discussion about this on the problem with my demo method is that too many extra units need to be maintained and added a better way i think would be is if the trader could produce resources that could be harvested by workers maybe we d call him an alchemist instead convert wood to gold we need more discussion about this before it gets implemented regardless of how it s done i think the ability to harvest units should be added i ll open a ticket in the source repo | 1 |
231,375 | 7,631,708,968 | IssuesEvent | 2018-05-05 05:46:25 | Open-3D/Open3D | https://api.github.com/repos/Open-3D/Open3D | closed | Request to split the data directory into a separate repository | enhancement priority:low |
- Open3D => :master:
##### Detailed description
The [data directory][1] will get larger and larger with the development.
Since data files are usually much larger than source files, it is better to put
them into a separate repository to keep the source code repository small.
The current data directory is about 70.7 MB, whereas the sum of others
is about 37.8 MB.
A similar approach is adopted by OpenCV, see
https://github.com/opencv/opencv_extra
[1]: https://github.com/Open-3D/Open3D/tree/master/data | 1.0 | Request to split the data directory into a separate repository -
- Open3D => :master:
##### Detailed description
The [data directory][1] will get larger and larger with the development.
Since data files are usually much larger than source files, it is better to put
them into a separate repository to keep the source code repository small.
The current data directory is about 70.7 MB, whereas the sum of others
is about 37.8 MB.
A similar approach is adopted by OpenCV, see
https://github.com/opencv/opencv_extra
[1]: https://github.com/Open-3D/Open3D/tree/master/data | priority | request to split the data directory into a separate repository master detailed description the will get larger and larger with the development since data files are usually much larger than source files it is better to put them into a separate repository to keep the source code repository small the current data directory is about mb whereas the sum of others is about mb a similar approach is adopted by opencv see | 1 |
662,389 | 22,137,266,881 | IssuesEvent | 2022-06-03 01:12:57 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | SR_RIDEINLIGHTNING Level Hit and SP | component:database status:confirmed component:skill priority:low mode:prerenewal type:bug | <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: https://github.com/rathena/rathena/commit/3d4021bfc61be0319aed26e5b496b80faa0e5f88
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
How to get your GitHub Hash:
1. cd your/rAthena/directory/
2. git rev-parse --short HEAD
3. Copy the resulting hash.
-->
* **Client Date**: 2020-09-02
<!-- Please specify the client date you used. -->
* **Server Mode**: RE
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result:
Regardless of the level used in the skill, it is always generating 2 hits.
<!-- Describe the issue that you experienced in detail. -->
* Expected Result:
SR_RIDEINLIGHTNING skill must always consume 2 spheres, however it must generate different hits depending on the skill level. If the skill is used at level 01 then it should generate 1 hit. If the skill is used at level 5 it should generate 5 hits.
<!-- Describe what you would expect to happen in detail. -->
* How to Reproduce: <!-- If you have not stated in the description of the result already, please give us a short guide how we can reproduce your issue. -->
* Official Information:
<!-- If possible, provide information from official servers (kRO or other sources) which prove that the result is wrong. Please take into account that iRO (especially iRO Wiki) is not always the same as kRO. -->
<!-- * _NOTE: Make sure you quote ``` `@atcommands` ``` just like this so that you do not tag uninvolved GitHub users!_ -->
```
[SKID.SR_RIDEINLIGHTNING] = {
"뇌광탄(雷光彈)",
"MAX Lv : 5",
"^777777습득조건 : 탄지신통 3 ^000000",
"계열 : ^777777 액티브 / 데미지 ^000000",
"내용 : ^777777 일정범위에 기 구체 2개를 발사, 폭발시켜 그 주변의 모든 대상에게 원거리 물리 데미지를 준다.",
"시전자의 베이스 레벨에 따라 데미지가 추가로 증가되며, 시전자의 무기가 너클 계열일 경우 추가 데미지가 적용된다.^000000",
"[Level 1] : ^777777공격력 40%/ 90%(너클)/범위 3 x 3/1회 공격^000000",
"[Level 2] : ^777777공격력 80%/ 180%(너클)/범위 3 x 3/2회 공격^000000",
"[Level 3] : ^777777공격력 120%/270%(너클)/범위 5 x 5/3회 공격^000000",
"[Level 4] : ^777777공격력 160%/360%(너클)/범위 5 x 5/4회 공격^000000",
"[Level 5] : ^777777공격력 200%/450%(너클)/범위 7 x 7/5회 공격^000000"
},
Also check SP consumption.
[SKID.SR_RIDEINLIGHTNING] = {
"SR_RIDEINLIGHTNING",
SkillName = "³ú±¤Åº(ÒâÎÃ÷¥)",
MaxLv = 5,
SpAmount = { 25, 30, 35, 40, 45 },
bSeperateLv = true,
AttackRange = { 11, 11, 11, 11, 11 },
_NeedSkillList = {
{ SKID.MO_FINGEROFFENSIVE, 3 }
}
},
```
* **Modifications that may affect results**:
<!-- * Please provide any information that could influence the expected result. -->
<!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
| 1.0 | SR_RIDEINLIGHTNING Level Hit and SP - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: https://github.com/rathena/rathena/commit/3d4021bfc61be0319aed26e5b496b80faa0e5f88
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
How to get your GitHub Hash:
1. cd your/rAthena/directory/
2. git rev-parse --short HEAD
3. Copy the resulting hash.
-->
* **Client Date**: 2020-09-02
<!-- Please specify the client date you used. -->
* **Server Mode**: RE
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result:
Regardless of the level used in the skill, it is always generating 2 hits.
<!-- Describe the issue that you experienced in detail. -->
* Expected Result:
SR_RIDEINLIGHTNING skill must always consume 2 spheres, however it must generate different hits depending on the skill level. If the skill is used at level 01 then it should generate 1 hit. If the skill is used at level 5 it should generate 5 hits.
<!-- Describe what you would expect to happen in detail. -->
* How to Reproduce: <!-- If you have not stated in the description of the result already, please give us a short guide how we can reproduce your issue. -->
* Official Information:
<!-- If possible, provide information from official servers (kRO or other sources) which prove that the result is wrong. Please take into account that iRO (especially iRO Wiki) is not always the same as kRO. -->
<!-- * _NOTE: Make sure you quote ``` `@atcommands` ``` just like this so that you do not tag uninvolved GitHub users!_ -->
```
[SKID.SR_RIDEINLIGHTNING] = {
"뇌광탄(雷光彈)",
"MAX Lv : 5",
"^777777습득조건 : 탄지신통 3 ^000000",
"계열 : ^777777 액티브 / 데미지 ^000000",
"내용 : ^777777 일정범위에 기 구체 2개를 발사, 폭발시켜 그 주변의 모든 대상에게 원거리 물리 데미지를 준다.",
"시전자의 베이스 레벨에 따라 데미지가 추가로 증가되며, 시전자의 무기가 너클 계열일 경우 추가 데미지가 적용된다.^000000",
"[Level 1] : ^777777공격력 40%/ 90%(너클)/범위 3 x 3/1회 공격^000000",
"[Level 2] : ^777777공격력 80%/ 180%(너클)/범위 3 x 3/2회 공격^000000",
"[Level 3] : ^777777공격력 120%/270%(너클)/범위 5 x 5/3회 공격^000000",
"[Level 4] : ^777777공격력 160%/360%(너클)/범위 5 x 5/4회 공격^000000",
"[Level 5] : ^777777공격력 200%/450%(너클)/범위 7 x 7/5회 공격^000000"
},
Also check SP consumption.
[SKID.SR_RIDEINLIGHTNING] = {
"SR_RIDEINLIGHTNING",
SkillName = "³ú±¤Åº(ÒâÎÃ÷¥)",
MaxLv = 5,
SpAmount = { 25, 30, 35, 40, 45 },
bSeperateLv = true,
AttackRange = { 11, 11, 11, 11, 11 },
_NeedSkillList = {
{ SKID.MO_FINGEROFFENSIVE, 3 }
}
},
```
* **Modifications that may affect results**:
<!-- * Please provide any information that could influence the expected result. -->
<!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
| priority | sr rideinlightning level hit and sp rathena hash please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date server mode re description of issue result regardless of the level used in the skill it is always generating hits expected result sr rideinlightning skill must always consume spheres however it must generate different hits depending on the skill level if the skill is used at level then it should generate hit if the skill is used at level it should generate hits how to reproduce official information 뇌광탄 雷光彈 max lv 탄지신통 계열 액티브 데미지 내용 일정범위에 기 구체 발사 폭발시켜 그 주변의 모든 대상에게 원거리 물리 데미지를 준다 시전자의 베이스 레벨에 따라 데미지가 추가로 증가되며 시전자의 무기가 너클 계열일 경우 추가 데미지가 적용된다 너클 범위 x 공격 너클 범위 x 공격 너클 범위 x 공격 너클 범위 x 공격 너클 범위 x 공격 also check sp consumption sr rideinlightning skillname ³ú±¤åº òâîã÷¥ maxlv spamount bseperatelv true attackrange needskilllist skid mo fingeroffensive modifications that may affect results | 1 |
555,709 | 16,463,897,401 | IssuesEvent | 2021-05-22 02:38:02 | treehouses/remote | https://api.github.com/repos/treehouses/remote | closed | Bug with reboot function | low priority | I ran into an issue where the Bluetooth disconnection on click of reboot does not occur immediately. Therefore it said "Reboot unsuccessful" but after a while it still disconnected from Bluetooth. This issue is probably rare as it is the first time it occurred | 1.0 | Bug with reboot function - I ran into an issue where the Bluetooth disconnection on click of reboot does not occur immediately. Therefore it said "Reboot unsuccessful" but after a while it still disconnected from Bluetooth. This issue is probably rare as it is the first time it occurred | priority | bug with reboot function i ran into an issue where the bluetooth disconnection on click of reboot does not occur immediately therefore it said reboot unsuccessful but after a while it still disconnected from bluetooth this issue is probably rare as it is the first time it occurred | 1 |
640,450 | 20,789,901,170 | IssuesEvent | 2022-03-17 00:05:11 | MT-CTF/capturetheflag | https://api.github.com/repos/MT-CTF/capturetheflag | reopened | Make use of read-only base world | Low Priority :sleeping: Proposal/Suggestion :gear: Maps | Make use of the read-only base world feature recently added to MT in [this commit](https://github.com/minetest/minetest/commit/7454deb1bf04ab3478b4e2dc6b2821ae86f4514f).
##### Advantages
- Map schems can be pre-loaded into the read-only base world, and calling `delete_area` on every new match is enough to reset it - no need for lighting recalculations. (from https://github.com/minetest/minetest/pull/7544#issuecomment-404814672)
##### Disadvantages
- We have to think of a robust way to integrate new maps as they keep coming. | 1.0 | Make use of read-only base world - Make use of the read-only base world feature recently added to MT in [this commit](https://github.com/minetest/minetest/commit/7454deb1bf04ab3478b4e2dc6b2821ae86f4514f).
##### Advantages
- Map schems can be pre-loaded into the read-only base world, and calling `delete_area` on every new match is enough to reset it - no need for lighting recalculations. (from https://github.com/minetest/minetest/pull/7544#issuecomment-404814672)
##### Disadvantages
- We have to think of a robust way to integrate new maps as they keep coming. | priority | make use of read only base world make use of the read only base world feature recently added to mt in advantages map schems can be pre loaded into the read only base world and calling delete area on every new match is enough to reset it no need for lighting recalculations from disadvantages we have to think of a robust way to integrate new maps as they keep coming | 1 |
686,275 | 23,484,663,215 | IssuesEvent | 2022-08-17 13:33:02 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | tests: subsys: portability: cmsis_rtos_v2: portability.cmsis_rtos_v2 - test_timer - does not end within 60 sec | bug priority: low platform: nRF area: Portability | **Describe the bug**
The tests/subsys/portability/cmsis_rtos_v2/portability.cmsis_rtos_v2 fails - does not end within 60 sec
Observed for
- nrf9160dk_nrf9160
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpunet
- nrf9160dk_nrf9160_ns
- nrf5340dk_nrf5340_cpuapp_ns
**To Reproduce**
Steps to reproduce the behavior:
1. have nrf9160dk connected
2. go to your zephyr dir
3. call ./scripts/twister -T tests/subsys/portability/cmsis_rtos_v2 -p nrf9160dk_nrf9160 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs
4. See console output with error
**Expected behavior**
Valid console output
**Impact**
Not clear
**Logs and console output**
```
[2022-08-11T22:26:59.607Z] ERROR - *** Booting Zephyr OS build zephyr-v3.1.0-3361-gb076aa373a63 ***
[2022-08-11T22:26:59.607Z] Running TESTSUITE test_cmsis_v2_apis
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_kernel_apis
[2022-08-11T22:26:59.607Z] PASS - test_kernel_apis in 0.1 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_delay
[2022-08-11T22:26:59.607Z] PASS - test_delay in 0.2 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_apis
[2022-08-11T22:26:59.607Z] PASS - test_thread_apis in 0.4 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_apis_dynamic
[2022-08-11T22:26:59.607Z] PASS - test_thread_apis_dynamic in 0.4 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_prio
[2022-08-11T22:26:59.607Z] PASS - test_thread_prio in 0.1 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_prio_dynamic
[2022-08-11T22:26:59.607Z] PASS - test_thread_prio_dynamic in 0.1 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_timer
[2022-08-11T22:26:59.607Z] oneshot_callback (Timer 1) = 1
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 1
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 2
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 3
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 4
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 5
....
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4160
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4161
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4162
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4163
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4164
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4165
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4166
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4167
```
**Environment (please complete the following information):**
- OS: Ubuntu 20.04.1 LTS
- Toolchain Zephyr SDK 0.14.1
- Commit SHA or Version used: zephyr-v3.1.0-3361-gb076aa373a63
| 1.0 | tests: subsys: portability: cmsis_rtos_v2: portability.cmsis_rtos_v2 - test_timer - does not end within 60 sec - **Describe the bug**
The tests/subsys/portability/cmsis_rtos_v2/portability.cmsis_rtos_v2 fails - does not end within 60 sec
Observed for
- nrf9160dk_nrf9160
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpunet
- nrf9160dk_nrf9160_ns
- nrf5340dk_nrf5340_cpuapp_ns
**To Reproduce**
Steps to reproduce the behavior:
1. have nrf9160dk connected
2. go to your zephyr dir
3. call ./scripts/twister -T tests/subsys/portability/cmsis_rtos_v2 -p nrf9160dk_nrf9160 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs
4. See console output with error
**Expected behavior**
Valid console output
**Impact**
Not clear
**Logs and console output**
```
[2022-08-11T22:26:59.607Z] ERROR - *** Booting Zephyr OS build zephyr-v3.1.0-3361-gb076aa373a63 ***
[2022-08-11T22:26:59.607Z] Running TESTSUITE test_cmsis_v2_apis
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_kernel_apis
[2022-08-11T22:26:59.607Z] PASS - test_kernel_apis in 0.1 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_delay
[2022-08-11T22:26:59.607Z] PASS - test_delay in 0.2 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_apis
[2022-08-11T22:26:59.607Z] PASS - test_thread_apis in 0.4 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_apis_dynamic
[2022-08-11T22:26:59.607Z] PASS - test_thread_apis_dynamic in 0.4 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_prio
[2022-08-11T22:26:59.607Z] PASS - test_thread_prio in 0.1 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_thread_prio_dynamic
[2022-08-11T22:26:59.607Z] PASS - test_thread_prio_dynamic in 0.1 seconds
[2022-08-11T22:26:59.607Z] ===================================================================
[2022-08-11T22:26:59.607Z] START - test_timer
[2022-08-11T22:26:59.607Z] oneshot_callback (Timer 1) = 1
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 1
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 2
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 3
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 4
[2022-08-11T22:26:59.607Z] periodic_callback (Timer 2) = 5
....
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4160
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4161
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4162
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4163
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4164
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4165
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4166
[2022-08-11T22:26:59.902Z] periodic_callback (Timer 2) = 4167
```
**Environment (please complete the following information):**
- OS: Ubuntu 20.04.1 LTS
- Toolchain Zephyr SDK 0.14.1
- Commit SHA or Version used: zephyr-v3.1.0-3361-gb076aa373a63
| priority | tests subsys portability cmsis rtos portability cmsis rtos test timer does not end within sec describe the bug the tests subsys portability cmsis rtos portability cmsis rtos fails does not end within sec observed for cpuapp cpunet ns cpuapp ns to reproduce steps to reproduce the behavior have connected go to your zephyr dir call scripts twister t tests subsys portability cmsis rtos p device testing device serial dev v inline logs see console output with error expected behavior valid console output impact not clear logs and console output error booting zephyr os build zephyr running testsuite test cmsis apis start test kernel apis pass test kernel apis in seconds start test delay pass test delay in seconds start test thread apis pass test thread apis in seconds start test thread apis dynamic pass test thread apis dynamic in seconds start test thread prio pass test thread prio in seconds start test thread prio dynamic pass test thread prio dynamic in seconds start test timer oneshot callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer periodic callback timer environment please complete the following information os ubuntu lts toolchain zephyr sdk commit sha or version used zephyr | 1 |
184,896 | 6,717,243,374 | IssuesEvent | 2017-10-14 18:47:50 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Equipments aren't directly equipped when clicked | component:core mode:prerenewal mode:renewal priority:low status:need user input type:bug | Mode: PreRenewal
Hash: bea47eac42e89217c194f3a08391796d6945ab90
Client: 2010-04-20
You have to relog or change map to see equipped items.
Apply to all equipments : Head, armor, weapons, etc
| 1.0 | Equipments aren't directly equipped when clicked - Mode: PreRenewal
Hash: bea47eac42e89217c194f3a08391796d6945ab90
Client: 2010-04-20
You have to relog or change map to see equipped items.
Apply to all equipments : Head, armor, weapons, etc
| priority | equipments aren t directly equipped when clicked mode prerenewal hash client you have to relog or change map to see equipped items apply to all equipments head armor weapons etc | 1 |
637,608 | 20,672,962,097 | IssuesEvent | 2022-03-10 05:40:41 | StatCan/daaas | https://api.github.com/repos/StatCan/daaas | closed | BUG: Kubeflow server/notebook readiness errors | kind/bug component/kubeflow priority/soon | **Describe the bug**
When creating a new notebook using the Kubeflow dashboard, you get redirected to the following pages with errors when clicking the connect button.

**Also being seen is a blank page with "No upstream available"**
**Environment info**
Namespace: Any
Notebook/server: Create a test server to reproduce
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Kubeflow server dashboard
2. Create new server/notebook
3. Wait for the server to allow connection from the dashboard
4. Click connect
**Expected behaviour**
New tab or window displays the server UI from the image that you chose when creating the notebook.
| 1.0 | BUG: Kubeflow server/notebook readiness errors - **Describe the bug**
When creating a new notebook using the Kubeflow dashboard, you get redirected to the following pages with errors when clicking the connect button.

**Also being seen is a blank page with "No upstream available"**
**Environment info**
Namespace: Any
Notebook/server: Create a test server to reproduce
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Kubeflow server dashboard
2. Create new server/notebook
3. Wait for the server to allow connection from the dashboard
4. Click connect
**Expected behaviour**
New tab or window displays the server UI from the image that you chose when creating the notebook.
| priority | bug kubeflow server notebook readiness errors describe the bug when creating a new notebook using the kubeflow dashboard you get redirected to the following pages with errors when clicking the connect button also being seen is a blank page with no upstream available environment info namespace any notebook server create a test server to reproduce to reproduce steps to reproduce the behavior go to kubeflow server dashboard create new server notebook wait for the server to allow connection from the dashboard click connect expected behaviour new tab or window displays the server ui from the image that you chose when creating the notebook | 1 |
388,755 | 11,492,228,273 | IssuesEvent | 2020-02-11 20:33:48 | mozilla/sops | https://api.github.com/repos/mozilla/sops | opened | Consider deprecating/removing sops exec --background flag | Priority - Low | Initially raised by @alx13 in https://github.com/mozilla/sops/pull/627#issuecomment-584328589
The `--background` flag for the `sops exec-env` and `sops exec-file` is not particularly useful and backgrounding commands should really be done using your shell environment. | 1.0 | Consider deprecating/removing sops exec --background flag - Initially raised by @alx13 in https://github.com/mozilla/sops/pull/627#issuecomment-584328589
The `--background` flag for the `sops exec-env` and `sops exec-file` is not particularly useful and backgrounding commands should really be done using your shell environment. | priority | consider deprecating removing sops exec background flag initially raised by in the background flag for the sops exec env and sops exec file is not particularly useful and backgrounding commands should really be done using your shell environment | 1 |
752,577 | 26,291,258,810 | IssuesEvent | 2023-01-08 12:50:51 | battlecode/galaxy | https://api.github.com/repos/battlecode/galaxy | opened | Convert scrim history to a component | module: frontend priority: p3 low type: refactor | Deduplicate shared code b/w scrim history and queue.
Caused by #489. | 1.0 | Convert scrim history to a component - Deduplicate shared code b/w scrim history and queue.
Caused by #489. | priority | convert scrim history to a component deduplicate shared code b w scrim history and queue caused by | 1 |
737,288 | 25,509,908,258 | IssuesEvent | 2022-11-28 12:20:12 | KinsonDigital/Velaptor | https://api.github.com/repos/KinsonDigital/Velaptor | closed | 🚧Increase spacing between buttons on rect scene | good first issue low priority preview | ### I have done the items below . . .
- [X] I have updated the title by replacing the '**_<title_**>' section.
### Description
For the rectangle scene in the **_VelaptorTesting_** application, the 3 buttons on the bottom of the _**Test Rectangle Scene**_ need to have their spacing increased between the buttons so the buttons do not touch.
The existence of buttons will probably be temporary and replaced with better controls as they are developed. If it is easy, we could just re-invoke the code in the scene that determines the spacing upon button construction. If we invoke that code to readjust the spacing every time any of the 3 buttons are clicked, they will automatically be readjusted every time and never render on top of each other.

### Acceptance Criteria
**This issue is finished when:**
- [x] The buttons do not overlap each other when the button's width increases
### ToDo Items
- [x] Draft pull request created and linked to this issue
- [X] Priority label added to issue (**_low priority_**, **_medium priority_**, or **_high priority_**)
- [x] Issue linked to the proper project
- [x] Issue linked to proper milestone
### Issue Dependencies
_No response_
### Related Work
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | 🚧Increase spacing between buttons on rect scene - ### I have done the items below . . .
- [X] I have updated the title by replacing the '**_<title_**>' section.
### Description
For the rectangle scene in the **_VelaptorTesting_** application, the 3 buttons on the bottom of the _**Test Rectangle Scene**_ need to have their spacing increased between the buttons so the buttons do not touch.
The existence of buttons will probably be temporary and replaced with better controls as they are developed. If it is easy, we could just re-invoke the code in the scene that determines the spacing upon button construction. If we invoke that code to readjust the spacing every time any of the 3 buttons are clicked, they will automatically be readjusted every time and never render on top of each other.

### Acceptance Criteria
**This issue is finished when:**
- [x] The buttons do not overlap each other when the button's width increases
### ToDo Items
- [x] Draft pull request created and linked to this issue
- [X] Priority label added to issue (**_low priority_**, **_medium priority_**, or **_high priority_**)
- [x] Issue linked to the proper project
- [x] Issue linked to proper milestone
### Issue Dependencies
_No response_
### Related Work
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | priority | 🚧increase spacing between buttons on rect scene i have done the items below i have updated the title by replacing the section description for the rectangle scene in the velaptortesting application the buttons on the bottom of the test rectangle scene need to have their spacing increased between the buttons so the buttons do not touch the existence of buttons will probably be temporary and replaced with better controls as they are developed if it is easy we could just re invoke the code in the scene that determines the spacing upon button construction if we invoke that code to readjust the spacing every time any of the buttons are clicked they will automatically be readjusted every time and never render on top of each other acceptance criteria this issue is finished when the buttons do not overlap each other when the button s width increases todo items draft pull request created and linked to this issue priority label added to issue low priority medium priority or high priority issue linked to the proper project issue linked to proper milestone issue dependencies no response related work no response code of conduct i agree to follow this project s code of conduct | 1 |
430,982 | 12,468,265,820 | IssuesEvent | 2020-05-28 18:32:38 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | [Coverity CID :210564] Uninitialized scalar variable in tests/lib/cmsis_dsp/distance/src/u32.c | Coverity bug priority: low |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/4653b4e63f886a50ac7b72f8d47ba2950ab2dd0d/tests/lib/cmsis_dsp/distance/src/u32.c
Category: Uninitialized variables
Function: `test_arm_distance`
Component: Tests
CID: [210564](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=210564)
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID :210564] Uninitialized scalar variable in tests/lib/cmsis_dsp/distance/src/u32.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/4653b4e63f886a50ac7b72f8d47ba2950ab2dd0d/tests/lib/cmsis_dsp/distance/src/u32.c
Category: Uninitialized variables
Function: `test_arm_distance`
Component: Tests
CID: [210564](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=210564)
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | uninitialized scalar variable in tests lib cmsis dsp distance src c static code scan issues found in file category uninitialized variables function test arm distance component tests cid please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
228,214 | 7,547,782,241 | IssuesEvent | 2018-04-18 09:06:03 | 7ninjas/scss-mixins | https://api.github.com/repos/7ninjas/scss-mixins | closed | Proposal - plain-hove-focus-active mixin | Priority: Low Type: Enhancement | there is no plain-hove-focus-active, can you add it?
| 1.0 | Proposal - plain-hove-focus-active mixin - there is no plain-hove-focus-active, can you add it?
| priority | proposal plain hove focus active mixin there is no plain hove focus active can you add it | 1 |
49,803 | 3,004,504,055 | IssuesEvent | 2015-07-26 00:58:49 | wwivbbs/wwiv | https://api.github.com/repos/wwivbbs/wwiv | closed | all network filenames should be lowercase | 5.0 auto-migrated low priority sourceforge | according to GP freedos creates files as lowercase, and win don't care.
lowercase it is.
Original comment by: wwiv | 1.0 | all network filenames should be lowercase - according to GP freedos creates files as lowercase, and win don't care.
lowercase it is.
Original comment by: wwiv | priority | all network filenames should be lowercase according to gp freedos creates files as lowercase and win don t care lowercase it is original comment by wwiv | 1 |
646,337 | 21,045,078,711 | IssuesEvent | 2022-03-31 15:20:55 | UPEI-Android/library-journal-entitlements-project | https://api.github.com/repos/UPEI-Android/library-journal-entitlements-project | opened | Create error log from uploading files | enhancement low priority | - Track rows that are invalid into error.log file
- Have option in admin config file to download
- Only track most recent file | 1.0 | Create error log from uploading files - - Track rows that are invalid into error.log file
- Have option in admin config file to download
- Only track most recent file | priority | create error log from uploading files track rows that are invalid into error log file have option in admin config file to download only track most recent file | 1 |
698,869 | 23,995,032,823 | IssuesEvent | 2022-09-14 06:46:10 | TencentBlueKing/bk-iam-saas | https://api.github.com/repos/TencentBlueKing/bk-iam-saas | closed | [SaaS] 优化: 分页参数调用报错不明显 | Type: Enhancement Priority: Low Size: XS(Hours) backlog | 当数量只有 1个, 分页参数错误`page=2&page_size=10`
请求接口后:
```
{
"result": false,
"code": 1902500,
"message": "系统异常,请联系管理员处理 (SYSTEM_ERROR)",
"data": null
}
```
实际报错日志:
```
ERROR [2022-06-14 15:36:44] /root/workspace/tx/wklken/bk-iam-saas/saas/backend/common/exception_handler.py 134 exception_handler 1147766 140400036763392
80c8c161766e47bcadec2bb05a64d064 catch unhandled exception, stack->[Traceback (most recent call last):
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/pagination.py", line 204, in paginate_queryset
self.page = paginator.page(page_number)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/django/core/paginator.py", line 70, in page
number = self.validate_number(number)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/django/core/paginator.py", line 52, in validate_number
raise EmptyPage(_('That page contains no results'))
django.core.paginator.EmptyPage: That page contains no results
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/root/workspace/tx/wklken/bk-iam-saas/saas/backend/audit/views.py", line 56, in list
return super().list(request, *args, **kwargs)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/mixins.py", line 40, in list
page = self.paginate_queryset(queryset)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/generics.py", line 171, in paginate_queryset
return self.paginator.paginate_queryset(queryset, self.request, view=self)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/pagination.py", line 209, in paginate_queryset
raise NotFound(msg)
rest_framework.exceptions.NotFound: Invalid page.
], request url->[/api/v1/open/admin/audits/events/], request method->[GET] request params->[{"month": "202204", "page": "2", "page_size": "100", "username": "tom"}]
``` | 1.0 | [SaaS] 优化: 分页参数调用报错不明显 - 当数量只有 1个, 分页参数错误`page=2&page_size=10`
请求接口后:
```
{
"result": false,
"code": 1902500,
"message": "系统异常,请联系管理员处理 (SYSTEM_ERROR)",
"data": null
}
```
实际报错日志:
```
ERROR [2022-06-14 15:36:44] /root/workspace/tx/wklken/bk-iam-saas/saas/backend/common/exception_handler.py 134 exception_handler 1147766 140400036763392
80c8c161766e47bcadec2bb05a64d064 catch unhandled exception, stack->[Traceback (most recent call last):
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/pagination.py", line 204, in paginate_queryset
self.page = paginator.page(page_number)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/django/core/paginator.py", line 70, in page
number = self.validate_number(number)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/django/core/paginator.py", line 52, in validate_number
raise EmptyPage(_('That page contains no results'))
django.core.paginator.EmptyPage: That page contains no results
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/root/workspace/tx/wklken/bk-iam-saas/saas/backend/audit/views.py", line 56, in list
return super().list(request, *args, **kwargs)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/mixins.py", line 40, in list
page = self.paginate_queryset(queryset)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/generics.py", line 171, in paginate_queryset
return self.paginator.paginate_queryset(queryset, self.request, view=self)
File "/root/.pyenv/versions/bk-iam-saas/lib/python3.6/site-packages/rest_framework/pagination.py", line 209, in paginate_queryset
raise NotFound(msg)
rest_framework.exceptions.NotFound: Invalid page.
], request url->[/api/v1/open/admin/audits/events/], request method->[GET] request params->[{"month": "202204", "page": "2", "page_size": "100", "username": "tom"}]
``` | priority | 优化 分页参数调用报错不明显 当数量只有 分页参数错误 page page size 请求接口后 result false code message 系统异常 请联系管理员处理 system error data null 实际报错日志 error root workspace tx wklken bk iam saas saas backend common exception handler py exception handler catch unhandled exception stack traceback most recent call last file root pyenv versions bk iam saas lib site packages rest framework pagination py line in paginate queryset self page paginator page page number file root pyenv versions bk iam saas lib site packages django core paginator py line in page number self validate number number file root pyenv versions bk iam saas lib site packages django core paginator py line in validate number raise emptypage that page contains no results django core paginator emptypage that page contains no results during handling of the above exception another exception occurred traceback most recent call last file root pyenv versions bk iam saas lib site packages rest framework views py line in dispatch response handler request args kwargs file root workspace tx wklken bk iam saas saas backend audit views py line in list return super list request args kwargs file root pyenv versions bk iam saas lib site packages rest framework mixins py line in list page self paginate queryset queryset file root pyenv versions bk iam saas lib site packages rest framework generics py line in paginate queryset return self paginator paginate queryset queryset self request view self file root pyenv versions bk iam saas lib site packages rest framework pagination py line in paginate queryset raise notfound msg rest framework exceptions notfound invalid page request url request method request params | 1 |
251,153 | 8,000,575,851 | IssuesEvent | 2018-07-22 17:31:21 | enforcer574/smashclub | https://api.github.com/repos/enforcer574/smashclub | opened | Move Activity Feed to homepage | Complexity: Medium Priority: 4 - Low User Story | Remove the "Activity" tab from the site and place a smaller version of it as a new portlet on the homepage showing up to 3 recent items. This portlet will also have a link to the full activity feed page, but it will not be displayed as a tab on the navigation bar. | 1.0 | Move Activity Feed to homepage - Remove the "Activity" tab from the site and place a smaller version of it as a new portlet on the homepage showing up to 3 recent items. This portlet will also have a link to the full activity feed page, but it will not be displayed as a tab on the navigation bar. | priority | move activity feed to homepage remove the activity tab from the site and place a smaller version of it as a new portlet on the homepage showing up to recent items this portlet will also have a link to the full activity feed page but it will not be displayed as a tab on the navigation bar | 1 |
475,955 | 13,728,663,351 | IssuesEvent | 2020-10-04 12:43:21 | tomav/docker-mailserver | https://api.github.com/repos/tomav/docker-mailserver | closed | High CPU load with fail2ban in escaped docker processes | priority 3 [LOW] question waiting for contributor action | ## Subject
<!-- Select one, remove the others: -->
* [ ] I would like to contribute to the project (code, documentation, advocacy, integration, ...)
* [ ] I would like some help for integrating this container with another service (rainloop, PostFWD, ...)
* [ ] I would like to configure a not documented mail server use case
* [x] I would like some feedback concerning a use case
* [ ] I have questions about TLS/SSL/STARTTLS/OpenSSL
* [ ] Other
## Description
I've recently had to restore a backup from Synology NAS where mail container is running. Opening the backup took ages and investigation showed high CPU load of >25. After stopping all docker containers including mail, problem persisted. `ps aux` and `top` showed that main culprit was _still_ fail2ban from the mail container. Apparently fail2ban and other mail processes had survived stopping the docker container (I can confirm it was stopped and docker service shutdown).
Not sure if this is a problem with configuration of supervisord, supervisord itself or the docker version running on Synology but it would. be great if processes could be secured against escaping from container. fail2ban itself is useless in my case as it totally kills the machine. | 1.0 | High CPU load with fail2ban in escaped docker processes - ## Subject
<!-- Select one, remove the others: -->
* [ ] I would like to contribute to the project (code, documentation, advocacy, integration, ...)
* [ ] I would like some help for integrating this container with another service (rainloop, PostFWD, ...)
* [ ] I would like to configure a not documented mail server use case
* [x] I would like some feedback concerning a use case
* [ ] I have questions about TLS/SSL/STARTTLS/OpenSSL
* [ ] Other
## Description
I've recently had to restore a backup from Synology NAS where mail container is running. Opening the backup took ages and investigation showed high CPU load of >25. After stopping all docker containers including mail, problem persisted. `ps aux` and `top` showed that main culprit was _still_ fail2ban from the mail container. Apparently fail2ban and other mail processes had survived stopping the docker container (I can confirm it was stopped and docker service shutdown).
Not sure if this is a problem with configuration of supervisord, supervisord itself or the docker version running on Synology but it would. be great if processes could be secured against escaping from container. fail2ban itself is useless in my case as it totally kills the machine. | priority | high cpu load with in escaped docker processes subject i would like to contribute to the project code documentation advocacy integration i would like some help for integrating this container with another service rainloop postfwd i would like to configure a not documented mail server use case i would like some feedback concerning a use case i have questions about tls ssl starttls openssl other description i ve recently had to restore a backup from synology nas where mail container is running opening the backup took ages and investigation showed high cpu load of after stopping all docker containers including mail problem persisted ps aux and top showed that main culprit was still from the mail container apparently and other mail processes had survived stopping the docker container i can confirm it was stopped and docker service shutdown not sure if this is a problem with configuration of supervisord supervisord itself or the docker version running on synology but it would be great if processes could be secured against escaping from container itself is useless in my case as it totally kills the machine | 1 |
24,015 | 2,665,517,087 | IssuesEvent | 2015-03-20 21:03:35 | iFixit/iFixitAndroid | https://api.github.com/repos/iFixit/iFixitAndroid | closed | Move location of "Back to site list" | low priority r-All someday | There isn't a good reason to make the "Back to site list" menu drawer item so prominent because most users probably won't ever go back to look at other sites. I'm not sure how necessary the item is but if we do want to keep it we should at the very least move it closer to the bottom of the list so it isn't always in your face. | 1.0 | Move location of "Back to site list" - There isn't a good reason to make the "Back to site list" menu drawer item so prominent because most users probably won't ever go back to look at other sites. I'm not sure how necessary the item is but if we do want to keep it we should at the very least move it closer to the bottom of the list so it isn't always in your face. | priority | move location of back to site list there isn t a good reason to make the back to site list menu drawer item so prominent because most users probably won t ever go back to look at other sites i m not sure how necessary the item is but if we do want to keep it we should at the very least move it closer to the bottom of the list so it isn t always in your face | 1 |
695,049 | 23,841,881,722 | IssuesEvent | 2022-09-06 10:56:33 | bryntum/support | https://api.github.com/repos/bryntum/support | opened | gantt.columns.allRecords[addedColumnIndex].type is undefined when adding a new column with AddNewColumn | bug low-priority premium forum | [Forum post](https://www.bryntum.com/forum/viewtopic.php?f=51&t=22258&p=110132#p110132)
Different behavior in the creation column using the gantt deafult and addnewcolumn columns.
When we pass the column type to the gantt.columns config, it can then be obtained via gantt.columns.allRecords[0].type.
If we create a column via AddNewColumn, then the created entity does not have the field "type"
I redid the appeal via this.constructor.type (static call). But it may still be unexpected for someone | 1.0 | gantt.columns.allRecords[addedColumnIndex].type is undefined when adding a new column with AddNewColumn - [Forum post](https://www.bryntum.com/forum/viewtopic.php?f=51&t=22258&p=110132#p110132)
Different behavior in the creation column using the gantt deafult and addnewcolumn columns.
When we pass the column type to the gantt.columns config, it can then be obtained via gantt.columns.allRecords[0].type.
If we create a column via AddNewColumn, then the created entity does not have the field "type"
I redid the appeal via this.constructor.type (static call). But it may still be unexpected for someone | priority | gantt columns allrecords type is undefined when adding a new column with addnewcolumn different behavior in the creation column using the gantt deafult and addnewcolumn columns when we pass the column type to the gantt columns config it can then be obtained via gantt columns allrecords type if we create a column via addnewcolumn then the created entity does not have the field type i redid the appeal via this constructor type static call but it may still be unexpected for someone | 1 |
277,191 | 8,621,762,658 | IssuesEvent | 2018-11-20 18:16:21 | Automattic/simplenote-electron | https://api.github.com/repos/Automattic/simplenote-electron | closed | Toggle for startup update checker in Linux | enhancement feature request priority-low | Hi!
It would be nice if there was an option to turn the automatic update check on the app startup off for those who've installed Simplenote from a repo and would prefer to wait until it's updated there. | 1.0 | Toggle for startup update checker in Linux - Hi!
It would be nice if there was an option to turn the automatic update check on the app startup off for those who've installed Simplenote from a repo and would prefer to wait until it's updated there. | priority | toggle for startup update checker in linux hi it would be nice if there was an option to turn the automatic update check on the app startup off for those who ve installed simplenote from a repo and would prefer to wait until it s updated there | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.